@openui5/types 1.120.36 → 1.120.38

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/types",
3
- "version": "1.120.36",
3
+ "version": "1.120.38",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -138994,11 +138994,12 @@ declare module "sap/m/TileContent" {
138994
138994
  /**
138995
138995
  * Gets current value of property {@link #getPriority priority}.
138996
138996
  *
138997
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
138997
+ * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
138998
+ * NewsContent.
138998
138999
  *
138999
139000
  * Default value is `None`.
139000
139001
  *
139001
- * @experimental (since 1.96)
139002
+ * @since 1.96
139002
139003
  *
139003
139004
  * @returns Value of property `priority`
139004
139005
  */
@@ -139006,9 +139007,10 @@ declare module "sap/m/TileContent" {
139006
139007
  /**
139007
139008
  * Gets current value of property {@link #getPriorityText priorityText}.
139008
139009
  *
139009
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
139010
+ * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
139011
+ * Article Mode containing NewsContent.
139010
139012
  *
139011
- * @experimental (since 1.103)
139013
+ * @since 1.103
139012
139014
  *
139013
139015
  * @returns Value of property `priorityText`
139014
139016
  */
@@ -139132,40 +139134,28 @@ declare module "sap/m/TileContent" {
139132
139134
  sFrameType?: FrameType | keyof typeof FrameType
139133
139135
  ): this;
139134
139136
  /**
139135
- * Sets a new value for property {@link #getPriority priority}.
139136
- *
139137
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
139137
+ * Sets the priority of the tile content.
139138
139138
  *
139139
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
139140
- *
139141
- * Default value is `None`.
139142
139139
  *
139143
- * @experimental (since 1.96)
139144
- *
139145
- * @returns Reference to `this` in order to allow method chaining
139140
+ * @returns Reference to the current instance for method chaining.
139146
139141
  */
139147
139142
  setPriority(
139148
139143
  /**
139149
- * New value for property `priority`
139144
+ * The priority level.
139150
139145
  */
139151
- sPriority?: Priority | keyof typeof Priority
139146
+ sPriority: Priority | keyof typeof Priority
139152
139147
  ): this;
139153
139148
  /**
139154
- * Sets a new value for property {@link #getPriorityText priorityText}.
139155
- *
139156
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
139149
+ * Sets the text for the priority badge.
139157
139150
  *
139158
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
139159
- *
139160
- * @experimental (since 1.103)
139161
139151
  *
139162
- * @returns Reference to `this` in order to allow method chaining
139152
+ * @returns Reference to the current instance for method chaining.
139163
139153
  */
139164
139154
  setPriorityText(
139165
139155
  /**
139166
- * New value for property `priorityText`
139156
+ * The text to be displayed on the badge.
139167
139157
  */
139168
- sPriorityText?: string
139158
+ sPriorityText: string
139169
139159
  ): this;
139170
139160
  /**
139171
139161
  * Setter for protected property to enable or disable content rendering. This function does not invalidate
@@ -139306,9 +139296,10 @@ declare module "sap/m/TileContent" {
139306
139296
  | `{${string}}`;
139307
139297
 
139308
139298
  /**
139309
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
139299
+ * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
139300
+ * NewsContent.
139310
139301
  *
139311
- * @experimental (since 1.96)
139302
+ * @since 1.96
139312
139303
  */
139313
139304
  priority?:
139314
139305
  | (Priority | keyof typeof Priority)
@@ -139316,9 +139307,10 @@ declare module "sap/m/TileContent" {
139316
139307
  | `{${string}}`;
139317
139308
 
139318
139309
  /**
139319
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
139310
+ * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
139311
+ * Article Mode containing NewsContent.
139320
139312
  *
139321
- * @experimental (since 1.103)
139313
+ * @since 1.103
139322
139314
  */
139323
139315
  priorityText?: string | PropertyBindingInfo;
139324
139316
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.36
283
+ // For Library Version: 1.120.38
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
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.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.36
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**