@sapui5/ts-types-esm 1.146.0 → 1.147.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -3
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +4 -7
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -52
  8. package/types/sap.f.d.ts +148 -2
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +3892 -3211
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +49 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +184 -1
  22. package/types/sap.insights.d.ts +14 -1
  23. package/types/sap.m.d.ts +371 -127
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +122 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +79 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -4
  34. package/types/sap.ui.codeeditor.d.ts +82 -46
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +5 -15
  37. package/types/sap.ui.core.d.ts +172 -16
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -1
  41. package/types/sap.ui.generic.app.d.ts +5 -5
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +23 -25
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +112 -21
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +2 -2
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +6 -9
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +8 -24
  56. package/types/sap.ui.vk.d.ts +1 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.uiext.inbox.d.ts +1 -1
  59. package/types/sap.ushell.d.ts +416 -67
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +151 -2
  62. package/types/sap.viz.d.ts +4 -5
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
  67. package/types/sap.ui.webc.common.d.ts +0 -164
  68. package/types/sap.ui.webc.fiori.d.ts +0 -16235
  69. package/types/sap.ui.webc.main.d.ts +0 -51365
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.146.0",
3
+ "version": "1.147.0",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -79,6 +79,3 @@
79
79
  /// <reference path="./sap.uxap.d.ts"/>
80
80
  /// <reference path="./sap.ui.vbm.d.ts"/>
81
81
  /// <reference path="./sap.viz.d.ts"/>
82
- /// <reference path="./sap.ui.webc.common.d.ts"/>
83
- /// <reference path="./sap.ui.webc.fiori.d.ts"/>
84
- /// <reference path="./sap.ui.webc.main.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -4337,8 +4337,7 @@ declare module "sap/chart/data/Measure" {
4337
4337
  *
4338
4338
  * The analytical extra information
4339
4339
  *
4340
- * @since 1.63
4341
- * @experimental
4340
+ * @experimental As of version 1.63.
4342
4341
  *
4343
4342
  * @returns Value of property `analyticalInfo`
4344
4343
  */
