@openui5/ts-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 +95 -187
- package/types/sap.m.d.ts +390 -47
- 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 +330 -229
- 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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1406,6 +1406,8 @@ declare namespace sap {
|
|
|
1406
1406
|
|
|
1407
1407
|
"sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
|
|
1408
1408
|
|
|
1409
|
+
"sap/ui/fl/apply/_internal/flexState/communication/FLPAboutInfo": undefined;
|
|
1410
|
+
|
|
1409
1411
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
|
|
1410
1412
|
|
|
1411
1413
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
|
|
@@ -1480,6 +1482,8 @@ declare namespace sap {
|
|
|
1480
1482
|
|
|
1481
1483
|
"sap/ui/fl/initial/_internal/StorageUtils": undefined;
|
|
1482
1484
|
|
|
1485
|
+
"sap/ui/fl/initial/api/InitialFlexAPI": undefined;
|
|
1486
|
+
|
|
1483
1487
|
"sap/ui/fl/interfaces/BaseLoadConnector": undefined;
|
|
1484
1488
|
|
|
1485
1489
|
"sap/ui/fl/interfaces/Delegate": undefined;
|
|
@@ -1506,6 +1510,8 @@ declare namespace sap {
|
|
|
1506
1510
|
|
|
1507
1511
|
"sap/ui/fl/variants/VariantManagement": undefined;
|
|
1508
1512
|
|
|
1513
|
+
"sap/ui/fl/variants/VariantManager": undefined;
|
|
1514
|
+
|
|
1509
1515
|
"sap/ui/fl/variants/VariantModel": undefined;
|
|
1510
1516
|
|
|
1511
1517
|
"sap/ui/fl/write/_internal/appVariant/AppVariant": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED