@sapui5/ts-types-esm 1.136.2 → 1.138.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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -1
  3. package/types/sap.apf.d.ts +30 -3
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +315 -65
  8. package/types/sap.esh.search.ui.d.ts +71 -1
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +3 -0
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +50 -8
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +192 -66
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +4 -3
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +1 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +1261 -566
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +1 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +34 -1
  32. package/types/sap.suite.ui.commons.d.ts +4 -2
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +103 -16
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +67 -9
  39. package/types/sap.ui.core.d.ts +62 -49
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +221 -167
  42. package/types/sap.ui.fl.d.ts +3 -7
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +44 -24
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/{mdc-1.136.0-esm-d.ts → sap.ui.mdc.d.ts} +599 -297
  48. package/types/sap.ui.richtexteditor.d.ts +21 -17
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +9 -1
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +75 -30
  57. package/types/sap.ui.vk.d.ts +364 -102
  58. package/types/sap.ui.vtm.d.ts +3 -2
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +58 -31
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/rules/ui/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1164,6 +1164,19 @@ declare module "sap/sac/df/model/Configuration" {
1164
1164
  * @returns Value of property `ContextMenuVariant`
1165
1165
  */
1166
1166
  getContextMenuVariant(): /* was: sap.sac.df.types.configuration.ContextMenuVariant */ any;
1167
+ /**
1168
+ * Gets current value of property {@link #getImplicitVariableHandling ImplicitVariableHandling}.
1169
+ *
1170
+ * Implicit variable handling
1171
+ *
1172
+ * Default value is `false`.
1173
+ *
1174
+ * @since 1.136
1175
+ * @experimental As of version 1.136.
1176
+ *
1177
+ * @returns Value of property `ImplicitVariableHandling`
1178
+ */
1179
+ getImplicitVariableHandling(): boolean;
1167
1180
  /**
1168
1181
  * Gets current value of property {@link #getStylingPanelItems StylingPanelItems}.
1169
1182
  *
@@ -1263,6 +1276,26 @@ declare module "sap/sac/df/model/Configuration" {
1263
1276
  */
1264
1277
  sContextMenuVariant?: /* was: sap.sac.df.types.configuration.ContextMenuVariant */ any
1265
1278
  ): this;
1279
+ /**
1280
+ * Sets a new value for property {@link #getImplicitVariableHandling ImplicitVariableHandling}.
1281
+ *
1282
+ * Implicit variable handling
1283
+ *
1284
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1285
+ *
1286
+ * Default value is `false`.
1287
+ *
1288
+ * @since 1.136
1289
+ * @experimental As of version 1.136.
1290
+ *
1291
+ * @returns Reference to `this` in order to allow method chaining
1292
+ */
1293
+ setImplicitVariableHandling(
1294
+ /**
1295
+ * New value for property `ImplicitVariableHandling`
1296
+ */
1297
+ bImplicitVariableHandling?: boolean
1298
+ ): this;
1266
1299
  /**
1267
1300
  * Sets a new value for property {@link #getStylingPanelItems StylingPanelItems}.
1268
1301
  *
@@ -1,12 +1,14 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
+ import BaseObject from "sap/ui/base/Object";
5
+
4
6
  /**
5
7
  * Base class for the CollaborationHelpers
6
8
  *
7
9
  * @since 1.108
8
10
  */
9
- interface BaseHelperService {
11
+ interface BaseHelperService extends BaseObject {
10
12
  /**
11
13
  * Enables the Microsoft Teams collaboration functionality by providing a contact quick view with the options
12
14
  * to start a message, audio call or video call
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -925,16 +925,19 @@ declare module "sap/tnt/NavigationList" {
925
925
  /**
926
926
  * Fires event {@link #event:itemPress itemPress} to attached listeners.
927
927
  *
928
+ * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
929
+ * event object. The return value of this method indicates whether the default action should be executed.
930
+ *
928
931
  * @ui5-protected Do not call from applications (only from related classes in the framework)
929
932
  *
930
- * @returns Reference to `this` in order to allow method chaining
933
+ * @returns Whether or not to prevent the default action
931
934
  */
932
935
  fireItemPress(
933
936
  /**
934
937
  * Parameters to pass along with the event
935
938
  */
936
939
  mParameters?: NavigationList$ItemPressEventParameters
937
- ): this;
940
+ ): boolean;
938
941
  /**
939
942
  * Fires event {@link #event:itemSelect itemSelect} to attached listeners.
940
943
  *
@@ -1214,6 +1217,28 @@ declare module "sap/tnt/NavigationList" {
1214
1217
  * The pressed item.
1215
1218
  */
1216
1219
  item?: Item;
1220
+
1221
+ /**
1222
+ * Indicates whether the CTRL key was pressed when the link was selected.
1223
+ */
1224
+ ctrlKey?: boolean;
1225
+
1226
+ /**
1227
+ * Indicates whether the Shift key was pressed when the link was selected.
1228
+ */
1229
+ shiftKey?: boolean;
1230
+
1231
+ /**
1232
+ * Indicates whether the Alt key was pressed when the link was selected.
1233
+ */
1234
+ altKey?: boolean;
1235
+
1236
+ /**
1237
+ * Indicates whether the "meta" key was pressed when the link was selected.
1238
+ *
1239
+ * On Macintosh keyboards, this is the command key (⌘). On Windows keyboards, this is the windows key (⊞).
1240
+ */
1241
+ metaKey?: boolean;
1217
1242
  }
1218
1243
 
1219
1244
  /**
@@ -1679,7 +1704,7 @@ declare module "sap/tnt/NavigationListItem" {
1679
1704
  * a single side navigation.
1680
1705
  *
1681
1706
  * **Guidelines:**
1682
- * - External links should not be selectable.
1707
+ * - Items that have a set href and target set to `_blank` should not be selectable.
1683
1708
  * - Items that trigger actions (with design "Action") should not be selectable.
1684
1709
  *
1685
1710
  * Default value is `true`.
@@ -1697,8 +1722,12 @@ declare module "sap/tnt/NavigationListItem" {
1697
1722
  * Specifies the browsing context where the linked content will open.
1698
1723
  *
1699
1724
  * Options are the standard values for window.open() supported by browsers: `_self`, `_top`, `_blank`, `_parent`,
1700
- * `_search`. Alternatively, a frame name can be entered. This property is only used when the `href` property
1701
- * is set.
1725
+ * `_search`. Alternatively, a frame name can be entered.
1726
+ *
1727
+ * **Guidelines:**
1728
+ * - Use only when `href` property is set.
1729
+ * - Items that have a set href and target set to `_blank` should not have children Items that have
1730
+ * a set href, should not use target for internal navigation/li>
1702
1731
  *
1703
1732
  *
1704
1733
  * @returns Value of property `target`
@@ -1855,7 +1884,7 @@ declare module "sap/tnt/NavigationListItem" {
1855
1884
  * a single side navigation.
1856
1885
  *
1857
1886
  * **Guidelines:**
1858
- * - External links should not be selectable.
1887
+ * - Items that have a set href and target set to `_blank` should not be selectable.
1859
1888
  * - Items that trigger actions (with design "Action") should not be selectable.
1860
1889
  *
1861
1890
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -1880,8 +1909,12 @@ declare module "sap/tnt/NavigationListItem" {
1880
1909
  * Specifies the browsing context where the linked content will open.
1881
1910
  *
1882
1911
  * Options are the standard values for window.open() supported by browsers: `_self`, `_top`, `_blank`, `_parent`,
1883
- * `_search`. Alternatively, a frame name can be entered. This property is only used when the `href` property
1884
- * is set.
1912
+ * `_search`. Alternatively, a frame name can be entered.
1913
+ *
1914
+ * **Guidelines:**
1915
+ * - Use only when `href` property is set.
1916
+ * - Items that have a set href and target set to `_blank` should not have children Items that have
1917
+ * a set href, should not use target for internal navigation/li>
1885
1918
  *
1886
1919
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1887
1920
  *
@@ -1941,7 +1974,7 @@ declare module "sap/tnt/NavigationListItem" {
1941
1974
  * a single side navigation.
1942
1975
  *
1943
1976
  * **Guidelines:**
1944
- * - External links should not be selectable.
1977
+ * - Items that have a set href and target set to `_blank` should not be selectable.
1945
1978
  * - Items that trigger actions (with design "Action") should not be selectable.
1946
1979
  *
1947
1980
  * @since 1.116
@@ -1960,8 +1993,12 @@ declare module "sap/tnt/NavigationListItem" {
1960
1993
  * Specifies the browsing context where the linked content will open.
1961
1994
  *
1962
1995
  * Options are the standard values for window.open() supported by browsers: `_self`, `_top`, `_blank`, `_parent`,
1963
- * `_search`. Alternatively, a frame name can be entered. This property is only used when the `href` property
1964
- * is set.
1996
+ * `_search`. Alternatively, a frame name can be entered.
1997
+ *
1998
+ * **Guidelines:**
1999
+ * - Use only when `href` property is set.
2000
+ * - Items that have a set href and target set to `_blank` should not have children Items that have
2001
+ * a set href, should not use target for internal navigation/li>
1965
2002
  */
