@openui5/types 1.131.1 → 1.132.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
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;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";