@openui5/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 +159 -175
- package/types/sap.m.d.ts +2014 -1117
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.core.d.ts +693 -718
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- 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 +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uxap.d.ts +33 -51
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 module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -114,7 +114,7 @@ declare module "sap/ui/fl/transport/TransportDialog" {
|
|
|
114
114
|
* transport request. It is not a generic utility, but part of the Variantmanament and therefore cannot
|
|
115
115
|
* be used in any other application.
|
|
116
116
|
*
|
|
117
|
-
* @deprecated
|
|
117
|
+
* @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
|
|
118
118
|
* library.
|
|
119
119
|
*/
|
|
120
120
|
export default class TransportDialog extends Dialog {
|
|
@@ -190,7 +190,7 @@ declare module "sap/ui/fl/transport/TransportDialog" {
|
|
|
190
190
|
/**
|
|
191
191
|
* Describes the settings that can be provided to the TransportDialog constructor.
|
|
192
192
|
*
|
|
193
|
-
* @deprecated
|
|
193
|
+
* @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
|
|
194
194
|
* library.
|
|
195
195
|
*/
|
|
196
196
|
export interface $TransportDialogSettings extends $DialogSettings {}
|
|
@@ -761,7 +761,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
761
761
|
*
|
|
762
762
|
* @returns Value of property `headerLevel`
|
|
763
763
|
*/
|
|
764
|
-
getHeaderLevel(): TitleLevel
|
|
764
|
+
getHeaderLevel(): TitleLevel;
|
|
765
765
|
/**
|
|
766
766
|
* Gets current value of property {@link #getInErrorState inErrorState}.
|
|
767
767
|
*
|
|
@@ -853,7 +853,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
853
853
|
*
|
|
854
854
|
* @returns Value of property `titleStyle`
|
|
855
855
|
*/
|
|
856
|
-
getTitleStyle(): TitleLevel
|
|
856
|
+
getTitleStyle(): TitleLevel;
|
|
857
857
|
/**
|
|
858
858
|
* Gets current value of property {@link #getUpdateVariantInURL updateVariantInURL}.
|
|
859
859
|
*
|