1966
2003
  target?: string | PropertyBindingInfo;
1967
2004
 
@@ -2170,17 +2207,20 @@ declare module "sap/tnt/NavigationListItemBase" {
2170
2207
  /**
2171
2208
  * Fires event {@link #event:press press} to attached listeners.
2172
2209
  *
2210
+ * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
2211
+ * event object. The return value of this method indicates whether the default action should be executed.
2212
+ *
2173
2213
  * @since 1.133
2174
2214
  * @ui5-protected Do not call from applications (only from related classes in the framework)
2175
2215
  *
2176
- * @returns Reference to `this` in order to allow method chaining
2216
+ * @returns Whether or not to prevent the default action
2177
2217
  */
2178
2218
  firePress(
2179
2219
  /**
2180
2220
  * Parameters to pass along with the event
2181
2221
  */
2182
2222
  mParameters?: NavigationListItemBase$PressEventParameters
2183
- ): this;
2223
+ ): boolean;
2184
2224
  /**
2185
2225
  * Gets current value of property {@link #getExpanded expanded}.
2186
2226
  *
@@ -2320,6 +2360,28 @@ declare module "sap/tnt/NavigationListItemBase" {
2320
2360
  * The pressed item.
2321
2361
  */
2322
2362
  item?: Item;
2363
+
2364
+ /**
2365
+ * Indicates whether the CTRL key was pressed when the link was selected.
2366
+ */
2367
+ ctrlKey?: boolean;
2368
+
2369
+ /**
2370
+ * Indicates whether the Shift key was pressed when the link was selected.
2371
+ */
2372
+ shiftKey?: boolean;
2373
+
2374
+ /**
2375
+ * Indicates whether the Alt key was pressed when the link was selected.
2376
+ */
2377
+ altKey?: boolean;
2378
+
2379
+ /**
2380
+ * Indicates whether the "meta" key was pressed when the link was selected.
2381
+ *
2382
+ * On Macintosh keyboards, this is the command key (⌘). On Windows keyboards, this is the windows key (⊞).
2383
+ */
2384
+ metaKey?: boolean;
2323
2385
  }
2324
2386
 
2325
2387
  /**
@@ -2598,16 +2660,19 @@ declare module "sap/tnt/SideNavigation" {
2598
2660
  /**
2599
2661
  * Fires event {@link #event:itemPress itemPress} to attached listeners.
2600
2662
  *
2663
+ * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
2664
+ * event object. The return value of this method indicates whether the default action should be executed.
2665
+ *
2601
2666
  * @ui5-protected Do not call from applications (only from related classes in the framework)
2602
2667
  *
2603
- * @returns Reference to `this` in order to allow method chaining
2668
+ * @returns Whether or not to prevent the default action
2604
2669
  */
2605
2670
  fireItemPress(
2606
2671
  /**
2607
2672
  * Parameters to pass along with the event
2608
2673
  */
2609
2674
  mParameters?: SideNavigation$ItemPressEventParameters
2610
- ): this;
2675
+ ): boolean;
2611
2676
  /**
2612
2677
  * Fires event {@link #event:itemSelect itemSelect} to attached listeners.
2613
2678
  *
@@ -2936,6 +3001,28 @@ declare module "sap/tnt/SideNavigation" {
2936
3001
  * The pressed item.
2937
3002
  */
2938
3003
  item?: Item;
