@openui5/types 1.133.1 → 1.135.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.133.1
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.1
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -201,7 +201,10 @@ declare module "sap/ui/fl/variants/VariantManagement" {
201
201
 
202
202
  import { IShrinkable, ID, TitleLevel, CSSSize } from "sap/ui/core/library";
203
203
 
204
- import { IOverflowToolbarContent } from "sap/m/library";
204
+ import {
205
+ IOverflowToolbarContent,
206
+ IToolbarInteractiveControl,
207
+ } from "sap/m/library";
205
208
 
206
209
  import Event from "sap/ui/base/Event";
207
210
 
@@ -218,10 +221,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
218
221
  */
219
222
  export default class VariantManagement
220
223
  extends Control
221
- implements
222
- IShrinkable,
223
- IOverflowToolbarContent,
224
- /* was: sap.m.IToolbarInteractiveControl */ Object
224
+ implements IShrinkable, IOverflowToolbarContent, IToolbarInteractiveControl
225
225
  {
226
226
  __implements__sap_ui_core_IShrinkable: boolean;
227
227
  __implements__sap_m_IOverflowToolbarContent: boolean;
@@ -1585,6 +1585,10 @@ declare namespace sap {
1585
1585
 
1586
1586
  "sap/ui/fl/apply/_internal/flexObjects/Variant": undefined;
1587
1587
 
1588
+ "sap/ui/fl/apply/_internal/flexObjects/VariantChange": undefined;
1589
+
1590
+ "sap/ui/fl/apply/_internal/flexObjects/VariantManagementChange": undefined;
1591
+
1588
1592
  "sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler": undefined;
1589
1593
 
1590
1594
  "sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState": undefined;
@@ -1639,6 +1643,8 @@ declare namespace sap {
1639
1643
 
1640
1644
  "sap/ui/fl/ChangePersistenceFactory": undefined;
1641
1645
 
1646
+ "sap/ui/fl/descriptorRelated/api/DescriptorChange": undefined;
1647
+
1642
1648
  "sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory": undefined;
1643
1649
 
1644
1650
  "sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory": undefined;
@@ -1751,6 +1757,8 @@ declare namespace sap {
1751
1757
 
1752
1758
  "sap/ui/fl/write/api/AppVariantWriteAPI": undefined;
1753
1759
 
1760
+ "sap/ui/fl/write/api/BusinessNetworkAPI": undefined;
1761
+
1754
1762
  "sap/ui/fl/write/api/ChangesWriteAPI": undefined;
1755
1763
 
1756
1764
  "sap/ui/fl/write/api/connectors/ObjectStorageConnector": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.1
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -972,9 +972,7 @@ declare module "sap/ui/integration/widgets/Card" {
972
972
  /**
973
973
  * Illustration size
974
974
  */
975
- illustrationSize?:
976
- | IllustratedMessageSize
977
- | keyof typeof IllustratedMessageSize;
975
+ illustrationSize?: IllustratedMessageSize;
978
976
  /**
979
977
  * Title
980
978
  */
@@ -4966,8 +4964,6 @@ declare namespace sap {
4966
4964
 
4967
4965
  "sap/ui/integration/util/ManifestResolver": undefined;
4968
4966
 
4969
- "sap/ui/integration/util/openCardShowMore": undefined;
4970
-
4971
4967
  "sap/ui/integration/util/RequestDataProvider": undefined;
4972
4968
 
4973
4969
  "sap/ui/integration/util/SkeletonCard": undefined;
@@ -1,10 +1,12 @@
1
- // For Library Version: 1.133.1
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
5
5
 
6
6
  import GridLayoutBase from "sap/ui/layout/cssgrid/GridLayoutBase";
7
7
 
8
+ import { CSSGapShortHand } from "sap/ui/core/library";
9
+
8
10
  /**
9
11
  * Available Background Design.
10
12
  *
@@ -372,8 +374,9 @@ declare module "sap/ui/layout/library" {
372
374
  * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/gap}
373
375
  *
374
376
  * @since 1.60.0
377
+ * @deprecated As of version 1.135. use {@link sap.ui.core.CSSGapShortHand} instead
375
378
  */
376
- type CSSGridGapShortHand = string;
379
+ type CSSGridGapShortHand = CSSGapShortHand;
377
380
 
378
381
  /**
379
382
  * A string type that represents one or two grid lines. Used to define the position and size of a single
@@ -1776,7 +1779,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
1776
1779
 
1777
1780
  import GridLayoutBase from "sap/ui/layout/cssgrid/GridLayoutBase";
1778
1781
 
1779
- import { CSSSize } from "sap/ui/core/library";
1782
+ import { CSSSize, CSSGapShortHand } from "sap/ui/core/library";
1780
1783
 
1781
1784
  import GridBasicLayout from "sap/ui/layout/cssgrid/GridBasicLayout";
1782
1785
 
@@ -2022,7 +2025,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
2022
2025
  *
2023
2026
  * @returns Value of property `gridGap`
2024
2027
  */
2025
- getGridGap(): cssgrid.CSSGridGapShortHand;
2028
+ getGridGap(): CSSGapShortHand;
2026
2029
  /**
2027
2030
  * Returns the layout configuration of the `CSSGrid`.
2028
2031
  *
@@ -2237,7 +2240,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
2237
2240
  /**
2238
2241
  * New value for property `gridGap`
2239
2242
  */
2240
- sGridGap?: cssgrid.CSSGridGapShortHand
2243
+ sGridGap?: CSSGapShortHand
2241
2244
  ): this;
2242
2245
  /**
2243
2246
  * Sets a new value for property {@link #getGridRowGap gridRowGap}.
@@ -2352,7 +2355,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
2352
2355
  * It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
2353
2356
  * less priority and will be overwritten.
2354
2357
  */
2355
- gridGap?: cssgrid.CSSGridGapShortHand | PropertyBindingInfo | `{${string}}`;
2358
+ gridGap?: CSSGapShortHand | PropertyBindingInfo | `{${string}}`;
2356
2359
 
2357
2360
  /**
2358
2361
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
@@ -2395,7 +2398,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2395
2398
 
2396
2399
  import { cssgrid } from "sap/ui/layout/library";
2397
2400
 
2398
- import { CSSSize } from "sap/ui/core/library";
2401
+ import { CSSSize, CSSGapShortHand } from "sap/ui/core/library";
2399
2402
 
2400
2403
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
2401
2404
 
@@ -2523,7 +2526,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2523
2526
  *
2524
2527
  * @returns Value of property `gridGap`
2525
2528
  */
2526
- getGridGap(): cssgrid.CSSGridGapShortHand;
2529
+ getGridGap(): CSSGapShortHand;
2527
2530
  /**
2528
2531
  * Gets current value of property {@link #getGridRowGap gridRowGap}.
2529
2532
  *
@@ -2647,7 +2650,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2647
2650
  /**
2648
2651
  * New value for property `gridGap`
2649
2652
  */
2650
- sGridGap?: cssgrid.CSSGridGapShortHand
2653
+ sGridGap?: CSSGapShortHand
2651
2654
  ): this;
2652
2655
  /**
2653
2656
  * Sets a new value for property {@link #getGridRowGap gridRowGap}.
@@ -2737,7 +2740,7 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2737
2740
  /**
2738
2741
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
2739
2742
  */
2740
- gridGap?: cssgrid.CSSGridGapShortHand | PropertyBindingInfo | `{${string}}`;
2743
+ gridGap?: CSSGapShortHand | PropertyBindingInfo | `{${string}}`;
2741
2744
 
2742
2745
  /**
2743
2746
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
@@ -3824,7 +3827,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
3824
3827
 
3825
3828
  import { cssgrid } from "sap/ui/layout/library";
3826
3829
 
3827
- import { CSSSize } from "sap/ui/core/library";
3830
+ import { CSSSize, CSSGapShortHand } from "sap/ui/core/library";
3828
3831
 
3829
3832
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
3830
3833
 
@@ -3950,7 +3953,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
3950
3953
  *
3951
3954
  * @returns Value of property `gridGap`
3952
3955
  */
3953
- getGridGap(): cssgrid.CSSGridGapShortHand;
3956
+ getGridGap(): CSSGapShortHand;
3954
3957
  /**
3955
3958
  * Gets current value of property {@link #getGridRowGap gridRowGap}.
3956
3959
  *
@@ -4074,7 +4077,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
4074
4077
  /**
4075
4078
  * New value for property `gridGap`
4076
4079
  */
4077
- sGridGap?: cssgrid.CSSGridGapShortHand
4080
+ sGridGap?: CSSGapShortHand
4078
4081
  ): this;
4079
4082
  /**
4080
4083
  * Sets a new value for property {@link #getGridRowGap gridRowGap}.
@@ -4164,7 +4167,7 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
4164
4167
  /**
4165
4168
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
4166
4169
  */
4167
- gridGap?: cssgrid.CSSGridGapShortHand | PropertyBindingInfo | `{${string}}`;
4170
+ gridGap?: CSSGapShortHand | PropertyBindingInfo | `{${string}}`;
4168
4171
 
4169
4172
  /**
4170
4173
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.1
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1630,7 +1630,9 @@ declare module "sap/ui/mdc/FilterBarDelegate" {
1630
1630
  /**
1631
1631
  * Status of the validation as returned via {@link sap.ui.mdc.filterbar.FilterBarBase#checkValidationState checkValidationState}
1632
1632
  */
1633
- status: FilterBarValidationStatus;
1633
+ status:
1634
+ | FilterBarValidationStatus
1635
+ | keyof typeof FilterBarValidationStatus;
1634
1636
  }
1635
1637
  ): void;
1636
1638
  }
@@ -2522,7 +2524,7 @@ declare module "sap/ui/mdc/util/TypeMap" {
2522
2524
  * Class path as `string` where each name is separated by '.'
2523
2525
  */
2524
2526
  sDataType: string
2525
- ): (p1: SimpleType) => void;
2527
+ ): new () => SimpleType;
2526
2528
  /**
2527
2529
  * Gets the data type class name for a given name or alias.
2528
2530
  *
@@ -3311,7 +3313,7 @@ declare module "sap/ui/mdc/library" {
3311
3313
  /**
3312
3314
  * Describes the filter conditions
3313
3315
  */
3314
- filter?: State.XCondition;
3316
+ filter?: Record<string, State.XCondition[]>;
3315
3317
  /**
3316
3318
  * Describes the filter fields
3317
3319
  */
@@ -3466,7 +3468,12 @@ declare module "sap/ui/mdc/library" {
3466
3468
  /**
3467
3469
  * Closes the container
3468
3470
  */
3469
- close(): void;
3471
+ close(
3472
+ /**
3473
+ * If set, closing must not restore the focus on the field
3474
+ */
3475
+ bDoNotRestoreFocus: boolean
3476
+ ): void;
3470
3477
  /**
3471
3478
  * Opens the container
3472
3479
  *
@@ -3539,7 +3546,12 @@ declare module "sap/ui/mdc/library" {
3539
3546
  /**
3540
3547
  * Closes the container
3541
3548
  */
3542
- close(): void;
3549
+ close(
3550
+ /**
3551
+ * If set, closing must not restore the focus on the field
3552
+ */
3553
+ bDoNotRestoreFocus: boolean
3554
+ ): void;
3543
3555
  /**
3544
3556
  * Determines the item (key and description) for a given value.
3545
3557
  *
@@ -3739,6 +3751,170 @@ declare module "sap/ui/mdc/library" {
3739
3751
  }
3740
3752
  }
3741
3753
 
3754
+ declare module "sap/ui/mdc/actiontoolbar/ActionToolbarAction" {
3755
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
3756
+
3757
+ import { IOverflowToolbarContent } from "sap/m/library";
3758
+
3759
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
3760
+
3761
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3762
+
3763
+ /**
3764
+ * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information
3765
+ * that determines where the wrapped control is displayed on the `ActionToolbar`.
3766
+ *
3767
+ * @since 1.58
3768
+ */
3769
+ export default class ActionToolbarAction
3770
+ extends Control
3771
+ implements IOverflowToolbarContent
3772
+ {
3773
+ __implements__sap_m_IOverflowToolbarContent: boolean;
3774
+ /**
3775
+ * Constructor for a new ActionToolbarAction.
3776
+ *
3777
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3778
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3779
+ * of the syntax of the settings object.
3780
+ */
3781
+ constructor(
3782
+ /**
3783
+ * Initial settings for the new control
3784
+ */
3785
+ mSettings?: $ActionToolbarActionSettings
3786
+ );
3787
+ /**
3788
+ * Constructor for a new ActionToolbarAction.
3789
+ *
3790
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3791
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3792
+ * of the syntax of the settings object.
3793
+ */
3794
+ constructor(
3795
+ /**
3796
+ * ID for the new control, generated automatically if no ID is given
3797
+ */
3798
+ sId?: string,
3799
+ /**
3800
+ * Initial settings for the new control
3801
+ */
3802
+ mSettings?: $ActionToolbarActionSettings
3803
+ );
3804
+
3805
+ /**
3806
+ * Creates a new subclass of class sap.ui.mdc.actiontoolbar.ActionToolbarAction with name `sClassName` and
3807
+ * enriches it with the information contained in `oClassInfo`.
3808
+ *
3809
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3810
+ *
3811
+ *
3812
+ * @returns Created class / constructor function
3813
+ */
3814
+ static extend<T extends Record<string, unknown>>(
3815
+ /**
3816
+ * Name of the class being created
3817
+ */
3818
+ sClassName: string,
3819
+ /**
3820
+ * Object literal with information about the class
3821
+ */
3822
+ oClassInfo?: sap.ClassInfo<T, ActionToolbarAction>,
3823
+ /**
3824
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3825
+ * used by this class
3826
+ */
3827
+ FNMetaImpl?: Function
3828
+ ): Function;
3829
+ /**
3830
+ * Returns a metadata object for class sap.ui.mdc.actiontoolbar.ActionToolbarAction.
3831
+ *
3832
+ *
3833
+ * @returns Metadata object describing this class
3834
+ */
3835
+ static getMetadata(): ElementMetadata;
3836
+ /**
3837
+ * Destroys the action in the aggregation {@link #getAction action}.
3838
+ *
3839
+ *
3840
+ * @returns Reference to `this` in order to allow method chaining
3841
+ */
3842
+ destroyAction(): this;
3843
+ /**
3844
+ * Gets content of aggregation {@link #getAction action}.
3845
+ *
3846
+ * The control that is displayed on the `ActionToolbar`.
3847
+ */
3848
+ getAction(): Control;
3849
+ /**
3850
+ * Gets current value of property {@link #getLayoutInformation layoutInformation}.
3851
+ *
3852
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3853
+ *
3854
+ * Default value is `...see text or source`.
3855
+ *
3856
+ *
3857
+ * @returns Value of property `layoutInformation`
3858
+ */
3859
+ getLayoutInformation(): object;
3860
+ /**
3861
+ * Observes changes in `Action` aggregation.
3862
+ *
3863
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3864
+ */
3865
+ observeChanges(
3866
+ /**
3867
+ * Changes
3868
+ */
3869
+ oChanges: object
3870
+ ): void;
3871
+ /**
3872
+ * Sets the aggregated {@link #getAction action}.
3873
+ *
3874
+ *
3875
+ * @returns Reference to `this` in order to allow method chaining
3876
+ */
3877
+ setAction(
3878
+ /**
3879
+ * The action to set
3880
+ */
3881
+ oAction: Control
3882
+ ): this;
3883
+ /**
3884
+ * Sets a new value for property {@link #getLayoutInformation layoutInformation}.
3885
+ *
3886
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3887
+ *
3888
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3889
+ *
3890
+ * Default value is `...see text or source`.
3891
+ *
3892
+ *
3893
+ * @returns Reference to `this` in order to allow method chaining
3894
+ */
3895
+ setLayoutInformation(
3896
+ /**
3897
+ * New value for property `layoutInformation`
3898
+ */
3899
+ oLayoutInformation?: object
3900
+ ): this;
3901
+ }
3902
+ /**
3903
+ * Describes the settings that can be provided to the ActionToolbarAction constructor.
3904
+ */
3905
+ export interface $ActionToolbarActionSettings extends $ControlSettings {
3906
+ /**
3907
+ * Contains the information where the action is displayed on the `ActionToolbar`.
3908
+ */
3909
+ layoutInformation?: object | PropertyBindingInfo | `{${string}}`;
3910
+
3911
+ /**
3912
+ * The control that is displayed on the `ActionToolbar`.
3913
+ */
3914
+ action?: Control;
3915
+ }
3916
+ }
3917
+
3742
3918
  declare module "sap/ui/mdc/Chart" {
3743
3919
  import { default as Control, $ControlSettings } from "sap/ui/mdc/Control";
3744
3920
 
@@ -7287,15 +7463,15 @@ declare module "sap/ui/mdc/enums/FilterBarValidationStatus" {
7287
7463
  /**
7288
7464
  * Filter field in error state.
7289
7465
  */
7290
- FieldInErrorState = "undefined",
7466
+ FieldInErrorState = "FieldInErrorState",
7291
7467
  /**
7292
7468
  * No errors detected.
7293
7469
  */
7294
- NoError = "undefined",
7470
+ NoError = "NoError",
7295
7471
  /**
7296
7472
  * Required filter field without a value.
7297
7473
  */
7298
- RequiredHasNoValue = "undefined",
7474
+ RequiredHasNoValue = "RequiredHasNoValue",
7299
7475
  }
7300
7476
  export default FilterBarValidationStatus;
7301
7477
  }
@@ -8028,16 +8204,16 @@ declare module "sap/ui/mdc/enums/OperatorValueType" {
8028
8204
  /**
8029
8205
  * The `Type` of the `Field` or `FilterField` using the `Operator` is used.
8030
8206
  */
8031
- Self = "self",
8207
+ Self = "Self",
8032
8208
  /**
8033
8209
  * The `Type` of the `Field` or `FilterField` using the `Operator` is used for validation, but the user
8034
8210
  * input is used as value.
8035
8211
  */
8036
- SelfNoParse = "selfNoParse",
8212
+ SelfNoParse = "SelfNoParse",
8037
8213
  /**
8038
8214
  * A simple string type is used to display static text.
8039
8215
  */
8040
- Static = "static",
8216
+ Static = "Static",
8041
8217
  }
8042
8218
  export default OperatorValueType;
8043
8219
  }
@@ -8060,7 +8236,7 @@ declare module "sap/ui/mdc/enums/ReasonMode" {
8060
8236
  /**
8061
8237
  * Used if the mentioned reasons are not applicable.
8062
8238
  */
8063
- Unclear = "",
8239
+ Unclear = "Unclear",
8064
8240
  /**
8065
8241
  * The applied variant is marked as Apply Automatically.
8066
8242
  */
@@ -12902,7 +13078,7 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
12902
13078
  * - `{@link sap.ui.mdc.enums.ReasonMode.Go}`: Search is triggered based on pressing the Go button
12903
13079
  * - `{@link sap.ui.mdc.enums.ReasonMode.Unclear}`: Any other reasons for the search
12904
13080
  */
12905
- reason?: ReasonMode;
13081
+ reason?: ReasonMode | keyof typeof ReasonMode;
12906
13082
  }
12907
13083
 
12908
13084
  /**
@@ -12915,19 +13091,62 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
12915
13091
  }
12916
13092
 
12917
13093
  declare module "sap/ui/mdc/filterbar/IFilterContainer" {
13094
+ import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
13095
+
12918
13096
  import FilterField from "sap/ui/mdc/FilterField";
12919
13097
 
12920
13098
  import Control from "sap/ui/core/Control";
12921
13099
 
13100
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
13101
+
12922
13102
  /**
12923
13103
  * The `IFilterContainer` is the base container for the visualization of the filter items in the {@link sap.ui.mdc.FilterBar FilterBar }
12924
13104
  * control.
12925
13105
  *
12926
13106
  * @since 1.61.0
12927
13107
  */
12928
- export default class IFilterContainer {
13108
+ export default class IFilterContainer extends UI5Element {
13109
+ /**
13110
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
13111
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
13112
+ * of the syntax of the settings object.
13113
+ *
13114
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
13115
+ * can be used.
13116
+ */
12929
13117
  constructor();
12930
13118
 
13119
+ /**
13120
+ * Creates a new subclass of class sap.ui.mdc.filterbar.IFilterContainer with name `sClassName` and enriches
13121
+ * it with the information contained in `oClassInfo`.
13122
+ *
13123
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
13124
+ *
13125
+ *
13126
+ * @returns Created class / constructor function
13127
+ */
13128
+ static extend<T extends Record<string, unknown>>(
13129
+ /**
13130
+ * Name of the class being created
13131
+ */
13132
+ sClassName: string,
13133
+ /**
13134
+ * Object literal with information about the class
13135
+ */
13136
+ oClassInfo?: sap.ClassInfo<T, IFilterContainer>,
13137
+ /**
13138
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
13139
+ * used by this class
13140
+ */
13141
+ FNMetaImpl?: Function
13142
+ ): Function;
13143
+ /**
13144
+ * Returns a metadata object for class sap.ui.mdc.filterbar.IFilterContainer.
13145
+ *
13146
+ *
13147
+ * @returns Metadata object describing this class
13148
+ */
13149
+ static getMetadata(): ElementMetadata;
12931
13150
  /**
12932
13151
  * Overwrites the default exit to clean up the created layout properly.
12933
13152
  */
@@ -12973,6 +13192,10 @@ declare module "sap/ui/mdc/filterbar/IFilterContainer" {
12973
13192
  oControl: FilterField
12974
13193
  ): void;
12975
13194
  }
13195
+ /**
13196
+ * Describes the settings that can be provided to the IFilterContainer constructor.
13197
+ */
13198
+ export interface $IFilterContainerSettings extends $ElementSettings {}
12976
13199
  }
12977
13200
 
12978
13201
  declare module "sap/ui/mdc/filterbar/vh/FilterBar" {
@@ -21470,13 +21693,23 @@ declare module "sap/ui/mdc/valuehelp/base/Container" {
21470
21693
  /**
21471
21694
  * Closes the container
21472
21695
  */
21473
- close(): void;
21696
+ close(
21697
+ /**
21698
+ * If set, closing must not restore the focus on the field
21699
+ */
21700
+ bDoNotRestoreFocus: boolean
21701
+ ): void;
21474
21702
  /**
21475
21703
  * Closes the container control or element.
21476
21704
  *
21477
21705
  * @ui5-protected Do not call from applications (only from related classes in the framework)
21478
21706
  */
21479
- closeContainer(): void;
21707
+ closeContainer(
21708
+ /**
21709
+ * If set, closing must not restore the focus on the field
21710
+ */
21711
+ bDoNotRestoreFocus: boolean
21712
+ ): void;
21480
21713
  /**
21481
21714
  * Destroys all the content in the aggregation {@link #getContent content}.
21482
21715
  *
@@ -25104,6 +25337,8 @@ declare module "sap/ui/mdc/valuehelp/Popover" {
25104
25337
 
25105
25338
  declare namespace sap {
25106
25339
  interface IUI5DefineDependencyNames {
25340
+ "sap/ui/mdc/actiontoolbar/ActionToolbarAction": undefined;
25341
+
25107
25342
  "sap/ui/mdc/AggregationBaseDelegate": undefined;
25108
25343
 
25109
25344
  "sap/ui/mdc/BaseDelegate": undefined;