@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +21 -29
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
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
|
|
40543
|
+
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
40544
|
+
* NewsContent.
|
|
40544
40545
|
*
|
|
40545
|
-
* @
|
|
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
|
-
* @
|
|
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
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
|
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
|
|
142655
|
+
* @returns Reference to the current instance for method chaining.
|
|
142659
142656
|
*/
|
|
142660
142657
|
setPriority(
|
|
142661
142658
|
/**
|
|
142662
|
-
*
|
|
142659
|
+
* The priority level.
|
|
142663
142660
|
*/
|
|
142664
|
-
sPriority
|
|
142661
|
+
sPriority: sap.m.Priority
|
|
142665
142662
|
): this;
|
|
142666
142663
|
/**
|
|
142667
|
-
* Sets
|
|
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
|
-
*
|
|
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
|
-
*
|
|
142671
|
+
* The text to be displayed on the badge.
|
|
142680
142672
|
*/
|
|
142681
|
-
sPriorityText
|
|
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
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED