@openui5/types 1.142.0 → 1.143.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.142.0
1
+ // For Library Version: 1.143.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.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -4941,6 +4941,40 @@ declare module "sap/ui/table/RowActionItem" {
4941
4941
  * @returns Value of property `visible`
4942
4942
  */
4943
4943
  getVisible(): boolean;
4944
+ /**
4945
+ * Sets a new value for property {@link #getIcon icon}.
4946
+ *
4947
+ * The icon of the item.
4948
+ *
4949
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4950
+ *
4951
+ *
4952
+ * @returns Reference to `this` in order to allow method chaining
4953
+ */
4954
+ setIcon(
4955
+ /**
4956
+ * New value for property `icon`
4957
+ */
4958
+ sIcon?: URI
4959
+ ): this;
4960
+ /**
4961
+ * Sets a new value for property {@link #getText text}.
4962
+ *
4963
+ * The text of the item. It is used as tooltip and for accessibility purposes.
4964
+ *
4965
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4966
+ *
4967
+ * Default value is `empty string`.
4968
+ *
4969
+ *
4970
+ * @returns Reference to `this` in order to allow method chaining
4971
+ */
4972
+ setText(
4973
+ /**
4974
+ * New value for property `text`
4975
+ */
4976
+ sText?: string
4977
+ ): this;
4944
4978
  /**
4945
4979
  * Sets a new value for property {@link #getType type}.
4946
4980
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**