@openui5/types 1.144.0 → 1.146.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/sap.f.d.ts +73 -526
- package/types/sap.m.d.ts +350 -29
- package/types/sap.tnt.d.ts +27 -26
- 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 +1181 -478
- 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 +65 -266
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +379 -51
- 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 +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +74 -3
- 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 +18 -8
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.146.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;
|
|
@@ -1669,6 +1671,8 @@ declare namespace sap {
|
|
|
1669
1671
|
|
|
1670
1672
|
"sap/ui/fl/initial/_internal/Storage": undefined;
|
|
1671
1673
|
|
|
1674
|
+
"sap/ui/fl/initial/_internal/StorageFeaturesMerger": undefined;
|
|
1675
|
+
|
|
1672
1676
|
"sap/ui/fl/initial/_internal/StorageUtils": undefined;
|
|
1673
1677
|
|
|
1674
1678
|
"sap/ui/fl/initial/api/InitialFlexAPI": undefined;
|
|
@@ -1691,6 +1695,8 @@ declare namespace sap {
|
|
|
1691
1695
|
|
|
1692
1696
|
"sap/ui/fl/transport/TransportDialog": undefined;
|
|
1693
1697
|
|
|
1698
|
+
"sap/ui/fl/util/CancelError": undefined;
|
|
1699
|
+
|
|
1694
1700
|
"sap/ui/fl/Utils": undefined;
|
|
1695
1701
|
|
|
1696
1702
|
"sap/ui/fl/variants/context/Component": undefined;
|
|
@@ -1731,6 +1737,8 @@ declare namespace sap {
|
|
|
1731
1737
|
|
|
1732
1738
|
"sap/ui/fl/write/_internal/connectors/SessionStorageConnector": undefined;
|
|
1733
1739
|
|
|
1740
|
+
"sap/ui/fl/write/_internal/connectors/SupportLocalStorageConnector": undefined;
|
|
1741
|
+
|
|
1734
1742
|
"sap/ui/fl/write/_internal/connectors/Utils": undefined;
|
|
1735
1743
|
|
|
1736
1744
|
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;
|