@openui5/ts-types 1.132.0 → 1.133.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -147,7 +147,7 @@ declare module "sap/ui/mdc/ChartDelegate" {
147
147
  * the internal behavior.
148
148
  *
149
149
  * @since 1.88
150
- * @experimental (since 1.88)
150
+ * @experimental As of version 1.88.
151
151
  */
152
152
  interface ChartDelegate extends AggregationBaseDelegate {
153
153
  /**
@@ -2173,8 +2173,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
2173
2173
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
2174
2174
  * and enables model-specific type configuration.
2175
2175
  *
2176
- * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
2177
- *
2178
2176
  * @since 1.114.0
2179
2177
  */
2180
2178
  interface TypeMap {
@@ -2241,7 +2239,7 @@ declare module "sap/ui/mdc/util/TypeMap" {
2241
2239
  * Used constraints
2242
2240
  */
2243
2241
  oConstraints: object
2244
- ): sap.ui.mdc.enums.BaseType | keyof typeof sap.ui.mdc.enums.BaseType;
2242
+ ): sap.ui.mdc.enums.BaseType;
2245
2243
  /**
2246
2244
  * Convenience method to retrieve the `BaseType` for a given {@link sap.ui.model.SimpleType SimpleType}.
2247
2245
  *
@@ -2254,10 +2252,13 @@ declare module "sap/ui/mdc/util/TypeMap" {
2254
2252
  * Given type string or {@link sap.ui.model.SimpleType}
2255
2253
  */
2256
2254
  oType: sap.ui.model.SimpleType
2257
- ): sap.ui.mdc.enums.BaseType | keyof typeof sap.ui.mdc.enums.BaseType;
2255
+ ): sap.ui.mdc.enums.BaseType;
2258
2256
  /**
2259
2257
  * Gets a data type class based on a given name.
2260
2258
  *
2259
+ * **Note:** All modules of the required data types must be loaded before. To do this, {@link #retrieveDataTypeClasses }
2260
+ * can be used.
2261
+ *
2261
2262
  *
2262
2263
  * @returns Corresponding data type class
2263
2264
  */
