@openui5/types 1.121.0 → 1.122.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,3 +1,3 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1593,8 +1593,6 @@ declare namespace sap {
1593
1593
 
1594
1594
  "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1595
1595
 
1596
- "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
1597
-
1598
1596
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
1599
1597
 
1600
1598
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1336,6 +1336,7 @@ declare module "sap/ui/integration/widgets/Card" {
1336
1336
  *
1337
1337
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1338
1338
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1339
+ * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1339
1340
  *
1340
1341
  * @since 1.70
1341
1342
  * @experimental (since 1.70)
@@ -1728,6 +1729,7 @@ declare module "sap/ui/integration/widgets/Card" {
1728
1729
  *
1729
1730
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1730
1731
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1732
+ * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
1731
1733
  *
1732
1734
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1733
1735
  *
@@ -2058,6 +2060,7 @@ declare module "sap/ui/integration/widgets/Card" {
2058
2060
  *
2059
2061
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2060
2062
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2063
+ * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
2061
2064
  *
2062
2065
  * @since 1.70
2063
2066
  * @experimental (since 1.70)
@@ -2404,6 +2407,7 @@ declare module "sap/ui/integration/widgets/Card" {
2404
2407
  /**
2405
2408
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2406
2409
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2410
+ * If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
2407
2411
  *
2408
2412
  * @since 1.70
2409
2413
  * @experimental (since 1.70)
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -453,7 +453,7 @@ declare module "sap/ui/layout/library" {
453
453
  * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
454
454
  * if it has large size
455
455
  *
456
- * Allowed values are numbers from 1 to 3.
456
+ * Allowed values are numbers from 1 to 4. **Note:** In versions lower than 1.122 only 3 columns are allowed.
457
457
  *
458
458
  * @since 1.56.0
459
459
  */
@@ -463,7 +463,7 @@ declare module "sap/ui/layout/library" {
463
463
  * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
464
464
  * if it has medium size
465
465
  *
466
- * Allowed values are numbers from 1 to 2.
466
+ * Allowed values are numbers from 1 to 3. **Note:** In versions lower than 1.122 only 2 columns are allowed.
467
467
  *
468
468
  * @since 1.56.0
469
469
  */
@@ -6154,7 +6154,7 @@ declare module "sap/ui/layout/form/ColumnLayout" {
6154
6154
  /**
6155
6155
  * The `ColumnLayout` control renders a {@link sap.ui.layout.form.Form Form} control in a column-based responsive
6156
6156
  * way. Depending on its size, the {@link sap.ui.layout.form.Form Form} control is divided into one or more
6157
- * columns. (XL - max. 4 columns, L - max. 3 columns, M - max. 2 columns and S - 1 column.)
6157
+ * columns. (XL - max. 6 columns, L - max. 4 columns, M - max. 3 columns and S - 1 column.)
6158
6158
  *
6159
6159
  * The {@link sap.ui.layout.form.FormContainer FormContainer} elements are spread out to the columns depending
6160
6160
  * on the number of {@link sap.ui.layout.form.FormContainer FormContainer} elements and their size. For
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1668,25 +1668,69 @@ declare module "sap/ui/mdc/odata/v4/ChartDelegate" {
1668
1668
  declare module "sap/ui/mdc/odata/v4/TableDelegate" {
1669
1669
  import TableDelegate1 from "sap/ui/mdc/TableDelegate";
1670
1670
 
1671
- import Table from "sap/ui/mdc/Table";
1671
+ import { default as Table, TablePropertyInfo } from "sap/ui/mdc/Table";
1672
1672
 
1673
1673
  import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
1674
1674
 
1675
1675
  import ListBinding from "sap/ui/model/ListBinding";
1676
1676
 
1677
1677
  /**
1678
- * Base delegate for {@link sap.ui.mdc.Table} and `ODataV4`.
1679
- *
1680
- * Extend this object in your project to use all functionalities of the table. For more information, please
1681
- * see {@link module:sap/ui/mdc/TableDelegate}.
1678
+ * Base delegate for {@link sap.ui.mdc.Table} and `ODataV4`. Extend this object in your project to use all
1679
+ * functionalities of the table. For more information, please see {@link module:sap/ui/mdc/TableDelegate}.
1682
1680
  *
1683
1681
  * **Note:** This base delegate supports the `p13nMode` `Aggregate` only if the table type is {@link sap.ui.mdc.table.GridTableType GridTable},
1684
1682
  * and the `p13nMode` `Group` is not supported if the table type is {@link sap.ui.mdc.table.TreeTableType TreeTable}.
1685
1683
  * This cannot be changed in your delegate implementation.
1684
+ * If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, and `p13nMode` `Group` or `p13nMode`
1685
+ * `Aggregate` is enabled, only groupable or aggregatable properties are loaded from the back end. Also,
1686
+ * the path of a property must not contain a `NavigationProperty`.
1686
1687
  *
1687
1688
  * @since 1.85
1688
1689
  */
1689
1690
  interface TableDelegate extends TableDelegate1 {
1691
+ /**
1692
+ * Retrieves information about the relevant properties.
1693
+ *
1694
+ * By default, this method returns a `Promise` that resolves with an empty array.
1695
+ *
1696
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1697
+ *
1698
+ * @returns A `Promise` that resolves with the property information
1699
+ */
1700
+ fetchProperties(
1701
+ /**
1702
+ * Instance of the table
1703
+ */
1704
+ oTable: Table
1705
+ ): Promise<TablePropertyInfo[]>;
1706
+ /**
1707
+ * Returns the keys of properties that should always be included in the result of the collection requested
1708
+ * from the back end. This information is applied when updating the table's binding.
1709
+ *
1710
+ * By default, this method returns an empty array.
1711
+ *
1712
+ * **Note:** If properties are provided in the table's {@link sap.ui.mdc.Table propertyInfo} property, the
1713
+ * properties whose keys are returned by this method must be included, otherwise they may not be in included
1714
+ * the result.
1715
+ * The path of a property must not be empty.
1716
+ * If a property is complex, the properties it references are taken into account.
1717
+ * If `autoExpandSelect` of the {@link sap.ui.model.odata.v4.ODataModel} is not enabled, this method must
1718
+ * return an empty array. If the table type is {@link sap.ui.mdc.table.GridTableType GridTable} and `p13nMode`
1719
+ * `Group` or `p13nMode` `Aggregate` is enabled, referenced properties, for example, properties that are
1720
+ * referenced via `text` or `unit`, are also included in the result. Please also see the restrictions in
1721
+ * the description of the {@link module:sap/ui/mdc/odata/v4/TableDelegate TableDelegate}.
1722
+ * For more information about properties, see {@link sap.ui.mdc.odata.v4.TablePropertyInfo PropertyInfo}.
1723
+ *
1724
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1725
+ *
1726
+ * @returns Property keys
1727
+ */
1728
+ getInResultPropertyKeys(
1729
+ /**
1730
+ * of the table
1731
+ */
1732
+ Instance: Table
1733
+ ): string[];
1690
1734
  /**
1691
1735
  * Updates the binding of the table with the binding info object returned from {@link module:sap/ui/mdc/TableDelegate.updateBindingInfo updateBindingInfo}.
1692
1736
  * If an update is not possible, it rebinds the table.
@@ -6041,6 +6085,13 @@ declare module "sap/ui/mdc/condition/Operator" {
6041
6085
  * can be used. `#tokenText#` refers to the `oConfiguration.tokenText` property if given.
6042
6086
  */
6043
6087
  tokenParse: string;
6088
+ /**
6089
+ * The string representation of the regular expression that is used to test if the given text meets the
6090
+ * operator. A placeholder that refers to the translated tokenText can be used. `#tokenText#` refers to
6091
+ * the `oConfiguration.tokenText` property if given.
6092
+ * If not provided, the `tokenParse` regular expression is used.
6093
+ */
6094
+ tokenTest?: string;
6044
6095
  /**
6045
6096
  * The string representation that is used by the operator to format a value into an output string. For the
6046
6097
  * value placeholder `{0}` and `{1}` are used. A placeholder that refers to the translated tokenText can
@@ -6816,7 +6867,7 @@ declare module "sap/ui/mdc/enums/ChartP13nMode" {
6816
6867
  declare module "sap/ui/mdc/enums/ChartToolbarActionType" {
6817
6868
  /**
6818
6869
  * Defines the types of chart actions in the toolbar.
6819
- * Can be used to remove some of the default `ToolbarAction`. For more information, see @link sap.ui.mdc.Chart#ignoreToolbarActions}.
6870
+ * Can be used to remove some of the default `ToolbarAction`. For more information, see {@link sap.ui.mdc.Chart#ignoreToolbarActions}.
6820
6871
  *
6821
6872
  * @since 1.115
6822
6873
  */
@@ -6841,7 +6892,7 @@ declare module "sap/ui/mdc/enums/ConditionValidated" {
6841
6892
  /**
6842
6893
  * Enumeration of the validated state of conditions
6843
6894
  *
6844
- * If a `Condition` is chosen from a field help or validated against a field help it is set to be validated.
6895
+ * If a `Condition` is chosen from a value help or validated against a value help it is set to be validated.
6845
6896
  * In this case the corresponding item in the value help is shown as selected.
6846
6897
  *
6847
6898
  * If the validated state of the `Condition` is undefined this means it is not defined if it is validated
@@ -7625,7 +7676,7 @@ declare module "sap/ui/mdc/enums/TableGrowingMode" {
7625
7676
  */
7626
7677
  enum TableGrowingMode {
7627
7678
  /**
7628
- * A More is shown with which the user can request to load more rows
7679
+ * A More button is shown with which the user can request to load more rows
7629
7680
  */
7630
7681
  Basic = "Basic",
7631
7682
  /**
@@ -13510,6 +13561,8 @@ declare module "sap/ui/mdc/link/LinkItem" {
13510
13561
  *
13511
13562
  * Defines the additional text of the item.
13512
13563
  *
13564
+ * Default value is `undefined`.
13565
+ *
13513
13566
  *
13514
13567
  * @returns Value of property `description`
13515
13568
  */
@@ -13517,7 +13570,8 @@ declare module "sap/ui/mdc/link/LinkItem" {
13517
13570
  /**
13518
13571
  * Gets current value of property {@link #getHref href}.
13519
13572
  *
13520
- * Destination link for a navigation operation in external format (used when opening in new tab).
13573
+ * Destination link for a navigation operation in external format (used when opening in new tab) using the
13574
+ * `hrefForExternal` method of the CrossApplicationNavigation service.
13521
13575
  *
13522
13576
  *
13523
13577
  * @returns Value of property `href`
@@ -13548,7 +13602,7 @@ declare module "sap/ui/mdc/link/LinkItem" {
13548
13602
  * Gets current value of property {@link #getInternalHref internalHref}.
13549
13603
  *
13550
13604
  * Destination link for a navigation operation in internal format provided by the SAP Fiori launchpad (used
13551
- * when navigation happens programmatically).
13605
+ * when navigation happens programmatically). Only for internal use
13552
13606
  *
13553
13607
  *
13554
13608
  * @returns Value of property `internalHref`
@@ -13559,14 +13613,28 @@ declare module "sap/ui/mdc/link/LinkItem" {
13559
13613
  *
13560
13614
  * Unique key of the `LinkItem` that is used for personalization.
13561
13615
  *
13616
+ * Default value is `undefined`.
13617
+ *
13562
13618
  *
13563
13619
  * @returns Value of property `key`
13564
13620
  */
13565
13621
  getKey(): string;
13622
+ /**
13623
+ * Gets current value of property {@link #getPress press}.
13624
+ *
13625
+ * Callback for `press` event.
13626
+ *
13627
+ * @since 1.122.0
13628
+ *
13629
+ * @returns Value of property `press`
13630
+ */
13631
+ getPress(): object;
13566
13632
  /**
13567
13633
  * Gets current value of property {@link #getTarget target}.
13568
13634
  *
13569
- * Determines the target of the `Link` and has to be used as the `target` of an html anchor.
13635
+ * Determines the target of the `Link` and has to be used as the `target` of an html anchor. The standard
13636
+ * values for the `target` property are: _self, _top, _blank, _parent, _search. Alternatively, a frame name
13637
+ * can be entered. This property is only used if the `href` property is set.
13570
13638
  *
13571
13639
  * Default value is `"_self"`.
13572
13640
  *
@@ -13590,6 +13658,8 @@ declare module "sap/ui/mdc/link/LinkItem" {
13590
13658
  *
13591
13659
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13592
13660
  *
13661
+ * Default value is `undefined`.
13662
+ *
13593
13663
  *
13594
13664
  * @returns Reference to `this` in order to allow method chaining
13595
13665
  */
@@ -13597,12 +13667,13 @@ declare module "sap/ui/mdc/link/LinkItem" {
13597
13667
  /**
13598
13668
  * New value for property `description`
13599
13669
  */
13600
- sDescription: string
13670
+ sDescription?: string
13601
13671
  ): this;
13602
13672
  /**
13603
13673
  * Sets a new value for property {@link #getHref href}.
13604
13674
  *
13605
- * Destination link for a navigation operation in external format (used when opening in new tab).
13675
+ * Destination link for a navigation operation in external format (used when opening in new tab) using the
13676
+ * `hrefForExternal` method of the CrossApplicationNavigation service.
13606
13677
  *
13607
13678
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13608
13679
  *
@@ -13613,7 +13684,7 @@ declare module "sap/ui/mdc/link/LinkItem" {
13613
13684
  /**
13614
13685
  * New value for property `href`
13615
13686
  */
13616
- sHref: string
13687
+ sHref?: string
13617
13688
  ): this;
13618
13689
  /**
13619
13690
  * Sets a new value for property {@link #getIcon icon}.
@@ -13654,7 +13725,7 @@ declare module "sap/ui/mdc/link/LinkItem" {
13654
13725
  * Sets a new value for property {@link #getInternalHref internalHref}.
13655
13726
  *
13656
13727
  * Destination link for a navigation operation in internal format provided by the SAP Fiori launchpad (used
13657
- * when navigation happens programmatically).
13728
+ * when navigation happens programmatically). Only for internal use
13658
13729
  *
13659
13730
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13660
13731
  *
@@ -13674,6 +13745,8 @@ declare module "sap/ui/mdc/link/LinkItem" {
13674
13745
  *
13675
13746
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13676
13747
  *
13748
+ * Default value is `undefined`.
13749
+ *
13677
13750
  *
13678
13751
  * @returns Reference to `this` in order to allow method chaining
13679
13752
  */
@@ -13681,12 +13754,31 @@ declare module "sap/ui/mdc/link/LinkItem" {
13681
13754
  /**
13682
13755
  * New value for property `key`
13683
13756
  */
13684
- sKey: string
13757
+ sKey?: string
13758
+ ): this;
13759
+ /**
13760
+ * Sets a new value for property {@link #getPress press}.
13761
+ *
13762
+ * Callback for `press` event.
13763
+ *
13764
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13765
+ *
13766
+ * @since 1.122.0
13767
+ *
13768
+ * @returns Reference to `this` in order to allow method chaining
13769
+ */
13770
+ setPress(
13771
+ /**
13772
+ * New value for property `press`
13773
+ */
13774
+ oPress?: object
13685
13775
  ): this;
13686
13776
  /**
13687
13777
  * Sets a new value for property {@link #getTarget target}.
13688
13778
  *
13689
- * Determines the target of the `Link` and has to be used as the `target` of an html anchor.
13779
+ * Determines the target of the `Link` and has to be used as the `target` of an html anchor. The standard
13780
+ * values for the `target` property are: _self, _top, _blank, _parent, _search. Alternatively, a frame name
13781
+ * can be entered. This property is only used if the `href` property is set.
13690
13782
  *
13691
13783
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13692
13784
  *
@@ -13715,7 +13807,7 @@ declare module "sap/ui/mdc/link/LinkItem" {
13715
13807
  /**
13716
13808
  * New value for property `text`
13717
13809
  */
13718
- sText: string
13810
+ sText?: string
13719
13811
  ): this;
13720
13812
  }
13721
13813
 
@@ -13736,18 +13828,21 @@ declare module "sap/ui/mdc/link/LinkItem" {
13736
13828
  description?: string | PropertyBindingInfo;
13737
13829
 
13738
13830
  /**
13739
- * Destination link for a navigation operation in external format (used when opening in new tab).
13831
+ * Destination link for a navigation operation in external format (used when opening in new tab) using the
13832
+ * `hrefForExternal` method of the CrossApplicationNavigation service.
13740
13833
  */
13741
13834
  href?: string | PropertyBindingInfo;
13742
13835
 
13743
13836
  /**
13744
13837
  * Destination link for a navigation operation in internal format provided by the SAP Fiori launchpad (used
13745
- * when navigation happens programmatically).
13838
+ * when navigation happens programmatically). Only for internal use
13746
13839
  */
13747
13840
  internalHref?: string | PropertyBindingInfo;
13748
13841
 
13749
13842
  /**
13750
- * Determines the target of the `Link` and has to be used as the `target` of an html anchor.
13843
+ * Determines the target of the `Link` and has to be used as the `target` of an html anchor. The standard
13844
+ * values for the `target` property are: _self, _top, _blank, _parent, _search. Alternatively, a frame name
13845
+ * can be entered. This property is only used if the `href` property is set.
13751
13846
  */
13752
13847
  target?: string | PropertyBindingInfo;
13753
13848
 
@@ -13761,6 +13856,13 @@ declare module "sap/ui/mdc/link/LinkItem" {
13761
13856
  * without any personalization.
13762
13857
  */
13763
13858
  initiallyVisible?: boolean | PropertyBindingInfo | `{${string}}`;
13859
+
13860
+ /**
13861
+ * Callback for `press` event.
13862
+ *
13863
+ * @since 1.122.0
13864
+ */
13865
+ press?: object | PropertyBindingInfo | `{${string}}`;
13764
13866
  }
13765
13867
  }
13766
13868
 
@@ -16545,7 +16647,7 @@ declare module "sap/ui/mdc/Table" {
16545
16647
  *
16546
16648
  * @since 1.111
16547
16649
  */
16548
- propertyInfo?: object[] | PropertyBindingInfo | `{${string}}`;
16650
+ propertyInfo?: object | PropertyBindingInfo | `{${string}}`;
16549
16651
 
16550
16652
  /**
16551
16653
  * Determines whether the toolbar is visible.
@@ -17096,7 +17198,14 @@ declare module "sap/ui/mdc/table/Column" {
17096
17198
  /**
17097
17199
  * Gets current value of property {@link #getMinWidth minWidth}.
17098
17200
  *
17099
- * Defines the minimum width of the column.
17201
+ * Defines the minimum width of the column. This property only takes effect if the column has a flexible
17202
+ * `width`, for example, a percentage value. The user can resize the column to a smaller width if {@link sap.ui.mdc.Table#getEnableColumnResize column resizing }
17203
+ * is enabled in the table.
17204
+ *
17205
+ * **Note:** If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the property
17206
+ * is used to influence the pop-in behavior: If the accumulated width of all columns is bigger than the
17207
+ * width of the table, then the least important column is moved into the pop-in area. For more information,
17208
+ * see {@link sap.ui.mdc.table.ResponsiveColumnSettings#getImportance ResponsiveColumnSettings}.
17100
17209
  *
17101
17210
  * Default value is `8`.
17102
17211
  *
@@ -17273,7 +17382,14 @@ declare module "sap/ui/mdc/table/Column" {
17273
17382
  /**
17274
17383
  * Sets a new value for property {@link #getMinWidth minWidth}.
17275
17384
  *
17276
- * Defines the minimum width of the column.
17385
+ * Defines the minimum width of the column. This property only takes effect if the column has a flexible
17386
+ * `width`, for example, a percentage value. The user can resize the column to a smaller width if {@link sap.ui.mdc.Table#getEnableColumnResize column resizing }
17387
+ * is enabled in the table.
17388
+ *
17389
+ * **Note:** If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the property
17390
+ * is used to influence the pop-in behavior: If the accumulated width of all columns is bigger than the
17391
+ * width of the table, then the least important column is moved into the pop-in area. For more information,
17392
+ * see {@link sap.ui.mdc.table.ResponsiveColumnSettings#getImportance ResponsiveColumnSettings}.
17277
17393
  *
17278
17394
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17279
17395
  *
@@ -17383,7 +17499,14 @@ declare module "sap/ui/mdc/table/Column" {
17383
17499
  width?: CSSSize | PropertyBindingInfo | `{${string}}`;
17384
17500
 
17385
17501
  /**
17386
- * Defines the minimum width of the column.
17502
+ * Defines the minimum width of the column. This property only takes effect if the column has a flexible
17503
+ * `width`, for example, a percentage value. The user can resize the column to a smaller width if {@link sap.ui.mdc.Table#getEnableColumnResize column resizing }
17504
+ * is enabled in the table.
17505
+ *
17506
+ * **Note:** If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the property
17507
+ * is used to influence the pop-in behavior: If the accumulated width of all columns is bigger than the
17508
+ * width of the table, then the least important column is moved into the pop-in area. For more information,
17509
+ * see {@link sap.ui.mdc.table.ResponsiveColumnSettings#getImportance ResponsiveColumnSettings}.
17387
17510
  *
17388
17511
  * @since 1.80
17389
17512
  */
@@ -18647,12 +18770,6 @@ declare module "sap/ui/mdc/table/ResponsiveColumnSettings" {
18647
18770
  /**
18648
18771
  * Constructor for a new `ResponsiveColumnSettings`.
18649
18772
  *
18650
- * Provides the following settings that are supported by the {@link sap.m.Column}:
18651
- *
18652
- *
18653
- * - importance
18654
- * - mergeFunction
18655
- *
18656
18773
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18657
18774
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18658
18775
  * of the syntax of the settings object.
@@ -18666,12 +18783,6 @@ declare module "sap/ui/mdc/table/ResponsiveColumnSettings" {
18666
18783
  /**
18667
18784
  * Constructor for a new `ResponsiveColumnSettings`.
18668
18785
  *
18669
- * Provides the following settings that are supported by the {@link sap.m.Column}:
18670
- *
18671
- *
18672
- * - importance
18673
- * - mergeFunction
18674
- *
18675
18786
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18676
18787
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18677
18788
  * of the syntax of the settings object.
@@ -20993,6 +21104,10 @@ declare module "sap/ui/mdc/ValueHelp" {
20993
21104
  * If set, the check is done case-sensitively
20994
21105
  */
20995
21106
  caseSensitive?: boolean;
21107
+ /**
21108
+ * If set, only exact matches are requested and no suggestions
21109
+ */
21110
+ exactMatch?: boolean;
20996
21111
  /**
20997
21112
  * Instance of the calling control
20998
21113
  */
@@ -25542,6 +25657,10 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
25542
25657
  * **Note:** Set the right selection mode (multiple selection or single selection) as it cannot be determined
25543
25658
  * automatically for every case. (For type-ahead and also for multi-value {@link sap.ui.mdc.FilterField FilterField }
25544
25659
  * controls, only single selection from the table might be wanted.)
25660
+ *
25661
+ * **Note:** In phone mode, the popover or dialog might be rendered differently than in desktop mode. So
25662
+ * here the configuration for column sizes or table sizes might be different. Please configure sizes depending
25663
+ * on the used device.
25545
25664
  */
25546
25665
  getTable(): Table;
25547
25666
  /**
@@ -25565,6 +25684,10 @@ declare module "sap/ui/mdc/valuehelp/content/MTable" {
25565
25684
  * **Note:** Set the right selection mode (multiple selection or single selection) as it cannot be determined
25566
25685
  * automatically for every case. (For type-ahead and also for multi-value {@link sap.ui.mdc.FilterField FilterField }
25567
25686
  * controls, only single selection from the table might be wanted.)
25687
+ *
25688
+ * **Note:** In phone mode, the popover or dialog might be rendered differently than in desktop mode. So
25689
+ * here the configuration for column sizes or table sizes might be different. Please configure sizes depending
25690
+ * on the used device.
25568
25691
  */
25569
25692
  table?: Table;
25570
25693
 
@@ -25995,8 +26118,6 @@ declare namespace sap {
25995
26118
 
25996
26119
  "sap/ui/mdc/odata/v4/ChartDelegate": undefined;
25997
26120
 
25998
- "sap/ui/mdc/odata/v4/FieldBaseDelegate": undefined;
25999
-
26000
26121
  "sap/ui/mdc/odata/v4/TableDelegate": undefined;
26001
26122
 
26002
26123
  "sap/ui/mdc/odata/v4/TypeMap": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -206,6 +206,13 @@ declare module "sap/ui/table/library" {
206
206
  Fixed = "Fixed",
207
207
  /**
208
208
  * The user can change the `visibleRowCount` by dragging a resizer.
209
+ *
210
+ * The following restrictions apply:
211
+ * - The functionality targets only the mouse interaction (drag and drop). There is no keyboard alternative
212
+ * available. An accessible alternative must be provided by applications, for example, by giving the user
213
+ * the possibility to enter the number of required rows in an input field.
214
+ * - The resize interaction is not optimized for touch devices from a design and interaction perspective.
215
+ * We do not recommend to use this mode in such scenarios.
209
216
  */
210
217
  Interactive = "Interactive",
211
218
  }
@@ -4905,6 +4912,13 @@ declare module "sap/ui/table/rowmodes/Interactive" {
4905
4912
  /**
4906
4913
  * The user can change the number of displayed rows by dragging a resizer.
4907
4914
  *
4915
+ * The following restrictions apply:
4916
+ * - The functionality targets only the mouse interaction (drag and drop). There is no keyboard alternative
4917
+ * available. An accessible alternative must be provided by applications, for example, by giving the user
4918
+ * the possibility to enter the number of required rows in an input field.
4919
+ * - The resize interaction is not optimized for touch devices from a design and interaction perspective.
4920
+ * We do not recommend to use this mode in such scenarios.
4921
+ *
4908
4922
  * @since 1.119
4909
4923
  */
4910
4924
  export default class Interactive extends RowMode {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -17880,7 +17880,7 @@ declare module "sap/ui/unified/Menu" {
17880
17880
  * Gets current value of property {@link #getEnabled enabled}.
17881
17881
  *
17882
17882
  * When a menu is disabled none of its items can be selected by the user. The enabled property of an item
17883
- * (@link sap.ui.unified.MenuItemBase#getEnabled) has no effect when the menu of the item is disabled.
17883
+ * {@link sap.ui.unified.MenuItemBase#getEnabled} has no effect when the menu of the item is disabled.
17884
17884
  *
17885
17885
  * Default value is `true`.
17886
17886
  *
@@ -18080,7 +18080,7 @@ declare module "sap/ui/unified/Menu" {
18080
18080
  * Sets a new value for property {@link #getEnabled enabled}.
18081
18081
  *
18082
18082
  * When a menu is disabled none of its items can be selected by the user. The enabled property of an item
18083
- * (@link sap.ui.unified.MenuItemBase#getEnabled) has no effect when the menu of the item is disabled.
18083
+ * {@link sap.ui.unified.MenuItemBase#getEnabled} has no effect when the menu of the item is disabled.
18084
18084
  *
18085
18085
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18086
18086
  *
@@ -18145,7 +18145,7 @@ declare module "sap/ui/unified/Menu" {
18145
18145
  export interface $MenuSettings extends $ControlSettings {
18146
18146
  /**
18147
18147
  * When a menu is disabled none of its items can be selected by the user. The enabled property of an item
18148
- * (@link sap.ui.unified.MenuItemBase#getEnabled) has no effect when the menu of the item is disabled.
18148
+ * {@link sap.ui.unified.MenuItemBase#getEnabled} has no effect when the menu of the item is disabled.
18149
18149
  */
18150
18150
  enabled?: boolean | PropertyBindingInfo | `{${string}}`;
18151
18151
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -2395,9 +2395,9 @@ declare module "sap/ui/ux3/DataSet" {
2395
2395
  */
2396
2396
  createViewSwitch(
2397
2397
  /**
2398
- * View
2398
+ * DataSet view
2399
2399
  */
2400
- oView: /* was: sap.m.Element */ any,
2400
+ oView: DataSetView,
2401
2401
  /**
2402
2402
  * Index of view
2403
2403
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.0
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**