@openui5/ts-types 1.120.37 → 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/ts-types",
3
- "version": "1.120.37",
3
+ "version": "1.120.38",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
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.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -40540,9 +40540,10 @@ declare namespace sap {
40540
40540
  | `{${string}}`;
40541
40541
 
40542
40542
  /**
40543
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
40543
+ * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
40544
+ * NewsContent.
40544
40545
  *
40545
- * @experimental (since 1.96)
40546
+ * @since 1.96
40546
40547
  */
40547
40548
  priority?:
40548
40549
  | sap.m.Priority
@@ -40550,9 +40551,10 @@ declare namespace sap {
40550
40551
  | `{${string}}`;
40551
40552
 
40552
40553
  /**
40553
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
40554
+ * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
40555
+ * Article Mode containing NewsContent.
40554
40556
  *
40555
- * @experimental (since 1.103)
40557
+ * @since 1.103
40556
40558
  */
40557
40559
  priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
40558
40560
 
@@ -142507,11 +142509,12 @@ declare namespace sap {
142507
142509
  /**
142508
142510
  * Gets current value of property {@link #getPriority priority}.
142509
142511
  *
142510
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
142512
+ * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
142513
+ * NewsContent.
142511
142514
  *
142512
142515
  * Default value is `None`.
142513
142516
  *
142514
- * @experimental (since 1.96)
142517
+ * @since 1.96
142515
142518
  *
142516
142519
  * @returns Value of property `priority`
142517
142520
  */
@@ -142519,9 +142522,10 @@ declare namespace sap {
142519
142522
  /**
142520
142523
  * Gets current value of property {@link #getPriorityText priorityText}.
142521
142524
  *
142522
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
142525
+ * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
142526
+ * Article Mode containing NewsContent.
142523
142527
  *
142524
- * @experimental (since 1.103)
142528
+ * @since 1.103
142525
142529
  *
142526
142530
  * @returns Value of property `priorityText`
142527
142531
  */
@@ -142645,40 +142649,28 @@ declare namespace sap {
142645
142649
  sFrameType?: sap.m.FrameType
142646
142650
  ): this;
142647
142651
  /**
142648
- * Sets a new value for property {@link #getPriority priority}.
142649
- *
142650
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
142651
- *
142652
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
142653
- *
142654
- * Default value is `None`.
142652
+ * Sets the priority of the tile content.
142655
142653
  *
142656
- * @experimental (since 1.96)
142657
142654
  *
142658
- * @returns Reference to `this` in order to allow method chaining
142655
+ * @returns Reference to the current instance for method chaining.
142659
142656
  */
142660
142657
  setPriority(
142661
142658
  /**
142662
- * New value for property `priority`
142659
+ * The priority level.
142663
142660
  */
142664
- sPriority?: sap.m.Priority
142661
+ sPriority: sap.m.Priority
142665
142662
  ): this;
142666
142663
  /**
142667
- * Sets a new value for property {@link #getPriorityText priorityText}.
142664
+ * Sets the text for the priority badge.
142668
142665
  *
142669
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
142670
142666
  *
142671
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
142672
- *
142673
- * @experimental (since 1.103)
142674
- *
142675
- * @returns Reference to `this` in order to allow method chaining
142667
+ * @returns Reference to the current instance for method chaining.
142676
142668
  */
142677
142669
  setPriorityText(
142678
142670
  /**
142679
- * New value for property `priorityText`
142671
+ * The text to be displayed on the badge.
142680
142672
  */
142681
- sPriorityText?: string
142673
+ sPriorityText: string
142682
142674
  ): this;
142683
142675
  /**
142684
142676
  * Setter for protected property to enable or disable content rendering. This function does not invalidate
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.37
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.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
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.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.38
2
2
 
3
3
  declare namespace sap {
4
4
  /**