@openui5/types 1.113.0 → 1.114.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 +53 -1
- package/types/sap.m.d.ts +534 -1000
- 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 +1877 -1428
- 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 +2459 -2349
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +89 -7
- package/types/sap.ui.rta.d.ts +1 -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 +35 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +179 -141
- 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.114.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1504,6 +1504,8 @@ declare namespace sap {
|
|
|
1504
1504
|
|
|
1505
1505
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1506
1506
|
|
|
1507
|
+
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1508
|
+
|
|
1507
1509
|
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
1508
1510
|
|
|
1509
1511
|
"sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
|
|
@@ -1532,8 +1534,6 @@ declare namespace sap {
|
|
|
1532
1534
|
|
|
1533
1535
|
"sap/ui/fl/FlexControllerFactory": undefined;
|
|
1534
1536
|
|
|
1535
|
-
"sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem": undefined;
|
|
1536
|
-
|
|
1537
1537
|
"sap/ui/fl/initial/_internal/connectors/BackendConnector": undefined;
|
|
1538
1538
|
|
|
1539
1539
|
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;
|