@openui5/ts-types 1.132.1 → 1.133.1
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 +127 -127
- package/types/sap.m.d.ts +1685 -729
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +621 -588
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uxap.d.ts +14 -14
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1230,7 +1230,7 @@ declare namespace sap {
|
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Describes the settings that can be provided to the TransportDialog constructor.
|
|
1232
1232
|
*
|
|
1233
|
-
* @deprecated
|
|
1233
|
+
* @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
|
|
1234
1234
|
* library.
|
|
1235
1235
|
*/
|
|
1236
1236
|
interface $TransportDialogSettings extends sap.m.$DialogSettings {}
|
|
@@ -1240,7 +1240,7 @@ declare namespace sap {
|
|
|
1240
1240
|
* transport request. It is not a generic utility, but part of the Variantmanament and therefore cannot
|
|
1241
1241
|
* be used in any other application.
|
|
1242
1242
|
*
|
|
1243
|
-
* @deprecated
|
|
1243
|
+
* @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
|
|
1244
1244
|
* library.
|
|
1245
1245
|
*/
|
|
1246
1246
|
class TransportDialog extends sap.m.Dialog {
|