@sapui5/ts-types-esm 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 +41 -40
  8. package/types/sap.esh.search.ui.d.ts +1 -1
  9. package/types/sap.f.d.ts +87 -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 +42 -6
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +462 -200
  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 +724 -204
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +1002 -3360
  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 +108 -16
  31. package/types/sap.suite.ui.commons.d.ts +264 -125
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +309 -79
  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 +119 -110
  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 +5 -2
  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 +273 -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";
@@ -717,7 +717,9 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
717
717
  /**
718
718
  * Generic {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration for simple use cases.
719
719
  *
720
- * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following types:
720
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
721
+ * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following
722
+ * types:
721
723
  *
722
724
  *
723
725
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -878,6 +880,16 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
878
880
  * By default, this method returns suitable controls for the given {@link sap.ui.mdc.enums.BaseType BaseType},
879
881
  * {@link sap.ui.mdc.field.FieldBase#setMaxConditions maxConditions} and {@link sap.ui.mdc.enums.ContentMode ContentMode}.
880
882
  *
883
+ * **Note:** Bind the value-holding property of the control to `'$field>/conditions'` using {@link sap.ui.mdc.field.ConditionsType ConditionsType }
884
+ * as type.
885
+ *
886
+ * If the control needs to show multiple conditions, bind its aggregation to '$field>/conditions'.
887
+ * Bind the item controls value-holding property using {@link sap.ui.mdc.field.ConditionType ConditionType }
888
+ * as type.
889
+ *
890
+ * **Warning:** The returned controls must implement {@link sap.ui.core.IFormContent IFormContent}. Other
891
+ * controls might lead to layouting or usabillity issues.
892
+ *
881
893
  * @since 1.124.0
882
894
  * @ui5-protected Do not call from applications (only from related classes in the framework)
883
895
  *
@@ -1732,7 +1744,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
1732
1744
  /**
1733
1745
  * OData-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1734
1746
  *
1735
- * **Note:** This `TypeMap` implementation contains the following types:
1747
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1748
+ * **Note:** This `TypeMap` implementation contains the following types:
1736
1749
  *
1737
1750
  *
1738
1751
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -1909,7 +1922,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
1909
1922
  /**
1910
1923
  * ODataV4-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1911
1924
  *
1912
- * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1925
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1926
+ * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1913
1927
  *
1914
1928
  *
1915
1929
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -2241,6 +2255,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
2241
2255
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
2242
2256
  * and enables model-specific type configuration.
2243
2257
  *
2258
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
2259
+ *
2244
2260
  * @since 1.114.0
2245
2261
  */
2246
2262
  interface TypeMap {
@@ -2324,8 +2340,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
2324
2340
  /**
2325
2341
  * Gets a data type class based on a given name.
2326
2342
  *
2327
- * **Note:** The module of the data type needs to be loaded before.
2328
- *
2329
2343
  *
2330
2344
  * @returns Corresponding data type class
2331
2345
  */
@@ -2743,7 +2757,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2743
2757
  * This might be extended with payload-dependent filters.
2744
2758
  *
2745
2759
  * @since 1.101.0
2746
- * @deprecated - (since 1.118.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}
2760
+ * @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2747
2761
  *
2748
2762
  * @returns `true` if item is selected
2749
2763
  */
@@ -3535,173 +3549,6 @@ declare module "sap/ui/mdc/library" {
3535
3549
  }
3536
3550
  }
3537
3551
 
