@sapui5/ts-types 1.129.1 → 1.130.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 +1 -0
  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 +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +42 -41
  8. package/types/sap.esh.search.ui.d.ts +1 -1
  9. package/types/sap.f.d.ts +83 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +3 -0
  12. package/types/sap.fe.core.d.ts +45 -6
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +508 -233
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +5 -2
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +727 -204
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +1291 -3674
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +99 -16
  31. package/types/sap.suite.ui.commons.d.ts +232 -123
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +251 -70
  34. package/types/sap.tnt.d.ts +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +1 -25
  38. package/types/sap.ui.core.d.ts +116 -109
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +3 -1
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +22 -5
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +269 -234
  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 +1 -1
  51. package/types/sap.ui.table.d.ts +6 -11
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +1 -1
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +1 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +1 -1
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -628,7 +628,9 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
628
628
  /**
629
629
  * Generic {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration for simple use cases.
630
630
  *
631
- * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following types:
631
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
632
+ * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following
633
+ * types:
632
634
  *
633
635
  *
634
636
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -761,6 +763,16 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
761
763
  * By default, this method returns suitable controls for the given {@link sap.ui.mdc.enums.BaseType BaseType},
762
764
  * {@link sap.ui.mdc.field.FieldBase#setMaxConditions maxConditions} and {@link sap.ui.mdc.enums.ContentMode ContentMode}.
763
765
  *
766
+ * **Note:** Bind the value-holding property of the control to `'$field>/conditions'` using {@link sap.ui.mdc.field.ConditionsType ConditionsType }
767
+ * as type.
768
+ *
769
+ * If the control needs to show multiple conditions, bind its aggregation to '$field>/conditions'.
770
+ * Bind the item controls value-holding property using {@link sap.ui.mdc.field.ConditionType ConditionType }
771
+ * as type.
772
+ *
773
+ * **Warning:** The returned controls must implement {@link sap.ui.core.IFormContent IFormContent}. Other
774
+ * controls might lead to layouting or usabillity issues.
775
+ *
764
776
  * @since 1.124.0
765
777
  * @ui5-protected Do not call from applications (only from related classes in the framework)
766
778
  *
@@ -1611,7 +1623,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
1611
1623
  /**
1612
1624
  * OData-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1613
1625
  *
1614
- * **Note:** This `TypeMap` implementation contains the following types:
1626
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1627
+ * **Note:** This `TypeMap` implementation contains the following types:
1615
1628
  *
1616
1629
  *
1617
1630
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -1782,7 +1795,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
1782
1795
  /**
1783
1796
  * ODataV4-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1784
1797
  *
1785
- * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1798
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1799
+ * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1786
1800
  *
1787
1801
  *
1788
1802
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -2097,6 +2111,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
2097
2111
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
2098
2112
  * and enables model-specific type configuration.
2099
2113
  *
2114
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
2115
+ *
2100
2116
  * @since 1.114.0
2101
2117
  */
2102
2118
  interface TypeMap {
@@ -2180,8 +2196,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
2180
2196
  /**
2181
2197
  * Gets a data type class based on a given name.
2182
2198
  *
2183
- * **Note:** The module of the data type needs to be loaded before.
2184
- *
2185
2199
  *
2186
2200
  * @returns Corresponding data type class
2187
2201
  */
@@ -2574,7 +2588,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2574
2588
  * This might be extended with payload-dependent filters.
2575
2589
  *
2576
2590
  * @since 1.101.0
2577
- * @deprecated - (since 1.118.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}
2591
+ * @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2578
2592
  *
2579
2593
  * @returns `true` if item is selected
2580
2594
  */
@@ -5594,6 +5608,12 @@ declare namespace sap {
5594
5608
  * A fixed number of rows is shown
5595
5609
  */
5596
5610
  Fixed = "Fixed",
5611
+ /**
5612
+ * The user can change the number of displayed rows by dragging a resizer
5613
+ *
5614
+ * @since 1.130
5615
+ */
5616
+ Interactive = "Interactive",
5597
5617
  }
5598
5618
  /**
5599
5619
  * Selection mode of the table.
@@ -6721,11 +6741,13 @@ declare namespace sap {
6721
6741
  implements
6722
6742
  sap.ui.core.IFormContent,
6723
6743
  sap.ui.core.ISemanticFormContent,
6724
- sap.m.IOverflowToolbarContent
6744
+ sap.m.IOverflowToolbarContent,
6745
+ sap.ui.core.ILabelable
6725
6746
  {
6726
6747
  __implements__sap_ui_core_IFormContent: boolean;
6727
6748
  __implements__sap_ui_core_ISemanticFormContent: boolean;
6728
6749
  __implements__sap_m_IOverflowToolbarContent: boolean;
6750
+ __implements__sap_ui_core_ILabelable: boolean;
6729
6751
  /**
6730
6752
  * Constructor for a new `FieldBase`.
6731
6753
  *
@@ -7634,6 +7656,14 @@ declare namespace sap {
7634
7656
  */
7635
7657
  oEvent: object
7636
7658
  ): void;
