@openui5/ts-types-esm 1.145.1 → 1.147.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 +0 -3
- package/types/sap.f.d.ts +220 -527
- package/types/sap.m.d.ts +596 -48
- package/types/sap.tnt.d.ts +9 -19
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1214 -396
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +9 -1
- package/types/sap.ui.integration.d.ts +87 -290
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +113 -22
- 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 +2 -2
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +41 -11
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- package/types/sap.ui.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
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.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1545,6 +1545,8 @@ declare namespace sap {
|
|
|
1545
1545
|
|
|
1546
1546
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard": undefined;
|
|
1547
1547
|
|
|
1548
|
+
"sap/ui/fl/apply/_internal/changes/descriptor/platform/SetUI5VersionNumber": undefined;
|
|
1549
|
+
|
|
1548
1550
|
"sap/ui/fl/apply/_internal/changes/descriptor/Registration": undefined;
|
|
1549
1551
|
|
|
1550
1552
|
"sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild": undefined;
|
|
@@ -1661,6 +1663,8 @@ declare namespace sap {
|
|
|
1661
1663
|
|
|
1662
1664
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1663
1665
|
|
|
1666
|
+
"sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
|
|
1667
|
+
|
|
1664
1668
|
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1665
1669
|
|
|
1666
1670
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
@@ -1735,6 +1739,8 @@ declare namespace sap {
|
|
|
1735
1739
|
|
|
1736
1740
|
"sap/ui/fl/write/_internal/connectors/SessionStorageConnector": undefined;
|
|
1737
1741
|
|
|
1742
|
+
"sap/ui/fl/write/_internal/connectors/SupportLocalStorageConnector": undefined;
|
|
1743
|
+
|
|
1738
1744
|
"sap/ui/fl/write/_internal/connectors/Utils": undefined;
|
|
1739
1745
|
|
|
1740
1746
|
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;
|
|
@@ -1767,6 +1773,8 @@ declare namespace sap {
|
|
|
1767
1773
|
|
|
1768
1774
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1769
1775
|
|
|
1776
|
+
"sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
|
|
1777
|
+
|
|
1770
1778
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1771
1779
|
|
|
1772
1780
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|