@openui5/ts-types 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 +214 -528
- package/types/sap.m.d.ts +607 -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 +1209 -376
- 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 -289
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +108 -21
- 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 +146 -1
- package/types/sap.ui.webc.common.d.ts +0 -173
- package/types/sap.ui.webc.fiori.d.ts +0 -16012
- package/types/sap.ui.webc.main.d.ts +0 -51158
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1353,6 +1353,8 @@ declare namespace sap {
|
|
|
1353
1353
|
|
|
1354
1354
|
"sap/ui/fl/apply/_internal/changes/descriptor/ovp/DeleteCard": undefined;
|
|
1355
1355
|
|
|
1356
|
+
"sap/ui/fl/apply/_internal/changes/descriptor/platform/SetUI5VersionNumber": undefined;
|
|
1357
|
+
|
|
1356
1358
|
"sap/ui/fl/apply/_internal/changes/descriptor/Registration": undefined;
|
|
1357
1359
|
|
|
1358
1360
|
"sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild": undefined;
|
|
@@ -1469,6 +1471,8 @@ declare namespace sap {
|
|
|
1469
1471
|
|
|
1470
1472
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1471
1473
|
|
|
1474
|
+
"sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
|
|
1475
|
+
|
|
1472
1476
|
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1473
1477
|
|
|
1474
1478
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
@@ -1543,6 +1547,8 @@ declare namespace sap {
|
|
|
1543
1547
|
|
|
1544
1548
|
"sap/ui/fl/write/_internal/connectors/SessionStorageConnector": undefined;
|
|
1545
1549
|
|
|
1550
|
+
"sap/ui/fl/write/_internal/connectors/SupportLocalStorageConnector": undefined;
|
|
1551
|
+
|
|
1546
1552
|
"sap/ui/fl/write/_internal/connectors/Utils": undefined;
|
|
1547
1553
|
|
|
1548
1554
|
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;
|
|
@@ -1575,6 +1581,8 @@ declare namespace sap {
|
|
|
1575
1581
|
|
|
1576
1582
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1577
1583
|
|
|
1584
|
+
"sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
|
|
1585
|
+
|
|
1578
1586
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1579
1587
|
|
|
1580
1588
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|