@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +26 -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.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
|
|
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
|
|
|
@@ -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
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
142664
|
+
* The priority level.
|
|
142663
142665
|
*/
|
|
142664
|
-
sPriority
|
|
142666
|
+
sPriority: sap.m.Priority
|
|
142665
142667
|
): this;
|
|
142666
142668
|
/**
|
|
142667
|
-
* Sets
|
|
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
|
|
142672
|
+
* @returns Reference to the current instance for method chaining.
|
|
142676
142673
|
*/
|
|
142677
142674
|
setPriorityText(
|
|
142678
142675
|
/**
|
|
142679
|
-
*
|
|
142676
|
+
* The text to be displayed on the badge.
|
|
142680
142677
|
*/
|
|
142681
|
-
sPriorityText
|
|
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
|
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