@openui5/ts-types 1.144.0 → 1.145.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 +1 -1
- package/types/sap.m.d.ts +29 -12
- package/types/sap.tnt.d.ts +19 -11
- 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 +140 -97
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -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 +356 -49
- 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 +5 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +42 -1
- 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.145.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1477,6 +1477,8 @@ declare namespace sap {
|
|
|
1477
1477
|
|
|
1478
1478
|
"sap/ui/fl/initial/_internal/Storage": undefined;
|
|
1479
1479
|
|
|
1480
|
+
"sap/ui/fl/initial/_internal/StorageFeaturesMerger": undefined;
|
|
1481
|
+
|
|
1480
1482
|
"sap/ui/fl/initial/_internal/StorageUtils": undefined;
|
|
1481
1483
|
|
|
1482
1484
|
"sap/ui/fl/initial/api/InitialFlexAPI": undefined;
|
|
@@ -1499,6 +1501,8 @@ declare namespace sap {
|
|
|
1499
1501
|
|
|
1500
1502
|
"sap/ui/fl/transport/TransportDialog": undefined;
|
|
1501
1503
|
|
|
1504
|
+
"sap/ui/fl/util/CancelError": undefined;
|
|
1505
|
+
|
|
1502
1506
|
"sap/ui/fl/Utils": undefined;
|
|
1503
1507
|
|
|
1504
1508
|
"sap/ui/fl/variants/context/Component": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED