@sapui5/ts-types 1.123.1 → 1.124.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 (66) hide show
  1. package/LICENSE.txt +13 -10
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/types/sap.apf.d.ts +1 -1
  5. package/types/sap.ca.ui.d.ts +1 -1
  6. package/types/sap.chart.d.ts +1 -1
  7. package/types/sap.collaboration.d.ts +5 -3
  8. package/types/sap.esh.search.ui.d.ts +127 -1
  9. package/types/sap.f.d.ts +55 -15
  10. package/types/sap.fe.core.d.ts +12 -6
  11. package/types/sap.fe.macros.d.ts +2041 -186
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  15. package/types/sap.fe.templates.d.ts +31 -4
  16. package/types/sap.fe.test.d.ts +1 -1
  17. package/types/sap.fe.tools.d.ts +1 -1
  18. package/types/sap.feedback.ui.d.ts +1 -1
  19. package/types/sap.gantt.d.ts +8 -6
  20. package/types/sap.insights.d.ts +1 -1
  21. package/types/sap.m.d.ts +3924 -239
  22. package/types/sap.makit.d.ts +1 -1
  23. package/types/sap.me.d.ts +1 -1
  24. package/types/sap.ndc.d.ts +1 -1
  25. package/types/sap.ovp.d.ts +1 -1
  26. package/types/sap.rules.ui.d.ts +1 -1
  27. package/types/sap.sac.df.d.ts +195 -82
  28. package/types/sap.suite.ui.commons.d.ts +15 -11
  29. package/types/sap.suite.ui.generic.template.d.ts +34 -1
  30. package/types/sap.suite.ui.microchart.d.ts +1 -1
  31. package/types/sap.tnt.d.ts +5 -3
  32. package/types/sap.ui.codeeditor.d.ts +1 -1
  33. package/types/sap.ui.commons.d.ts +33 -17
  34. package/types/sap.ui.comp.d.ts +197 -49
  35. package/types/sap.ui.core.d.ts +496 -558
  36. package/types/sap.ui.dt.d.ts +6 -2
  37. package/types/sap.ui.export.d.ts +1 -1
  38. package/types/sap.ui.fl.d.ts +3 -2
  39. package/types/sap.ui.generic.app.d.ts +1 -1
  40. package/types/sap.ui.generic.template.d.ts +1 -1
  41. package/types/sap.ui.integration.d.ts +1 -1
  42. package/types/sap.ui.layout.d.ts +7 -4
  43. package/types/sap.ui.mdc.d.ts +623 -908
  44. package/types/sap.ui.richtexteditor.d.ts +1 -1
  45. package/types/sap.ui.rta.d.ts +1 -1
  46. package/types/sap.ui.suite.d.ts +1 -1
  47. package/types/sap.ui.support.d.ts +1 -1
  48. package/types/sap.ui.table.d.ts +1 -1
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +6 -4
  51. package/types/sap.ui.ux3.d.ts +7 -4
  52. package/types/sap.ui.vbm.d.ts +3 -2
  53. package/types/sap.ui.vk.d.ts +86 -30
  54. package/types/sap.ui.vtm.d.ts +23 -12
  55. package/types/sap.ui.webc.common.d.ts +1 -1
  56. package/types/sap.ui.webc.fiori.d.ts +31 -16
  57. package/types/sap.ui.webc.main.d.ts +109 -57
  58. package/types/sap.uiext.inbox.d.ts +73 -17
  59. package/types/sap.ushell.d.ts +616 -192
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +16 -10
  62. package/types/sap.viz.d.ts +1 -1
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +1 -1
  65. package/types/sap.zen.crosstab.d.ts +1 -1
  66. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.0
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -147,6 +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
151
  */
151
152
  interface ChartDelegate extends AggregationBaseDelegate {
152
153
  /**
@@ -211,6 +212,9 @@ declare module "sap/ui/mdc/ChartDelegate" {
211
212
  /**
212
213
  * Returns the relevant property info based on the metadata used with the chart instance.
213
214
  *
215
+ * **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
216
+ * Any changes of the returned values might result in undesired effects.
217
+ *
214
218
  *
215
219
  * @returns Array of the property infos that is used within the chart
216
220
  */
@@ -644,8 +648,7 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
644
648
 
645
649
  /**
646
650
  * Delegate for {@link sap.ui.mdc.field.FieldBase FieldBase}.
647
- * **Note:** The class is experimental and the API/behavior is not finalized and hence this should not
648
- * be used for productive usage.
651
+ *
649
652
  *
650
653
  * @since 1.72.0
651
654
  */
@@ -748,6 +751,30 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
748
751
  */
749
752
  aValues: any[]
750
753
  ): undefined | object;
754
+ /**
755
+ * Provides the possibility to customize / replace the internal content of a field
756
+ *
757
+ * @since 1.124.0
758
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
759
+ *
760
+ * @returns Array containing the created controls
761
+ */
762
+ createContent(
763
+ /**
764
+ * `Field` control instance
765
+ */
766
+ oField: sap.ui.mdc.field.FieldBase,
767
+ /**
768
+ * A given content mode
769
+ */
770
+ sContentMode:
771
+ | sap.ui.mdc.enums.ContentMode
772
+ | keyof typeof sap.ui.mdc.enums.ContentMode,
773
+ /**
774
+ * ID of the internal control to be created.
775
+ */
776
+ sId: string
777
+ ): Promise<sap.ui.core.Control[]>;
751
778
  /**
752
779
  * Determines the text for the autocomplete functionality.
753
780
  *
@@ -1130,6 +1157,51 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
1130
1157
  */
1131
1158
  bCaseSensitive: boolean
1132
1159
  ): boolean;
1160
+ /**
1161
+ * Enables applications to control condition updates based on pasted values.
1162
+ * By default, this method returns conditions with an `EQ` operator without using the description, as it
1163
+ * does not ensure the description is valid.
1164
+ *
1165
+ * **Note:** Returned values can either be strings which should be parsed by the ConditionType itself or
1166
+ * pre-created conditions.
1167
+ *
1168
+ * @since 1.124
1169
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1170
+ *
1171
+ * @returns Array of `ConditionObject`/`string` values. If it is not available right away, a `Promise` is
1172
+ * returned.
1173
+ */
1174
+ parsePasteDataToConditions(
1175
+ /**
1176
+ * `Field` control instance
1177
+ */
1178
+ oField: sap.ui.mdc.field.FieldBase,
1179
+ /**
1180
+ * Pre-parsed paste data
1181
+ */
1182
+ aParsedData: Array<{
1183
+ value: string;
1184
+
1185
+ additionalValue: string;
1186
+ }>,
1187
+ /**
1188
+ * Condition-related settings object
1189
+ */
1190
+ oSettings: {
1191
+ /**
1192
+ * Default operator for the current field
1193
+ */
1194
+ defaultOperator: sap.ui.mdc.condition.Operator;
1195
+ /**
1196
+ * Configured type for a value
1197
+ */
1198
+ valueType: sap.ui.model.SimpleType;
1199
+ /**
1200
+ * Configured type for an additional value
1201
+ */
1202
+ additionalValueType: sap.ui.model.SimpleType;
1203
+ }
1204
+ ): Array<sap.ui.mdc.condition.ConditionObject | string> | Promise<any[]>;
1133
1205
  }
1134
1206
  const FieldBaseDelegate: FieldBaseDelegate;
1135
1207
  export default FieldBaseDelegate;