@@ -2282,6 +2283,9 @@ declare module "sap/ui/mdc/util/TypeMap" {
2282
2283
  /**
2283
2284
  * Gets a data type instance based on a given `ObjectPath`, `FormatOptions`, and `Constraints`.
2284
2285
  *
2286
+ * **Note:** All modules of the required data types must be loaded before. To do this, {@link #retrieveDataTypeClasses }
2287
+ * can be used.
2288
+ *
2285
2289
  *
2286
2290
  * @returns Instance of the resolved data type
2287
2291
  */
@@ -2360,6 +2364,19 @@ declare module "sap/ui/mdc/util/TypeMap" {
2360
2364
  */
2361
2365
  oConstraints?: object
2362
2366
  ): object;
2367
+ /**
2368
+ * Loads modules for all requested data types.
2369
+ *
2370
+ * @since 1.133.0
2371
+ *
2372
+ * @returns Array of corresponding data type classes
2373
+ */
2374
+ retrieveDataTypeClasses(
2375
+ /**
2376
+ * Array of class path as `string` where each name is separated by '.'
2377
+ */
2378
+ aDataTypes: string[]
2379
+ ): Promise<sap.ui.model.SimpleType[]>;
2363
2380
  /**
2364
2381
  * Sets a {@link sap.ui.mdc.enums.BaseType BaseType} and an optional model- or scenario-specific configuration
2365
2382
  * method for a given {@link sap.ui.model.SimpleType} `ObjectPath` `string`.
@@ -2650,7 +2667,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2650
2667
  * This might be extended with payload-dependent filters.
2651
2668
  *
2652
2669
  * @since 1.101.0
2653
- * @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2670
+ * @deprecated As of version 1.118. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2654
2671
  *
2655
2672
  * @returns `true` if item is selected
2656
2673
  */
@@ -2930,7 +2947,7 @@ declare namespace sap {
2930
2947
  /**
2931
2948
  * Describes the settings that can be provided to the ChartImplementationContainer constructor.
2932
2949
  *
2933
- * @experimental (since 1.105)
2950
+ * @experimental As of version 1.105.
2934
2951
  */
2935
2952
  interface $ChartImplementationContainerSettings
2936
2953
  extends sap.ui.core.$ControlSettings {
@@ -2964,7 +2981,7 @@ declare namespace sap {
2964
2981
  /**
2965
2982
  * Describes the settings that can be provided to the ChartSelectionDetails constructor.
2966
2983
  *
2967
- * @experimental (since 1.88)
2984
+ * @experimental As of version 1.88.
2968
2985
  */
2969
2986
  interface $ChartSelectionDetailsSettings
2970
2987
  extends sap.m.$SelectionDetailsSettings {
@@ -3003,13 +3020,13 @@ declare namespace sap {
3003
3020
  /**
3004
3021
  * Describes the settings that can be provided to the Item constructor.
3005
3022
  *
3006
- * @experimental (since 1.88)
3023
+ * @experimental As of version 1.88.
3007
3024
  */
3008
3025
  interface $ItemSettings extends sap.ui.core.$ElementSettings {
3009
3026
  /**
3010
3027
  * The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
3011
3028
  *
3012
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
3029
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
3013
3030
  */
3014
3031
  name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
3015
3032
 
@@ -3043,7 +3060,7 @@ declare namespace sap {
3043
3060
  /**
3044
3061
  * Describes the settings that can be provided to the SelectionDetailsActions constructor.
3045
3062
  *
3046
- * @experimental (since 1.88)
3063
+ * @experimental As of version 1.88.
3047
3064
  */
3048
3065
  interface $SelectionDetailsActionsSettings
3049
3066
  extends sap.ui.core.$ElementSettings {
@@ -3080,7 +3097,7 @@ declare namespace sap {
3080
3097
  * Based on the `showNoDataStruct` the `content` or `noDataContent` will be shown.
3081
3098
  *
3082
3099
  * @since 1.105
3083
- * @experimental (since 1.105)
3100
+ * @experimental As of version 1.105.
3084
3101
  */
3085
3102
  class ChartImplementationContainer extends sap.ui.core.Control {
3086
3103
  /**
@@ -3198,7 +3215,7 @@ declare namespace sap {
3198
3215
  * the configuration specified.
3199
3216
  *
3200
3217
  * @since 1.88
3201
- * @experimental (since 1.88)
3218
+ * @experimental As of version 1.88.
3202
3219
  */
3203
3220
  class ChartSelectionDetails extends sap.m.SelectionDetails {
3204
3221
  /**
@@ -3347,7 +3364,7 @@ declare namespace sap {
3347
3364
  * The `Item` control for the chart/property metadata used within MDC Chart.
3348
3365
  *
3349
3366
  * @since 1.88
3350
- * @experimental (since 1.88)
3367
+ * @experimental As of version 1.88.
3351
3368
  */
3352
3369
  class Item extends sap.ui.core.Element {
3353
3370
  /**
@@ -3427,7 +3444,7 @@ declare namespace sap {
3427
3444
  *
3428
3445
  * The unique identifier of the chart item that reflects the name of the property in the PropertyInfo.
3429
3446
  *
3430
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
3447
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
3431
3448
  *
3432
3449
  * @returns Value of property `name`
3433
3450
  */
@@ -3487,7 +3504,7 @@ declare namespace sap {
3487
3504
  *
3488
3505
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3489
3506
  *
3490
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
3507
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
3491
3508
  *
3492
3509
  * @returns Reference to `this` in order to allow method chaining
3493
3510
  */
@@ -3554,7 +3571,7 @@ declare namespace sap {
3554
3571
  * The `SelectionDetailsActions` is used to provide additional functionality to the Details popover.
3555
3572
  *
3556
3573
  * @since 1.88
3557
- * @experimental (since 1.88)
3574
+ * @experimental As of version 1.88.
3558
3575
  */
3559
3576
  class SelectionDetailsActions extends sap.ui.core.Element {
3560
3577
  /**
@@ -3899,7 +3916,7 @@ declare namespace sap {
3899
3916
  * - `role`
3900
3917
  * - `dataType`
3901
3918
  *
3902
- * @experimental (since 1.80)
3919
+ * @experimental As of version 1.80.
3903
3920
  */
3904
3921
  type PropertyInfo = sap.ui.mdc.util.PropertyInfo & {
3905
3922
  /**
@@ -4696,7 +4713,7 @@ declare namespace sap {
4696
4713
  * Defines the personalization mode of the chart.
4697
4714
  *
4698
4715
  * @since 1.115
4699
- * @experimental (since 1.115)
4716
+ * @experimental As of version 1.115.
4700
4717
  */
4701
4718
  enum ChartP13nMode {
4702
4719
  /**
@@ -4721,7 +4738,7 @@ declare namespace sap {
4721
4738
  * Can be used to remove some of the default `ToolbarAction`. For more information, see {@link sap.ui.mdc.Chart#ignoreToolbarActions}.
4722
4739
  *
4723
4740
  * @since 1.115
4724
- * @experimental (since 1.115)
4741
+ * @experimental As of version 1.115.
4725
4742
  */
4726
4743
  enum ChartToolbarActionType {
4727
4744
  /**
@@ -4904,7 +4921,7 @@ declare namespace sap {
4904
4921
  */
4905
4922
  NoError = "undefined",
4906
4923
  /**
4907
- * Required filter filed without a value.
4924
+ * Required filter field without a value.
4908
4925
  */
4909
4926
  RequiredHasNoValue = "undefined",
4910
4927
  }
@@ -6113,7 +6130,7 @@ declare namespace sap {
6113
6130
  *
6114
6131
  * **Note:** For `Boolean` fields, no `ValueHelp` should be added, but a default `ValueHelp` used instead.
6115
6132
  *
6116
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
6133
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
6117
6134
  */
6118
6135
  fieldHelp?: sap.ui.mdc.ValueHelp | string;
6119
6136
 
@@ -7540,7 +7557,7 @@ declare namespace sap {
7540
7557
  * ID of the element which is the current target of the association {@link #getFieldHelp fieldHelp}, or
7541
7558
  * `null`.
7542
7559
  *
7543
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
7560
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
7544
7561
  */
7545
7562
  getFieldHelp(): sap.ui.core.ID | null;
7546
7563
  /**
@@ -8093,7 +8110,7 @@ declare namespace sap {
8093
8110
  /**
8094
8111
  * Sets the associated {@link #getFieldHelp fieldHelp}.
8095
8112
  *
8096
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
8113
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
8097
8114
  *
8098
8115
  * @returns Reference to `this` in order to allow method chaining
8099
8116
  */
@@ -8857,7 +8874,7 @@ declare namespace sap {
8857
8874
  /**
8858
8875
  * Describes the settings that can be provided to the FilterBar constructor.
8859
8876
  *
8860
- * @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
8877
+ * @deprecated As of version 1.124.0. Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
8861
8878
  */
8862
8879
  interface $FilterBarSettings
8863
8880
  extends sap.ui.mdc.valuehelp.$FilterBarSettings {}
@@ -8874,7 +8891,7 @@ declare namespace sap {
8874
8891
  * on its own.
8875
8892
  *
8876
8893
  * @since 1.84.0
8877
- * @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
8894
+ * @deprecated As of version 1.124.0. Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
8878
8895
  */
8879
8896
  class FilterBar extends sap.ui.mdc.valuehelp.FilterBar {
8880
8897
  /**
@@ -10284,7 +10301,7 @@ declare namespace sap {
10284
10301
  *
10285
10302
  * If it is empty, no suggestion is available.
10286
10303
  *
10287
- * @deprecated (since 1.120.2) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
10304
+ * @deprecated As of version 1.120.2. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
10288
10305
  */
10289
10306
  filterFields?:
10290
10307
  | string
@@ -11731,7 +11748,7 @@ declare namespace sap {
11731
11748
  *
11732
11749
  * Default value is `empty string`.
11733
11750
  *
11734
- * @deprecated (since 1.120.2) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
11751
+ * @deprecated As of version 1.120.2. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
11735
11752
  *
11736
11753
  * @returns Value of property `filterFields`
11737
11754
  */
@@ -11837,7 +11854,7 @@ declare namespace sap {
11837
11854
  *
11838
11855
  * Default value is `empty string`.
11839
11856
  *
11840
- * @deprecated (since 1.120.2) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
11857
+ * @deprecated As of version 1.120.2. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.isSearchSupported isSearchSupported}
11841
11858
  *
11842
11859
  * @returns Reference to `this` in order to allow method chaining
11843
11860
  */
@@ -12363,7 +12380,7 @@ declare namespace sap {
12363
12380
  * **Note:** For `Boolean`, `Date`, or `Time` types, no `FieldHelp` should be added, but a default `FieldHelp`
12364
12381
  * used instead.
12365
12382
  *
12366
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
12383
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
12367
12384
  */
12368
12385
  fieldHelp?: sap.ui.mdc.ValueHelp | string;
12369
12386
 
@@ -12492,7 +12509,7 @@ declare namespace sap {
12492
12509
  /**
12493
12510
  * This event is fired when the content of the table is updated.
12494
12511
  *
12495
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
12512
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
12496
12513
  */
12497
12514
  contentUpdated?: (oEvent: sap.ui.base.Event) => void;
12498
12515
  }
@@ -12500,7 +12517,7 @@ declare namespace sap {
12500
12517
  /**
12501
12518
  * Parameters of the MTable#contentUpdated event.
12502
12519
  *
12503
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
12520
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
12504
12521
  */
12505
12522
  interface MTable$ContentUpdatedEventParameters {}
12506
12523
 
@@ -12586,7 +12603,7 @@ declare namespace sap {
12586
12603
  * ID of the element which is the current target of the association {@link #getFieldHelp fieldHelp}, or
12587
12604
  * `null`.
12588
12605
  *
12589
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
12606
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
12590
12607
  */
12591
12608
  getFieldHelp(): sap.ui.core.ID | null;
12592
12609
  /**
@@ -12606,7 +12623,7 @@ declare namespace sap {
12606
12623
  /**
12607
12624
  * Sets the associated {@link #getFieldHelp fieldHelp}.
12608
12625
  *
12609
- * @deprecated (since 1.114.0) - replaced by {@link #setValueHelp valueHelp} association
12626
+ * @deprecated As of version 1.114.0. replaced by {@link #setValueHelp valueHelp} association
12610
12627
  *
12611
12628
  * @returns Reference to `this` in order to allow method chaining
12612
12629
  */
@@ -13229,7 +13246,7 @@ declare namespace sap {
13229
13246
  *
13230
13247
  * This event is fired when the content of the table is updated.
13231
13248
  *
13232
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
13249
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
13233
13250
  *
13234
13251
  * @returns Reference to `this` in order to allow method chaining
13235
13252
  */
@@ -13258,7 +13275,7 @@ declare namespace sap {
13258
13275
  *
13259
13276
  * This event is fired when the content of the table is updated.
13260
13277
  *
13261
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
13278
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
13262
13279
  *
13263
13280
  * @returns Reference to `this` in order to allow method chaining
13264
13281
  */
@@ -13286,7 +13303,7 @@ declare namespace sap {
13286
13303
  *
13287
13304
  * The passed function and listener object must match the ones used for event registration.
13288
13305
  *
13289
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
13306
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
13290
13307
  *
13291
13308
  * @returns Reference to `this` in order to allow method chaining
13292
13309
  */
@@ -13303,7 +13320,7 @@ declare namespace sap {
13303
13320
  /**
13304
13321
  * Fires event {@link #event:contentUpdated contentUpdated} to attached listeners.
13305
13322
  *
13306
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
13323
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
13307
13324
  * @ui5-protected Do not call from applications (only from related classes in the framework)
13308
13325
  *
13309
13326
  * @returns Reference to `this` in order to allow method chaining
@@ -13361,7 +13378,7 @@ declare namespace sap {
13361
13378
  /**
13362
13379
  * Event object of the MTable#contentUpdated event.
13363
13380
  *
13364
- * @deprecated (since 1.118.0) - This event is not fired or consumed anymore
13381
+ * @deprecated As of version 1.118.0. This event is not fired or consumed anymore
13365
13382
  */
13366
13383
  type MTable$ContentUpdatedEvent = sap.ui.base.Event<
13367
13384
  MTable$ContentUpdatedEventParameters,
@@ -13451,7 +13468,7 @@ declare namespace sap {
13451
13468
  * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
13452
13469
  *
13453
13470
  * @since 1.110.0
13454
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
13471
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
13455
13472
  */
13456
13473
  opensOnClick?:
13457
13474
  | boolean
@@ -13466,7 +13483,7 @@ declare namespace sap {
13466
13483
  * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
13467
13484
  *
13468
13485
  * @since 1.112.0
13469
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
13486
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
13470
13487
  */
13471
13488
  opensOnFocus?:
13472
13489
  | boolean
@@ -13889,7 +13906,7 @@ declare namespace sap {
13889
13906
  * Default value is `false`.
13890
13907
  *
13891
13908
  * @since 1.110.0
13892
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
13909
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
13893
13910
  *
13894
13911
  * @returns Value of property `opensOnClick`
13895
13912
  */
@@ -13906,7 +13923,7 @@ declare namespace sap {
13906
13923
  * Default value is `false`.
13907
13924
  *
13908
13925
  * @since 1.112.0
13909
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
13926
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
13910
13927
  *
13911
13928
  * @returns Value of property `opensOnFocus`
13912
13929
  */
@@ -13926,7 +13943,7 @@ declare namespace sap {
13926
13943
  * Default value is `false`.
13927
13944
  *
13928
13945
  * @since 1.110.0
13929
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
13946
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
13930
13947
  *
13931
13948
  * @returns Reference to `this` in order to allow method chaining
13932
13949
  */
@@ -13950,7 +13967,7 @@ declare namespace sap {
13950
13967
  * Default value is `false`.
13951
13968
  *
13952
13969
  * @since 1.112.0
13953
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
13970
+ * @deprecated As of version 1.121.0. replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
13954
13971
  *
13955
13972
  * @returns Reference to `this` in order to allow method chaining
13956
13973
  */
@@ -14714,7 +14731,7 @@ declare namespace sap {
14714
14731
  * setting the `demandPopin` property of the column. See {@link sap.m.Table#getAutoPopinMode} for more details,
14715
14732
  * which is automatically set to `true`.
14716
14733
  *
14717
- * @deprecated (since 1.110) - replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
14734
+ * @deprecated As of version 1.110. replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
14718
14735
  *
14719
14736
  * This property will be ignored whenever the {@link sap.ui.mdc.table.ResponsiveColumnSettings} are applied
14720
14737
  * to the column.
@@ -14728,7 +14745,7 @@ declare namespace sap {
14728
14745
  * Defines data property related to the column.
14729
14746
  *
14730
14747
  * @since 1.84
14731
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
14748
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
14732
14749
  */
14733
14750
  dataProperty?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
14734
14751
 
@@ -15068,15 +15085,16 @@ declare namespace sap {
15068
15085
  /**
15069
15086
  * The highlight state of the rows.
15070
15087
  *
15071
- * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
15072
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
15088
+ * If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
15089
+ * no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
15073
15090
  * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
15074
15091
  * for accessibility contrast reasons).
15075
15092
  *
15076
15093
  * Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
15077
- * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
15078
- * property does not need to be set because a default text is used. However, the default text can be overridden
15079
- * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
15094
+ * property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
15095
+ * the `highlightText` property does not need to be set because a default text is used. However, the default
15096
+ * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
15097
+ * property must be set.
15080
15098
  */
15081
15099
  highlight?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
15082
15100
 
@@ -15325,7 +15343,7 @@ declare namespace sap {
15325
15343
  * Defines data property related to the column.
15326
15344
  *
15327
15345
  * @since 1.84
15328
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
15346
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
15329
15347
  *
15330
15348
  * @returns Value of property `dataProperty`
15331
15349
  */
@@ -15386,7 +15404,7 @@ declare namespace sap {
15386
15404
  *
15387
15405
  * Default value is `"None"`.
15388
15406
  *
15389
- * @deprecated (since 1.110) - replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
15407
+ * @deprecated As of version 1.110. replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
15390
15408
  *
15391
15409
  * This property will be ignored whenever the {@link sap.ui.mdc.table.ResponsiveColumnSettings} are applied
15392
15410
  * to the column.
@@ -15461,7 +15479,7 @@ declare namespace sap {
15461
15479
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15462
15480
  *
15463
15481
  * @since 1.84
15464
- * @deprecated (since 1.115) - Please use `propertyKey` instead.
15482
+ * @deprecated As of version 1.115. Please use `propertyKey` instead.
15465
15483
  *
15466
15484
  * @returns Reference to `this` in order to allow method chaining
15467
15485
  */
@@ -15552,7 +15570,7 @@ declare namespace sap {
15552
15570
  *
15553
15571
  * Default value is `"None"`.
15554
15572
  *
15555
- * @deprecated (since 1.110) - replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
15573
+ * @deprecated As of version 1.110. replaced with {@link sap.ui.mdc.table.ResponsiveColumnSettings#importance }
15556
15574
  *
15557
15575
  * This property will be ignored whenever the {@link sap.ui.mdc.table.ResponsiveColumnSettings} are applied
15558
15576
  * to the column.
@@ -17342,15 +17360,16 @@ declare namespace sap {
17342
17360
  *
17343
17361
  * The highlight state of the rows.
17344
17362
  *
17345
- * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
17346
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
17363
+ * If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
17364
+ * no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
17347
17365
  * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
17348
17366
  * for accessibility contrast reasons).
17349
17367
  *
17350
17368
  * Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
17351
- * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
17352
- * property does not need to be set because a default text is used. However, the default text can be overridden
17353
- * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
17369
+ * property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
17370
+ * the `highlightText` property does not need to be set because a default text is used. However, the default
17371
+ * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
17372
+ * property must be set.
17354
17373
  *
17355
17374
  * Default value is `"None"`.
17356
17375
  *
@@ -17448,15 +17467,16 @@ declare namespace sap {
17448
17467
  *
17449
17468
  * The highlight state of the rows.
17450
17469
  *
17451
- * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
17452
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
17470
+ * If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
17471
+ * no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
17453
17472
  * or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
17454
17473
  * for accessibility contrast reasons).
17455
17474
  *
17456
17475
  * Accessibility support is provided with the {@link sap.ui.mdc.table.RowSettings#setHighlightText highlightText }
17457
- * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
17458
- * property does not need to be set because a default text is used. However, the default text can be overridden
17459
- * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
17476
+ * property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
17477
+ * the `highlightText` property does not need to be set because a default text is used. However, the default
17478
+ * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
17479
+ * property must be set.
17460
17480
  *
17461
17481
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17462
17482
  *
@@ -17947,7 +17967,7 @@ declare namespace sap {
17947
17967
  /**
17948
17968
  * Describes the settings that can be provided to the Chart constructor.
17949
17969
  *
17950
- * @experimental (since 1.88)
17970
+ * @experimental As of version 1.88.
17951
17971
  */
17952
17972
  interface $ChartSettings extends sap.ui.mdc.$ControlSettings {
17953
17973
  /**
@@ -18512,7 +18532,7 @@ declare namespace sap {
18512
18532
  /**
18513
18533
  * This property has no effect and will be removed soon.
18514
18534
  *
18515
- * @deprecated (since 1.115) - the concept has been discarded.
18535
+ * @deprecated As of version 1.115. the concept has been discarded.
18516
18536
  */
18517
18537
  height?:
18518
18538
  | sap.ui.core.CSSSize
@@ -19385,10 +19405,15 @@ declare namespace sap {
19385
19405
 
19386
19406
  /**
19387
19407
  * The `Chart` control creates a chart based on metadata and the configuration specified.
19388
- * **Note:** The inner chart needs to be created inside the `ChartDelegate`.
19408
+ *
19409
+ *
19410
+ * **Note:** The `Chart` control acts as a wrapper that is used to enhance an instance of a given chart
19411
+ * control framework (in the following texts referred to as inner chart) with functionalities, such as a
19412
+ * `toolbar`, `p13n`, and `VariantManagement`. The inner chart instance and its configuration must be provided
19413
+ * via an implementation of a `ChartDelegate` module.
19389
19414
  *
19390
19415
  * @since 1.88
19391
- * @experimental (since 1.88)
19416
+ * @experimental As of version 1.88.
19392
19417
  */
19393
19418
  class Chart
19394
19419
  extends sap.ui.mdc.Control
@@ -20350,7 +20375,7 @@ declare namespace sap {
20350
20375
  /**
20351
20376
  * Returns the `typeUtil` made available by a delegate module.
20352
20377
  *
20353
- * @deprecated (since 1.115.0) - please see {@link #getTypeMap}
20378
+ * @deprecated As of version 1.115.0. please see {@link #getTypeMap}
20354
20379
  * @ui5-protected Do not call from applications (only from related classes in the framework)
20355
20380
  *
20356
20381
  * @returns `TypeUtil` object
@@ -20539,7 +20564,7 @@ declare namespace sap {
20539
20564
  /**
20540
20565
  * Returns the `typeUtil` made available by a delegate module.
20541
20566
  *
20542
- * @deprecated (since 1.115.0) - please see {@link #getTypeMap}
20567
+ * @deprecated As of version 1.115.0. please see {@link #getTypeMap}
20543
20568
  * @ui5-protected Do not call from applications (only from related classes in the framework)
20544
20569
  *
20545
20570
  * @returns `TypeUtil` object
@@ -20762,8 +20787,8 @@ declare namespace sap {
20762
20787
  *
20763
20788
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20764
20789
  *
20765
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20766
- * `additionalValue` property to bind the control.
20790
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
20791
+ * and `additionalValue` property to bind the control.
20767
20792
  *
20768
20793
  * @returns Reference to `this` to allow method chaining
20769
20794
  */
@@ -20836,8 +20861,8 @@ declare namespace sap {
20836
20861
  *
20837
20862
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20838
20863
  *
20839
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20840
- * `additionalValue` property to bind the control.
20864
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
20865
+ * and `additionalValue` property to bind the control.
20841
20866
  *
20842
20867
  * @returns Conditions of the field
20843
20868
  */
@@ -20850,8 +20875,8 @@ declare namespace sap {
20850
20875
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20851
20876
  * value of the `dataType` property is ignored.
20852
20877
  *
20853
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
20854
- * the `value` property is used.
20878
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The type in the binding
20879
+ * to the `value` property is used.
20855
20880
  *
20856
20881
  * @returns Value of property `dataType`
20857
20882
  */
@@ -20864,8 +20889,8 @@ declare namespace sap {
20864
20889
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20865
20890
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
20866
20891
  *
20867
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
20868
- * in the binding to the `value` property is used.
20892
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `Constraints` of
20893
+ * the type in the binding to the `value` property is used.
20869
20894
  *
20870
20895
  * @returns Value of property `dataTypeConstraints`
20871
20896
  */
@@ -20878,8 +20903,8 @@ declare namespace sap {
20878
20903
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20879
20904
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
20880
20905
  *
20881
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
20882
- * type in the binding to the `value` property is used.
20906
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `FormatOptions` of
20907
+ * the type in the binding to the `value` property is used.
20883
20908
  *
20884
20909
  * @returns Value of property `dataTypeFormatOptions`
20885
20910
  */
@@ -20919,8 +20944,8 @@ declare namespace sap {
20919
20944
  *
20920
20945
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
20921
20946
  *
20922
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
20923
- * `additionalValue` property to bind the control.
20947
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
20948
+ * and `additionalValue` property to bind the control.
20924
20949
  *
20925
20950
  * @returns Reference to `this` to allow method chaining
20926
20951
  */
@@ -20938,8 +20963,8 @@ declare namespace sap {
20938
20963
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20939
20964
  * value of the `dataType` property is ignored.
20940
20965
  *
20941
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
20942
- * the `value` property is used.
20966
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The type in the binding
20967
+ * to the `value` property is used.
20943
20968
  *
20944
20969
  * @returns Reference to `this` to allow method chaining
20945
20970
  */
@@ -20957,8 +20982,8 @@ declare namespace sap {
20957
20982
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20958
20983
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
20959
20984
  *
20960
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
20961
- * in the binding to the `value` property is used.
20985
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `Constraints` of
20986
+ * the type in the binding to the `value` property is used.
20962
20987
  *
20963
20988
  * @returns Reference to `this` to allow method chaining
20964
20989
  */
@@ -20976,8 +21001,8 @@ declare namespace sap {
20976
21001
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
20977
21002
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
20978
21003
  *
20979
- * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
20980
- * type in the binding to the `value` property is used.
21004
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. The `FormatOptions` of
21005
+ * the type in the binding to the `value` property is used.
20981
21006
  *
20982
21007
  * @returns Reference to `this` to allow method chaining
20983
21008
  */
@@ -20990,7 +21015,7 @@ declare namespace sap {
20990
21015
  /**
20991
21016
  * This property must not be set for the `Field`
20992
21017
  *
20993
- * @deprecated (since 1.54) - this property is not supported for the `Field`.
21018
+ * @deprecated As of version 1.54. this property is not supported for the `Field`.
20994
21019
  *
20995
21020
  * @returns `this` to allow method chaining.
20996
21021
  */
@@ -21030,8 +21055,8 @@ declare namespace sap {
21030
21055
  *
21031
21056
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
21032
21057
  *
21033
- * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
21034
- * `additionalValue` property to bind the control.
21058
+ * @deprecated As of version 1.54. this property is not supported for the `Field`. Use the `value` property
21059
+ * and `additionalValue` property to bind the control.
21035
21060
  *
21036
21061
  * @returns Reference to `this` to allow method chaining
21037
21062
  */
@@ -21968,7 +21993,7 @@ declare namespace sap {
21968
21993
  *
21969
21994
  * Do not use the `conditions` property, use the `items` aggregation instead.
21970
21995
  *
21971
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
21996
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. Use the `items`
21972
21997
  * aggregation to bind the control.
21973
21998
  *
21974
21999
  * @returns Reference to `this` to allow method chaining
@@ -22037,7 +22062,7 @@ declare namespace sap {
22037
22062
  *
22038
22063
  * Do not use the `conditions` property, use the `items` aggregation instead.
22039
22064
  *
22040
- * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
22065
+ * @deprecated As of version 1.54. this property is not supported for the `MultiValueField`. Use the `items`
22041
22066
  * aggregation to bind the control.
22042
22067
  *
22043
22068
  * @returns conditions of the field
@@ -22051,8 +22076,8 @@ declare namespace sap {
22051
22076
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
22052
22077
  * the value of the `dataType` property is ignored.
22053
22078
  *
22054
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22055
- * binding to the `items` aggregation is used.
22079
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
22080
+ * the binding to the `items` aggregation is used.
22056
22081
  *
22057
22082
  * @returns Value of property `dataType`
22058
22083
  */
@@ -22065,8 +22090,8 @@ declare namespace sap {
22065
22090
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
22066
22091
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
22067
22092
  *
22068
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22069
- * binding to the `items` aggregation is used.
22093
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
22094
+ * the binding to the `items` aggregation is used.
22070
22095
  *
22071
22096
  * @returns Value of property `dataTypeConstraints`
22072
22097
  */
@@ -22079,8 +22104,8 @@ declare namespace sap {
22079
22104
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
22080
22105
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
22081
22106
  *
22082
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22083
- * binding to the `items` aggregation is used.
22107
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
22108
+ * the binding to the `items` aggregation is used.
22084
22109
  *
22085
22110
  * @returns Value of property `dataTypeFormatOptions`
22086
22111
  */
@@ -22123,7 +22148,7 @@ declare namespace sap {
22123
22148
  /**
22124
22149
  * Gets current value of property {@link #getMultipleLines multipleLines}.
22125
22150
  *
22126
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
22151
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`.
22127
22152
  *
22128
22153
  * @returns Value for property `multipleLines`
22129
22154
  */
@@ -22185,7 +22210,7 @@ declare namespace sap {
22185
22210
  *
22186
22211
  * Do not use the `conditions` property, use the `items` aggregation instead.
22187
22212
  *
22188
- * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
22213
+ * @deprecated As of version 1.54. this property is not supported for the `MultiValueField`. Use the `items`
22189
22214
  * aggregation to bind the control.
22190
22215
  *
22191
22216
  * @returns Reference to `this` to allow method chaining
@@ -22203,8 +22228,8 @@ declare namespace sap {
22203
22228
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
22204
22229
  * the value of the `dataType` property is ignored.
22205
22230
  *
22206
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22207
- * binding to the `items` aggregation is used.
22231
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
22232
+ * the binding to the `items` aggregation is used.
22208
22233
  *
22209
22234
  * @returns Reference to `this` to allow method chaining
22210
22235
  */
@@ -22222,8 +22247,8 @@ declare namespace sap {
22222
22247
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
22223
22248
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
22224
22249
  *
22225
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22226
- * binding to the `items` aggregation is used.
22250
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
22251
+ * the binding to the `items` aggregation is used.
22227
22252
  *
22228
22253
  * @returns Reference to `this` to allow method chaining
22229
22254
  */
@@ -22241,8 +22266,8 @@ declare namespace sap {
22241
22266
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
22242
22267
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
22243
22268
  *
22244
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
22245
- * binding to the `items` aggregation is used.
22269
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. The type in
22270
+ * the binding to the `items` aggregation is used.
22246
22271
  *
22247
22272
  * @returns Reference to `this` to allow method chaining
22248
22273
  */
@@ -22287,7 +22312,7 @@ declare namespace sap {
22287
22312
  /**
22288
22313
  * This property must not be set for the `MultiValueField` control.
22289
22314
  *
22290
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
22315
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField` control.
22291
22316
  *
22292
22317
  * @returns `this` to allow method chaining.
22293
22318
  */
@@ -22300,7 +22325,7 @@ declare namespace sap {
22300
22325
  /**
22301
22326
  * Sets a new value for property {@link #getMultipleLines multipleLines}.
22302
22327
  *
22303
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
22328
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`.
22304
22329
  *
22305
22330
  * @returns Reference to `this` to allow method chaining
22306
22331
  */
@@ -22315,7 +22340,7 @@ declare namespace sap {
22315
22340
  *
22316
22341
  * Do not use the `conditions` property, use the `items` aggregation instead.
22317
22342
  *
22318
- * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
22343
+ * @deprecated As of version 1.93. this property is not supported for the `MultiValueField`. Use the `items`
22319
22344
  * aggregation to bind the control.
22320
22345
  *
22321
22346
  * @returns Reference to `this` to allow method chaining
@@ -23142,7 +23167,7 @@ declare namespace sap {
23142
23167
  *
23143
23168
  * This property has no effect and will be removed soon.
23144
23169
  *
23145
- * @deprecated (since 1.115) - the concept has been discarded.
23170
+ * @deprecated As of version 1.115. the concept has been discarded.
23146
23171
  *
23147
23172
  * @returns Value of property `height`
23148
23173
  */
@@ -23700,7 +23725,7 @@ declare namespace sap {
23700
23725
  *
23701
23726
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
23702
23727
  *
23703
- * @deprecated (since 1.115) - the concept has been discarded.
23728
+ * @deprecated As of version 1.115. the concept has been discarded.
23704
23729
  *
23705
23730
  * @returns Reference to `this` in order to allow method chaining
23706
23731
  */
@@ -24881,6 +24906,8 @@ declare namespace sap {
24881
24906
 
24882
24907
  "sap/ui/mdc/util/PropertyHelper": undefined;
24883
24908
 
24909
+ "sap/ui/mdc/util/PropertyHelperUtil": undefined;
24910
+
24884
24911
  "sap/ui/mdc/util/TypeMap": undefined;
24885
24912
 
24886
24913
  "sap/ui/mdc/util/TypeUtil": undefined;