@openui5/ts-types 1.120.37 → 1.120.39

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.39",
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.39
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.39
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
 
@@ -45329,6 +45331,11 @@ declare namespace sap {
45329
45331
  * The end date as a UI5Date or JavaScript Date object of the focused grid cell.
45330
45332
  */
45331
45333
  endDate?: object;
45334
+
45335
+ /**
45336
+ * The original browser event.
45337
+ */
45338
+ originalEvent?: object;
45332
45339
  }
45333
45340
 
45334
45341
  /**
@@ -142507,11 +142514,12 @@ declare namespace sap {
142507
142514
  /**
142508
142515
  * Gets current value of property {@link #getPriority priority}.
142509
142516
  *
142510
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
142517
+ * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
142518
+ * NewsContent.
142511
142519
  *
142512
142520
  * Default value is `None`.
142513
142521
  *
142514
- * @experimental (since 1.96)
142522
+ * @since 1.96
142515
142523
  *
142516
142524
  * @returns Value of property `priority`
142517
142525
  */
@@ -142519,9 +142527,10 @@ declare namespace sap {
142519
142527
  /**
142520
142528
  * Gets current value of property {@link #getPriorityText priorityText}.
142521
142529
  *
142522
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
142530
+ * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
142531
+ * Article Mode containing NewsContent.
142523
142532
  *
142524
- * @experimental (since 1.103)
142533
+ * @since 1.103
142525
142534
  *
142526
142535
  * @returns Value of property `priorityText`
142527
142536
  */
@@ -142645,40 +142654,28 @@ declare namespace sap {
142645
142654
  sFrameType?: sap.m.FrameType
142646
142655
  ): this;
142647
142656
  /**
142648
- * Sets a new value for property {@link #getPriority priority}.
142657
+ * Sets the priority of the tile content.
142649
142658
  *
142650
- * Adds a priority badge before the content. Works only in Generic Tile ActionMode.
142651
142659
  *
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`.
142655
- *
142656
- * @experimental (since 1.96)
142657
- *
142658
- * @returns Reference to `this` in order to allow method chaining
142660
+ * @returns Reference to the current instance for method chaining.
142659
142661
  */
142660
142662
  setPriority(
142661
142663
  /**
142662
- * New value for property `priority`
142664
+ * The priority level.
142663
142665
  */
142664
- sPriority?: sap.m.Priority
142666
+ sPriority: sap.m.Priority
142665
142667
  ): this;
142666
142668
  /**
142667
- * Sets a new value for property {@link #getPriorityText priorityText}.
142668
- *
142669
- * Sets the Text inside the Priority badge in Generic Tile ActionMode.
142670
- *
142671
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
142669
+ * Sets the text for the priority badge.
142672
142670
  *
142673
- * @experimental (since 1.103)
142674
142671
  *
142675
- * @returns Reference to `this` in order to allow method chaining
142672
+ * @returns Reference to the current instance for method chaining.
142676
142673
  */
142677
142674
  setPriorityText(
142678
142675
  /**
142679
- * New value for property `priorityText`
142676
+ * The text to be displayed on the badge.
142680
142677
  */
142681
- sPriorityText?: string
142678
+ sPriorityText: string
142682
142679
  ): this;
142683
142680
  /**
142684
142681
  * 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.39
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.39
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.39
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.39
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.39
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.37
1
+ // For Library Version: 1.120.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
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.39
2
2
 
3
3
  declare namespace sap {
4
4
  /**