@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/types/sap.m.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/f/library" {
4
4
  export interface IShellBar {
@@ -827,7 +827,6 @@ declare module "sap/m/library" {
827
827
  * This enum is part of the 'sap/m/library' module export and must be accessed by the property 'ContentConfigType'.
828
828
  *
829
829
  * @since 1.122
830
- * @experimental As of version 1.122.
831
830
  */
832
831
  export enum ContentConfigType {
833
832
  /**
@@ -1400,7 +1399,7 @@ declare module "sap/m/library" {
1400
1399
  *
1401
1400
  * Generic Tile renders buttons that are specified under 'actionButtons' aggregation
1402
1401
  *
1403
- * @experimental As of version 1.96.
1402
+ * @since 1.96.0
1404
1403
  */
1405
1404
  ActionMode = "ActionMode",
1406
1405
  /**
@@ -1408,7 +1407,7 @@ declare module "sap/m/library" {
1408
1407
  *
1409
1408
  * Enables Article Mode.
1410
1409
  *
1411
- * @experimental As of version 1.96.
1410
+ * @since 1.96.0
1412
1411
  */
1413
1412
  ArticleMode = "ArticleMode",
1414
1413
  /**
@@ -1427,7 +1426,6 @@ declare module "sap/m/library" {
1427
1426
  * It is applicable only for the OneByOne FrameType and TwoByHalf FrameType.
1428
1427
  *
1429
1428
  * @since 1.96
1430
- * @experimental As of version 1.96.
1431
1429
  */
1432
1430
  IconMode = "IconMode",
1433
1431
  /**
@@ -1601,7 +1599,7 @@ declare module "sap/m/library" {
1601
1599
  *
1602
1600
  * This enum is part of the 'sap/m/library' module export and must be accessed by the property 'IconTabFilterInteractionMode'.
1603
1601
  *
1604
- * @experimental As of version 1.121. Behavior might change.
1602
+ * @experimental As of version 1.121.
1605
1603
  */
1606
1604
  export enum IconTabFilterInteractionMode {
1607
1605
  /**
@@ -2265,7 +2263,8 @@ declare module "sap/m/library" {
2265
2263
  */
2266
2264
  Active = "Active",
2267
2265
  /**
2268
- * Enables detail button of the list item that fires `detailPress` event. Also see {@link sap.m.ListItemBase#attachDetailPress}.
2266
+ * Enables the detail button of the list item that fires the {@link sap.m.ListItemBase#event:detailPress detailPress }
2267
+ * event.
2269
2268
  */
2270
2269
  Detail = "Detail",
2271
2270
  /**
@@ -2278,7 +2277,8 @@ declare module "sap/m/library" {
2278
2277
  */
2279
2278
  Inactive = "Inactive",
2280
2279
  /**
2281
- * Indicates the list item is navigable to show extra information about the item.
2280
+ * Enables the navigation button of the list item to navigate and display additional information about the
2281
+ * item. Fires the {@link sap.m.ListBase#event:itemPress} event when pressed.
2282
2282
  */
2283
2283
  Navigation = "Navigation",
2284
2284
  }
@@ -18577,7 +18577,6 @@ declare module "sap/m/ContentConfig" {
18577
18577
  * This element is used within the TileAttribute control that generates either a link or text
18578
18578
  *
18579
18579
  * @since 1.122
18580
- * @experimental As of version 1.122.
18581
18580
  */
18582
18581
  export default class ContentConfig extends UI5Element {
18583
18582
  /**
@@ -18773,8 +18772,6 @@ declare module "sap/m/ContentConfig" {
18773
18772
  }
18774
18773
  /**
18775
18774
  * Describes the settings that can be provided to the ContentConfig constructor.
18776
- *
18777
- * @experimental As of version 1.122.
18778
18775
  */
18779
18776
  export interface $ContentConfigSettings extends $ElementSettings {
18780
18777
  /**
@@ -52102,7 +52099,7 @@ declare module "sap/m/ListBase" {
52102
52099
  /**
52103
52100
  * Gets current value of property {@link #getItemActionCount itemActionCount}.
52104
52101
  *
52105
- * Defines the maximum number of item actions.
52102
+ * Defines the maximum number of {@link sap.m.ListItemBase#getActions actions} displayed for the items.
52106
52103
  *
52107
52104
  * If the number of item actions exceeds the `itemActionCount` property value, an overflow button will appear,
52108
52105
  * providing access to the additional actions.
@@ -52110,6 +52107,8 @@ declare module "sap/m/ListBase" {
52110
52107
  * **Note:** Only values between `0-2` enables the use of the new `actions` aggregation. When enabled, the
52111
52108
  * {@link sap.m.ListMode Delete} mode and the {@link sap.m.ListType Detail} list item type have no effect.
52112
52109
  * Instead, dedicated actions of {@link sap.m.ListItemActionType type} `Delete` or `Edit` should be used.
52110
+ * **Note:** As of version 1.147, items with type {@link sap.m.ListType Navigation} render the navigation
52111
+ * indicator as an action, which is not counted in `itemActionCount`.
52113
52112
  *
52114
52113
  * Default value is `-1`.
52115
52114
  *
@@ -52781,7 +52780,7 @@ declare module "sap/m/ListBase" {
52781
52780
  /**
52782
52781
  * Sets a new value for property {@link #getItemActionCount itemActionCount}.
52783
52782
  *
52784
- * Defines the maximum number of item actions.
52783
+ * Defines the maximum number of {@link sap.m.ListItemBase#getActions actions} displayed for the items.
52785
52784
  *
52786
52785
  * If the number of item actions exceeds the `itemActionCount` property value, an overflow button will appear,
52787
52786
  * providing access to the additional actions.
@@ -52789,6 +52788,8 @@ declare module "sap/m/ListBase" {
52789
52788
  * **Note:** Only values between `0-2` enables the use of the new `actions` aggregation. When enabled, the
52790
52789
  * {@link sap.m.ListMode Delete} mode and the {@link sap.m.ListType Detail} list item type have no effect.
52791
52790
  * Instead, dedicated actions of {@link sap.m.ListItemActionType type} `Delete` or `Edit` should be used.
52791
+ * **Note:** As of version 1.147, items with type {@link sap.m.ListType Navigation} render the navigation
52792
+ * indicator as an action, which is not counted in `itemActionCount`.
52792
52793
  *
52793
52794
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
52794
52795
  *
@@ -53373,7 +53374,7 @@ declare module "sap/m/ListBase" {
53373
53374
  | `{${string}}`;
53374
53375
 
53375
53376
  /**
53376
- * Defines the maximum number of item actions.
53377
+ * Defines the maximum number of {@link sap.m.ListItemBase#getActions actions} displayed for the items.
53377
53378
  *
53378
53379
  * If the number of item actions exceeds the `itemActionCount` property value, an overflow button will appear,
53379
53380
  * providing access to the additional actions.
@@ -53381,6 +53382,8 @@ declare module "sap/m/ListBase" {
53381
53382
  * **Note:** Only values between `0-2` enables the use of the new `actions` aggregation. When enabled, the
53382
53383
  * {@link sap.m.ListMode Delete} mode and the {@link sap.m.ListType Detail} list item type have no effect.
53383
53384
  * Instead, dedicated actions of {@link sap.m.ListItemActionType type} `Delete` or `Edit` should be used.
53385
+ * **Note:** As of version 1.147, items with type {@link sap.m.ListType Navigation} render the navigation
53386
+ * indicator as an action, which is not counted in `itemActionCount`.
53384
53387
  *
53385
53388
  * @since 1.137
53386
53389
  */
@@ -68940,8 +68943,6 @@ declare module "sap/m/NumericContent" {
68940
68943
  * Default value is `true`.
68941
68944
  *
68942
68945
  * @since 1.73
68943
- * @experimental As of version 1.73. Disclaimer: this property is in a beta state - incompatible API changes
68944
- * may be done before its official public release. Use at your own discretion.
68945
68946
  *
68946
68947
  * @returns Value of property `adaptiveFontSize`
68947
68948
  */
@@ -69108,8 +69109,6 @@ declare module "sap/m/NumericContent" {
69108
69109
  * Default value is `true`.
69109
69110
  *
69110
69111
  * @since 1.73
69111
- * @experimental As of version 1.73. Disclaimer: this property is in a beta state - incompatible API changes
69112
- * may be done before its official public release. Use at your own discretion.
69113
69112
  *
69114
69113
  * @returns Reference to `this` in order to allow method chaining
69115
69114
  */
@@ -69467,8 +69466,6 @@ declare module "sap/m/NumericContent" {
69467
69466
  * language. When set to false the font size will always be large
69468
69467
  *
69469
69468
  * @since 1.73
69470
- * @experimental As of version 1.73. Disclaimer: this property is in a beta state - incompatible API changes
69471
- * may be done before its official public release. Use at your own discretion.
69472
69469
  */
69473
69470
  adaptiveFontSize?: boolean | PropertyBindingInfo | `{${string}}`;
69474
69471
 
@@ -76587,7 +76584,6 @@ declare module "sap/m/OverflowToolbarTokenizer" {
76587
76584
  * Using more than one tokenizer in the same toolbar is not recomended, as it may lead to unexpected behavior.
76588
76585
  * Do not use tokenizers within a toolbar if its active property is set to `true`.
76589
76586
  *
76590
- * @since 1.139
76591
76587
  * @experimental As of version 1.139.
76592
76588
  */
76593
76589
  export default class OverflowToolbarTokenizer
@@ -105307,7 +105303,7 @@ declare module "sap/m/RadioButton" {
105307
105303
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
105308
105304
  * otherwise it will be bound to this `sap.m.RadioButton` itself.
105309
105305
  *
105310
- * Event is triggered when the user makes a change on the radio button (selecting or unselecting it).
105306
+ * The event is triggered when the user selects or deselects the radio button.
105311
105307
  *
105312
105308
  *
105313
105309
  * @returns Reference to `this` in order to allow method chaining
@@ -105333,7 +105329,7 @@ declare module "sap/m/RadioButton" {
105333
105329
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
105334
105330
  * otherwise it will be bound to this `sap.m.RadioButton` itself.
105335
105331
  *
105336
- * Event is triggered when the user makes a change on the radio button (selecting or unselecting it).
105332
+ * The event is triggered when the user selects or deselects the radio button.
105337
105333
  *
105338
105334
  *
105339
105335
  * @returns Reference to `this` in order to allow method chaining
@@ -105970,7 +105966,7 @@ declare module "sap/m/RadioButton" {
105970
105966
  ariaLabelledBy?: Array<Control | string>;
105971
105967
 
105972
105968
  /**
105973
- * Event is triggered when the user makes a change on the radio button (selecting or unselecting it).
105969
+ * The event is triggered when the user selects or deselects the radio button.
105974
105970
  */
105975
105971
  select?: (oEvent: RadioButton$SelectEvent) => void;
105976
105972
  }
@@ -105980,7 +105976,10 @@ declare module "sap/m/RadioButton" {
105980
105976
  */
105981
105977
  export interface RadioButton$SelectEventParameters {
105982
105978
  /**
105983
- * Checks whether the RadioButton is active or not.
105979
+ * Indicates whether the RadioButton is selected.
105980
+ *
105981
+ * **Note:** A single RadioButton cannot be deselected by user interaction. Deselection only occurs when
105982
+ * another RadioButton in the same group receives a selection.
105984
105983
  */
105985
105984
  selected?: boolean;
105986
105985
  }
@@ -138789,6 +138788,19 @@ declare module "sap/m/Switch" {
138789
138788
  * @returns Value of property `customTextOn`
138790
138789
  */
138791
138790
  getCustomTextOn(): string;
138791
+ /**
138792
+ * Gets current value of property {@link #getEditable editable}.
138793
+ *
138794
+ * Specifies whether the user shall be allowed to change the state of the switch. When set to `false`, the
138795
+ * switch is in read-only mode and can still be focused and the user can copy the text from it.
138796
+ *
138797
+ * Default value is `true`.
138798
+ *
138799
+ * @since 1.147.0
138800
+ *
138801
+ * @returns Value of property `editable`
138802
+ */
138803
+ getEditable(): boolean;
138792
138804
  /**
138793
138805
  * Gets current value of property {@link #getEnabled enabled}.
138794
138806
  *
@@ -138897,6 +138909,26 @@ declare module "sap/m/Switch" {
138897
138909
  */
138898
138910
  sCustomTextOn?: string
138899
138911
  ): this;
138912
+ /**
138913
+ * Sets a new value for property {@link #getEditable editable}.
138914
+ *
138915
+ * Specifies whether the user shall be allowed to change the state of the switch. When set to `false`, the
138916
+ * switch is in read-only mode and can still be focused and the user can copy the text from it.
138917
+ *
138918
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
138919
+ *
138920
+ * Default value is `true`.
138921
+ *
138922
+ * @since 1.147.0
138923
+ *
138924
+ * @returns Reference to `this` in order to allow method chaining
138925
+ */
138926
+ setEditable(
138927
+ /**
138928
+ * New value for property `editable`
138929
+ */
138930
+ bEditable?: boolean
138931
+ ): this;
138900
138932
  /**
138901
138933
  * Sets a new value for property {@link #getEnabled enabled}.
138902
138934
  *
@@ -139015,6 +139047,14 @@ declare module "sap/m/Switch" {
139015
139047
  | PropertyBindingInfo
139016
139048
  | `{${string}}`;
139017
139049
 
139050
+ /**
139051
+ * Specifies whether the user shall be allowed to change the state of the switch. When set to `false`, the
139052
+ * switch is in read-only mode and can still be focused and the user can copy the text from it.
139053
+ *
139054
+ * @since 1.147.0
139055
+ */
139056
+ editable?: boolean | PropertyBindingInfo | `{${string}}`;
139057
+
139018
139058
  /**
139019
139059
  * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
139020
139060
  *
@@ -145188,6 +145228,310 @@ declare module "sap/m/table/ColumnWidthController" {
145188
145228
  }
145189
145229
  }
145190
145230
 
145231
+ declare module "sap/m/table/Title" {
145232
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
145233
+
145234
+ import { ITitle, IShrinkable } from "sap/ui/core/library";
145235
+
145236
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
145237
+
145238
+ import Title1 from "sap/m/Title";
145239
+
145240
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
145241
+
145242
+ /**
145243
+ * A composite title control intended to display a table title along with optional total and selected row
145244
+ * counts.
145245
+ *
145246
+ * Overview: The `sap.m.table.Title` control renders the provided `sap.m.Title` control and optionally displays
145247
+ * the table's total row count, the selected row count, or both independently.
145248
+ *
145249
+ * @since 1.147
145250
+ */
145251
+ export default class Title extends Control implements ITitle, IShrinkable {
145252
+ __implements__sap_ui_core_ITitle: boolean;
145253
+ __implements__sap_ui_core_IShrinkable: boolean;
145254
+ /**
145255
+ * Constructor for a new `sap.m.table.Title`.
145256
+ *
145257
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
145258
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
145259
+ * of the syntax of the settings object.
145260
+ */
145261
+ constructor(
145262
+ /**
145263
+ * Initial settings for the new control
145264
+ */
145265
+ mSettings?: $TitleSettings
145266
+ );
145267
+ /**
145268
+ * Constructor for a new `sap.m.table.Title`.
145269
+ *
145270
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
145271
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
145272
+ * of the syntax of the settings object.
145273
+ */
145274
+ constructor(
145275
+ /**
145276
+ * ID for the new control, generated automatically if no ID is given
145277
+ */
145278
+ sId?: string,
145279
+ /**
145280
+ * Initial settings for the new control
145281
+ */
145282
+ mSettings?: $TitleSettings
145283
+ );
145284
+
145285
+ /**
145286
+ * Creates a new subclass of class sap.m.table.Title with name `sClassName` and enriches it with the information
145287
+ * contained in `oClassInfo`.
145288
+ *
145289
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
145290
+ *
145291
+ *
145292
+ * @returns Created class / constructor function
145293
+ */
145294
+ static extend<T extends Record<string, unknown>>(
145295
+ /**
145296
+ * Name of the class being created
145297
+ */
145298
+ sClassName: string,
145299
+ /**
145300
+ * Object literal with information about the class
145301
+ */
145302
+ oClassInfo?: sap.ClassInfo<T, Title>,
145303
+ /**
145304
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
145305
+ * used by this class
145306
+ */
145307
+ FNMetaImpl?: Function
145308
+ ): Function;
145309
+ /**
145310
+ * Returns a metadata object for class sap.m.table.Title.
145311
+ *
145312
+ *
145313
+ * @returns Metadata object describing this class
145314
+ */
145315
+ static getMetadata(): ElementMetadata;
145316
+ /**
145317
+ * Destroys the title in the aggregation {@link #getTitle title}.
145318
+ *
145319
+ *
145320
+ * @returns Reference to `this` in order to allow method chaining
145321
+ */
145322
+ destroyTitle(): this;
145323
+ /**
145324
+ * Gets current value of property {@link #getSelectedCount selectedCount}.
145325
+ *
145326
+ * Defines the value that is displayed as the selected row count.
145327
+ *
145328
+ * **Note:** A value of 0 indicates that no rows are selected, while a negative value indicates that the
145329
+ * selected count is unknown. Although these cases are not displayed to the user, they are handled differently
145330
+ * for accessibility reasons.
145331
+ *
145332
+ * Default value is `0`.
145333
+ *
145334
+ *
145335
+ * @returns Value of property `selectedCount`
145336
+ */
145337
+ getSelectedCount(): int;
145338
+ /**
145339
+ * Gets current value of property {@link #getShowExtendedView showExtendedView}.
145340
+ *
145341
+ * Toggles between compact and extended display modes for the `selectedCount` and `totalCount`.
145342
+ *
145343
+ *
145344
+ * - **Compact mode (`false`)**: Displays counts in a condensed format.
145345
+ * - **Extended mode (`true`)**: Displays counts with separate descriptive labels.
145346
+ *
145347
+ * Default value is `false`.
145348
+ *
145349
+ *
145350
+ * @returns Value of property `showExtendedView`
145351
+ */
145352
+ getShowExtendedView(): boolean;
145353
+ /**
145354
+ * Gets content of aggregation {@link #getTitle title}.
145355
+ *
145356
+ * Sets the title control, which is displayed in the toolbar as usual.
145357
+ *
145358
+ * **Note:** You must set a `title` to use this control.
145359
+ */
145360
+ getTitle(): Title1;
145361
+ /**
145362
+ * Gets current value of property {@link #getTotalCount totalCount}.
145363
+ *
145364
+ * Defines the value that is displayed as the total row count.
145365
+ *
145366
+ * **Note:** A value of 0 represents an empty table, while a negative value indicates that the total count
145367
+ * is unknown. Although both cases are not displayed to the user, they are handled differently for accessibility
145368
+ * reasons.
145369
+ *
145370
+ * Default value is `0`.
145371
+ *
145372
+ *
145373
+ * @returns Value of property `totalCount`
145374
+ */
145375
+ getTotalCount(): int;
145376
+ /**
145377
+ * Gets current value of property {@link #getVisible visible}.
145378
+ *
145379
+ * Determines whether the control is visible.
145380
+ *
145381
+ * **Note:** If set to `false`, the control is hidden but still rendered for accessibility reasons.
145382
+ *
145383
+ * Default value is `true`.
145384
+ *
145385
+ *
145386
+ * @returns Value of property `visible`
145387
+ */
145388
+ getVisible(): boolean;
145389
+ /**
145390
+ * Sets a new value for property {@link #getSelectedCount selectedCount}.
145391
+ *
145392
+ * Defines the value that is displayed as the selected row count.
145393
+ *
145394
+ * **Note:** A value of 0 indicates that no rows are selected, while a negative value indicates that the
145395
+ * selected count is unknown. Although these cases are not displayed to the user, they are handled differently
145396
+ * for accessibility reasons.
145397
+ *
145398
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
145399
+ *
145400
+ * Default value is `0`.
145401
+ *
145402
+ *
145403
+ * @returns Reference to `this` in order to allow method chaining
145404
+ */
145405
+ setSelectedCount(
145406
+ /**
145407
+ * New value for property `selectedCount`
145408
+ */
145409
+ iSelectedCount?: int
145410
+ ): this;
145411
+ /**
145412
+ * Sets a new value for property {@link #getShowExtendedView showExtendedView}.
145413
+ *
145414
+ * Toggles between compact and extended display modes for the `selectedCount` and `totalCount`.
145415
+ *
145416
+ *
145417
+ * - **Compact mode (`false`)**: Displays counts in a condensed format.
145418
+ * - **Extended mode (`true`)**: Displays counts with separate descriptive labels.
145419
+ *
145420
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
145421
+ *
145422
+ * Default value is `false`.
145423
+ *
145424
+ *
145425
+ * @returns Reference to `this` in order to allow method chaining
145426
+ */
145427
+ setShowExtendedView(
145428
+ /**
145429
+ * New value for property `showExtendedView`
145430
+ */
145431
+ bShowExtendedView?: boolean
145432
+ ): this;
145433
+ /**
145434
+ * Sets the aggregated {@link #getTitle title}.
145435
+ *
145436
+ *
145437
+ * @returns Reference to `this` in order to allow method chaining
145438
+ */
145439
+ setTitle(
145440
+ /**
145441
+ * The title to set
145442
+ */
145443
+ oTitle: Title1
145444
+ ): this;
145445
+ /**
145446
+ * Sets a new value for property {@link #getTotalCount totalCount}.
145447
+ *
145448
+ * Defines the value that is displayed as the total row count.
145449
+ *
145450
+ * **Note:** A value of 0 represents an empty table, while a negative value indicates that the total count
145451
+ * is unknown. Although both cases are not displayed to the user, they are handled differently for accessibility
145452
+ * reasons.
145453
+ *
145454
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
145455
+ *
145456
+ * Default value is `0`.
145457
+ *
145458
+ *
145459
+ * @returns Reference to `this` in order to allow method chaining
145460
+ */
145461
+ setTotalCount(
145462
+ /**
145463
+ * New value for property `totalCount`
145464
+ */
145465
+ iTotalCount?: int
145466
+ ): this;
145467
+ /**
145468
+ * Sets a new value for property {@link #getVisible visible}.
145469
+ *
145470
+ * Determines whether the control is visible.
145471
+ *
145472
+ * **Note:** If set to `false`, the control is hidden but still rendered for accessibility reasons.
145473
+ *
145474
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
145475
+ *
145476
+ * Default value is `true`.
145477
+ *
145478
+ *
145479
+ * @returns Reference to `this` in order to allow method chaining
145480
+ */
145481
+ setVisible(
145482
+ /**
145483
+ * New value for property `visible`
145484
+ */
145485
+ bVisible?: boolean
145486
+ ): this;
145487
+ }
145488
+ /**
145489
+ * Describes the settings that can be provided to the Title constructor.
145490
+ */
145491
+ export interface $TitleSettings extends $ControlSettings {
145492
+ /**
145493
+ * Defines the value that is displayed as the total row count.
145494
+ *
145495
+ * **Note:** A value of 0 represents an empty table, while a negative value indicates that the total count
145496
+ * is unknown. Although both cases are not displayed to the user, they are handled differently for accessibility
145497
+ * reasons.
145498
+ */
145499
+ totalCount?: int | PropertyBindingInfo | `{${string}}`;
145500
+
145501
+ /**
145502
+ * Defines the value that is displayed as the selected row count.
145503
+ *
145504
+ * **Note:** A value of 0 indicates that no rows are selected, while a negative value indicates that the
145505
+ * selected count is unknown. Although these cases are not displayed to the user, they are handled differently
145506
+ * for accessibility reasons.
145507
+ */
145508
+ selectedCount?: int | PropertyBindingInfo | `{${string}}`;
145509
+
145510
+ /**
145511
+ * Toggles between compact and extended display modes for the `selectedCount` and `totalCount`.
145512
+ *
145513
+ *
145514
+ * - **Compact mode (`false`)**: Displays counts in a condensed format.
145515
+ * - **Extended mode (`true`)**: Displays counts with separate descriptive labels.
145516
+ */
145517
+ showExtendedView?: boolean | PropertyBindingInfo | `{${string}}`;
145518
+
145519
+ /**
145520
+ * Determines whether the control is visible.
145521
+ *
145522
+ * **Note:** If set to `false`, the control is hidden but still rendered for accessibility reasons.
145523
+ */
145524
+ visible?: boolean | PropertyBindingInfo | `{${string}}`;
145525
+
145526
+ /**
145527
+ * Sets the title control, which is displayed in the toolbar as usual.
145528
+ *
145529
+ * **Note:** You must set a `title` to use this control.
145530
+ */
145531
+ title?: Title1;
145532
+ }
145533
+ }
145534
+
145191
145535
  declare module "sap/m/TablePersoController" {
145192
145536
  import {
145193
145537
  default as ManagedObject,
@@ -149327,7 +149671,6 @@ declare module "sap/m/TileAttribute" {
149327
149671
  * Holds detail of an attribute used in the ActionTile.
149328
149672
  *
149329
149673
  * @since 1.122
149330
- * @experimental As of version 1.122.
149331
149674
  */
149332
149675
  export default class TileAttribute extends Control {
149333
149676
  /**
@@ -149496,8 +149839,6 @@ declare module "sap/m/TileAttribute" {
149496
149839
  }
149497
149840
  /**
149498
149841
  * Describes the settings that can be provided to the TileAttribute constructor.
149499
- *
149500
- * @experimental As of version 1.122.
149501
149842
  */
149502
149843
  export interface $TileAttributeSettings extends $ControlSettings {
149503
149844
  /**
@@ -157517,7 +157858,6 @@ declare module "sap/m/upload/Column" {
157517
157858
  * control.
157518
157859
  *
157519
157860
  * @since 1.120
157520
- * @experimental As of version 1.120.
157521
157861
  */
157522
157862
  export default class Column extends Column1 {
157523
157863
  /**
@@ -157730,8 +158070,6 @@ declare module "sap/m/upload/Column" {
157730
158070
  }
157731
158071
  /**
157732
158072
  * Describes the settings that can be provided to the Column constructor.
157733
- *
157734
- * @experimental As of version 1.120.
157735
158073
  */
157736
158074
  export interface $ColumnSettings extends $ColumnSettings1 {
157737
158075
  /**
@@ -169992,53 +170330,6 @@ declare module "sap/m/VariantManagement" {
169992
170330
  */
169993
170331
  oListener?: object
169994
170332
  ): this;
169995
- /**
169996
- * Attaches event handler `fnFunction` to the {@link #event:manageOpen manageOpen} event of this `sap.m.VariantManagement`.
169997
- *
169998
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
169999
- * otherwise it will be bound to this `sap.m.VariantManagement` itself.
170000
- *
170001
- * This event is fired when users opens the Manage Views dialog.
170002
- *
170003
- *
170004
- * @returns Reference to `this` in order to allow method chaining
170005
- */
170006
- attachManageOpen(
170007
- /**
170008
- * An application-specific payload object that will be passed to the event handler along with the event
170009
- * object when firing the event
170010
- */
170011
- oData: object,
170012
- /**
170013
- * The function to be called when the event occurs
170014
- */
170015
- fnFunction: (p1: Event) => void,
170016
- /**
170017
- * Context object to call the event handler with. Defaults to this `sap.m.VariantManagement` itself
170018
- */
170019
- oListener?: object
170020
- ): this;
170021
- /**
170022
- * Attaches event handler `fnFunction` to the {@link #event:manageOpen manageOpen} event of this `sap.m.VariantManagement`.
170023
- *
170024
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
170025
- * otherwise it will be bound to this `sap.m.VariantManagement` itself.
170026
- *
170027
- * This event is fired when users opens the Manage Views dialog.
170028
- *
170029
- *
170030
- * @returns Reference to `this` in order to allow method chaining
170031
- */
170032
- attachManageOpen(
170033
- /**
170034
- * The function to be called when the event occurs
170035
- */
170036
- fnFunction: (p1: Event) => void,
170037
- /**
170038
- * Context object to call the event handler with. Defaults to this `sap.m.VariantManagement` itself
170039
- */
170040
- oListener?: object
170041
- ): this;
170042
170333
  /**
170043
170334
  * Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.m.VariantManagement`.
170044
170335
  *
@@ -170194,24 +170485,6 @@ declare module "sap/m/VariantManagement" {
170194
170485
  */
170195
170486
  oListener?: object
170196
170487
  ): this;
170197
- /**
170198
- * Detaches event handler `fnFunction` from the {@link #event:manageOpen manageOpen} event of this `sap.m.VariantManagement`.
170199
- *
170200
- * The passed function and listener object must match the ones used for event registration.
170201
- *
170202
- *
170203
- * @returns Reference to `this` in order to allow method chaining
170204
- */
170205
- detachManageOpen(
170206
- /**
170207
- * The function to be called, when the event occurs
170208
- */
170209
- fnFunction: (p1: Event) => void,
170210
- /**
170211
- * Context object on which the given function had to be called
170212
- */
170213
- oListener?: object
170214
- ): this;
170215
170488
  /**
170216
170489
  * Detaches event handler `fnFunction` from the {@link #event:save save} event of this `sap.m.VariantManagement`.
170217
170490
  *
@@ -170287,19 +170560,6 @@ declare module "sap/m/VariantManagement" {
170287
170560
  */
170288
170561
  mParameters?: object
170289
170562
  ): this;
170290
- /**
170291
- * Fires event {@link #event:manageOpen manageOpen} to attached listeners.
170292
- *
170293
- * @ui5-protected Do not call from applications (only from related classes in the framework)
170294
- *
170295
- * @returns Reference to `this` in order to allow method chaining
170296
- */
170297
- fireManageOpen(
170298
- /**
170299
- * Parameters to pass along with the event
170300
- */
170301
- mParameters?: object
170302
- ): this;
170303
170563
  /**
170304
170564
  * Fires event {@link #event:save save} to attached listeners.
170305
170565
  *
@@ -171030,11 +171290,6 @@ declare module "sap/m/VariantManagement" {
171030
171290
  */
171031
171291
  manageCancel?: (oEvent: Event) => void;
171032
171292
 
171033
- /**
171034
- * This event is fired when users opens the Manage Views dialog.
171035
- */
171036
- manageOpen?: (oEvent: Event) => void;
171037
-
171038
171293
  /**
171039
171294
  * This event is fired when users apply changes variant information in the Manage Views dialog. Some
171040
171295
  * of the parameters may be ommitted, depending on user selection.
@@ -171118,19 +171373,6 @@ declare module "sap/m/VariantManagement" {
171118
171373
  VariantManagement
171119
171374
  >;
171120
171375
 
171121
- /**
171122
- * Parameters of the VariantManagement#manageOpen event.
171123
- */
171124
- export interface VariantManagement$ManageOpenEventParameters {}
171125
-
171126
- /**
171127
- * Event object of the VariantManagement#manageOpen event.
171128
- */
171129
- export type VariantManagement$ManageOpenEvent = Event<
171130
- VariantManagement$ManageOpenEventParameters,
171131
- VariantManagement
171132
- >;
171133
-
171134
171376
  /**
171135
171377
  * Parameters of the VariantManagement#save event.
171136
171378
  */
@@ -175263,6 +175505,8 @@ declare namespace sap {
175263
175505
 
175264
175506
  "sap/m/table/ColumnWidthController": undefined;
175265
175507
 
175508
+ "sap/m/table/Title": undefined;
175509
+
175266
175510
  "sap/m/table/Util": undefined;
175267
175511
 
175268
175512
  "sap/m/TablePersoController": undefined;