@sapui5/ts-types-esm 1.132.1 → 1.134.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +927 -110
  7. package/types/sap.esh.search.ui.d.ts +45 -1
  8. package/types/sap.f.d.ts +211 -183
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +40 -11
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +141 -99
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +576 -464
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +2574 -1193
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +465 -193
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +80 -37
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +335 -20
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +432 -445
  37. package/types/sap.ui.core.d.ts +46978 -46714
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +322 -236
  44. package/types/sap.ui.layout.d.ts +90 -104
  45. package/types/sap.ui.mdc.d.ts +393 -153
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +170 -158
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +391 -60
  55. package/types/sap.ui.vk.d.ts +138 -135
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +246 -126
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +39 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -173,7 +173,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
173
173
  * the internal behavior.
174
174
  *
175
175
  * @since 1.88
176
- * @experimental (since 1.88)
176
+ * @experimental As of version 1.88.
177
177
  */
178
178
  interface ChartDelegate extends AggregationBaseDelegate {
179
179
  /**
@@ -1630,7 +1630,9 @@ declare module "sap/ui/mdc/FilterBarDelegate" {
1630
1630
  /**
1631
1631
  * Status of the validation as returned via {@link sap.ui.mdc.filterbar.FilterBarBase#checkValidationState checkValidationState}
1632
1632
  */
1633
- status: FilterBarValidationStatus;
1633
+ status:
1634
+ | FilterBarValidationStatus
1635
+ | keyof typeof FilterBarValidationStatus;
1634
1636
  }
1635
1637
  ): void;
1636
1638
  }
@@ -2428,8 +2430,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
2428
2430
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
2429
2431
  * and enables model-specific type configuration.
2430
2432
  *
2431
- * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
2432
- *
2433
2433
  * @since 1.114.0
2434
2434
  */
2435
2435
  interface TypeMap {
@@ -2496,7 +2496,7 @@ declare module "sap/ui/mdc/util/TypeMap" {
2496
2496
  * Used constraints
2497
2497
  */
2498
2498
  oConstraints: object
2499
- ): BaseType | keyof typeof BaseType;
2499
+ ): BaseType;
2500
2500
  /**
2501
2501
  * Convenience method to retrieve the `BaseType` for a given {@link sap.ui.model.SimpleType SimpleType}.
2502
2502
  *
@@ -2509,10 +2509,13 @@ declare module "sap/ui/mdc/util/TypeMap" {
2509
2509
  * Given type string or {@link sap.ui.model.SimpleType}
2510
2510
  */
2511
2511
  oType: SimpleType
2512
- ): BaseType | keyof typeof BaseType;
2512
+ ): BaseType;
2513
2513
  /**
2514
2514
  * Gets a data type class based on a given name.
2515
2515
  *
2516
+ * **Note:** All modules of the required data types must be loaded before. To do this, {@link #retrieveDataTypeClasses }
2517
+ * can be used.
2518
+ *
2516
2519
  *
2517
2520
  * @returns Corresponding data type class
2518
2521
  */
@@ -2521,7 +2524,7 @@ declare module "sap/ui/mdc/util/TypeMap" {
2521
2524
  * Class path as `string` where each name is separated by '.'
2522
2525
  */
2523
2526
  sDataType: string
2524
- ): (p1: SimpleType) => void;
2527
+ ): new () => SimpleType;
2525
2528
  /**
2526
2529
  * Gets the data type class name for a given name or alias.
2527
2530
  *
@@ -2537,6 +2540,9 @@ declare module "sap/ui/mdc/util/TypeMap" {
2537
2540
  /**
2538
2541
  * Gets a data type instance based on a given `ObjectPath`, `FormatOptions`, and `Constraints`.
2539
2542
  *
2543
+ * **Note:** All modules of the required data types must be loaded before. To do this, {@link #retrieveDataTypeClasses }
2544
+ * can be used.
2545
+ *
2540
2546
  *
2541
2547
  * @returns Instance of the resolved data type
2542
2548
  */
@@ -2615,6 +2621,19 @@ declare module "sap/ui/mdc/util/TypeMap" {
2615
2621
  */
2616
2622
  oConstraints?: object
2617
2623
  ): object;
2624
+ /**
2625
+ * Loads modules for all requested data types.
2626
+ *
2627
+ * @since 1.133.0
2628
+ *
2629
+ * @returns Array of corresponding data type classes
2630
+ */
2631
+ retrieveDataTypeClasses(
2632
+ /**
2633
+ * Array of class path as `string` where each name is separated by '.'
2634
+ */
2635
+ aDataTypes: string[]
2636
+ ): Promise<SimpleType[]>;
2618
2637
  /**
2619
2638
  * Sets a {@link sap.ui.mdc.enums.BaseType BaseType} and an optional model- or scenario-specific configuration
2620
2639
  * method for a given {@link sap.ui.model.SimpleType} `ObjectPath` `string`.
@@ -2930,7 +2949,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2930
2949
  * This might be extended with payload-dependent filters.
2931
2950
  *
2932
2951
  * @since 1.101.0
2933
- * @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2952
+ * @deprecated As of version 1.118. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2934
2953
  *
2935
2954
  * @returns `true` if item is selected
2936
2955
  */
@@ -3722,6 +3741,170 @@ declare module "sap/ui/mdc/library" {
3722
3741
  }
3723
3742
  }
3724
3743
 
