@openui5/types 1.128.0 → 1.130.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -717,7 +717,9 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
717
717
  /**
718
718
  * Generic {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration for simple use cases.
719
719
  *
720
- * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following types:
720
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
721
+ * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following
722
+ * types:
721
723
  *
722
724
  *
723
725
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -875,6 +877,18 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
875
877
  ): undefined | object;
876
878
  /**
877
879
  * Provides the possibility to customize / replace the internal content of a field
880
+ * By default, this method returns suitable controls for the given {@link sap.ui.mdc.enums.BaseType BaseType},
881
+ * {@link sap.ui.mdc.field.FieldBase#setMaxConditions maxConditions} and {@link sap.ui.mdc.enums.ContentMode ContentMode}.
882
+ *
883
+ * **Note:** Bind the value-holding property of the control to `'$field>/conditions'` using {@link sap.ui.mdc.field.ConditionsType ConditionsType }
884
+ * as type.
885
+ *
886
+ * If the control needs to show multiple conditions, bind its aggregation to '$field>/conditions'.
887
+ * Bind the item controls value-holding property using {@link sap.ui.mdc.field.ConditionType ConditionType }
888
+ * as type.
889
+ *
890
+ * **Warning:** The returned controls must implement {@link sap.ui.core.IFormContent IFormContent}. Other
891
+ * controls might lead to layouting or usabillity issues.
878
892
  *
879
893
  * @since 1.124.0
880
894
  * @ui5-protected Do not call from applications (only from related classes in the framework)
@@ -907,7 +921,7 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
907
921
  *
908
922
  * The returned text will be shown as selected after the user input ends.
909
923
  *
910
- * By Default this method uses the {@link sap.ui.mdc.field.FieldBase#getDisplay display} property of the
924
+ * By default this method uses the {@link sap.ui.mdc.field.FieldBase#getDisplay display} property of the
911
925
  * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
912
926
  * control to determine what text (key or description) is used as autocomplete-text. A text is only used
913
927
  * if it matches the user input. If set to `Value`, the key is used. If set to `Description`, the description
@@ -1730,7 +1744,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
1730
1744
  /**
1731
1745
  * OData-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1732
1746
  *
1733
- * **Note:** This `TypeMap` implementation contains the following types:
1747
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1748
+ * **Note:** This `TypeMap` implementation contains the following types:
1734
1749
  *
1735
1750
  *
1736
1751
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -1907,7 +1922,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
1907
1922
  /**
1908
1923
  * ODataV4-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1909
1924
  *
1910
- * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1925
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1926
+ * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1911
1927
  *
1912
1928
  *
1913
1929
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -2239,6 +2255,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
2239
2255
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
2240
2256
  * and enables model-specific type configuration.
2241
2257
  *
2258
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
2259
+ *
2242
2260
  * @since 1.114.0
2243
2261
  */
2244
2262
  interface TypeMap {
@@ -2322,8 +2340,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
2322
2340
  /**
2323
2341
  * Gets a data type class based on a given name.
2324
2342
  *
2325
- * **Note:** The module of the data type needs to be loaded before.
2326
- *
2327
2343
  *
2328
2344
  * @returns Corresponding data type class
2329
2345
  */
@@ -2741,7 +2757,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2741
2757
  * This might be extended with payload-dependent filters.
2742
2758
  *
2743
2759
  * @since 1.101.0
2744
- * @deprecated - (since 1.118.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}
2760
+ * @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2745
2761
  *
2746
2762
  * @returns `true` if item is selected
2747
2763
  */
@@ -3013,6 +3029,17 @@ declare module "sap/ui/mdc/library" {
3013
3029
 
3014
3030
  import BaseType from "sap/ui/mdc/enums/BaseType";
3015
3031
 
3032
+ import Control from "sap/ui/core/Control";
3033
+
3034
+ import {
3035
+ ItemForValueConfiguration,
3036
+ ValueHelpItem,
3037
+ } from "sap/ui/mdc/ValueHelp";
3038
+
3039
+ import FormatException from "sap/ui/model/FormatException";
3040
+
3041
+ import ParseException from "sap/ui/model/ParseException";
3042
+
3016
3043
  /**
3017
3044
  * Interface for controls or entities which can serve as filters in the `sap.ui.mdc.Table` & `sap.ui.mdc.Chart`.
3018
3045
  *
@@ -3235,172 +3262,290 @@ declare module "sap/ui/mdc/library" {
3235
3262
  baseType?: BaseType | keyof typeof BaseType;
3236
3263
  };
3237
3264
  }
3238
- }
3239
-
3240
- declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
3241
- import { default as Control, $ControlSettings } from "sap/ui/core/Control";
3242
3265
 
3243
- import { IOverflowToolbarContent } from "sap/m/library";
3244
-
3245
- import ElementMetadata from "sap/ui/core/ElementMetadata";
3246
-
3247
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3248
-
3249
- /**
3250
- * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
3251
- * that determines where the wrapped control is displayed on the `ActionToolbar`.
3252
- *
3253
- * @since 1.58
3254
- * @experimental
3255
- */
3256
- export default class ActionToolbarAction
3257
- extends Control
3258
- implements IOverflowToolbarContent
3259
- {
3260
- __implements__sap_m_IOverflowToolbarContent: boolean;
3261
- /**
3262
- * Constructor for a new ActionToolbarAction.
3263
- *
3264
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3265
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3266
- * of the syntax of the settings object.
3267
- */
3268
- constructor(
3266
+ export namespace valuehelp {
3267
+ namespace base {
3269
3268
  /**
3270
- * Initial settings for the new control
3271
- */
3272
- mSettings?: $ActionToolbarActionSettings
3273
- );
3274
- /**
3275
- * Constructor for a new ActionToolbarAction.
3276
- *
3277
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3278
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3279
- * of the syntax of the settings object.
3280
- */
3281
- constructor(
3282
- /**
3283
- * ID for the new control, generated automatically if no ID is given
3284
- */
3285
- sId?: string,
3286
- /**
3287
- * Initial settings for the new control
3269
+ * Interface for valuehelp containers shown on a dialog
3270
+ *
3271
+ * @since 1.95
3288
3272
  */
3289
- mSettings?: $ActionToolbarActionSettings
3290
- );
3273
+ interface IDialogContainer {
3274
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContainer: boolean;
3275
+
3276
+ /**
3277
+ * Closes the container
3278
+ */
3279
+ close(): void;
3280
+ /**
3281
+ * Opens the container
3282
+ *
3283
+ *
3284
+ * @returns This promise resolves after the container completely opened.
3285
+ */
3286
+ open(
3287
+ /**
3288
+ * Promise for content request
3289
+ */
3290
+ oValueHelpContentPromise: Promise<any>,
3291
+ /**
3292
+ * Flag indicating whether the container is opened as type-ahead or dialog-like help
3293
+ */
3294
+ bTypeahead: boolean
3295
+ ): Promise<any>;
3296
+ }
3291
3297
 
3292
- /**
3293
- * Creates a new subclass of class sap.ui.mdc.actiontoolbar.ActionToolbarAction with name `sClassName` and
3294
- * enriches it with the information contained in `oClassInfo`.
3295
- *
3296
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3297
- *
3298
- *
3299
- * @returns Created class / constructor function
3300
- */
3301
- static extend<T extends Record<string, unknown>>(
3302
- /**
3303
- * Name of the class being created
3304
- */
3305
- sClassName: string,
3306
- /**
3307
- * Object literal with information about the class
3308
- */
3309
- oClassInfo?: sap.ClassInfo<T, ActionToolbarAction>,
3310
- /**
3311
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3312
- * used by this class
3313
- */
3314
- FNMetaImpl?: Function
3315
- ): Function;
3316
- /**
3317
- * Returns a metadata object for class sap.ui.mdc.actiontoolbar.ActionToolbarAction.
3318
- *
3319
- *
3320
- * @returns Metadata object describing this class
3321
- */
3322
- static getMetadata(): ElementMetadata;
3323
- /**
3324
- * Destroys the action in the aggregation {@link #getAction action}.
3325
- *
3326
- *
3327
- * @returns Reference to `this` in order to allow method chaining
3328
- */
3329
- destroyAction(): this;
3330
- /**
3331
- * Gets content of aggregation {@link #getAction action}.
3332
- *
3333
- * The control that is displayed on the `ActionToolbar`.
3334
- */
3335
- getAction(): Control;
3336
- /**
3337
- * Gets current value of property {@link #getLayoutInformation layoutInformation}.
3338
- *
3339
- * Contains the information where the action is displayed on the `ActionToolbar`.
3340
- *
3341
- * Default value is `...see text or source`.
3342
- *
3343
- *
3344
- * @returns Value of property `layoutInformation`
3345
- */
3346
- getLayoutInformation(): object;
3347
- /**
3348
- * Observes changes in `Action` aggregation.
3349
- *
3350
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3351
- */
3352
- observeChanges(
3353
3298
  /**
3354
- * Changes
3299
+ * Interface for valuehelp containers / contents supporting dialog functionality
3300
+ *
3301
+ * @since 1.95
3355
3302
  */
3356
- oChanges: object
3357
- ): void;
3358
- /**
3359
- * Sets the aggregated {@link #getAction action}.
3360
- *
3361
- *
3362
- * @returns Reference to `this` in order to allow method chaining
3363
- */
3364
- setAction(
3303
+ interface IDialogContent {
3304
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContent: boolean;
3305
+
3306
+ /**
3307
+ * Returns number of relevant conditions for this content
3308
+ *
3309
+ *
3310
+ * @returns Number of relevant conditions
3311
+ */
3312
+ getCount(
3313
+ /**
3314
+ * Array of conditions
3315
+ */
3316
+ aConditions: ConditionObject[]
3317
+ ): number;
3318
+ /**
3319
+ * Loads additional dependencies, creates and returns displayed content.
3320
+ *
3321
+ *
3322
+ * @returns Promise resolving in displayed content
3323
+ */
3324
+ getContent(): Promise<Control>;
3325
+ /**
3326
+ * Returns a title for the given Content
3327
+ *
3328
+ *
3329
+ * @returns Content title as string
3330
+ */
3331
+ getTitle(): string;
3332
+ /**
3333
+ * Returns info if the given content is in multi select mode
3334
+ *
3335
+ *
3336
+ * @returns `true` if multi-selection is active.
3337
+ */
3338
+ isMultiSelect(): boolean;
3339
+ }
3340
+
3365
3341
  /**
3366
- * The action to set
3342
+ * Interface for valuehelp {@link sap.ui.mdc.valuehelp.base.Container Containers} supporting typeahead functionality
3343
+ *
3344
+ * @since 1.95
3367
3345
  */
3368
- oAction: Control
3369
- ): this;
3370
- /**
3371
- * Sets a new value for property {@link #getLayoutInformation layoutInformation}.
3372
- *
3373
- * Contains the information where the action is displayed on the `ActionToolbar`.
3374
- *
3375
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3376
- *
3377
- * Default value is `...see text or source`.
3378
- *
3379
- *
3380
- * @returns Reference to `this` in order to allow method chaining
3381
- */
3382
- setLayoutInformation(
3346
+ interface ITypeaheadContainer {
3347
+ __implements__sap_ui_mdc_valuehelp_base_ITypeaheadContainer: boolean;
3348
+
3349
+ /**
3350
+ * Closes the container
3351
+ */
3352
+ close(): void;
3353
+ /**
3354
+ * Determines the item (key and description) for a given value.
3355
+ *
3356
+ * The value help checks if there is an item with a key or description that fits this value.
3357
+ *
3358
+ * **Note:** This function must only be called by the control the `ValuedHelp` element belongs to, not by
3359
+ * the application.
3360
+ *
3361
+ *
3362
+ * @returns Promise returning object containing description, key and payload.
3363
+ */
3364
+ getItemForValue(
3365
+ /**
3366
+ * Configuration
3367
+ */
3368
+ oConfig: ItemForValueConfiguration
3369
+ ): Promise<ValueHelpItem>;
3370
+ /**
3371
+ * If the container is used for type-ahead it might be wanted that the same content should also be shown
3372
+ * as valuehelp. If not, the field should not show a valuehelp icon.
3373
+ *
3374
+ *
3375
+ * @returns `true` if the typeahead content can be used as value help
3376
+ */
3377
+ getUseAsValueHelp(): boolean;
3378
+ /**
3379
+ * Defines if the typeahead can be used for input validation.
3380
+ *
3381
+ *
3382
+ * @returns True if the typeahead container can be used for input validation
3383
+ */
3384
+ isValidationSupported(): boolean;
3385
+ /**
3386
+ * Navigates the typeaheads values (optional)
3387
+ *
3388
+ * As this could be asyncronous as data might be loaded a promise is returned.
3389
+ *
3390
+ *
3391
+ * @returns Promise fulfilled after navigation is evecuted
3392
+ */
3393
+ navigate(
3394
+ /**
3395
+ * Number of steps for navigation (e.g. 1 means next item, -1 means previous item)
3396
+ */
3397
+ iStep: int
3398
+ ): Promise<object>;
3399
+ /**
3400
+ * Opens the container
3401
+ *
3402
+ *
3403
+ * @returns This promise resolves after the container completely opened.
3404
+ */
3405
+ open(
3406
+ /**
3407
+ * Promise for content request
3408
+ */
3409
+ oValueHelpContentPromise: Promise<any>,
3410
+ /**
3411
+ * Flag indicating whether the container is opened as type-ahead or dialog-like help
3412
+ */
3413
+ bTypeahead: boolean
3414
+ ): Promise<any>;
3415
+ /**
3416
+ * The focus visualization of the field help needs to be removed as the user starts typing into the source
3417
+ * control.
3418
+ */
3419
+ removeVisualFocus(): void;
3420
+ /**
3421
+ * The focus visualization of the field help needs to be set as the user starts naigation into the value
3422
+ * help items.
3423
+ *
3424
+ * @since 1.127.0
3425
+ */
3426
+ setVisualFocus(): void;
3427
+ /**
3428
+ * Defines if the typeahead container desires to be opened whenever a user clicks on a connected control
3429
+ *
3430
+ *
3431
+ * @returns If `true`, the value help should open when user clicks into the connected field control
3432
+ */
3433
+ shouldOpenOnClick(): Promise<boolean>;
3434
+ /**
3435
+ * Defines if the typeahead container desires to be opened whenever a user focuses a connected control
3436
+ *
3437
+ *
3438
+ * @returns If `true`, the value help should open when user focuses the connected field control
3439
+ */
3440
+ shouldOpenOnFocus(): Promise<boolean>;
3441
+ /**
3442
+ * Defines if the typeahead containers values can be navigated without visibly opening the help
3443
+ *
3444
+ *
3445
+ * @returns If `true`, the value help should open when user used the arrow keys in the connected field control
3446
+ */
3447
+ shouldOpenOnNavigate(): boolean;
3448
+ }
3449
+
3383
3450
  /**
3384
- * New value for property `layoutInformation`
3451
+ * Interface for valuehelp {@link sap.ui.mdc.valuehelp.base.Container Containers} / {@link sap.ui.mdc.valuehelp.base.Content Contents }
3452
+ * supporting typeahead functionality
3453
+ *
3454
+ * @since 1.95
3385
3455
  */
3386
- oLayoutInformation?: object
3387
- ): this;
3388
- }
3389
- /**
3390
- * Describes the settings that can be provided to the ActionToolbarAction constructor.
3391
- *
3392
- * @experimental
3393
- */
3394
- export interface $ActionToolbarActionSettings extends $ControlSettings {
3395
- /**
3396
- * Contains the information where the action is displayed on the `ActionToolbar`.
3397
- */
3398
- layoutInformation?: object | PropertyBindingInfo | `{${string}}`;
3456
+ interface ITypeaheadContent {
3457
+ __implements__sap_ui_mdc_valuehelp_base_ITypeaheadContent: boolean;
3399
3458
 
3400
- /**
3401
- * The control that is displayed on the `ActionToolbar`.
3402
- */
3403
- action?: Control;
3459
+ /**
3460
+ * Loads additional dependencies, creates and returns displayed content.
3461
+ *
3462
+ *
3463
+ * @returns Promise resolving in displayed content
3464
+ */
3465
+ getContent(): Promise<Control>;
3466
+ /**
3467
+ * Determines the item (key and description) for a given value.
3468
+ *
3469
+ * The content checks if there is an item with a key or description that fits this value.
3470
+ *
3471
+ * **Note:** This function must only be called by the `Container` element.
3472
+ *
3473
+ *
3474
+ * @returns Promise returning object containing description, key and payload.
3475
+ */
3476
+ getItemForValue(
3477
+ /**
3478
+ * Configuration
3479
+ */
3480
+ oConfig: ItemForValueConfiguration
3481
+ ): Promise<ValueHelpItem>;
3482
+ /**
3483
+ * Returns a title for the given Content
3484
+ *
3485
+ *
3486
+ * @returns Content title as string
3487
+ */
3488
+ getTitle(): string;
3489
+ /**
3490
+ * If the container is used for typeahead it might be wanted that the same content should also be shown
3491
+ * as valuehelp. If not, the field should not show a valuehelp icon.
3492
+ *
3493
+ *
3494
+ * @returns `true` if the typeahead content can be used as value help
3495
+ */
3496
+ getUseAsValueHelp(): boolean;
3497
+ /**
3498
+ * Returns info if the given content is in multi select mode
3499
+ *
3500
+ *
3501
+ * @returns `true` if multi-selection is active.
3502
+ */
3503
+ isMultiSelect(): boolean;
3504
+ /**
3505
+ * Defines if the typeahead can be used for input validation.
3506
+ *
3507
+ *
3508
+ * @returns True if the typeahead container can be used for input validation
3509
+ */
3510
+ isValidationSupported(): boolean;
3511
+ /**
3512
+ * Navigates the typeaheads values (optional)
3513
+ */
3514
+ navigate(
3515
+ /**
3516
+ * Number of steps for navigation (e.g. 1 means next item, -1 means previous item)
3517
+ */
3518
+ iStep: int
3519
+ ): void;
3520
+ /**
3521
+ * The focus visualization of the field help needs to be removed as the user starts typing into the source
3522
+ * control.
3523
+ */
3524
+ removeVisualFocus(): void;
3525
+ /**
3526
+ * The focus visualization of the field help needs to be set as the user starts naigation into the value
3527
+ * help items.
3528
+ *
3529
+ * @since 1.127.0
3530
+ */
3531
+ setVisualFocus(): void;
3532
+ /**
3533
+ * Defines if the typeahead content desires opening the typeahead whenever a user clicks on a connected
3534
+ * control
3535
+ *
3536
+ *
3537
+ * @returns If `true`, the value help should open when user clicks into the connected field control
3538
+ */
3539
+ shouldOpenOnClick(): boolean;
3540
+ /**
3541
+ * Defines if the typeahead containers values can be navigated without visibly opening the help
3542
+ *
3543
+ *
3544
+ * @returns If `true`, the value help should open when user used the arrow keys in the connected field control
3545
+ */
3546
+ shouldOpenOnNavigate(): boolean;
3547
+ }
3548
+ }
3404
3549
  }
3405
3550
  }
3406
3551
 
@@ -3456,6 +3601,9 @@ declare module "sap/ui/mdc/Chart" {
3456
3601
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3457
3602
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3458
3603
  * of the syntax of the settings object.
3604
+ * See:
3605
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
3606
+ * {@link https://ui5.sap.com/#/topic/52d065ab8bb740c58c834a0c985e3b9e Chart Building Block (OData V4)}
3459
3607
  */
3460
3608
  constructor(
3461
3609
  /**
@@ -3469,6 +3617,9 @@ declare module "sap/ui/mdc/Chart" {
3469
3617
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3470
3618
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3471
3619
  * of the syntax of the settings object.
3620
+ * See:
3621
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
3622
+ * {@link https://ui5.sap.com/#/topic/52d065ab8bb740c58c834a0c985e3b9e Chart Building Block (OData V4)}
3472
3623
  */
3473
3624
  constructor(
3474
3625
  /**
@@ -4290,7 +4441,7 @@ declare module "sap/ui/mdc/Chart" {
4290
4441
  /**
4291
4442
  * The aggregation method used if the property is aggregatable
4292
4443
  */
4293
- aggregationMethod: string;
4444
+ aggregationMethod?: string;
4294
4445
  /**
4295
4446
  * Defines the role that the property visualizes inside the chart
4296
4447
  */
@@ -7736,6 +7887,12 @@ declare module "sap/ui/mdc/enums/TableRowCountMode" {
7736
7887
  * A fixed number of rows is shown
7737
7888
  */
7738
7889
  Fixed = "Fixed",
7890
+ /**
7891
+ * The user can change the number of displayed rows by dragging a resizer
7892
+ *
7893
+ * @since 1.130
7894
+ */
7895
+ Interactive = "Interactive",
7739
7896
  }
7740
7897
  export default TableRowCountMode;
7741
7898
  }
@@ -7884,6 +8041,9 @@ declare module "sap/ui/mdc/Field" {
7884
8041
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
7885
8042
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
7886
8043
  * of the syntax of the settings object.
8044
+ * See:
8045
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
8046
+ * {@link https://ui5.sap.com/#/topic/5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
7887
8047
  */
7888
8048
  constructor(
7889
8049
  /**
@@ -7897,6 +8057,9 @@ declare module "sap/ui/mdc/Field" {
7897
8057
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
7898
8058
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
7899
8059
  * of the syntax of the settings object.
8060
+ * See:
8061
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
8062
+ * {@link https://ui5.sap.com/#/topic/5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
7900
8063
  */
7901
8064
  constructor(
7902
8065
  /**
@@ -8014,7 +8177,8 @@ declare module "sap/ui/mdc/Field" {
8014
8177
  *
8015
8178
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8016
8179
  *
8017
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8180
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8181
+ * `additionalValue` property to bind the control.
8018
8182
  *
8019
8183
  * @returns Reference to `this` to allow method chaining
8020
8184
  */
@@ -8087,7 +8251,8 @@ declare module "sap/ui/mdc/Field" {
8087
8251
  *
8088
8252
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8089
8253
  *
8090
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8254
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8255
+ * `additionalValue` property to bind the control.
8091
8256
  *
8092
8257
  * @returns Conditions of the field
8093
8258
  */
@@ -8100,7 +8265,8 @@ declare module "sap/ui/mdc/Field" {
8100
8265
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8101
8266
  * value of the `dataType` property is ignored.
8102
8267
  *
8103
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
8268
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8269
+ * the `value` property is used.
8104
8270
  *
8105
8271
  * @returns Value of property `dataType`
8106
8272
  */
@@ -8113,8 +8279,8 @@ declare module "sap/ui/mdc/Field" {
8113
8279
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8114
8280
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8115
8281
  *
8116
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
8117
- * used.
8282
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8283
+ * in the binding to the `value` property is used.
8118
8284
  *
8119
8285
  * @returns Value of property `dataTypeConstraints`
8120
8286
  */
@@ -8127,8 +8293,8 @@ declare module "sap/ui/mdc/Field" {
8127
8293
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8128
8294
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8129
8295
  *
8130
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
8131
- * used.
8296
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8297
+ * type in the binding to the `value` property is used.
8132
8298
  *
8133
8299
  * @returns Value of property `dataTypeFormatOptions`
8134
8300
  */
@@ -8168,7 +8334,8 @@ declare module "sap/ui/mdc/Field" {
8168
8334
  *
8169
8335
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8170
8336
  *
8171
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8337
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8338
+ * `additionalValue` property to bind the control.
8172
8339
  *
8173
8340
  * @returns Reference to `this` to allow method chaining
8174
8341
  */
@@ -8186,7 +8353,8 @@ declare module "sap/ui/mdc/Field" {
8186
8353
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8187
8354
  * value of the `dataType` property is ignored.
8188
8355
  *
8189
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
8356
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8357
+ * the `value` property is used.
8190
8358
  *
8191
8359
  * @returns Reference to `this` to allow method chaining
8192
8360
  */
@@ -8204,8 +8372,8 @@ declare module "sap/ui/mdc/Field" {
8204
8372
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8205
8373
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8206
8374
  *
8207
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
8208
- * used.
8375
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8376
+ * in the binding to the `value` property is used.
8209
8377
  *
8210
8378
  * @returns Reference to `this` to allow method chaining
8211
8379
  */
@@ -8223,8 +8391,8 @@ declare module "sap/ui/mdc/Field" {
8223
8391
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8224
8392
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8225
8393
  *
8226
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
8227
- * used.
8394
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8395
+ * type in the binding to the `value` property is used.
8228
8396
  *
8229
8397
  * @returns Reference to `this` to allow method chaining
8230
8398
  */
@@ -8237,7 +8405,7 @@ declare module "sap/ui/mdc/Field" {
8237
8405
  /**
8238
8406
  * This property must not be set for the `Field`
8239
8407
  *
8240
- * @deprecated - Not supported, this property is not supported for the `Field`.
8408
+ * @deprecated (since 1.54) - this property is not supported for the `Field`.
8241
8409
  *
8242
8410
  * @returns `this` to allow method chaining.
8243
8411
  */
@@ -8277,7 +8445,8 @@ declare module "sap/ui/mdc/Field" {
8277
8445
  *
8278
8446
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8279
8447
  *
8280
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8448
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8449
+ * `additionalValue` property to bind the control.
8281
8450
  *
8282
8451
  * @returns Reference to `this` to allow method chaining
8283
8452
  */
@@ -9015,6 +9184,7 @@ declare module "sap/ui/mdc/field/FieldBase" {
9015
9184
  import {
9016
9185
  IFormContent,
9017
9186
  ISemanticFormContent,
9187
+ ILabelable,
9018
9188
  ID,
9019
9189
  Label,
9020
9190
  TextAlign,
@@ -9057,11 +9227,16 @@ declare module "sap/ui/mdc/field/FieldBase" {
9057
9227
  */
9058
9228
  export default abstract class FieldBase
9059
9229
  extends Control
9060
- implements IFormContent, ISemanticFormContent, IOverflowToolbarContent
9230
+ implements
9231
+ IFormContent,
9232
+ ISemanticFormContent,
9233
+ IOverflowToolbarContent,
9234
+ ILabelable
9061
9235
  {
9062
9236
  __implements__sap_ui_core_IFormContent: boolean;
9063
9237
  __implements__sap_ui_core_ISemanticFormContent: boolean;
9064
9238
  __implements__sap_m_IOverflowToolbarContent: boolean;
9239
+ __implements__sap_ui_core_ILabelable: boolean;
9065
9240
  /**
9066
9241
  * Constructor for a new `FieldBase`.
9067
9242
  *
@@ -9643,14 +9818,6 @@ declare module "sap/ui/mdc/field/FieldBase" {
9643
9818
  * @since 1.61.0
9644
9819
  */
9645
9820
  getContentEdit(): Control1;
9646
- /**
9647
- * Returns the `ContentFactory` used to manage the internal content control.
9648
- *
9649
- * @ui5-protected Do not call from applications (only from related classes in the framework)
9650
- *
9651
- * @returns oContentFactory the ContentFactory of the Field
9652
- */
9653
- getContentFactory(): /* was: sap.ui.mdc.field.content.ContentFactory */ any;
9654
9821
  /**
9655
9822
  * Gets the currently used content controls.
9656
9823
  *
@@ -9978,6 +10145,14 @@ declare module "sap/ui/mdc/field/FieldBase" {
9978
10145
  */
9979
10146
  oEvent: object
9980
10147
  ): void;
10148
+ /**
10149
+ * Returns if the control can be bound to a label
10150
+ *
10151
+ * @since 1.121.0
10152
+ *
10153
+ * @returns `true` if the control can be bound to a label
10154
+ */
10155
+ hasLabelableHTMLElement(): boolean;
9981
10156
  /**
9982
10157
  * Returns the user interaction state of the control.
9983
10158
  *
@@ -11474,6 +11649,9 @@ declare module "sap/ui/mdc/FilterBar" {
11474
11649
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11475
11650
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11476
11651
  * of the syntax of the settings object.
11652
+ * See:
11653
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
11654
+ * {@link https://ui5.sap.com/#/topic/78386110817d43978ffd6988d1704e38 FilterBar Building Block (OData V4)}
11477
11655
  */
11478
11656
  constructor(
11479
11657
  /**
@@ -11487,6 +11665,9 @@ declare module "sap/ui/mdc/FilterBar" {
11487
11665
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11488
11666
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11489
11667
  * of the syntax of the settings object.
11668
+ * See:
11669
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
11670
+ * {@link https://ui5.sap.com/#/topic/78386110817d43978ffd6988d1704e38 FilterBar Building Block (OData V4)}
11490
11671
  */
11491
11672
  constructor(
11492
11673
  /**
@@ -12663,6 +12844,9 @@ declare module "sap/ui/mdc/FilterField" {
12663
12844
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12664
12845
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12665
12846
  * of the syntax of the settings object.
12847
+ * See:
12848
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
12849
+ * {@link https://ui5.sap.com/#/topic/2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
12666
12850
  */
12667
12851
  constructor(
12668
12852
  /**
@@ -12676,6 +12860,9 @@ declare module "sap/ui/mdc/FilterField" {
12676
12860
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12677
12861
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12678
12862
  * of the syntax of the settings object.
12863
+ * See:
12864
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
12865
+ * {@link https://ui5.sap.com/#/topic/2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
12679
12866
  */
12680
12867
  constructor(
12681
12868
  /**
@@ -13944,7 +14131,8 @@ declare module "sap/ui/mdc/MultiValueField" {
13944
14131
  *
13945
14132
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
13946
14133
  *
13947
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
14134
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14135
+ * aggregation to bind the control.
13948
14136
  *
13949
14137
  * @returns Reference to `this` to allow method chaining
13950
14138
  */
@@ -14012,7 +14200,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14012
14200
  *
14013
14201
  * Do not use the `conditions` property, use the `items` aggregation instead.
14014
14202
  *
14015
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
14203
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14204
+ * aggregation to bind the control.
14016
14205
  *
14017
14206
  * @returns conditions of the field
14018
14207
  */
@@ -14025,7 +14214,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14025
14214
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14026
14215
  * the value of the `dataType` property is ignored.
14027
14216
  *
14028
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
14217
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14218
+ * binding to the `items` aggregation is used.
14029
14219
  *
14030
14220
  * @returns Value of property `dataType`
14031
14221
  */
@@ -14038,8 +14228,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14038
14228
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14039
14229
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14040
14230
  *
14041
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
14042
- * used.
14231
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14232
+ * binding to the `items` aggregation is used.
14043
14233
  *
14044
14234
  * @returns Value of property `dataTypeConstraints`
14045
14235
  */
@@ -14052,8 +14242,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14052
14242
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14053
14243
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14054
14244
  *
14055
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
14056
- * used.
14245
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14246
+ * binding to the `items` aggregation is used.
14057
14247
  *
14058
14248
  * @returns Value of property `dataTypeFormatOptions`
14059
14249
  */
@@ -14096,7 +14286,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14096
14286
  /**
14097
14287
  * Gets current value of property {@link #getMultipleLines multipleLines}.
14098
14288
  *
14099
- * @deprecated - This property is not supported for multi-value fields.
14289
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14100
14290
  *
14101
14291
  * @returns Value for property `multipleLines`
14102
14292
  */
@@ -14158,7 +14348,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14158
14348
  *
14159
14349
  * Do not use the `conditions` property, use the `items` aggregation instead.
14160
14350
  *
14161
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
14351
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14352
+ * aggregation to bind the control.
14162
14353
  *
14163
14354
  * @returns Reference to `this` to allow method chaining
14164
14355
  */
@@ -14175,7 +14366,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14175
14366
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14176
14367
  * the value of the `dataType` property is ignored.
14177
14368
  *
14178
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14369
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14370
+ * binding to the `items` aggregation is used.
14179
14371
  *
14180
14372
  * @returns Reference to `this` to allow method chaining
14181
14373
  */
@@ -14193,7 +14385,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14193
14385
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14194
14386
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14195
14387
  *
14196
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14388
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14389
+ * binding to the `items` aggregation is used.
14197
14390
  *
14198
14391
  * @returns Reference to `this` to allow method chaining
14199
14392
  */
@@ -14211,7 +14404,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14211
14404
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14212
14405
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14213
14406
  *
14214
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14407
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14408
+ * binding to the `items` aggregation is used.
14215
14409
  *
14216
14410
  * @returns Reference to `this` to allow method chaining
14217
14411
  */
@@ -14256,7 +14450,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14256
14450
  /**
14257
14451
  * This property must not be set for the `MultiValueField` control.
14258
14452
  *
14259
- * @deprecated - Not supported, this property is not supported for the `MultiValueField` control.
14453
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
14260
14454
  *
14261
14455
  * @returns `this` to allow method chaining.
14262
14456
  */
@@ -14269,7 +14463,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14269
14463
  /**
14270
14464
  * Sets a new value for property {@link #getMultipleLines multipleLines}.
14271
14465
  *
14272
- * @deprecated - This property is not supported for multi-value fields.
14466
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14273
14467
  *
14274
14468
  * @returns Reference to `this` to allow method chaining
14275
14469
  */
@@ -14284,7 +14478,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14284
14478
  *
14285
14479
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
14286
14480
  *
14287
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
14481
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14482
+ * aggregation to bind the control.
14288
14483
  *
14289
14484
  * @returns Reference to `this` to allow method chaining
14290
14485
  */
@@ -14444,8 +14639,7 @@ declare module "sap/ui/mdc/Table" {
14444
14639
  * - `aggregatable`
14445
14640
  * - `extension.technicallyGroupable`
14446
14641
  * - `extension.technicallyAggregatable`
14447
- * - `extension.customAggregate`
14448
- * - `extension.customAggregate.contextDefiningProperties`
14642
+ * - `extension.additionalProperties`
14449
14643
  *
14450
14644
  * If the property is complex, the following attributes need to be specified:
14451
14645
  * - `key`
@@ -14454,7 +14648,8 @@ declare module "sap/ui/mdc/Table" {
14454
14648
  */
14455
14649
  export type TablePropertyInfo = PropertyInfo & {
14456
14650
  /**
14457
- * Defines whether a property is aggregatable.
14651
+ * Defines whether the property is aggregatable. A property can only be declared aggregatable if there is
14652
+ * a `CustomAggregate` whose `Qualifier` is equal to the property key.
14458
14653
  */
14459
14654
  aggregatable?: boolean;
14460
14655
  /**
@@ -14463,24 +14658,36 @@ declare module "sap/ui/mdc/Table" {
14463
14658
  extension?: {
14464
14659
  /**
14465
14660
  * If `groupable` is set to `false` to exclude it from group personalization on the UI, the UI still needs
14466
- * to know that this property is groupable for data requests.
14661
+ * to know that this property is groupable for data requests. If this attribute is not set, the default
14662
+ * value is the same as the value of `groupable`.
14467
14663
  */
14468
14664
  technicallyGroupable?: boolean;
14469
14665
  /**
14470
14666
  * If `aggregatable` is set to `false` to exclude it from aggregate personalization on the UI, the UI still
14471
- * needs to know that this property is aggregatable for data requests.
14667
+ * needs to know that this property is aggregatable for data requests. If this attribute is not set, the
14668
+ * default value is the same as the value of `aggregatable`.
14472
14669
  */
14473
14670
  technicallyAggregatable?: boolean;
14474
14671
  /**
14475
- * Provide an object, it can be empty, if there is a `CustomAggregate` whose `Qualifier` is equal to the
14476
- * name of this property. This enables the option to show totals if `aggregatable` is `true`.
14477
- */
14478
- customAggregate?: {
14479
- /**
14480
- * A list of related properties (by name) that are the context-defining properties of the `CustomAggregate`.
14481
- */
14482
- contextDefiningProperties?: string[];
14483
- };
14672
+ * Properties that are loaded in addition if this property is loaded. These properties must be technically
14673
+ * groupable, otherwise they can't be loaded. This attribute is only taken into account if the `Aggregate`
14674
+ * or `Group` `p13nMode` is enabled and the table type is {@link sap.ui.mdc.table.GridTableType GridTable}.
14675
+ * These properties are not considered for any other functionality, such as export or column width calculation,
14676
+ * for example.
14677
+ *
14678
+ * The following restrictions apply:
14679
+ * - If the property is neither technically groupable nor technically aggregatable, it must not reference
14680
+ * additional properties.
14681
+ * - If the property is technically groupable but not technically aggregatable, not more than one additional
14682
+ * property must be referenced. The additional property must be the property that is referencing this property
14683
+ * in its `text` attribute (bidirectional reference). Regardless of the `groupable` attribute, the property
14684
+ * cannot be grouped via the UI. This might change. If this change is not desired, set `groupable` to `false`
14685
+ * explicitly. Do not group this property via API, for example, with the `StateUtil`.
14686
+ * - If the property is both technically groupable and technically aggregatable, it must reference only
14687
+ * properties that are related to the `CustomAggregate`.
14688
+ * - Properties that are referenced via `text` or `unit` must not be repeated here.
14689
+ */
14690
+ additionalProperties?: string[];
14484
14691
  };
14485
14692
  };
14486
14693
 
@@ -14504,6 +14711,9 @@ declare module "sap/ui/mdc/Table" {
14504
14711
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14505
14712
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14506
14713
  * of the syntax of the settings object.
14714
+ * See:
14715
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
14716
+ * {@link https://ui5.sap.com/#/topic/3801656db27b4b7a9099b6ed5fa1d769 Table Building Block (OData V4)}
14507
14717
  */
14508
14718
  constructor(
14509
14719
  /**
@@ -14517,6 +14727,9 @@ declare module "sap/ui/mdc/Table" {
14517
14727
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14518
14728
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
14519
14729
  * of the syntax of the settings object.
14730
+ * See:
14731
+ * {@link https://ui5.sap.com/#/topic/1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
14732
+ * {@link https://ui5.sap.com/#/topic/3801656db27b4b7a9099b6ed5fa1d769 Table Building Block (OData V4)}
14520
14733
  */
14521
14734
  constructor(
14522
14735
  /**
@@ -16175,11 +16388,11 @@ declare module "sap/ui/mdc/Table" {
16175
16388
  */
16176
16389
  isKey?: boolean;
16177
16390
  /**
16178
- * Name of the unit property that is related to this property.
16391
+ * Key of the unit property that is related to this property.
16179
16392
  */
16180
16393
  unit?: string;
16181
16394
  /**
16182
- * Name of the text property that is related to this property in a 1:1 relation.
16395
+ * Key of the text property that is related to this property in a 1:1 relation.
16183
16396
  */
16184
16397
  text?: string;
16185
16398
  /**
@@ -16234,14 +16447,14 @@ declare module "sap/ui/mdc/Table" {
16234
16447
  */
16235
16448
  verticalArrangement?: boolean;
16236
16449
  /**
16237
- * A list of invisible referenced property names
16450
+ * A list of invisible referenced property keys
16238
16451
  */
16239
16452
  excludeProperties?: string[];
16240
16453
  };
16241
16454
  };
16242
16455
  /**
16243
16456
  * The availability of this property makes the `PropertyInfo` a complex `PropertyInfo`. Provides a list
16244
- * of related properties (by name). These related properties must not themselves be complex.
16457
+ * of related properties (by key). These related properties must not themselves be complex.
16245
16458
  */
16246
16459
  propertyInfos?: string[];
16247
16460
  };
@@ -18463,7 +18676,9 @@ declare module "sap/ui/mdc/table/GridTableType" {
18463
18676
  *
18464
18677
  * Row count of the inner table.
18465
18678
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
18466
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
18679
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
18680
+ * is used.
18681
+ *
18467
18682
  *
18468
18683
  * Default value is `10`.
18469
18684
  *
@@ -18556,7 +18771,9 @@ declare module "sap/ui/mdc/table/GridTableType" {
18556
18771
  *
18557
18772
  * Row count of the inner table.
18558
18773
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
18559
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
18774
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
18775
+ * is used.
18776
+ *
18560
18777
  *
18561
18778
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18562
18779
  *
@@ -18677,7 +18894,8 @@ declare module "sap/ui/mdc/table/GridTableType" {
18677
18894
  /**
18678
18895
  * Row count of the inner table.
18679
18896
  * This property specifies the minimum row count if `sap.ui.mdc.enums.TableRowCountMode.Auto` is used.
18680
- * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Fixed` is used.
18897
+ * This property specifies the row count if `sap.ui.mdc.enums.TableRowCountMode.Interactive` or `sap.ui.mdc.enums.TableRowCountMode.Fixed`
18898
+ * is used.
18681
18899
  */
18682
18900
  rowCount?: int | PropertyBindingInfo | `{${string}}`;
18683
18901
 
@@ -19250,6 +19468,96 @@ declare module "sap/ui/mdc/table/RowActionItem" {
19250
19468
  * @returns Metadata object describing this class
19251
19469
  */
19252
19470
  static getMetadata(): ElementMetadata;
19471
+ /**
19472
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
19473
+ *
19474
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
19475
+ * otherwise it will be bound to this `sap.ui.mdc.table.RowActionItem` itself.
19476
+ *
19477
+ * Fired when the row action item is pressed.
19478
+ *
19479
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
19480
+ * a row action item is pressed.
19481
+ *
19482
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
19483
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
19484
+ *
19485
+ *
19486
+ * @returns Reference to `this` in order to allow method chaining
19487
+ */
19488
+ attachPress(
19489
+ /**
19490
+ * An application-specific payload object that will be passed to the event handler along with the event
19491
+ * object when firing the event
19492
+ */
19493
+ oData: object,
19494
+ /**
19495
+ * The function to be called when the event occurs
19496
+ */
19497
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
19498
+ /**
19499
+ * Context object to call the event handler with. Defaults to this `sap.ui.mdc.table.RowActionItem` itself
19500
+ */
19501
+ oListener?: object
19502
+ ): this;
19503
+ /**
19504
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
19505
+ *
19506
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
19507
+ * otherwise it will be bound to this `sap.ui.mdc.table.RowActionItem` itself.
19508
+ *
19509
+ * Fired when the row action item is pressed.
19510
+ *
19511
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
19512
+ * a row action item is pressed.
19513
+ *
19514
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
19515
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
19516
+ *
19517
+ *
19518
+ * @returns Reference to `this` in order to allow method chaining
19519
+ */
19520
+ attachPress(
19521
+ /**
19522
+ * The function to be called when the event occurs
19523
+ */
19524
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
19525
+ /**
19526
+ * Context object to call the event handler with. Defaults to this `sap.ui.mdc.table.RowActionItem` itself
19527
+ */
19528
+ oListener?: object
19529
+ ): this;
19530
+ /**
19531
+ * Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.ui.mdc.table.RowActionItem`.
19532
+ *
19533
+ * The passed function and listener object must match the ones used for event registration.
19534
+ *
19535
+ *
19536
+ * @returns Reference to `this` in order to allow method chaining
19537
+ */
19538
+ detachPress(
19539
+ /**
19540
+ * The function to be called, when the event occurs
19541
+ */
19542
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
19543
+ /**
19544
+ * Context object on which the given function had to be called
19545
+ */
19546
+ oListener?: object
19547
+ ): this;
19548
+ /**
19549
+ * Fires event {@link #event:press press} to attached listeners.
19550
+ *
19551
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
19552
+ *
19553
+ * @returns Reference to `this` in order to allow method chaining
19554
+ */
19555
+ firePress(
19556
+ /**
19557
+ * Parameters to pass along with the event
19558
+ */
19559
+ mParameters?: RowActionItem$PressEventParameters
19560
+ ): this;
19253
19561
  /**
19254
19562
  * Gets current value of property {@link #getIcon icon}.
19255
19563
  *
@@ -19402,6 +19710,17 @@ declare module "sap/ui/mdc/table/RowActionItem" {
19402
19710
  * Whether the item should be visible on the screen.
19403
19711
  */
19404
19712
  visible?: boolean | PropertyBindingInfo | `{${string}}`;
19713
+
19714
+ /**
19715
+ * Fired when the row action item is pressed.
19716
+ *
19717
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, the `press` event is fired when
19718
+ * a row action item is pressed.
19719
+ *
19720
+ * If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the `press` event
19721
+ * and the table's `rowPress` event are fired when a row with a row action item is pressed.
19722
+ */
19723
+ press?: (oEvent: RowActionItem$PressEvent) => void;
19405
19724
  }
19406
19725
 
19407
19726
  /**
@@ -19983,6 +20302,8 @@ declare module "sap/ui/mdc/ValueHelp" {
19983
20302
 
19984
20303
  import Event from "sap/ui/base/Event";
19985
20304
 
20305
+ import { valuehelp } from "sap/ui/mdc/library";
20306
+
19986
20307
  import ElementMetadata from "sap/ui/core/ElementMetadata";
19987
20308
 
19988
20309
  import Context from "sap/ui/model/Context";
@@ -20341,13 +20662,13 @@ declare module "sap/ui/mdc/ValueHelp" {
20341
20662
  *
20342
20663
  * Container that is used and opened if the value help icon of the input field is pressed.
20343
20664
  */
20344
- getDialog(): /* was: sap.ui.mdc.valuehelp.IDialogContainer */ any;
20665
+ getDialog(): valuehelp.base.IDialogContainer;
20345
20666
  /**
20346
20667
  * Gets content of aggregation {@link #getTypeahead typeahead}.
20347
20668
  *
20348
20669
  * Container that is used and opened in typeahead
20349
20670
  */
20350
- getTypeahead(): /* was: sap.ui.mdc.valuehelp.ITypeaheadContainer */ any;
20671
+ getTypeahead(): valuehelp.base.ITypeaheadContainer;
20351
20672
  /**
20352
20673
  * Gets current value of property {@link #getValidateInput validateInput}.
20353
20674
  *
@@ -20408,7 +20729,7 @@ declare module "sap/ui/mdc/ValueHelp" {
20408
20729
  /**
20409
20730
  * The dialog to set
20410
20731
  */
20411
- oDialog: /* was: sap.ui.mdc.valuehelp.IDialogContainer */ any
20732
+ oDialog: valuehelp.base.IDialogContainer
20412
20733
  ): this;
20413
20734
  /**
20414
20735
  * Sets the aggregated {@link #getTypeahead typeahead}.
@@ -20420,7 +20741,7 @@ declare module "sap/ui/mdc/ValueHelp" {
20420
20741
  /**
20421
20742
  * The typeahead to set
20422
20743
  */
20423
- oTypeahead: /* was: sap.ui.mdc.valuehelp.ITypeaheadContainer */ any
20744
+ oTypeahead: valuehelp.base.ITypeaheadContainer
20424
20745
  ): this;
20425
20746
  /**
20426
20747
  * Sets a new value for property {@link #getValidateInput validateInput}.
@@ -20571,12 +20892,12 @@ declare module "sap/ui/mdc/ValueHelp" {
20571
20892
  /**
20572
20893
  * Container that is used and opened if the value help icon of the input field is pressed.
20573
20894
  */
20574
- dialog?: /* was: sap.ui.mdc.valuehelp.IDialogContainer */ any;
20895
+ dialog?: valuehelp.base.IDialogContainer;
20575
20896
 
20576
20897
  /**
20577
20898
  * Container that is used and opened in typeahead
20578
20899
  */
20579
- typeahead?: /* was: sap.ui.mdc.valuehelp.ITypeaheadContainer */ any;
20900
+ typeahead?: valuehelp.base.ITypeaheadContainer;
20580
20901
 
20581
20902
  /**
20582
20903
  * This event is fired after the value help has been closed.
@@ -20686,6 +21007,11 @@ declare module "sap/ui/mdc/ValueHelp" {
20686
21007
  * ID of the initially selected item
20687
21008
  */
20688
21009
  itemId?: string;
21010
+
21011
+ /**
21012
+ * Number of found items
21013
+ */
21014
+ items?: int;
20689
21015
  }
20690
21016
 
20691
21017
  /**
@@ -20801,6 +21127,15 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
20801
21127
 
20802
21128
  import Control from "sap/ui/core/Control";
20803
21129
 
21130
+ import {
21131
+ ItemForValueConfiguration,
21132
+ ValueHelpItem,
21133
+ } from "sap/ui/mdc/ValueHelp";
21134
+
21135
+ import FormatException from "sap/ui/model/FormatException";
21136
+
21137
+ import ParseException from "sap/ui/model/ParseException";
21138
+
20804
21139
  import ElementMetadata from "sap/ui/core/ElementMetadata";
20805
21140
 
20806
21141
  import UIArea from "sap/ui/core/UIArea";
@@ -20909,6 +21244,10 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
20909
21244
  */
20910
21245
  oContent: Content
20911
21246
  ): void;
21247
+ /**
21248
+ * Closes the container
21249
+ */
21250
+ close(): void;
20912
21251
  /**
20913
21252
  * Closes the container control or element.
20914
21253
  *
@@ -20956,6 +21295,23 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
20956
21295
  * @returns connected control
20957
21296
  */
20958
21297
  getControl(): Control;
21298
+ /**
21299
+ * Determines the item (key and description) for a given value.
21300
+ *
21301
+ * The value help checks if there is an item with a key or description that fits this value.
21302
+ *
21303
+ * **Note:** This function must only be called by the control the `ValuedHelp` element belongs to, not by
21304
+ * the application.
21305
+ *
21306
+ *
21307
+ * @returns Promise returning object containing description, key and payload.
21308
+ */
21309
+ getItemForValue(
21310
+ /**
21311
+ * Configuration
21312
+ */
21313
+ oConfig: ItemForValueConfiguration
21314
+ ): Promise<ValueHelpItem>;
20959
21315
  /**
20960
21316
  * Returns the maximum allowed number of conditions, -1 if no limit is set.
20961
21317
  *
@@ -20999,6 +21355,14 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
20999
21355
  * @returns The UI area of the content or `null`
21000
21356
  */
21001
21357
  getUIAreaForContent(): UIArea | null;
21358
+ /**
21359
+ * If the container is used for type-ahead it might be wanted that the same content should also be shown
21360
+ * as valuehelp. If not, the field should not show a valuehelp icon.
21361
+ *
21362
+ *
21363
+ * @returns `true` if the typeahead content can be used as value help
21364
+ */
21365
+ getUseAsValueHelp(): boolean;
21002
21366
  /**
21003
21367
  * Handles the `cancelled` event of the content.
21004
21368
  *
@@ -21143,6 +21507,27 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21143
21507
  * @returns `true` id single selection
21144
21508
  */
21145
21509
  isSingleSelect(): boolean;
21510
+ /**
21511
+ * Defines if the typeahead can be used for input validation.
21512
+ *
21513
+ *
21514
+ * @returns True if the typeahead container can be used for input validation
21515
+ */
21516
+ isValidationSupported(): boolean;
21517
+ /**
21518
+ * Navigates the typeaheads values (optional)
21519
+ *
21520
+ * As this could be asyncronous as data might be loaded a promise is returned.
21521
+ *
21522
+ *
21523
+ * @returns Promise fulfilled after navigation is evecuted
21524
+ */
21525
+ navigate(
21526
+ /**
21527
+ * Number of steps for navigation (e.g. 1 means next item, -1 means previous item)
21528
+ */
21529
+ iStep: int
21530
+ ): Promise<object>;
21146
21531
  /**
21147
21532
  * Triggers navigation in the content of the container.
21148
21533
  *
@@ -21165,6 +21550,22 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21165
21550
  */
21166
21551
  oChanges: object
21167
21552
  ): void;
21553
+ /**
21554
+ * Opens the container
21555
+ *
21556
+ *
21557
+ * @returns This promise resolves after the container completely opened.
21558
+ */
21559
+ open(
21560
+ /**
21561
+ * Promise for content request
21562
+ */
21563
+ oValueHelpContentPromise: Promise<any>,
21564
+ /**
21565
+ * Flag indicating whether the container is opened as type-ahead or dialog-like help
21566
+ */
21567
+ bTypeahead: boolean
21568
+ ): Promise<any>;
21168
21569
  /**
21169
21570
  * Opens the container control or element.
21170
21571
  *
@@ -21214,6 +21615,11 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21214
21615
  */
21215
21616
  vContent: int | string | Content
21216
21617
  ): Content | null;
21618
+ /**
21619
+ * The focus visualization of the field help needs to be removed as the user starts typing into the source
21620
+ * control.
21621
+ */
21622
+ removeVisualFocus(): void;
21217
21623
  /**
21218
21624
  * Sets a new value for property {@link #getTitle title}.
21219
21625
  *
@@ -21232,6 +21638,34 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21232
21638
  */
21233
21639
  sTitle?: string
21234
21640
  ): this;
21641
+ /**
21642
+ * The focus visualization of the field help needs to be set as the user starts naigation into the value
21643
+ * help items.
21644
+ *
21645
+ * @since 1.127.0
21646
+ */
21647
+ setVisualFocus(): void;
21648
+ /**
21649
+ * Defines if the typeahead container desires to be opened whenever a user clicks on a connected control
21650
+ *
21651
+ *
21652
+ * @returns If `true`, the value help should open when user clicks into the connected field control
21653
+ */
21654
+ shouldOpenOnClick(): Promise<boolean>;
21655
+ /**
21656
+ * Defines if the typeahead container desires to be opened whenever a user focuses a connected control
21657
+ *
21658
+ *
21659
+ * @returns If `true`, the value help should open when user focuses the connected field control
21660
+ */
21661
+ shouldOpenOnFocus(): Promise<boolean>;
21662
+ /**
21663
+ * Defines if the typeahead containers values can be navigated without visibly opening the help
21664
+ *
21665
+ *
21666
+ * @returns If `true`, the value help should open when user used the arrow keys in the connected field control
21667
+ */
21668
+ shouldOpenOnNavigate(): boolean;
21235
21669
  /**
21236
21670
  * Unbinds the content from the container.
21237
21671
  *
@@ -21347,6 +21781,11 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21347
21781
  * ID of the initially selected item
21348
21782
  */
21349
21783
  itemId?: string;
21784
+
21785
+ /**
21786
+ * Number of found items
21787
+ */
21788
+ items?: int;
21350
21789
  }
21351
21790
 
21352
21791
  /**
@@ -21474,12 +21913,20 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21474
21913
 
21475
21914
  import Control from "sap/ui/core/Control";
21476
21915
 
21916
+ import {
21917
+ ItemForValueConfiguration,
21918
+ ValueHelpItem,
21919
+ default as ValueHelp,
21920
+ } from "sap/ui/mdc/ValueHelp";
21921
+
21922
+ import FormatException from "sap/ui/model/FormatException";
21923
+
21924
+ import ParseException from "sap/ui/model/ParseException";
21925
+
21477
21926
  import ElementMetadata from "sap/ui/core/ElementMetadata";
21478
21927
 
21479
21928
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
21480
21929
 
21481
- import ValueHelp from "sap/ui/mdc/ValueHelp";
21482
-
21483
21930
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
21484
21931
 
21485
21932
  import Event from "sap/ui/base/Event";
@@ -21588,6 +22035,13 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21588
22035
  */
21589
22036
  oPayload?: object
21590
22037
  ): ConditionObject;
22038
+ /**
22039
+ * Loads additional dependencies, creates and returns displayed content.
22040
+ *
22041
+ *
22042
+ * @returns Promise resolving in displayed content
22043
+ */
22044
+ getContent(): Promise<Control>;
21591
22045
  /**
21592
22046
  * Returns control connected to value help.
21593
22047
  *
@@ -21596,6 +22050,34 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21596
22050
  * @returns Connected control
21597
22051
  */
21598
22052
  getControl(): Control;
22053
+ /**
22054
+ * Returns number of relevant conditions for this content
22055
+ *
22056
+ *
22057
+ * @returns Number of relevant conditions
22058
+ */
22059
+ getCount(
22060
+ /**
22061
+ * Array of conditions
22062
+ */
22063
+ aConditions: ConditionObject[]
22064
+ ): number;
22065
+ /**
22066
+ * Determines the item (key and description) for a given value.
22067
+ *
22068
+ * The content checks if there is an item with a key or description that fits this value.
22069
+ *
22070
+ * **Note:** This function must only be called by the `Container` element.
22071
+ *
22072
+ *
22073
+ * @returns Promise returning object containing description, key and payload.
22074
+ */
22075
+ getItemForValue(
22076
+ /**
22077
+ * Configuration
22078
+ */
22079
+ oConfig: ItemForValueConfiguration
22080
+ ): Promise<ValueHelpItem>;
21599
22081
  /**
21600
22082
  * Returns the maximum allowed number of conditions, -1 if no limit is set.
21601
22083
  *
@@ -21637,6 +22119,14 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21637
22119
  * @returns Value of property `tokenizerTitle`
21638
22120
  */
21639
22121
  getTokenizerTitle(): string;
22122
+ /**
22123
+ * If the container is used for typeahead it might be wanted that the same content should also be shown
22124
+ * as valuehelp. If not, the field should not show a valuehelp icon.
22125
+ *
22126
+ *
22127
+ * @returns `true` if the typeahead content can be used as value help
22128
+ */
22129
+ getUseAsValueHelp(): boolean;
21640
22130
  /**
21641
22131
  * Returns the used `ValueHelpDelegate`.
21642
22132
  *
@@ -21702,6 +22192,13 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21702
22192
  * @returns `true` if opening
21703
22193
  */
21704
22194
  isContainerOpening(): boolean;
22195
+ /**
22196
+ * Returns info if the given content is in multi select mode
22197
+ *
22198
+ *
22199
+ * @returns `true` if multi-selection is active.
22200
+ */
22201
+ isMultiSelect(): boolean;
21705
22202
  /**
21706
22203
  * Returns if the value help is used for single selection.
21707
22204
  *
@@ -21720,6 +22217,13 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21720
22217
  * @returns `true` if used as `typeahead`
21721
22218
  */
21722
22219
  isTypeahead(): boolean;
22220
+ /**
22221
+ * Defines if the typeahead can be used for input validation.
22222
+ *
22223
+ *
22224
+ * @returns True if the typeahead container can be used for input validation
22225
+ */
22226
+ isValidationSupported(): boolean;
21723
22227
  /**
21724
22228
  * Determines if delegate of the value help has been initialized.
21725
22229
  *
@@ -21728,6 +22232,15 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21728
22232
  * @returns `true` if delegate has been initialized
21729
22233
  */
21730
22234
  isValueHelpDelegateInitialized(): boolean;
22235
+ /**
22236
+ * Navigates the typeaheads values (optional)
22237
+ */
22238
+ navigate(
22239
+ /**
22240
+ * Number of steps for navigation (e.g. 1 means next item, -1 means previous item)
22241
+ */
22242
+ iStep: int
22243
+ ): void;
21731
22244
  /**
21732
22245
  * Observes property and aggregation changes.
21733
22246
  *
@@ -21767,6 +22280,11 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21767
22280
  * @returns `true` if a scrolling mechanism is needed
21768
22281
  */
21769
22282
  provideScrolling(): boolean;
22283
+ /**
22284
+ * The focus visualization of the field help needs to be removed as the user starts typing into the source
22285
+ * control.
22286
+ */
22287
+ removeVisualFocus(): void;
21770
22288
  /**
21771
22289
  * Sets a new value for property {@link #getShortTitle shortTitle}.
21772
22290
  *
@@ -21839,6 +22357,28 @@ declare module "sap/ui/mdc/valuehelp/base/Content" {
21839
22357
  */
21840
22358
  bVisible?: boolean
21841
22359
  ): this;
22360
+ /**
22361
+ * The focus visualization of the field help needs to be set as the user starts naigation into the value
22362
+ * help items.
22363
+ *
22364
+ * @since 1.127.0
22365
+ */
22366
+ setVisualFocus(): void;
22367
+ /**
22368
+ * Defines if the typeahead content desires opening the typeahead whenever a user clicks on a connected
22369
+ * control
22370
+ *
22371
+ *
22372
+ * @returns If `true`, the value help should open when user clicks into the connected field control
22373
+ */
22374
+ shouldOpenOnClick(): boolean;
22375
+ /**
22376
+ * Defines if the typeahead containers values can be navigated without visibly opening the help
22377
+ *
22378
+ *
22379
+ * @returns If `true`, the value help should open when user used the arrow keys in the connected field control
22380
+ */
22381
+ shouldOpenOnNavigate(): boolean;
21842
22382
  }
21843
22383
  /**
21844
22384
  * Describes the settings that can be provided to the Content constructor.
@@ -22492,7 +23032,8 @@ declare module "sap/ui/mdc/valuehelp/base/ListContent" {
22492
23032
  */
22493
23033
  getCaseSensitive(): boolean;
22494
23034
  /**
22495
- * Gets current descriptionPath of the content. **Note:** Every listcontent must implement this method.
23035
+ * Gets current descriptionPath of the content.
23036
+ * **Note:** Every listcontent must implement this method.
22496
23037
  *
22497
23038
  *
22498
23039
  * @returns Content description path
@@ -22516,14 +23057,16 @@ declare module "sap/ui/mdc/valuehelp/base/ListContent" {
22516
23057
  oOptions?: object
22517
23058
  ): object;
22518
23059
  /**
22519
- * Gets current keyPath of the content. **Note:** Every listcontent must implement this method.
23060
+ * Gets current keyPath of the content.
23061
+ * **Note:** Every listcontent must implement this method.
22520
23062
  *
22521
23063
  *
22522
23064
  * @returns Content key path
22523
23065
  */
22524
23066
  getKeyPath(): string;
22525
23067
  /**
22526
- * Gets the `ListBinding` of the content. **Note:** Every listcontent must implement this method.
23068
+ * Gets the `ListBinding` of the content.
23069
+ * **Note:** Every listcontent must implement this method.
22527
23070
  *
22528
23071
  *
22529
23072
  * @returns `ListBinding`
@@ -22659,6 +23202,8 @@ declare module "sap/ui/mdc/valuehelp/content/Conditions" {
22659
23202
  $ContentSettings,
22660
23203
  } from "sap/ui/mdc/valuehelp/base/Content";
22661
23204
 
23205
+ import { valuehelp } from "sap/ui/mdc/library";
23206
+
22662
23207
  import { ID } from "sap/ui/core/library";
22663
23208
 
22664
23209
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -22672,7 +23217,12 @@ declare module "sap/ui/mdc/valuehelp/content/Conditions" {
22672
23217
  *
22673
23218
  * @since 1.95.0
22674
23219
  */
22675
- export default class Conditions extends Content {
23220
+ export default class Conditions
23221
+ extends Content
23222
+ implements valuehelp.base.ITypeaheadContent, valuehelp.base.IDialogContent
23223
+ {
23224
+ __implements__sap_ui_mdc_valuehelp_base_ITypeaheadContent: boolean;
23225
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContent: boolean;
22676
23226
  /**
22677
23227
  * Constructor for a new `Conditions` content.
22678
23228
  *
@@ -22849,6 +23399,8 @@ declare module "sap/ui/mdc/valuehelp/content/FixedList" {
22849
23399
  $ListContentSettings,
22850
23400
  } from "sap/ui/mdc/valuehelp/base/ListContent";
22851
23401
 
23402
+ import { valuehelp } from "sap/ui/mdc/library";
23403
+
22852
23404
  import FixedListItem from "sap/ui/mdc/valuehelp/content/FixedListItem";
22853
23405
 
22854
23406
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -22864,7 +23416,12 @@ declare module "sap/ui/mdc/valuehelp/content/FixedList" {
22864
23416
  *
22865
23417
  * @since 1.95.0
22866
23418
  */
22867
- export default class FixedList extends ListContent {
23419
+ export default class FixedList
23420
+ extends ListContent
23421
+ implements valuehelp.base.ITypeaheadContent, valuehelp.base.IDialogContent
23422
+ {
23423
+ __implements__sap_ui_mdc_valuehelp_base_ITypeaheadContent: boolean;
23424
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContent: boolean;
22868
23425
  /**
22869
23426
  * Constructor for a new `FixedList` content.
22870
23427
  *
@@ -23266,6 +23823,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23266
23823
  $ContainerSettings,
23267
23824
  } from "sap/ui/mdc/valuehelp/base/Container";
23268
23825
 
23826
+ import { valuehelp } from "sap/ui/mdc/library";
23827
+
23269
23828
  import { PopupInterface } from "sap/ui/core/library";
23270
23829
 
23271
23830
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -23274,6 +23833,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23274
23833
 
23275
23834
  /**
23276
23835
  * Object to label groups in the value help dialog.
23836
+ *
23837
+ * @since 1.101
23277
23838
  */
23278
23839
  export type GroupLabel = {
23279
23840
  /**
@@ -23291,7 +23852,11 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23291
23852
  *
23292
23853
  * @since 1.95.0
23293
23854
  */
23294
- export default class Dialog extends Container implements PopupInterface {
23855
+ export default class Dialog
23856
+ extends Container
23857
+ implements valuehelp.base.IDialogContainer, PopupInterface
23858
+ {
23859
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContainer: boolean;
23295
23860
  __implements__sap_ui_core_PopupInterface: boolean;
23296
23861
  /**
23297
23862
  * Constructor for a new `Dialog` container.
@@ -23368,8 +23933,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23368
23933
  * ```javascript
23369
23934
  *
23370
23935
  * {
23371
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
23372
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
23936
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
23937
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
23373
23938
  * }
23374
23939
  * ```
23375
23940
  *
@@ -23393,8 +23958,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23393
23958
  * ```javascript
23394
23959
  *
23395
23960
  * {
23396
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
23397
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
23961
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
23962
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
23398
23963
  * }
23399
23964
  * ```
23400
23965
  *
@@ -23428,8 +23993,8 @@ declare module "sap/ui/mdc/valuehelp/Dialog" {
23428
23993
  * ```javascript
23429
23994
  *
23430
23995
  * {
23431
- * group1: {label: "Label 1", nnLabel: "Label 1 ({0})"},
23432
- * group2: {label: "Label 2", nnLabel: "Label 2 ({0})"}
23996
+ * group1: {label: "Label 1 ({0})", nnLabel: "Label 1"},
23997
+ * group2: {label: "Label 2 ({0})", nnLabel: "Label 2"}
23433
23998
  * }
23434
23999
  * ```
23435
24000
  */
@@ -23454,7 +24019,11 @@ declare module "sap/ui/mdc/valuehelp/content/MDCTable" {
23454
24019
  *
23455
24020
  * @since 1.95.0
23456
24021
  */
23457
- export default class MDCTable extends FilterableListContent {
24022
+ export default class MDCTable
24023
+ extends FilterableListContent
24024
+ implements /* was: sap.ui.mdc.valuehelp.IDialogContent */ Object
24025
+ {
24026
+ __implements__sap_ui_mdc_valuehelp_IDialogContent: boolean;
23458
24027
  /**
23459
24028
  * Constructor for a new `MDCTable` content.
23460
24029
  *
@@ -23611,6 +24180,8 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
23611
24180
  $FilterableListContentSettings,
23612
24181
  } from "sap/ui/mdc/valuehelp/base/FilterableListContent";
23613
24182
 
24183
+ import { valuehelp } from "sap/ui/mdc/library";
24184
+
23614
24185
  import Event from "sap/ui/base/Event";
23615
24186
 
23616
24187
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -23622,7 +24193,12 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
23622
24193
  *
23623
24194
  * @since 1.95.0
23624
24195
  */
23625
- export default class MTable extends FilterableListContent {
24196
+ export default class MTable
24197
+ extends FilterableListContent
24198
+ implements valuehelp.base.ITypeaheadContent, valuehelp.base.IDialogContent
24199
+ {
24200
+ __implements__sap_ui_mdc_valuehelp_base_ITypeaheadContent: boolean;
24201
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContent: boolean;
23626
24202
  /**
23627
24203
  * Constructor for a new `MTable` content.
23628
24204
  *
@@ -24090,6 +24666,8 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
24090
24666
  $ContainerSettings,
24091
24667
  } from "sap/ui/mdc/valuehelp/base/Container";
24092
24668
 
24669
+ import { valuehelp } from "sap/ui/mdc/library";
24670
+
24093
24671
  import { PopupInterface } from "sap/ui/core/library";
24094
24672
 
24095
24673
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -24101,7 +24679,15 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
24101
24679
  *
24102
24680
  * @since 1.95.0
24103
24681
  */
24104
- export default class Popover extends Container implements PopupInterface {
24682
+ export default class Popover
24683
+ extends Container
24684
+ implements
24685
+ valuehelp.base.ITypeaheadContainer,
24686
+ valuehelp.base.IDialogContainer,
24687
+ PopupInterface
24688
+ {
24689
+ __implements__sap_ui_mdc_valuehelp_base_ITypeaheadContainer: boolean;
24690
+ __implements__sap_ui_mdc_valuehelp_base_IDialogContainer: boolean;
24105
24691
  __implements__sap_ui_core_PopupInterface: boolean;
24106
24692
  /**
24107
24693
  * Constructor for a new `Popover` container.
@@ -24283,8 +24869,6 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
24283
24869
 
24284
24870
  declare namespace sap {
24285
24871
  interface IUI5DefineDependencyNames {
24286
- "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
24287
-
24288
24872
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
24289
24873
 
24290
24874
  "sap/ui/mdc/BaseDelegate": undefined;
@@ -24535,6 +25119,8 @@ declare namespace sap {
24535
25119
 
24536
25120
  "sap/ui/mdc/util/DateUtil": undefined;
24537
25121
 
25122
+ "sap/ui/mdc/util/DensityHelper": undefined;
25123
+
24538
25124
  "sap/ui/mdc/util/FilterUtil": undefined;
24539
25125
 
24540
25126
  "sap/ui/mdc/util/InfoBar": undefined;