3004
+
3005
+ /**
3006
+ * Indicates whether the CTRL key was pressed when the link was selected.
3007
+ */
3008
+ ctrlKey?: boolean;
3009
+
3010
+ /**
3011
+ * Indicates whether the Shift key was pressed when the link was selected.
3012
+ */
3013
+ shiftKey?: boolean;
3014
+
3015
+ /**
3016
+ * Indicates whether the Alt key was pressed when the link was selected.
3017
+ */
3018
+ altKey?: boolean;
3019
+
3020
+ /**
3021
+ * Indicates whether the "meta" key was pressed when the link was selected.
3022
+ *
3023
+ * On Macintosh keyboards, this is the command key (⌘). On Windows keyboards, this is the windows key (⊞).
3024
+ */
3025
+ metaKey?: boolean;
2939
3026
  }
2940
3027
 
2941
3028
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -14467,9 +14467,11 @@ declare module "sap/ui/comp/smartfield/SmartField" {
14467
14467
  /**
14468
14468
  * The `SmartField` control interprets metadata that represents entity-relationship models, data types,
14469
14469
  * service capabilities, and annotations in OData services to automatically generate the underlying inner
14470
- * controls and reduce the amount of code needed for developing applications. In some cases, the OData entity
14471
- * is derived from the control's binding context. The OData entity property that is changed or displayed
14472
- * with the control is derived from the `value` property of the control.
14470
+ * controls and reduce the amount of code needed for developing applications.
14471
+ *
14472
+ * Binding and Context: **Important:** You must always use the standard two-way binding and provide binding
14473
+ * context. In some cases, the OData entity is derived from the control's binding context. The OData entity
14474
+ * property that is changed or displayed with the control is derived from the `value` property of the control.
14473
14475
  *
14474
14476
  * Structure : The `SmartField` control contains a basic UI element and an optional label. In `display`
14475
14477
  * mode the following UI elements are available to be rendered depending on the metadata:
@@ -16384,7 +16386,9 @@ declare module "sap/ui/comp/smartfield/SmartField" {
16384
16386
  /**
16385
16387
  * Gets current value of property {@link #getValue value}.
16386
16388
  *
16387
- * The binding path expression used to determine the bound Entity Data Model (EDM) property.
16389
+ * The binding path expression used to determine the bound Entity Data Model (EDM) property. **Important:**
16390
+ * The `SmartField` is a metadata-driven control. Avoid direct interaction with the `value` property, as
16391
+ * it should be accessed or modified via the model itself.
16388
16392
  *
16389
16393
  * **Note:** Composite binding expressions for this property are not supported. **Note:** Custom formatters
16390
16394
  * for this property are not supported. The `SmartField` control usually creates its own data type based
@@ -17343,7 +17347,9 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17343
17347
  /**
17344
17348
  * Sets a new value for property {@link #getValue value}.
17345
17349
  *
17346
- * The binding path expression used to determine the bound Entity Data Model (EDM) property.
17350
+ * The binding path expression used to determine the bound Entity Data Model (EDM) property. **Important:**
17351
+ * The `SmartField` is a metadata-driven control. Avoid direct interaction with the `value` property, as
17352
+ * it should be accessed or modified via the model itself.
17347
17353
  *
17348
17354
  * **Note:** Composite binding expressions for this property are not supported. **Note:** Custom formatters
17349
17355
  * for this property are not supported. The `SmartField` control usually creates its own data type based
@@ -17454,7 +17460,9 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17454
17460
  */
17455
17461
  export interface $SmartFieldSettings extends $ControlSettings {
17456
17462
  /**
17457
- * The binding path expression used to determine the bound Entity Data Model (EDM) property.
17463
+ * The binding path expression used to determine the bound Entity Data Model (EDM) property. **Important:**
17464
+ * The `SmartField` is a metadata-driven control. Avoid direct interaction with the `value` property, as
17465
+ * it should be accessed or modified via the model itself.
17458
17466
  *
17459
17467
  * **Note:** Composite binding expressions for this property are not supported. **Note:** Custom formatters
17460
17468
  * for this property are not supported. The `SmartField` control usually creates its own data type based
@@ -30444,6 +30452,19 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
30444
30452
  * @returns Value of property `enableODataSelect`
30445
30453
  */
30446
30454
  getEnableODataSelect(): boolean;
30455
+ /**
30456
+ * Gets current value of property {@link #getEnableValueHelpSelectAll enableValueHelpSelectAll}.
30457
+ *
30458
+ * Enable/Disable "Select All" checkbox in ValueHelpDialog. If set to true, the Select All checkbox is enabled
30459
+ * in the ValueHelpDialog.
30460
+ *
30461
+ * Default value is `undefined`.
30462
+ *
30463
+ * @since 1.120
30464
+ *
30465
+ * @returns Value of property `enableValueHelpSelectAll`
30466
+ */
30467
+ getEnableValueHelpSelectAll(): boolean;
30447
30468
  /**
30448
30469
  * Returns a filter that can be applied to restrict the OData query.
30449
30470
  *
@@ -30600,6 +30621,26 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
30600
30621
  */
30601
30622
  bEnableODataSelect?: boolean
30602
30623
  ): this;
30624
+ /**
30625
+ * Sets a new value for property {@link #getEnableValueHelpSelectAll enableValueHelpSelectAll}.
30626
+ *
30627
+ * Enable/Disable "Select All" checkbox in ValueHelpDialog. If set to true, the Select All checkbox is enabled
30628
+ * in the ValueHelpDialog.
30629
+ *
30630
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
30631
+ *
30632
+ * Default value is `undefined`.
30633
+ *
30634
+ * @since 1.120
30635
+ *
30636
+ * @returns Reference to `this` in order to allow method chaining
30637
+ */
30638
+ setEnableValueHelpSelectAll(
30639
+ /**
30640
+ * New value for property `enableValueHelpSelectAll`
30641
+ */
30642
+ bEnableValueHelpSelectAll?: boolean
30643
+ ): this;
30603
30644
  /**
30604
30645
  * Sets tokens based on given objects with range data. Can only be used without a data binding. Otherwise,
30605
30646
  * has no effect.
@@ -30741,6 +30782,14 @@ declare module "sap/ui/comp/smartmultiinput/SmartMultiInput" {
30741
30782
  */
30742
30783
  singleTokenMode?: boolean | PropertyBindingInfo | `{${string}}`;
30743
30784
 
30785
+ /**
30786
+ * Enable/Disable "Select All" checkbox in ValueHelpDialog. If set to true, the Select All checkbox is enabled
30787
+ * in the ValueHelpDialog.
30788
+ *
30789
+ * @since 1.120
30790
+ */
30791
+ enableValueHelpSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
30792
+
30744
30793
  /**
30745
30794
  * Aggregation for storing the tokens. Works only in No Data Binding Scenario.
30746
30795
  *
@@ -31065,6 +31114,9 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
31065
31114
  /**
31066
31115
  * Interface function for SmartVariantManagement control, sets the current variant. **Note:** If an application
31067
31116
  * default variant exists, then all other variants are extended from this application default variant.
31117
+ *
31118
+ * **Note:** This method must only be called after the `SmartTable` has been fully initialized. If the `SmartTable`
31119
+ * has not been initialized, the variant changes will not take effect.
31068
31120
  */
31069
31121
  applyVariant(
31070
31122
  /**
@@ -32916,7 +32968,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
32916
32968
  * The value for the noData aggregation can be either a string value or a control instance.
32917
32969
  * The control is shown, in case there is no data for the Table available. In case of a string value this
32918
32970
  * will simply replace the no data text.
32919
- * Currently the Responsive Table only supports string values.
32971
+ *
32972
+ *
32973
+ * **Note:** If an `sap.m.IllustratedMessage` control is used without a title set, the SmartTable will automatically
32974
+ * update the illustration and text accordingly.
32920
32975
  *
32921
32976
  * @since 1.32.0
32922
32977
  */
@@ -35040,7 +35095,10 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
35040
35095
  * The value for the noData aggregation can be either a string value or a control instance.
35041
35096
  * The control is shown, in case there is no data for the Table available. In case of a string value this
35042
35097
  * will simply replace the no data text.
35043
- * Currently the Responsive Table only supports string values.
35098
+ *
35099
+ *
35100
+ * **Note:** If an `sap.m.IllustratedMessage` control is used without a title set, the SmartTable will automatically
35101
+ * update the illustration and text accordingly.
35044
35102
  *
35045
35103
  * @since 1.32.0
35046
35104
  */