@@ -4450,8 +4449,7 @@ declare module "sap/chart/data/Measure" {
4450
4449
  *
4451
4450
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4452
4451
  *
4453
- * @since 1.63
4454
- * @experimental
4452
+ * @experimental As of version 1.63.
4455
4453
  *
4456
4454
  * @returns Reference to `this` in order to allow method chaining
4457
4455
  */
@@ -4687,8 +4685,7 @@ declare module "sap/chart/data/Measure" {
4687
4685
  /**
4688
4686
  * The analytical extra information
4689
4687
  *
4690
- * @since 1.63
4691
- * @experimental
4688
+ * @experimental As of version 1.63.
4692
4689
  */
4693
4690
  analyticalInfo?: object | PropertyBindingInfo | `{${string}}`;
4694
4691
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.1
1
+ // For Library Version: 1.147.1
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
@@ -14,7 +14,6 @@ declare module "sap/esh/search/ui/controls/basket/CustomBasket" {
14
14
  * with control SearchCompositeControl by the Enterprise Search Team.
15
15
  *
16
16
  * @since 1.144.0
17
- * @experimental As of version 1.144.0.
18
17
  */
19
18
  export default class CustomBasket extends VerticalLayout {
20
19
  /**
@@ -34,8 +33,6 @@ declare module "sap/esh/search/ui/controls/basket/CustomBasket" {
34
33
  }
35
34
  /**
36
35
  * Describes the settings that can be provided to the CustomBasket constructor.
37
- *
38
- * @experimental As of version 1.144.0.
39
36
  */
40
37
  export interface $CustomBasketSettings extends $VerticalLayoutSettings {}
41
38
  }
@@ -51,7 +48,6 @@ declare module "sap/esh/search/ui/controls/basket/SearchBasketAddButton" {
51
48
  * basket. Use in combination with control SearchCompositeControl by the Enterprise Search Team.
52
49
  *
53
50
  * @since 1.143.0
54
- * @experimental As of version 1.143.0.
55
51
  */
56
52
  export default class SearchBasketAddButton extends OverflowToolbarButton {
57
53
  /**
@@ -71,8 +67,6 @@ declare module "sap/esh/search/ui/controls/basket/SearchBasketAddButton" {
71
67
  }
72
68
  /**
73
69
  * Describes the settings that can be provided to the SearchBasketAddButton constructor.
74
- *
75
- * @experimental As of version 1.143.0.
76
70
  */
77
71
  export interface $SearchBasketAddButtonSettings
78
72
  extends $OverflowToolbarButtonSettings {}
@@ -453,7 +447,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
453
447
  * current number of items in basket
454
448
  *
455
449
  * @since 1.144.0
456
- * @experimental As of version 1.144.0.
457
450
  *
458
451
  * @returns Reference to `this` in order to allow method chaining
459
452
  */
@@ -483,7 +476,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
483
476
  * current number of items in basket
484
477
  *
485
478
  * @since 1.144.0
486
- * @experimental As of version 1.144.0.
487
479
  *
488
480
  * @returns Reference to `this` in order to allow method chaining
489
481
  */
@@ -902,7 +894,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
902
894
  * The passed function and listener object must match the ones used for event registration.
903
895
  *
904
896
  * @since 1.144.0
905
- * @experimental As of version 1.144.0.
906
897
  *
907
898
  * @returns Reference to `this` in order to allow method chaining
908
899
  */
@@ -1040,7 +1031,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1040
1031
  * Fires event {@link #event:basketChanged basketChanged} to attached listeners.
1041
1032
  *
1042
1033
  * @since 1.144.0
1043
- * @experimental As of version 1.144.0.
1044
1034
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1045
1035
  *
1046
1036
  * @returns Reference to `this` in order to allow method chaining
@@ -1178,7 +1168,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1178
1168
  * Default value is `false`.
1179
1169
  *
1180
1170
  * @since 1.143.0
1181
- * @experimental As of version 1.143.0.
1182
1171
  *
1183
1172
  * @returns Value of property `basketAddButton`
1184
1173
  */
@@ -1189,7 +1178,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1189
1178
  * Custom icon of button 'add items to basket'. By default the icon is "sap-icon://cart-4".
1190
1179
  *
1191
1180
  * @since 1.143.0
1192
- * @experimental As of version 1.143.0.
1193
1181
  *
1194
1182
  * @returns Value of property `basketAddButtonIcon`
1195
1183
  */
@@ -1201,7 +1189,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1201
1189
  * icon, only.
1202
1190
  *
1203
1191
  * @since 1.143.0
1204
- * @experimental As of version 1.143.0.
1205
1192
  *
1206
1193
  * @returns Value of property `basketAddButtonText`
1207
1194
  */
@@ -1212,7 +1199,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1212
1199
  * Custom icon of button 'add items to basket'. By default there tooltip is 'Add to Basket'.
1213
1200
  *
1214
1201
  * @since 1.143.0
1215
- * @experimental As of version 1.143.0.
1216
1202
  *
1217
1203
  * @returns Value of property `basketAddButtonTooltip`
1218
1204
  */
@@ -1224,7 +1210,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1224
1210
  * the new basket item You can adjust the model data of the basket item.
1225
1211
  *
1226
1212
  * @since 1.144.0
1227
- * @experimental As of version 1.144.0.
1228
1213
  *
1229
1214
  * @returns Value of property `basketBeforeAddItem`
1230
1215
  */
@@ -1239,7 +1224,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1239
1224
  * Default value is `"End"`.
1240
1225
  *
1241
1226
  * @since 1.143.0
1242
- * @experimental As of version 1.143.0.
1243
1227
  *
1244
1228
  * @returns Value of property `basketButtonsLocation`
1245
1229
  */
@@ -1251,7 +1235,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1251
1235
  * You can add more columns or adjust the sequence of columns.
1252
1236
  *
1253
1237
  * @since 1.144.0
1254
- * @experimental As of version 1.144.0.
1255
1238
  *
1256
1239
  * @returns Value of property `basketInit`
1257
1240
  */
@@ -1260,7 +1243,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1260
1243
  * Get items of the latest search basket ('selected items', JSON model) The model is read-only.
1261
1244
  *
1262
1245
  * @since 1.143.0
1263
- * @experimental As of version 1.143.0.
1264
1246
  *
1265
1247
  * @returns A JSON model containing items of the search basket ('selected items')
1266
1248
  */
@@ -1275,7 +1257,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1275
1257
  * Default value is `false`.
1276
1258
  *
1277
1259
  * @since 1.143.0
1278
- * @experimental As of version 1.143.0.
1279
1260
  *
1280
1261
  * @returns Value of property `basketLinkByResultViewItemSelection`
1281
1262
  */
@@ -1312,7 +1293,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1312
1293
  * Get visibility status of basket panel
1313
1294
  *
1314
1295
  * @since 1.146.0
1315
- * @experimental As of version 1.143.0.
1316
1296
  *
1317
1297
  * @returns boolean The visibility status of basket panel
1318
1298
  */
@@ -1339,7 +1319,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1339
1319
  * Default value is `false`.
1340
1320
  *
1341
1321
  * @since 1.143.0
1342
- * @experimental As of version 1.143.0.
1343
1322
  *
1344
1323
  * @returns Value of property `basketShowHideButton`
1345
1324
  */
@@ -1542,7 +1521,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1542
1521
  * Default value is `"Begin"`.
1543
1522
  *
1544
1523
  * @since 1.140.0
1545
- * @experimental As of version 1.140.0.
1546
1524
  *
1547
1525
  * @returns Value of property `facetToggleButtonLocation`
1548
1526
  */
@@ -1908,7 +1886,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1908
1886
  * Default value is `"Top"`.
1909
1887
  *
1910
1888
  * @since 1.140.0
1911
- * @experimental As of version 1.140.0.
1912
1889
  *
1913
1890
  * @returns Value of property `searchInputLocation`
1914
1891
  */
@@ -2131,7 +2108,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2131
2108
  * Default value is `false`.
2132
2109
  *
2133
2110
  * @since 1.143.0
2134
- * @experimental As of version 1.143.0.
2135
2111
  *
2136
2112
  * @returns Reference to `this` in order to allow method chaining
2137
2113
  */
@@ -2149,7 +2125,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2149
2125
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2150
2126
  *
2151
2127
  * @since 1.143.0
2152
- * @experimental As of version 1.143.0.
2153
2128
  *
2154
2129
  * @returns Reference to `this` in order to allow method chaining
2155
2130
  */
@@ -2168,7 +2143,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2168
2143
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2169
2144
  *
2170
2145
  * @since 1.143.0
2171
- * @experimental As of version 1.143.0.
2172
2146
  *
2173
2147
  * @returns Reference to `this` in order to allow method chaining
2174
2148
  */
@@ -2186,7 +2160,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2186
2160
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2187
2161
  *
2188
2162
  * @since 1.143.0
2189
- * @experimental As of version 1.143.0.
2190
2163
  *
2191
2164
  * @returns Reference to `this` in order to allow method chaining
2192
2165
  */
@@ -2205,7 +2178,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2205
2178
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2206
2179
  *
2207
2180
  * @since 1.144.0
2208
- * @experimental As of version 1.144.0.
2209
2181
  *
2210
2182
  * @returns Reference to `this` in order to allow method chaining
2211
2183
  */
@@ -2227,7 +2199,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2227
2199
  * Default value is `"End"`.
2228
2200
  *
2229
2201
  * @since 1.143.0
2230
- * @experimental As of version 1.143.0.
2231
2202
  *
2232
2203
  * @returns Reference to `this` in order to allow method chaining
2233
2204
  */
@@ -2246,7 +2217,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2246
2217
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2247
2218
  *
2248
2219
  * @since 1.144.0
2249
- * @experimental As of version 1.144.0.
2250
2220
  *
2251
2221
  * @returns Reference to `this` in order to allow method chaining
2252
2222
  */
@@ -2268,7 +2238,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2268
2238
  * Default value is `false`.
2269
2239
  *
2270
2240
  * @since 1.143.0
2271
- * @experimental As of version 1.143.0.
2272
2241
  *
2273
2242
  * @returns Reference to `this` in order to allow method chaining
2274
2243
  */
@@ -2324,7 +2293,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2324
2293
  * Set visibility status of basket panel
2325
2294
  *
2326
2295
  * @since 1.146.0
2327
- * @experimental As of version 1.143.0.
2328
2296
  *
2329
2297
  * @returns boolean The visibility status of basket panel
2330
2298
  */
@@ -2360,7 +2328,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2360
2328
  * Default value is `false`.
2361
2329
  *
2362
2330
  * @since 1.143.0
2363
- * @experimental As of version 1.143.0.
2364
2331
  *
2365
2332
  * @returns Reference to `this` in order to allow method chaining
2366
2333
  */
@@ -2663,7 +2630,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2663
2630
  * Default value is `"Begin"`.
2664
2631
  *
2665
2632
  * @since 1.140.0
2666
- * @experimental As of version 1.140.0.
2667
2633
  *
2668
2634
  * @returns Reference to `this` in order to allow method chaining
2669
2635
  */
@@ -3184,7 +3150,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3184
3150
  * Default value is `"Top"`.
3185
3151
  *
3186
3152
  * @since 1.140.0
3187
- * @experimental As of version 1.140.0.
3188
3153
  *
3189
3154
  * @returns Reference to `this` in order to allow method chaining
3190
3155
  */
@@ -3615,7 +3580,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3615
3580
  * or as part of the search bar. By default the location is at the top, values are "Top" and "Searchbar".
3616
3581
  *
3617
3582
  * @since 1.140.0
3618
- * @experimental As of version 1.140.0.
3619
3583
  */
3620
3584
  searchInputLocation?: string | PropertyBindingInfo;
3621
3585
 
@@ -3681,7 +3645,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3681
3645
  * 'facets'.
3682
3646
  *
3683
3647
  * @since 1.140.0
3684
- * @experimental As of version 1.140.0.
3685
3648
  */
3686
3649
  facetToggleButtonLocation?: string | PropertyBindingInfo;
3687
3650
 
@@ -3691,7 +3654,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3691
3654
  * values are "Begin", "Middle" and "End".
3692
3655
  *
3693
3656
  * @since 1.143.0
3694
- * @experimental As of version 1.143.0.
3695
3657
  */
3696
3658
  basketButtonsLocation?: string | PropertyBindingInfo;
3697
3659
 
@@ -3701,7 +3663,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3701
3663
  * current result view page.
3702
3664
  *
3703
3665
  * @since 1.143.0
3704
- * @experimental As of version 1.143.0.
3705
3666
  */
3706
3667
  basketLinkByResultViewItemSelection?:
3707
3668
  | boolean
@@ -3712,7 +3673,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3712
3673
  * Custom icon of button 'add items to basket'. By default the icon is "sap-icon://cart-4".
3713
3674
  *
3714
3675
  * @since 1.143.0
3715
- * @experimental As of version 1.143.0.
3716
3676
  */
3717
3677
  basketAddButtonIcon?: string | PropertyBindingInfo;
3718
3678
 
@@ -3721,7 +3681,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3721
3681
  * icon, only.
3722
3682
  *
3723
3683
  * @since 1.143.0
3724
- * @experimental As of version 1.143.0.
3725
3684
  */
3726
3685
  basketAddButtonText?: string | PropertyBindingInfo;
3727
3686
 
@@ -3729,7 +3688,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3729
3688
  * Custom icon of button 'add items to basket'. By default there tooltip is 'Add to Basket'.
3730
3689
  *
3731
3690
  * @since 1.143.0
3732
- * @experimental As of version 1.143.0.
3733
3691
  */
3734
3692
  basketAddButtonTooltip?: string | PropertyBindingInfo;
3735
3693
 
@@ -3738,7 +3696,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3738
3696
  * You can add more columns or adjust the sequence of columns.
3739
3697
  *
3740
3698
  * @since 1.144.0
3741
- * @experimental As of version 1.144.0.
3742
3699
  */
3743
3700
  basketInit?: Function | PropertyBindingInfo | `{${string}}`;
3744
3701
 
@@ -3747,7 +3704,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3747
3704
  * the new basket item You can adjust the model data of the basket item.
3748
3705
  *
3749
3706
  * @since 1.144.0
3750
- * @experimental As of version 1.144.0.
3751
3707
  */
3752
3708
  basketBeforeAddItem?: Function | PropertyBindingInfo | `{${string}}`;
3753
3709
 
@@ -3884,7 +3840,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3884
3840
  * result view and allows to toggle visibility of the basket ('selected' result list items).
3885
3841
  *
3886
3842
  * @since 1.143.0
3887
- * @experimental As of version 1.143.0.
3888
3843
  */
3889
3844
  basketShowHideButton?: boolean | PropertyBindingInfo | `{${string}}`;
3890
3845
 
@@ -3893,7 +3848,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3893
3848
  * result view and allows to add result view items to the basket.
3894
3849
  *
3895
3850
  * @since 1.143.0
3896
- * @experimental As of version 1.143.0.
3897
3851
  */
3898
3852
  basketAddButton?: boolean | PropertyBindingInfo | `{${string}}`;
3899
3853
 
@@ -3987,22 +3941,17 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
3987
3941
  * current number of items in basket
3988
3942
  *
3989
3943
  * @since 1.144.0
3990
- * @experimental As of version 1.144.0.
3991
3944
  */
3992
3945
  basketChanged?: (oEvent: Event) => void;
3993
3946
  }
3994
3947
 
3995
3948
  /**
3996
3949
  * Parameters of the SearchCompositeControl#basketChanged event.
3997
- *
3998
- * @experimental As of version 1.144.0.
3999
3950
  */
4000
3951
  export interface SearchCompositeControl$BasketChangedEventParameters {}
4001
3952
 
4002
3953
  /**
4003
3954
  * Event object of the SearchCompositeControl#basketChanged event.
4004
- *
4005
- * @experimental As of version 1.144.0.
4006
3955
  */
4007
3956
  export type SearchCompositeControl$BasketChangedEvent = Event<
4008
3957
  SearchCompositeControl$BasketChangedEventParameters,
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -113,6 +113,31 @@ declare module "sap/f/library" {
113
113
  */
114
114
  Persist = "Persist",
115
115
  }
116
+ /**
117
+ * Defines the media breakpoints for DynamicPage.
118
+ *
119
+ * This enum is part of the 'sap/f/library' module export and must be accessed by the property 'DynamicPageMediaRange'.
120
+ *
121
+ * @since 1.147
122
+ */
123
+ export enum DynamicPageMediaRange {
124
+ /**
125
+ * Desktop breakpoint (1025px to 1439px).
126
+ */
127
+ Desktop = "Desktop",
128
+ /**
129
+ * Desktop Extra Large breakpoint (1440px and above).
130
+ */
131
+ DesktopExtraLarge = "DesktopExtraLarge",
132
+ /**
133
+ * Phone breakpoint (up to 600px).
134
+ */
135
+ Phone = "Phone",
136
+ /**
137
+ * Tablet breakpoint (601px to 1024px).
138
+ */
139
+ Tablet = "Tablet",
140
+ }
116
141
  /**
117
142
  * Defines the areas within the `sap.f.DynamicPageTitle` control.
118
143
  *
@@ -4507,7 +4532,10 @@ declare module "sap/f/DynamicPage" {
4507
4532
 
4508
4533
  import DynamicPageTitle from "sap/f/DynamicPageTitle";
4509
4534
 
4510
- import { IDynamicPageStickyContent } from "sap/f/library";
4535
+ import {
4536
+ IDynamicPageStickyContent,
4537
+ DynamicPageMediaRange,
4538
+ } from "sap/f/library";
4511
4539
 
4512
4540
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4513
4541
 
@@ -4631,6 +4659,59 @@ declare module "sap/f/DynamicPage" {
4631
4659
  * @returns Metadata object describing this class
4632
4660
  */
4633
4661
  static getMetadata(): ElementMetadata;
4662
+ /**
4663
+ * Attaches event handler `fnFunction` to the {@link #event:breakpointChange breakpointChange} event of
4664
+ * this `sap.f.DynamicPage`.
4665
+ *
4666
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4667
+ * otherwise it will be bound to this `sap.f.DynamicPage` itself.
4668
+ *
4669
+ * The event is fired when the media breakpoint changes. Applications can use this event to adjust content
4670
+ * based on the current screen size.
4671
+ *
4672
+ * @since 1.147
4673
+ *
4674
+ * @returns Reference to `this` in order to allow method chaining
4675
+ */
4676
+ attachBreakpointChange(
4677
+ /**
4678
+ * An application-specific payload object that will be passed to the event handler along with the event
4679
+ * object when firing the event
4680
+ */
4681
+ oData: object,
4682
+ /**
4683
+ * The function to be called when the event occurs
4684
+ */
4685
+ fnFunction: (p1: DynamicPage$BreakpointChangeEvent) => void,
4686
+ /**
4687
+ * Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
4688
+ */
4689
+ oListener?: object
4690
+ ): this;
4691
+ /**
4692
+ * Attaches event handler `fnFunction` to the {@link #event:breakpointChange breakpointChange} event of
4693
+ * this `sap.f.DynamicPage`.
4694
+ *
4695
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4696
+ * otherwise it will be bound to this `sap.f.DynamicPage` itself.
4697
+ *
4698
+ * The event is fired when the media breakpoint changes. Applications can use this event to adjust content
4699
+ * based on the current screen size.
4700
+ *
4701
+ * @since 1.147
4702
+ *
4703
+ * @returns Reference to `this` in order to allow method chaining
4704
+ */
4705
+ attachBreakpointChange(
4706
+ /**
4707
+ * The function to be called when the event occurs
4708
+ */
4709
+ fnFunction: (p1: DynamicPage$BreakpointChangeEvent) => void,
4710
+ /**
4711
+ * Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
4712
+ */
4713
+ oListener?: object
4714
+ ): this;
4634
4715
  /**
4635
4716
  * Attaches event handler `fnFunction` to the {@link #event:pinnedStateChange pinnedStateChange} event of
4636
4717
  * this `sap.f.DynamicPage`.
@@ -4718,6 +4799,26 @@ declare module "sap/f/DynamicPage" {
4718
4799
  * @returns Reference to `this` in order to allow method chaining
4719
4800
  */
4720
4801
  destroyTitle(): this;
4802
+ /**
4803
+ * Detaches event handler `fnFunction` from the {@link #event:breakpointChange breakpointChange} event of
4804
+ * this `sap.f.DynamicPage`.
4805
+ *
4806
+ * The passed function and listener object must match the ones used for event registration.
4807
+ *
4808
+ * @since 1.147
4809
+ *
4810
+ * @returns Reference to `this` in order to allow method chaining
4811
+ */
4812
+ detachBreakpointChange(
4813
+ /**
4814
+ * The function to be called, when the event occurs
4815
+ */
4816
+ fnFunction: (p1: DynamicPage$BreakpointChangeEvent) => void,
4817
+ /**
4818
+ * Context object on which the given function had to be called
4819
+ */
4820
+ oListener?: object
4821
+ ): this;
4721
4822
  /**
4722
4823
  * Detaches event handler `fnFunction` from the {@link #event:pinnedStateChange pinnedStateChange} event
4723
4824
  * of this `sap.f.DynamicPage`.
@@ -4738,6 +4839,20 @@ declare module "sap/f/DynamicPage" {
4738
4839
  */
4739
4840
  oListener?: object
4740
4841
  ): this;
4842
+ /**
4843
+ * Fires event {@link #event:breakpointChange breakpointChange} to attached listeners.
4844
+ *
4845
+ * @since 1.147
4846
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4847
+ *
4848
+ * @returns Reference to `this` in order to allow method chaining
4849
+ */
4850
+ fireBreakpointChange(
4851
+ /**
4852
+ * Parameters to pass along with the event
4853
+ */
4854
+ mParameters?: DynamicPage$BreakpointChangeEventParameters
4855
+ ): this;
4741
4856
  /**
4742
4857
  * Fires event {@link #event:pinnedStateChange pinnedStateChange} to attached listeners.
4743
4858
  *
@@ -5334,8 +5449,39 @@ declare module "sap/f/DynamicPage" {
5334
5449
  * @since 1.93
5335
5450
  */
5336
5451
  pinnedStateChange?: (oEvent: DynamicPage$PinnedStateChangeEvent) => void;
5452
+
5453
+ /**
5454
+ * The event is fired when the media breakpoint changes. Applications can use this event to adjust content
5455
+ * based on the current screen size.
5456
+ *
5457
+ * @since 1.147
5458
+ */
5459
+ breakpointChange?: (oEvent: DynamicPage$BreakpointChangeEvent) => void;
5337
5460
  }
5338
5461
 
5462
+ /**
5463
+ * Parameters of the DynamicPage#breakpointChange event.
5464
+ */
5465
+ export interface DynamicPage$BreakpointChangeEventParameters {
5466
+ /**
5467
+ * The current media range as defined by {@link sap.f.DynamicPageMediaRange}.
5468
+ */
5469
+ currentRange?: DynamicPageMediaRange | keyof typeof DynamicPageMediaRange;
5470
+
5471
+ /**
5472
+ * The current width of the control in pixels.
5473
+ */
5474
+ currentWidth?: int;
5475
+ }
5476
+
5477
+ /**
5478
+ * Event object of the DynamicPage#breakpointChange event.
5479
+ */
5480
+ export type DynamicPage$BreakpointChangeEvent = Event<
5481
+ DynamicPage$BreakpointChangeEventParameters,
5482
+ DynamicPage
5483
+ >;
5484
+
5339
5485
  /**
5340
5486
  * Parameters of the DynamicPage#pinnedStateChange event.
5341
5487
  */
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {}
@@ -418,7 +418,7 @@ declare module "sap/fe/core/controllerextensions/BaseControllerExtension" {
418
418
  }
419
419
  }
420
420
 
421
- // For Library Version: 1.146.0
421
+ // For Library Version: 1.147.0
422
422
 
423
423
  declare module "sap/fe/core/AppComponent" {
424
424
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.146.0
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {}