@openui5/ts-types 1.132.1 → 1.134.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.
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -69,14 +69,14 @@ declare namespace sap {
69
69
  *
70
70
  * Will be shown as a relative time like "5 minutes ago".
71
71
  *
72
- * @experimental (since 1.89) - this feature is experimental and the API may change.
72
+ * @experimental As of version 1.89. this feature is experimental and the API may change.
73
73
  */
74
74
  dataTimestamp?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
75
75
 
76
76
  /**
77
77
  * Defines the status text visibility.
78
78
  *
79
- * @experimental (since 1.116) - this feature is experimental and the API may change.
79
+ * @experimental As of version 1.116. this feature is experimental and the API may change.
80
80
  */
81
81
  statusVisible?:
82
82
  | boolean
@@ -87,7 +87,7 @@ declare namespace sap {
87
87
  * Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
88
88
  * texts of the header.
89
89
  *
90
- * @experimental (since 1.122) - this feature is experimental and the API may change.
90
+ * @experimental As of version 1.122. this feature is experimental and the API may change.
91
91
  */
92
92
  wrappingType?:
93
93
  | sap.m.WrappingType
@@ -97,14 +97,14 @@ declare namespace sap {
97
97
  /**
98
98
  * Defines the href which the header should open. If set - the header will act and render as a link.
99
99
  *
100
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
100
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
101
101
  */
102
102
  href?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
103
103
 
104
104
  /**
105
105
  * Defines the target for the case when `href` is given.
106
106
  *
107
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
107
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
108
108
  */
109
109
  target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
110
110
 
@@ -112,7 +112,7 @@ declare namespace sap {
112
112
  * Defines the toolbar.
113
113
  *
114
114
  * @since 1.86
115
- * @experimental (since 1.86)
115
+ * @experimental As of version 1.86.
116
116
  */
117
117
  toolbar?: sap.ui.core.Control;
118
118
 
@@ -120,7 +120,7 @@ declare namespace sap {
120
120
  * Show as a banner in the header area. Use for example for system info and application shortcut.
121
121
  *
122
122
  * @since 1.118
123
- * @experimental (since 1.118) - For usage only by Work Zone.
123
+ * @experimental As of version 1.118. For usage only by Work Zone.
124
124
  */
125
125
  bannerLines?:
126
126
  | sap.m.Text[]
@@ -200,7 +200,7 @@ declare namespace sap {
200
200
  /**
201
201
  * Limits the number of lines for the title.
202
202
  *
203
- * @experimental (since 1.101)
203
+ * @experimental As of version 1.101.
204
204
  */
205
205
  titleMaxLines?:
206
206
  | int
@@ -215,7 +215,7 @@ declare namespace sap {
215
215
  /**
216
216
  * Limits the number of lines for the subtitle.
217
217
  *
218
- * @experimental (since 1.101)
218
+ * @experimental As of version 1.101.
219
219
  */
220
220
  subtitleMaxLines?:
221
221
  | int
@@ -251,14 +251,14 @@ declare namespace sap {
251
251
  /**
252
252
  * Defines an alt text for the avatar or icon.
253
253
  *
254
- * @experimental (since 1.81) - this feature is experimental and the API may change.
254
+ * @experimental As of version 1.81. this feature is experimental and the API may change.
255
255
  */
256
256
  iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
257
257
 
258
258
  /**
259
259
  * Defines a background color for the avatar or icon.
260
260
  *
261
- * @experimental (since 1.83) - this feature is experimental and the API may change.
261
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
262
262
  */
263
263
  iconBackgroundColor?:
264
264
  | sap.m.AvatarColor
@@ -268,7 +268,7 @@ declare namespace sap {
268
268
  /**
269
269
  * Defines whether the card icon is visible.
270
270
  *
271
- * @experimental (since 1.83) - this feature is experimental and the API may change.
271
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
272
272
  */
273
273
  iconVisible?:
274
274
  | boolean
@@ -278,7 +278,7 @@ declare namespace sap {
278
278
  /**
279
279
  * Defines the size of the icon.
280
280
  *
281
- * @experimental (since 1.119) - this feature is experimental and the API may change.
281
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
282
282
  */
283
283
  iconSize?:
284
284
  | sap.m.AvatarSize
@@ -308,7 +308,7 @@ declare namespace sap {
308
308
  /**
309
309
  * Limits the number of lines for the title.
310
310
  *
311
- * @experimental (since 1.101)
311
+ * @experimental As of version 1.101.
312
312
  */
313
313
  titleMaxLines?:
314
314
  | int
@@ -323,7 +323,7 @@ declare namespace sap {
323
323
  /**
324
324
  * Limits the number of lines for the subtitle.
325
325
  *
326
- * @experimental (since 1.101)
326
+ * @experimental As of version 1.101.
327
327
  */
328
328
  subtitleMaxLines?:
329
329
  | int
@@ -339,7 +339,7 @@ declare namespace sap {
339
339
  * Defines the shape of the icon.
340
340
  *
341
341
  * @since 1.118
342
- * @experimental (since 1.118) - For usage only by Work Zone.
342
+ * @experimental As of version 1.118. For usage only by Work Zone.
343
343
  */
344
344
  iconDisplayShape?:
345
345
  | sap.m.AvatarShape
@@ -350,7 +350,7 @@ declare namespace sap {
350
350
  * Defines the icon source.
351
351
  *
352
352
  * @since 1.118
353
- * @experimental (since 1.118) - For usage only by Work Zone.
353
+ * @experimental As of version 1.118. For usage only by Work Zone.
354
354
  */
355
355
  iconSrc?:
356
356
  | sap.ui.core.URI
@@ -361,7 +361,7 @@ declare namespace sap {
361
361
  * Defines the initials of the icon.
362
362
  *
363
363
  * @since 1.118
364
- * @experimental (since 1.118) - For usage only by Work Zone.
364
+ * @experimental As of version 1.118. For usage only by Work Zone.
365
365
  */
366
366
  iconInitials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
367
367
 
@@ -369,7 +369,7 @@ declare namespace sap {
369
369
  * Defines an alt text for the avatar or icon.
370
370
  *
371
371
  * @since 1.118
372
- * @experimental (since 1.118) - For usage only by Work Zone.
372
+ * @experimental As of version 1.118. For usage only by Work Zone.
373
373
  */
374
374
  iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
375
375
 
@@ -377,7 +377,7 @@ declare namespace sap {
377
377
  * Defines a background color for the avatar or icon.
378
378
  *
379
379
  * @since 1.118
380
- * @experimental (since 1.118) - For usage only by Work Zone.
380
+ * @experimental As of version 1.118. For usage only by Work Zone.
381
381
  */
382
382
  iconBackgroundColor?:
383
383
  | sap.m.AvatarColor
@@ -388,7 +388,7 @@ declare namespace sap {
388
388
  * Defines whether the card icon is visible.
389
389
  *
390
390
  * @since 1.118
391
- * @experimental (since 1.118) - For usage only by Work Zone.
391
+ * @experimental As of version 1.118. For usage only by Work Zone.
392
392
  */
393
393
  iconVisible?:
394
394
  | boolean
@@ -398,7 +398,7 @@ declare namespace sap {
398
398
  /**
399
399
  * Defines the size of the icon.
400
400
  *
401
- * @experimental (since 1.119) - this feature is experimental and the API may change.
401
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
402
402
  */
403
403
  iconSize?:
404
404
  | sap.m.AvatarSize
@@ -461,7 +461,7 @@ declare namespace sap {
461
461
  /**
462
462
  * The semantic color which represents the state of the main number indicator.
463
463
  *
464
- * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
464
+ * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
465
465
  * may be done before its official public release. Use at your own discretion.
466
466
  */
467
467
  state?:
@@ -478,7 +478,7 @@ declare namespace sap {
478
478
  * The semantic color which represents the state of the details text.
479
479
  *
480
480
  * @since 1.118
481
- * @experimental (since 1.118) - For usage only by Work Zone.
481
+ * @experimental As of version 1.118. For usage only by Work Zone.
482
482
  */
483
483
  detailsState?:
484
484
  | sap.ui.core.ValueState
@@ -488,7 +488,7 @@ declare namespace sap {
488
488
  /**
489
489
  * Limits the number of lines for the details.
490
490
  *
491
- * @experimental (since 1.101)
491
+ * @experimental As of version 1.101.
492
492
  */
493
493
  detailsMaxLines?:
494
494
  | int
@@ -516,7 +516,7 @@ declare namespace sap {
516
516
  /**
517
517
  * Micro Chart
518
518
  *
519
- * @experimental (since 1.124)
519
+ * @experimental As of version 1.124.
520
520
  */
521
521
  microChart?: sap.ui.core.Control;
522
522
  }
@@ -544,7 +544,7 @@ declare namespace sap {
544
544
  /**
545
545
  * The semantic color which represents the state of the side indicator.
546
546
  *
547
- * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
547
+ * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
548
548
  * may be done before its official public release. Use at your own discretion.
549
549
  */
550
550
  state?:
@@ -632,7 +632,7 @@ declare namespace sap {
632
632
  * Adds some bannerLine to the aggregation {@link #getBannerLines bannerLines}.
633
633
  *
634
634
  * @since 1.118
635
- * @experimental (since 1.118) - For usage only by Work Zone.
635
+ * @experimental As of version 1.118. For usage only by Work Zone.
636
636
  *
637
637
  * @returns Reference to `this` in order to allow method chaining
638
638
  */
@@ -693,7 +693,7 @@ declare namespace sap {
693
693
  * Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
694
694
  *
695
695
  * @since 1.118
696
- * @experimental (since 1.118) - For usage only by Work Zone.
696
+ * @experimental As of version 1.118. For usage only by Work Zone.
697
697
  *
698
698
  * @returns Reference to `this` in order to allow method chaining
699
699
  */
@@ -702,7 +702,7 @@ declare namespace sap {
702
702
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
703
703
  *
704
704
  * @since 1.86
705
- * @experimental (since 1.86)
705
+ * @experimental As of version 1.86.
706
706
  *
707
707
  * @returns Reference to `this` in order to allow method chaining
708
708
  */
@@ -744,7 +744,7 @@ declare namespace sap {
744
744
  * Show as a banner in the header area. Use for example for system info and application shortcut.
745
745
  *
746
746
  * @since 1.118
747
- * @experimental (since 1.118) - For usage only by Work Zone.
747
+ * @experimental As of version 1.118. For usage only by Work Zone.
748
748
  */
749
749
  getBannerLines(): sap.m.Text[];
750
750
  /**
@@ -759,7 +759,7 @@ declare namespace sap {
759
759
  *
760
760
  * Default value is `empty string`.
761
761
  *
762
- * @experimental (since 1.89) - this feature is experimental and the API may change.
762
+ * @experimental As of version 1.89. this feature is experimental and the API may change.
763
763
  *
764
764
  * @returns Value of property `dataTimestamp`
765
765
  */
@@ -769,7 +769,7 @@ declare namespace sap {
769
769
  *
770
770
  * Defines the href which the header should open. If set - the header will act and render as a link.
771
771
  *
772
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
772
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
773
773
  *
774
774
  * @returns Value of property `href`
775
775
  */
@@ -781,7 +781,7 @@ declare namespace sap {
781
781
  *
782
782
  * Default value is `true`.
783
783
  *
784
- * @experimental (since 1.116) - this feature is experimental and the API may change.
784
+ * @experimental As of version 1.116. this feature is experimental and the API may change.
785
785
  *
786
786
  * @returns Value of property `statusVisible`
787
787
  */
@@ -791,7 +791,7 @@ declare namespace sap {
791
791
  *
792
792
  * Defines the target for the case when `href` is given.
793
793
  *
794
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
794
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
795
795
  *
796
796
  * @returns Value of property `target`
797
797
  */
@@ -802,7 +802,7 @@ declare namespace sap {
802
802
  * Defines the toolbar.
803
803
  *
804
804
  * @since 1.86
805
- * @experimental (since 1.86)
805
+ * @experimental As of version 1.86.
806
806
  */
807
807
  getToolbar(): sap.ui.core.Control;
808
808
  /**
@@ -813,7 +813,7 @@ declare namespace sap {
813
813
  *
814
814
  * Default value is `Normal`.
815
815
  *
816
- * @experimental (since 1.122) - this feature is experimental and the API may change.
816
+ * @experimental As of version 1.122. this feature is experimental and the API may change.
817
817
  *
818
818
  * @returns Value of property `wrappingType`
819
819
  */
@@ -823,7 +823,7 @@ declare namespace sap {
823
823
  * its index if found or -1 otherwise.
824
824
  *
825
825
  * @since 1.118
826
- * @experimental (since 1.118) - For usage only by Work Zone.
826
+ * @experimental As of version 1.118. For usage only by Work Zone.
827
827
  *
828
828
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
829
829
  */
@@ -837,7 +837,7 @@ declare namespace sap {
837
837
  * Inserts a bannerLine into the aggregation {@link #getBannerLines bannerLines}.
838
838
  *
839
839
  * @since 1.118
840
- * @experimental (since 1.118) - For usage only by Work Zone.
840
+ * @experimental As of version 1.118. For usage only by Work Zone.
841
841
  *
842
842
  * @returns Reference to `this` in order to allow method chaining
843
843
  */
@@ -859,7 +859,7 @@ declare namespace sap {
859
859
  * Additionally, it unregisters them from the hosting UIArea.
860
860
  *
861
861
  * @since 1.118
862
- * @experimental (since 1.118) - For usage only by Work Zone.
862
+ * @experimental As of version 1.118. For usage only by Work Zone.
863
863
  *
864
864
  * @returns An array of the removed elements (might be empty)
865
865
  */
@@ -868,7 +868,7 @@ declare namespace sap {
868
868
  * Removes a bannerLine from the aggregation {@link #getBannerLines bannerLines}.
869
869
  *
870
870
  * @since 1.118
871
- * @experimental (since 1.118) - For usage only by Work Zone.
871
+ * @experimental As of version 1.118. For usage only by Work Zone.
872
872
  *
873
873
  * @returns The removed bannerLine or `null`
874
874
  */
@@ -892,7 +892,7 @@ declare namespace sap {
892
892
  *
893
893
  * Default value is `empty string`.
894
894
  *
895
- * @experimental (since 1.89) - this feature is experimental and the API may change.
895
+ * @experimental As of version 1.89. this feature is experimental and the API may change.
896
896
  *
897
897
  * @returns Reference to `this` in order to allow method chaining
898
898
  */
@@ -909,7 +909,7 @@ declare namespace sap {
909
909
  *
910
910
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
911
911
  *
912
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
912
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
913
913
  *
914
914
  * @returns Reference to `this` in order to allow method chaining
915
915
  */
@@ -928,7 +928,7 @@ declare namespace sap {
928
928
  *
929
929
  * Default value is `true`.
930
930
  *
931
- * @experimental (since 1.116) - this feature is experimental and the API may change.
931
+ * @experimental As of version 1.116. this feature is experimental and the API may change.
932
932
  *
933
933
  * @returns Reference to `this` in order to allow method chaining
934
934
  */
@@ -945,7 +945,7 @@ declare namespace sap {
945
945
  *
946
946
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
947
947
  *
948
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
948
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
949
949
  *
950
950
  * @returns Reference to `this` in order to allow method chaining
951
951
  */
@@ -959,7 +959,7 @@ declare namespace sap {
959
959
  * Sets the aggregated {@link #getToolbar toolbar}.
960
960
  *
961
961
  * @since 1.86
962
- * @experimental (since 1.86)
962
+ * @experimental As of version 1.86.
963
963
  *
964
964
  * @returns Reference to `this` in order to allow method chaining
965
965
  */
@@ -979,7 +979,7 @@ declare namespace sap {
979
979
  *
980
980
  * Default value is `Normal`.
981
981
  *
982
- * @experimental (since 1.122) - this feature is experimental and the API may change.
982
+ * @experimental As of version 1.122. this feature is experimental and the API may change.
983
983
  *
984
984
  * @returns Reference to `this` in order to allow method chaining
985
985
  */
@@ -1321,7 +1321,7 @@ declare namespace sap {
1321
1321
  *
1322
1322
  * Default value is `empty string`.
1323
1323
  *
1324
- * @experimental (since 1.81) - this feature is experimental and the API may change.
1324
+ * @experimental As of version 1.81. this feature is experimental and the API may change.
1325
1325
  *
1326
1326
  * @returns Value of property `iconAlt`
1327
1327
  */
@@ -1333,7 +1333,7 @@ declare namespace sap {
1333
1333
  *
1334
1334
  * Default value is `Transparent`.
1335
1335
  *
1336
- * @experimental (since 1.83) - this feature is experimental and the API may change.
1336
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
1337
1337
  *
1338
1338
  * @returns Value of property `iconBackgroundColor`
1339
1339
  */
@@ -1379,7 +1379,7 @@ declare namespace sap {
1379
1379
  *
1380
1380
  * Default value is `S`.
1381
1381
  *
1382
- * @experimental (since 1.119) - this feature is experimental and the API may change.
1382
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
1383
1383
  *
1384
1384
  * @returns Value of property `iconSize`
1385
1385
  */
@@ -1402,7 +1402,7 @@ declare namespace sap {
1402
1402
  *
1403
1403
  * Default value is `true`.
1404
1404
  *
1405
- * @experimental (since 1.83) - this feature is experimental and the API may change.
1405
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
1406
1406
  *
1407
1407
  * @returns Value of property `iconVisible`
1408
1408
  */
@@ -1436,7 +1436,7 @@ declare namespace sap {
1436
1436
  *
1437
1437
  * Default value is `2`.
1438
1438
  *
1439
- * @experimental (since 1.101)
1439
+ * @experimental As of version 1.101.
1440
1440
  *
1441
1441
  * @returns Value of property `subtitleMaxLines`
1442
1442
  */
@@ -1459,7 +1459,7 @@ declare namespace sap {
1459
1459
  *
1460
1460
  * Default value is `3`.
1461
1461
  *
1462
- * @experimental (since 1.101)
1462
+ * @experimental As of version 1.101.
1463
1463
  *
1464
1464
  * @returns Value of property `titleMaxLines`
1465
1465
  */
@@ -1473,7 +1473,7 @@ declare namespace sap {
1473
1473
  *
1474
1474
  * Default value is `empty string`.
1475
1475
  *
1476
- * @experimental (since 1.81) - this feature is experimental and the API may change.
1476
+ * @experimental As of version 1.81. this feature is experimental and the API may change.
1477
1477
  *
1478
1478
  * @returns Reference to `this` in order to allow method chaining
1479
1479
  */
@@ -1492,7 +1492,7 @@ declare namespace sap {
1492
1492
  *
1493
1493
  * Default value is `Transparent`.
1494
1494
  *
1495
- * @experimental (since 1.83) - this feature is experimental and the API may change.
1495
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
1496
1496
  *
1497
1497
  * @returns Reference to `this` in order to allow method chaining
1498
1498
  */
@@ -1566,7 +1566,7 @@ declare namespace sap {
1566
1566
  *
1567
1567
  * Default value is `S`.
1568
1568
  *
1569
- * @experimental (since 1.119) - this feature is experimental and the API may change.
1569
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
1570
1570
  *
1571
1571
  * @returns Reference to `this` in order to allow method chaining
1572
1572
  */
@@ -1603,7 +1603,7 @@ declare namespace sap {
1603
1603
  *
1604
1604
  * Default value is `true`.
1605
1605
  *
1606
- * @experimental (since 1.83) - this feature is experimental and the API may change.
1606
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
1607
1607
  *
1608
1608
  * @returns Reference to `this` in order to allow method chaining
1609
1609
  */
@@ -1658,7 +1658,7 @@ declare namespace sap {
1658
1658
  *
1659
1659
  * Default value is `2`.
1660
1660
  *
1661
- * @experimental (since 1.101)
1661
+ * @experimental As of version 1.101.
1662
1662
  *
1663
1663
  * @returns Reference to `this` in order to allow method chaining
1664
1664
  */
@@ -1695,7 +1695,7 @@ declare namespace sap {
1695
1695
  *
1696
1696
  * Default value is `3`.
1697
1697
  *
1698
- * @experimental (since 1.101)
1698
+ * @experimental As of version 1.101.
1699
1699
  *
1700
1700
  * @returns Reference to `this` in order to allow method chaining
1701
1701
  */
@@ -1808,7 +1808,7 @@ declare namespace sap {
1808
1808
  /**
1809
1809
  * Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
1810
1810
  *
1811
- * @experimental (since 1.124)
1811
+ * @experimental As of version 1.124.
1812
1812
  *
1813
1813
  * @returns Reference to `this` in order to allow method chaining
1814
1814
  */
@@ -1856,7 +1856,7 @@ declare namespace sap {
1856
1856
  *
1857
1857
  * Default value is `1`.
1858
1858
  *
1859
- * @experimental (since 1.101)
1859
+ * @experimental As of version 1.101.
1860
1860
  *
1861
1861
  * @returns Value of property `detailsMaxLines`
1862
1862
  */
@@ -1869,7 +1869,7 @@ declare namespace sap {
1869
1869
  * Default value is `None`.
1870
1870
  *
1871
1871
  * @since 1.118
1872
- * @experimental (since 1.118) - For usage only by Work Zone.
1872
+ * @experimental As of version 1.118. For usage only by Work Zone.
1873
1873
  *
1874
1874
  * @returns Value of property `detailsState`
1875
1875
  */
@@ -1882,7 +1882,7 @@ declare namespace sap {
1882
1882
  * Default value is `empty string`.
1883
1883
  *
1884
1884
  * @since 1.118
1885
- * @experimental (since 1.118) - For usage only by Work Zone.
1885
+ * @experimental As of version 1.118. For usage only by Work Zone.
1886
1886
  *
1887
1887
  * @returns Value of property `iconAlt`
1888
1888
  */
@@ -1895,7 +1895,7 @@ declare namespace sap {
1895
1895
  * Default value is `Transparent`.
1896
1896
  *
1897
1897
  * @since 1.118
1898
- * @experimental (since 1.118) - For usage only by Work Zone.
1898
+ * @experimental As of version 1.118. For usage only by Work Zone.
1899
1899
  *
1900
1900
  * @returns Value of property `iconBackgroundColor`
1901
1901
  */
@@ -1908,7 +1908,7 @@ declare namespace sap {
1908
1908
  * Default value is `Circle`.
1909
1909
  *
1910
1910
  * @since 1.118
1911
- * @experimental (since 1.118) - For usage only by Work Zone.
1911
+ * @experimental As of version 1.118. For usage only by Work Zone.
1912
1912
  *
1913
1913
  * @returns Value of property `iconDisplayShape`
1914
1914
  */
@@ -1933,7 +1933,7 @@ declare namespace sap {
1933
1933
  * Default value is `empty string`.
1934
1934
  *
1935
1935
  * @since 1.118
1936
- * @experimental (since 1.118) - For usage only by Work Zone.
1936
+ * @experimental As of version 1.118. For usage only by Work Zone.
1937
1937
  *
1938
1938
  * @returns Value of property `iconInitials`
1939
1939
  */
@@ -1945,7 +1945,7 @@ declare namespace sap {
1945
1945
  *
1946
1946
  * Default value is `S`.
1947
1947
  *
1948
- * @experimental (since 1.119) - this feature is experimental and the API may change.
1948
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
1949
1949
  *
1950
1950
  * @returns Value of property `iconSize`
1951
1951
  */
@@ -1958,7 +1958,7 @@ declare namespace sap {
1958
1958
  * Default value is `empty string`.
1959
1959
  *
1960
1960
  * @since 1.118
1961
- * @experimental (since 1.118) - For usage only by Work Zone.
1961
+ * @experimental As of version 1.118. For usage only by Work Zone.
1962
1962
  *
1963
1963
  * @returns Value of property `iconSrc`
1964
1964
  */
@@ -1971,7 +1971,7 @@ declare namespace sap {
1971
1971
  * Default value is `true`.
1972
1972
  *
1973
1973
  * @since 1.118
1974
- * @experimental (since 1.118) - For usage only by Work Zone.
1974
+ * @experimental As of version 1.118. For usage only by Work Zone.
1975
1975
  *
1976
1976
  * @returns Value of property `iconVisible`
1977
1977
  */
@@ -1981,7 +1981,7 @@ declare namespace sap {
1981
1981
  *
1982
1982
  * Micro Chart
1983
1983
  *
1984
- * @experimental (since 1.124)
1984
+ * @experimental As of version 1.124.
1985
1985
  */
1986
1986
  getMicroChart(): sap.ui.core.Control;
1987
1987
  /**
@@ -2053,7 +2053,7 @@ declare namespace sap {
2053
2053
  *
2054
2054
  * Default value is `"Neutral"`.
2055
2055
  *
2056
- * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
2056
+ * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
2057
2057
  * may be done before its official public release. Use at your own discretion.
2058
2058
  *
2059
2059
  * @returns Value of property `state`
@@ -2086,7 +2086,7 @@ declare namespace sap {
2086
2086
  *
2087
2087
  * Default value is `2`.
2088
2088
  *
2089
- * @experimental (since 1.101)
2089
+ * @experimental As of version 1.101.
2090
2090
  *
2091
2091
  * @returns Value of property `subtitleMaxLines`
2092
2092
  */
@@ -2107,7 +2107,7 @@ declare namespace sap {
2107
2107
  *
2108
2108
  * Default value is `3`.
2109
2109
  *
2110
- * @experimental (since 1.101)
2110
+ * @experimental As of version 1.101.
2111
2111
  *
2112
2112
  * @returns Value of property `titleMaxLines`
2113
2113
  */
@@ -2209,7 +2209,7 @@ declare namespace sap {
2209
2209
  *
2210
2210
  * Default value is `1`.
2211
2211
  *
2212
- * @experimental (since 1.101)
2212
+ * @experimental As of version 1.101.
2213
2213
  *
2214
2214
  * @returns Reference to `this` in order to allow method chaining
2215
2215
  */
@@ -2229,7 +2229,7 @@ declare namespace sap {
2229
2229
  * Default value is `None`.
2230
2230
  *
2231
2231
  * @since 1.118
2232
- * @experimental (since 1.118) - For usage only by Work Zone.
2232
+ * @experimental As of version 1.118. For usage only by Work Zone.
2233
2233
  *
2234
2234
  * @returns Reference to `this` in order to allow method chaining
2235
2235
  */
@@ -2249,7 +2249,7 @@ declare namespace sap {
2249
2249
  * Default value is `empty string`.
2250
2250
  *
2251
2251
  * @since 1.118
2252
- * @experimental (since 1.118) - For usage only by Work Zone.
2252
+ * @experimental As of version 1.118. For usage only by Work Zone.
2253
2253
  *
2254
2254
  * @returns Reference to `this` in order to allow method chaining
2255
2255
  */
@@ -2269,7 +2269,7 @@ declare namespace sap {
2269
2269
  * Default value is `Transparent`.
2270
2270
  *
2271
2271
  * @since 1.118
2272
- * @experimental (since 1.118) - For usage only by Work Zone.
2272
+ * @experimental As of version 1.118. For usage only by Work Zone.
2273
2273
  *
2274
2274
  * @returns Reference to `this` in order to allow method chaining
2275
2275
  */
@@ -2289,7 +2289,7 @@ declare namespace sap {
2289
2289
  * Default value is `Circle`.
2290
2290
  *
2291
2291
  * @since 1.118
2292
- * @experimental (since 1.118) - For usage only by Work Zone.
2292
+ * @experimental As of version 1.118. For usage only by Work Zone.
2293
2293
  *
2294
2294
  * @returns Reference to `this` in order to allow method chaining
2295
2295
  */
@@ -2328,7 +2328,7 @@ declare namespace sap {
2328
2328
  * Default value is `empty string`.
2329
2329
  *
2330
2330
  * @since 1.118
2331
- * @experimental (since 1.118) - For usage only by Work Zone.
2331
+ * @experimental As of version 1.118. For usage only by Work Zone.
2332
2332
  *
2333
2333
  * @returns Reference to `this` in order to allow method chaining
2334
2334
  */
@@ -2347,7 +2347,7 @@ declare namespace sap {
2347
2347
  *
2348
2348
  * Default value is `S`.
2349
2349
  *
2350
- * @experimental (since 1.119) - this feature is experimental and the API may change.
2350
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
2351
2351
  *
2352
2352
  * @returns Reference to `this` in order to allow method chaining
2353
2353
  */
@@ -2367,7 +2367,7 @@ declare namespace sap {
2367
2367
  * Default value is `empty string`.
2368
2368
  *
2369
2369
  * @since 1.118
2370
- * @experimental (since 1.118) - For usage only by Work Zone.
2370
+ * @experimental As of version 1.118. For usage only by Work Zone.
2371
2371
  *
2372
2372
  * @returns Reference to `this` in order to allow method chaining
2373
2373
  */
@@ -2387,7 +2387,7 @@ declare namespace sap {
2387
2387
  * Default value is `true`.
2388
2388
  *
2389
2389
  * @since 1.118
2390
- * @experimental (since 1.118) - For usage only by Work Zone.
2390
+ * @experimental As of version 1.118. For usage only by Work Zone.
2391
2391
  *
2392
2392
  * @returns Reference to `this` in order to allow method chaining
2393
2393
  */
@@ -2400,7 +2400,7 @@ declare namespace sap {
2400
2400
  /**
2401
2401
  * Sets the aggregated {@link #getMicroChart microChart}.
2402
2402
  *
2403
- * @experimental (since 1.124)
2403
+ * @experimental As of version 1.124.
2404
2404
  *
2405
2405
  * @returns Reference to `this` in order to allow method chaining
2406
2406
  */
@@ -2509,7 +2509,7 @@ declare namespace sap {
2509
2509
  *
2510
2510
  * Default value is `"Neutral"`.
2511
2511
  *
2512
- * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
2512
+ * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
2513
2513
  * may be done before its official public release. Use at your own discretion.
2514
2514
  *
2515
2515
  * @returns Reference to `this` in order to allow method chaining
@@ -2563,7 +2563,7 @@ declare namespace sap {
2563
2563
  *
2564
2564
  * Default value is `2`.
2565
2565
  *
2566
- * @experimental (since 1.101)
2566
+ * @experimental As of version 1.101.
2567
2567
  *
2568
2568
  * @returns Reference to `this` in order to allow method chaining
2569
2569
  */
@@ -2598,7 +2598,7 @@ declare namespace sap {
2598
2598
  *
2599
2599
  * Default value is `3`.
2600
2600
  *
2601
- * @experimental (since 1.101)
2601
+ * @experimental As of version 1.101.
2602
2602
  *
2603
2603
  * @returns Reference to `this` in order to allow method chaining
2604
2604
  */
@@ -2733,7 +2733,7 @@ declare namespace sap {
2733
2733
  *
2734
2734
  * Default value is `"None"`.
2735
2735
  *
2736
- * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
2736
+ * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
2737
2737
  * may be done before its official public release. Use at your own discretion.
2738
2738
  *
2739
2739
  * @returns Value of property `state`
@@ -2778,7 +2778,7 @@ declare namespace sap {
2778
2778
  *
2779
2779
  * Default value is `"None"`.
2780
2780
  *
2781
- * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
2781
+ * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
2782
2782
  * may be done before its official public release. Use at your own discretion.
2783
2783
  *
2784
2784
  * @returns Reference to `this` in order to allow method chaining
@@ -3991,10 +3991,10 @@ declare namespace sap {
3991
3991
  * **Note:** The primary area is shrinking at a lower rate, remaining visible as long as it can.
3992
3992
  *
3993
3993
  * @since 1.52
3994
- * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
3995
- * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
3996
- * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
3997
- * reduced.
3994
+ * @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
3995
+ * `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
3996
+ * are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
3997
+ * screen size is being reduced.
3998
3998
  *
3999
3999
  * `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
4000
4000
  * for example `1:1.6:1.6`.
@@ -6893,10 +6893,10 @@ declare namespace sap {
6893
6893
  * Default value is `Begin`.
6894
6894
  *
6895
6895
  * @since 1.52
6896
- * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
6897
- * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
6898
- * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
6899
- * reduced.
6896
+ * @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
6897
+ * `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
6898
+ * are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
6899
+ * screen size is being reduced.
6900
6900
  *
6901
6901
  * `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
6902
6902
  * for example `1:1.6:1.6`.
@@ -8306,6 +8306,26 @@ declare namespace sap {
8306
8306
  __implements__sap_f_IDynamicPageStickyContent: boolean;
8307
8307
  }
8308
8308
 
8309
+ /**
8310
+ * Interface for controls suitable for the `items` aggregation of `{@link sap.f.GridContainer}`.
8311
+ *
8312
+ * Classes implementing this interface should use the accessibility role provided by the `sap.f.IGridContainerItem.getGridItemRole`
8313
+ * method.
8314
+ *
8315
+ * @since 1.134
8316
+ */
8317
+ interface IGridContainerItem {
8318
+ __implements__sap_f_IGridContainerItem: boolean;
8319
+
8320
+ /**
8321
+ * Returns the accessibility role for the `sap.f.GridContainer` item.
8322
+ *
8323
+ *
8324
+ * @returns The accessibility role for the `sap.f.GridContainer` item
8325
+ */
8326
+ getGridItemRole(): string;
8327
+ }
8328
+
8309
8329
  /**
8310
8330
  * Interface for controls suitable for the `additionalContent` aggregation of `{@link sap.f.ShellBar}`.
8311
8331
  *
@@ -8318,7 +8338,7 @@ declare namespace sap {
8318
8338
  /**
8319
8339
  * Describes the settings that can be provided to the Avatar constructor.
8320
8340
  *
8321
- * @deprecated (since 1.73) - Use the {@link sap.m.Avatar} instead.
8341
+ * @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
8322
8342
  */
8323
8343
  interface $AvatarSettings extends sap.m.$AvatarSettings {}
8324
8344
 
@@ -8456,9 +8476,12 @@ declare namespace sap {
8456
8476
  | `{${string}}`;
8457
8477
 
8458
8478
  /**
8459
- * Defines the role of the Card Header.
8479
+ * Defines the accessibility role of the control.
8480
+ *
8481
+ * **Note:** When the control is placed inside a `sap.f.GridContainer`, its accessibility role is overridden
8482
+ * by the accessibility role specified by the `sap.f.GridContainer`.
8460
8483
  *
8461
- * @experimental (since 1.131)
8484
+ * @experimental As of version 1.131.
8462
8485
  */
8463
8486
  semanticRole?:
8464
8487
  | sap.f.cards.SemanticRole
@@ -8466,9 +8489,12 @@ declare namespace sap {
8466
8489
  | `{${string}}`;
8467
8490
 
8468
8491
  /**
8469
- * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
8492
+ * Fired when action is added on card level.
8470
8493
  *
8471
- * @experimental (since 1.131)
8494
+ * **Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem` or the control is
8495
+ * placed inside a `sap.f.GridContainer`.
8496
+ *
8497
+ * @experimental As of version 1.131.
8472
8498
  */
8473
8499
  press?: (oEvent: sap.ui.base.Event) => void;
8474
8500
  }
@@ -8779,7 +8805,7 @@ declare namespace sap {
8779
8805
  * **Note:** The primary area is shrinking at lower rate, remaining visible as much as it can.
8780
8806
  *
8781
8807
  * @since 1.50
8782
- * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
8808
+ * @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
8783
8809
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
8784
8810
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
8785
8811
  * reduced.
@@ -9679,7 +9705,7 @@ declare namespace sap {
9679
9705
  /**
9680
9706
  * Describes the settings that can be provided to the IllustratedMessage constructor.
9681
9707
  *
9682
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessage} instead.
9708
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
9683
9709
  */
9684
9710
  interface $IllustratedMessageSettings
9685
9711
  extends sap.m.$IllustratedMessageSettings {}
@@ -9687,7 +9713,7 @@ declare namespace sap {
9687
9713
  /**
9688
9714
  * Describes the settings that can be provided to the Illustration constructor.
9689
9715
  *
9690
- * @deprecated (since 1.98) - Use the {@link sap.m.Illustration} instead.
9716
+ * @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
9691
9717
  */
9692
9718
  interface $IllustrationSettings extends sap.m.$IllustrationSettings {}
9693
9719
 
@@ -10169,7 +10195,7 @@ declare namespace sap {
10169
10195
  /**
10170
10196
  * Parameters of the CardBase#press event.
10171
10197
  *
10172
- * @experimental (since 1.131)
10198
+ * @experimental As of version 1.131.
10173
10199
  */
10174
10200
  interface CardBase$PressEventParameters {}
10175
10201
 
@@ -10835,7 +10861,7 @@ declare namespace sap {
10835
10861
  * {@link sap.m.IllustrationPool#sap.m.IllustrationPool.loadRestOfTheAssets loadRestOfTheAssets} API.
10836
10862
  *
10837
10863
  * @since 1.88
10838
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustrationPool} instead.
10864
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustrationPool} instead.
10839
10865
  */
10840
10866
  interface IllustrationPool {}
10841
10867
 
@@ -10855,7 +10881,7 @@ declare namespace sap {
10855
10881
  * or if there's a non-Latin character present, a default image placeholder will be created.
10856
10882
  *
10857
10883
  * @since 1.46
10858
- * @deprecated (since 1.73) - Use the {@link sap.m.Avatar} instead.
10884
+ * @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
10859
10885
  */
10860
10886
  class Avatar extends sap.m.Avatar {
10861
10887
  /**
@@ -11659,10 +11685,11 @@ declare namespace sap {
11659
11685
  */
11660
11686
  class CardBase
11661
11687
  extends sap.ui.core.Control
11662
- implements sap.f.ICard, sap.m.IBadge
11688
+ implements sap.f.ICard, sap.m.IBadge, sap.f.IGridContainerItem
11663
11689
  {
11664
11690
  __implements__sap_f_ICard: boolean;
11665
11691
  __implements__sap_m_IBadge: boolean;
11692
+ __implements__sap_f_IGridContainerItem: boolean;
11666
11693
  /**
11667
11694
  * Constructor for a new `CardBase`.
11668
11695
  *
@@ -11731,9 +11758,10 @@ declare namespace sap {
11731
11758
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11732
11759
  * otherwise it will be bound to this `sap.f.CardBase` itself.
11733
11760
  *
11734
- * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
11761
+ * Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
11762
+ * or the control is placed inside a `sap.f.GridContainer`.
11735
11763
  *
11736
- * @experimental (since 1.131)
11764
+ * @experimental As of version 1.131.
11737
11765
  *
11738
11766
  * @returns Reference to `this` in order to allow method chaining
11739
11767
  */
@@ -11758,9 +11786,10 @@ declare namespace sap {
11758
11786
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11759
11787
  * otherwise it will be bound to this `sap.f.CardBase` itself.
11760
11788
  *
11761
- * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
11789
+ * Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
11790
+ * or the control is placed inside a `sap.f.GridContainer`.
11762
11791
  *
11763
- * @experimental (since 1.131)
11792
+ * @experimental As of version 1.131.
11764
11793
  *
11765
11794
  * @returns Reference to `this` in order to allow method chaining
11766
11795
  */
@@ -11779,7 +11808,7 @@ declare namespace sap {
11779
11808
  *
11780
11809
  * The passed function and listener object must match the ones used for event registration.
11781
11810
  *
11782
- * @experimental (since 1.131)
11811
+ * @experimental As of version 1.131.
11783
11812
  *
11784
11813
  * @returns Reference to `this` in order to allow method chaining
11785
11814
  */
@@ -11796,7 +11825,7 @@ declare namespace sap {
11796
11825
  /**
11797
11826
  * Fires event {@link #event:press press} to attached listeners.
11798
11827
  *
11799
- * @experimental (since 1.131)
11828
+ * @experimental As of version 1.131.
11800
11829
  * @ui5-protected Do not call from applications (only from related classes in the framework)
11801
11830
  *
11802
11831
  * @returns Reference to `this` in order to allow method chaining
@@ -11815,6 +11844,13 @@ declare namespace sap {
11815
11844
  * @returns Returns the DOM Element that should get the focus
11816
11845
  */
11817
11846
  getFocusDomRef(): Element;
11847
+ /**
11848
+ * Returns the accessibility role for the `sap.f.GridContainer` item.
11849
+ *
11850
+ *
11851
+ * @returns The accessibility role for the `sap.f.GridContainer` item
11852
+ */
11853
+ getGridItemRole(): string;
11818
11854
  /**
11819
11855
  * Gets current value of property {@link #getHeight height}.
11820
11856
  *
@@ -11829,11 +11865,12 @@ declare namespace sap {
11829
11865
  /**
11830
11866
  * Gets current value of property {@link #getSemanticRole semanticRole}.
11831
11867
  *
11832
- * Defines the role of the Card Header.
11868
+ * Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
11869
+ * its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
11833
11870
  *
11834
11871
  * Default value is `Region`.
11835
11872
  *
11836
- * @experimental (since 1.131)
11873
+ * @experimental As of version 1.131.
11837
11874
  *
11838
11875
  * @returns Value of property `semanticRole`
11839
11876
  */
@@ -11870,13 +11907,14 @@ declare namespace sap {
11870
11907
  /**
11871
11908
  * Sets a new value for property {@link #getSemanticRole semanticRole}.
11872
11909
  *
11873
- * Defines the role of the Card Header.
11910
+ * Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
11911
+ * its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
11874
11912
  *
11875
11913
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11876
11914
  *
11877
11915
  * Default value is `Region`.
11878
11916
  *
11879
- * @experimental (since 1.131)
11917
+ * @experimental As of version 1.131.
11880
11918
  *
11881
11919
  * @returns Reference to `this` in order to allow method chaining
11882
11920
  */
@@ -13637,7 +13675,7 @@ declare namespace sap {
13637
13675
  * Default value is `Begin`.
13638
13676
  *
13639
13677
  * @since 1.50
13640
- * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
13678
+ * @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
13641
13679
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
13642
13680
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
13643
13681
  * reduced.
@@ -14065,7 +14103,7 @@ declare namespace sap {
14065
14103
  * Default value is `Begin`.
14066
14104
  *
14067
14105
  * @since 1.50
14068
- * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
14106
+ * @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
14069
14107
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
14070
14108
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
14071
14109
  * reduced.
@@ -17237,6 +17275,9 @@ declare namespace sap {
17237
17275
  * All rows have the same height and all columns have the same width. Their sizes can be configured with
17238
17276
  * the use of the `layout` aggregation and `{@link sap.f.GridContainerSettings}`.
17239
17277
  *
17278
+ * **Note:** To ensure better keyboard and accessibility support, child items should implement `sap.f.IGridContainerItem`
17279
+ * interface.
17280
+ *
17240
17281
  * Usage:
17241
17282
  *
17242
17283
  * When to use
@@ -19072,7 +19113,7 @@ declare namespace sap {
19072
19113
  * or are omitted in the different breakpoint sizes (XS, S, M, L).
19073
19114
  *
19074
19115
  * @since 1.88
19075
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessage} instead.
19116
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
19076
19117
  */
19077
19118
  class IllustratedMessage extends sap.m.IllustratedMessage {
19078
19119
  /**
@@ -19150,7 +19191,7 @@ declare namespace sap {
19150
19191
  * To build a Symbol ID, all of the `Illustration` properties must be populated with data.
19151
19192
  *
19152
19193
  * @since 1.88
19153
- * @deprecated (since 1.98) - Use the {@link sap.m.Illustration} instead.
19194
+ * @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
19154
19195
  */
19155
19196
  class Illustration extends sap.m.Illustration {
19156
19197
  /**
@@ -21526,7 +21567,7 @@ declare namespace sap {
21526
21567
  * content can be added to the action item's `content` aggregation, or can be added or changed later.
21527
21568
  *
21528
21569
  * Each click/tap fires an event, and in the event handler specific content can be added/changed to the
21529
- * `content` aggregation of the clicked/tapped action item or data can be retreived from the same aggregation
21570
+ * `content` aggregation of the clicked/tapped action item or data can be retrieved from the same aggregation
21530
21571
  * depending on the state of the action item.
21531
21572
  *
21532
21573
  * If the side content is displayed, there is automatically generated header of the side content which contains
@@ -22401,8 +22442,8 @@ declare namespace sap {
22401
22442
  * This enum is part of the 'sap/f/library' module export and must be accessed by the property 'DynamicPageTitleArea'.
22402
22443
  *
22403
22444
  * @since 1.50
22404
- * @deprecated (since 1.54) - Consumers of the {@link sap.f.DynamicPageTitle} control should now use the
22405
- * `areaShrinkRatio` property instead of the `primaryArea` property.
22445
+ * @deprecated As of version 1.54. Consumers of the {@link sap.f.DynamicPageTitle} control should now use
22446
+ * the `areaShrinkRatio` property instead of the `primaryArea` property.
22406
22447
  */
22407
22448
  enum DynamicPageTitleArea {
22408
22449
  /**
@@ -22594,7 +22635,7 @@ declare namespace sap {
22594
22635
  * This is an alias for {@link sap.m.AvatarColor} and only kept for compatibility reasons.
22595
22636
  *
22596
22637
  * @since 1.69
22597
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarColor} instead.
22638
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarColor} instead.
22598
22639
  */
22599
22640
  type AvatarColor = sap.m.AvatarColor;
22600
22641
 
@@ -22605,7 +22646,7 @@ declare namespace sap {
22605
22646
  * This is an alias for {@link sap.m.AvatarImageFitType} and only kept for compatibility reasons.
22606
22647
  *
22607
22648
  * @since 1.46
22608
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarImageFitType} instead.
22649
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarImageFitType} instead.
22609
22650
  */
22610
22651
  type AvatarImageFitType = sap.m.AvatarImageFitType;
22611
22652
 
@@ -22615,7 +22656,7 @@ declare namespace sap {
22615
22656
  * This is an alias for {@link sap.m.AvatarShape} and only kept for compatibility reasons.
22616
22657
  *
22617
22658
  * @since 1.46
22618
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarShape} instead.
22659
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarShape} instead.
22619
22660
  */
22620
22661
  type AvatarShape = sap.m.AvatarShape;
22621
22662
 
@@ -22625,7 +22666,7 @@ declare namespace sap {
22625
22666
  * This is an alias for {@link sap.m.AvatarSize} and only kept for compatibility reasons.
22626
22667
  *
22627
22668
  * @since 1.46
22628
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarSize} instead.
22669
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarSize} instead.
22629
22670
  */
22630
22671
  type AvatarSize = sap.m.AvatarSize;
22631
22672
 
@@ -22635,7 +22676,7 @@ declare namespace sap {
22635
22676
  * This is an alias for {@link sap.m.AvatarType} and only kept for compatibility reasons.
22636
22677
  *
22637
22678
  * @since 1.46
22638
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarType} instead.
22679
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarType} instead.
22639
22680
  */
22640
22681
  type AvatarType = sap.m.AvatarType;
22641
22682
 
@@ -22652,7 +22693,7 @@ declare namespace sap {
22652
22693
  * This is an alias for {@link sap.m.IllustratedMessageSize} and only kept for compatibility reasons.
22653
22694
  *
22654
22695
  * @since 1.88
22655
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessageSize} instead.
22696
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageSize} instead.
22656
22697
  */
22657
22698
  type IllustratedMessageSize = sap.m.IllustratedMessageSize;
22658
22699
 
@@ -22662,7 +22703,7 @@ declare namespace sap {
22662
22703
  * This is an alias for {@link sap.m.IllustratedMessageType} and only kept for compatibility reasons.
22663
22704
  *
22664
22705
  * @since 1.88
22665
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessageType} instead.
22706
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageType} instead.
22666
22707
  */
22667
22708
  type IllustratedMessageType = sap.m.IllustratedMessageType;
22668
22709
 
@@ -22677,7 +22718,7 @@ declare namespace sap {
22677
22718
  /**
22678
22719
  * Event object of the CardBase#press event.
22679
22720
  *
22680
- * @experimental (since 1.131)
22721
+ * @experimental As of version 1.131.
22681
22722
  */
22682
22723
  type CardBase$PressEvent = sap.ui.base.Event<
22683
22724
  CardBase$PressEventParameters,