@sapui5/ts-types-esm 1.138.1 → 1.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +0 -1657
  8. package/types/sap.esh.search.ui.d.ts +1 -2291
  9. package/types/sap.f.d.ts +63 -15
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -5
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +30 -15
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +84 -12
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +13 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +55 -13
  24. package/types/sap.insights.d.ts +130 -2
  25. package/types/sap.m.d.ts +1132 -293
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +1 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +2 -30
  32. package/types/sap.suite.ui.commons.d.ts +1 -1
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +5 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +125 -2
  39. package/types/sap.ui.core.d.ts +513 -127
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +1 -1
  42. package/types/sap.ui.fl.d.ts +1 -7
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +57 -20
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/sap.ui.mdc.d.ts +88 -22
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +568 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +1 -1
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +392 -58
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +69 -23
  64. package/types/sap.ushell_abap.d.ts +3 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -6898,8 +6898,8 @@ declare module "sap/f/DynamicPageTitle" {
6898
6898
  * Gets content of aggregation {@link #getActions actions}.
6899
6899
  *
6900
6900
  * The `DynamicPageTitle` actions.
6901
- * **Note:** The `actions` aggregation accepts any UI5 control, but it`s recommended to use controls, suitable
6902
- * for {@link sap.m.Toolbar} and {@link sap.m.OverflowToolbar}.
6901
+ * **Note:** The `actions` aggregation accepts any UI5 control. However, it is best to use buttons or controls
6902
+ * that work well inside toolbars, such as those typically used with {@link sap.m.Toolbar} and {@link sap.m.OverflowToolbar}.
6903
6903
  *
6904
6904
  * **Note:** If the `snappedTitleOnMobile` aggregation is set, its content overrides this aggregation when
6905
6905
  * the control is viewed on a phone mobile device and the `DynamicPageHeader` is in its collapsed (snapped)
@@ -7614,8 +7614,8 @@ declare module "sap/f/DynamicPageTitle" {
7614
7614
 
7615
7615
  /**
7616
7616
  * The `DynamicPageTitle` actions.
7617
- * **Note:** The `actions` aggregation accepts any UI5 control, but it`s recommended to use controls, suitable
7618
- * for {@link sap.m.Toolbar} and {@link sap.m.OverflowToolbar}.
7617
+ * **Note:** The `actions` aggregation accepts any UI5 control. However, it is best to use buttons or controls
7618
+ * that work well inside toolbars, such as those typically used with {@link sap.m.Toolbar} and {@link sap.m.OverflowToolbar}.
7619
7619
  *
7620
7620
  * **Note:** If the `snappedTitleOnMobile` aggregation is set, its content overrides this aggregation when
7621
7621
  * the control is viewed on a phone mobile device and the `DynamicPageHeader` is in its collapsed (snapped)
@@ -14672,10 +14672,10 @@ declare module "sap/f/ProductSwitch" {
14672
14672
  declare module "sap/f/ProductSwitchItem" {
14673
14673
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
14674
14674
 
14675
- import ElementMetadata from "sap/ui/core/ElementMetadata";
14676
-
14677
14675
  import { URI } from "sap/ui/core/library";
14678
14676
 
14677
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
14678
+
14679
14679
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
14680
14680
 
14681
14681
  /**
@@ -14748,6 +14748,18 @@ declare module "sap/f/ProductSwitchItem" {
14748
14748
  * @returns Metadata object describing this class
14749
14749
  */
14750
14750
  static getMetadata(): ElementMetadata;
14751
+ /**
14752
+ * Gets current value of property {@link #getImageSrc imageSrc}.
14753
+ *
14754
+ * Defines the image to be displayed as graphical element within the `ProductSwitchItem`.
14755
+ *
14756
+ * **Note:** This property takes precedence over the `src` property.
14757
+ *
14758
+ * @since 1.140
14759
+ *
14760
+ * @returns Value of property `imageSrc`
14761
+ */
14762
+ getImageSrc(): URI;
14751
14763
  /**
14752
14764
  * Gets current value of property {@link #getSrc src}.
14753
14765
  *
@@ -14800,6 +14812,25 @@ declare module "sap/f/ProductSwitchItem" {
14800
14812
  * @returns Value of property `title`
14801
14813
  */
14802
14814
  getTitle(): string;
14815
+ /**
14816
+ * Sets a new value for property {@link #getImageSrc imageSrc}.
14817
+ *
14818
+ * Defines the image to be displayed as graphical element within the `ProductSwitchItem`.
14819
+ *
14820
+ * **Note:** This property takes precedence over the `src` property.
14821
+ *
14822
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14823
+ *
14824
+ * @since 1.140
14825
+ *
14826
+ * @returns Reference to `this` in order to allow method chaining
14827
+ */
14828
+ setImageSrc(
14829
+ /**
14830
+ * New value for property `imageSrc`
14831
+ */
14832
+ sImageSrc?: URI
14833
+ ): this;
14803
14834
  /**
14804
14835
  * Sets a new value for property {@link #getSrc src}.
14805
14836
  *
@@ -14898,6 +14929,15 @@ declare module "sap/f/ProductSwitchItem" {
14898
14929
  */
14899
14930
  src?: URI | PropertyBindingInfo | `{${string}}`;
14900
14931
 
14932
+ /**
14933
+ * Defines the image to be displayed as graphical element within the `ProductSwitchItem`.
14934
+ *
14935
+ * **Note:** This property takes precedence over the `src` property.
14936
+ *
14937
+ * @since 1.140
14938
+ */
14939
+ imageSrc?: URI | PropertyBindingInfo | `{${string}}`;
14940
+
14901
14941
  /**
14902
14942
  * Determines the title of the `ProductSwitchItem`.
14903
14943
  */
@@ -14936,16 +14976,24 @@ declare module "sap/f/routing/Router" {
14936
14976
  import TargetHandler from "sap/f/routing/TargetHandler";
14937
14977
 
14938
14978
  /**
14939
- * The `sap.f.routing.Router` class is intended to be used with `{@link sap.f.FlexibleColumnLayout}` as
14940
- * a root control.
14979
+ * The `sap.f.routing.Router` extends the capabilities of the standard `{@link sap.ui.core.routing.Router}`
14980
+ * to support flexible and responsive layouts based on `{@link sap.f.FlexibleColumnLayout}` as the root
14981
+ * control.
14982
+ *
14983
+ * This router enables advanced navigation scenarios tailored to flexible column layouts, such as changing
14984
+ * both the layout type (e.g., OneColumn, TwoColumnsMidExpanded) and the currently displayed views within
14985
+ * individual columns.
14986
+ *
14987
+ * Compared to `{@link sap.ui.core.routing.Router}`, it adds support for additional target properties:
14941
14988
  *
14942
- * The difference to the `{@link sap.ui.core.routing.Router}` are the `level`, `transition`, and `transitionParameters`
14943
- * properties that you can specify in every Route or Target created by this router.
14989
+ * - `level`: Defines the hierarchical level of the target view for proper history and back navigation
14990
+ * handling
14991
+ * - `transition`: Specifies the type of transition animation between views (e.g., `slide`, `fade`)
14992
+ * - `transitionParameters`: Custom parameters for transitions
14944
14993
  *
14945
- * The difference to the `{@link sap.m.routing.Router}` is the additional `layout` property that can be
14946
- * specified in every Route, in which case it is applied to the root control. Also, the `sap.f.routing.Router`
14947
- * supports navigations that involve both change of `{@link sap.f.LayoutType}` and change of the current
14948
- * page within a single column of the `sap.f.FlexibleColumnLayout`.
14994
+ * Compared to `{@link sap.m.routing.Router}`, it further introduces a `layout` property on each route,
14995
+ * allowing you to define the desired `{@link sap.f.LayoutType}` to be applied to the `FlexibleColumnLayout`
14996
+ * root control during navigation.
14949
14997
  *
14950
14998
  * See `{@link sap.ui.core.routing.Router}` for the constructor arguments.
14951
14999
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -9,14 +9,10 @@ declare module "sap/fe/base/BuildingBlockBase" {
9
9
  * of the content without an actual DOM element.
10
10
  * The building block also defines a state object that can be used to store the state of the building block.
11
11
  * Accessibility and classes information are forwarded to the content control.
12
- *
13
- * @experimental
14
12
  */
15
13
  export default class BuildingBlockBase extends Control {}
16
14
  /**
17
15
  * Describes the settings that can be provided to the BuildingBlockBase constructor.
18
- *
19
- * @experimental
20
16
  */
21
17
  export interface $BuildingBlockBaseSettings extends $ControlSettings {}
22
18
  }
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -391,13 +391,10 @@ declare module "sap/fe/core/buildingBlocks/BuildingBlock" {
391
391
  * Instead, only its child will be there and this control will forward all DOM related instruction to it.
392
392
  *
393
393
  * @since 1.121.0
394
- * @experimental As of version 1.121.0.
395
394
  */
396
395
  export default class BuildingBlock extends BuildingBlockBase {}
397
396
  /**
398
397
  * Describes the settings that can be provided to the BuildingBlock constructor.
399
- *
400
- * @experimental As of version 1.121.0.
401
398
  */
402
399
  export interface $BuildingBlockSettings extends $BuildingBlockBaseSettings {}
403
400
  }
@@ -608,10 +605,14 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
608
605
  *
609
606
  * @since 1.90.0
610
607
  *
611
- * @returns A promise which resolves once the action has been executed. If resolved, the promise returns:
612
- * - If the parameter contexts is an array: an array of objects, each object containing a key "status",
608
+ * @returns A promise which resolves once the action has been executed. If resolved, the promise returns
609
+ *
610
+ *
611
+ * - If the parameter contexts is an array: an array of objects, each object containing a key "status",
613
612
  * as well as "value" referencing the action status and the context
614
- * - If the parameter contexts is not an array: a single context
613
+ *
614
+ * - If the parameter contexts is not an array: a single context
615
+ *
615
616
  * The context(s) provided in the promise is (are) either the return value context of the action or the
616
617
  * bound context if the return value is undefined.
617
618
  */
@@ -1041,7 +1042,6 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
1041
1042
  * A controller extension offering message handling.
1042
1043
  *
1043
1044
  * @since 1.90.0
1044
- * @experimental As of version 1.90.0.
1045
1045
  */
1046
1046
  export default class MessageHandler extends ControllerExtension {
1047
1047
  /**
@@ -1054,7 +1054,6 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
1054
1054
  * 3. provide a presser handler incase the message should show as a link.
1055
1055
  *
1056
1056
  *
1057
- * @experimental
1058
1057
  *
1059
1058
  * @returns A promise that must be returned by the overridden method.
1060
1059
  */
@@ -1074,7 +1073,6 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
1074
1073
  * toast is shown instead.
1075
1074
  *
1076
1075
  * @since 1.90.0
1077
- * @experimental As of version 1.90.0.
1078
1076
  *
1079
1077
  * @returns A promise that is resolved once the user closes the dialog. If there are no messages
1080
1078
  * to be shown, the promise is resolved immediately
@@ -1103,10 +1101,14 @@ declare module "sap/fe/core/controllerextensions/Paginator" {
1103
1101
  */
1104
1102
  export default class Paginator extends ControllerExtension {
1105
1103
  /**
1106
- * This function is used to determine the type of navigation.
1107
- * If the context is not navigable, it must return 'ContextNavigationType.None'.
1108
- * If the context is navigable within the same application to a sub object page, it must return 'ContextNavigationType.Internal'.
1109
- * If the context is navigable to an external application, it must return 'ContextNavigationType.External'.
1104
+ * This method is invoked whenever a context is loaded using the paginator buttons. It determines whether
1105
+ * the context supports navigation. The method must return one of the following:
1106
+ * ContextNavigationType.None: If the context is not navigable.
1107
+ * ContextNavigationType.Internal: If the context supports internal navigation within the same application
1108
+ * to a detail view, such as an object page or a subobject page.
1109
+ * ContextNavigationType.External: If the context navigates to an external application.
1110
+ * The paginator buttons only allow navigation to contexts with internal navigation. Contexts with None
1111
+ * or External navigation are skipped.
1110
1112
  *
1111
1113
  * @since 1.138.0
1112
1114
  *
@@ -1147,6 +1149,18 @@ declare module "sap/fe/core/controllerextensions/Paginator" {
1147
1149
  }
1148
1150
  }
1149
1151
 
1152
+ declare module "sap/fe/core/controllerextensions/Recommendations" {
1153
+ /**
1154
+ * Parameters for the acceptRecommendations and onBeforeAcceptRecommendations methods.
1155
+ */
1156
+ export type AcceptAllParams = {};
1157
+
1158
+ /**
1159
+ * Represents a single recommendation entry.
1160
+ */
1161
+ export type RecommendationData = {};
1162
+ }
1163
+
1150
1164
  declare module "sap/fe/core/controllerextensions/Routing" {
1151
1165
  import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
1152
1166
 
@@ -1630,7 +1644,6 @@ declare module "sap/fe/core/fpm/Component" {
1630
1644
  *
1631
1645
  *
1632
1646
  * @since 1.92.0
1633
- * @experimental As of version 1.92.0.
1634
1647
  */
1635
1648
  export default class Component
1636
1649
  extends /* was: sap.fe.core.TemplateComponent */ Object
@@ -1691,6 +1704,8 @@ declare namespace sap {
1691
1704
 
1692
1705
  "sap/fe/core/controllerextensions/Paginator": undefined;
1693
1706
 
1707
+ "sap/fe/core/controllerextensions/Recommendations": undefined;
1708
+
1694
1709
  "sap/fe/core/controllerextensions/Routing": undefined;
1695
1710
 
1696
1711
  "sap/fe/core/controllerextensions/Share": undefined;
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/macros/Chart" {
4
4
  import {
@@ -741,16 +741,10 @@ declare module "sap/fe/macros/MessageButton" {
741
741
  *
742
742
  * <macros:MessageButton visibilityChange=".handler.onMessageButtonVisibilityChange" />
743
743
  * ```
744
- *
745
- *
746
- *
747
- * @experimental
748
744
  */
749
745
  export default class MessageButton extends BuildingBlock {}
750
746
  /**
751
747
  * Describes the settings that can be provided to the MessageButton constructor.
752
- *
753
- * @experimental
754
748
  */
755
749
  export interface $MessageButtonSettings extends $BuildingBlockSettings {}
756
750
 
@@ -936,13 +930,10 @@ declare module "sap/fe/macros/MultiValueField" {
936
930
  *
937
931
  *
938
932
  * @since 1.118.0
939
- * @experimental As of version 1.118.0.
940
933
  */
941
934
  export default class MultiValueField extends BuildingBlock {}
942
935
  /**
943
936
  * Describes the settings that can be provided to the MultiValueField constructor.
944
- *
945
- * @experimental As of version 1.118.0.
946
937
  */
947
938
  export interface $MultiValueFieldSettings extends $BuildingBlockSettings {
948
939
  /**
@@ -1695,12 +1686,14 @@ declare module "sap/fe/macros/controls/BuildingBlockWithTemplating" {
1695
1686
  * block.
1696
1687
  * On change of the main properties you will be able to recreate the content.
1697
1688
  *
1689
+ * @deprecated As of version 1.140.
1698
1690
  * @experimental
1699
1691
  */
1700
1692
  export default class BuildingBlockWithTemplating extends BuildingBlock {}
1701
1693
  /**
1702
1694
  * Describes the settings that can be provided to the BuildingBlockWithTemplating constructor.
1703
1695
  *
1696
+ * @deprecated As of version 1.140.
1704
1697
  * @experimental
1705
1698
  */
1706
1699
  export interface $BuildingBlockWithTemplatingSettings
@@ -1934,14 +1927,14 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
1934
1927
  /**
1935
1928
  * Property for defining a custom pattern for the date, time, or dateTime format.
1936
1929
  *
1937
- * If there is a dateTimePattern defined dateTimeStyle is ignored.
1930
+ * If a dateTimePattern is defined, the dateTimeStyle is ignored.
1938
1931
  */
1939
1932
  dateTimePattern?: string | PropertyBindingInfo;
1940
1933
 
1941
1934
  /**
1942
1935
  * Property for defining the display style for the date, time, or dateTime format.
1943
1936
  *
1944
- * If there is a dateTimePattern defined dateTimeStyle is ignored.
1937
+ * If there is a dateTimePattern defined, dateTimeStyle is ignored.
1945
1938
  */
1946
1939
  dateTimeStyle?: string | PropertyBindingInfo;
1947
1940
 
@@ -1974,6 +1967,21 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
1974
1967
  | PropertyBindingInfo
1975
1968
  | `{${string}}`;
1976
1969
 
1970
+ /**
1971
+ * When the Field is displayed as a clickable element, it defines the size of the reactive area of the clickable
1972
+ * element:
1973
+ * - ReactiveAreaMode.Inline - The link is displayed as part of a sentence.
1974
+ * - ReactiveAreaMode.Overlay - The link is displayed as an overlay on top of other interactive parts of
1975
+ * the page.
1976
+ * Note: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target
1977
+ * Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area
1978
+ * is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI
1979
+ * elements. UI elements positioned over other parts of the page may need an invisible active touch area.
1980
+ * This ensures that no elements beneath are activated accidentally when the user tries to interact with
1981
+ * the overlay element.
1982
+ */
1983
+ reactiveAreaMode?: string | PropertyBindingInfo;
1984
+
1977
1985
  /**
1978
1986
  * Defines if the date part of a date time with timezone field should be shown.
1979
1987
  *
@@ -3853,6 +3861,22 @@ declare module "sap/fe/macros/table/Table.block" {
3853
3861
  */
3854
3862
  personalization?: string | PropertyBindingInfo;
3855
3863
 
3864
+ /**
3865
+ * Defines the layout options of the table popins. Only applies to responsive tables.
3866
+ * Allowed values are `Block`, `GridLarge`, and `GridSmall`.
3867
+ *
3868
+ * - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
3869
+ * are rendered one below the other.
3870
+ *
3871
+ * - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
3872
+ * is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
3873
+ * popin row.
3874
+ *
3875
+ * - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
3876
+ * is small, so this layout allows more content to be rendered in a single popin row.
3877
+ */
3878
+ popinLayout?: string | PropertyBindingInfo;
3879
+
3856
3880
  /**
3857
3881
  * An expression that allows you to control the 'read-only' state of the table.
3858
3882
  * If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
@@ -4480,6 +4504,22 @@ declare module "sap/fe/macros/table/Table" {
4480
4504
  */
4481
4505
  personalization?: string | PropertyBindingInfo;
4482
4506
 
4507
+ /**
4508
+ * Defines the layout options of the table popins. Only applies to responsive tables.
4509
+ * Allowed values are `Block`, `GridLarge`, and `GridSmall`.
4510
+ *
4511
+ * - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
4512
+ * are rendered one below the other.
4513
+ *
4514
+ * - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
4515
+ * is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
4516
+ * popin row.
4517
+ *
4518
+ * - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
4519
+ * is small, so this layout allows more content to be rendered in a single popin row.
4520
+ */
4521
+ popinLayout?: string | PropertyBindingInfo;
4522
+
4483
4523
  /**
4484
4524
  * An expression that allows you to control the 'read-only' state of the table.
4485
4525
  * If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
@@ -5100,6 +5140,22 @@ declare module "sap/fe/macros/table/TreeTable.block" {
5100
5140
  */
5101
5141
  personalization?: string | PropertyBindingInfo;
5102
5142
 
5143
+ /**
5144
+ * Defines the layout options of the table popins. Only applies to responsive tables.
5145
+ * Allowed values are `Block`, `GridLarge`, and `GridSmall`.
5146
+ *
5147
+ * - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
5148
+ * are rendered one below the other.
5149
+ *
5150
+ * - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
5151
+ * is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
5152
+ * popin row.
5153
+ *
5154
+ * - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
5155
+ * is small, so this layout allows more content to be rendered in a single popin row.
5156
+ */
5157
+ popinLayout?: string | PropertyBindingInfo;
5158
+
5103
5159
  /**
5104
5160
  * An expression that allows you to control the 'read-only' state of the table.
5105
5161
  * If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
@@ -5760,6 +5816,22 @@ declare module "sap/fe/macros/table/TreeTable" {
5760
5816
  */
5761
5817
  personalization?: string | PropertyBindingInfo;
5762
5818
 
5819
+ /**
5820
+ * Defines the layout options of the table popins. Only applies to responsive tables.
5821
+ * Allowed values are `Block`, `GridLarge`, and `GridSmall`.
5822
+ *
5823
+ * - `Block`: Sets a block layout for rendering the table popins. The elements inside the popin container
5824
+ * are rendered one below the other.
5825
+ *
5826
+ * - `GridLarge`: Sets a grid layout for rendering the table popins. The grid width for each table popin
5827
+ * is comparatively larger than GridSmall, so this layout allows less content to be rendered in a single
5828
+ * popin row.
5829
+ *
5830
+ * - `GridSmall`: Sets a grid layout for rendering the table popins. The grid width for each table popin
5831
+ * is small, so this layout allows more content to be rendered in a single popin row.
5832
+ */
5833
+ popinLayout?: string | PropertyBindingInfo;
5834
+
5763
5835
  /**
5764
5836
  * An expression that allows you to control the 'read-only' state of the table.
5765
5837
  * If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -976,6 +976,18 @@ declare module "sap/fe/test/api/FilterBarActions" {
976
976
  */
977
977
  bApplyAutomatically?: string
978
978
  ): object;
979
+ /**
980
+ * Select a value from a filter field drop-down list.
981
+ *
982
+ *
983
+ * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
984
+ */
985
+ iSelectDropDownOption(
986
+ /**
987
+ * The new value to be selected from the drop-down list
988
+ */
989
+ vValue?: string
990
+ ): object;
979
991
  /**
980
992
  * Selects the chosen variant.
981
993
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}