@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/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -13,7 +13,8 @@ declare module "sap/ui/commons/library" {
13
13
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
14
14
  * 'ButtonStyle'.
15
15
  *
16
- * @deprecated (since 1.38)
16
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.Button). Use sap.m.Button with its sap.m.ButtonType
17
+ * instead.
17
18
  */
18
19
  export enum ButtonStyle {
19
20
  /**
@@ -46,7 +47,7 @@ declare module "sap/ui/commons/library" {
46
47
  /**
47
48
  * Marker interface for common controls which are suitable for use within a FormattedTextView.
48
49
  *
49
- * @deprecated (since 1.38)
50
+ * @deprecated (since 1.38) - the concept has been discarded.
50
51
  */
51
52
  export interface FormattedTextViewControl {
52
53
  __implements__sap_ui_commons_FormattedTextViewControl: boolean;
@@ -58,7 +59,7 @@ declare module "sap/ui/commons/library" {
58
59
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
59
60
  * 'HorizontalDividerHeight'.
60
61
  *
61
- * @deprecated (since 1.38)
62
+ * @deprecated (since 1.38) - without replacement.
62
63
  */
63
64
  export enum HorizontalDividerHeight {
64
65
  /**
@@ -84,7 +85,7 @@ declare module "sap/ui/commons/library" {
84
85
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
85
86
  * 'HorizontalDividerType'.
86
87
  *
87
- * @deprecated (since 1.38)
88
+ * @deprecated (since 1.38) - without a replacement.
88
89
  */
89
90
  export enum HorizontalDividerType {
90
91
  /**
@@ -102,7 +103,7 @@ declare module "sap/ui/commons/library" {
102
103
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
103
104
  * 'LabelDesign'.
104
105
  *
105
- * @deprecated (since 1.38)
106
+ * @deprecated (since 1.38) - the concept has been discarded.
106
107
  */
107
108
  export enum LabelDesign {
108
109
  /**
@@ -120,7 +121,8 @@ declare module "sap/ui/commons/library" {
120
121
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
121
122
  * 'MenuBarDesign'.
122
123
  *
123
- * @deprecated (since 1.38)
124
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.Toolbar). Use sap.m.Toolbar and its sap.m.ToolbarDesign
125
+ * instead.
124
126
  */
125
127
  export enum MenuBarDesign {
126
128
  /**
@@ -138,7 +140,7 @@ declare module "sap/ui/commons/library" {
138
140
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
139
141
  * 'MessageType'.
140
142
  *
141
- * @deprecated (since 1.38)
143
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.core.MessageType`.
142
144
  */
143
145
  export enum MessageType {
144
146
  /**
@@ -160,7 +162,7 @@ declare module "sap/ui/commons/library" {
160
162
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
161
163
  * 'PaginatorEvent'.
162
164
  *
163
- * @deprecated (since 1.38)
165
+ * @deprecated (since 1.38) - the concept has been discarded.
164
166
  */
165
167
  export enum PaginatorEvent {
166
168
  /**
@@ -190,7 +192,7 @@ declare module "sap/ui/commons/library" {
190
192
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
191
193
  * 'RatingIndicatorVisualMode'.
192
194
  *
193
- * @deprecated (since 1.38)
195
+ * @deprecated (since 1.38) - Instead, use `sap.m.RatingIndicator` control.
194
196
  */
195
197
  export enum RatingIndicatorVisualMode {
196
198
  /**
@@ -231,7 +233,7 @@ declare module "sap/ui/commons/library" {
231
233
  /**
232
234
  * A string type that represents subset of CSS size values. For the Splitter only px and % are allowed.
233
235
  *
234
- * @deprecated (since 1.38)
236
+ * @deprecated (since 1.38) - Instead, use `sap.ui.layout.Splitter` control.
235
237
  */
236
238
  export type SplitterSize = string;
237
239
 
@@ -241,7 +243,7 @@ declare module "sap/ui/commons/library" {
241
243
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
242
244
  * 'TextViewColor'.
243
245
  *
244
- * @deprecated (since 1.38)
246
+ * @deprecated (since 1.38) - the concept has been discarded.
245
247
  */
246
248
  export enum TextViewColor {
247
249
  /**
@@ -267,7 +269,7 @@ declare module "sap/ui/commons/library" {
267
269
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
268
270
  * 'TextViewDesign'.
269
271
  *
270
- * @deprecated (since 1.38)
272
+ * @deprecated (since 1.38) - the concept has been discarded.
271
273
  */
272
274
  export enum TextViewDesign {
273
275
  /**
@@ -360,7 +362,7 @@ declare module "sap/ui/commons/library" {
360
362
  * Toolbar items must have a fixed height compatible with the toolbar being a single horizontal row. They
361
363
  * can refer to the toolbar's marker class "sapUiTb" to adjust their own theming when used inside a toolbar.
362
364
  *
363
- * @deprecated (since 1.38)
365
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.Toolbar). Use sap.m.Toolbar instead.
364
366
  */
365
367
  export interface ToolbarItem {
366
368
  __implements__sap_ui_commons_ToolbarItem: boolean;
@@ -372,7 +374,8 @@ declare module "sap/ui/commons/library" {
372
374
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
373
375
  * 'ToolbarSeparatorDesign'.
374
376
  *
375
- * @deprecated (since 1.38)
377
+ * @deprecated (since 1.38) - (altogether wuith sap.ui.commons.Toolbar). Use sap.m.Toolbar and its sap.m.ToolbarSeparator
378
+ * instead.
376
379
  */
377
380
  export enum ToolbarSeparatorDesign {
378
381
  /**
@@ -390,7 +393,7 @@ declare module "sap/ui/commons/library" {
390
393
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
391
394
  * 'TreeSelectionMode'.
392
395
  *
393
- * @deprecated (since 1.38)
396
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.Tree). Use sap.m.Tree with its items instead.
394
397
  */
395
398
  export enum TreeSelectionMode {
396
399
  /**
@@ -417,7 +420,7 @@ declare module "sap/ui/commons/library" {
417
420
  * 'TriStateCheckBoxState'.
418
421
  *
419
422
  * @since 1.7.2
420
- * @deprecated (since 1.38)
423
+ * @deprecated (since 1.38) - Use {@link sap.m.CheckBox} and its properties instead.
421
424
  */
422
425
  export enum TriStateCheckBoxState {
423
426
  /**
@@ -551,7 +554,8 @@ declare module "sap/ui/commons/library" {
551
554
  * This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
552
555
  * 'layout.BorderLayoutAreaTypes'.
553
556
  *
554
- * @deprecated (since 1.38)
557
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.layout.BorderLayout). Use sap.m.Page instead
558
+ * with its aggregations.
555
559
  */
556
560
  enum BorderLayoutAreaTypes {
557
561
  /**
@@ -723,7 +727,7 @@ declare module "sap/ui/commons/Accordion" {
723
727
  /**
724
728
  * Contains N sections, acting as containers for any library control
725
729
  *
726
- * @deprecated (since 1.38)
730
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Panel}.
727
731
  */
728
732
  export default class Accordion extends Control {
729
733
  /**
@@ -1171,7 +1175,11 @@ declare module "sap/ui/commons/Accordion" {
1171
1175
  sWidth?: CSSSize
1172
1176
  ): this;
1173
1177
  }
1174
-
1178
+ /**
1179
+ * Describes the settings that can be provided to the Accordion constructor.
1180
+ *
1181
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Panel}.
1182
+ */
1175
1183
  export interface $AccordionSettings extends $ControlSettings {
1176
1184
  /**
1177
1185
  * When the specified width is less than the width of a section content, a horizontal scroll bar is provided.
@@ -1208,6 +1216,9 @@ declare module "sap/ui/commons/Accordion" {
1208
1216
  sectionsReorder?: (oEvent: Accordion$SectionsReorderEvent) => void;
1209
1217
  }
1210
1218
 
1219
+ /**
1220
+ * Parameters of the Accordion#sectionClose event.
1221
+ */
1211
1222
  export interface Accordion$SectionCloseEventParameters {
1212
1223
  /**
1213
1224
  * ID of the closed section
@@ -1215,11 +1226,17 @@ declare module "sap/ui/commons/Accordion" {
1215
1226
  closeSectionId?: string;
1216
1227
  }
1217
1228
 
1229
+ /**
1230
+ * Event object of the Accordion#sectionClose event.
1231
+ */
1218
1232
  export type Accordion$SectionCloseEvent = Event<
1219
1233
  Accordion$SectionCloseEventParameters,
1220
1234
  Accordion
1221
1235
  >;
1222
1236
 
1237
+ /**
1238
+ * Parameters of the Accordion#sectionOpen event.
1239
+ */
1223
1240
  export interface Accordion$SectionOpenEventParameters {
1224
1241
  /**
1225
1242
  * ID of the opened section
@@ -1232,11 +1249,17 @@ declare module "sap/ui/commons/Accordion" {
1232
1249
  closeSectionIds?: string[];
1233
1250
  }
1234
1251
 
1252
+ /**
1253
+ * Event object of the Accordion#sectionOpen event.
1254
+ */
1235
1255
  export type Accordion$SectionOpenEvent = Event<
1236
1256
  Accordion$SectionOpenEventParameters,
1237
1257
  Accordion
1238
1258
  >;
1239
1259
 
1260
+ /**
1261
+ * Parameters of the Accordion#sectionsReorder event.
1262
+ */
1240
1263
  export interface Accordion$SectionsReorderEventParameters {
1241
1264
  /**
1242
1265
  * ID of the moved section
@@ -1249,6 +1272,9 @@ declare module "sap/ui/commons/Accordion" {
1249
1272
  newIndex?: int;
1250
1273
  }
1251
1274
 
1275
+ /**
1276
+ * Event object of the Accordion#sectionsReorder event.
1277
+ */
1252
1278
  export type Accordion$SectionsReorderEvent = Event<
1253
1279
  Accordion$SectionsReorderEventParameters,
1254
1280
  Accordion
@@ -1274,7 +1300,7 @@ declare module "sap/ui/commons/AccordionSection" {
1274
1300
  /**
1275
1301
  * Represents a panel which is a container for other controls. The container does not have any layout function.
1276
1302
  *
1277
- * @deprecated (since 1.38)
1303
+ * @deprecated (since 1.38) - the concept has been discarded.
1278
1304
  */
1279
1305
  export default class AccordionSection extends UI5Element {
1280
1306
  /**
@@ -1595,7 +1621,11 @@ declare module "sap/ui/commons/AccordionSection" {
1595
1621
  sTitle?: string
1596
1622
  ): this;
1597
1623
  }
1598
-
1624
+ /**
1625
+ * Describes the settings that can be provided to the AccordionSection constructor.
1626
+ *
1627
+ * @deprecated (since 1.38) - the concept has been discarded.
1628
+ */
1599
1629
  export interface $AccordionSectionSettings extends $ElementSettings {
1600
1630
  /**
1601
1631
  * When the section content exceeds maxHeight, a vertical scroll bar appears.
@@ -1633,6 +1663,9 @@ declare module "sap/ui/commons/AccordionSection" {
1633
1663
  scroll?: (oEvent: AccordionSection$ScrollEvent) => void;
1634
1664
  }
1635
1665
 
1666
+ /**
1667
+ * Parameters of the AccordionSection#scroll event.
1668
+ */
1636
1669
  export interface AccordionSection$ScrollEventParameters {
1637
1670
  /**
1638
1671
  * Horizontal scroll position
@@ -1645,6 +1678,9 @@ declare module "sap/ui/commons/AccordionSection" {
1645
1678
  top?: int;
1646
1679
  }
1647
1680
 
1681
+ /**
1682
+ * Event object of the AccordionSection#scroll event.
1683
+ */
1648
1684
  export type AccordionSection$ScrollEvent = Event<
1649
1685
  AccordionSection$ScrollEventParameters,
1650
1686
  AccordionSection
@@ -1943,7 +1979,11 @@ declare module "sap/ui/commons/ApplicationHeader" {
1943
1979
  sUserName?: string
1944
1980
  ): this;
1945
1981
  }
1946
-
1982
+ /**
1983
+ * Describes the settings that can be provided to the ApplicationHeader constructor.
1984
+ *
1985
+ * @deprecated (since 1.38) - Instead, use the `sap.tnt.ToolHeader` control.
1986
+ */
1947
1987
  export interface $ApplicationHeaderSettings extends $ControlSettings {
1948
1988
  /**
1949
1989
  * Path (src) to the logo icon to be displayed in the application header.
@@ -1976,8 +2016,14 @@ declare module "sap/ui/commons/ApplicationHeader" {
1976
2016
  logoff?: (oEvent: Event) => void;
1977
2017
  }
1978
2018
 
2019
+ /**
2020
+ * Parameters of the ApplicationHeader#logoff event.
2021
+ */
1979
2022
  export interface ApplicationHeader$LogoffEventParameters {}
1980
2023
 
2024
+ /**
2025
+ * Event object of the ApplicationHeader#logoff event.
2026
+ */
1981
2027
  export type ApplicationHeader$LogoffEvent = Event<
1982
2028
  ApplicationHeader$LogoffEventParameters,
1983
2029
  ApplicationHeader
@@ -2163,7 +2209,11 @@ declare module "sap/ui/commons/Area" {
2163
2209
  sShape?: string
2164
2210
  ): this;
2165
2211
  }
2166
-
2212
+ /**
2213
+ * Describes the settings that can be provided to the Area constructor.
2214
+ *
2215
+ * @deprecated (since 1.38)
2216
+ */
2167
2217
  export interface $AreaSettings extends $ElementSettings {
2168
2218
  /**
2169
2219
  * The value is a string and can be 'rect' for rectangle, 'poly' for poligon, 'circle', or default.
@@ -2207,7 +2257,7 @@ declare module "sap/ui/commons/AutoComplete" {
2207
2257
  * Textfield with list based text completion.
2208
2258
  *
2209
2259
  * @since 1.10.0
2210
- * @deprecated (since 1.38)
2260
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Input}.
2211
2261
  */
2212
2262
  export default class AutoComplete extends ComboBox implements ToolbarItem {
2213
2263
  __implements__sap_ui_commons_ToolbarItem: boolean;
@@ -2420,7 +2470,11 @@ declare module "sap/ui/commons/AutoComplete" {
2420
2470
  */
2421
2471
  setSelectedKey(sSelectedKey: string): this;
2422
2472
  }
2423
-
2473
+ /**
2474
+ * Describes the settings that can be provided to the AutoComplete constructor.
2475
+ *
2476
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Input}.
2477
+ */
2424
2478
  export interface $AutoCompleteSettings extends $ComboBoxSettings {
2425
2479
  /**
2426
2480
  * Determines whether scrolling should be enabled when the number of items is higher than maxPopupItems.
@@ -2434,6 +2488,9 @@ declare module "sap/ui/commons/AutoComplete" {
2434
2488
  suggest?: (oEvent: AutoComplete$SuggestEvent) => void;
2435
2489
  }
2436
2490
 
2491
+ /**
2492
+ * Parameters of the AutoComplete#suggest event.
2493
+ */
2437
2494
  export interface AutoComplete$SuggestEventParameters {
2438
2495
  /**
2439
2496
  * The current value which was typed in.
@@ -2441,6 +2498,9 @@ declare module "sap/ui/commons/AutoComplete" {
2441
2498
  suggestValue?: string;
2442
2499
  }
2443
2500
 
2501
+ /**
2502
+ * Event object of the AutoComplete#suggest event.
2503
+ */
2444
2504
  export type AutoComplete$SuggestEvent = Event<
2445
2505
  AutoComplete$SuggestEventParameters,
2446
2506
  AutoComplete
@@ -2971,7 +3031,11 @@ declare module "sap/ui/commons/layout/BorderLayout" {
2971
3031
  sWidth?: CSSSize
2972
3032
  ): this;
2973
3033
  }
2974
-
3034
+ /**
3035
+ * Describes the settings that can be provided to the BorderLayout constructor.
3036
+ *
3037
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Page}
3038
+ */
2975
3039
  export interface $BorderLayoutSettings extends $ControlSettings {
2976
3040
  /**
2977
3041
  * The RTL setting swaps the areas Begin and End.
@@ -3627,7 +3691,11 @@ declare module "sap/ui/commons/Button" {
3627
3691
  sWidth?: CSSSize
3628
3692
  ): this;
3629
3693
  }
3630
-
3694
+ /**
3695
+ * Describes the settings that can be provided to the Button constructor.
3696
+ *
3697
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Button}
3698
+ */
3631
3699
  export interface $ButtonSettings extends $ControlSettings {
3632
3700
  /**
3633
3701
  * Button text displayed at runtime.
@@ -3716,8 +3784,14 @@ declare module "sap/ui/commons/Button" {
3716
3784
  press?: (oEvent: Event) => void;
3717
3785
  }
3718
3786
 
3787
+ /**
3788
+ * Parameters of the Button#press event.
3789
+ */
3719
3790
  export interface Button$PressEventParameters {}
3720
3791
 
3792
+ /**
3793
+ * Event object of the Button#press event.
3794
+ */
3721
3795
  export type Button$PressEvent = Event<Button$PressEventParameters, Button>;
3722
3796
  }
3723
3797
 
@@ -3881,7 +3955,12 @@ declare module "sap/ui/commons/Callout" {
3881
3955
  vContent: int | string | Control
3882
3956
  ): Control | null;
3883
3957
  }
3884
-
3958
+ /**
3959
+ * Describes the settings that can be provided to the Callout constructor.
3960
+ *
3961
+ * @deprecated (since 1.38) - If you want to achieve a similar behavior, use a `sap.m.Popover` control and
3962
+ * open it next to your control.
3963
+ */
3885
3964
  export interface $CalloutSettings extends $CalloutBaseSettings {
3886
3965
  /**
3887
3966
  * Determines the content of the Callout
@@ -3907,7 +3986,8 @@ declare module "sap/ui/commons/CalloutBase" {
3907
3986
  /**
3908
3987
  * CalloutBase is a building block for Callout. Do not use it directly. Use the Callout control instead
3909
3988
  *
3910
- * @deprecated (since 1.38)
3989
+ * @deprecated (since 1.38) - If you want to achieve a similar behavior, use the `sap.m.Popover` control
3990
+ * and open it next to your control.
3911
3991
  */
3912
3992
  export default class CalloutBase extends TooltipBase {
3913
3993
  /**
@@ -4320,7 +4400,12 @@ declare module "sap/ui/commons/CalloutBase" {
4320
4400
  atPosition: Dock
4321
4401
  ): this;
4322
4402
  }
4323
-
4403
+ /**
4404
+ * Describes the settings that can be provided to the CalloutBase constructor.
4405
+ *
4406
+ * @deprecated (since 1.38) - If you want to achieve a similar behavior, use the `sap.m.Popover` control
4407
+ * and open it next to your control.
4408
+ */
4324
4409
  export interface $CalloutBaseSettings extends $TooltipBaseSettings {
4325
4410
  /**
4326
4411
  * The event is fired when the popup is opened.
@@ -4346,6 +4431,9 @@ declare module "sap/ui/commons/CalloutBase" {
4346
4431
  opened?: (oEvent: Event) => void;
4347
4432
  }
4348
4433
 
4434
+ /**
4435
+ * Parameters of the CalloutBase#beforeOpen event.
4436
+ */
4349
4437
  export interface CalloutBase$BeforeOpenEventParameters {
4350
4438
  /**
4351
4439
  * Parent control that has this Callout as a tooltip
@@ -4353,18 +4441,30 @@ declare module "sap/ui/commons/CalloutBase" {
4353
4441
  parent?: Control;
4354
4442
  }
4355
4443
 
4444
+ /**
4445
+ * Event object of the CalloutBase#beforeOpen event.
4446
+ */
4356
4447
  export type CalloutBase$BeforeOpenEvent = Event<
4357
4448
  CalloutBase$BeforeOpenEventParameters,
4358
4449
  CalloutBase
4359
4450
  >;
4360
4451
 
4452
+ /**
4453
+ * Parameters of the CalloutBase#close event.
4454
+ */
4361
4455
  export interface CalloutBase$CloseEventParameters {}
4362
4456
 
4457
+ /**
4458
+ * Event object of the CalloutBase#close event.
4459
+ */
4363
4460
  export type CalloutBase$CloseEvent = Event<
4364
4461
  CalloutBase$CloseEventParameters,
4365
4462
  CalloutBase
4366
4463
  >;
4367
4464
 
4465
+ /**
4466
+ * Parameters of the CalloutBase#open event.
4467
+ */
4368
4468
  export interface CalloutBase$OpenEventParameters {
4369
4469
  /**
4370
4470
  * Parent control that has this Callout as a tooltip
@@ -4372,13 +4472,22 @@ declare module "sap/ui/commons/CalloutBase" {
4372
4472
  parent?: Control;
4373
4473
  }
4374
4474
 
4475
+ /**
4476
+ * Event object of the CalloutBase#open event.
4477
+ */
4375
4478
  export type CalloutBase$OpenEvent = Event<
4376
4479
  CalloutBase$OpenEventParameters,
4377
4480
  CalloutBase
4378
4481
  >;
4379
4482
 
4483
+ /**
4484
+ * Parameters of the CalloutBase#opened event.
4485
+ */
4380
4486
  export interface CalloutBase$OpenedEventParameters {}
4381
4487
 
4488
+ /**
4489
+ * Event object of the CalloutBase#opened event.
4490
+ */
4382
4491
  export type CalloutBase$OpenedEvent = Event<
4383
4492
  CalloutBase$OpenedEventParameters,
4384
4493
  CalloutBase
@@ -4856,7 +4965,11 @@ declare module "sap/ui/commons/Carousel" {
4856
4965
  */
4857
4966
  unbindContent(): this;
4858
4967
  }
4859
-
4968
+ /**
4969
+ * Describes the settings that can be provided to the Carousel constructor.
4970
+ *
4971
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Carousel` control.
4972
+ */
4860
4973
  export interface $CarouselSettings extends $ControlSettings {
4861
4974
  /**
4862
4975
  * Determines the orientation of the Carousel. Can be either "horizontal" or "vertical"
@@ -5413,7 +5526,11 @@ declare module "sap/ui/commons/CheckBox" {
5413
5526
  */
5414
5527
  unbindChecked(): this;
5415
5528
  }
5416
-
5529
+ /**
5530
+ * Describes the settings that can be provided to the CheckBox constructor.
5531
+ *
5532
+ * @deprecated (since 1.38) - Instead, use the `sap.m.CheckBox` control.
5533
+ */
5417
5534
  export interface $CheckBoxSettings extends $ControlSettings {
5418
5535
  /**
5419
5536
  * Contains the state of the control whether it is flagged with a check mark, or not
@@ -5480,6 +5597,9 @@ declare module "sap/ui/commons/CheckBox" {
5480
5597
  change?: (oEvent: CheckBox$ChangeEvent) => void;
5481
5598
  }
5482
5599
 
5600
+ /**
5601
+ * Parameters of the CheckBox#change event.
5602
+ */
5483
5603
  export interface CheckBox$ChangeEventParameters {
5484
5604
  /**
5485
5605
  * Checks whether the box is flagged or not flagged.
@@ -5487,6 +5607,9 @@ declare module "sap/ui/commons/CheckBox" {
5487
5607
  checked?: boolean;
5488
5608
  }
5489
5609
 
5610
+ /**
5611
+ * Event object of the CheckBox#change event.
5612
+ */
5490
5613
  export type CheckBox$ChangeEvent = Event<
5491
5614
  CheckBox$ChangeEventParameters,
5492
5615
  CheckBox
@@ -5577,7 +5700,11 @@ declare module "sap/ui/commons/ColorPicker" {
5577
5700
  */
5578
5701
  static getMetadata(): ElementMetadata;
5579
5702
  }
5580
-
5703
+ /**
5704
+ * Describes the settings that can be provided to the ColorPicker constructor.
5705
+ *
5706
+ * @deprecated (since 1.38) - replaced by {@link sap.ui.unified.ColorPicker}
5707
+ */
5581
5708
  export interface $ColorPickerSettings extends $ColorPickerSettings1 {}
5582
5709
  }
5583
5710
 
@@ -6028,7 +6155,11 @@ declare module "sap/ui/commons/ComboBox" {
6028
6155
  */
6029
6156
  unbindItems(): this;
6030
6157
  }
6031
-
6158
+ /**
6159
+ * Describes the settings that can be provided to the ComboBox constructor.
6160
+ *
6161
+ * @deprecated (since 1.38) - replaced by {@link sap.m.ComboBox}
6162
+ */
6032
6163
  export interface $ComboBoxSettings extends $TextFieldSettings {
6033
6164
  /**
6034
6165
  * Defines the number of items that shall be displayed at once. If the overall number of items is higher
@@ -6077,6 +6208,9 @@ declare module "sap/ui/commons/ComboBox" {
6077
6208
  listBox?: ListBox | string;
6078
6209
  }
6079
6210
 
6211
+ /**
6212
+ * Parameters of the ComboBox#change event.
6213
+ */
6080
6214
  export interface ComboBox$ChangeEventParameters
6081
6215
  extends TextField$ChangeEventParameters {
6082
6216
  /**
@@ -6085,6 +6219,9 @@ declare module "sap/ui/commons/ComboBox" {
6085
6219
  selectedItem?: ListItem;
6086
6220
  }
6087
6221
 
6222
+ /**
6223
+ * Event object of the ComboBox#change event.
6224
+ */
6088
6225
  export type ComboBox$ChangeEvent = Event<
6089
6226
  ComboBox$ChangeEventParameters,
6090
6227
  ComboBox
@@ -6265,7 +6402,11 @@ declare module "sap/ui/commons/DatePicker" {
6265
6402
  sYyyymmdd?: string
6266
6403
  ): this;
6267
6404
  }
6268
-
6405
+ /**
6406
+ * Describes the settings that can be provided to the DatePicker constructor.
6407
+ *
6408
+ * @deprecated (since 1.38) - replaced by {@link sap.m.DatePicker}
6409
+ */
6269
6410
  export interface $DatePickerSettings extends $TextFieldSettings {
6270
6411
  /**
6271
6412
  * Defines the locale (language and country), e.g. "en-US", whose translations and Date formatters should
@@ -7188,7 +7329,11 @@ declare module "sap/ui/commons/Dialog" {
7188
7329
  sWidth?: CSSSize
7189
7330
  ): this;
7190
7331
  }
7191
-
7332
+ /**
7333
+ * Describes the settings that can be provided to the Dialog constructor.
7334
+ *
7335
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Dialog` control.
7336
+ */
7192
7337
  export interface $DialogSettings extends $ControlSettings {
7193
7338
  /**
7194
7339
  * Outer width of dialog window. When not set and not constrained by one of the width parameters (minWidth/maxWidth),
@@ -7329,6 +7474,9 @@ declare module "sap/ui/commons/Dialog" {
7329
7474
  closed?: (oEvent: Dialog$ClosedEvent) => void;
7330
7475
  }
7331
7476
 
7477
+ /**
7478
+ * Parameters of the Dialog#closed event.
7479
+ */
7332
7480
  export interface Dialog$ClosedEventParameters {
7333
7481
  /**
7334
7482
  * The width of the dialog when closed
@@ -7351,6 +7499,9 @@ declare module "sap/ui/commons/Dialog" {
7351
7499
  left?: int;
7352
7500
  }
7353
7501
 
7502
+ /**
7503
+ * Event object of the Dialog#closed event.
7504
+ */
7354
7505
  export type Dialog$ClosedEvent = Event<Dialog$ClosedEventParameters, Dialog>;
7355
7506
  }
7356
7507
 
@@ -7818,7 +7969,11 @@ declare module "sap/ui/commons/DropdownBox" {
7818
7969
  sSearchHelpText: string
7819
7970
  ): this;
7820
7971
  }
7821
-
7972
+ /**
7973
+ * Describes the settings that can be provided to the DropdownBox constructor.
7974
+ *
7975
+ * @deprecated (since 1.38) - replaced by {@link sap.m.ComboBox}
7976
+ */
7822
7977
  export interface $DropdownBoxSettings extends $ComboBoxSettings {
7823
7978
  /**
7824
7979
  * Whether the DropdownBox's search help should be enabled.
@@ -7855,6 +8010,9 @@ declare module "sap/ui/commons/DropdownBox" {
7855
8010
  searchHelp?: (oEvent: DropdownBox$SearchHelpEvent) => void;
7856
8011
  }
7857
8012
 
8013
+ /**
8014
+ * Parameters of the DropdownBox#searchHelp event.
8015
+ */
7858
8016
  export interface DropdownBox$SearchHelpEventParameters {
7859
8017
  /**
7860
8018
  * The current value of the DropdownBox.
@@ -7862,6 +8020,9 @@ declare module "sap/ui/commons/DropdownBox" {
7862
8020
  value?: string;
7863
8021
  }
7864
8022
 
8023
+ /**
8024
+ * Event object of the DropdownBox#searchHelp event.
8025
+ */
7865
8026
  export type DropdownBox$SearchHelpEvent = Event<
7866
8027
  DropdownBox$SearchHelpEventParameters,
7867
8028
  DropdownBox
@@ -7955,7 +8116,12 @@ declare module "sap/ui/commons/FileUploader" {
7955
8116
  */
7956
8117
  static getMetadata(): ElementMetadata;
7957
8118
  }
7958
-
8119
+ /**
8120
+ * Describes the settings that can be provided to the FileUploader constructor.
8121
+ *
8122
+ * @deprecated (since 1.21.0) - Please use the control sap.ui.unified.FileUploader of the library sap.ui.unified
8123
+ * instead.
8124
+ */
7959
8125
  export interface $FileUploaderSettings extends $FileUploaderSettings1 {}
7960
8126
  }
7961
8127
 
@@ -8043,7 +8209,12 @@ declare module "sap/ui/commons/FileUploaderParameter" {
8043
8209
  */
8044
8210
  static getMetadata(): ElementMetadata;
8045
8211
  }
8046
-
8212
+ /**
8213
+ * Describes the settings that can be provided to the FileUploaderParameter constructor.
8214
+ *
8215
+ * @deprecated (since 1.21.0) - Please use the element sap.ui.unified.FileUploaderParameter of the library
8216
+ * sap.ui.unified instead.
8217
+ */
8047
8218
  export interface $FileUploaderParameterSettings
8048
8219
  extends $FileUploaderParameterSettings1 {}
8049
8220
  }
@@ -8955,7 +9126,11 @@ declare module "sap/ui/commons/TextField" {
8955
9126
  */
8956
9127
  unbindValue(): this;
8957
9128
  }
8958
-
9129
+ /**
9130
+ * Describes the settings that can be provided to the TextField constructor.
9131
+ *
9132
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Input}
9133
+ */
8959
9134
  export interface $TextFieldSettings extends $ControlSettings {
8960
9135
  /**
8961
9136
  * Text inside the `TextField`
@@ -9079,6 +9254,9 @@ declare module "sap/ui/commons/TextField" {
9079
9254
  liveChange?: (oEvent: TextField$LiveChangeEvent) => void;
9080
9255
  }
9081
9256
 
9257
+ /**
9258
+ * Parameters of the TextField#change event.
9259
+ */
9082
9260
  export interface TextField$ChangeEventParameters {
9083
9261
  /**
9084
9262
  * The new / changed value of the `TextField`.
@@ -9086,11 +9264,17 @@ declare module "sap/ui/commons/TextField" {
9086
9264
  newValue?: string;
9087
9265
  }
9088
9266
 
9267
+ /**
9268
+ * Event object of the TextField#change event.
9269
+ */
9089
9270
  export type TextField$ChangeEvent = Event<
9090
9271
  TextField$ChangeEventParameters,
9091
9272
  TextField
9092
9273
  >;
9093
9274
 
9275
+ /**
9276
+ * Parameters of the TextField#liveChange event.
9277
+ */
9094
9278
  export interface TextField$LiveChangeEventParameters {
9095
9279
  /**
9096
9280
  * Current visible value of the `TextField`.
@@ -9098,6 +9282,9 @@ declare module "sap/ui/commons/TextField" {
9098
9282
  liveValue?: string;
9099
9283
  }
9100
9284
 
9285
+ /**
9286
+ * Event object of the TextField#liveChange event.
9287
+ */
9101
9288
  export type TextField$LiveChangeEvent = Event<
9102
9289
  TextField$LiveChangeEventParameters,
9103
9290
  TextField
@@ -9214,7 +9401,11 @@ declare module "sap/ui/commons/form/Form" {
9214
9401
  bVisible: boolean
9215
9402
  ): this;
9216
9403
  }
9217
-
9404
+ /**
9405
+ * Describes the settings that can be provided to the Form constructor.
9406
+ *
9407
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
9408
+ */
9218
9409
  export interface $FormSettings extends $FormSettings1 {}
9219
9410
  }
9220
9411
 
@@ -9327,7 +9518,11 @@ declare module "sap/ui/commons/form/FormContainer" {
9327
9518
  bVisible: boolean
9328
9519
  ): this;
9329
9520
  }
9330
-
9521
+ /**
9522
+ * Describes the settings that can be provided to the FormContainer constructor.
9523
+ *
9524
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
9525
+ */
9331
9526
  export interface $FormContainerSettings extends $FormContainerSettings1 {}
9332
9527
  }
9333
9528
 
@@ -9440,7 +9635,11 @@ declare module "sap/ui/commons/form/FormElement" {
9440
9635
  bVisible: boolean
9441
9636
  ): this;
9442
9637
  }
9443
-
9638
+ /**
9639
+ * Describes the settings that can be provided to the FormElement constructor.
9640
+ *
9641
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
9642
+ */
9444
9643
  export interface $FormElementSettings extends $FormElementSettings1 {}
9445
9644
  }
9446
9645
 
@@ -9528,7 +9727,11 @@ declare module "sap/ui/commons/form/FormLayout" {
9528
9727
  */
9529
9728
  static getMetadata(): ElementMetadata;
9530
9729
  }
9531
-
9730
+ /**
9731
+ * Describes the settings that can be provided to the FormLayout constructor.
9732
+ *
9733
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
9734
+ */
9532
9735
  export interface $FormLayoutSettings extends $FormLayoutSettings1 {}
9533
9736
  }
9534
9737
 
@@ -9617,7 +9820,11 @@ declare module "sap/ui/commons/form/GridContainerData" {
9617
9820
  */
9618
9821
  static getMetadata(): ElementMetadata;
9619
9822
  }
9620
-
9823
+ /**
9824
+ * Describes the settings that can be provided to the GridContainerData constructor.
9825
+ *
9826
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
9827
+ */
9621
9828
  export interface $GridContainerDataSettings
9622
9829
  extends $GridContainerDataSettings1 {}
9623
9830
  }
@@ -9707,7 +9914,11 @@ declare module "sap/ui/commons/form/GridElementData" {
9707
9914
  */
9708
9915
  static getMetadata(): ElementMetadata;
9709
9916
  }
9710
-
9917
+ /**
9918
+ * Describes the settings that can be provided to the GridElementData constructor.
9919
+ *
9920
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
9921
+ */
9711
9922
  export interface $GridElementDataSettings extends $GridElementDataSettings1 {}
9712
9923
  }
9713
9924
 
@@ -9797,7 +10008,11 @@ declare module "sap/ui/commons/form/GridLayout" {
9797
10008
  */
9798
10009
  static getMetadata(): ElementMetadata;
9799
10010
  }
9800
-
10011
+ /**
10012
+ * Describes the settings that can be provided to the GridLayout constructor.
10013
+ *
10014
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
10015
+ */
9801
10016
  export interface $GridLayoutSettings extends $GridLayoutSettings1 {}
9802
10017
  }
9803
10018
 
@@ -9885,7 +10100,11 @@ declare module "sap/ui/commons/form/ResponsiveLayout" {
9885
10100
  */
9886
10101
  static getMetadata(): ElementMetadata;
9887
10102
  }
9888
-
10103
+ /**
10104
+ * Describes the settings that can be provided to the ResponsiveLayout constructor.
10105
+ *
10106
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
10107
+ */
9889
10108
  export interface $ResponsiveLayoutSettings
9890
10109
  extends $ResponsiveLayoutSettings1 {}
9891
10110
  }
@@ -10022,7 +10241,11 @@ declare module "sap/ui/commons/form/SimpleForm" {
10022
10241
  sLayout?: form.SimpleFormLayout | keyof typeof form.SimpleFormLayout
10023
10242
  ): this;
10024
10243
  }
10025
-
10244
+ /**
10245
+ * Describes the settings that can be provided to the SimpleForm constructor.
10246
+ *
10247
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
10248
+ */
10026
10249
  export interface $SimpleFormSettings extends $SimpleFormSettings1 {
10027
10250
  /**
10028
10251
  * The `FormLayout` that is used to render the `SimpleForm`.
@@ -10271,7 +10494,11 @@ declare module "sap/ui/commons/FormattedTextView" {
10271
10494
  sText: string
10272
10495
  ): void;
10273
10496
  }
10274
-
10497
+ /**
10498
+ * Describes the settings that can be provided to the FormattedTextView constructor.
10499
+ *
10500
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.core.HTML` control.
10501
+ */
10275
10502
  export interface $FormattedTextViewSettings extends $ControlSettings {
10276
10503
  /**
10277
10504
  * The ARIA role for the control.
@@ -10310,7 +10537,8 @@ declare module "sap/ui/commons/HorizontalDivider" {
10310
10537
  /**
10311
10538
  * Divides the screen in visual areas.
10312
10539
  *
10313
- * @deprecated (since 1.38)
10540
+ * @deprecated (since 1.38) - Use the layout controls instead, e.g {@link sap.ui.layout.Splitter} or {@link sap.ui.layout.BlockLayout }
10541
+ * among others.
10314
10542
  */
10315
10543
  export default class HorizontalDivider extends Control {
10316
10544
  /**
@@ -10463,7 +10691,12 @@ declare module "sap/ui/commons/HorizontalDivider" {
10463
10691
  sWidth?: CSSSize
10464
10692
  ): this;
10465
10693
  }
10466
-
10694
+ /**
10695
+ * Describes the settings that can be provided to the HorizontalDivider constructor.
10696
+ *
10697
+ * @deprecated (since 1.38) - Use the layout controls instead, e.g {@link sap.ui.layout.Splitter} or {@link sap.ui.layout.BlockLayout }
10698
+ * among others.
10699
+ */
10467
10700
  export interface $HorizontalDividerSettings extends $ControlSettings {
10468
10701
  /**
10469
10702
  * Defines the width of the divider.
@@ -10823,7 +11056,11 @@ declare module "sap/ui/commons/Image" {
10823
11056
  sWidth?: CSSSize
10824
11057
  ): this;
10825
11058
  }
10826
-
11059
+ /**
11060
+ * Describes the settings that can be provided to the Image constructor.
11061
+ *
11062
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Image}
11063
+ */
10827
11064
  export interface $ImageSettings extends $ControlSettings {
10828
11065
  /**
10829
11066
  * Relative or absolute path to URL where the image file is stored.
@@ -10867,8 +11104,14 @@ declare module "sap/ui/commons/Image" {
10867
11104
  press?: (oEvent: Event) => void;
10868
11105
  }
10869
11106
 
11107
+ /**
11108
+ * Parameters of the Image#press event.
11109
+ */
10870
11110
  export interface Image$PressEventParameters {}
10871
11111
 
11112
+ /**
11113
+ * Event object of the Image#press event.
11114
+ */
10872
11115
  export type Image$PressEvent = Event<Image$PressEventParameters, Image>;
10873
11116
  }
10874
11117
 
@@ -11149,7 +11392,11 @@ declare module "sap/ui/commons/ImageMap" {
11149
11392
  sName?: string
11150
11393
  ): this;
11151
11394
  }
11152
-
11395
+ /**
11396
+ * Describes the settings that can be provided to the ImageMap constructor.
11397
+ *
11398
+ * @deprecated (since 1.38) - There's not replacement because of the archaic design pattern.
11399
+ */
11153
11400
  export interface $ImageMapSettings extends $ControlSettings {
11154
11401
  /**
11155
11402
  * Name for the image that serves as reference
@@ -11167,6 +11414,9 @@ declare module "sap/ui/commons/ImageMap" {
11167
11414
  press?: (oEvent: ImageMap$PressEvent) => void;
11168
11415
  }
11169
11416
 
11417
+ /**
11418
+ * Parameters of the ImageMap#press event.
11419
+ */
11170
11420
  export interface ImageMap$PressEventParameters {
11171
11421
  /**
11172
11422
  * Id of clicked Area.
@@ -11174,6 +11424,9 @@ declare module "sap/ui/commons/ImageMap" {
11174
11424
  areaId?: string;
11175
11425
  }
11176
11426
 
11427
+ /**
11428
+ * Event object of the ImageMap#press event.
11429
+ */
11177
11430
  export type ImageMap$PressEvent = Event<
11178
11431
  ImageMap$PressEventParameters,
11179
11432
  ImageMap
@@ -11596,7 +11849,11 @@ declare module "sap/ui/commons/InPlaceEdit" {
11596
11849
  sValueState?: ValueState | keyof typeof ValueState
11597
11850
  ): this;
11598
11851
  }
11599
-
11852
+ /**
11853
+ * Describes the settings that can be provided to the InPlaceEdit constructor.
11854
+ *
11855
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Input}
11856
+ */
11600
11857
  export interface $InPlaceEditSettings extends $ControlSettings {
11601
11858
  /**
11602
11859
  * Visualizes warnings or errors related to the InPlaceEdit. Possible values: Warning, Error, Success. If
@@ -11644,6 +11901,9 @@ declare module "sap/ui/commons/InPlaceEdit" {
11644
11901
  liveChange?: (oEvent: InPlaceEdit$LiveChangeEvent) => void;
11645
11902
  }
11646
11903
 
11904
+ /**
11905
+ * Parameters of the InPlaceEdit#change event.
11906
+ */
11647
11907
  export interface InPlaceEdit$ChangeEventParameters {
11648
11908
  /**
11649
11909
  * The new / changed value of the InPlaceEdit.
@@ -11651,11 +11911,17 @@ declare module "sap/ui/commons/InPlaceEdit" {
11651
11911
  newValue?: string;
11652
11912
  }
11653
11913
 
11914
+ /**
11915
+ * Event object of the InPlaceEdit#change event.
11916
+ */
11654
11917
  export type InPlaceEdit$ChangeEvent = Event<
11655
11918
  InPlaceEdit$ChangeEventParameters,
11656
11919
  InPlaceEdit
11657
11920
  >;
11658
11921
 
11922
+ /**
11923
+ * Parameters of the InPlaceEdit#liveChange event.
11924
+ */
11659
11925
  export interface InPlaceEdit$LiveChangeEventParameters {
11660
11926
  /**
11661
11927
  * Current value of the Textfield.
@@ -11663,6 +11929,9 @@ declare module "sap/ui/commons/InPlaceEdit" {
11663
11929
  liveValue?: string;
11664
11930
  }
11665
11931
 
11932
+ /**
11933
+ * Event object of the InPlaceEdit#liveChange event.
11934
+ */
11666
11935
  export type InPlaceEdit$LiveChangeEvent = Event<
11667
11936
  InPlaceEdit$LiveChangeEventParameters,
11668
11937
  InPlaceEdit
@@ -12053,7 +12322,11 @@ declare module "sap/ui/commons/Label" {
12053
12322
  bWrapping?: boolean
12054
12323
  ): this;
12055
12324
  }
12056
-
12325
+ /**
12326
+ * Describes the settings that can be provided to the Label constructor.
12327
+ *
12328
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Label` control.
12329
+ */
12057
12330
  export interface $LabelSettings extends $ControlSettings {
12058
12331
  /**
12059
12332
  * Defines whether the labels are in bold format.
@@ -12144,7 +12417,7 @@ declare module "sap/ui/commons/layout/AbsoluteLayout" {
12144
12417
  /**
12145
12418
  * The Absolute Layout positions its child controls absolutely
12146
12419
  *
12147
- * @deprecated (since 1.38)
12420
+ * @deprecated (since 1.38) - the concept has been discarded.
12148
12421
  */
12149
12422
  export default class AbsoluteLayout extends Control {
12150
12423
  /**
@@ -12472,7 +12745,11 @@ declare module "sap/ui/commons/layout/AbsoluteLayout" {
12472
12745
  sWidth: string
12473
12746
  ): this;
12474
12747
  }
12475
-
12748
+ /**
12749
+ * Describes the settings that can be provided to the AbsoluteLayout constructor.
12750
+ *
12751
+ * @deprecated (since 1.38) - the concept has been discarded.
12752
+ */
12476
12753
  export interface $AbsoluteLayoutSettings extends $ControlSettings {
12477
12754
  /**
12478
12755
  * The overall width of the control. When not set, 100% is automatically set.
@@ -12853,7 +13130,11 @@ declare module "sap/ui/commons/layout/BorderLayoutArea" {
12853
13130
  bVisible?: boolean
12854
13131
  ): this;
12855
13132
  }
12856
-
13133
+ /**
13134
+ * Describes the settings that can be provided to the BorderLayoutArea constructor.
13135
+ *
13136
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Page` control.
13137
+ */
12857
13138
  export interface $BorderLayoutAreaSettings extends $ElementSettings {
12858
13139
  /**
12859
13140
  * Defines which area the element represents: top, begin, center, end, bottom
@@ -12983,7 +13264,11 @@ declare module "sap/ui/commons/layout/HorizontalLayout" {
12983
13264
  */
12984
13265
  static getMetadata(): ElementMetadata;
12985
13266
  }
12986
-
13267
+ /**
13268
+ * Describes the settings that can be provided to the HorizontalLayout constructor.
13269
+ *
13270
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.HorizontalLayout` control.
13271
+ */
12987
13272
  export interface $HorizontalLayoutSettings
12988
13273
  extends $HorizontalLayoutSettings1 {}
12989
13274
  }
@@ -13306,7 +13591,11 @@ declare module "sap/ui/commons/layout/MatrixLayout" {
13306
13591
  sWidths?: CSSSize[]
13307
13592
  ): this;
13308
13593
  }
13309
-
13594
+ /**
13595
+ * Describes the settings that can be provided to the MatrixLayout constructor.
13596
+ *
13597
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
13598
+ */
13310
13599
  export interface $MatrixLayoutSettings extends $ControlSettings {
13311
13600
  /**
13312
13601
  * CSS width of the matrix layout. If the LayoutFixed = true an adequate width should be provided.
@@ -13786,7 +14075,11 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
13786
14075
  sVAlign?: layout.VAlign | keyof typeof layout.VAlign
13787
14076
  ): this;
13788
14077
  }
13789
-
14078
+ /**
14079
+ * Describes the settings that can be provided to the MatrixLayoutCell constructor.
14080
+ *
14081
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
14082
+ */
13790
14083
  export interface $MatrixLayoutCellSettings extends $ElementSettings {
13791
14084
  /**
13792
14085
  * Determines the matrix layout cell's background design.
@@ -14097,7 +14390,11 @@ declare module "sap/ui/commons/layout/MatrixLayoutRow" {
14097
14390
  sHeight?: CSSSize
14098
14391
  ): this;
14099
14392
  }
14100
-
14393
+ /**
14394
+ * Describes the settings that can be provided to the MatrixLayoutRow constructor.
14395
+ *
14396
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
14397
+ */
14101
14398
  export interface $MatrixLayoutRowSettings extends $ElementSettings {
14102
14399
  /**
14103
14400
  * Height of the row.
@@ -14393,7 +14690,11 @@ declare module "sap/ui/commons/layout/PositionContainer" {
14393
14690
  oPos: object
14394
14691
  ): void;
14395
14692
  }
14396
-
14693
+ /**
14694
+ * Describes the settings that can be provided to the PositionContainer constructor.
14695
+ *
14696
+ * @deprecated (since 1.38)
14697
+ */
14397
14698
  export interface $PositionContainerSettings extends $ElementSettings {
14398
14699
  /**
14399
14700
  * Defines the distance to the top of the layout (as specified in HTML)
@@ -14519,7 +14820,11 @@ declare module "sap/ui/commons/layout/ResponsiveFlowLayout" {
14519
14820
  */
14520
14821
  static getMetadata(): ElementMetadata;
14521
14822
  }
14522
-
14823
+ /**
14824
+ * Describes the settings that can be provided to the ResponsiveFlowLayout constructor.
14825
+ *
14826
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
14827
+ */
14523
14828
  export interface $ResponsiveFlowLayoutSettings
14524
14829
  extends $ResponsiveFlowLayoutSettings1 {}
14525
14830
  }
@@ -14633,7 +14938,11 @@ declare module "sap/ui/commons/layout/ResponsiveFlowLayoutData" {
14633
14938
  bMargin: boolean
14634
14939
  ): this;
14635
14940
  }
14636
-
14941
+ /**
14942
+ * Describes the settings that can be provided to the ResponsiveFlowLayoutData constructor.
14943
+ *
14944
+ * @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
14945
+ */
14637
14946
  export interface $ResponsiveFlowLayoutDataSettings
14638
14947
  extends $ResponsiveFlowLayoutDataSettings1 {}
14639
14948
  }
@@ -14721,7 +15030,11 @@ declare module "sap/ui/commons/layout/VerticalLayout" {
14721
15030
  */
14722
15031
  static getMetadata(): ElementMetadata;
14723
15032
  }
14724
-
15033
+ /**
15034
+ * Describes the settings that can be provided to the VerticalLayout constructor.
15035
+ *
15036
+ * @deprecated (since 1.16.0) - Moved to sap.ui.layout library. Please use this one.
15037
+ */
14725
15038
  export interface $VerticalLayoutSettings extends $VerticalLayoutSettings1 {}
14726
15039
  }
14727
15040
 
@@ -15155,7 +15468,11 @@ declare module "sap/ui/commons/Link" {
15155
15468
  sWidth?: CSSSize
15156
15469
  ): this;
15157
15470
  }
15158
-
15471
+ /**
15472
+ * Describes the settings that can be provided to the Link constructor.
15473
+ *
15474
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Link` control.
15475
+ */
15159
15476
  export interface $LinkSettings extends $ControlSettings {
15160
15477
  /**
15161
15478
  * Link text to be displayed.
@@ -15207,8 +15524,14 @@ declare module "sap/ui/commons/Link" {
15207
15524
  press?: (oEvent: Event) => void;
15208
15525
  }
15209
15526
 
15527
+ /**
15528
+ * Parameters of the Link#press event.
15529
+ */
15210
15530
  export interface Link$PressEventParameters {}
15211
15531
 
15532
+ /**
15533
+ * Event object of the Link#press event.
15534
+ */
15212
15535
  export type Link$PressEvent = Event<Link$PressEventParameters, Link>;
15213
15536
  }
15214
15537
 
@@ -16048,7 +16371,11 @@ declare module "sap/ui/commons/ListBox" {
16048
16371
  sWidth: CSSSize
16049
16372
  ): this;
16050
16373
  }
16051
-
16374
+ /**
16375
+ * Describes the settings that can be provided to the ListBox constructor.
16376
+ *
16377
+ * @deprecated (since 1.38) - Instead, use the `sap.m.List` control.
16378
+ */
16052
16379
  export interface $ListBoxSettings extends $ControlSettings {
16053
16380
  /**
16054
16381
  * Determines whether the ListBox is interactive or not. Can be used to disable interaction with mouse or
@@ -16158,6 +16485,9 @@ declare module "sap/ui/commons/ListBox" {
16158
16485
  select?: (oEvent: ListBox$SelectEvent) => void;
16159
16486
  }
16160
16487
 
16488
+ /**
16489
+ * Parameters of the ListBox#select event.
16490
+ */
16161
16491
  export interface ListBox$SelectEventParameters {
16162
16492
  /**
16163
16493
  * ID of the ListBox which triggered the event.
@@ -16183,6 +16513,9 @@ declare module "sap/ui/commons/ListBox" {
16183
16513
  selectedIndices?: int[];
16184
16514
  }
16185
16515
 
16516
+ /**
16517
+ * Event object of the ListBox#select event.
16518
+ */
16186
16519
  export type ListBox$SelectEvent = Event<
16187
16520
  ListBox$SelectEventParameters,
16188
16521
  ListBox
@@ -16275,7 +16608,11 @@ declare module "sap/ui/commons/Menu" {
16275
16608
  */
16276
16609
  static getMetadata(): ElementMetadata;
16277
16610
  }
16278
-
16611
+ /**
16612
+ * Describes the settings that can be provided to the Menu constructor.
16613
+ *
16614
+ * @deprecated (since 1.21.0) - replaced by {@link sap.ui.unified.Menu}
16615
+ */
16279
16616
  export interface $MenuSettings extends $MenuSettings1 {}
16280
16617
  }
16281
16618
 
@@ -16533,7 +16870,11 @@ declare module "sap/ui/commons/MenuBar" {
16533
16870
  sWidth?: CSSSize
16534
16871
  ): this;
16535
16872
  }
16536
-
16873
+ /**
16874
+ * Describes the settings that can be provided to the MenuBar constructor.
16875
+ *
16876
+ * @deprecated (since 1.38) - Instead, use the `sap.m.OverflowToolbar` control.
16877
+ */
16537
16878
  export interface $MenuBarSettings extends $ControlSettings {
16538
16879
  /**
16539
16880
  * When the MenuBar is not enabled, automatically all single menu items are also displayed as 'disabled'.
@@ -16892,7 +17233,11 @@ declare module "sap/ui/commons/MenuButton" {
16892
17233
  oMenu: Menu
16893
17234
  ): this;
16894
17235
  }
16895
-
17236
+ /**
17237
+ * Describes the settings that can be provided to the MenuButton constructor.
17238
+ *
17239
+ * @deprecated (since 1.38) - Instead, use the `sap.m.MenuButton` control.
17240
+ */
16896
17241
  export interface $MenuButtonSettings extends $ButtonSettings {
16897
17242
  /**
16898
17243
  * The position / edge (see sap.ui.core.Popup.Dock) of the button where the menu is docked. Default is 'begin
@@ -16917,6 +17262,9 @@ declare module "sap/ui/commons/MenuButton" {
16917
17262
  itemSelected?: (oEvent: MenuButton$ItemSelectedEvent) => void;
16918
17263
  }
16919
17264
 
17265
+ /**
17266
+ * Parameters of the MenuButton#itemSelected event.
17267
+ */
16920
17268
  export interface MenuButton$ItemSelectedEventParameters {
16921
17269
  /**
16922
17270
  * The ID of the selected item
@@ -16929,11 +17277,17 @@ declare module "sap/ui/commons/MenuButton" {
16929
17277
  item?: MenuItemBase;
16930
17278
  }
16931
17279
 
17280
+ /**
17281
+ * Event object of the MenuButton#itemSelected event.
17282
+ */
16932
17283
  export type MenuButton$ItemSelectedEvent = Event<
16933
17284
  MenuButton$ItemSelectedEventParameters,
16934
17285
  MenuButton
16935
17286
  >;
16936
17287
 
17288
+ /**
17289
+ * Parameters of the MenuButton#press event.
17290
+ */
16937
17291
  export interface MenuButton$PressEventParameters
16938
17292
  extends Button$PressEventParameters {
16939
17293
  /**
@@ -16947,6 +17301,9 @@ declare module "sap/ui/commons/MenuButton" {
16947
17301
  item?: MenuItemBase1;
16948
17302
  }
16949
17303
 
17304
+ /**
17305
+ * Event object of the MenuButton#press event.
17306
+ */
16950
17307
  export type MenuButton$PressEvent = Event<
16951
17308
  MenuButton$PressEventParameters,
16952
17309
  MenuButton
@@ -17038,7 +17395,11 @@ declare module "sap/ui/commons/MenuItem" {
17038
17395
  */
17039
17396
  static getMetadata(): ElementMetadata;
17040
17397
  }
17041
-
17398
+ /**
17399
+ * Describes the settings that can be provided to the MenuItem constructor.
17400
+ *
17401
+ * @deprecated (since 1.21.0) - replaced by {@link sap.ui.unified.MenuItem}
17402
+ */
17042
17403
  export interface $MenuItemSettings extends $MenuItemSettings1 {}
17043
17404
  }
17044
17405
 
@@ -17078,7 +17439,11 @@ declare module "sap/ui/commons/MenuItemBase" {
17078
17439
  mSettings?: $MenuItemBaseSettings
17079
17440
  );
17080
17441
  }
17081
-
17442
+ /**
17443
+ * Describes the settings that can be provided to the MenuItemBase constructor.
17444
+ *
17445
+ * @deprecated (since 1.21.0) - replaced by {@link sap.ui.unified.MenuItemBase}
17446
+ */
17082
17447
  export interface $MenuItemBaseSettings extends $MenuItemBaseSettings1 {}
17083
17448
  }
17084
17449
 
@@ -17168,7 +17533,12 @@ declare module "sap/ui/commons/MenuTextFieldItem" {
17168
17533
  */
17169
17534
  static getMetadata(): ElementMetadata;
17170
17535
  }
17171
-
17536
+ /**
17537
+ * Describes the settings that can be provided to the MenuTextFieldItem constructor.
17538
+ *
17539
+ * @deprecated (since 1.21.0) - Please use the control `sap.ui.unified.MenuTextFieldItem` of the library
17540
+ * `sap.ui.unified` instead.
17541
+ */
17172
17542
  export interface $MenuTextFieldItemSettings
17173
17543
  extends $MenuTextFieldItemSettings1 {}
17174
17544
  }
@@ -17366,7 +17736,12 @@ declare module "sap/ui/commons/Message" {
17366
17736
  sType?: MessageType | keyof typeof MessageType
17367
17737
  ): this;
17368
17738
  }
17369
-
17739
+ /**
17740
+ * Describes the settings that can be provided to the Message constructor.
17741
+ *
17742
+ * @deprecated (since 1.4.0) - A new messaging concept will be created in future. Therefore this control
17743
+ * might be removed in one of the next versions.
17744
+ */
17370
17745
  export interface $MessageSettings extends $ControlSettings {
17371
17746
  /**
17372
17747
  * "Success", or "Warning", or "Error" messages. (Mandatory)
@@ -17650,7 +18025,11 @@ declare module "sap/ui/commons/MessageBar" {
17650
18025
  bVisible: boolean
17651
18026
  ): this;
17652
18027
  }
17653
-
18028
+ /**
18029
+ * Describes the settings that can be provided to the MessageBar constructor.
18030
+ *
18031
+ * @deprecated (since 1.4.0) - Instead, use the `sap.m.MessagePopover` control.
18032
+ */
17654
18033
  export interface $MessageBarSettings extends $ControlSettings {
17655
18034
  /**
17656
18035
  * Element ID upon which the MessageBar will be initially positioned.
@@ -17718,7 +18097,7 @@ declare module "sap/ui/commons/MessageBox" {
17718
18097
  * This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
17719
18098
  * 'Action'.
17720
18099
  *
17721
- * @deprecated (since 1.38)
18100
+ * @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox.Action`.
17722
18101
  */
17723
18102
  Action: typeof Action;
17724
18103
 
@@ -17728,7 +18107,7 @@ declare module "sap/ui/commons/MessageBox" {
17728
18107
  * This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
17729
18108
  * 'Icon'.
17730
18109
  *
17731
- * @deprecated (since 1.38)
18110
+ * @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox.Icon`.
17732
18111
  */
17733
18112
  Icon: typeof Icon;
17734
18113
 
@@ -17857,6 +18236,9 @@ declare module "sap/ui/commons/MessageBox" {
17857
18236
  ): void;
17858
18237
  }
17859
18238
  const MessageBox: MessageBox;
18239
+ /**
18240
+ * @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox` control.
18241
+ */
17860
18242
  export default MessageBox;
17861
18243
 
17862
18244
  /**
@@ -17868,7 +18250,7 @@ declare module "sap/ui/commons/MessageBox" {
17868
18250
  * This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
17869
18251
  * 'Action'.
17870
18252
  *
17871
- * @deprecated (since 1.38)
18253
+ * @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox.Action`.
17872
18254
  */
17873
18255
  enum Action {
17874
18256
  /**
@@ -17910,7 +18292,7 @@ declare module "sap/ui/commons/MessageBox" {
17910
18292
  * This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
17911
18293
  * 'Icon'.
17912
18294
  *
17913
- * @deprecated (since 1.38)
18295
+ * @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox.Icon`.
17914
18296
  */
17915
18297
  enum Icon {
17916
18298
  /**
@@ -18116,7 +18498,12 @@ declare module "sap/ui/commons/MessageList" {
18116
18498
  bVisible: boolean
18117
18499
  ): this;
18118
18500
  }
18119
-
18501
+ /**
18502
+ * Describes the settings that can be provided to the MessageList constructor.
18503
+ *
18504
+ * @deprecated (since 1.4.0) - A new messaging concept will be created in future. Therefore this control
18505
+ * might be removed in one of the next versions.
18506
+ */
18120
18507
  export interface $MessageListSettings extends $ControlSettings {
18121
18508
  /**
18122
18509
  * Specifies whether or not the MessageList is visible. Invisible controls are not rendered.
@@ -18338,7 +18725,11 @@ declare module "sap/ui/commons/MessageToast" {
18338
18725
  sAnchorId: string
18339
18726
  ): void;
18340
18727
  }
18341
-
18728
+ /**
18729
+ * Describes the settings that can be provided to the MessageToast constructor.
18730
+ *
18731
+ * @deprecated (since 1.4.0) - Instead, use the `sap.m.MessageToast` control.
18732
+ */
18342
18733
  export interface $MessageToastSettings extends $ControlSettings {
18343
18734
  /**
18344
18735
  * ID of the anchor on top of which the MessageToast is to render.
@@ -18351,8 +18742,14 @@ declare module "sap/ui/commons/MessageToast" {
18351
18742
  next?: (oEvent: Event) => void;
18352
18743
  }
18353
18744
 
18745
+ /**
18746
+ * Parameters of the MessageToast#next event.
18747
+ */
18354
18748
  export interface MessageToast$NextEventParameters {}
18355
18749
 
18750
+ /**
18751
+ * Event object of the MessageToast#next event.
18752
+ */
18356
18753
  export type MessageToast$NextEvent = Event<
18357
18754
  MessageToast$NextEventParameters,
18358
18755
  MessageToast
@@ -18373,7 +18770,7 @@ declare module "sap/ui/commons/Paginator" {
18373
18770
  /**
18374
18771
  * Provides navigation between pages within a list of numbered pages.
18375
18772
  *
18376
- * @deprecated (since 1.38)
18773
+ * @deprecated (since 1.38) - the concept has been discarded.
18377
18774
  */
18378
18775
  export default class Paginator extends Control {
18379
18776
  /**
@@ -18571,7 +18968,11 @@ declare module "sap/ui/commons/Paginator" {
18571
18968
  iNumberOfPages?: int
18572
18969
  ): this;
18573
18970
  }
18574
-
18971
+ /**
18972
+ * Describes the settings that can be provided to the Paginator constructor.
18973
+ *
18974
+ * @deprecated (since 1.38) - the concept has been discarded.
18975
+ */
18575
18976
  export interface $PaginatorSettings extends $ControlSettings {
18576
18977
  /**
18577
18978
  * Represents the current page (first page has index 1, not 0, to match the visual number)
@@ -18589,6 +18990,9 @@ declare module "sap/ui/commons/Paginator" {
18589
18990
  page?: (oEvent: Paginator$PageEvent) => void;
18590
18991
  }
18591
18992
 
18993
+ /**
18994
+ * Parameters of the Paginator#page event.
18995
+ */
18592
18996
  export interface Paginator$PageEventParameters {
18593
18997
  /**
18594
18998
  * The page which is the current one before the page event is fired (and another page is displayed)
@@ -18610,6 +19014,9 @@ declare module "sap/ui/commons/Paginator" {
18610
19014
  type?: PaginatorEvent | keyof typeof PaginatorEvent;
18611
19015
  }
18612
19016
 
19017
+ /**
19018
+ * Event object of the Paginator#page event.
19019
+ */
18613
19020
  export type Paginator$PageEvent = Event<
18614
19021
  Paginator$PageEventParameters,
18615
19022
  Paginator
@@ -19172,7 +19579,11 @@ declare module "sap/ui/commons/Panel" {
19172
19579
  sWidth: CSSSize
19173
19580
  ): this;
19174
19581
  }
19175
-
19582
+ /**
19583
+ * Describes the settings that can be provided to the Panel constructor.
19584
+ *
19585
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Panel` control.
19586
+ */
19176
19587
  export interface $PanelSettings extends $ControlSettings {
19177
19588
  /**
19178
19589
  * Determines the width of the Panel in CSS size.
@@ -19341,7 +19752,11 @@ declare module "sap/ui/commons/PasswordField" {
19341
19752
  */
19342
19753
  static getMetadata(): ElementMetadata;
19343
19754
  }
19344
-
19755
+ /**
19756
+ * Describes the settings that can be provided to the PasswordField constructor.
19757
+ *
19758
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Input` control.
19759
+ */
19345
19760
  export interface $PasswordFieldSettings extends $TextFieldSettings {}
19346
19761
  }
19347
19762
 
@@ -19609,7 +20024,11 @@ declare module "sap/ui/commons/ProgressIndicator" {
19609
20024
  sWidth?: CSSSize
19610
20025
  ): this;
19611
20026
  }
19612
-
20027
+ /**
20028
+ * Describes the settings that can be provided to the ProgressIndicator constructor.
20029
+ *
20030
+ * @deprecated (since 1.38) - Instead, use the `sap.m.ProgressIndicator` control.
20031
+ */
19613
20032
  export interface $ProgressIndicatorSettings extends $ControlSettings {
19614
20033
  /**
19615
20034
  * Determines whether the control is enabled or not. Disabled controls have different colors, and can not
@@ -20146,7 +20565,11 @@ declare module "sap/ui/commons/RadioButton" {
20146
20565
  sWidth?: CSSSize
20147
20566
  ): this;
20148
20567
  }
20149
-
20568
+ /**
20569
+ * Describes the settings that can be provided to the RadioButton constructor.
20570
+ *
20571
+ * @deprecated (since 1.38) - Instead, use the `sap.m.RadioButton` control.
20572
+ */
20150
20573
  export interface $RadioButtonSettings extends $ControlSettings {
20151
20574
  /**
20152
20575
  * Defines the text displayed next to the RadioButton.
@@ -20219,8 +20642,14 @@ declare module "sap/ui/commons/RadioButton" {
20219
20642
  select?: (oEvent: Event) => void;
20220
20643
  }
20221
20644
 
20645
+ /**
20646
+ * Parameters of the RadioButton#select event.
20647
+ */
20222
20648
  export interface RadioButton$SelectEventParameters {}
20223
20649
 
20650
+ /**
20651
+ * Event object of the RadioButton#select event.
20652
+ */
20224
20653
  export type RadioButton$SelectEvent = Event<
20225
20654
  RadioButton$SelectEventParameters,
20226
20655
  RadioButton
@@ -20775,7 +21204,11 @@ declare module "sap/ui/commons/RadioButtonGroup" {
20775
21204
  */
20776
21205
  unbindItems(): this;
20777
21206
  }
20778
-
21207
+ /**
21208
+ * Describes the settings that can be provided to the RadioButtonGroup constructor.
21209
+ *
21210
+ * @deprecated (since 1.38) - Instead, use the `sap.m.RadioButtonGroup` control.
21211
+ */
20779
21212
  export interface $RadioButtonGroupSettings extends $ControlSettings {
20780
21213
  /**
20781
21214
  * Defines the width of the RadioButtonGroup.
@@ -20840,6 +21273,9 @@ declare module "sap/ui/commons/RadioButtonGroup" {
20840
21273
  select?: (oEvent: RadioButtonGroup$SelectEvent) => void;
20841
21274
  }
20842
21275
 
21276
+ /**
21277
+ * Parameters of the RadioButtonGroup#select event.
21278
+ */
20843
21279
  export interface RadioButtonGroup$SelectEventParameters {
20844
21280
  /**
20845
21281
  * Index of the selected RadioButton.
@@ -20847,6 +21283,9 @@ declare module "sap/ui/commons/RadioButtonGroup" {
20847
21283
  selectedIndex?: int;
20848
21284
  }
20849
21285
 
21286
+ /**
21287
+ * Event object of the RadioButtonGroup#select event.
21288
+ */
20850
21289
  export type RadioButtonGroup$SelectEvent = Event<
20851
21290
  RadioButtonGroup$SelectEventParameters,
20852
21291
  RadioButtonGroup
@@ -20966,7 +21405,11 @@ declare module "sap/ui/commons/RangeSlider" {
20966
21405
  fValue2?: float
20967
21406
  ): this;
20968
21407
  }
20969
-
21408
+ /**
21409
+ * Describes the settings that can be provided to the RangeSlider constructor.
21410
+ *
21411
+ * @deprecated (since 1.38) - replaced by {@link sap.m.RangeSlider}
21412
+ */
20970
21413
  export interface $RangeSliderSettings extends $SliderSettings {
20971
21414
  /**
20972
21415
  * Current second value of the slider. (Position of the second grip.)
@@ -21475,7 +21918,11 @@ declare module "sap/ui/commons/RatingIndicator" {
21475
21918
  */
21476
21919
  unbindValue(): this;
21477
21920
  }
21478
-
21921
+ /**
21922
+ * Describes the settings that can be provided to the RatingIndicator constructor.
21923
+ *
21924
+ * @deprecated (since 1.38) - Instead, use the `sap.m.RatingIndicator` control.
21925
+ */
21479
21926
  export interface $RatingIndicatorSettings extends $ControlSettings {
21480
21927
  /**
21481
21928
  * Determines if the rating symbols can be edited.
@@ -21543,6 +21990,9 @@ declare module "sap/ui/commons/RatingIndicator" {
21543
21990
  change?: (oEvent: RatingIndicator$ChangeEvent) => void;
21544
21991
  }
21545
21992
 
21993
+ /**
21994
+ * Parameters of the RatingIndicator#change event.
21995
+ */
21546
21996
  export interface RatingIndicator$ChangeEventParameters {
21547
21997
  /**
21548
21998
  * The value of the user rating
@@ -21550,6 +22000,9 @@ declare module "sap/ui/commons/RatingIndicator" {
21550
22000
  value?: int;
21551
22001
  }
21552
22002
 
22003
+ /**
22004
+ * Event object of the RatingIndicator#change event.
22005
+ */
21553
22006
  export type RatingIndicator$ChangeEvent = Event<
21554
22007
  RatingIndicator$ChangeEventParameters,
21555
22008
  RatingIndicator
@@ -21876,7 +22329,11 @@ declare module "sap/ui/commons/ResponsiveContainer" {
21876
22329
  sWidth?: CSSSize
21877
22330
  ): this;
21878
22331
  }
21879
-
22332
+ /**
22333
+ * Describes the settings that can be provided to the ResponsiveContainer constructor.
22334
+ *
22335
+ * @deprecated (since 1.38) - Use a container by choice from the {@link sap.m} library, instead.
22336
+ */
21880
22337
  export interface $ResponsiveContainerSettings extends $ControlSettings {
21881
22338
  /**
21882
22339
  * The width of the responsive container.
@@ -21908,6 +22365,9 @@ declare module "sap/ui/commons/ResponsiveContainer" {
21908
22365
  rangeSwitch?: (oEvent: ResponsiveContainer$RangeSwitchEvent) => void;
21909
22366
  }
21910
22367
 
22368
+ /**
22369
+ * Parameters of the ResponsiveContainer#rangeSwitch event.
22370
+ */
21911
22371
  export interface ResponsiveContainer$RangeSwitchEventParameters {
21912
22372
  /**
21913
22373
  * The current range
@@ -21915,6 +22375,9 @@ declare module "sap/ui/commons/ResponsiveContainer" {
21915
22375
  currentRange?: ResponsiveContainerRange;
21916
22376
  }
21917
22377
 
22378
+ /**
22379
+ * Event object of the ResponsiveContainer#rangeSwitch event.
22380
+ */
21918
22381
  export type ResponsiveContainer$RangeSwitchEvent = Event<
21919
22382
  ResponsiveContainer$RangeSwitchEventParameters,
21920
22383
  ResponsiveContainer
@@ -21935,7 +22398,8 @@ declare module "sap/ui/commons/ResponsiveContainerRange" {
21935
22398
  /**
21936
22399
  * Defines a range for the ResponsiveContainer
21937
22400
  *
21938
- * @deprecated (since 1.38)
22401
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.ResponsiveContainer). Use a container of your
22402
+ * choice from the sap.m library instead.
21939
22403
  */
21940
22404
  export default class ResponsiveContainerRange extends UI5Element {
21941
22405
  /**
@@ -22105,7 +22569,12 @@ declare module "sap/ui/commons/ResponsiveContainerRange" {
22105
22569
  sWidth?: CSSSize
22106
22570
  ): this;
22107
22571
  }
22108
-
22572
+ /**
22573
+ * Describes the settings that can be provided to the ResponsiveContainerRange constructor.
22574
+ *
22575
+ * @deprecated (since 1.38) - (altogether with sap.ui.commons.ResponsiveContainer). Use a container of your
22576
+ * choice from the sap.m library instead.
22577
+ */
22109
22578
  export interface $ResponsiveContainerRangeSettings extends $ElementSettings {
22110
22579
  /**
22111
22580
  * The minimal width for this range to be displayed.
@@ -22316,7 +22785,12 @@ declare module "sap/ui/commons/RichTooltip" {
22316
22785
  sText: string
22317
22786
  ): this;
22318
22787
  }
22319
-
22788
+ /**
22789
+ * Describes the settings that can be provided to the RichTooltip constructor.
22790
+ *
22791
+ * @deprecated (since 1.38) - Tf you want to achieve a similar behavior, use a `sap.m.Popover` control and
22792
+ * open it next to your control.
22793
+ */
22320
22794
  export interface $RichTooltipSettings extends $TooltipBaseSettings {
22321
22795
  /**
22322
22796
  * Tool tip title to be displayed in the header.
@@ -22766,7 +23240,11 @@ declare module "sap/ui/commons/RoadMap" {
22766
23240
  sWidth?: CSSSize
22767
23241
  ): this;
22768
23242
  }
22769
-
23243
+ /**
23244
+ * Describes the settings that can be provided to the RoadMap constructor.
23245
+ *
23246
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Wizard` control.
23247
+ */
22770
23248
  export interface $RoadMapSettings extends $ControlSettings {
22771
23249
  /**
22772
23250
  * Total number of steps to be displayed at once
@@ -22808,6 +23286,9 @@ declare module "sap/ui/commons/RoadMap" {
22808
23286
  stepExpanded?: (oEvent: RoadMap$StepExpandedEvent) => void;
22809
23287
  }
22810
23288
 
23289
+ /**
23290
+ * Parameters of the RoadMap#stepExpanded event.
23291
+ */
22811
23292
  export interface RoadMap$StepExpandedEventParameters {
22812
23293
  /**
22813
23294
  * ID of the expanded/collapsed step
@@ -22815,11 +23296,17 @@ declare module "sap/ui/commons/RoadMap" {
22815
23296
  stepId?: string;
22816
23297
  }
22817
23298
 
23299
+ /**
23300
+ * Event object of the RoadMap#stepExpanded event.
23301
+ */
22818
23302
  export type RoadMap$StepExpandedEvent = Event<
22819
23303
  RoadMap$StepExpandedEventParameters,
22820
23304
  RoadMap
22821
23305
  >;
22822
23306
 
23307
+ /**
23308
+ * Parameters of the RoadMap#stepSelected event.
23309
+ */
22823
23310
  export interface RoadMap$StepSelectedEventParameters {
22824
23311
  /**
22825
23312
  * ID of the selected step
@@ -22827,6 +23314,9 @@ declare module "sap/ui/commons/RoadMap" {
22827
23314
  stepId?: string;
22828
23315
  }
22829
23316
 
23317
+ /**
23318
+ * Event object of the RoadMap#stepSelected event.
23319
+ */
22830
23320
  export type RoadMap$StepSelectedEvent = Event<
22831
23321
  RoadMap$StepSelectedEventParameters,
22832
23322
  RoadMap
@@ -23121,7 +23611,11 @@ declare module "sap/ui/commons/RoadMapStep" {
23121
23611
  bVisible?: boolean
23122
23612
  ): this;
23123
23613
  }
23124
-
23614
+ /**
23615
+ * Describes the settings that can be provided to the RoadMapStep constructor.
23616
+ *
23617
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Wizard` control.
23618
+ */
23125
23619
  export interface $RoadMapStepSettings extends $ElementSettings {
23126
23620
  /**
23127
23621
  * Label of the step
@@ -24088,7 +24582,11 @@ declare module "sap/ui/commons/RowRepeater" {
24088
24582
  */
24089
24583
  unbindRows(): this;
24090
24584
  }
24091
-
24585
+ /**
24586
+ * Describes the settings that can be provided to the RowRepeater constructor.
24587
+ *
24588
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.table.Table` control.
24589
+ */
24092
24590
  export interface $RowRepeaterSettings extends $ControlSettings {
24093
24591
  /**
24094
24592
  * Number of rows displayed.
@@ -24179,6 +24677,9 @@ declare module "sap/ui/commons/RowRepeater" {
24179
24677
  resize?: (oEvent: RowRepeater$ResizeEvent) => void;
24180
24678
  }
24181
24679
 
24680
+ /**
24681
+ * Parameters of the RowRepeater#filter event.
24682
+ */
24182
24683
  export interface RowRepeater$FilterEventParameters {
24183
24684
  /**
24184
24685
  * The ID of the filter that has just been applied.
@@ -24186,11 +24687,17 @@ declare module "sap/ui/commons/RowRepeater" {
24186
24687
  filterId?: string;
24187
24688
  }
24188
24689
 
24690
+ /**
24691
+ * Event object of the RowRepeater#filter event.
24692
+ */
24189
24693
  export type RowRepeater$FilterEvent = Event<
24190
24694
  RowRepeater$FilterEventParameters,
24191
24695
  RowRepeater
24192
24696
  >;
24193
24697
 
24698
+ /**
24699
+ * Parameters of the RowRepeater#page event.
24700
+ */
24194
24701
  export interface RowRepeater$PageEventParameters {
24195
24702
  /**
24196
24703
  * The value of the currentPage property after the change.
@@ -24203,11 +24710,17 @@ declare module "sap/ui/commons/RowRepeater" {
24203
24710
  previousPage?: int;
24204
24711
  }
24205
24712
 
24713
+ /**
24714
+ * Event object of the RowRepeater#page event.
24715
+ */
24206
24716
  export type RowRepeater$PageEvent = Event<
24207
24717
  RowRepeater$PageEventParameters,
24208
24718
  RowRepeater
24209
24719
  >;
24210
24720
 
24721
+ /**
24722
+ * Parameters of the RowRepeater#resize event.
24723
+ */
24211
24724
  export interface RowRepeater$ResizeEventParameters {
24212
24725
  /**
24213
24726
  * The value of the numberOfRows property after the change.
@@ -24220,11 +24733,17 @@ declare module "sap/ui/commons/RowRepeater" {
24220
24733
  previousNumberOfRows?: int;
24221
24734
  }
24222
24735
 
24736
+ /**
24737
+ * Event object of the RowRepeater#resize event.
24738
+ */
24223
24739
  export type RowRepeater$ResizeEvent = Event<
24224
24740
  RowRepeater$ResizeEventParameters,
24225
24741
  RowRepeater
24226
24742
  >;
24227
24743
 
24744
+ /**
24745
+ * Parameters of the RowRepeater#sort event.
24746
+ */
24228
24747
  export interface RowRepeater$SortEventParameters {
24229
24748
  /**
24230
24749
  * The ID of the sorter that has just been applied.
@@ -24232,6 +24751,9 @@ declare module "sap/ui/commons/RowRepeater" {
24232
24751
  sorterId?: string;
24233
24752
  }
24234
24753
 
24754
+ /**
24755
+ * Event object of the RowRepeater#sort event.
24756
+ */
24235
24757
  export type RowRepeater$SortEvent = Event<
24236
24758
  RowRepeater$SortEventParameters,
24237
24759
  RowRepeater
@@ -24390,7 +24912,11 @@ declare module "sap/ui/commons/RowRepeaterFilter" {
24390
24912
  sText?: string
24391
24913
  ): this;
24392
24914
  }
24393
-
24915
+ /**
24916
+ * Describes the settings that can be provided to the RowRepeaterFilter constructor.
24917
+ *
24918
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.table.Table` control.
24919
+ */
24394
24920
  export interface $RowRepeaterFilterSettings extends $ElementSettings {
24395
24921
  /**
24396
24922
  * The filter title if needed for display.
@@ -24561,7 +25087,11 @@ declare module "sap/ui/commons/RowRepeaterSorter" {
24561
25087
  sText?: string
24562
25088
  ): this;
24563
25089
  }
24564
-
25090
+ /**
25091
+ * Describes the settings that can be provided to the RowRepeaterSorter constructor.
25092
+ *
25093
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.table.Table` control.
25094
+ */
24565
25095
  export interface $RowRepeaterSorterSettings extends $ElementSettings {
24566
25096
  /**
24567
25097
  * The sorter title if needed for display.
@@ -25468,7 +25998,11 @@ declare module "sap/ui/commons/SearchField" {
25468
25998
  aASuggestions: string[]
25469
25999
  ): void;
25470
26000
  }
25471
-
26001
+ /**
26002
+ * Describes the settings that can be provided to the SearchField constructor.
26003
+ *
26004
+ * @deprecated (since 1.38) - Instead, use the `sap.m.SearchField` control.
26005
+ */
25472
26006
  export interface $SearchFieldSettings extends $ControlSettings {
25473
26007
  /**
25474
26008
  * Defines whether a pop up list shall be provided for suggestions
@@ -25603,6 +26137,9 @@ declare module "sap/ui/commons/SearchField" {
25603
26137
  suggest?: (oEvent: SearchField$SuggestEvent) => void;
25604
26138
  }
25605
26139
 
26140
+ /**
26141
+ * Parameters of the SearchField#search event.
26142
+ */
25606
26143
  export interface SearchField$SearchEventParameters {
25607
26144
  /**
25608
26145
  * The search query
@@ -25610,11 +26147,17 @@ declare module "sap/ui/commons/SearchField" {
25610
26147
  query?: string;
25611
26148
  }
25612
26149
 
26150
+ /**
26151
+ * Event object of the SearchField#search event.
26152
+ */
25613
26153
  export type SearchField$SearchEvent = Event<
25614
26154
  SearchField$SearchEventParameters,
25615
26155
  SearchField
25616
26156
  >;
25617
26157
 
26158
+ /**
26159
+ * Parameters of the SearchField#suggest event.
26160
+ */
25618
26161
  export interface SearchField$SuggestEventParameters {
25619
26162
  /**
25620
26163
  * The value for which suggestions are required.
@@ -25622,6 +26165,9 @@ declare module "sap/ui/commons/SearchField" {
25622
26165
  value?: string;
25623
26166
  }
25624
26167
 
26168
+ /**
26169
+ * Event object of the SearchField#suggest event.
26170
+ */
25625
26171
  export type SearchField$SuggestEvent = Event<
25626
26172
  SearchField$SuggestEventParameters,
25627
26173
  SearchField
@@ -25711,7 +26257,11 @@ declare module "sap/ui/commons/SearchProvider" {
25711
26257
  */
25712
26258
  static getMetadata(): ElementMetadata;
25713
26259
  }
25714
-
26260
+ /**
26261
+ * Describes the settings that can be provided to the SearchProvider constructor.
26262
+ *
26263
+ * @deprecated (since 1.6.0) - Replaced by sap.ui.core.search.OpenSearchProvider
26264
+ */
25715
26265
  export interface $SearchProviderSettings
25716
26266
  extends $OpenSearchProviderSettings {}
25717
26267
  }
@@ -26016,7 +26566,11 @@ declare module "sap/ui/commons/SegmentedButton" {
26016
26566
  oSelectedButton: ID | Button
26017
26567
  ): this;
26018
26568
  }
26019
-
26569
+ /**
26570
+ * Describes the settings that can be provided to the SegmentedButton constructor.
26571
+ *
26572
+ * @deprecated (since 1.38) - replaced by {@link sap.m.SegmentedButton}
26573
+ */
26020
26574
  export interface $SegmentedButtonSettings extends $ControlSettings {
26021
26575
  /**
26022
26576
  * enabled
@@ -26039,6 +26593,9 @@ declare module "sap/ui/commons/SegmentedButton" {
26039
26593
  select?: (oEvent: SegmentedButton$SelectEvent) => void;
26040
26594
  }
26041
26595
 
26596
+ /**
26597
+ * Parameters of the SegmentedButton#select event.
26598
+ */
26042
26599
  export interface SegmentedButton$SelectEventParameters {
26043
26600
  /**
26044
26601
  * Id of selected ToggleButton
@@ -26046,6 +26603,9 @@ declare module "sap/ui/commons/SegmentedButton" {
26046
26603
  selectedButtonId?: string;
26047
26604
  }
26048
26605
 
26606
+ /**
26607
+ * Event object of the SegmentedButton#select event.
26608
+ */
26049
26609
  export type SegmentedButton$SelectEvent = Event<
26050
26610
  SegmentedButton$SelectEventParameters,
26051
26611
  SegmentedButton
@@ -26722,7 +27282,11 @@ declare module "sap/ui/commons/Slider" {
26722
27282
  sWidth?: CSSSize
26723
27283
  ): this;
26724
27284
  }
26725
-
27285
+ /**
27286
+ * Describes the settings that can be provided to the Slider constructor.
27287
+ *
27288
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Slider}
27289
+ */
26726
27290
  export interface $SliderSettings extends $ControlSettings {
26727
27291
  /**
26728
27292
  * Width of the horizontal slider.
@@ -26820,6 +27384,9 @@ declare module "sap/ui/commons/Slider" {
26820
27384
  liveChange?: (oEvent: Slider$LiveChangeEvent) => void;
26821
27385
  }
26822
27386
 
27387
+ /**
27388
+ * Parameters of the Slider#change event.
27389
+ */
26823
27390
  export interface Slider$ChangeEventParameters {
26824
27391
  /**
26825
27392
  * Current value of the slider after a change.
@@ -26827,8 +27394,14 @@ declare module "sap/ui/commons/Slider" {
26827
27394
  value?: float;
26828
27395
  }
26829
27396
 
27397
+ /**
27398
+ * Event object of the Slider#change event.
27399
+ */
26830
27400
  export type Slider$ChangeEvent = Event<Slider$ChangeEventParameters, Slider>;
26831
27401
 
27402
+ /**
27403
+ * Parameters of the Slider#liveChange event.
27404
+ */
26832
27405
  export interface Slider$LiveChangeEventParameters {
26833
27406
  /**
26834
27407
  * Current value of the slider after a change.
@@ -26836,6 +27409,9 @@ declare module "sap/ui/commons/Slider" {
26836
27409
  value?: float;
26837
27410
  }
26838
27411
 
27412
+ /**
27413
+ * Event object of the Slider#liveChange event.
27414
+ */
26839
27415
  export type Slider$LiveChangeEvent = Event<
26840
27416
  Slider$LiveChangeEventParameters,
26841
27417
  Slider
@@ -27319,7 +27895,11 @@ declare module "sap/ui/commons/Splitter" {
27319
27895
  sWidth?: SplitterSize
27320
27896
  ): this;
27321
27897
  }
27322
-
27898
+ /**
27899
+ * Describes the settings that can be provided to the Splitter constructor.
27900
+ *
27901
+ * @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Splitter` control.
27902
+ */
27323
27903
  export interface $SplitterSettings extends $ControlSettings {
27324
27904
  /**
27325
27905
  * The splitter can have horizontal or vertical orientation.
@@ -27586,7 +28166,11 @@ declare module "sap/ui/commons/Tab" {
27586
28166
  sVerticalScrolling?: Scrolling | keyof typeof Scrolling
27587
28167
  ): this;
27588
28168
  }
27589
-
28169
+ /**
28170
+ * Describes the settings that can be provided to the Tab constructor.
28171
+ *
28172
+ * @deprecated (since 1.38) - Instead, use the `sap.m.TabContainer` control.
28173
+ */
27590
28174
  export interface $TabSettings extends $PanelSettings {
27591
28175
  /**
27592
28176
  * Specifies the vertical scrolling.
@@ -28073,7 +28657,11 @@ declare module "sap/ui/commons/TabStrip" {
28073
28657
  sWidth?: CSSSize
28074
28658
  ): this;
28075
28659
  }
28076
-
28660
+ /**
28661
+ * Describes the settings that can be provided to the TabStrip constructor.
28662
+ *
28663
+ * @deprecated (since 1.38) - Instead, use the `sap.m.TabContainer` control.
28664
+ */
28077
28665
  export interface $TabStripSettings extends $ControlSettings {
28078
28666
  /**
28079
28667
  * Specifies the height of the tab bar and content area.
@@ -28111,6 +28699,9 @@ declare module "sap/ui/commons/TabStrip" {
28111
28699
  close?: (oEvent: TabStrip$CloseEvent) => void;
28112
28700
  }
28113
28701
 
28702
+ /**
28703
+ * Parameters of the TabStrip#close event.
28704
+ */
28114
28705
  export interface TabStrip$CloseEventParameters {
28115
28706
  /**
28116
28707
  * The index of the closed tab.
@@ -28118,11 +28709,17 @@ declare module "sap/ui/commons/TabStrip" {
28118
28709
  index?: int;
28119
28710
  }
28120
28711
 
28712
+ /**
28713
+ * Event object of the TabStrip#close event.
28714
+ */
28121
28715
  export type TabStrip$CloseEvent = Event<
28122
28716
  TabStrip$CloseEventParameters,
28123
28717
  TabStrip
28124
28718
  >;
28125
28719
 
28720
+ /**
28721
+ * Parameters of the TabStrip#select event.
28722
+ */
28126
28723
  export interface TabStrip$SelectEventParameters {
28127
28724
  /**
28128
28725
  * The index of the selected tab.
@@ -28130,6 +28727,9 @@ declare module "sap/ui/commons/TabStrip" {
28130
28727
  index?: int;
28131
28728
  }
28132
28729
 
28730
+ /**
28731
+ * Event object of the TabStrip#select event.
28732
+ */
28133
28733
  export type TabStrip$SelectEvent = Event<
28134
28734
  TabStrip$SelectEventParameters,
28135
28735
  TabStrip
@@ -28404,7 +29004,11 @@ declare module "sap/ui/commons/TextArea" {
28404
29004
  sWrapping?: Wrapping | keyof typeof Wrapping
28405
29005
  ): this;
28406
29006
  }
28407
-
29007
+ /**
29008
+ * Describes the settings that can be provided to the TextArea constructor.
29009
+ *
29010
+ * @deprecated (since 1.38) - Instead, use the `sap.m.TextArea` control.
29011
+ */
28408
29012
  export interface $TextAreaSettings extends $TextFieldSettings {
28409
29013
  /**
28410
29014
  * Height of text field. When it is set (CSS-size such as % or px), this is the exact size.
@@ -28475,7 +29079,7 @@ declare module "sap/ui/commons/TextView" {
28475
29079
  /**
28476
29080
  * Is used to display some continous text. The control can inherit the text direction from its parent control.
28477
29081
  *
28478
- * @deprecated (since 1.38)
29082
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Text}.
28479
29083
  */
28480
29084
  export default class TextView
28481
29085
  extends Control
@@ -28932,7 +29536,11 @@ declare module "sap/ui/commons/TextView" {
28932
29536
  */
28933
29537
  unbindText(): this;
28934
29538
  }
28935
-
29539
+ /**
29540
+ * Describes the settings that can be provided to the TextView constructor.
29541
+ *
29542
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Text}.
29543
+ */
28936
29544
  export interface $TextViewSettings extends $ControlSettings {
28937
29545
  /**
28938
29546
  * Text to be displayed.
@@ -29126,7 +29734,11 @@ declare module "sap/ui/commons/Title" {
29126
29734
  oLevel: TitleLevel | keyof typeof TitleLevel
29127
29735
  ): this;
29128
29736
  }
29129
-
29737
+ /**
29738
+ * Describes the settings that can be provided to the Title constructor.
29739
+ *
29740
+ * @deprecated (since 1.16.0) - moved to sap.ui.core library. Please use this one.
29741
+ */
29130
29742
  export interface $TitleSettings extends $TitleSettings1 {}
29131
29743
  }
29132
29744
 
@@ -29246,7 +29858,11 @@ declare module "sap/ui/commons/ToggleButton" {
29246
29858
  bPressed?: boolean
29247
29859
  ): this;
29248
29860
  }
29249
-
29861
+ /**
29862
+ * Describes the settings that can be provided to the ToggleButton constructor.
29863
+ *
29864
+ * @deprecated (since 1.38) - replaced by {@link sap.m.ToggleButton}
29865
+ */
29250
29866
  export interface $ToggleButtonSettings extends $ButtonSettings {
29251
29867
  /**
29252
29868
  * The property is “true” when the control is toggled. The default state of this property is "false".
@@ -29586,7 +30202,11 @@ declare module "sap/ui/commons/Toolbar" {
29586
30202
  sWidth?: CSSSize
29587
30203
  ): this;
29588
30204
  }
29589
-
30205
+ /**
30206
+ * Describes the settings that can be provided to the Toolbar constructor.
30207
+ *
30208
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Toolbar}
30209
+ */
29590
30210
  export interface $ToolbarSettings extends $ControlSettings {
29591
30211
  /**
29592
30212
  * When there is not enough space for the toolbar to display all items, the rightmost items are overflowing
@@ -29764,7 +30384,11 @@ declare module "sap/ui/commons/ToolbarSeparator" {
29764
30384
  bDisplayVisualSeparator?: boolean
29765
30385
  ): this;
29766
30386
  }
29767
-
30387
+ /**
30388
+ * Describes the settings that can be provided to the ToolbarSeparator constructor.
30389
+ *
30390
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Toolbar` control.
30391
+ */
29768
30392
  export interface $ToolbarSeparatorSettings extends $ElementSettings {
29769
30393
  /**
29770
30394
  * When set to false, there is no visual indication of separation by a vertical line but by a wider space.
@@ -30378,7 +31002,11 @@ declare module "sap/ui/commons/Tree" {
30378
31002
  */
30379
31003
  unbindNodes(): this;
30380
31004
  }
30381
-
31005
+ /**
31006
+ * Describes the settings that can be provided to the Tree constructor.
31007
+ *
31008
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Tree}
31009
+ */
30382
31010
  export interface $TreeSettings extends $ControlSettings {
30383
31011
  /**
30384
31012
  * Tree title
@@ -30440,6 +31068,9 @@ declare module "sap/ui/commons/Tree" {
30440
31068
  selectionChange?: (oEvent: Tree$SelectionChangeEvent) => void;
30441
31069
  }
30442
31070
 
31071
+ /**
31072
+ * Parameters of the Tree#select event.
31073
+ */
30443
31074
  export interface Tree$SelectEventParameters {
30444
31075
  /**
30445
31076
  * The node which has been selected.
@@ -30452,8 +31083,14 @@ declare module "sap/ui/commons/Tree" {
30452
31083
  nodeContext?: object;
30453
31084
  }
30454
31085
 
31086
+ /**
31087
+ * Event object of the Tree#select event.
31088
+ */
30455
31089
  export type Tree$SelectEvent = Event<Tree$SelectEventParameters, Tree>;
30456
31090
 
31091
+ /**
31092
+ * Parameters of the Tree#selectionChange event.
31093
+ */
30457
31094
  export interface Tree$SelectionChangeEventParameters {
30458
31095
  /**
30459
31096
  * The nodes which has been selected.
@@ -30466,6 +31103,9 @@ declare module "sap/ui/commons/Tree" {
30466
31103
  nodeContexts?: object[];
30467
31104
  }
30468
31105
 
31106
+ /**
31107
+ * Event object of the Tree#selectionChange event.
31108
+ */
30469
31109
  export type Tree$SelectionChangeEvent = Event<
30470
31110
  Tree$SelectionChangeEventParameters,
30471
31111
  Tree
@@ -31051,7 +31691,11 @@ declare module "sap/ui/commons/TreeNode" {
31051
31691
  sText?: string
31052
31692
  ): this;
31053
31693
  }
31054
-
31694
+ /**
31695
+ * Describes the settings that can be provided to the TreeNode constructor.
31696
+ *
31697
+ * @deprecated (since 1.38) - replaced by {@link sap.m.Tree}
31698
+ */
31055
31699
  export interface $TreeNodeSettings extends $ElementSettings {
31056
31700
  /**
31057
31701
  * Node text
@@ -31109,13 +31753,22 @@ declare module "sap/ui/commons/TreeNode" {
31109
31753
  selected?: (oEvent: Event) => void;
31110
31754
  }
31111
31755
 
31756
+ /**
31757
+ * Parameters of the TreeNode#selected event.
31758
+ */
31112
31759
  export interface TreeNode$SelectedEventParameters {}
31113
31760
 
31761
+ /**
31762
+ * Event object of the TreeNode#selected event.
31763
+ */
31114
31764
  export type TreeNode$SelectedEvent = Event<
31115
31765
  TreeNode$SelectedEventParameters,
31116
31766
  TreeNode
31117
31767
  >;
31118
31768
 
31769
+ /**
31770
+ * Parameters of the TreeNode#toggleOpenState event.
31771
+ */
31119
31772
  export interface TreeNode$ToggleOpenStateEventParameters {
31120
31773
  /**
31121
31774
  * Node has been opened if true
@@ -31123,6 +31776,9 @@ declare module "sap/ui/commons/TreeNode" {
31123
31776
  opened?: boolean;
31124
31777
  }
31125
31778
 
31779
+ /**
31780
+ * Event object of the TreeNode#toggleOpenState event.
31781
+ */
31126
31782
  export type TreeNode$ToggleOpenStateEvent = Event<
31127
31783
  TreeNode$ToggleOpenStateEventParameters,
31128
31784
  TreeNode
@@ -31149,7 +31805,7 @@ declare module "sap/ui/commons/TriStateCheckBox" {
31149
31805
  * possible which is e.g. required in checkbox trees.
31150
31806
  *
31151
31807
  * @since 1.7.2
31152
- * @deprecated (since 1.38)
31808
+ * @deprecated (since 1.38) - Use {@link sap.m.CheckBox} instead.
31153
31809
  */
31154
31810
  export default class TriStateCheckBox extends Control {
31155
31811
  /**
@@ -31505,7 +32161,11 @@ declare module "sap/ui/commons/TriStateCheckBox" {
31505
32161
  destState: TriStateCheckBoxState | keyof typeof TriStateCheckBoxState
31506
32162
  ): void;
31507
32163
  }
31508
-
32164
+ /**
32165
+ * Describes the settings that can be provided to the TriStateCheckBox constructor.
32166
+ *
32167
+ * @deprecated (since 1.38) - Use {@link sap.m.CheckBox} instead.
32168
+ */
31509
32169
  export interface $TriStateCheckBoxSettings extends $ControlSettings {
31510
32170
  /**
31511
32171
  * Defines the states of the checkbox
@@ -31559,6 +32219,9 @@ declare module "sap/ui/commons/TriStateCheckBox" {
31559
32219
  change?: (oEvent: TriStateCheckBox$ChangeEvent) => void;
31560
32220
  }
31561
32221
 
32222
+ /**
32223
+ * Parameters of the TriStateCheckBox#change event.
32224
+ */
31562
32225
  export interface TriStateCheckBox$ChangeEventParameters {
31563
32226
  /**
31564
32227
  * Checks whether the box is flagged or not flagged.
@@ -31566,6 +32229,9 @@ declare module "sap/ui/commons/TriStateCheckBox" {
31566
32229
  selectionState?: string;
31567
32230
  }
31568
32231
 
32232
+ /**
32233
+ * Event object of the TriStateCheckBox#change event.
32234
+ */
31569
32235
  export type TriStateCheckBox$ChangeEvent = Event<
31570
32236
  TriStateCheckBox$ChangeEventParameters,
31571
32237
  TriStateCheckBox
@@ -31828,7 +32494,11 @@ declare module "sap/ui/commons/ValueHelpField" {
31828
32494
  sIconURL?: URI
31829
32495
  ): this;
31830
32496
  }
31831
-
32497
+ /**
32498
+ * Describes the settings that can be provided to the ValueHelpField constructor.
32499
+ *
32500
+ * @deprecated (since 1.38) - Instead, use the `sap.m.Input` control.
32501
+ */
31832
32502
  export interface $ValueHelpFieldSettings extends $TextFieldSettings {
31833
32503
  /**
31834
32504
  * URL of the standard icon for the value help. If no parameter is supplied the default icon image will
@@ -31854,8 +32524,14 @@ declare module "sap/ui/commons/ValueHelpField" {
31854
32524
  valueHelpRequest?: (oEvent: Event) => void;
31855
32525
  }
31856
32526
 
32527
+ /**
32528
+ * Parameters of the ValueHelpField#valueHelpRequest event.
32529
+ */
31857
32530
  export interface ValueHelpField$ValueHelpRequestEventParameters {}
31858
32531
 
32532
+ /**
32533
+ * Event object of the ValueHelpField#valueHelpRequest event.
32534
+ */
31859
32535
  export type ValueHelpField$ValueHelpRequestEvent = Event<
31860
32536
  ValueHelpField$ValueHelpRequestEventParameters,
31861
32537
  ValueHelpField