@@ -1142,6 +1214,7 @@ declare module "sap/ui/mdc/field/MultiValueFieldDelegate" {
1142
1214
  * Delegate for {@link sap.ui.mdc.MultiValueField MultiValueField}.
1143
1215
  *
1144
1216
  * @since 1.93.0
1217
+ * @experimental (since 1.93)
1145
1218
  */
1146
1219
  interface MultiValueFieldDelegate extends FieldBaseDelegate {
1147
1220
  /**
@@ -1149,6 +1222,8 @@ declare module "sap/ui/mdc/field/MultiValueFieldDelegate" {
1149
1222
  *
1150
1223
  * Items can be removed, updated, or added. Use the binding information of the `MultiValueField` control
1151
1224
  * to update the data in the related model.
1225
+ *
1226
+ * @experimental
1152
1227
  */
1153
1228
  updateItems(
1154
1229
  /**
@@ -1264,6 +1339,9 @@ declare module "sap/ui/mdc/FilterBarDelegate" {
1264
1339
  /**
1265
1340
  * Retrieves the relevant metadata for a given payload and returns the property info array.
1266
1341
  *
1342
+ * **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
1343
+ * Any changes of the returned values might result in undesired effects.
1344
+ *
1267
1345
  *
1268
1346
  * @returns `Promise` that resolves into an array of property info objects
1269
1347
  */
@@ -1349,8 +1427,7 @@ declare module "sap/ui/mdc/LinkDelegate" {
1349
1427
 
1350
1428
  /**
1351
1429
  * Base delegate for {@link sap.ui.mdc.Link}. Extend this object in your project to use all functionalities
1352
- * of the {@link sap.ui.mdc.Link}. **Note:** The delegate is experimental and the API/behaviour is not finalized
1353
- * and hence this should not be used for productive usage.
1430
+ * of the {@link sap.ui.mdc.Link}.
1354
1431
  *
1355
1432
  * @since 1.74
1356
1433
  */
@@ -1810,6 +1887,9 @@ declare module "sap/ui/mdc/TableDelegate" {
1810
1887
  *
1811
1888
  * By default, this method returns a `Promise` that resolves with an empty array.
1812
1889
  *
1890
+ * **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
1891
+ * Any changes of the returned values might result in undesired effects.
1892
+ *
1813
1893
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1814
1894
  *
1815
1895
  * @returns A `Promise` that resolves with the property information
@@ -1985,9 +2065,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
1985
2065
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
1986
2066
  * and enables model-specific type configuration.
1987
2067
  *
1988
- * **Note:** This utility is experimental and the API/behavior is not finalized. Hence, it should not be
1989
- * used for productive usage.
1990
- *
1991
2068
  * @since 1.114.0
1992
2069
  */
1993
2070
  interface TypeMap {
@@ -2223,9 +2300,6 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2223
2300
  /**
2224
2301
  * Delegate for {@link sap.ui.mdc.ValueHelp}.
2225
2302
  *
2226
- * **Note:** The class is experimental and the API/behavior is not finalized and hence this should not be
2227
- * used for productive usage.
2228
- *
2229
2303
  * @since 1.95.0
2230
2304
  */
2231
2305
  interface ValueHelpDelegate extends BaseDelegate {
@@ -2714,16 +2788,15 @@ declare namespace sap {
2714
2788
  /**
2715
2789
  * OpenUI5 library that contains metadata-driven composite controls, which can be extended for use with
2716
2790
  * any SAPUI5 model and data protocol.
2717
- * See:
2718
- * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
2719
2791
  *
2720
2792
  * @since 1.80
2721
- * @experimental (since 1.54)
2722
2793
  */
2723
2794
  namespace mdc {
2724
2795
  namespace chart {
2725
2796
  /**
2726
2797
  * Describes the settings that can be provided to the ChartImplementationContainer constructor.
2798
+ *
2799
+ * @experimental (since 1.105)
2727
2800
  */
2728
2801
  interface $ChartImplementationContainerSettings
2729
2802
  extends sap.ui.core.$ControlSettings {
@@ -2756,12 +2829,16 @@ declare namespace sap {
2756
2829
 
2757
2830
  /**
2758
2831
  * Describes the settings that can be provided to the ChartSelectionDetails constructor.
2832
+ *
2833
+ * @experimental (since 1.88)
2759
2834
  */
2760
2835
  interface $ChartSelectionDetailsSettings
2761
2836
  extends sap.m.$SelectionDetailsSettings {}
2762
2837
 
2763
2838
  /**
2764
2839
  * Describes the settings that can be provided to the Item constructor.
2840
+ *
2841
+ * @experimental (since 1.88)
2765
2842
  */
2766
2843
  interface $ItemSettings extends sap.ui.core.$ElementSettings {
2767
2844
  /**
@@ -2802,6 +2879,8 @@ declare namespace sap {
2802
2879
 
2803
2880
  /**
2804
2881
  * Describes the settings that can be provided to the SelectionDetailsActions constructor.
2882
+ *
2883
+ * @experimental (since 1.88)
2805
2884
  */
2806
2885
  interface $SelectionDetailsActionsSettings
2807
2886
  extends sap.ui.core.$ElementSettings {
@@ -2838,6 +2917,7 @@ declare namespace sap {
2838
2917
  * Based on the `showNoDataStruct` the `content` or `noDataContent` will be shown.
2839
2918
  *
2840
2919
  * @since 1.105
2920
+ * @experimental (since 1.105)
2841
2921
  */
2842
2922
  class ChartImplementationContainer extends sap.ui.core.Control {
2843
2923
  /**
@@ -2955,6 +3035,7 @@ declare namespace sap {
2955
3035
  * the configuration specified.
2956
3036
  *
2957
3037
  * @since 1.88
3038
+ * @experimental (since 1.88)
2958
3039
  */
2959
3040
  class ChartSelectionDetails extends sap.m.SelectionDetails {
2960
3041
  /**
@@ -3034,6 +3115,7 @@ declare namespace sap {
3034
3115
  * to override the default/metadata behavior.
3035
3116
  *
3036
3117
  * @since 1.88
3118
+ * @experimental (since 1.88)
3037
3119
  */
3038
3120
  class Item extends sap.ui.core.Element {
3039
3121
  /**
@@ -3248,6 +3330,7 @@ declare namespace sap {
3248
3330
  * The `SelectionDetailsActions` is used to provide additional functionality to the Details popover.
3249
3331
  *
3250
3332
  * @since 1.88
3333
+ * @experimental (since 1.88)
3251
3334
  */
3252
3335
  class SelectionDetailsActions extends sap.ui.core.Element {
3253
3336
  /**
@@ -3550,6 +3633,8 @@ declare namespace sap {
3550
3633
 
3551
3634
  /**
3552
3635
  * Chart `ChartTypeLayoutConfig` type.
3636
+ *
3637
+ * @experimental (since 1.80)
3553
3638
  */
3554
3639
  type ChartTypeLayoutConfig = {
3555
3640
  /**
@@ -3564,6 +3649,8 @@ declare namespace sap {
3564
3649
 
3565
3650
  /**
3566
3651
  * Chart `ChartTypeObject` type.
3652
+ *
3653
+ * @experimental (since 1.80)
3567
3654
  */
3568
3655
  type ChartTypeObject = {
3569
3656
  /**
@@ -3595,6 +3682,8 @@ declare namespace sap {
3595
3682
  * - `aggregatable`
3596
3683
  * - `role`
3597
3684
  * - `dataType`
3685
+ *
3686
+ * @experimental (since 1.80)
3598
3687
  */
3599
3688
  type PropertyInfo = sap.ui.mdc.util.PropertyInfo & {
3600
3689
  /**
@@ -3638,6 +3727,8 @@ declare namespace sap {
3638
3727
 
3639
3728
  /**
3640
3729
  * Event handler for `SelectionDetails` popover.
3730
+ *
3731
+ * @experimental (since 1.80)
3641
3732
  */
3642
3733
  type SelectionDetails = {
3643
3734
  /**
@@ -3652,6 +3743,8 @@ declare namespace sap {
3652
3743
 
3653
3744
  /**
3654
3745
  * Chart `ZoomState` type.
3746
+ *
3747
+ * @experimental (since 1.80)
3655
3748
  */
3656
3749
  type ZoomState = {
3657
3750
  /**
@@ -4128,23 +4221,7 @@ declare namespace sap {
4128
4221
  */
4129
4222
  group?: {
4130
4223
  /**
4131
- * Group ID for the operator. The following groups are available for the `DynamicDateRange` control:
4132
- *
4133
- * - 1 - Single Dates
4134
- * - 2 - Date Ranges
4135
- * - 3 - Weeks
4136
- * - 4 - Months
4137
- * - 5 - Quarters
4138
- * - 6 - Years See {@link sap.m.DynamicDateRangeGroups DynamicDateRangeGroups}.
4139
- * This only works for `FilterFields` with custom operators if `maxConditions=1` and no `valueHelp` is
4140
- * assigned to the `FilterField`. Example:
4141
- * group: undefined - if group is not specified; default behavior include/exclude group with id 1 and 2
4142
- * will be created
4143
- * group: {id : 1} - adds the operator to existing group 1 'Single Dates'
4144
- * group: {id : 2, text: "new group"} - inserts a new group with id 2. Existing group 2 will be shifted
4145
- * to 3, 4....
4146
- * group: {id : 10, text: "new group at the end"} - adds a new group with id 10 and text "new group as
4147
- * the end" to the end of all groups
4224
+ * Group ID for the operator.
4148
4225
  */
4149
4226
  id: string;
4150
4227
  /**
@@ -4152,6 +4229,27 @@ declare namespace sap {
4152
4229
  */
4153
4230
  text?: string;
4154
4231
  };
4232
+ /**
4233
+ * Function to determine the text copied into clipboard The following groups are available for the `DynamicDateRange`
4234
+ * control:
4235
+ *
4236
+ * - 1 - Single Dates
4237
+ * - 2 - Date Ranges
4238
+ * - 3 - Weeks
4239
+ * - 4 - Months
4240
+ * - 5 - Quarters
4241
+ * - 6 - Years See {@link sap.m.DynamicDateRangeGroups DynamicDateRangeGroups}.
4242
+ * This only works for `FilterFields` with custom operators if `maxConditions=1` and no `valueHelp` is
4243
+ * assigned to the `FilterField`. Example:
4244
+ * group: undefined - if group is not specified; default behavior include/exclude group with id 1 and 2
4245
+ * will be created
4246
+ * group: {id : 1} - adds the operator to existing group 1 'Single Dates'
4247
+ * group: {id : 2, text: "new group"} - inserts a new group with id 2. Existing group 2 will be shifted
4248
+ * to 3, 4....
4249
+ * group: {id : 10, text: "new group at the end"} - adds a new group with id 10 and text "new group as
4250
+ * the end" to the end of all groups
4251
+ */
4252
+ getTextForCopy?: Function;
4155
4253
  }
4156
4254
  );
4157
4255
 
@@ -4338,6 +4436,7 @@ declare namespace sap {
4338
4436
  * Defines the alignment of the `ActionToolbarAction` action control.
4339
4437
  *
4340
4438
  * @since 1.115
4439
+ * @experimental (since 1.115)
4341
4440
  */
4342
4441
  enum ActionToolbarActionAlignment {
4343
4442
  /**
@@ -4392,6 +4491,7 @@ declare namespace sap {
4392
4491
  * Defines the personalization mode of the chart.
4393
4492
  *
4394
4493
  * @since 1.115
4494
+ * @experimental (since 1.115)
4395
4495
  */
4396
4496
  enum ChartP13nMode {
4397
4497
  /**
@@ -4416,6 +4516,7 @@ declare namespace sap {
4416
4516
  * Can be used to remove some of the default `ToolbarAction`. For more information, see {@link sap.ui.mdc.Chart#ignoreToolbarActions}.
4417
4517
  *
4418
4518
  * @since 1.115
4519
+ * @experimental (since 1.115)
4419
4520
  */
4420
4521
  enum ChartToolbarActionType {
4421
4522
  /**
@@ -4452,6 +4553,13 @@ declare namespace sap {
4452
4553
  */
4453
4554
  Validated = "Validated",
4454
4555
  }
4556
+ /**
4557
+ * Defines in which mode the content of a {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField }
4558
+ * or {@link sap.ui.mdc.MultiValueField MultiValueField} is rendered.
4559
+ *
4560
+ * @since 1.115
4561
+ */
4562
+ enum ContentMode {}
4455
4563
  /**
4456
4564
  * Defines the output of a {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or
4457
4565
  * {@link sap.ui.mdc.MultiValueField MultiValueField} control.
@@ -5496,8 +5604,6 @@ declare namespace sap {
5496
5604
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
5497
5605
  * that).
5498
5606
  * Do not bind or modify the module. This property can only be configured during control initialization.
5499
- *
5500
- * @experimental
5501
5607
  */
5502
5608
  delegate?:
5503
5609
  | object
@@ -5670,6 +5776,8 @@ declare namespace sap {
5670
5776
 
5671
5777
  /**
5672
5778
  * Describes the settings that can be provided to the MultiValueFieldItem constructor.
5779
+ *
5780
+ * @experimental (since 1.93)
5673
5781
  */
5674
5782
  interface $MultiValueFieldItemSettings
5675
5783
  extends sap.ui.core.$ElementSettings {
@@ -6125,6 +6233,20 @@ declare namespace sap {
6125
6233
  */
6126
6234
  sTargetType: string
6127
6235
  ): any | Promise<any>;
6236
+ /**
6237
+ * Determines the text what is copied to clipboard if a token or item with the condition is selected and
6238
+ * copied. For equal-conditions key/description pairs needs to be copied to allow pasing of such conditions.
6239
+ *
6240
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6241
+ *
6242
+ * @returns key/description pair seperated by TAB
6243
+ */
6244
+ getTextForCopy(
6245
+ /**
6246
+ * The condition to be copied
6247
+ */
6248
+ oCondition: sap.ui.mdc.condition.ConditionObject
6249
+ ): string;
6128
6250
  /**
6129
6251
  * Parses an external value of the given source type to a condition that holds the value in model representation.
6130
6252
  * These values are parsed using the given data type. Depending on the operator and the configuration (set
@@ -6333,7 +6455,8 @@ declare namespace sap {
6333
6455
  implements
6334
6456
  sap.ui.core.IFormContent,
6335
6457
  sap.ui.core.ISemanticFormContent,
6336
- sap.m.IOverflowToolbarContent {
6458
+ sap.m.IOverflowToolbarContent
6459
+ {
6337
6460
  __implements__sap_ui_core_IFormContent: boolean;
6338
6461
  __implements__sap_ui_core_ISemanticFormContent: boolean;
6339
6462
  __implements__sap_m_IOverflowToolbarContent: boolean;
@@ -6987,7 +7110,6 @@ declare namespace sap {
6987
7110
  *
6988
7111
  * Default value is `...see text or source`.
6989
7112
  *
6990
- * @experimental
6991
7113
  *
6992
7114
  * @returns Value of property `delegate`
6993
7115
  */
@@ -7506,7 +7628,6 @@ declare namespace sap {
7506
7628
  *
7507
7629
  * Default value is `...see text or source`.
7508
7630
  *
7509
- * @experimental
7510
7631
  *
7511
7632
  * @returns Reference to `this` in order to allow method chaining
7512
7633
  */
@@ -8148,6 +8269,7 @@ declare namespace sap {
8148
8269
  * its values as items. The `MultiValueFieldItem` element defines these items.
8149
8270
  *
8150
8271
  * @since 1.93.0
8272
+ * @experimental (since 1.93)
8151
8273
  */
8152
8274
  class MultiValueFieldItem extends sap.ui.core.Element {
8153
8275
  /**
@@ -8318,47 +8440,11 @@ declare namespace sap {
8318
8440
  namespace vh {
8319
8441
  /**
8320
8442
  * Describes the settings that can be provided to the FilterBar constructor.
8443
+ *
8444
+ * @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
8321
8445
  */
8322
8446
  interface $FilterBarSettings
8323
- extends sap.ui.mdc.filterbar.$FilterBarBaseSettings {
8324
- /**
8325
- * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
8326
- * The object has the following properties:
8327
- * - `name` defines the path to the `Delegate` module
8328
- * - `payload` (optional) defines application-specific information that can be used in the given delegate
8329
- * Sample delegate object:
8330
- * ```javascript
8331
- * {
8332
- * name: "sap/ui/mdc/BaseDelegate",
8333
- * payload: {}
8334
- * }```
8335
- * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
8336
- * that).
8337
- * Do not bind or modify the module. This property can only be configured during control initialization.
8338
- *
8339
- * @experimental
8340
- */
8341
- delegate?:
8342
- | object
8343
- | sap.ui.base.ManagedObject.PropertyBindingInfo
8344
- | `{${string}}`;
8345
-
8346
- /**
8347
- * Determines whether the Show/Hide Filters button is in the state show or hide.
8348
- */
8349
- expandFilterFields?:
8350
- | boolean
8351
- | sap.ui.base.ManagedObject.PropertyBindingInfo
8352
- | `{${string}}`;
8353
-
8354
- /**
8355
- * Number of FilterItems which will be shown via Show Filters.
8356
- */
8357
- filterFieldThreshold?:
8358
- | int
8359
- | sap.ui.base.ManagedObject.PropertyBindingInfo
8360
- | `{${string}}`;
8361
- }
8447
+ extends sap.ui.mdc.filterbar.$FilterBarBaseSettings {}
8362
8448
 
8363
8449
  /**
8364
8450
  * The `FilterBar` control is used to display filter properties in a user-friendly manner to populate values
@@ -8372,14 +8458,11 @@ declare namespace sap {
8372
8458
  * on its own.
8373
8459
  *
8374
8460
  * @since 1.84.0
8461
+ * @deprecated (since 1.124.0) - Please use the `sap.ui.mdc.valuehelp.FilterBar` control instead.
8375
8462
  */
8376
8463
  class FilterBar extends sap.ui.mdc.filterbar.FilterBarBase {
8377
8464
  /**
8378
8465
  * Constructor for a new `FilterBar` for a value help dialog.
8379
- *
8380
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8381
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8382
- * of the syntax of the settings object.
8383
8466
  */
8384
8467
  constructor(
8385
8468
  /**
@@ -8389,10 +8472,6 @@ declare namespace sap {
8389
8472
  );
8390
8473
  /**
8391
8474
  * Constructor for a new `FilterBar` for a value help dialog.
8392
- *
8393
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8394
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8395
- * of the syntax of the settings object.
8396
8475
  */
8397
8476
  constructor(
8398
8477
  /**
@@ -8436,123 +8515,6 @@ declare namespace sap {
8436
8515
  * @returns Metadata object describing this class
8437
8516
  */
8438
8517
  static getMetadata(): sap.ui.core.ElementMetadata;
8439
- /**
8440
- * Gets current value of property {@link #getDelegate delegate}.
8441
- *
8442
- * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
8443
- * The object has the following properties:
8444
- * - `name` defines the path to the `Delegate` module
8445
- * - `payload` (optional) defines application-specific information that can be used in the given delegate
8446
- * Sample delegate object:
8447
- * ```javascript
8448
- * {
8449
- * name: "sap/ui/mdc/BaseDelegate",
8450
- * payload: {}
8451
- * }```
8452
- * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
8453
- * that).
8454
- * Do not bind or modify the module. This property can only be configured during control initialization.
8455
- *
8456
- * Default value is `...see text or source`.
8457
- *
8458
- * @experimental
8459
- *
8460
- * @returns Value of property `delegate`
8461
- */
8462
- getDelegate(): object;
8463
- /**
8464
- * Gets current value of property {@link #getExpandFilterFields expandFilterFields}.
8465
- *
8466
- * Determines whether the Show/Hide Filters button is in the state show or hide.
8467
- *
8468
- *
8469
- * Default value is `true`.
8470
- *
8471
- *
8472
- * @returns Value of property `expandFilterFields`
8473
- */
8474
- getExpandFilterFields(): boolean;
8475
- /**
8476
- * Gets current value of property {@link #getFilterFieldThreshold filterFieldThreshold}.
8477
- *
8478
- * Number of FilterItems which will be shown via Show Filters.
8479
- *
8480
- *
8481
- * Default value is `8`.
8482
- *
8483
- *
8484
- * @returns Value of property `filterFieldThreshold`
8485
- */
8486
- getFilterFieldThreshold(): int;
8487
- /**
8488
- * Sets a new value for property {@link #getDelegate delegate}.
8489
- *
8490
- * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
8491
- * The object has the following properties:
8492
- * - `name` defines the path to the `Delegate` module
8493
- * - `payload` (optional) defines application-specific information that can be used in the given delegate
8494
- * Sample delegate object:
8495
- * ```javascript
8496
- * {
8497
- * name: "sap/ui/mdc/BaseDelegate",
8498
- * payload: {}
8499
- * }```
8500
- * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
8501
- * that).
8502
- * Do not bind or modify the module. This property can only be configured during control initialization.
8503
- *
8504
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8505
- *
8506
- * Default value is `...see text or source`.
8507
- *
8508
- * @experimental
8509
- *
8510
- * @returns Reference to `this` in order to allow method chaining
8511
- */
8512
- setDelegate(
8513
- /**
8514
- * New value for property `delegate`
8515
- */
8516
- oDelegate?: object
8517
- ): this;
8518
- /**
8519
- * Sets a new value for property {@link #getExpandFilterFields expandFilterFields}.
8520
- *
8521
- * Determines whether the Show/Hide Filters button is in the state show or hide.
8522
- *
8523
- *
8524
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8525
- *
8526
- * Default value is `true`.
8527
- *
8528
- *
8529
- * @returns Reference to `this` in order to allow method chaining
8530
- */
8531
- setExpandFilterFields(
8532
- /**
8533
- * New value for property `expandFilterFields`
8534
- */
8535
- bExpandFilterFields?: boolean
8536
- ): this;
8537
- /**
8538
- * Sets a new value for property {@link #getFilterFieldThreshold filterFieldThreshold}.
8539
- *
8540
- * Number of FilterItems which will be shown via Show Filters.
8541
- *
8542
- *
8543
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8544
- *
8545
- * Default value is `8`.
8546
- *
8547
- *
8548
- * @returns Reference to `this` in order to allow method chaining
8549
- */
8550
- setFilterFieldThreshold(
8551
- /**
8552
- * New value for property `filterFieldThreshold`
8553
- */
8554
- iFilterFieldThreshold?: int
8555
- ): this;
8556
8518
  }
8557
8519
  }
8558
8520
  /**
@@ -8573,8 +8535,6 @@ declare namespace sap {
8573
8535
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
8574
8536
  * that).
8575
8537
  * Do not bind or modify the module. This property can only be configured during control initialization.
8576
- *
8577
- * @experimental
8578
8538
  */
8579
8539
  delegate?:
8580
8540
  | object
@@ -8653,6 +8613,7 @@ declare namespace sap {
8653
8613
 
8654
8614
  /**
8655
8615
  * Contains all the displayed {@link sap.ui.mdc.FilterField filter fields} of the `FilterBarBase` control.
8616
+ *
8656
8617
  * **Note:** This aggregation is managed by the control, can only be populated during the definition in
8657
8618
  * the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
8658
8619
  * effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
@@ -8736,7 +8697,8 @@ declare namespace sap {
8736
8697
  implements
8737
8698
  sap.ui.mdc.IFilterSource,
8738
8699
  sap.ui.mdc.IFilter,
8739
- sap.ui.mdc.IxState {
8700
+ sap.ui.mdc.IxState
8701
+ {
8740
8702
  __implements__sap_ui_mdc_IFilterSource: boolean;
8741
8703
  __implements__sap_ui_mdc_IFilter: boolean;
8742
8704
  __implements__sap_ui_mdc_IxState: boolean;
@@ -9049,7 +9011,6 @@ declare namespace sap {
9049
9011
  *
9050
9012
  * Default value is `...see text or source`.
9051
9013
  *
9052
- * @experimental
9053
9014
  *
9054
9015
  * @returns Value of property `delegate`
9055
9016
  */
@@ -9058,6 +9019,7 @@ declare namespace sap {
9058
9019
  * Gets content of aggregation {@link #getFilterItems filterItems}.
9059
9020
  *
9060
9021
  * Contains all the displayed {@link sap.ui.mdc.FilterField filter fields} of the `FilterBarBase` control.
9022
+ *
9061
9023
  * **Note:** This aggregation is managed by the control, can only be populated during the definition in
9062
9024
  * the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
9063
9025
  * effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
@@ -9188,7 +9150,6 @@ declare namespace sap {
9188
9150
  *
9189
9151
  * Default value is `...see text or source`.
9190
9152
  *
9191
- * @experimental
9192
9153
  *
9193
9154
  * @returns Reference to `this` in order to allow method chaining
9194
9155
  */
@@ -9463,8 +9424,7 @@ declare namespace sap {
9463
9424
  /**
9464
9425
  * Unique, stable key for the property. It must only contain characters allowed for IDs, see {@link sap.ui.core.ID}.
9465
9426
  * Does not have to be an existing attribute in the data model or the technical name of an attribute in
9466
- * the data model. **Note:** 'key' replaces the deprecated 'name' attribute, which will also be interpolated
9467
- * by the PropertyHelper for legacy code support.
9427
+ * the data model.
9468
9428
  */
9469
9429
  key: string;
9470
9430
  /**
@@ -13885,6 +13845,48 @@ declare namespace sap {
13885
13845
  | `{${string}}`;
13886
13846
  }
13887
13847
 
13848
+ /**
13849
+ * Describes the settings that can be provided to the FilterBar constructor.
13850
+ */
13851
+ interface $FilterBarSettings
13852
+ extends sap.ui.mdc.filterbar.$FilterBarBaseSettings {
13853
+ /**
13854
+ * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
13855
+ * The object has the following properties:
13856
+ * - `name` defines the path to the `Delegate` module
13857
+ * - `payload` (optional) defines application-specific information that can be used in the given delegate
13858
+ * Sample delegate object:
13859
+ * ```javascript
13860
+ * {
13861
+ * name: "sap/ui/mdc/BaseDelegate",
13862
+ * payload: {}
13863
+ * }```
13864
+ * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
13865
+ * that).
13866
+ * Do not bind or modify the module. This property can only be configured during control initialization.
13867
+ */
13868
+ delegate?:
13869
+ | object
13870
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
13871
+ | `{${string}}`;
13872
+
13873
+ /**
13874
+ * Determines whether the Show/Hide Filters button is in the state show or hide.
13875
+ */
13876
+ expandFilterFields?:
13877
+ | boolean
13878
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
13879
+ | `{${string}}`;
13880
+
13881
+ /**
13882
+ * Number of FilterItems which will be shown via Show Filters.
13883
+ */
13884
+ filterFieldThreshold?:
13885
+ | int
13886
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
13887
+ | `{${string}}`;
13888
+ }
13889
+
13888
13890
  /**
13889
13891
  * Describes the settings that can be provided to the Popover constructor.
13890
13892
  */
@@ -13929,7 +13931,8 @@ declare namespace sap {
13929
13931
  */
13930
13932
  class Dialog
13931
13933
  extends sap.ui.mdc.valuehelp.base.Container
13932
- implements sap.ui.core.PopupInterface {
13934
+ implements sap.ui.core.PopupInterface
13935
+ {
13933
13936
  __implements__sap_ui_core_PopupInterface: boolean;
13934
13937
  /**
13935
13938
  * Constructor for a new `Dialog` container.
@@ -14052,16 +14055,21 @@ declare namespace sap {
14052
14055
  ): this;
14053
14056
  }
14054
14057
  /**
14055
- * Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
14058
+ * The `FilterBar` control is used to display filter properties in a user-friendly manner to populate values
14059
+ * for a query. The filters are arranged in a logical row that is divided depending on the space available
14060
+ * and the width of the filters. The Go button triggers the search event, and the Show Filters button shows
14061
+ * the additional filter field.
14062
+ * The `FilterBar` control creates and handles the filters based on the provided metadata information.
14063
+ * The metadata information is provided via the {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate }
14064
+ * implementation. This implementation has to be provided by the application.
14065
+ * **Note:** The `FilterBar` can only be used for a {@link sap.ui.mdc.valuehelp.Dialog Dialog} and not
14066
+ * on its own.
14056
14067
  *
14057
- * @since 1.95.0
14068
+ * @since 1.124.0
14058
14069
  */
14059
- class Popover
14060
- extends sap.ui.mdc.valuehelp.base.Container
14061
- implements sap.ui.core.PopupInterface {
14062
- __implements__sap_ui_core_PopupInterface: boolean;
14070
+ class FilterBar extends sap.ui.mdc.filterbar.FilterBarBase {
14063
14071
  /**
14064
- * Constructor for a new `Popover` container.
14072
+ * Constructor for a new `FilterBar` for a value help dialog.
14065
14073
  *
14066
14074
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14067
14075
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -14069,12 +14077,12 @@ declare namespace sap {
14069
14077
  */
14070
14078
  constructor(
14071
14079
  /**
14072
- * Initial settings for the new control
14080
+ * initial settings for the new control
14073
14081
  */
14074
- mSettings?: sap.ui.mdc.valuehelp.$PopoverSettings
14082
+ mSettings?: sap.ui.mdc.valuehelp.$FilterBarSettings
14075
14083
  );
14076
14084
  /**
14077
- * Constructor for a new `Popover` container.
14085
+ * Constructor for a new `FilterBar` for a value help dialog.
14078
14086
  *
14079
14087
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14080
14088
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -14086,16 +14094,16 @@ declare namespace sap {
14086
14094
  */
14087
14095
  sId?: string,
14088
14096
  /**
14089
- * Initial settings for the new control
14097
+ * initial settings for the new control
14090
14098
  */
14091
- mSettings?: sap.ui.mdc.valuehelp.$PopoverSettings
14099
+ mSettings?: sap.ui.mdc.valuehelp.$FilterBarSettings
14092
14100
  );
14093
14101
 
14094
14102
  /**
14095
- * Creates a new subclass of class sap.ui.mdc.valuehelp.Popover with name `sClassName` and enriches it with
14096
- * the information contained in `oClassInfo`.
14103
+ * Creates a new subclass of class sap.ui.mdc.valuehelp.FilterBar with name `sClassName` and enriches it
14104
+ * with the information contained in `oClassInfo`.
14097
14105
  *
14098
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.valuehelp.base.Container.extend}.
14106
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.filterbar.FilterBarBase.extend}.
14099
14107
  *
14100
14108
  *
14101
14109
  * @returns Created class / constructor function
@@ -14108,7 +14116,7 @@ declare namespace sap {
14108
14116
  /**
14109
14117
  * Object literal with information about the class
14110
14118
  */
14111
- oClassInfo?: sap.ClassInfo<T, sap.ui.mdc.valuehelp.Popover>,
14119
+ oClassInfo?: sap.ClassInfo<T, sap.ui.mdc.valuehelp.FilterBar>,
14112
14120
  /**
14113
14121
  * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
14114
14122
  * used by this class
@@ -14116,58 +14124,246 @@ declare namespace sap {
14116
14124
  FNMetaImpl?: Function
14117
14125
  ): Function;
14118
14126
  /**
14119
- * Returns a metadata object for class sap.ui.mdc.valuehelp.Popover.
14127
+ * Returns a metadata object for class sap.ui.mdc.valuehelp.FilterBar.
14120
14128
  *
14121
14129
  *
14122
14130
  * @returns Metadata object describing this class
14123
14131
  */
14124
14132
  static getMetadata(): sap.ui.core.ElementMetadata;
14125
14133
  /**
14126
- * Gets current value of property {@link #getOpensOnClick opensOnClick}.
14127
- *
14128
- * Controls the possibility to open this popover container by clicking on a connected control, even if no
14129
- * content enforces it.
14134
+ * Gets current value of property {@link #getDelegate delegate}.
14130
14135
  *
14131
- * **Note:** By default, a type-ahead is only shown to provide suggestions when users enter input in a connected
14132
- * control. This property enables scenarios where popovers need to be shown earlier (for example, recommendations
14133
- * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
14136
+ * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
14137
+ * The object has the following properties:
14138
+ * - `name` defines the path to the `Delegate` module
14139
+ * - `payload` (optional) defines application-specific information that can be used in the given delegate
14140
+ * Sample delegate object:
14141
+ * ```javascript
14142
+ * {
14143
+ * name: "sap/ui/mdc/BaseDelegate",
14144
+ * payload: {}
14145
+ * }```
14146
+ * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
14147
+ * that).
14148
+ * Do not bind or modify the module. This property can only be configured during control initialization.
14134
14149
  *
14135
- * Default value is `false`.
14150
+ * Default value is `...see text or source`.
14136
14151
  *
14137
- * @since 1.110.0
14138
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
14139
14152
  *
14140
- * @returns Value of property `opensOnClick`
14153
+ * @returns Value of property `delegate`
14141
14154
  */
14142
- getOpensOnClick(): boolean;
14155
+ getDelegate(): object;
14143
14156
  /**
14144
- * Gets current value of property {@link #getOpensOnFocus opensOnFocus}.
14157
+ * Gets current value of property {@link #getExpandFilterFields expandFilterFields}.
14145
14158
  *
14146
- * Controls the possibility to open this popover container by focussing on a connected control.
14159
+ * Determines whether the Show/Hide Filters button is in the state show or hide.
14147
14160
  *
14148
- * **Note:** By default, a type-ahead is only shown to provide suggestions when users enter input in a connected
14149
- * control. This property enables scenarios where popovers need to be shown earlier (for example, recommendations
14150
- * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
14151
14161
  *
14152
- * Default value is `false`.
14162
+ * Default value is `true`.
14153
14163
  *
14154
- * @since 1.112.0
14155
- * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
14156
14164
  *
14157
- * @returns Value of property `opensOnFocus`
14165
+ * @returns Value of property `expandFilterFields`
14158
14166
  */
14159
- getOpensOnFocus(): boolean;
14167
+ getExpandFilterFields(): boolean;
14160
14168
  /**
14161
- * Sets a new value for property {@link #getOpensOnClick opensOnClick}.
14169
+ * Gets current value of property {@link #getFilterFieldThreshold filterFieldThreshold}.
14162
14170
  *
14163
- * Controls the possibility to open this popover container by clicking on a connected control, even if no
14164
- * content enforces it.
14171
+ * Number of FilterItems which will be shown via Show Filters.
14165
14172
  *
14166
- * **Note:** By default, a type-ahead is only shown to provide suggestions when users enter input in a connected
14167
- * control. This property enables scenarios where popovers need to be shown earlier (for example, recommendations
14168
- * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
14169
14173
  *
14170
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14174
+ * Default value is `8`.
14175
+ *
14176
+ *
14177
+ * @returns Value of property `filterFieldThreshold`
14178
+ */
14179
+ getFilterFieldThreshold(): int;
14180
+ /**
14181
+ * Sets a new value for property {@link #getDelegate delegate}.
14182
+ *
14183
+ * Object related to the `Delegate` module that provides the required APIs to execute model-specific logic.
14184
+ * The object has the following properties:
14185
+ * - `name` defines the path to the `Delegate` module
14186
+ * - `payload` (optional) defines application-specific information that can be used in the given delegate
14187
+ * Sample delegate object:
14188
+ * ```javascript
14189
+ * {
14190
+ * name: "sap/ui/mdc/BaseDelegate",
14191
+ * payload: {}
14192
+ * }```
14193
+ * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
14194
+ * that).
14195
+ * Do not bind or modify the module. This property can only be configured during control initialization.
14196
+ *
14197
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14198
+ *
14199
+ * Default value is `...see text or source`.
14200
+ *
14201
+ *
14202
+ * @returns Reference to `this` in order to allow method chaining
14203
+ */
14204
+ setDelegate(
14205
+ /**
14206
+ * New value for property `delegate`
14207
+ */
14208
+ oDelegate?: object
14209
+ ): this;
14210
+ /**
14211
+ * Sets a new value for property {@link #getExpandFilterFields expandFilterFields}.
14212
+ *
14213
+ * Determines whether the Show/Hide Filters button is in the state show or hide.
14214
+ *
14215
+ *
14216
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14217
+ *
14218
+ * Default value is `true`.
14219
+ *
14220
+ *
14221
+ * @returns Reference to `this` in order to allow method chaining
14222
+ */
14223
+ setExpandFilterFields(
14224
+ /**
14225
+ * New value for property `expandFilterFields`
14226
+ */
14227
+ bExpandFilterFields?: boolean
14228
+ ): this;
14229
+ /**
14230
+ * Sets a new value for property {@link #getFilterFieldThreshold filterFieldThreshold}.
14231
+ *
14232
+ * Number of FilterItems which will be shown via Show Filters.
14233
+ *
14234
+ *
14235
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14236
+ *
14237
+ * Default value is `8`.
14238
+ *
14239
+ *
14240
+ * @returns Reference to `this` in order to allow method chaining
14241
+ */
14242
+ setFilterFieldThreshold(
14243
+ /**
14244
+ * New value for property `filterFieldThreshold`
14245
+ */
14246
+ iFilterFieldThreshold?: int
14247
+ ): this;
14248
+ }
14249
+ /**
14250
+ * Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
14251
+ *
14252
+ * @since 1.95.0
14253
+ */
14254
+ class Popover
14255
+ extends sap.ui.mdc.valuehelp.base.Container
14256
+ implements sap.ui.core.PopupInterface
14257
+ {
14258
+ __implements__sap_ui_core_PopupInterface: boolean;
14259
+ /**
14260
+ * Constructor for a new `Popover` container.
14261
+ *
14262
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14263
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14264
+ * of the syntax of the settings object.
14265
+ */
14266
+ constructor(
14267
+ /**
14268
+ * Initial settings for the new control
14269
+ */
14270
+ mSettings?: sap.ui.mdc.valuehelp.$PopoverSettings
14271
+ );
14272
+ /**
14273
+ * Constructor for a new `Popover` container.
14274
+ *
14275
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14276
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14277
+ * of the syntax of the settings object.
14278
+ */
14279
+ constructor(
14280
+ /**
14281
+ * ID for the new control, generated automatically if no ID is given
14282
+ */
14283
+ sId?: string,
14284
+ /**
14285
+ * Initial settings for the new control
14286
+ */
14287
+ mSettings?: sap.ui.mdc.valuehelp.$PopoverSettings
14288
+ );
14289
+
14290
+ /**
14291
+ * Creates a new subclass of class sap.ui.mdc.valuehelp.Popover with name `sClassName` and enriches it with
14292
+ * the information contained in `oClassInfo`.
14293
+ *
14294
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.valuehelp.base.Container.extend}.
14295
+ *
14296
+ *
14297
+ * @returns Created class / constructor function
14298
+ */
14299
+ static extend<T extends Record<string, unknown>>(
14300
+ /**
14301
+ * Name of the class being created
14302
+ */
14303
+ sClassName: string,
14304
+ /**
14305
+ * Object literal with information about the class
14306
+ */
14307
+ oClassInfo?: sap.ClassInfo<T, sap.ui.mdc.valuehelp.Popover>,
14308
+ /**
14309
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
14310
+ * used by this class
14311
+ */
14312
+ FNMetaImpl?: Function
14313
+ ): Function;
14314
+ /**
14315
+ * Returns a metadata object for class sap.ui.mdc.valuehelp.Popover.
14316
+ *
14317
+ *
14318
+ * @returns Metadata object describing this class
14319
+ */
14320
+ static getMetadata(): sap.ui.core.ElementMetadata;
14321
+ /**
14322
+ * Gets current value of property {@link #getOpensOnClick opensOnClick}.
14323
+ *
14324
+ * Controls the possibility to open this popover container by clicking on a connected control, even if no
14325
+ * content enforces it.
14326
+ *
14327
+ * **Note:** By default, a type-ahead is only shown to provide suggestions when users enter input in a connected
14328
+ * control. This property enables scenarios where popovers need to be shown earlier (for example, recommendations
14329
+ * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
14330
+ *
14331
+ * Default value is `false`.
14332
+ *
14333
+ * @since 1.110.0
14334
+ * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnClick shouldOpenOnClick}
14335
+ *
14336
+ * @returns Value of property `opensOnClick`
14337
+ */
14338
+ getOpensOnClick(): boolean;
14339
+ /**
14340
+ * Gets current value of property {@link #getOpensOnFocus opensOnFocus}.
14341
+ *
14342
+ * Controls the possibility to open this popover container by focussing on a connected control.
14343
+ *
14344
+ * **Note:** By default, a type-ahead is only shown to provide suggestions when users enter input in a connected
14345
+ * control. This property enables scenarios where popovers need to be shown earlier (for example, recommendations
14346
+ * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
14347
+ *
14348
+ * Default value is `false`.
14349
+ *
14350
+ * @since 1.112.0
14351
+ * @deprecated (since 1.121.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.shouldOpenOnFocus shouldOpenOnFocus}
14352
+ *
14353
+ * @returns Value of property `opensOnFocus`
14354
+ */
14355
+ getOpensOnFocus(): boolean;
14356
+ /**
14357
+ * Sets a new value for property {@link #getOpensOnClick opensOnClick}.
14358
+ *
14359
+ * Controls the possibility to open this popover container by clicking on a connected control, even if no
14360
+ * content enforces it.
14361
+ *
14362
+ * **Note:** By default, a type-ahead is only shown to provide suggestions when users enter input in a connected
14363
+ * control. This property enables scenarios where popovers need to be shown earlier (for example, recommendations
14364
+ * or recently entered values). See also {@link module:sap/ui/mdc/ValueHelpDelegate.showTypeahead showTypeahead}
14365
+ *
14366
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14171
14367
  *
14172
14368
  * Default value is `false`.
14173
14369
  *
@@ -14212,6 +14408,8 @@ declare namespace sap {
14212
14408
  namespace actiontoolbar {
14213
14409
  /**
14214
14410
  * Describes the settings that can be provided to the ActionToolbarAction constructor.
14411
+ *
14412
+ * @experimental
14215
14413
  */
14216
14414
  interface $ActionToolbarActionSettings
14217
14415
  extends sap.ui.core.$ControlSettings {
@@ -14231,15 +14429,15 @@ declare namespace sap {
14231
14429
 
14232
14430
  /**
14233
14431
  * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
14234
- * that determines where the wrapped control is displayed on the `ActionToolbar`. **Note:** The control
14235
- * is experimental and the API / behavior is not finalized. It should only be used internally in other mdc
14236
- * controls (e.g. chart/table).
14432
+ * that determines where the wrapped control is displayed on the `ActionToolbar`.
14237
14433
  *
14238
14434
  * @since 1.58
14435
+ * @experimental
14239
14436
  */
14240
14437
  class ActionToolbarAction
14241
14438
  extends sap.ui.core.Control
14242
- implements sap.m.IOverflowToolbarContent {
14439
+ implements sap.m.IOverflowToolbarContent
14440
+ {
14243
14441
  __implements__sap_m_IOverflowToolbarContent: boolean;
14244
14442
  /**
14245
14443
  * Constructor for a new ActionToolbarAction.
@@ -15011,7 +15209,7 @@ declare namespace sap {
15011
15209
  /**
15012
15210
  * of the grouped item
15013
15211
  */
15014
- name: string;
15212
+ key: string;
15015
15213
  /**
15016
15214
  * Defines if the item has to be grouped
15017
15215
  */
@@ -15025,7 +15223,7 @@ declare namespace sap {
15025
15223
  /**
15026
15224
  * of the item
15027
15225
  */
15028
- name: string;
15226
+ key: string;
15029
15227
  /**
15030
15228
  * of the item in the aggregation
15031
15229
  */
@@ -15043,7 +15241,7 @@ declare namespace sap {
15043
15241
  /**
15044
15242
  * of the sorted item
15045
15243
  */
15046
- name: string;
15244
+ key: string;
15047
15245
  /**
15048
15246
  * Sort order for this item
15049
15247
  */
@@ -15184,7 +15382,8 @@ declare namespace sap {
15184
15382
  *
15185
15383
  * **Note:** Once the binding supports creating transient records, this aggregation will be removed.
15186
15384
  *
15187
- * @experimental - Do not use
15385
+ * @deprecated (since 1.124) - the concept has been discarded.
15386
+ * @experimental - Internal use only
15188
15387
  */
15189
15388
  creationTemplate?: sap.ui.core.Control;
15190
15389
 
@@ -15691,7 +15890,8 @@ declare namespace sap {
15691
15890
  /**
15692
15891
  * Destroys the creationTemplate in the aggregation {@link #getCreationTemplate creationTemplate}.
15693
15892
  *
15694
- * @experimental - Do not use
15893
+ * @deprecated (since 1.124) - the concept has been discarded.
15894
+ * @experimental - Internal use only
15695
15895
  *
15696
15896
  * @returns Reference to `this` in order to allow method chaining
15697
15897
  */
@@ -15718,7 +15918,8 @@ declare namespace sap {
15718
15918
  *
15719
15919
  * **Note:** Once the binding supports creating transient records, this aggregation will be removed.
15720
15920
  *
15721
- * @experimental - Do not use
15921
+ * @deprecated (since 1.124) - the concept has been discarded.
15922
+ * @experimental - Internal use only
15722
15923
  */
15723
15924
  getCreationTemplate(): sap.ui.core.Control;
15724
15925
  /**
@@ -15858,7 +16059,8 @@ declare namespace sap {
15858
16059
  /**
15859
16060
  * Sets the aggregated {@link #getCreationTemplate creationTemplate}.
15860
16061
  *
15861
- * @experimental - Do not use
16062
+ * @deprecated (since 1.124) - the concept has been discarded.
16063
+ * @experimental - Internal use only
15862
16064
  *
15863
16065
  * @returns Reference to `this` in order to allow method chaining
15864
16066
  */
@@ -18254,55 +18456,6 @@ declare namespace sap {
18254
18456
  __implements__sap_ui_mdc_IxState: boolean;
18255
18457
  }
18256
18458
 
18257
- /**
18258
- * Describes the settings that can be provided to the ActionToolbar constructor.
18259
- */
18260
- interface $ActionToolbarSettings extends sap.m.$OverflowToolbarSettings {
18261
- /**
18262
- * Determines whether the toolbar is used as header (e.g. for a table).
18263
- */
18264
- useAsHeader?:
18265
- | boolean
18266
- | sap.ui.base.ManagedObject.PropertyBindingInfo
18267
- | `{${string}}`;
18268
-
18269
- /**
18270
- * Content shown at the begin of the toolbar (e.g. Title).
18271
- */
18272
- begin?:
18273
- | sap.ui.core.Control[]
18274
- | sap.ui.core.Control
18275
- | sap.ui.base.ManagedObject.AggregationBindingInfo
18276
- | `{${string}}`;
18277
-
18278
- /**
18279
- * Content shown between the title and actions on the toolbar.
18280
- */
18281
- between?:
18282
- | sap.ui.core.Control[]
18283
- | sap.ui.core.Control
18284
- | sap.ui.base.ManagedObject.AggregationBindingInfo
18285
- | `{${string}}`;
18286
-
18287
- /**
18288
- * Further actions in the toolbar.
18289
- */
18290
- actions?:
18291
- | sap.ui.mdc.actiontoolbar.ActionToolbarAction[]
18292
- | sap.ui.mdc.actiontoolbar.ActionToolbarAction
18293
- | sap.ui.base.ManagedObject.AggregationBindingInfo
18294
- | `{${string}}`;
18295
-
18296
- /**
18297
- * Content at the end of the toolbar.
18298
- */
18299
- end?:
18300
- | sap.ui.core.Control[]
18301
- | sap.ui.core.Control
18302
- | sap.ui.base.ManagedObject.AggregationBindingInfo
18303
- | `{${string}}`;
18304
- }
18305
-
18306
18459
  /**
18307
18460
  * Describes the settings that can be provided to the Chart constructor.
18308
18461
  *
@@ -18526,10 +18679,11 @@ declare namespace sap {
18526
18679
 
18527
18680
  /**
18528
18681
  * This aggregation describes actions that are added to the chart toolbar.
18529
- * For more information, see {@link sap.ui.mdc.actiontoolbar.ActionToolbarAction}. **Note:** This aggregation
18530
- * is managed by the control, can only be populated during the definition in the XML view, and is not bindable.
18531
- * Any changes of the initial aggregation content might result in undesired effects. Changes of the aggregation
18532
- * have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
18682
+ * For more information, see {@link sap.ui.mdc.actiontoolbar.ActionToolbarAction}.
18683
+ *
18684
+ * **Note:** This aggregation is managed by the control, can only be populated during the definition in
18685
+ * the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
18686
+ * effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
18533
18687
  */
18534
18688
  actions?:
18535
18689
  | sap.ui.core.Control[]
@@ -18579,8 +18733,6 @@ declare namespace sap {
18579
18733
 
18580
18734
  /**
18581
18735
  * Describes the settings that can be provided to the Control constructor.
18582
- *
18583
- * @experimental (since 1.61)
18584
18736
  */
18585
18737
  interface $ControlSettings extends sap.ui.core.$ControlSettings {
18586
18738
  /**
@@ -18597,8 +18749,6 @@ declare namespace sap {
18597
18749
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
18598
18750
  * that).
18599
18751
  * Do not bind or modify the module. This property can only be configured during control initialization.
18600
- *
18601
- * @experimental
18602
18752
  */
18603
18753
  delegate?:
18604
18754
  | object
@@ -18608,8 +18758,6 @@ declare namespace sap {
18608
18758
 
18609
18759
  /**
18610
18760
  * Describes the settings that can be provided to the Element constructor.
18611
- *
18612
- * @experimental (since 1.74)
18613
18761
  */
18614
18762
  interface $ElementSettings extends sap.ui.core.$ElementSettings {
18615
18763
  /**
@@ -18626,8 +18774,6 @@ declare namespace sap {
18626
18774
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
18627
18775
  * that).
18628
18776
  * Do not bind or modify the module. This property can only be configured during control initialization.
18629
- *
18630
- * @experimental
18631
18777
  */
18632
18778
  delegate?:
18633
18779
  | object
@@ -18637,8 +18783,6 @@ declare namespace sap {
18637
18783
 
18638
18784
  /**
18639
18785
  * Describes the settings that can be provided to the Field constructor.
18640
- *
18641
- * @experimental (since 1.54.0)
18642
18786
  */
18643
18787
  interface $FieldSettings extends sap.ui.mdc.field.$FieldBaseSettings {
18644
18788
  /**
@@ -18672,8 +18816,6 @@ declare namespace sap {
18672
18816
 
18673
18817
  /**
18674
18818
  * Describes the settings that can be provided to the FilterBar constructor.
18675
- *
18676
- * @experimental (since 1.61.0)
18677
18819
  */
18678
18820
  interface $FilterBarSettings
18679
18821
  extends sap.ui.mdc.filterbar.$FilterBarBaseSettings {
@@ -18709,8 +18851,6 @@ declare namespace sap {
18709
18851
 
18710
18852
  /**
18711
18853
  * Describes the settings that can be provided to the FilterField constructor.
18712
- *
18713
- * @experimental (since 1.48.0)
18714
18854
  */
18715
18855
  interface $FilterFieldSettings
18716
18856
  extends sap.ui.mdc.field.$FieldBaseSettings {
@@ -18776,8 +18916,6 @@ declare namespace sap {
18776
18916
 
18777
18917
  /**
18778
18918
  * Describes the settings that can be provided to the Link constructor.
18779
- *
18780
- * @experimental (since 1.74.0)
18781
18919
  */
18782
18920
  interface $LinkSettings extends sap.ui.mdc.field.$FieldInfoBaseSettings {
18783
18921
  /**
@@ -18802,8 +18940,6 @@ declare namespace sap {
18802
18940
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
18803
18941
  * that).
18804
18942
  * Do not bind or modify the module. This property can only be configured during control initialization.
18805
- *
18806
- * @experimental
18807
18943
  */
18808
18944
  delegate?:
18809
18945
  | object
@@ -18870,8 +19006,6 @@ declare namespace sap {
18870
19006
 
18871
19007
  /**
18872
19008
  * Describes the settings that can be provided to the Table constructor.
18873
- *
18874
- * @experimental (since 1.58.0)
18875
19009
  */
18876
19010
  interface $TableSettings extends sap.ui.mdc.$ControlSettings {
18877
19011
  /**
@@ -18923,8 +19057,6 @@ declare namespace sap {
18923
19057
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
18924
19058
  * that).
18925
19059
  * Do not bind or modify the module. This property can only be configured during control initialization.
18926
- *
18927
- * @experimental
18928
19060
  */
18929
19061
  delegate?:
18930
19062
  | object
@@ -18945,7 +19077,7 @@ declare namespace sap {
18945
19077
  * Defines style of the header. For more information, see {@link sap.m.Title#setTitleStyle}.
18946
19078
  *
18947
19079
  * @since 1.116
18948
- * @experimental - Internal use only
19080
+ * @experimental
18949
19081
  */
18950
19082
  headerStyle?:
18951
19083
  | sap.ui.core.TitleLevel
@@ -19244,7 +19376,7 @@ declare namespace sap {
19244
19376
  * Columns of the table.
19245
19377
  *
19246
19378
  * **Note:** This aggregation is managed by the control, can only be populated during the definition in
19247
- * the XML view, and is not bindable. Any changes of the initial aggregation content might result in unwanted
19379
+ * the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
19248
19380
  * effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
19249
19381
  */
19250
19382
  columns?:
@@ -19259,6 +19391,7 @@ declare namespace sap {
19259
19391
  *
19260
19392
  * **Note:** Once the binding supports creating transient records, this aggregation will be removed.
19261
19393
  *
19394
+ * @deprecated (since 1.124) - the concept has been discarded.
19262
19395
  * @experimental - Do not use
19263
19396
  */
19264
19397
  creationRow?: /* was: sap.ui.mdc.table.CreationRow */ any;
@@ -19297,9 +19430,6 @@ declare namespace sap {
19297
19430
  /**
19298
19431
  * `DataStateIndicator` plugin that can be used to show binding-related messages.
19299
19432
  *
19300
- * **Note:** The message filtering is not yet supported for this control. Therefore the {@link sap.m.plugins.DataStateIndicator#getEnableFiltering enableFiltering }
19301
- * property of the `DataStateIndicator` plugin must not be set to `true`.
19302
- *
19303
19433
  * @since 1.89
19304
19434
  */
19305
19435
  dataStateIndicator?: sap.m.plugins.DataStateIndicator;
@@ -19395,8 +19525,6 @@ declare namespace sap {
19395
19525
 
19396
19526
  /**
19397
19527
  * Describes the settings that can be provided to the ValueHelp constructor.
19398
- *
19399
- * @experimental (since 1.95.0)
19400
19528
  */
19401
19529
  interface $ValueHelpSettings extends sap.ui.mdc.$ElementSettings {
19402
19530
  /**
@@ -19427,8 +19555,6 @@ declare namespace sap {
19427
19555
  * **Note:** Ensure that the related file can be requested (any required library has to be loaded before
19428
19556
  * that).
19429
19557
  * Do not bind or modify the module. This property can only be configured during control initialization.
19430
- *
19431
- * @experimental
19432
19558
  */
19433
19559
  delegate?:
19434
19560
  | object
@@ -19655,573 +19781,165 @@ declare namespace sap {
19655
19781
 
19656
19782
  /**
19657
19783
  * Parameters of the Table#beforeOpenContextMenu event.
19658
- */
19659
- interface Table$BeforeOpenContextMenuEventParameters {
19660
- /**
19661
- * The binding context
19662
- */
19663
- bindingContext?: sap.ui.model.Context;
19664
-
19665
- /**
19666
- * The column used for the context menu
19667
- *
19668
- * **Note:** This parameter can be undefined if the area where the context menu opens is not related to
19669
- * a column instance.
19670
- */
19671
- column?: sap.ui.mdc.table.Column;
19672
- }
19673
-
19674
- /**
19675
- * Parameters of the Table#paste event.
19676
- */
19677
- interface Table$PasteEventParameters {
19678
- /**
19679
- * 2D array of strings with data from the clipboard. The first dimension represents the rows, and the second
19680
- * dimension represents the cells of the tabular data.
19681
- */
19682
- data?: string[][];
19683
- }
19684
-
19685
- /**
19686
- * Parameters of the Table#rowPress event.
19687
- */
19688
- interface Table$RowPressEventParameters {
19689
- /**
19690
- * The binding context
19691
- */
19692
- bindingContext?: sap.ui.model.Context;
19693
- }
19694
-
19695
- /**
19696
- * Parameters of the Table#selectionChange event.
19697
- */
19698
- interface Table$SelectionChangeEventParameters {
19699
- /**
19700
- * Identifies whether the Select All checkbox was pressed
19701
- */
19702
- selectAll?: boolean;
19703
- }
19704
-
19705
- /**
19706
- * Parameters of the ValueHelp#closed event.
19707
- */
19708
- interface ValueHelp$ClosedEventParameters {}
19709
-
19710
- /**
19711
- * Parameters of the ValueHelp#disconnect event.
19712
- */
19713
- interface ValueHelp$DisconnectEventParameters {}
19714
-
19715
- /**
19716
- * Parameters of the ValueHelp#navigated event.
19717
- */
19718
- interface ValueHelp$NavigatedEventParameters {
19719
- /**
19720
- * True if the focus should be set back to the field.
19721
- */
19722
- leaveFocus?: boolean;
19723
-
19724
- /**
19725
- * Navigated condition.
19726
- *
19727
- * **Note:** A condition must have the structure of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
19728
- */
19729
- condition?: object;
19730
-
19731
- /**
19732
- * ID of the navigated item. (This is needed to set the corresponding aria-attribute)
19733
- */
19734
- itemId?: string;
19735
- }
19736
-
19737
- /**
19738
- * Parameters of the ValueHelp#open event.
19739
- */
19740
- interface ValueHelp$OpenEventParameters {
19741
- /**
19742
- * The container which will be opened
19743
- */
19744
- container?: sap.ui.mdc.valuehelp.base.Container;
19745
- }
19746
-
19747
- /**
19748
- * Parameters of the ValueHelp#opened event.
19749
- */
19750
- interface ValueHelp$OpenedEventParameters {
19751
- /**
19752
- * The container which was opened
19753
- */
19754
- container?: sap.ui.mdc.valuehelp.base.Container;
19755
-
19756
- /**
19757
- * ID of the initially selected item
19758
- */
19759
- itemId?: string;
19760
- }
19761
-
19762
- /**
19763
- * Parameters of the ValueHelp#select event.
19764
- */
19765
- interface ValueHelp$SelectEventParameters {
19766
- /**
19767
- * The selected `conditions`
19768
- *
19769
- * **Note:** A condition has the structure of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
19770
- */
19771
- conditions?: object[];
19772
-
19773
- /**
19774
- * If set, the selected `conditions` are added by the listening control, otherwise they replace the existing
19775
- * ones
19776
- */
19777
- add?: boolean;
19778
-
19779
- /**
19780
- * Indicator if the value help is closed while selection
19781
- */
19782
- close?: boolean;
19783
- }
19784
-
19785
- /**
19786
- * Parameters of the ValueHelp#switchToValueHelp event.
19787
- */
19788
- interface ValueHelp$SwitchToValueHelpEventParameters {}
19789
-
19790
- /**
19791
- * Parameters of the ValueHelp#typeaheadSuggested event.
19792
- */
19793
- interface ValueHelp$TypeaheadSuggestedEventParameters {
19794
- /**
19795
- * Suggested condition
19796
- *
19797
- * **Note:** A condition must have the structure of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
19798
- */
19799
- condition?: object;
19800
-
19801
- /**
19802
- * Used filter value (as the event might fire asynchronously, and the current user input might have changed.)
19803
- */
19804
- filterValue?: string;
19805
-
19806
- /**
19807
- * ID of the suggested item (This is needed to set the corresponding ARIA attribute)
19808
- */
19809
- itemId?: string;
19810
-
19811
- /**
19812
- * If `true` the filtering was executed case sensitive
19813
- */
19814
- caseSensitive?: boolean;
19815
- }
19816
-
19817
- /**
19818
- * The `ActionToolbar` control can be used in the {@link sap.ui.mdc.Chart Chart} and {@link sap.ui.mdc.Table Table }
19819
- * controls to display actions. The control handles key user adaptation and positioning of the actions depending
19820
- * on the given layout information. **Note:** The content aggregation of the control must not be used.
19821
- *
19822
- * @since 1.58
19823
- */
19824
- class ActionToolbar extends sap.m.OverflowToolbar {
19825
- /**
19826
- * Constructor for a new ActionToolbar.
19827
- *
19828
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
19829
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
19830
- * of the syntax of the settings object.
19831
- */
19832
- constructor(
19833
- /**
19834
- * initial settings for the new control
19835
- */
19836
- mSettings?: sap.ui.mdc.$ActionToolbarSettings
19837
- );
19838
- /**
19839
- * Constructor for a new ActionToolbar.
19840
- *
19841
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
19842
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
19843
- * of the syntax of the settings object.
19844
- */
19845
- constructor(
19846
- /**
19847
- * ID for the new control, generated automatically if no ID is given
19848
- */
19849
- sId?: string,
19850
- /**
19851
- * initial settings for the new control
19852
- */
19853
- mSettings?: sap.ui.mdc.$ActionToolbarSettings
19854
- );
19855
-
19856
- /**
19857
- * Creates a new subclass of class sap.ui.mdc.ActionToolbar with name `sClassName` and enriches it with
19858
- * the information contained in `oClassInfo`.
19859
- *
19860
- * `oClassInfo` might contain the same kind of information as described in {@link sap.m.OverflowToolbar.extend}.
19861
- *
19862
- *
19863
- * @returns Created class / constructor function
19864
- */
19865
- static extend<T extends Record<string, unknown>>(
19866
- /**
19867
- * Name of the class being created
19868
- */
19869
- sClassName: string,
19870
- /**
19871
- * Object literal with information about the class
19872
- */
19873
- oClassInfo?: sap.ClassInfo<T, sap.ui.mdc.ActionToolbar>,
19874
- /**
19875
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
19876
- * used by this class
19877
- */
19878
- FNMetaImpl?: Function
19879
- ): Function;
19880
- /**
19881
- * Returns a metadata object for class sap.ui.mdc.ActionToolbar.
19882
- *
19883
- *
19884
- * @returns Metadata object describing this class
19885
- */
19886
- static getMetadata(): sap.ui.core.ElementMetadata;
19887
- /**
19888
- * Adds some action to the aggregation {@link #getActions actions}.
19889
- *
19890
- *
19891
- * @returns Reference to `this` in order to allow method chaining
19892
- */
19893
- addAction(
19894
- /**
19895
- * The action to add; if empty, nothing is inserted
19896
- */
19897
- oAction: sap.ui.mdc.actiontoolbar.ActionToolbarAction
19898
- ): this;
19899
- /**
19900
- * Adds some begin to the aggregation {@link #getBegin begin}.
19901
- *
19902
- *
19903
- * @returns Reference to `this` in order to allow method chaining
19904
- */
19905
- addBegin(
19906
- /**
19907
- * The begin to add; if empty, nothing is inserted
19908
- */
19909
- oBegin: sap.ui.core.Control
19910
- ): this;
19911
- /**
19912
- * Adds some between to the aggregation {@link #getBetween between}.
19913
- *
19914
- *
19915
- * @returns Reference to `this` in order to allow method chaining
19916
- */
19917
- addBetween(
19918
- /**
19919
- * The between to add; if empty, nothing is inserted
19920
- */
19921
- oBetween: sap.ui.core.Control
19922
- ): this;
19923
- /**
19924
- * Adds some end to the aggregation {@link #getEnd end}.
19925
- *
19926
- *
19927
- * @returns Reference to `this` in order to allow method chaining
19928
- */
19929
- addEnd(
19930
- /**
19931
- * The end to add; if empty, nothing is inserted
19932
- */
19933
- oEnd: sap.ui.core.Control
19934
- ): this;
19935
- /**
19936
- * Destroys all the actions in the aggregation {@link #getActions actions}.
19937
- *
19938
- *
19939
- * @returns Reference to `this` in order to allow method chaining
19940
- */
19941
- destroyActions(): this;
19942
- /**
19943
- * Destroys all the begin in the aggregation {@link #getBegin begin}.
19944
- *
19945
- *
19946
- * @returns Reference to `this` in order to allow method chaining
19947
- */
19948
- destroyBegin(): this;
19949
- /**
19950
- * Destroys all the between in the aggregation {@link #getBetween between}.
19951
- *
19952
- *
19953
- * @returns Reference to `this` in order to allow method chaining
19954
- */
19955
- destroyBetween(): this;
19956
- /**
19957
- * Destroys all the end in the aggregation {@link #getEnd end}.
19958
- *
19959
- *
19960
- * @returns Reference to `this` in order to allow method chaining
19961
- */
19962
- destroyEnd(): this;
19963
- /**
19964
- * Gets content of aggregation {@link #getActions actions}.
19965
- *
19966
- * Further actions in the toolbar.
19967
- */
19968
- getActions(): sap.ui.mdc.actiontoolbar.ActionToolbarAction[];
19969
- /**
19970
- * Gets content of aggregation {@link #getBegin begin}.
19971
- *
19972
- * Content shown at the begin of the toolbar (e.g. Title).
19973
- */
19974
- getBegin(): sap.ui.core.Control[];
19975
- /**
19976
- * Gets content of aggregation {@link #getBetween between}.
19977
- *
19978
- * Content shown between the title and actions on the toolbar.
19979
- */
19980
- getBetween(): sap.ui.core.Control[];
19981
- /**
19982
- * Gets content of aggregation {@link #getEnd end}.
19983
- *
19984
- * Content at the end of the toolbar.
19985
- */
19986
- getEnd(): sap.ui.core.Control[];
19784
+ */
19785
+ interface Table$BeforeOpenContextMenuEventParameters {
19987
19786
  /**
19988
- * Gets current value of property {@link #getUseAsHeader useAsHeader}.
19989
- *
19990
- * Determines whether the toolbar is used as header (e.g. for a table).
19991
- *
19992
- * Default value is `true`.
19993
- *
19994
- *
19995
- * @returns Value of property `useAsHeader`
19787
+ * The binding context
19996
19788
  */
19997
- getUseAsHeader(): boolean;
19789
+ bindingContext?: sap.ui.model.Context;
19790
+
19998
19791
  /**
19999
- * Checks for the provided `sap.ui.mdc.actiontoolbar.ActionToolbarAction` in the aggregation {@link #getActions actions}.
20000
- * and returns its index if found or -1 otherwise.
20001
- *
19792
+ * The column used for the context menu
20002
19793
  *
20003
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
19794
+ * **Note:** This parameter can be undefined if the area where the context menu opens is not related to
19795
+ * a column instance.
20004
19796
  */
20005
- indexOfAction(
20006
- /**
20007
- * The action whose index is looked for
20008
- */
20009
- oAction: sap.ui.mdc.actiontoolbar.ActionToolbarAction
20010
- ): int;
19797
+ column?: sap.ui.mdc.table.Column;
19798
+ }
19799
+
19800
+ /**
19801
+ * Parameters of the Table#paste event.
19802
+ */
19803
+ interface Table$PasteEventParameters {
20011
19804
  /**
20012
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getBegin begin}. and returns
20013
- * its index if found or -1 otherwise.
20014
- *
20015
- *
20016
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
19805
+ * 2D array of strings with data from the clipboard. The first dimension represents the rows, and the second
19806
+ * dimension represents the cells of the tabular data.
20017
19807
  */
20018
- indexOfBegin(
20019
- /**
20020
- * The begin whose index is looked for
20021
- */
20022
- oBegin: sap.ui.core.Control
20023
- ): int;
19808
+ data?: string[][];
19809
+ }
19810
+
19811
+ /**
19812
+ * Parameters of the Table#rowPress event.
19813
+ */
19814
+ interface Table$RowPressEventParameters {
20024
19815
  /**
20025
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getBetween between}. and returns
20026
- * its index if found or -1 otherwise.
20027
- *
20028
- *
20029
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
19816
+ * The binding context
20030
19817
  */
20031
- indexOfBetween(
20032
- /**
20033
- * The between whose index is looked for
20034
- */
20035
- oBetween: sap.ui.core.Control
20036
- ): int;
19818
+ bindingContext?: sap.ui.model.Context;
19819
+ }
19820
+
19821
+ /**
19822
+ * Parameters of the Table#selectionChange event.
19823
+ */
19824
+ interface Table$SelectionChangeEventParameters {
20037
19825
  /**
20038
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getEnd end}. and returns its
20039
- * index if found or -1 otherwise.
20040
- *
20041
- *
20042
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
19826
+ * Identifies whether the Select All checkbox was pressed
20043
19827
  */
20044
- indexOfEnd(
20045
- /**
20046
- * The end whose index is looked for
20047
- */
20048
- oEnd: sap.ui.core.Control
20049
- ): int;
19828
+ selectAll?: boolean;
19829
+ }
19830
+
19831
+ /**
19832
+ * Parameters of the ValueHelp#closed event.
19833
+ */
19834
+ interface ValueHelp$ClosedEventParameters {}
19835
+
19836
+ /**
19837
+ * Parameters of the ValueHelp#disconnect event.
19838
+ */
19839
+ interface ValueHelp$DisconnectEventParameters {}
19840
+
19841
+ /**
19842
+ * Parameters of the ValueHelp#navigated event.
19843
+ */
19844
+ interface ValueHelp$NavigatedEventParameters {
20050
19845
  /**
20051
- * Inserts a action into the aggregation {@link #getActions actions}.
20052
- *
20053
- *
20054
- * @returns Reference to `this` in order to allow method chaining
19846
+ * True if the focus should be set back to the field.
20055
19847
  */
20056
- insertAction(
20057
- /**
20058
- * The action to insert; if empty, nothing is inserted
20059
- */
20060
- oAction: sap.ui.mdc.actiontoolbar.ActionToolbarAction,
20061
- /**
20062
- * The `0`-based index the action should be inserted at; for a negative value of `iIndex`, the action is
20063
- * inserted at position 0; for a value greater than the current size of the aggregation, the action is inserted
20064
- * at the last position
20065
- */
20066
- iIndex: int
20067
- ): this;
19848
+ leaveFocus?: boolean;
19849
+
20068
19850
  /**
20069
- * Inserts a begin into the aggregation {@link #getBegin begin}.
20070
- *
19851
+ * Navigated condition.
20071
19852
  *
20072
- * @returns Reference to `this` in order to allow method chaining
19853
+ * **Note:** A condition must have the structure of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
20073
19854
  */
20074
- insertBegin(
20075
- /**
20076
- * The begin to insert; if empty, nothing is inserted
20077
- */
20078
- oBegin: sap.ui.core.Control,
20079
- /**
20080
- * The `0`-based index the begin should be inserted at; for a negative value of `iIndex`, the begin is inserted
20081
- * at position 0; for a value greater than the current size of the aggregation, the begin is inserted at
20082
- * the last position
20083
- */
20084
- iIndex: int
20085
- ): this;
19855
+ condition?: object;
19856
+
20086
19857
  /**
20087
- * Inserts a between into the aggregation {@link #getBetween between}.
20088
- *
20089
- *
20090
- * @returns Reference to `this` in order to allow method chaining
19858
+ * ID of the navigated item. (This is needed to set the corresponding aria-attribute)
20091
19859
  */
20092
- insertBetween(
20093
- /**
20094
- * The between to insert; if empty, nothing is inserted
20095
- */
20096
- oBetween: sap.ui.core.Control,
20097
- /**
20098
- * The `0`-based index the between should be inserted at; for a negative value of `iIndex`, the between
20099
- * is inserted at position 0; for a value greater than the current size of the aggregation, the between
20100
- * is inserted at the last position
20101
- */
20102
- iIndex: int
20103
- ): this;
19860
+ itemId?: string;
19861
+ }
19862
+
19863
+ /**
19864
+ * Parameters of the ValueHelp#open event.
19865
+ */
19866
+ interface ValueHelp$OpenEventParameters {
20104
19867
  /**
20105
- * Inserts a end into the aggregation {@link #getEnd end}.
20106
- *
20107
- *
20108
- * @returns Reference to `this` in order to allow method chaining
19868
+ * The container which will be opened
20109
19869
  */
20110
- insertEnd(
20111
- /**
20112
- * The end to insert; if empty, nothing is inserted
20113
- */
20114
- oEnd: sap.ui.core.Control,
20115
- /**
20116
- * The `0`-based index the end should be inserted at; for a negative value of `iIndex`, the end is inserted
20117
- * at position 0; for a value greater than the current size of the aggregation, the end is inserted at the
20118
- * last position
20119
- */
20120
- iIndex: int
20121
- ): this;
19870
+ container?: sap.ui.mdc.valuehelp.base.Container;
19871
+ }
19872
+
19873
+ /**
19874
+ * Parameters of the ValueHelp#opened event.
19875
+ */
19876
+ interface ValueHelp$OpenedEventParameters {
20122
19877
  /**
20123
- * Removes a action from the aggregation {@link #getActions actions}.
20124
- *
20125
- *
20126
- * @returns The removed action or `null`
19878
+ * The container which was opened
20127
19879
  */
20128
- removeAction(
20129
- /**
20130
- * The action to remove or its index or id
20131
- */
20132
- vAction: int | string | sap.ui.mdc.actiontoolbar.ActionToolbarAction
20133
- ): sap.ui.mdc.actiontoolbar.ActionToolbarAction | null;
19880
+ container?: sap.ui.mdc.valuehelp.base.Container;
19881
+
20134
19882
  /**
20135
- * Removes all the controls from the aggregation {@link #getActions actions}.
20136
- *
20137
- * Additionally, it unregisters them from the hosting UIArea.
20138
- *
20139
- *
20140
- * @returns An array of the removed elements (might be empty)
19883
+ * ID of the initially selected item
20141
19884
  */
20142
- removeAllActions(): sap.ui.mdc.actiontoolbar.ActionToolbarAction[];
19885
+ itemId?: string;
19886
+ }
19887
+
19888
+ /**
19889
+ * Parameters of the ValueHelp#select event.
19890
+ */
19891
+ interface ValueHelp$SelectEventParameters {
20143
19892
  /**
20144
- * Removes all the controls from the aggregation {@link #getBegin begin}.
20145
- *
20146
- * Additionally, it unregisters them from the hosting UIArea.
20147
- *
19893
+ * The selected `conditions`
20148
19894
  *
20149
- * @returns An array of the removed elements (might be empty)
19895
+ * **Note:** A condition has the structure of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
20150
19896
  */
20151
- removeAllBegin(): sap.ui.core.Control[];
19897
+ conditions?: object[];
19898
+
20152
19899
  /**
20153
- * Removes all the controls from the aggregation {@link #getBetween between}.
20154
- *
20155
- * Additionally, it unregisters them from the hosting UIArea.
20156
- *
20157
- *
20158
- * @returns An array of the removed elements (might be empty)
19900
+ * If set, the selected `conditions` are added by the listening control, otherwise they replace the existing
19901
+ * ones
20159
19902
  */
20160
- removeAllBetween(): sap.ui.core.Control[];
19903
+ add?: boolean;
19904
+
20161
19905
  /**
20162
- * Removes all the controls from the aggregation {@link #getEnd end}.
20163
- *
20164
- * Additionally, it unregisters them from the hosting UIArea.
20165
- *
20166
- *
20167
- * @returns An array of the removed elements (might be empty)
19906
+ * Indicator if the value help is closed while selection
20168
19907
  */
20169
- removeAllEnd(): sap.ui.core.Control[];
19908
+ close?: boolean;
19909
+ }
19910
+
19911
+ /**
19912
+ * Parameters of the ValueHelp#switchToValueHelp event.
19913
+ */
19914
+ interface ValueHelp$SwitchToValueHelpEventParameters {}
19915
+
19916
+ /**
19917
+ * Parameters of the ValueHelp#typeaheadSuggested event.
19918
+ */
19919
+ interface ValueHelp$TypeaheadSuggestedEventParameters {
20170
19920
  /**
20171
- * Removes a begin from the aggregation {@link #getBegin begin}.
20172
- *
19921
+ * Suggested condition
20173
19922
  *
20174
- * @returns The removed begin or `null`
19923
+ * **Note:** A condition must have the structure of {@link sap.ui.mdc.condition.ConditionObject ConditionObject}.
20175
19924
  */
20176
- removeBegin(
20177
- /**
20178
- * The begin to remove or its index or id
20179
- */
20180
- vBegin: int | string | sap.ui.core.Control
20181
- ): sap.ui.core.Control | null;
19925
+ condition?: object;
19926
+
20182
19927
  /**
20183
- * Removes a between from the aggregation {@link #getBetween between}.
20184
- *
20185
- *
20186
- * @returns The removed between or `null`
19928
+ * Used filter value (as the event might fire asynchronously, and the current user input might have changed.)
20187
19929
  */
20188
- removeBetween(
20189
- /**
20190
- * The between to remove or its index or id
20191
- */
20192
- vBetween: int | string | sap.ui.core.Control
20193
- ): sap.ui.core.Control | null;
19930
+ filterValue?: string;
19931
+
20194
19932
  /**
20195
- * Removes a end from the aggregation {@link #getEnd end}.
20196
- *
20197
- *
20198
- * @returns The removed end or `null`
19933
+ * ID of the suggested item (This is needed to set the corresponding ARIA attribute)
20199
19934
  */
20200
- removeEnd(
20201
- /**
20202
- * The end to remove or its index or id
20203
- */
20204
- vEnd: int | string | sap.ui.core.Control
20205
- ): sap.ui.core.Control | null;
19935
+ itemId?: string;
19936
+
20206
19937
  /**
20207
- * Sets a new value for property {@link #getUseAsHeader useAsHeader}.
20208
- *
20209
- * Determines whether the toolbar is used as header (e.g. for a table).
20210
- *
20211
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
20212
- *
20213
- * Default value is `true`.
20214
- *
20215
- *
20216
- * @returns Reference to `this` in order to allow method chaining
19938
+ * If `true` the filtering was executed case sensitive
20217
19939
  */
20218
- setUseAsHeader(
20219
- /**
20220
- * New value for property `useAsHeader`
20221
- */
20222
- bUseAsHeader?: boolean
20223
- ): this;
19940
+ caseSensitive?: boolean;
20224
19941
  }
19942
+
20225
19943
  /**
20226
19944
  * The `Chart` control creates a chart based on metadata and the configuration specified.
20227
19945
  * **Note:** The inner chart needs to be assigned `ChartDelegate`.
@@ -20231,7 +19949,8 @@ declare namespace sap {
20231
19949
  */
20232
19950
  class Chart
20233
19951
  extends sap.ui.mdc.Control
20234
- implements sap.ui.mdc.IFilterSource, sap.ui.mdc.IxState {
19952
+ implements sap.ui.mdc.IFilterSource, sap.ui.mdc.IxState
19953
+ {
20235
19954
  __implements__sap_ui_mdc_IFilterSource: boolean;
20236
19955
  __implements__sap_ui_mdc_IxState: boolean;
20237
19956
  /**
@@ -20403,10 +20122,11 @@ declare namespace sap {
20403
20122
  * Gets content of aggregation {@link #getActions actions}.
20404
20123
  *
20405
20124
  * This aggregation describes actions that are added to the chart toolbar.
20406
- * For more information, see {@link sap.ui.mdc.actiontoolbar.ActionToolbarAction}. **Note:** This aggregation
20407
- * is managed by the control, can only be populated during the definition in the XML view, and is not bindable.
20408
- * Any changes of the initial aggregation content might result in undesired effects. Changes of the aggregation
20409
- * have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
20125
+ * For more information, see {@link sap.ui.mdc.actiontoolbar.ActionToolbarAction}.
20126
+ *
20127
+ * **Note:** This aggregation is managed by the control, can only be populated during the definition in
20128
+ * the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
20129
+ * effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
20410
20130
  */
20411
20131
  getActions(): sap.ui.core.Control[];
20412
20132
  /**
@@ -21048,7 +20768,6 @@ declare namespace sap {
21048
20768
  * {@link sap.ui.mdc.mixin.DelegateMixin}).
21049
20769
  *
21050
20770
  * @since 1.61
21051
- * @experimental (since 1.61)
21052
20771
  */
21053
20772
  abstract class Control extends sap.ui.core.Control {
21054
20773
  /**
@@ -21238,7 +20957,6 @@ declare namespace sap {
21238
20957
  * (see {@link sap.ui.mdc.mixin.DelegateMixin}).
21239
20958
  *
21240
20959
  * @since 1.74
21241
- * @experimental (since 1.74)
21242
20960
  */
21243
20961
  abstract class Element extends sap.ui.core.Element {
21244
20962
  /**
@@ -21441,14 +21159,14 @@ declare namespace sap {
21441
21159
  * number and one for unit.
21442
21160
  *
21443
21161
  * @since 1.54.0
21444
- * @experimental (since 1.54.0)
21445
21162
  */
21446
21163
  class Field
21447
21164
  extends sap.ui.mdc.field.FieldBase
21448
21165
  implements
21449
21166
  sap.ui.core.IFormContent,
21450
21167
  sap.ui.core.ISemanticFormContent,
21451
- sap.m.IOverflowToolbarContent {
21168
+ sap.m.IOverflowToolbarContent
21169
+ {
21452
21170
  __implements__sap_ui_core_IFormContent: boolean;
21453
21171
  __implements__sap_ui_core_ISemanticFormContent: boolean;
21454
21172
  __implements__sap_m_IOverflowToolbarContent: boolean;
@@ -21874,7 +21592,6 @@ declare namespace sap {
21874
21592
  * implementation. This implementation has to be provided by the application.
21875
21593
  *
21876
21594
  * @since 1.61.0
21877
- * @experimental (since 1.61.0)
21878
21595
  */
21879
21596
  class FilterBar extends sap.ui.mdc.filterbar.FilterBarBase {
21880
21597
  /**
@@ -22072,14 +21789,14 @@ declare namespace sap {
22072
21789
  * - If used for search, a {@link sap.m.SearchField SearchField} control is rendered.
22073
21790
  *
22074
21791
  * @since 1.48.0
22075
- * @experimental (since 1.48.0)
22076
21792
  */
22077
21793
  class FilterField
22078
21794
  extends sap.ui.mdc.field.FieldBase
22079
21795
  implements
22080
21796
  sap.ui.core.IFormContent,
22081
21797
  sap.ui.core.ISemanticFormContent,
22082
- sap.m.IOverflowToolbarContent {
21798
+ sap.m.IOverflowToolbarContent
21799
+ {
22083
21800
  __implements__sap_ui_core_IFormContent: boolean;
22084
21801
  __implements__sap_ui_core_ISemanticFormContent: boolean;
22085
21802
  __implements__sap_m_IOverflowToolbarContent: boolean;
@@ -22439,7 +22156,6 @@ declare namespace sap {
22439
22156
  * of a {@link module:sap/ui/mdc/LinkDelegate LinkDelegate}.
22440
22157
  *
22441
22158
  * @since 1.74
22442
- * @experimental (since 1.74.0)
22443
22159
  */
22444
22160
  class Link extends sap.ui.mdc.field.FieldInfoBase {
22445
22161
  /**
@@ -22549,7 +22265,6 @@ declare namespace sap {
22549
22265
  *
22550
22266
  * Default value is `...see text or source`.
22551
22267
  *
22552
- * @experimental
22553
22268
  *
22554
22269
  * @returns Value of property `delegate`
22555
22270
  */
@@ -22613,7 +22328,6 @@ declare namespace sap {
22613
22328
  *
22614
22329
  * Default value is `...see text or source`.
22615
22330
  *
22616
- * @experimental
22617
22331
  *
22618
22332
  * @returns Reference to `this` in order to allow method chaining
22619
22333
  */
@@ -22674,7 +22388,8 @@ declare namespace sap {
22674
22388
  implements
22675
22389
  sap.ui.core.IFormContent,
22676
22390
  sap.ui.core.ISemanticFormContent,
22677
- sap.m.IOverflowToolbarContent {
22391
+ sap.m.IOverflowToolbarContent
22392
+ {
22678
22393
  __implements__sap_ui_core_IFormContent: boolean;
22679
22394
  __implements__sap_ui_core_ISemanticFormContent: boolean;
22680
22395
  __implements__sap_m_IOverflowToolbarContent: boolean;
@@ -23174,11 +22889,11 @@ declare namespace sap {
23174
22889
  * and their types are subject to change without notice.
23175
22890
  *
23176
22891
  * @since 1.58
23177
- * @experimental (since 1.58.0)
23178
22892
  */
23179
22893
  class Table
23180
22894
  extends sap.ui.mdc.Control
23181
- implements sap.ui.mdc.IFilterSource, sap.ui.mdc.IxState {
22895
+ implements sap.ui.mdc.IFilterSource, sap.ui.mdc.IxState
22896
+ {
23182
22897
  __implements__sap_ui_mdc_IFilterSource: boolean;
23183
22898
  __implements__sap_ui_mdc_IxState: boolean;
23184
22899
  /**
@@ -23522,6 +23237,7 @@ declare namespace sap {
23522
23237
  /**
23523
23238
  * Destroys the creationRow in the aggregation {@link #getCreationRow creationRow}.
23524
23239
  *
23240
+ * @deprecated (since 1.124) - the concept has been discarded.
23525
23241
  * @experimental - Do not use
23526
23242
  *
23527
23243
  * @returns Reference to `this` in order to allow method chaining
@@ -23668,17 +23384,20 @@ declare namespace sap {
23668
23384
  /**
23669
23385
  * Fires event {@link #event:beforeExport beforeExport} to attached listeners.
23670
23386
  *
23387
+ * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
23388
+ * event object. The return value of this method indicates whether the default action should be executed.
23389
+ *
23671
23390
  * @since 1.75
23672
23391
  * @ui5-protected Do not call from applications (only from related classes in the framework)
23673
23392
  *
23674
- * @returns Reference to `this` in order to allow method chaining
23393
+ * @returns Whether or not to prevent the default action
23675
23394
  */
23676
23395
  fireBeforeExport(
23677
23396
  /**
23678
23397
  * Parameters to pass along with the event
23679
23398
  */
23680
23399
  mParameters?: sap.ui.mdc.Table$BeforeExportEventParameters
23681
- ): this;
23400
+ ): boolean;
23682
23401
  /**
23683
23402
  * Fires event {@link #event:beforeOpenContextMenu beforeOpenContextMenu} to attached listeners.
23684
23403
  *
@@ -23805,7 +23524,7 @@ declare namespace sap {
23805
23524
  * Columns of the table.
23806
23525
  *
23807
23526
  * **Note:** This aggregation is managed by the control, can only be populated during the definition in
23808
- * the XML view, and is not bindable. Any changes of the initial aggregation content might result in unwanted
23527
+ * the XML view, and is not bindable. Any changes of the initial aggregation content might result in undesired
23809
23528
  * effects. Changes of the aggregation have to be made with the {@link sap.ui.mdc.p13n.StateUtil StateUtil}.
23810
23529
  */
23811
23530
  getColumns(): sap.ui.mdc.table.Column[];
@@ -23842,6 +23561,7 @@ declare namespace sap {
23842
23561
  *
23843
23562
  * **Note:** Once the binding supports creating transient records, this aggregation will be removed.
23844
23563
  *
23564
+ * @deprecated (since 1.124) - the concept has been discarded.
23845
23565
  * @experimental - Do not use
23846
23566
  */
23847
23567
  getCreationRow(): /* was: sap.ui.mdc.table.CreationRow */ any;
@@ -23850,9 +23570,6 @@ declare namespace sap {
23850
23570
  *
23851
23571
  * `DataStateIndicator` plugin that can be used to show binding-related messages.
23852
23572
  *
23853
- * **Note:** The message filtering is not yet supported for this control. Therefore the {@link sap.m.plugins.DataStateIndicator#getEnableFiltering enableFiltering }
23854
- * property of the `DataStateIndicator` plugin must not be set to `true`.
23855
- *
23856
23573
  * @since 1.89
23857
23574
  */
23858
23575
  getDataStateIndicator(): sap.m.plugins.DataStateIndicator;
@@ -23878,7 +23595,6 @@ declare namespace sap {
23878
23595
  *
23879
23596
  * Default value is `...see text or source`.
23880
23597
  *
23881
- * @experimental
23882
23598
  *
23883
23599
  * @returns Value of property `delegate`
23884
23600
  */
@@ -23979,7 +23695,7 @@ declare namespace sap {
23979
23695
  * Defines style of the header. For more information, see {@link sap.m.Title#setTitleStyle}.
23980
23696
  *
23981
23697
  * @since 1.116
23982
- * @experimental - Internal use only
23698
+ * @experimental
23983
23699
  *
23984
23700
  * @returns Value of property `headerStyle`
23985
23701
  */
@@ -24349,6 +24065,7 @@ declare namespace sap {
24349
24065
  /**
24350
24066
  * Sets the aggregated {@link #getCreationRow creationRow}.
24351
24067
  *
24068
+ * @deprecated (since 1.124) - the concept has been discarded.
24352
24069
  * @experimental - Do not use
24353
24070
  *
24354
24071
  * @returns Reference to `this` in order to allow method chaining
@@ -24396,7 +24113,6 @@ declare namespace sap {
24396
24113
  *
24397
24114
  * Default value is `...see text or source`.
24398
24115
  *
24399
- * @experimental
24400
24116
  *
24401
24117
  * @returns Reference to `this` in order to allow method chaining
24402
24118
  */
@@ -24555,7 +24271,7 @@ declare namespace sap {
24555
24271
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24556
24272
  *
24557
24273
  * @since 1.116
24558
- * @experimental - Internal use only
24274
+ * @experimental
24559
24275
  *
24560
24276
  * @returns Reference to `this` in order to allow method chaining
24561
24277
  */
@@ -24886,7 +24602,6 @@ declare namespace sap {
24886
24602
  * in the control tree on the container holding the fields.
24887
24603
  *
24888
24604
  * @since 1.95.0
24889
- * @experimental (since 1.95.0)
24890
24605
  */
24891
24606
  abstract class ValueHelp extends sap.ui.mdc.Element {
24892
24607
  /**
@@ -25647,7 +25362,6 @@ declare namespace sap {
25647
25362
  *
25648
25363
  * Default value is `...see text or source`.
25649
25364
  *
25650
- * @experimental
25651
25365
  *
25652
25366
  * @returns Value of property `delegate`
25653
25367
  */
@@ -25742,7 +25456,6 @@ declare namespace sap {
25742
25456
  *
25743
25457
  * Default value is `...see text or source`.
25744
25458
  *
25745
- * @experimental
25746
25459
  *
25747
25460
  * @returns Reference to `this` in order to allow method chaining
25748
25461
  */
@@ -25992,8 +25705,6 @@ declare namespace sap {
25992
25705
  }
25993
25706
 
25994
25707
  interface IUI5DefineDependencyNames {
25995
- "sap/ui/mdc/ActionToolbar": undefined;
25996
-
25997
25708
  "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
25998
25709
 
25999
25710
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
@@ -26272,6 +25983,8 @@ declare namespace sap {
26272
25983
 
26273
25984
  "sap/ui/mdc/valuehelp/base/ListContent": undefined;
26274
25985
 
25986
+ "sap/ui/mdc/valuehelp/CollectiveSearchSelect": undefined;
25987
+
26275
25988
  "sap/ui/mdc/valuehelp/content/Bool": undefined;
26276
25989
 
26277
25990
  "sap/ui/mdc/valuehelp/content/Conditions": undefined;
@@ -26286,6 +25999,8 @@ declare namespace sap {
26286
25999
 
26287
26000
  "sap/ui/mdc/valuehelp/Dialog": undefined;
26288
26001
 
26002
+ "sap/ui/mdc/valuehelp/FilterBar": undefined;
26003
+
26289
26004
  "sap/ui/mdc/valuehelp/Popover": undefined;
26290
26005
 
26291
26006
  "sap/ui/mdc/ValueHelpDelegate": undefined;