7659
+ /**
7660
+ * Returns if the control can be bound to a label
7661
+ *
7662
+ * @since 1.121.0
7663
+ *
7664
+ * @returns `true` if the control can be bound to a label
7665
+ */
7666
+ hasLabelableHTMLElement(): boolean;
7637
7667
  /**
7638
7668
  * Returns the user interaction state of the control.
7639
7669
  *
@@ -10243,6 +10273,11 @@ declare namespace sap {
10243
10273
  * ID of the initially selected item
10244
10274
  */
10245
10275
  itemId?: string;
10276
+
10277
+ /**
10278
+ * Number of found items
10279
+ */
10280
+ items?: int;
10246
10281
  }
10247
10282
 
10248
10283
  /**
@@ -13158,6 +13193,8 @@ declare namespace sap {
13158
13193
 
13159
13194
  /**
13160
13195
  * Object to label groups in the value help dialog.
13196
+ *
13197
+ * @since 1.101
13161
13198
  */
13162
13199
  type GroupLabel = {
13163
13200
  /**
@@ -13196,8 +13233,8 @@ declare namespace sap {
13196
13233
  * ```javascript
13197
13234
  *
13198
13235
  * {
13199
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
13200
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
13236
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
13237
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
13201
13238
  * }
13202
13239
  * ```
13203
13240
  */
@@ -13374,8 +13411,8 @@ declare namespace sap {
13374
13411
  * ```javascript
13375
13412
  *
13376
13413
  * {
13377
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
13378
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
13414
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
13415
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
13379
13416
  * }
13380
13417
  * ```
13381
13418
  *
@@ -13399,8 +13436,8 @@ declare namespace sap {
13399
13436
  * ```javascript
13400
13437
  *
13401
13438
  * {
13402
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
13403
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
13439
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
13440
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
13404
13441
  * }
13405
13442
  * ```
13406
13443
  *
@@ -13775,173 +13812,6 @@ declare namespace sap {
13775
13812
  }
13776
13813
  }
13777
13814
 
13778
- namespace actiontoolbar {
13779
- /**
13780
- * Describes the settings that can be provided to the ActionToolbarAction constructor.
13781
- *
13782
- * @experimental
13783
- */
13784
- interface $ActionToolbarActionSettings
13785
- extends sap.ui.core.$ControlSettings {
13786
- /**
13787
- * Contains the information where the action is displayed on the `ActionToolbar`.
13788
- */
13789
- layoutInformation?:
13790
- | object
13791
- | sap.ui.base.ManagedObject.PropertyBindingInfo
13792
- | `{${string}}`;
13793
-
13794
- /**
13795
- * The control that is displayed on the `ActionToolbar`.
13796
- */
13797
- action?: sap.ui.core.Control;
13798
- }
13799
-
13800
- /**
13801
- * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
13802
- * that determines where the wrapped control is displayed on the `ActionToolbar`.
13803
- *
13804
- * @since 1.58
13805
- * @experimental
13806
- */
13807
- class ActionToolbarAction
13808
- extends sap.ui.core.Control
13809
- implements sap.m.IOverflowToolbarContent
13810
- {
13811
- __implements__sap_m_IOverflowToolbarContent: boolean;
13812
- /**
13813
- * Constructor for a new ActionToolbarAction.
13814
- *
13815
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
13816
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
13817
- * of the syntax of the settings object.
13818
- */
13819
- constructor(
13820
- /**
13821
- * Initial settings for the new control
13822
- */
13823
- mSettings?: sap.ui.mdc.actiontoolbar.$ActionToolbarActionSettings
13824
- );
13825
- /**
13826
- * Constructor for a new ActionToolbarAction.
13827
- *
13828
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
13829
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
13830
- * of the syntax of the settings object.
13831
- */
13832
- constructor(
13833
- /**
13834
- * ID for the new control, generated automatically if no ID is given
13835
- */
13836
- sId?: string,
13837
- /**
13838
- * Initial settings for the new control
13839
- */
13840
- mSettings?: sap.ui.mdc.actiontoolbar.$ActionToolbarActionSettings
13841
- );
13842
-
13843
- /**
13844
- * Creates a new subclass of class sap.ui.mdc.actiontoolbar.ActionToolbarAction with name `sClassName` and
13845
- * enriches it with the information contained in `oClassInfo`.
13846
- *
13847
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
13848
- *
13849
- *
13850
- * @returns Created class / constructor function
13851
- */
13852
- static extend<T extends Record<string, unknown>>(
13853
- /**
13854
- * Name of the class being created
13855
- */
13856
- sClassName: string,
13857
- /**
13858
- * Object literal with information about the class
13859
- */
13860
- oClassInfo?: sap.ClassInfo<
13861
- T,
13862
- sap.ui.mdc.actiontoolbar.ActionToolbarAction
13863
- >,
13864
- /**
13865
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
13866
- * used by this class
13867
- */
13868
- FNMetaImpl?: Function
13869
- ): Function;
13870
- /**
13871
- * Returns a metadata object for class sap.ui.mdc.actiontoolbar.ActionToolbarAction.
13872
- *
13873
- *
13874
- * @returns Metadata object describing this class
13875
- */
13876
- static getMetadata(): sap.ui.core.ElementMetadata;
13877
- /**
13878
- * Destroys the action in the aggregation {@link #getAction action}.
13879
- *
13880
- *
13881
- * @returns Reference to `this` in order to allow method chaining
13882
- */
13883
- destroyAction(): this;
13884
- /**
13885
- * Gets content of aggregation {@link #getAction action}.
13886
- *
13887
- * The control that is displayed on the `ActionToolbar`.
13888
- */
13889
- getAction(): sap.ui.core.Control;
13890
- /**
13891
- * Gets current value of property {@link #getLayoutInformation layoutInformation}.
13892
- *
13893
- * Contains the information where the action is displayed on the `ActionToolbar`.
13894
- *
13895
- * Default value is `...see text or source`.
13896
- *
13897
- *
13898
- * @returns Value of property `layoutInformation`
13899
- */
13900
- getLayoutInformation(): object;
13901
- /**
13902
- * Observes changes in `Action` aggregation.
13903
- *
13904
- * @ui5-protected Do not call from applications (only from related classes in the framework)
13905
- */
13906
- observeChanges(
13907
- /**
13908
- * Changes
13909
- */
13910
- oChanges: object
13911
- ): void;
13912
- /**
13913
- * Sets the aggregated {@link #getAction action}.
13914
- *
13915
- *
13916
- * @returns Reference to `this` in order to allow method chaining
13917
- */
13918
- setAction(
13919
- /**
13920
- * The action to set
13921
- */
13922
- oAction: sap.ui.core.Control
13923
- ): this;
13924
- /**
13925
- * Sets a new value for property {@link #getLayoutInformation layoutInformation}.
13926
- *
13927
- * Contains the information where the action is displayed on the `ActionToolbar`.
13928
- *
13929
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13930
- *
13931
- * Default value is `...see text or source`.
13932
- *
13933
- *
13934
- * @returns Reference to `this` in order to allow method chaining
13935
- */
13936
- setLayoutInformation(
13937
- /**
13938
- * New value for property `layoutInformation`
13939
- */
13940
- oLayoutInformation?: object
13941
- ): this;
13942
- }
13943
- }
13944
-
13945
13815
  namespace link {
13946
13816
  /**
13947
13817
  * Describes the settings that can be provided to the LinkItem constructor.
@@ -14381,8 +14251,7 @@ declare namespace sap {
14381
14251
  * - `aggregatable`
14382
14252
  * - `extension.technicallyGroupable`
14383
14253
  * - `extension.technicallyAggregatable`
14384
- * - `extension.customAggregate`
14385
- * - `extension.customAggregate.contextDefiningProperties`
14254
+ * - `extension.additionalProperties`
14386
14255
  *
14387
14256
  * If the property is complex, the following attributes need to be specified:
14388
14257
  * - `key`
@@ -14391,7 +14260,8 @@ declare namespace sap {
14391
14260
  */
14392
14261
  type TablePropertyInfo = sap.ui.mdc.table.PropertyInfo & {
14393
14262
  /**
14394
- * Defines whether a property is aggregatable.
14263
+ * Defines whether the property is aggregatable. A property can only be declared aggregatable if there is
14264
+ * a `CustomAggregate` whose `Qualifier` is equal to the property key.
14395
14265
  */
14396
14266
  aggregatable?: boolean;
14397
14267
  /**
@@ -14400,24 +14270,36 @@ declare namespace sap {
14400
14270
  extension?: {
14401
14271
  /**
14402
14272
  * If `groupable` is set to `false` to exclude it from group personalization on the UI, the UI still needs
14403
- * to know that this property is groupable for data requests.
14273
+ * to know that this property is groupable for data requests. If this attribute is not set, the default
14274
+ * value is the same as the value of `groupable`.
14404
14275
  */
14405
14276
  technicallyGroupable?: boolean;
14406
14277
  /**
14407
14278
  * If `aggregatable` is set to `false` to exclude it from aggregate personalization on the UI, the UI still
14408
- * needs to know that this property is aggregatable for data requests.
14279
+ * needs to know that this property is aggregatable for data requests. If this attribute is not set, the
14280
+ * default value is the same as the value of `aggregatable`.
14409
14281
  */
14410
14282
  technicallyAggregatable?: boolean;
14411
14283
  /**
14412
- * Provide an object, it can be empty, if there is a `CustomAggregate` whose `Qualifier` is equal to the
14413
- * name of this property. This enables the option to show totals if `aggregatable` is `true`.
14414
- */
14415
- customAggregate?: {
14416
- /**
14417
- * A list of related properties (by name) that are the context-defining properties of the `CustomAggregate`.
14418
- */
14419
- contextDefiningProperties?: string[];
14420
- };
14284
+ * Properties that are loaded in addition if this property is loaded. These properties must be technically
14285
+ * groupable, otherwise they can't be loaded. This attribute is only taken into account if the `Aggregate`
14286
+ * or `Group` `p13nMode` is enabled and the table type is {@link sap.ui.mdc.table.GridTableType GridTable}.
14287
+ * These properties are not considered for any other functionality, such as export or column width calculation,
14288
+ * for example.
14289
+ *
14290
+ * The following restrictions apply:
14291
+ * - If the property is neither technically groupable nor technically aggregatable, it must not reference
14292
+ * additional properties.
14293
+ * - If the property is technically groupable but not technically aggregatable, not more than one additional
14294
+ * property must be referenced. The additional property must be the property that is referencing this property
14295
+ * in its `text` attribute (bidirectional reference). Regardless of the `groupable` attribute, the property
14296
+ * cannot be grouped via the UI. This might change. If this change is not desired, set `groupable` to `false`
14297
+ * explicitly. Do not group this property via API, for example, with the `StateUtil`.
14298
+ * - If the property is both technically groupable and technically aggregatable, it must reference only
14299
+ * properties that are related to the `CustomAggregate`.
14300
+ * - Properties that are referenced via `text` or `unit` must not be repeated here.
14301
+ */
14302
+ additionalProperties?: string[];
14421
14303
  };
14422
14304
  };
14423
14305
  }
@@ -14821,7 +14703,8 @@ declare namespace sap {
14821
14703
  /**
14822
14704
  * Row count of the inner table.
14823
14705
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
14824
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
14706
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
14707
+ * is used.
14825
14708
  */
14826
14709
  rowCount?:
14827
14710
  | int
@@ -15009,6 +14892,17 @@ declare namespace sap {
15009
14892
  | boolean
15010
14893
  | sap.ui.base.ManagedObject.PropertyBindingInfo
15011
14894
  | `{${string}}`;
14895
+
14896
+ /**
14897
+ * Fired when the row action item is pressed.
14898
+ *
14899
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
14900
+ * a row action item is pressed.
14901
+ *
14902
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
14903
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
14904
+ */
14905
+ press?: (oEvent: RowActionItem$PressEvent) => void;
15012
14906
  }
15013
14907
 
15014
14908
  /**
@@ -16383,7 +16277,9 @@ declare namespace sap {
16383
16277
  *
16384
16278
  * Row count of the inner table.
16385
16279
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
16386
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
16280
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
16281
+ * is used.
16282
+ *
16387
16283
  *
16388
16284
  * Default value is `10`.
16389
16285
  *
@@ -16476,7 +16372,9 @@ declare namespace sap {
16476
16372
  *
16477
16373
  * Row count of the inner table.
16478
16374
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
16479
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
16375
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
16376
+ * is used.
16377
+ *
16480
16378
  *
16481
16379
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16482
16380
  *
@@ -16981,6 +16879,96 @@ declare namespace sap {
16981
16879
  * @returns Metadata object describing this class
16982
16880
  */
16983
16881
  static getMetadata(): sap.ui.core.ElementMetadata;
16882
+ /**
16883
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
16884
+ *
16885
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
16886
+ * otherwise it will be bound to this `sap.ui.mdc.table.RowActionItem` itself.
16887
+ *
16888
+ * Fired when the row action item is pressed.
16889
+ *
16890
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
16891
+ * a row action item is pressed.
16892
+ *
16893
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
16894
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
16895
+ *
16896
+ *
16897
+ * @returns Reference to `this` in order to allow method chaining
16898
+ */
16899
+ attachPress(
16900
+ /**
16901
+ * An application-specific payload object that will be passed to the event handler along with the event
16902
+ * object when firing the event
16903
+ */
16904
+ oData: object,
16905
+ /**
16906
+ * The function to be called when the event occurs
16907
+ */
16908
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
16909
+ /**
16910
+ * Context object to call the event handler with. Defaults to this `sap.ui.mdc.table.RowActionItem` itself
16911
+ */
16912
+ oListener?: object
16913
+ ): this;
16914
+ /**
16915
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
16916
+ *
16917
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
16918
+ * otherwise it will be bound to this `sap.ui.mdc.table.RowActionItem` itself.
16919
+ *
16920
+ * Fired when the row action item is pressed.
16921
+ *
16922
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
16923
+ * a row action item is pressed.
16924
+ *
16925
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
16926
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
16927
+ *
16928
+ *
16929
+ * @returns Reference to `this` in order to allow method chaining
16930
+ */
16931
+ attachPress(
16932
+ /**
16933
+ * The function to be called when the event occurs
16934
+ */
16935
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
16936
+ /**
16937
+ * Context object to call the event handler with. Defaults to this `sap.ui.mdc.table.RowActionItem` itself
16938
+ */
16939
+ oListener?: object
16940
+ ): this;
16941
+ /**
16942
+ * Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
16943
+ *
16944
+ * The passed function and listener object must match the ones used for event registration.
16945
+ *
16946
+ *
16947
+ * @returns Reference to `this` in order to allow method chaining
16948
+ */
16949
+ detachPress(
16950
+ /**
16951
+ * The function to be called, when the event occurs
16952
+ */
16953
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
16954
+ /**
16955
+ * Context object on which the given function had to be called
16956
+ */
16957
+ oListener?: object
16958
+ ): this;
16959
+ /**
16960
+ * Fires event {@link #event:press press} to attached listeners.
16961
+ *
16962
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16963
+ *
16964
+ * @returns Reference to `this` in order to allow method chaining
16965
+ */
16966
+ firePress(
16967
+ /**
16968
+ * Parameters to pass along with the event
16969
+ */
16970
+ mParameters?: sap.ui.mdc.table.RowActionItem$PressEventParameters
16971
+ ): this;
16984
16972
  /**
16985
16973
  * Gets current value of property {@link #getIcon icon}.
16986
16974
  *
@@ -17555,11 +17543,11 @@ declare namespace sap {
17555
17543
  */
17556
17544
  isKey?: boolean;
17557
17545
  /**
17558
- * Name of the unit property that is related to this property.
17546
+ * Key of the unit property that is related to this property.
17559
17547
  */
17560
17548
  unit?: string;
17561
17549
  /**
17562
- * Name of the text property that is related to this property in a 1:1 relation.
17550
+ * Key of the text property that is related to this property in a 1:1 relation.
17563
17551
  */
17564
17552
  text?: string;
17565
17553
  /**
@@ -17614,14 +17602,14 @@ declare namespace sap {
17614
17602
  */
17615
17603
  verticalArrangement?: boolean;
17616
17604
  /**
17617
- * A list of invisible referenced property names
17605
+ * A list of invisible referenced property keys
17618
17606
  */
17619
17607
  excludeProperties?: string[];
17620
17608
  };
17621
17609
  };
17622
17610
  /**
17623
17611
  * The availability of this property makes the `PropertyInfo` a complex `PropertyInfo`. Provides a list
17624
- * of related properties (by name). These related properties must not themselves be complex.
17612
+ * of related properties (by key). These related properties must not themselves be complex.
17625
17613
  */
17626
17614
  propertyInfos?: string[];
17627
17615
  };
@@ -19107,6 +19095,11 @@ declare namespace sap {
19107
19095
  * ID of the initially selected item
19108
19096
  */
19109
19097
  itemId?: string;
19098
+
19099
+ /**
19100
+ * Number of found items
19101
+ */
19102
+ items?: int;
19110
19103
  }
19111
19104
 
19112
19105
  /**
@@ -19193,6 +19186,9 @@ declare namespace sap {
19193
19186
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
19194
19187
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
19195
19188
  * of the syntax of the settings object.
19189
+ * See:
19190
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
19191
+ * {@link https://ui5.sap.com/#/topic/52d065ab8bb740c58c834a0c985e3b9e Chart Building Block (OData V4)}
19196
19192
  */
19197
19193
  constructor(
19198
19194
  /**
@@ -19206,6 +19202,9 @@ declare namespace sap {
19206
19202
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
19207
19203
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
19208
19204
  * of the syntax of the settings object.
19205
+ * See:
19206
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
19207
+ * {@link https://ui5.sap.com/#/topic/52d065ab8bb740c58c834a0c985e3b9e Chart Building Block (OData V4)}
19209
19208
  */
19210
19209
  constructor(
19211
19210
  /**
@@ -20410,6 +20409,9 @@ declare namespace sap {
20410
20409
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20411
20410
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20412
20411
  * of the syntax of the settings object.
20412
+ * See:
20413
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
20414
+ * {@link https://ui5.sap.com/#/topic/5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
20413
20415
  */
20414
20416
  constructor(
20415
20417
  /**
@@ -20423,6 +20425,9 @@ declare namespace sap {
20423
20425
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20424
20426
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20425
20427
  * of the syntax of the settings object.
20428
+ * See:
20429
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
20430
+ * {@link https://ui5.sap.com/#/topic/5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
20426
20431
  */
20427
20432
  constructor(
20428
20433
  /**
@@ -20540,7 +20545,8 @@ declare namespace sap {
20540
20545
  *
20541
20546
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20542
20547
  *
20543
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
20548
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20549
+ * `additionalValue` property to bind the control.
20544
20550
  *
20545
20551
  * @returns Reference to `this` to allow method chaining
20546
20552
  */
@@ -20613,7 +20619,8 @@ declare namespace sap {
20613
20619
  *
20614
20620
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20615
20621
  *
20616
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
20622
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20623
+ * `additionalValue` property to bind the control.
20617
20624
  *
20618
20625
  * @returns Conditions of the field
20619
20626
  */
@@ -20626,7 +20633,8 @@ declare namespace sap {
20626
20633
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20627
20634
  * value of the `dataType` property is ignored.
20628
20635
  *
20629
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
20636
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
20637
+ * the `value` property is used.
20630
20638
  *
20631
20639
  * @returns Value of property `dataType`
20632
20640
  */
@@ -20639,8 +20647,8 @@ declare namespace sap {
20639
20647
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20640
20648
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
20641
20649
  *
20642
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
20643
- * used.
20650
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
20651
+ * in the binding to the `value` property is used.
20644
20652
  *
20645
20653
  * @returns Value of property `dataTypeConstraints`
20646
20654
  */
@@ -20653,8 +20661,8 @@ declare namespace sap {
20653
20661
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20654
20662
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
20655
20663
  *
20656
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
20657
- * used.
20664
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
20665
+ * type in the binding to the `value` property is used.
20658
20666
  *
20659
20667
  * @returns Value of property `dataTypeFormatOptions`
20660
20668
  */
@@ -20694,7 +20702,8 @@ declare namespace sap {
20694
20702
  *
20695
20703
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20696
20704
  *
20697
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
20705
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20706
+ * `additionalValue` property to bind the control.
20698
20707
  *
20699
20708
  * @returns Reference to `this` to allow method chaining
20700
20709
  */
@@ -20712,7 +20721,8 @@ declare namespace sap {
20712
20721
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20713
20722
  * value of the `dataType` property is ignored.
20714
20723
  *
20715
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
20724
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
20725
+ * the `value` property is used.
20716
20726
  *
20717
20727
  * @returns Reference to `this` to allow method chaining
20718
20728
  */
@@ -20730,8 +20740,8 @@ declare namespace sap {
20730
20740
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20731
20741
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
20732
20742
  *
20733
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
20734
- * used.
20743
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
20744
+ * in the binding to the `value` property is used.
20735
20745
  *
20736
20746
  * @returns Reference to `this` to allow method chaining
20737
20747
  */
@@ -20749,8 +20759,8 @@ declare namespace sap {
20749
20759
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20750
20760
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
20751
20761
  *
20752
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
20753
- * used.
20762
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
20763
+ * type in the binding to the `value` property is used.
20754
20764
  *
20755
20765
  * @returns Reference to `this` to allow method chaining
20756
20766
  */
@@ -20763,7 +20773,7 @@ declare namespace sap {
20763
20773
  /**
20764
20774
  * This property must not be set for the `Field`
20765
20775
  *
20766
- * @deprecated - Not supported, this property is not supported for the `Field`.
20776
+ * @deprecated (since 1.54) - this property is not supported for the `Field`.
20767
20777
  *
20768
20778
  * @returns `this` to allow method chaining.
20769
20779
  */
@@ -20803,7 +20813,8 @@ declare namespace sap {
20803
20813
  *
20804
20814
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20805
20815
  *
20806
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
20816
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20817
+ * `additionalValue` property to bind the control.
20807
20818
  *
20808
20819
  * @returns Reference to `this` to allow method chaining
20809
20820
  */
@@ -20834,6 +20845,9 @@ declare namespace sap {
20834
20845
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20835
20846
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20836
20847
  * of the syntax of the settings object.
20848
+ * See:
20849
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
20850
+ * {@link https://ui5.sap.com/#/topic/78386110817d43978ffd6988d1704e38 FilterBar Building Block (OData V4)}
20837
20851
  */
20838
20852
  constructor(
20839
20853
  /**
@@ -20847,6 +20861,9 @@ declare namespace sap {
20847
20861
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20848
20862
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20849
20863
  * of the syntax of the settings object.
20864
+ * See:
20865
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
20866
+ * {@link https://ui5.sap.com/#/topic/78386110817d43978ffd6988d1704e38 FilterBar Building Block (OData V4)}
20850
20867
  */
20851
20868
  constructor(
20852
20869
  /**
@@ -21033,6 +21050,9 @@ declare namespace sap {
21033
21050
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
21034
21051
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
21035
21052
  * of the syntax of the settings object.
21053
+ * See:
21054
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
21055
+ * {@link https://ui5.sap.com/#/topic/2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
21036
21056
  */
21037
21057
  constructor(
21038
21058
  /**
@@ -21046,6 +21066,9 @@ declare namespace sap {
21046
21066
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
21047
21067
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
21048
21068
  * of the syntax of the settings object.
21069
+ * See:
21070
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
21071
+ * {@link https://ui5.sap.com/#/topic/2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
21049
21072
  */
21050
21073
  constructor(
21051
21074
  /**
@@ -21729,7 +21752,8 @@ declare namespace sap {
21729
21752
  *
21730
21753
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
21731
21754
  *
21732
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
21755
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
21756
+ * aggregation to bind the control.
21733
21757
  *
21734
21758
  * @returns Reference to `this` to allow method chaining
21735
21759
  */
@@ -21797,7 +21821,8 @@ declare namespace sap {
21797
21821
  *
21798
21822
  * Do not use the `conditions` property, use the `items` aggregation instead.
21799
21823
  *
21800
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
21824
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
21825
+ * aggregation to bind the control.
21801
21826
  *
21802
21827
  * @returns conditions of the field
21803
21828
  */
@@ -21810,7 +21835,8 @@ declare namespace sap {
21810
21835
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
21811
21836
  * the value of the `dataType` property is ignored.
21812
21837
  *
21813
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
21838
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
21839
+ * binding to the `items` aggregation is used.
21814
21840
  *
21815
21841
  * @returns Value of property `dataType`
21816
21842
  */
@@ -21823,8 +21849,8 @@ declare namespace sap {
21823
21849
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
21824
21850
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
21825
21851
  *
21826
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
21827
- * used.
21852
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
21853
+ * binding to the `items` aggregation is used.
21828
21854
  *
21829
21855
  * @returns Value of property `dataTypeConstraints`
21830
21856
  */
@@ -21837,8 +21863,8 @@ declare namespace sap {
21837
21863
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
21838
21864
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
21839
21865
  *
21840
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
21841
- * used.
21866
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
21867
+ * binding to the `items` aggregation is used.
21842
21868
  *
21843
21869
  * @returns Value of property `dataTypeFormatOptions`
21844
21870
  */
@@ -21881,7 +21907,7 @@ declare namespace sap {
21881
21907
  /**
21882
21908
  * Gets current value of property {@link #getMultipleLines multipleLines}.
21883
21909
  *
21884
- * @deprecated - This property is not supported for multi-value fields.
21910
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
21885
21911
  *
21886
21912
  * @returns Value for property `multipleLines`
21887
21913
  */
@@ -21943,7 +21969,8 @@ declare namespace sap {
21943
21969
  *
21944
21970
  * Do not use the `conditions` property, use the `items` aggregation instead.
21945
21971
  *
21946
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
21972
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
21973
+ * aggregation to bind the control.
21947
21974
  *
21948
21975
  * @returns Reference to `this` to allow method chaining
21949
21976
  */
@@ -21960,7 +21987,8 @@ declare namespace sap {
21960
21987
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
21961
21988
  * the value of the `dataType` property is ignored.
21962
21989
  *
21963
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
21990
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
21991
+ * binding to the `items` aggregation is used.
21964
21992
  *
21965
21993
  * @returns Reference to `this` to allow method chaining
21966
21994
  */
@@ -21978,7 +22006,8 @@ declare namespace sap {
21978
22006
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
21979
22007
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
21980
22008
  *
21981
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
22009
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22010
+ * binding to the `items` aggregation is used.
21982
22011
  *
21983
22012
  * @returns Reference to `this` to allow method chaining
21984
22013
  */
@@ -21996,7 +22025,8 @@ declare namespace sap {
21996
22025
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
21997
22026
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
21998
22027
  *
21999
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
22028
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22029
+ * binding to the `items` aggregation is used.
22000
22030
  *
22001
22031
  * @returns Reference to `this` to allow method chaining
22002
22032
  */
@@ -22041,7 +22071,7 @@ declare namespace sap {
22041
22071
  /**
22042
22072
  * This property must not be set for the `MultiValueField` control.
22043
22073
  *
22044
- * @deprecated - Not supported, this property is not supported for the `MultiValueField` control.
22074
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
22045
22075
  *
22046
22076
  * @returns `this` to allow method chaining.
22047
22077
  */
@@ -22054,7 +22084,7 @@ declare namespace sap {
22054
22084
  /**
22055
22085
  * Sets a new value for property {@link #getMultipleLines multipleLines}.
22056
22086
  *
22057
- * @deprecated - This property is not supported for multi-value fields.
22087
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
22058
22088
  *
22059
22089
  * @returns Reference to `this` to allow method chaining
22060
22090
  */
@@ -22069,7 +22099,8 @@ declare namespace sap {
22069
22099
  *
22070
22100
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
22071
22101
  *
22072
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
22102
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
22103
+ * aggregation to bind the control.
22073
22104
  *
22074
22105
  * @returns Reference to `this` to allow method chaining
22075
22106
  */
@@ -22105,6 +22136,9 @@ declare namespace sap {
22105
22136
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
22106
22137
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22107
22138
  * of the syntax of the settings object.
22139
+ * See:
22140
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
22141
+ * {@link https://ui5.sap.com/#/topic/3801656db27b4b7a9099b6ed5fa1d769 Table Building Block (OData V4)}
22108
22142
  */
22109
22143
  constructor(
22110
22144
  /**
@@ -22118,6 +22152,9 @@ declare namespace sap {
22118
22152
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
22119
22153
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22120
22154
  * of the syntax of the settings object.
22155
+ * See:
22156
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
22157
+ * {@link https://ui5.sap.com/#/topic/3801656db27b4b7a9099b6ed5fa1d769 Table Building Block (OData V4)}
22121
22158
  */
22122
22159
  constructor(
22123
22160
  /**
@@ -24366,8 +24403,6 @@ declare namespace sap {
24366
24403
  }
24367
24404
 
24368
24405
  interface IUI5DefineDependencyNames {
24369
- "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
24370
-
24371
24406
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
24372
24407
 
24373
24408
  "sap/ui/mdc/BaseDelegate": undefined;