@openui5/ts-types 1.139.0 → 1.141.0
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 +102 -10
- package/types/sap.m.d.ts +457 -25
- package/types/sap.tnt.d.ts +5 -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 +280 -162
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -9
- package/types/sap.ui.integration.d.ts +13 -13
- package/types/sap.ui.layout.d.ts +5102 -5062
- package/types/sap.ui.mdc.d.ts +65 -25
- 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 +575 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +53 -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/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -3317,6 +3317,10 @@ declare namespace sap {
|
|
|
3317
3317
|
* "Dialog" illustration type.
|
|
3318
3318
|
*/
|
|
3319
3319
|
Dialog = "tnt-Dialog",
|
|
3320
|
+
/**
|
|
3321
|
+
* "EmptyContentPane" illustration type.
|
|
3322
|
+
*/
|
|
3323
|
+
EmptyContentPane = "tnt-EmptyContentPane",
|
|
3320
3324
|
/**
|
|
3321
3325
|
* "ExternalLink" illustration type.
|
|
3322
3326
|
*/
|