@openui5/ts-types 1.142.1 → 1.142.2
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/index.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +6 -6
- 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/index.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.142.
|
|
1
|
+
// For Library Version: 1.142.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/m/p13n/Engine" {
|
|
4
4
|
/**
|
|
@@ -40780,7 +40780,7 @@ declare namespace sap {
|
|
|
40780
40780
|
* - **ContentFit**: Each button is sized according to its content.
|
|
40781
40781
|
* - **EqualSized**: All buttons have equal width, regardless of their content.
|
|
40782
40782
|
*
|
|
40783
|
-
* @since 1.
|
|
40783
|
+
* @since 1.142.0
|
|
40784
40784
|
*/
|
|
40785
40785
|
contentMode?:
|
|
40786
40786
|
| sap.m.SegmentedButtonContentMode
|
|
@@ -130274,7 +130274,7 @@ declare namespace sap {
|
|
|
130274
130274
|
*
|
|
130275
130275
|
* Default value is `EqualSized`.
|
|
130276
130276
|
*
|
|
130277
|
-
* @since 1.
|
|
130277
|
+
* @since 1.142.0
|
|
130278
130278
|
*
|
|
130279
130279
|
* @returns Value of property `contentMode`
|
|
130280
130280
|
*/
|
|
@@ -130498,7 +130498,7 @@ declare namespace sap {
|
|
|
130498
130498
|
*
|
|
130499
130499
|
* Default value is `EqualSized`.
|
|
130500
130500
|
*
|
|
130501
|
-
* @since 1.
|
|
130501
|
+
* @since 1.142.0
|
|
130502
130502
|
*
|
|
130503
130503
|
* @returns Reference to `this` in order to allow method chaining
|
|
130504
130504
|
*/
|
|
@@ -168231,13 +168231,13 @@ declare namespace sap {
|
|
|
168231
168231
|
/**
|
|
168232
168232
|
* Each item fits its content and extra space is placed after the last item.
|
|
168233
168233
|
*
|
|
168234
|
-
* @since 1.
|
|
168234
|
+
* @since 1.142.0
|
|
168235
168235
|
*/
|
|
168236
168236
|
ContentFit = "ContentFit",
|
|
168237
168237
|
/**
|
|
168238
168238
|
* All items are sized equally to fill the available space.
|
|
168239
168239
|
*
|
|
168240
|
-
* @since 1.
|
|
168240
|
+
* @since 1.142.0
|
|
168241
168241
|
*/
|
|
168242
168242
|
EqualSized = "EqualSized",
|
|
168243
168243
|
}
|
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