3744
+ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
3745
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
3746
+
3747
+ import { IOverflowToolbarContent } from "sap/m/library";
3748
+
3749
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
3750
+
3751
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3752
+
3753
+ /**
3754
+ * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
3755
+ * that determines where the wrapped control is displayed on the `ActionToolbar`.
3756
+ *
3757
+ * @since 1.58
3758
+ */
3759
+ export default class ActionToolbarAction
3760
+ extends Control
3761
+ implements IOverflowToolbarContent
3762
+ {
3763
+ __implements__sap_m_IOverflowToolbarContent: boolean;
3764
+ /**
3765
+ * Constructor for a new ActionToolbarAction.
3766
+ *
3767
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3768
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3769
+ * of the syntax of the settings object.
3770
+ */
3771
+ constructor(
3772
+ /**
3773
+ * Initial settings for the new control
3774
+ */
3775
+ mSettings?: $ActionToolbarActionSettings
3776
+ );
3777
+ /**
3778
+ * Constructor for a new ActionToolbarAction.
3779
+ *
3780
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3781
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3782
+ * of the syntax of the settings object.
3783
+ */
3784
+ constructor(
3785
+ /**
3786
+ * ID for the new control, generated automatically if no ID is given
3787
+ */
3788
+ sId?: string,
3789
+ /**
3790
+ * Initial settings for the new control
3791
+ */
3792
+ mSettings?: $ActionToolbarActionSettings
3793
+ );
3794
+
3795
+ /**
3796
+ * Creates a new subclass of class sap.ui.mdc.actiontoolbar.ActionToolbarAction with name `sClassName` and
3797
+ * enriches it with the information contained in `oClassInfo`.
3798
+ *
3799
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3800
+ *
3801
+ *
3802
+ * @returns Created class / constructor function
3803
+ */
3804
+ static extend<T extends Record<string, unknown>>(
3805
+ /**
3806
+ * Name of the class being created
3807
+ */
3808
+ sClassName: string,
3809
+ /**
3810
+ * Object literal with information about the class
3811
+ */
3812
+ oClassInfo?: sap.ClassInfo<T, ActionToolbarAction>,
3813
+ /**
3814
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3815
+ * used by this class
3816
+ */
3817
+ FNMetaImpl?: Function
3818
+ ): Function;
3819
+ /**
3820
+ * Returns a metadata object for class sap.ui.mdc.actiontoolbar.ActionToolbarAction.
3821
+ *
3822
+ *
3823
+ * @returns Metadata object describing this class
3824
+ */
3825
+ static getMetadata(): ElementMetadata;
3826
+ /**
3827
+ * Destroys the action in the aggregation {@link #getAction action}.
3828
+ *
3829
+ *
3830
+ * @returns Reference to `this` in order to allow method chaining
3831
+ */
3832
+ destroyAction(): this;
3833
+ /**
3834
+ * Gets content of aggregation {@link #getAction action}.
3835
+ *
3836
+ * The control that is displayed on the `ActionToolbar`.
3837
+ */
3838
+ getAction(): Control;
3839
+ /**
3840
+ * Gets current value of property {@link #getLayoutInformation layoutInformation}.
3841
+ *
3842
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3843
+ *
3844
+ * Default value is `...see text or source`.
3845
+ *
3846
+ *
3847
+ * @returns Value of property `layoutInformation`
3848
+ */
3849
+ getLayoutInformation(): object;
3850
+ /**
3851
+ * Observes changes in `Action` aggregation.
3852
+ *
3853
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3854
+ */
3855
+ observeChanges(
3856
+ /**
3857
+ * Changes
3858
+ */
3859
+ oChanges: object
3860
+ ): void;
3861
+ /**
3862
+ * Sets the aggregated {@link #getAction action}.
3863
+ *
3864
+ *
3865
+ * @returns Reference to `this` in order to allow method chaining
3866
+ */
3867
+ setAction(
3868
+ /**
3869
+ * The action to set
3870
+ */
3871
+ oAction: Control
3872
+ ): this;
3873
+ /**
3874
+ * Sets a new value for property {@link #getLayoutInformation layoutInformation}.
3875
+ *
3876
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3877
+ *
3878
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3879
+ *
3880
+ * Default value is `...see text or source`.
3881
+ *
3882
+ *
3883
+ * @returns Reference to `this` in order to allow method chaining
3884
+ */
3885
+ setLayoutInformation(
3886
+ /**
3887
+ * New value for property `layoutInformation`
3888
+ */
3889
+ oLayoutInformation?: object
3890
+ ): this;
3891
+ }
3892
+ /**
3893
+ * Describes the settings that can be provided to the ActionToolbarAction constructor.
3894
+ */
3895
+ export interface $ActionToolbarActionSettings extends $ControlSettings {
3896
+ /**
3897
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3898
+ */
3899
+ layoutInformation?: object | PropertyBindingInfo | `{${string}}`;
3900
+
3901
+ /**
3902
+ * The control that is displayed on the `ActionToolbar`.
3903
+ */
3904
+ action?: Control;
3905
+ }
3906
+ }
3907
+
3725
3908
  declare module "sap/ui/mdc/Chart" {
3726
3909
  import { default as Control, $ControlSettings } from "sap/ui/mdc/Control";
3727
3910
 
@@ -3760,10 +3943,15 @@ declare module "sap/ui/mdc/Chart" {
3760
3943
 
3761
3944
  /**
3762
3945
  * The `Chart` control creates a chart based on metadata and the configuration specified.
3763
- * **Note:** The inner chart needs to be created inside the `ChartDelegate`.
3946
+ *
3947
+ *
3948
+ * **Note:** The `Chart` control acts as a wrapper that is used to enhance an instance of a given chart
3949
+ * control framework (in the following texts referred to as inner chart) with functionalities, such as a
3950
+ * `toolbar`, `p13n`, and `VariantManagement`. The inner chart instance and its configuration must be provided
3951
+ * via an implementation of a `ChartDelegate` module.
3764
3952
  *
3765
3953
  * @since 1.88
3766
- * @experimental (since 1.88)
3954
+ * @experimental As of version 1.88.
3767
3955
  */
3768
3956
  export default class Chart extends Control implements IFilterSource, IxState {
3769
3957
  __implements__sap_ui_mdc_IFilterSource: boolean;
@@ -4031,7 +4219,7 @@ declare module "sap/ui/mdc/Chart" {
4031
4219
  *
4032
4220
  * @returns Value of property `headerLevel`
4033
4221
  */
4034
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
4222
+ getHeaderLevel(): TitleLevel;
4035
4223
  /**
4036
4224
  * Gets current value of property {@link #getHeaderStyle headerStyle}.
4037
4225
  *
@@ -4041,7 +4229,7 @@ declare module "sap/ui/mdc/Chart" {
4041
4229
  *
4042
4230
  * @returns Value of property `headerStyle`
4043
4231
  */
4044
- getHeaderStyle(): TitleLevel | keyof typeof TitleLevel;
4232
+ getHeaderStyle(): TitleLevel;
4045
4233
  /**
4046
4234
  * Gets current value of property {@link #getHeaderVisible headerVisible}.
4047
4235
  *
@@ -4077,9 +4265,7 @@ declare module "sap/ui/mdc/Chart" {
4077
4265
  *
4078
4266
  * @returns Value of property `ignoreToolbarActions`
4079
4267
  */
4080
- getIgnoreToolbarActions(): Array<
4081
- ChartToolbarActionType | keyof typeof ChartToolbarActionType
4082
- >;
4268
+ getIgnoreToolbarActions(): ChartToolbarActionType[];
4083
4269
  /**
4084
4270
  * Gets content of aggregation {@link #getItems items}.
4085
4271
  *
@@ -4162,7 +4348,7 @@ declare module "sap/ui/mdc/Chart" {
4162
4348
  *
4163
4349
  * @returns Value of property `p13nMode`
4164
4350
  */
4165
- getP13nMode(): Array<ChartP13nMode | keyof typeof ChartP13nMode>;
4351
+ getP13nMode(): ChartP13nMode[];
4166
4352
  /**
4167
4353
  * Gets content of aggregation {@link #getSelectionDetailsActions selectionDetailsActions}.
4168
4354
  *
@@ -4600,7 +4786,7 @@ declare module "sap/ui/mdc/Chart" {
4600
4786
  * - `role`
4601
4787
  * - `dataType`
4602
4788
  *
4603
- * @experimental (since 1.80)
4789
+ * @experimental As of version 1.80.
4604
4790
  */
4605
4791
  export type PropertyInfo = PropertyInfo1 & {
4606
4792
  /**
@@ -4620,7 +4806,7 @@ declare module "sap/ui/mdc/Chart" {
4620
4806
  /**
4621
4807
  * Describes the settings that can be provided to the Chart constructor.
4622
4808
  *
4623
- * @experimental (since 1.88)
4809
+ * @experimental As of version 1.88.
4624
4810
  */
4625
4811
  export interface $ChartSettings extends $ControlSettings {
4626
4812
  /**
@@ -4899,7 +5085,7 @@ declare module "sap/ui/mdc/chart/ChartImplementationContainer" {
4899
5085
  * Based on the `showNoDataStruct` the `content` or `noDataContent` will be shown.
4900
5086
  *
4901
5087
  * @since 1.105
4902
- * @experimental (since 1.105)
5088
+ * @experimental As of version 1.105.
4903
5089
  */
4904
5090
  export default class ChartImplementationContainer extends Control {
4905
5091
  /**
@@ -5012,7 +5198,7 @@ declare module "sap/ui/mdc/chart/ChartImplementationContainer" {
5012
5198
  /**
5013
5199
  * Describes the settings that can be provided to the ChartImplementationContainer constructor.
5014
5200
  *
5015
- * @experimental (since 1.105)
5201
+ * @experimental As of version 1.105.
5016
5202
  */
5017
5203
  export interface $ChartImplementationContainerSettings
5018
5204
  extends $ControlSettings {
@@ -5056,7 +5242,7 @@ declare module "sap/ui/mdc/chart/ChartSelectionDetails" {
5056
5242
  * the configuration specified.
5057
5243
  *
5058
5244
  * @since 1.88
5059
- * @experimental (since 1.88)
5245
+ * @experimental As of version 1.88.
5060
5246
  */
5061
5247
  export default class ChartSelectionDetails extends SelectionDetails {
5062
5248
  /**
@@ -5201,7 +5387,7 @@ declare module "sap/ui/mdc/chart/ChartSelectionDetails" {
5201
5387
  /**
5202
5388
  * Describes the settings that can be provided to the ChartSelectionDetails constructor.
5203
5389
  *
5204
- * @experimental (since 1.88)
5390
+ * @experimental As of version 1.88.
5205
5391
  */
5206
5392
  export interface $ChartSelectionDetailsSettings
5207
5393
  extends $SelectionDetailsSettings {
@@ -5243,7 +5429,7 @@ declare module "sap/ui/mdc/chart/Item" {
5243
5429
  * The `Item` control for the chart/property metadata used within MDC Chart.
5244
5430
  *
5245
5431
  * @since 1.88
5246
- * @experimental (since 1.88)
5432
+ * @experimental As of version 1.88.
5247
5433
  */
5248
5434
  export default class Item extends UI5Element {
5249
5435
  /**
@@ -5323,7 +5509,7 @@ declare module "sap/ui/mdc/chart/Item" {
5323
5509
  *
5324
5510
  * The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
5325
5511
  *
5326
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
5512
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
5327
5513
  *
5328
5514
  * @returns Value of property `name`
5329
5515
  */
@@ -5383,7 +5569,7 @@ declare module "sap/ui/mdc/chart/Item" {
5383
5569
  *
5384
5570
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
5385
5571
  *
5386
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
5572
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
5387
5573
  *
5388
5574
  * @returns Reference to `this` in order to allow method chaining
5389
5575
  */
@@ -5449,13 +5635,13 @@ declare module "sap/ui/mdc/chart/Item" {
5449
5635
  /**
5450
5636
  * Describes the settings that can be provided to the Item constructor.
5451
5637
  *
5452
- * @experimental (since 1.88)
5638
+ * @experimental As of version 1.88.
5453
5639
  */
5454
5640
  export interface $ItemSettings extends $ElementSettings {
5455
5641
  /**
5456
5642
  * The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
5457
5643
  *
5458
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
5644
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
5459
5645
  */
5460
5646
  name?: string | PropertyBindingInfo;
5461
5647
 
@@ -5500,7 +5686,7 @@ declare module "sap/ui/mdc/chart/SelectionDetailsActions" {
5500
5686
  * The `SelectionDetailsActions` is used to provide additional functionality to the Details popover.
5501
5687
  *
5502
5688
  * @since 1.88
5503
- * @experimental (since 1.88)
5689
+ * @experimental As of version 1.88.
5504
5690
  */
5505
5691
  export default class SelectionDetailsActions extends UI5Element {
5506
5692
  /**
@@ -5800,7 +5986,7 @@ declare module "sap/ui/mdc/chart/SelectionDetailsActions" {
5800
5986
  /**
5801
5987
  * Describes the settings that can be provided to the SelectionDetailsActions constructor.
5802
5988
  *
5803
- * @experimental (since 1.88)
5989
+ * @experimental As of version 1.88.
5804
5990
  */
5805
5991
  export interface $SelectionDetailsActionsSettings extends $ElementSettings {
5806
5992
  /**
@@ -6676,7 +6862,7 @@ declare module "sap/ui/mdc/Control" {
6676
6862
  /**
6677
6863
  * Returns the `typeUtil` made available by a delegate module.
6678
6864
  *
6679
- * @deprecated (since 1.115.0) - please see {@link #getTypeMap}
6865
+ * @deprecated As of version 1.115.0. please see {@link #getTypeMap}
6680
6866
  * @ui5-protected Do not call from applications (only from related classes in the framework)
6681
6867
  *
6682
6868
  * @returns `TypeUtil` object
@@ -6898,7 +7084,7 @@ declare module "sap/ui/mdc/Element" {
6898
7084
  /**
6899
7085
  * Returns the `typeUtil` made available by a delegate module.
6900
7086
  *
6901
- * @deprecated (since 1.115.0) - please see {@link #getTypeMap}
7087
+ * @deprecated As of version 1.115.0. please see {@link #getTypeMap}
6902
7088
  * @ui5-protected Do not call from applications (only from related classes in the framework)
6903
7089
  *
6904
7090
  * @returns `TypeUtil` object
@@ -7037,7 +7223,7 @@ declare module "sap/ui/mdc/enums/ChartP13nMode" {
7037
7223
  * Defines the personalization mode of the chart.
7038
7224
  *
7039
7225
  * @since 1.115
7040
- * @experimental (since 1.115)
7226
+ * @experimental As of version 1.115.
7041
7227
  */
7042
7228
  enum ChartP13nMode {
7043
7229
  /**
@@ -7066,7 +7252,7 @@ declare module "sap/ui/mdc/enums/ChartToolbarActionType" {
7066
7252
  * Can be used to remove some of the default `ToolbarAction`. For more information, see {@link sap.ui.mdc.Chart#ignoreToolbarActions}.
7067
7253
  *
7068
7254
  * @since 1.115
7069
- * @experimental (since 1.115)
7255
+ * @experimental As of version 1.115.
7070
7256
  */
7071
7257
  enum ChartToolbarActionType {
7072
7258
  /**
@@ -7267,15 +7453,15 @@ declare module "sap/ui/mdc/enums/FilterBarValidationStatus" {
7267
7453
  /**
7268
7454
  * Filter field in error state.
7269
7455
  */
7270
- FieldInErrorState = "undefined",
7456
+ FieldInErrorState = "FieldInErrorState",
7271
7457
  /**
7272
7458
  * No errors detected.
7273
7459
  */
7274
- NoError = "undefined",
7460
+ NoError = "NoError",
7275
7461
  /**
7276
- * Required filter filed without a value.
7462
+ * Required filter field without a value.
7277
7463
  */
7278
- RequiredHasNoValue = "undefined",
7464
+ RequiredHasNoValue = "RequiredHasNoValue",
7279
7465
  }
7280
7466
  export default FilterBarValidationStatus;
7281
7467
  }
@@ -8008,16 +8194,16 @@ declare module "sap/ui/mdc/enums/OperatorValueType" {
8008
8194
  /**
8009
8195
  * The `Type` of the `Field` or `FilterField` using the `Operator` is used.
8010
8196
  */
8011
- Self = "self",
8197
+ Self = "Self",
8012
8198
  /**
8013
8199
  * The `Type` of the `Field` or `FilterField` using the `Operator` is used for validation, but the user
8014
8200
  * input is used as value.
8015
8201
  */
8016
- SelfNoParse = "selfNoParse",
8202
+ SelfNoParse = "SelfNoParse",
8017
8203
  /**
8018
8204
  * A simple string type is used to display static text.
8019
8205
  */
8020
- Static = "static",
8206
+ Static = "Static",
8021
8207
  }
8022
8208
  export default OperatorValueType;
8023
8209
  }
@@ -8040,7 +8226,7 @@ declare module "sap/ui/mdc/enums/ReasonMode" {
8040
8226
  /**
8041
8227
  * Used if the mentioned reasons are not applicable.
8042
8228
  */
8043
- Unclear = "",
8229
+ Unclear = "Unclear",
8044
8230
  /**
8045
8231
  * The applied variant is marked as Apply Automatically.
8046
8232
  */
@@ -8425,8 +8611,8 @@ declare module "sap/ui/mdc/Field" {
8425
8611
  *
8426
8612
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8427
8613
  *
8428
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8429
- * `additionalValue` property to bind the control.
8614
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
8615
+ * and `additionalValue` property to bind the control.
8430
8616
  *
8431
8617
  * @returns Reference to `this` to allow method chaining
8432
8618
  */
@@ -8499,8 +8685,8 @@ declare module "sap/ui/mdc/Field" {
8499
8685
  *
8500
8686
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8501
8687
  *
8502
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8503
- * `additionalValue` property to bind the control.
8688
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
8689
+ * and `additionalValue` property to bind the control.
8504
8690
  *
8505
8691
  * @returns Conditions of the field
8506
8692
  */
@@ -8513,8 +8699,8 @@ declare module "sap/ui/mdc/Field" {
8513
8699
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8514
8700
  * value of the `dataType` property is ignored.
8515
8701
  *
8516
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8517
- * the `value` property is used.
8702
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The type in the binding
8703
+ * to the `value` property is used.
8518
8704
  *
8519
8705
  * @returns Value of property `dataType`
8520
8706
  */
@@ -8527,8 +8713,8 @@ declare module "sap/ui/mdc/Field" {
8527
8713
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8528
8714
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8529
8715
  *
8530
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8531
- * in the binding to the `value` property is used.
8716
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `Constraints` of
8717
+ * the type in the binding to the `value` property is used.
8532
8718
  *
8533
8719
  * @returns Value of property `dataTypeConstraints`
8534
8720
  */
@@ -8541,8 +8727,8 @@ declare module "sap/ui/mdc/Field" {
8541
8727
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8542
8728
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8543
8729
  *
8544
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8545
- * type in the binding to the `value` property is used.
8730
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `FormatOptions` of
8731
+ * the type in the binding to the `value` property is used.
8546
8732
  *
8547
8733
  * @returns Value of property `dataTypeFormatOptions`
8548
8734
  */
@@ -8582,8 +8768,8 @@ declare module "sap/ui/mdc/Field" {
8582
8768
  *
8583
8769
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8584
8770
  *
8585
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8586
- * `additionalValue` property to bind the control.
8771
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
8772
+ * and `additionalValue` property to bind the control.
8587
8773
  *
8588
8774
  * @returns Reference to `this` to allow method chaining
8589
8775
  */
@@ -8601,8 +8787,8 @@ declare module "sap/ui/mdc/Field" {
8601
8787
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8602
8788
  * value of the `dataType` property is ignored.
8603
8789
  *
8604
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8605
- * the `value` property is used.
8790
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The type in the binding
8791
+ * to the `value` property is used.
8606
8792
  *
8607
8793
  * @returns Reference to `this` to allow method chaining
8608
8794
  */
@@ -8620,8 +8806,8 @@ declare module "sap/ui/mdc/Field" {
8620
8806
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8621
8807
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8622
8808
  *
8623
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8624
- * in the binding to the `value` property is used.
8809
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `Constraints` of
8810
+ * the type in the binding to the `value` property is used.
8625
8811
  *
8626
8812
  * @returns Reference to `this` to allow method chaining
8627
8813
  */
@@ -8639,8 +8825,8 @@ declare module "sap/ui/mdc/Field" {
8639
8825
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8640
8826
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8641
8827
  *
8642
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8643
- * type in the binding to the `value` property is used.
8828
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `FormatOptions` of
8829
+ * the type in the binding to the `value` property is used.
8644
8830
  *
8645
8831
  * @returns Reference to `this` to allow method chaining
8646
8832
  */
@@ -8653,7 +8839,7 @@ declare module "sap/ui/mdc/Field" {
8653
8839
  /**
8654
8840
  * This property must not be set for the `Field`
8655
8841
  *
8656
- * @deprecated (since 1.54) - this property is not supported for the `Field`.
8842
+ * @deprecated As of version 1.54. this property is not supported for the `Field`.
8657
8843
  *
8658
8844
  * @returns `this` to allow method chaining.
8659
8845
  */
@@ -8693,8 +8879,8 @@ declare module "sap/ui/mdc/Field" {
8693
8879
  *
8694
8880
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8695
8881
  *
8696
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8697
- * `additionalValue` property to bind the control.
8882
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
8883
+ * and `additionalValue` property to bind the control.
8698
8884
  *
8699
8885
  * @returns Reference to `this` to allow method chaining
8700
8886
  */
@@ -9975,7 +10161,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
9975
10161
  *
9976
10162
  * @returns BaseType
9977
10163
  */
9978
- getBaseType(): BaseType | keyof typeof BaseType;
10164
+ getBaseType(): BaseType;
9979
10165
  /**
9980
10166
  * Gets current value of property {@link #getConditions conditions}.
9981
10167
  *
@@ -10146,7 +10332,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
10146
10332
  *
10147
10333
  * @returns Value of property `display`
10148
10334
  */
10149
- getDisplay(): FieldDisplay | keyof typeof FieldDisplay;
10335
+ getDisplay(): FieldDisplay;
10150
10336
  /**
10151
10337
  * Gets current value of property {@link #getEditMode editMode}.
10152
10338
  *
@@ -10157,12 +10343,12 @@ declare module "sap/ui/mdc/field/FieldBase" {
10157
10343
  *
10158
10344
  * @returns Value of property `editMode`
10159
10345
  */
10160
- getEditMode(): FieldEditMode | keyof typeof FieldEditMode;
10346
+ getEditMode(): FieldEditMode;
10161
10347
  /**
10162
10348
  * ID of the element which is the current target of the association {@link #getFieldHelp fieldHelp}, or
10163
10349
  * `null`.
10164
10350
  *
10165
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
10351
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
10166
10352
  */
10167
10353
  getFieldHelp(): ID | null;
10168
10354
  /**
@@ -10326,7 +10512,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
10326
10512
  *
10327
10513
  * @returns Value of property `textAlign`
10328
10514
  */
10329
- getTextAlign(): TextAlign | keyof typeof TextAlign;
10515
+ getTextAlign(): TextAlign;
10330
10516
  /**
10331
10517
  * Gets current value of property {@link #getTextDirection textDirection}.
10332
10518
  *
@@ -10339,7 +10525,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
10339
10525
  *
10340
10526
  * @returns Value of property `textDirection`
10341
10527
  */
10342
- getTextDirection(): TextDirection | keyof typeof TextDirection;
10528
+ getTextDirection(): TextDirection;
10343
10529
  /**
10344
10530
  * Provides some internals of the unit part of the field to be used in {@link sap.ui.mdc.field.ConditionsType ConditionsType }
10345
10531
  * for format and parse the conditions.
@@ -10368,7 +10554,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
10368
10554
  *
10369
10555
  * @returns Value of property `valueState`
10370
10556
  */
10371
- getValueState(): ValueState | keyof typeof ValueState;
10557
+ getValueState(): ValueState;
10372
10558
  /**
10373
10559
  * Gets current value of property {@link #getValueStateText valueStateText}.
10374
10560
  *
@@ -10715,7 +10901,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
10715
10901
  /**
10716
10902
  * Sets the associated {@link #getFieldHelp fieldHelp}.
10717
10903
  *
10718
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
10904
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
10719
10905
  *
10720
10906
  * @returns Reference to `this` in order to allow method chaining
10721
10907
  */
@@ -11264,7 +11450,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
11264
11450
  *
11265
11451
  * **Note:** For `Boolean` fields, no `ValueHelp` should be added, but a default `ValueHelp` used instead.
11266
11452
  *
11267
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
11453
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
11268
11454
  */
11269
11455
  fieldHelp?: ValueHelp | string;
11270
11456
 
@@ -11981,7 +12167,7 @@ declare module "sap/ui/mdc/FilterBar" {
11981
12167
  *
11982
12168
  * @returns Value of property `p13nMode`
11983
12169
  */
11984
- getP13nMode(): Array<FilterBarP13nMode | keyof typeof FilterBarP13nMode>;
12170
+ getP13nMode(): FilterBarP13nMode[];
11985
12171
  /**
11986
12172
  * Gets current value of property {@link #getShowAdaptFiltersButton showAdaptFiltersButton}.
11987
12173
  *
@@ -12882,7 +13068,7 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
12882
13068
  * - `{@link sap.ui.mdc.enums.ReasonMode.Go}`: Search is triggered based on pressing the Go button
12883
13069
  * - `{@link sap.ui.mdc.enums.ReasonMode.Unclear}`: Any other reasons for the search
12884
13070
  */
12885
- reason?: ReasonMode;
13071
+ reason?: ReasonMode | keyof typeof ReasonMode;
12886
13072
  }
12887
13073
 
12888
13074
  /**
@@ -12895,19 +13081,62 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
12895
13081
  }
12896
13082
 
12897
13083
  declare module "sap/ui/mdc/filterbar/IFilterContainer" {
13084
+ import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
13085
+
12898
13086
  import FilterField from "sap/ui/mdc/FilterField";
12899
13087
 
12900
13088
  import Control from "sap/ui/core/Control";
12901
13089
 
13090
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
13091
+
12902
13092
  /**
12903
13093
  * The `IFilterContainer` is the base container for the visualization of the filter items in the {@link sap.ui.mdc.FilterBar FilterBar }
12904
13094
  * control.
12905
13095
  *
12906
13096
  * @since 1.61.0
12907
13097
  */
12908
- export default class IFilterContainer {
13098
+ export default class IFilterContainer extends UI5Element {
13099
+ /**
13100
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
13101
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
13102
+ * of the syntax of the settings object.
13103
+ *
13104
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
13105
+ * can be used.
13106
+ */
12909
13107
  constructor();
12910
13108
 
13109
+ /**
13110
+ * Creates a new subclass of class sap.ui.mdc.filterbar.IFilterContainer with name `sClassName` and enriches
13111
+ * it with the information contained in `oClassInfo`.
13112
+ *
13113
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
13114
+ *
13115
+ *
13116
+ * @returns Created class / constructor function
13117
+ */
13118
+ static extend<T extends Record<string, unknown>>(
13119
+ /**
13120
+ * Name of the class being created
13121
+ */
13122
+ sClassName: string,
13123
+ /**
13124
+ * Object literal with information about the class
13125
+ */
13126
+ oClassInfo?: sap.ClassInfo<T, IFilterContainer>,
13127
+ /**
13128
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
13129
+ * used by this class
13130
+ */
13131
+ FNMetaImpl?: Function
13132
+ ): Function;
13133
+ /**
13134
+ * Returns a metadata object for class sap.ui.mdc.filterbar.IFilterContainer.
13135
+ *
13136
+ *
13137
+ * @returns Metadata object describing this class
13138
+ */
13139
+ static getMetadata(): ElementMetadata;
12911
13140
  /**
12912
13141
  * Overwrites the default exit to clean up the created layout properly.
12913
13142
  */
@@ -12953,6 +13182,10 @@ declare module "sap/ui/mdc/filterbar/IFilterContainer" {
12953
13182
  oControl: FilterField
12954
13183
  ): void;
12955
13184
  }
13185
+ /**
13186
+ * Describes the settings that can be provided to the IFilterContainer constructor.
13187
+ */
13188
+ export interface $IFilterContainerSettings extends $ElementSettings {}
12956
13189
  }
12957
13190
 
12958
13191
  declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
@@ -12975,7 +13208,7 @@ declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
12975
13208
  * on its own.
12976
13209
  *
12977
13210
  * @since 1.84.0
12978
- * @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
13211
+ * @deprecated As of version 1.124.0. Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
12979
13212
  */
12980
13213
  export default class FilterBar extends FilterBar1 {
12981
13214
  /**
@@ -13050,7 +13283,7 @@ declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
13050
13283
  /**
13051
13284
  * Describes the settings that can be provided to the FilterBar constructor.
13052
13285
  *
13053
- * @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
13286
+ * @deprecated As of version 1.124.0. Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
13054
13287
  */
13055
13288
  export interface $FilterBarSettings extends $FilterBarSettings1 {}
13056
13289
  }
@@ -14401,7 +14634,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14401
14634
  *
14402
14635
  * Do not use the `conditions` property, use the `items` aggregation instead.
14403
14636
  *
14404
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14637
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. Use the `items`
14405
14638
  * aggregation to bind the control.
14406
14639
  *
14407
14640
  * @returns Reference to `this` to allow method chaining
@@ -14470,7 +14703,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14470
14703
  *
14471
14704
  * Do not use the `conditions` property, use the `items` aggregation instead.
14472
14705
  *
14473
- * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14706
+ * @deprecated As of version 1.54. this property is not supported for the `MultiValueField`. Use the `items`
14474
14707
  * aggregation to bind the control.
14475
14708
  *
14476
14709
  * @returns conditions of the field
@@ -14484,8 +14717,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14484
14717
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14485
14718
  * the value of the `dataType` property is ignored.
14486
14719
  *
14487
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14488
- * binding to the `items` aggregation is used.
14720
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
14721
+ * the binding to the `items` aggregation is used.
14489
14722
  *
14490
14723
  * @returns Value of property `dataType`
14491
14724
  */
@@ -14498,8 +14731,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14498
14731
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14499
14732
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14500
14733
  *
14501
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14502
- * binding to the `items` aggregation is used.
14734
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
14735
+ * the binding to the `items` aggregation is used.
14503
14736
  *
14504
14737
  * @returns Value of property `dataTypeConstraints`
14505
14738
  */
@@ -14512,8 +14745,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14512
14745
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14513
14746
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14514
14747
  *
14515
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14516
- * binding to the `items` aggregation is used.
14748
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
14749
+ * the binding to the `items` aggregation is used.
14517
14750
  *
14518
14751
  * @returns Value of property `dataTypeFormatOptions`
14519
14752
  */
@@ -14556,7 +14789,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14556
14789
  /**
14557
14790
  * Gets current value of property {@link #getMultipleLines multipleLines}.
14558
14791
  *
14559
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14792
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`.
14560
14793
  *
14561
14794
  * @returns Value for property `multipleLines`
14562
14795
  */
@@ -14618,7 +14851,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14618
14851
  *
14619
14852
  * Do not use the `conditions` property, use the `items` aggregation instead.
14620
14853
  *
14621
- * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14854
+ * @deprecated As of version 1.54. this property is not supported for the `MultiValueField`. Use the `items`
14622
14855
  * aggregation to bind the control.
14623
14856
  *
14624
14857
  * @returns Reference to `this` to allow method chaining
@@ -14636,8 +14869,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14636
14869
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14637
14870
  * the value of the `dataType` property is ignored.
14638
14871
  *
14639
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14640
- * binding to the `items` aggregation is used.
14872
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
14873
+ * the binding to the `items` aggregation is used.
14641
14874
  *
14642
14875
  * @returns Reference to `this` to allow method chaining
14643
14876
  */
@@ -14655,8 +14888,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14655
14888
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14656
14889
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14657
14890
  *
14658
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14659
- * binding to the `items` aggregation is used.
14891
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
14892
+ * the binding to the `items` aggregation is used.
14660
14893
  *
14661
14894
  * @returns Reference to `this` to allow method chaining
14662
14895
  */
@@ -14674,8 +14907,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14674
14907
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14675
14908
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14676
14909
  *
14677
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14678
- * binding to the `items` aggregation is used.
14910
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
14911
+ * the binding to the `items` aggregation is used.
14679
14912
  *
14680
14913
  * @returns Reference to `this` to allow method chaining
14681
14914
  */
@@ -14720,7 +14953,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14720
14953
  /**
14721
14954
  * This property must not be set for the `MultiValueField` control.
14722
14955
  *
14723
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
14956
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField` control.
14724
14957
  *
14725
14958
  * @returns `this` to allow method chaining.
14726
14959
  */
@@ -14733,7 +14966,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14733
14966
  /**
14734
14967
  * Sets a new value for property {@link #getMultipleLines multipleLines}.
14735
14968
  *
14736
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14969
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`.
14737
14970
  *
14738
14971
  * @returns Reference to `this` to allow method chaining
14739
14972
  */
@@ -14748,7 +14981,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14748
14981
  *
14749
14982
  * Do not use the `conditions` property, use the `items` aggregation instead.
14750
14983
  *
14751
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14984
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. Use the `items`
14752
14985
  * aggregation to bind the control.
14753
14986
  *
14754
14987
  * @returns Reference to `this` to allow method chaining
@@ -15785,7 +16018,7 @@ declare module "sap/ui/mdc/Table" {
15785
16018
  *
15786
16019
  * @returns Value of property `headerLevel`
15787
16020
  */
15788
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
16021
+ getHeaderLevel(): TitleLevel;
15789
16022
  /**
15790
16023
  * Gets current value of property {@link #getHeaderVisible headerVisible}.
15791
16024
  *
@@ -15804,7 +16037,7 @@ declare module "sap/ui/mdc/Table" {
15804
16037
  *
15805
16038
  * This property has no effect and will be removed soon.
15806
16039
  *
15807
- * @deprecated (since 1.115) - the concept has been discarded.
16040
+ * @deprecated As of version 1.115. the concept has been discarded.
15808
16041
  *
15809
16042
  * @returns Value of property `height`
15810
16043
  */
@@ -15882,7 +16115,7 @@ declare module "sap/ui/mdc/Table" {
15882
16115
  *
15883
16116
  * @returns Value of property `p13nMode`
15884
16117
  */
15885
- getP13nMode(): Array<TableP13nMode | keyof typeof TableP13nMode>;
16118
+ getP13nMode(): TableP13nMode[];
15886
16119
  /**
15887
16120
  * Gets content of aggregation {@link #getQuickFilter quickFilter}.
15888
16121
  *
@@ -15920,7 +16153,7 @@ declare module "sap/ui/mdc/Table" {
15920
16153
  *
15921
16154
  * @returns Value of property `selectionMode`
15922
16155
  */
15923
- getSelectionMode(): TableSelectionMode | keyof typeof TableSelectionMode;
16156
+ getSelectionMode(): TableSelectionMode;
15924
16157
  /**
15925
16158
  * Gets current value of property {@link #getShowPasteButton showPasteButton}.
15926
16159
  *
@@ -15977,7 +16210,7 @@ declare module "sap/ui/mdc/Table" {
15977
16210
  *
15978
16211
  * Type of the table.
15979
16212
  */
15980
- getType(): TableTypeBase | (TableType | keyof typeof TableType);
16213
+ getType(): TableTypeBase | TableType;
15981
16214
  /**
15982
16215
  * Gets current value of property {@link #getUseColumnLabelsAsTooltips useColumnLabelsAsTooltips}.
15983
16216
  *
@@ -16362,7 +16595,7 @@ declare module "sap/ui/mdc/Table" {
16362
16595
  *
16363
16596
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16364
16597
  *
16365
- * @deprecated (since 1.115) - the concept has been discarded.
16598
+ * @deprecated As of version 1.115. the concept has been discarded.
16366
16599
  *
16367
16600
  * @returns Reference to `this` in order to allow method chaining
16368
16601
  */
@@ -16776,7 +17009,7 @@ declare module "sap/ui/mdc/Table" {
16776
17009
  /**
16777
17010
  * This property has no effect and will be removed soon.
16778
17011
  *
16779
- * @deprecated (since 1.115) - the concept has been discarded.
17012
+ * @deprecated As of version 1.115. the concept has been discarded.
16780
17013
  */
16781
17014
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
16782
17015
 
@@ -17398,7 +17631,7 @@ declare module "sap/ui/mdc/table/Column" {
17398
17631
  * Defines data property related to the column.
17399
17632
  *
17400
17633
  * @since 1.84
17401
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
17634
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
17402
17635
  *
17403
17636
  * @returns Value of property `dataProperty`
17404
17637
  */
@@ -17425,7 +17658,7 @@ declare module "sap/ui/mdc/table/Column" {
17425
17658
  *
17426
17659
  * @returns Value of property `hAlign`
17427
17660
  */
17428
- getHAlign(): HorizontalAlign | keyof typeof HorizontalAlign;
17661
+ getHAlign(): HorizontalAlign;
17429
17662
  /**
17430
17663
  * Gets current value of property {@link #getHeader header}.
17431
17664
  *
@@ -17459,14 +17692,14 @@ declare module "sap/ui/mdc/table/Column" {
17459
17692
  *
17460
17693
  * Default value is `"None"`.
17461
17694
  *
17462
- * @deprecated (since 1.110) - replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
17695
+ * @deprecated As of version 1.110. replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
17463
17696
  *
17464
17697
  * This property will be ignored whenever the {@link sap.ui.mdc.table.ResponsiveColumnSettings} are applied
17465
17698
  * to the column.
17466
17699
  *
17467
17700
  * @returns Value of property `importance`
17468
17701
  */
17469
- getImportance(): Priority | keyof typeof Priority;
17702
+ getImportance(): Priority;
17470
17703
  /**
17471
17704
  * Gets current value of property {@link #getMinWidth minWidth}.
17472
17705
  *
@@ -17534,7 +17767,7 @@ declare module "sap/ui/mdc/table/Column" {
17534
17767
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17535
17768
  *
17536
17769
  * @since 1.84
17537
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
17770
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
17538
17771
  *
17539
17772
  * @returns Reference to `this` in order to allow method chaining
17540
17773
  */
@@ -17625,7 +17858,7 @@ declare module "sap/ui/mdc/table/Column" {
17625
17858
  *
17626
17859
  * Default value is `"None"`.
17627
17860
  *
17628
- * @deprecated (since 1.110) - replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
17861
+ * @deprecated As of version 1.110. replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
17629
17862
  *
17630
17863
  * This property will be ignored whenever the {@link sap.ui.mdc.table.ResponsiveColumnSettings} are applied
17631
17864
  * to the column.
@@ -17804,7 +18037,7 @@ declare module "sap/ui/mdc/table/Column" {
17804
18037
  * setting the `demandPopin` property of the column. See {@link sap.m.Table#getAutoPopinMode} for more details,
17805
18038
  * which is automatically set to `true`.
17806
18039
  *
17807
- * @deprecated (since 1.110) - replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
18040
+ * @deprecated As of version 1.110. replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
17808
18041
  *
17809
18042
  * This property will be ignored whenever the {@link sap.ui.mdc.table.ResponsiveColumnSettings} are applied
17810
18043
  * to the column.
@@ -17818,7 +18051,7 @@ declare module "sap/ui/mdc/table/Column" {
17818
18051
  * Defines data property related to the column.
17819
18052
  *
17820
18053
  * @since 1.84
17821
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
18054
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
17822
18055
  */
17823
18056
  dataProperty?: string | PropertyBindingInfo;
17824
18057
 
@@ -18458,7 +18691,7 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
18458
18691
  *
18459
18692
  * @returns Value of property `dropEffect`
18460
18693
  */
18461
- getDropEffect(): dnd.DropEffect | keyof typeof dnd.DropEffect;
18694
+ getDropEffect(): dnd.DropEffect;
18462
18695
  /**
18463
18696
  * Gets current value of property {@link #getDroppable droppable}.
18464
18697
  *
@@ -18480,7 +18713,7 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
18480
18713
  *
18481
18714
  * @returns Value of property `dropPosition`
18482
18715
  */
18483
- getDropPosition(): dnd.DropPosition | keyof typeof dnd.DropPosition;
18716
+ getDropPosition(): dnd.DropPosition;
18484
18717
  /**
18485
18718
  * Sets a new value for property {@link #getDraggable draggable}.
18486
18719
  *
@@ -18893,7 +19126,7 @@ declare module "sap/ui/mdc/table/GridTableType" {
18893
19126
  *
18894
19127
  * @returns Value of property `rowCountMode`
18895
19128
  */
18896
- getRowCountMode(): TableRowCountMode | keyof typeof TableRowCountMode;
19129
+ getRowCountMode(): TableRowCountMode;
18897
19130
  /**
18898
19131
  * Gets current value of property {@link #getScrollThreshold scrollThreshold}.
18899
19132
  *
@@ -19209,7 +19442,7 @@ declare module "sap/ui/mdc/table/ResponsiveColumnSettings" {
19209
19442
  *
19210
19443
  * @returns Value of property `importance`
19211
19444
  */
19212
- getImportance(): Priority | keyof typeof Priority;
19445
+ getImportance(): Priority;
19213
19446
  /**
19214
19447
  * Gets current value of property {@link #getMergeFunction mergeFunction}.
19215
19448
  *
@@ -19402,7 +19635,7 @@ declare module "sap/ui/mdc/table/ResponsiveTableType" {
19402
19635
  *
19403
19636
  * @returns Value of property `detailsButtonSetting`
19404
19637
  */
19405
- getDetailsButtonSetting(): Array<Priority | keyof typeof Priority>;
19638
+ getDetailsButtonSetting(): Priority[];
19406
19639
  /**
19407
19640
  * Gets current value of property {@link #getGrowingMode growingMode}.
19408
19641
  *
@@ -19413,7 +19646,7 @@ declare module "sap/ui/mdc/table/ResponsiveTableType" {
19413
19646
  *
19414
19647
  * @returns Value of property `growingMode`
19415
19648
  */
19416
- getGrowingMode(): TableGrowingMode | keyof typeof TableGrowingMode;
19649
+ getGrowingMode(): TableGrowingMode;
19417
19650
  /**
19418
19651
  * Gets current value of property {@link #getPopinLayout popinLayout}.
19419
19652
  *
@@ -19425,7 +19658,7 @@ declare module "sap/ui/mdc/table/ResponsiveTableType" {
19425
19658
  *
19426
19659
  * @returns Value of property `popinLayout`
19427
19660
  */
19428
- getPopinLayout(): PopinLayout | keyof typeof PopinLayout;
19661
+ getPopinLayout(): PopinLayout;
19429
19662
  /**
19430
19663
  * Gets current value of property {@link #getShowDetailsButton showDetailsButton}.
19431
19664
  *
@@ -19788,7 +20021,7 @@ declare module "sap/ui/mdc/table/RowActionItem" {
19788
20021
  *
19789
20022
  * @returns Value of property `type`
19790
20023
  */
19791
- getType(): TableRowActionType | keyof typeof TableRowActionType;
20024
+ getType(): TableRowActionType;
19792
20025
  /**
19793
20026
  * Gets current value of property {@link #getVisible visible}.
19794
20027
  *
@@ -20048,15 +20281,16 @@ declare module "sap/ui/mdc/table/RowSettings" {
20048
20281
  *
20049
20282
  * The highlight state of the rows.
20050
20283
  *
20051
- * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
20052
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
20284
+ * If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
20285
+ * no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
20053
20286
  * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
20054
20287
  * for accessibility contrast reasons).
20055
20288
  *
20056
20289
  * Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
20057
- * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
20058
- * property does not need to be set because a default text is used. However, the default text can be overridden
20059
- * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
20290
+ * property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
20291
+ * the `highlightText` property does not need to be set because a default text is used. However, the default
20292
+ * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
20293
+ * property must be set.
20060
20294
  *
20061
20295
  * Default value is `"None"`.
20062
20296
  *
@@ -20154,15 +20388,16 @@ declare module "sap/ui/mdc/table/RowSettings" {
20154
20388
  *
20155
20389
  * The highlight state of the rows.
20156
20390
  *
20157
- * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
20158
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
20391
+ * If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
20392
+ * no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
20159
20393
  * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
20160
20394
  * for accessibility contrast reasons).
20161
20395
  *
20162
20396
  * Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
20163
- * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
20164
- * property does not need to be set because a default text is used. However, the default text can be overridden
20165
- * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
20397
+ * property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
20398
+ * the `highlightText` property does not need to be set because a default text is used. However, the default
20399
+ * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
20400
+ * property must be set.
20166
20401
  *
20167
20402
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
20168
20403
  *
@@ -20222,15 +20457,16 @@ declare module "sap/ui/mdc/table/RowSettings" {
20222
20457
  /**
20223
20458
  * The highlight state of the rows.
20224
20459
  *
20225
- * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
20226
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
20460
+ * If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
20461
+ * no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
20227
20462
  * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
20228
20463
  * for accessibility contrast reasons).
20229
20464
  *
20230
20465
  * Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
20231
- * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
20232
- * property does not need to be set because a default text is used. However, the default text can be overridden
20233
- * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
20466
+ * property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
20467
+ * the `highlightText` property does not need to be set because a default text is used. However, the default
20468
+ * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
20469
+ * property must be set.
20234
20470
  */
20235
20471
  highlight?: string | PropertyBindingInfo;
20236
20472
 
@@ -22939,7 +23175,7 @@ declare module "sap/ui/mdc/valuehelp/base/FilterableListContent" {
22939
23175
  *
22940
23176
  * Default value is `empty string`.
22941
23177
  *
22942
- * @deprecated (since 1.120.2) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
23178
+ * @deprecated As of version 1.120.2. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
22943
23179
  *
22944
23180
  * @returns Value of property `filterFields`
22945
23181
  */
@@ -23045,7 +23281,7 @@ declare module "sap/ui/mdc/valuehelp/base/FilterableListContent" {
23045
23281
  *
23046
23282
  * Default value is `empty string`.
23047
23283
  *
23048
- * @deprecated (since 1.120.2) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
23284
+ * @deprecated As of version 1.120.2. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
23049
23285
  *
23050
23286
  * @returns Reference to `this` in order to allow method chaining
23051
23287
  */
@@ -23112,7 +23348,7 @@ declare module "sap/ui/mdc/valuehelp/base/FilterableListContent" {
23112
23348
  *
23113
23349
  * If it is empty, no suggestion is available.
23114
23350
  *
23115
- * @deprecated (since 1.120.2) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
23351
+ * @deprecated As of version 1.120.2. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
23116
23352
  */
23117
23353
  filterFields?: string | PropertyBindingInfo;
23118
23354
 
@@ -23501,7 +23737,7 @@ declare module "sap/ui/mdc/valuehelp/content/Conditions" {
23501
23737
  * ID of the element which is the current target of the association {@link #getFieldHelp fieldHelp}, or
23502
23738
  * `null`.
23503
23739
  *
23504
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
23740
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
23505
23741
  */
23506
23742
  getFieldHelp(): ID | null;
23507
23743
  /**
@@ -23521,7 +23757,7 @@ declare module "sap/ui/mdc/valuehelp/content/Conditions" {
23521
23757
  /**
23522
23758
  * Sets the associated {@link #getFieldHelp fieldHelp}.
23523
23759
  *
23524
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
23760
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
23525
23761
  *
23526
23762
  * @returns Reference to `this` in order to allow method chaining
23527
23763
  */
@@ -23584,7 +23820,7 @@ declare module "sap/ui/mdc/valuehelp/content/Conditions" {
23584
23820
  * **Note:** For `Boolean`, `Date`, or `Time` types, no `FieldHelp` should be added, but a default `FieldHelp`
23585
23821
  * used instead.
23586
23822
  *
23587
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
23823
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
23588
23824
  */
23589
23825
  fieldHelp?: ValueHelp | string;
23590
23826
 
@@ -24482,7 +24718,7 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
24482
24718
  *
24483
24719
  * This event is fired when the content of the table is updated.
24484
24720
  *
24485
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24721
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24486
24722
  *
24487
24723
  * @returns Reference to `this` in order to allow method chaining
24488
24724
  */
@@ -24511,7 +24747,7 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
24511
24747
  *
24512
24748
  * This event is fired when the content of the table is updated.
24513
24749
  *
24514
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24750
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24515
24751
  *
24516
24752
  * @returns Reference to `this` in order to allow method chaining
24517
24753
  */
@@ -24539,7 +24775,7 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
24539
24775
  *
24540
24776
  * The passed function and listener object must match the ones used for event registration.
24541
24777
  *
24542
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24778
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24543
24779
  *
24544
24780
  * @returns Reference to `this` in order to allow method chaining
24545
24781
  */
@@ -24556,7 +24792,7 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
24556
24792
  /**
24557
24793
  * Fires event {@link #event:contentUpdated contentUpdated} to attached listeners.
24558
24794
  *
24559
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24795
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24560
24796
  * @ui5-protected Do not call from applications (only from related classes in the framework)
24561
24797
  *
24562
24798
  * @returns Reference to `this` in order to allow method chaining
@@ -24614,7 +24850,7 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
24614
24850
  /**
24615
24851
  * This event is fired when the content of the table is updated.
24616
24852
  *
24617
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24853
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24618
24854
  */
24619
24855
  contentUpdated?: (oEvent: Event) => void;
24620
24856
  }
@@ -24622,14 +24858,14 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
24622
24858
  /**
24623
24859
  * Parameters of the MTable#contentUpdated event.
24624
24860
  *
24625
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24861
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24626
24862
  */
24627
24863
  export interface MTable$ContentUpdatedEventParameters {}
24628
24864
 
24629
24865
  /**
24630
24866
  * Event object of the MTable#contentUpdated event.
24631
24867
  *
24632
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
24868
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
24633
24869
  */
24634
24870
  export type MTable$ContentUpdatedEvent = Event<
24635
24871
  MTable$ContentUpdatedEventParameters,
@@ -24976,7 +25212,7 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
24976
25212
  * Default value is `false`.
24977
25213
  *
24978
25214
  * @since 1.110.0
24979
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
25215
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
24980
25216
  *
24981
25217
  * @returns Value of property `opensOnClick`
24982
25218
  */
@@ -24993,7 +25229,7 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
24993
25229
  * Default value is `false`.
24994
25230
  *
24995
25231
  * @since 1.112.0
24996
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
25232
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
24997
25233
  *
24998
25234
  * @returns Value of property `opensOnFocus`
24999
25235
  */
@@ -25013,7 +25249,7 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25013
25249
  * Default value is `false`.
25014
25250
  *
25015
25251
  * @since 1.110.0
25016
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
25252
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
25017
25253
  *
25018
25254
  * @returns Reference to `this` in order to allow method chaining
25019
25255
  */
@@ -25037,7 +25273,7 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25037
25273
  * Default value is `false`.
25038
25274
  *
25039
25275
  * @since 1.112.0
25040
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
25276
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
25041
25277
  *
25042
25278
  * @returns Reference to `this` in order to allow method chaining
25043
25279
  */
@@ -25061,7 +25297,7 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25061
25297
  * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
25062
25298
  *
25063
25299
  * @since 1.110.0
25064
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
25300
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
25065
25301
  */
25066
25302
  opensOnClick?: boolean | PropertyBindingInfo | `{${string}}`;
25067
25303
 
@@ -25073,7 +25309,7 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25073
25309
  * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
25074
25310
  *
25075
25311
  * @since 1.112.0
25076
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
25312
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
25077
25313
  */
25078
25314
  opensOnFocus?: boolean | PropertyBindingInfo | `{${string}}`;
25079
25315
  }
@@ -25081,6 +25317,8 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25081
25317
 
25082
25318
  declare namespace sap {
25083
25319
  interface IUI5DefineDependencyNames {
25320
+ "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
25321
+
25084
25322
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
25085
25323
 
25086
25324
  "sap/ui/mdc/BaseDelegate": undefined;
@@ -25343,6 +25581,8 @@ declare namespace sap {
25343
25581
 
25344
25582
  "sap/ui/mdc/util/PropertyHelper": undefined;
25345
25583
 
25584
+ "sap/ui/mdc/util/PropertyHelperUtil": undefined;
25585
+
25346
25586
  "sap/ui/mdc/util/TypeMap": undefined;
25347
25587
 
25348
25588
  "sap/ui/mdc/util/TypeUtil": undefined;