3538
- declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
3539
- import { default as Control, $ControlSettings } from "sap/ui/core/Control";
3540
-
3541
- import { IOverflowToolbarContent } from "sap/m/library";
3542
-
3543
- import ElementMetadata from "sap/ui/core/ElementMetadata";
3544
-
3545
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3546
-
3547
- /**
3548
- * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
3549
- * that determines where the wrapped control is displayed on the `ActionToolbar`.
3550
- *
3551
- * @since 1.58
3552
- * @experimental
3553
- */
3554
- export default class ActionToolbarAction
3555
- extends Control
3556
- implements IOverflowToolbarContent
3557
- {
3558
- __implements__sap_m_IOverflowToolbarContent: boolean;
3559
- /**
3560
- * Constructor for a new ActionToolbarAction.
3561
- *
3562
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3563
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3564
- * of the syntax of the settings object.
3565
- */
3566
- constructor(
3567
- /**
3568
- * Initial settings for the new control
3569
- */
3570
- mSettings?: $ActionToolbarActionSettings
3571
- );
3572
- /**
3573
- * Constructor for a new ActionToolbarAction.
3574
- *
3575
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3576
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3577
- * of the syntax of the settings object.
3578
- */
3579
- constructor(
3580
- /**
3581
- * ID for the new control, generated automatically if no ID is given
3582
- */
3583
- sId?: string,
3584
- /**
3585
- * Initial settings for the new control
3586
- */
3587
- mSettings?: $ActionToolbarActionSettings
3588
- );
3589
-
3590
- /**
3591
- * Creates a new subclass of class sap.ui.mdc.actiontoolbar.ActionToolbarAction with name `sClassName` and
3592
- * enriches it with the information contained in `oClassInfo`.
3593
- *
3594
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3595
- *
3596
- *
3597
- * @returns Created class / constructor function
3598
- */
3599
- static extend<T extends Record<string, unknown>>(
3600
- /**
3601
- * Name of the class being created
3602
- */
3603
- sClassName: string,
3604
- /**
3605
- * Object literal with information about the class
3606
- */
3607
- oClassInfo?: sap.ClassInfo<T, ActionToolbarAction>,
3608
- /**
3609
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3610
- * used by this class
3611
- */
3612
- FNMetaImpl?: Function
3613
- ): Function;
3614
- /**
3615
- * Returns a metadata object for class sap.ui.mdc.actiontoolbar.ActionToolbarAction.
3616
- *
3617
- *
3618
- * @returns Metadata object describing this class
3619
- */
3620
- static getMetadata(): ElementMetadata;
3621
- /**
3622
- * Destroys the action in the aggregation {@link #getAction action}.
3623
- *
3624
- *
3625
- * @returns Reference to `this` in order to allow method chaining
3626
- */
3627
- destroyAction(): this;
3628
- /**
3629
- * Gets content of aggregation {@link #getAction action}.
3630
- *
3631
- * The control that is displayed on the `ActionToolbar`.
3632
- */
3633
- getAction(): Control;
3634
- /**
3635
- * Gets current value of property {@link #getLayoutInformation layoutInformation}.
3636
- *
3637
- * Contains the information where the action is displayed on the `ActionToolbar`.
3638
- *
3639
- * Default value is `...see text or source`.
3640
- *
3641
- *
3642
- * @returns Value of property `layoutInformation`
3643
- */
3644
- getLayoutInformation(): object;
3645
- /**
3646
- * Observes changes in `Action` aggregation.
3647
- *
3648
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3649
- */
3650
- observeChanges(
3651
- /**
3652
- * Changes
3653
- */
3654
- oChanges: object
3655
- ): void;
3656
- /**
3657
- * Sets the aggregated {@link #getAction action}.
3658
- *
3659
- *
3660
- * @returns Reference to `this` in order to allow method chaining
3661
- */
3662
- setAction(
3663
- /**
3664
- * The action to set
3665
- */
3666
- oAction: Control
3667
- ): this;
3668
- /**
3669
- * Sets a new value for property {@link #getLayoutInformation layoutInformation}.
3670
- *
3671
- * Contains the information where the action is displayed on the `ActionToolbar`.
3672
- *
3673
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3674
- *
3675
- * Default value is `...see text or source`.
3676
- *
3677
- *
3678
- * @returns Reference to `this` in order to allow method chaining
3679
- */
3680
- setLayoutInformation(
3681
- /**
3682
- * New value for property `layoutInformation`
3683
- */
3684
- oLayoutInformation?: object
3685
- ): this;
3686
- }
3687
- /**
3688
- * Describes the settings that can be provided to the ActionToolbarAction constructor.
3689
- *
3690
- * @experimental
3691
- */
3692
- export interface $ActionToolbarActionSettings extends $ControlSettings {
3693
- /**
3694
- * Contains the information where the action is displayed on the `ActionToolbar`.
3695
- */
3696
- layoutInformation?: object | PropertyBindingInfo | `{${string}}`;
3697
-
3698
- /**
3699
- * The control that is displayed on the `ActionToolbar`.
3700
- */
3701
- action?: Control;
3702
- }
3703
- }
3704
-
3705
3552
  declare module "sap/ui/mdc/Chart" {
3706
3553
  import { default as Control, $ControlSettings } from "sap/ui/mdc/Control";
3707
3554
 
@@ -3754,6 +3601,9 @@ declare module "sap/ui/mdc/Chart" {
3754
3601
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3755
3602
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3756
3603
  * of the syntax of the settings object.
3604
+ * See:
3605
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
3606
+ * {@link https://ui5.sap.com/#/topic/52d065ab8bb740c58c834a0c985e3b9e Chart Building Block (OData V4)}
3757
3607
  */
3758
3608
  constructor(
3759
3609
  /**
@@ -3767,6 +3617,9 @@ declare module "sap/ui/mdc/Chart" {
3767
3617
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3768
3618
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3769
3619
  * of the syntax of the settings object.
3620
+ * See:
3621
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
3622
+ * {@link https://ui5.sap.com/#/topic/52d065ab8bb740c58c834a0c985e3b9e Chart Building Block (OData V4)}
3770
3623
  */
3771
3624
  constructor(
3772
3625
  /**
@@ -8034,6 +7887,12 @@ declare module "sap/ui/mdc/enums/TableRowCountMode" {
8034
7887
  * A fixed number of rows is shown
8035
7888
  */
8036
7889
  Fixed = "Fixed",
7890
+ /**
7891
+ * The user can change the number of displayed rows by dragging a resizer
7892
+ *
7893
+ * @since 1.130
7894
+ */
7895
+ Interactive = "Interactive",
8037
7896
  }
8038
7897
  export default TableRowCountMode;
8039
7898
  }
@@ -8182,6 +8041,9 @@ declare module "sap/ui/mdc/Field" {
8182
8041
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8183
8042
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8184
8043
  * of the syntax of the settings object.
8044
+ * See:
8045
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
8046
+ * {@link https://ui5.sap.com/#/topic/5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
8185
8047
  */
8186
8048
  constructor(
8187
8049
  /**
@@ -8195,6 +8057,9 @@ declare module "sap/ui/mdc/Field" {
8195
8057
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8196
8058
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8197
8059
  * of the syntax of the settings object.
8060
+ * See:
8061
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
8062
+ * {@link https://ui5.sap.com/#/topic/5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
8198
8063
  */
8199
8064
  constructor(
8200
8065
  /**
@@ -8312,7 +8177,8 @@ declare module "sap/ui/mdc/Field" {
8312
8177
  *
8313
8178
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8314
8179
  *
8315
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8180
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8181
+ * `additionalValue` property to bind the control.
8316
8182
  *
8317
8183
  * @returns Reference to `this` to allow method chaining
8318
8184
  */
@@ -8385,7 +8251,8 @@ declare module "sap/ui/mdc/Field" {
8385
8251
  *
8386
8252
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8387
8253
  *
8388
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8254
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8255
+ * `additionalValue` property to bind the control.
8389
8256
  *
8390
8257
  * @returns Conditions of the field
8391
8258
  */
@@ -8398,7 +8265,8 @@ declare module "sap/ui/mdc/Field" {
8398
8265
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8399
8266
  * value of the `dataType` property is ignored.
8400
8267
  *
8401
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
8268
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8269
+ * the `value` property is used.
8402
8270
  *
8403
8271
  * @returns Value of property `dataType`
8404
8272
  */
@@ -8411,8 +8279,8 @@ declare module "sap/ui/mdc/Field" {
8411
8279
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8412
8280
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8413
8281
  *
8414
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
8415
- * used.
8282
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8283
+ * in the binding to the `value` property is used.
8416
8284
  *
8417
8285
  * @returns Value of property `dataTypeConstraints`
8418
8286
  */
@@ -8425,8 +8293,8 @@ declare module "sap/ui/mdc/Field" {
8425
8293
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8426
8294
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8427
8295
  *
8428
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
8429
- * used.
8296
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8297
+ * type in the binding to the `value` property is used.
8430
8298
  *
8431
8299
  * @returns Value of property `dataTypeFormatOptions`
8432
8300
  */
@@ -8466,7 +8334,8 @@ declare module "sap/ui/mdc/Field" {
8466
8334
  *
8467
8335
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8468
8336
  *
8469
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8337
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8338
+ * `additionalValue` property to bind the control.
8470
8339
  *
8471
8340
  * @returns Reference to `this` to allow method chaining
8472
8341
  */
@@ -8484,7 +8353,8 @@ declare module "sap/ui/mdc/Field" {
8484
8353
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8485
8354
  * value of the `dataType` property is ignored.
8486
8355
  *
8487
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
8356
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8357
+ * the `value` property is used.
8488
8358
  *
8489
8359
  * @returns Reference to `this` to allow method chaining
8490
8360
  */
@@ -8502,8 +8372,8 @@ declare module "sap/ui/mdc/Field" {
8502
8372
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8503
8373
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8504
8374
  *
8505
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
8506
- * used.
8375
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8376
+ * in the binding to the `value` property is used.
8507
8377
  *
8508
8378
  * @returns Reference to `this` to allow method chaining
8509
8379
  */
@@ -8521,8 +8391,8 @@ declare module "sap/ui/mdc/Field" {
8521
8391
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8522
8392
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8523
8393
  *
8524
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
8525
- * used.
8394
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8395
+ * type in the binding to the `value` property is used.
8526
8396
  *
8527
8397
  * @returns Reference to `this` to allow method chaining
8528
8398
  */
@@ -8535,7 +8405,7 @@ declare module "sap/ui/mdc/Field" {
8535
8405
  /**
8536
8406
  * This property must not be set for the `Field`
8537
8407
  *
8538
- * @deprecated - Not supported, this property is not supported for the `Field`.
8408
+ * @deprecated (since 1.54) - this property is not supported for the `Field`.
8539
8409
  *
8540
8410
  * @returns `this` to allow method chaining.
8541
8411
  */
@@ -8575,7 +8445,8 @@ declare module "sap/ui/mdc/Field" {
8575
8445
  *
8576
8446
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8577
8447
  *
8578
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8448
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8449
+ * `additionalValue` property to bind the control.
8579
8450
  *
8580
8451
  * @returns Reference to `this` to allow method chaining
8581
8452
  */
@@ -9313,6 +9184,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
9313
9184
  import {
9314
9185
  IFormContent,
9315
9186
  ISemanticFormContent,
9187
+ ILabelable,
9316
9188
  ID,
9317
9189
  Label,
9318
9190
  TextAlign,
@@ -9355,11 +9227,16 @@ declare module "sap/ui/mdc/field/FieldBase" {
9355
9227
  */
9356
9228
  export default abstract class FieldBase
9357
9229
  extends Control
9358
- implements IFormContent, ISemanticFormContent, IOverflowToolbarContent
9230
+ implements
9231
+ IFormContent,
9232
+ ISemanticFormContent,
9233
+ IOverflowToolbarContent,
9234
+ ILabelable
9359
9235
  {
9360
9236
  __implements__sap_ui_core_IFormContent: boolean;
9361
9237
  __implements__sap_ui_core_ISemanticFormContent: boolean;
9362
9238
  __implements__sap_m_IOverflowToolbarContent: boolean;
9239
+ __implements__sap_ui_core_ILabelable: boolean;
9363
9240
  /**
9364
9241
  * Constructor for a new `FieldBase`.
9365
9242
  *
@@ -10268,6 +10145,14 @@ declare module "sap/ui/mdc/field/FieldBase" {
10268
10145
  */
10269
10146
  oEvent: object
10270
10147
  ): void;
10148
+ /**
10149
+ * Returns if the control can be bound to a label
10150
+ *
10151
+ * @since 1.121.0
10152
+ *
10153
+ * @returns `true` if the control can be bound to a label
10154
+ */
10155
+ hasLabelableHTMLElement(): boolean;
10271
10156
  /**
10272
10157
  * Returns the user interaction state of the control.
10273
10158
  *
@@ -11764,6 +11649,9 @@ declare module "sap/ui/mdc/FilterBar" {
11764
11649
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11765
11650
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11766
11651
  * of the syntax of the settings object.
11652
+ * See:
11653
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
11654
+ * {@link https://ui5.sap.com/#/topic/78386110817d43978ffd6988d1704e38 FilterBar Building Block (OData V4)}
11767
11655
  */
11768
11656
  constructor(
11769
11657
  /**
@@ -11777,6 +11665,9 @@ declare module "sap/ui/mdc/FilterBar" {
11777
11665
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11778
11666
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11779
11667
  * of the syntax of the settings object.
11668
+ * See:
11669
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
11670
+ * {@link https://ui5.sap.com/#/topic/78386110817d43978ffd6988d1704e38 FilterBar Building Block (OData V4)}
11780
11671
  */
11781
11672
  constructor(
11782
11673
  /**
@@ -12953,6 +12844,9 @@ declare module "sap/ui/mdc/FilterField" {
12953
12844
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12954
12845
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12955
12846
  * of the syntax of the settings object.
12847
+ * See:
12848
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
12849
+ * {@link https://ui5.sap.com/#/topic/2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
12956
12850
  */
12957
12851
  constructor(
12958
12852
  /**
@@ -12966,6 +12860,9 @@ declare module "sap/ui/mdc/FilterField" {
12966
12860
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12967
12861
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12968
12862
  * of the syntax of the settings object.
12863
+ * See:
12864
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
12865
+ * {@link https://ui5.sap.com/#/topic/2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
12969
12866
  */
12970
12867
  constructor(
12971
12868
  /**
@@ -14234,7 +14131,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14234
14131
  *
14235
14132
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
14236
14133
  *
14237
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
14134
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14135
+ * aggregation to bind the control.
14238
14136
  *
14239
14137
  * @returns Reference to `this` to allow method chaining
14240
14138
  */
@@ -14302,7 +14200,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14302
14200
  *
14303
14201
  * Do not use the `conditions` property, use the `items` aggregation instead.
14304
14202
  *
14305
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
14203
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14204
+ * aggregation to bind the control.
14306
14205
  *
14307
14206
  * @returns conditions of the field
14308
14207
  */
@@ -14315,7 +14214,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14315
14214
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14316
14215
  * the value of the `dataType` property is ignored.
14317
14216
  *
14318
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
14217
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14218
+ * binding to the `items` aggregation is used.
14319
14219
  *
14320
14220
  * @returns Value of property `dataType`
14321
14221
  */
@@ -14328,8 +14228,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14328
14228
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14329
14229
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14330
14230
  *
14331
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
14332
- * used.
14231
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14232
+ * binding to the `items` aggregation is used.
14333
14233
  *
14334
14234
  * @returns Value of property `dataTypeConstraints`
14335
14235
  */
@@ -14342,8 +14242,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14342
14242
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14343
14243
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14344
14244
  *
14345
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
14346
- * used.
14245
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14246
+ * binding to the `items` aggregation is used.
14347
14247
  *
14348
14248
  * @returns Value of property `dataTypeFormatOptions`
14349
14249
  */
@@ -14386,7 +14286,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14386
14286
  /**
14387
14287
  * Gets current value of property {@link #getMultipleLines multipleLines}.
14388
14288
  *
14389
- * @deprecated - This property is not supported for multi-value fields.
14289
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14390
14290
  *
14391
14291
  * @returns Value for property `multipleLines`
14392
14292
  */
@@ -14448,7 +14348,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14448
14348
  *
14449
14349
  * Do not use the `conditions` property, use the `items` aggregation instead.
14450
14350
  *
14451
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
14351
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14352
+ * aggregation to bind the control.
14452
14353
  *
14453
14354
  * @returns Reference to `this` to allow method chaining
14454
14355
  */
@@ -14465,7 +14366,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14465
14366
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14466
14367
  * the value of the `dataType` property is ignored.
14467
14368
  *
14468
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14369
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14370
+ * binding to the `items` aggregation is used.
14469
14371
  *
14470
14372
  * @returns Reference to `this` to allow method chaining
14471
14373
  */
@@ -14483,7 +14385,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14483
14385
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14484
14386
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14485
14387
  *
14486
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14388
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14389
+ * binding to the `items` aggregation is used.
14487
14390
  *
14488
14391
  * @returns Reference to `this` to allow method chaining
14489
14392
  */
@@ -14501,7 +14404,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14501
14404
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14502
14405
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14503
14406
  *
14504
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14407
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14408
+ * binding to the `items` aggregation is used.
14505
14409
  *
14506
14410
  * @returns Reference to `this` to allow method chaining
14507
14411
  */
@@ -14546,7 +14450,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14546
14450
  /**
14547
14451
  * This property must not be set for the `MultiValueField` control.
14548
14452
  *
14549
- * @deprecated - Not supported, this property is not supported for the `MultiValueField` control.
14453
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
14550
14454
  *
14551
14455
  * @returns `this` to allow method chaining.
14552
14456
  */
@@ -14559,7 +14463,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14559
14463
  /**
14560
14464
  * Sets a new value for property {@link #getMultipleLines multipleLines}.
14561
14465
  *
14562
- * @deprecated - This property is not supported for multi-value fields.
14466
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14563
14467
  *
14564
14468
  * @returns Reference to `this` to allow method chaining
14565
14469
  */
@@ -14574,7 +14478,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14574
14478
  *
14575
14479
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
14576
14480
  *
14577
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
14481
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14482
+ * aggregation to bind the control.
14578
14483
  *
14579
14484
  * @returns Reference to `this` to allow method chaining
14580
14485
  */
@@ -14734,8 +14639,7 @@ declare module "sap/ui/mdc/Table" {
14734
14639
  * - `aggregatable`
14735
14640
  * - `extension.technicallyGroupable`
14736
14641
  * - `extension.technicallyAggregatable`
14737
- * - `extension.customAggregate`
14738
- * - `extension.customAggregate.contextDefiningProperties`
14642
+ * - `extension.additionalProperties`
14739
14643
  *
14740
14644
  * If the property is complex, the following attributes need to be specified:
14741
14645
  * - `key`
@@ -14744,7 +14648,8 @@ declare module "sap/ui/mdc/Table" {
14744
14648
  */
14745
14649
  export type TablePropertyInfo = PropertyInfo & {
14746
14650
  /**
14747
- * Defines whether a property is aggregatable.
14651
+ * Defines whether the property is aggregatable. A property can only be declared aggregatable if there is
14652
+ * a `CustomAggregate` whose `Qualifier` is equal to the property key.
14748
14653
  */
14749
14654
  aggregatable?: boolean;
14750
14655
  /**
@@ -14753,24 +14658,36 @@ declare module "sap/ui/mdc/Table" {
14753
14658
  extension?: {
14754
14659
  /**
14755
14660
  * If `groupable` is set to `false` to exclude it from group personalization on the UI, the UI still needs
14756
- * to know that this property is groupable for data requests.
14661
+ * to know that this property is groupable for data requests. If this attribute is not set, the default
14662
+ * value is the same as the value of `groupable`.
14757
14663
  */
14758
14664
  technicallyGroupable?: boolean;
14759
14665
  /**
14760
14666
  * If `aggregatable` is set to `false` to exclude it from aggregate personalization on the UI, the UI still
14761
- * needs to know that this property is aggregatable for data requests.
14667
+ * needs to know that this property is aggregatable for data requests. If this attribute is not set, the
14668
+ * default value is the same as the value of `aggregatable`.
14762
14669
  */
14763
14670
  technicallyAggregatable?: boolean;
14764
14671
  /**
14765
- * Provide an object, it can be empty, if there is a `CustomAggregate` whose `Qualifier` is equal to the
14766
- * name of this property. This enables the option to show totals if `aggregatable` is `true`.
14767
- */
14768
- customAggregate?: {
14769
- /**
14770
- * A list of related properties (by name) that are the context-defining properties of the `CustomAggregate`.
14771
- */
14772
- contextDefiningProperties?: string[];
14773
- };
14672
+ * Properties that are loaded in addition if this property is loaded. These properties must be technically
14673
+ * groupable, otherwise they can't be loaded. This attribute is only taken into account if the `Aggregate`
14674
+ * or `Group` `p13nMode` is enabled and the table type is {@link sap.ui.mdc.table.GridTableType GridTable}.
14675
+ * These properties are not considered for any other functionality, such as export or column width calculation,
14676
+ * for example.
14677
+ *
14678
+ * The following restrictions apply:
14679
+ * - If the property is neither technically groupable nor technically aggregatable, it must not reference
14680
+ * additional properties.
14681
+ * - If the property is technically groupable but not technically aggregatable, not more than one additional
14682
+ * property must be referenced. The additional property must be the property that is referencing this property
14683
+ * in its `text` attribute (bidirectional reference). Regardless of the `groupable` attribute, the property
14684
+ * cannot be grouped via the UI. This might change. If this change is not desired, set `groupable` to `false`
14685
+ * explicitly. Do not group this property via API, for example, with the `StateUtil`.
14686
+ * - If the property is both technically groupable and technically aggregatable, it must reference only
14687
+ * properties that are related to the `CustomAggregate`.
14688
+ * - Properties that are referenced via `text` or `unit` must not be repeated here.
14689
+ */
14690
+ additionalProperties?: string[];
14774
14691
  };
14775
14692
  };
14776
14693
 
@@ -14794,6 +14711,9 @@ declare module "sap/ui/mdc/Table" {
14794
14711
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14795
14712
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14796
14713
  * of the syntax of the settings object.
14714
+ * See:
14715
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
14716
+ * {@link https://ui5.sap.com/#/topic/3801656db27b4b7a9099b6ed5fa1d769 Table Building Block (OData V4)}
14797
14717
  */
14798
14718
  constructor(
14799
14719
  /**
@@ -14807,6 +14727,9 @@ declare module "sap/ui/mdc/Table" {
14807
14727
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14808
14728
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14809
14729
  * of the syntax of the settings object.
14730
+ * See:
14731
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
14732
+ * {@link https://ui5.sap.com/#/topic/3801656db27b4b7a9099b6ed5fa1d769 Table Building Block (OData V4)}
14810
14733
  */
14811
14734
  constructor(
14812
14735
  /**
@@ -16465,11 +16388,11 @@ declare module "sap/ui/mdc/Table" {
16465
16388
  */
16466
16389
  isKey?: boolean;
16467
16390
  /**
16468
- * Name of the unit property that is related to this property.
16391
+ * Key of the unit property that is related to this property.
16469
16392
  */
16470
16393
  unit?: string;
16471
16394
  /**
16472
- * Name of the text property that is related to this property in a 1:1 relation.
16395
+ * Key of the text property that is related to this property in a 1:1 relation.
16473
16396
  */
16474
16397
  text?: string;
16475
16398
  /**
@@ -16524,14 +16447,14 @@ declare module "sap/ui/mdc/Table" {
16524
16447
  */
16525
16448
  verticalArrangement?: boolean;
16526
16449
  /**
16527
- * A list of invisible referenced property names
16450
+ * A list of invisible referenced property keys
16528
16451
  */
16529
16452
  excludeProperties?: string[];
16530
16453
  };
16531
16454
  };
16532
16455
  /**
16533
16456
  * The availability of this property makes the `PropertyInfo` a complex `PropertyInfo`. Provides a list
16534
- * of related properties (by name). These related properties must not themselves be complex.
16457
+ * of related properties (by key). These related properties must not themselves be complex.
16535
16458
  */
16536
16459
  propertyInfos?: string[];
16537
16460
  };
@@ -18753,7 +18676,9 @@ declare module "sap/ui/mdc/table/GridTableType" {
18753
18676
  *
18754
18677
  * Row count of the inner table.
18755
18678
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
18756
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
18679
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
18680
+ * is used.
18681
+ *
18757
18682
  *
18758
18683
  * Default value is `10`.
18759
18684
  *
@@ -18846,7 +18771,9 @@ declare module "sap/ui/mdc/table/GridTableType" {
18846
18771
  *
18847
18772
  * Row count of the inner table.
18848
18773
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
18849
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
18774
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
18775
+ * is used.
18776
+ *
18850
18777
  *
18851
18778
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18852
18779
  *
@@ -18967,7 +18894,8 @@ declare module "sap/ui/mdc/table/GridTableType" {
18967
18894
  /**
18968
18895
  * Row count of the inner table.
18969
18896
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
18970
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
18897
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
18898
+ * is used.
18971
18899
  */
18972
18900
  rowCount?: int | PropertyBindingInfo | `{${string}}`;
18973
18901
 
@@ -19540,6 +19468,96 @@ declare module "sap/ui/mdc/table/RowActionItem" {
19540
19468
  * @returns Metadata object describing this class
19541
19469
  */
19542
19470
  static getMetadata(): ElementMetadata;
19471
+ /**
19472
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
19473
+ *
19474
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
19475
+ * otherwise it will be bound to this `sap.ui.mdc.table.RowActionItem` itself.
19476
+ *
19477
+ * Fired when the row action item is pressed.
19478
+ *
19479
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
19480
+ * a row action item is pressed.
19481
+ *
19482
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
19483
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
19484
+ *
19485
+ *
19486
+ * @returns Reference to `this` in order to allow method chaining
19487
+ */
19488
+ attachPress(
19489
+ /**
19490
+ * An application-specific payload object that will be passed to the event handler along with the event
19491
+ * object when firing the event
19492
+ */
19493
+ oData: object,
19494
+ /**
19495
+ * The function to be called when the event occurs
19496
+ */
19497
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
19498
+ /**
19499
+ * Context object to call the event handler with. Defaults to this `sap.ui.mdc.table.RowActionItem` itself
19500
+ */
19501
+ oListener?: object
19502
+ ): this;
19503
+ /**
19504
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
19505
+ *
19506
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
19507
+ * otherwise it will be bound to this `sap.ui.mdc.table.RowActionItem` itself.
19508
+ *
19509
+ * Fired when the row action item is pressed.
19510
+ *
19511
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
19512
+ * a row action item is pressed.
19513
+ *
19514
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
19515
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
19516
+ *
19517
+ *
19518
+ * @returns Reference to `this` in order to allow method chaining
19519
+ */
19520
+ attachPress(
19521
+ /**
19522
+ * The function to be called when the event occurs
19523
+ */
19524
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
19525
+ /**
19526
+ * Context object to call the event handler with. Defaults to this `sap.ui.mdc.table.RowActionItem` itself
19527
+ */
19528
+ oListener?: object
19529
+ ): this;
19530
+ /**
19531
+ * Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
19532
+ *
19533
+ * The passed function and listener object must match the ones used for event registration.
19534
+ *
19535
+ *
19536
+ * @returns Reference to `this` in order to allow method chaining
19537
+ */
19538
+ detachPress(
19539
+ /**
19540
+ * The function to be called, when the event occurs
19541
+ */
19542
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
19543
+ /**
19544
+ * Context object on which the given function had to be called
19545
+ */
19546
+ oListener?: object
19547
+ ): this;
19548
+ /**
19549
+ * Fires event {@link #event:press press} to attached listeners.
19550
+ *
19551
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
19552
+ *
19553
+ * @returns Reference to `this` in order to allow method chaining
19554
+ */
19555
+ firePress(
19556
+ /**
19557
+ * Parameters to pass along with the event
19558
+ */
19559
+ mParameters?: RowActionItem$PressEventParameters
19560
+ ): this;
19543
19561
  /**
19544
19562
  * Gets current value of property {@link #getIcon icon}.
19545
19563
  *
@@ -19692,6 +19710,17 @@ declare module "sap/ui/mdc/table/RowActionItem" {
19692
19710
  * Whether the item should be visible on the screen.
19693
19711
  */
19694
19712
  visible?: boolean | PropertyBindingInfo | `{${string}}`;
19713
+
19714
+ /**
19715
+ * Fired when the row action item is pressed.
19716
+ *
19717
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
19718
+ * a row action item is pressed.
19719
+ *
19720
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
19721
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
19722
+ */
19723
+ press?: (oEvent: RowActionItem$PressEvent) => void;
19695
19724
  }
19696
19725
 
19697
19726
  /**
@@ -20978,6 +21007,11 @@ declare module "sap/ui/mdc/ValueHelp" {
20978
21007
  * ID of the initially selected item
20979
21008
  */
20980
21009
  itemId?: string;
21010
+
21011
+ /**
21012
+ * Number of found items
21013
+ */
21014
+ items?: int;
20981
21015
  }
20982
21016
 
20983
21017
  /**
@@ -21747,6 +21781,11 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21747
21781
  * ID of the initially selected item
21748
21782
  */
21749
21783
  itemId?: string;
21784
+
21785
+ /**
21786
+ * Number of found items
21787
+ */
21788
+ items?: int;
21750
21789
  }
21751
21790
 
21752
21791
  /**
@@ -23794,6 +23833,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23794
23833
 
23795
23834
  /**
23796
23835
  * Object to label groups in the value help dialog.
23836
+ *
23837
+ * @since 1.101
23797
23838
  */
23798
23839
  export type GroupLabel = {
23799
23840
  /**
@@ -23892,8 +23933,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23892
23933
  * ```javascript
23893
23934
  *
23894
23935
  * {
23895
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
23896
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
23936
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
23937
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
23897
23938
  * }
23898
23939
  * ```
23899
23940
  *
@@ -23917,8 +23958,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23917
23958
  * ```javascript
23918
23959
  *
23919
23960
  * {
23920
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
23921
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
23961
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
23962
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
23922
23963
  * }
23923
23964
  * ```
23924
23965
  *
@@ -23952,8 +23993,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23952
23993
  * ```javascript
23953
23994
  *
23954
23995
  * {
23955
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
23956
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
23996
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
23997
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
23957
23998
  * }
23958
23999
  * ```
23959
24000
  */
@@ -24828,8 +24869,6 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
24828
24869
 
24829
24870
  declare namespace sap {
24830
24871
  interface IUI5DefineDependencyNames {
24831
- "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
24832
-
24833
24872
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
24834
24873
 
24835
24874
  "sap/ui/mdc/BaseDelegate": undefined;