@openui5/types 1.131.0 → 1.132.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/index.d.ts +1 -1
- package/types/sap.f.d.ts +103 -197
- package/types/sap.m.d.ts +408 -56
- 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 +363 -282
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -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 +439 -342
- package/types/sap.ui.rta.d.ts +3 -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 +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- 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.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.132.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1591,6 +1591,8 @@ declare namespace sap {
|
|
|
1591
1591
|
|
|
1592
1592
|
"sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
|
|
1593
1593
|
|
|
1594
|
+
"sap/ui/fl/apply/_internal/flexState/communication/FLPAboutInfo": undefined;
|
|
1595
|
+
|
|
1594
1596
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
|
|
1595
1597
|
|
|
1596
1598
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
|
|
@@ -1665,6 +1667,8 @@ declare namespace sap {
|
|
|
1665
1667
|
|
|
1666
1668
|
"sap/ui/fl/initial/_internal/StorageUtils": undefined;
|
|
1667
1669
|
|
|
1670
|
+
"sap/ui/fl/initial/api/InitialFlexAPI": undefined;
|
|
1671
|
+
|
|
1668
1672
|
"sap/ui/fl/interfaces/BaseLoadConnector": undefined;
|
|
1669
1673
|
|
|
1670
1674
|
"sap/ui/fl/interfaces/Delegate": undefined;
|
|
@@ -1691,6 +1695,8 @@ declare namespace sap {
|
|
|
1691
1695
|
|
|
1692
1696
|
"sap/ui/fl/variants/VariantManagement": undefined;
|
|
1693
1697
|
|
|
1698
|
+
"sap/ui/fl/variants/VariantManager": undefined;
|
|
1699
|
+
|
|
1694
1700
|
"sap/ui/fl/variants/VariantModel": undefined;
|
|
1695
1701
|
|
|
1696
1702
|
"sap/ui/fl/write/_internal/appVariant/AppVariant": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED