@sapui5/ts-types 1.131.1 → 1.132.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 +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +8 -0
- package/types/sap.esh.search.ui.d.ts +38 -1
- package/types/sap.f.d.ts +95 -187
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +108 -101
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.131.0-d.ts → sap.m.d.ts} +390 -47
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +7 -2
- package/types/sap.rules.ui.d.ts +84 -1
- package/types/sap.sac.df.d.ts +978 -623
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.131.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.131.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +59 -5
- package/types/{core-1.131.0-d.ts → sap.ui.core.d.ts} +363 -282
- package/types/{dt-1.131.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.131.0-d.ts → sap.ui.mdc.d.ts} +330 -229
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- package/types/{ux3-1.131.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +100 -1
- package/types/sap.ui.vtm.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +5 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.export.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.132.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1406,6 +1406,8 @@ declare namespace sap {
|
|
|
1406
1406
|
|
|
1407
1407
|
"sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
|
|
1408
1408
|
|
|
1409
|
+
"sap/ui/fl/apply/_internal/flexState/communication/FLPAboutInfo": undefined;
|
|
1410
|
+
|
|
1409
1411
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
|
|
1410
1412
|
|
|
1411
1413
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
|
|
@@ -1480,6 +1482,8 @@ declare namespace sap {
|
|
|
1480
1482
|
|
|
1481
1483
|
"sap/ui/fl/initial/_internal/StorageUtils": undefined;
|
|
1482
1484
|
|
|
1485
|
+
"sap/ui/fl/initial/api/InitialFlexAPI": undefined;
|
|
1486
|
+
|
|
1483
1487
|
"sap/ui/fl/interfaces/BaseLoadConnector": undefined;
|
|
1484
1488
|
|
|
1485
1489
|
"sap/ui/fl/interfaces/Delegate": undefined;
|
|
@@ -1506,6 +1510,8 @@ declare namespace sap {
|
|
|
1506
1510
|
|
|
1507
1511
|
"sap/ui/fl/variants/VariantManagement": undefined;
|
|
1508
1512
|
|
|
1513
|
+
"sap/ui/fl/variants/VariantManager": undefined;
|
|
1514
|
+
|
|
1509
1515
|
"sap/ui/fl/variants/VariantModel": undefined;
|
|
1510
1516
|
|
|
1511
1517
|
"sap/ui/fl/write/_internal/appVariant/AppVariant": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1829,6 +1829,10 @@ declare namespace sap {
|
|
|
1829
1829
|
* An optional error message
|
|
1830
1830
|
*/
|
|
1831
1831
|
failedMsg: string;
|
|
1832
|
+
/**
|
|
1833
|
+
* If set to `true`, the delayed draft merge timer will not be cleared
|
|
1834
|
+
*/
|
|
1835
|
+
keepDraftMergeTimer?: boolean;
|
|
1832
1836
|
}
|
|
1833
1837
|
): Promise<any>;
|
|
1834
1838
|
}
|
|
@@ -2409,7 +2413,6 @@ declare namespace sap {
|
|
|
2409
2413
|
* can be both draft or active entities.
|
|
2410
2414
|
*
|
|
2411
2415
|
* @since 1.38
|
|
2412
|
-
* @experimental
|
|
2413
2416
|
*
|
|
2414
2417
|
* @returns A `Promise` that receives an array with the responses of the delete requests. The `Promise`
|
|
2415
2418
|
* resolves when at least one request was successful and rejects when all delete requests have been rejected/aborted.
|
|
@@ -2498,7 +2501,6 @@ declare namespace sap {
|
|
|
2498
2501
|
* Application Controller.
|
|
2499
2502
|
*
|
|
2500
2503
|
* @since 1.32.0
|
|
2501
|
-
* @experimental (since 1.32.0)
|
|
2502
2504
|
*/
|
|
2503
2505
|
class ApplicationController extends sap.ui.generic.app.transaction
|
|
2504
2506
|
.BaseController {
|
|
@@ -2552,8 +2554,6 @@ declare namespace sap {
|
|
|
2552
2554
|
static getMetadata(): sap.ui.base.Metadata;
|
|
2553
2555
|
/**
|
|
2554
2556
|
* Frees all resources claimed during the life-time of this instance.
|
|
2555
|
-
*
|
|
2556
|
-
* @experimental (since 1.32.0)
|
|
2557
2557
|
*/
|
|
2558
2558
|
destroy(): void;
|
|
2559
2559
|
/**
|
|
@@ -2593,7 +2593,6 @@ declare namespace sap {
|
|
|
2593
2593
|
* Creates a context for an action call (OData function import)
|
|
2594
2594
|
*
|
|
2595
2595
|
* @since 1.38
|
|
2596
|
-
* @experimental
|
|
2597
2596
|
*
|
|
2598
2597
|
* @returns A `map` that contains two Promises: `context` which provides the action-specific model context
|
|
2599
2598
|
* to the resolve function `result` which resolves when the success handler is called and rejects when the
|
|
@@ -2652,7 +2651,6 @@ declare namespace sap {
|
|
|
2652
2651
|
* Notifies the application controller of a change of a property. Please note that the method is not meant
|
|
2653
2652
|
* for productive use currently. It is experimental.
|
|
2654
2653
|
*
|
|
2655
|
-
* @experimental (since 1.32.0)
|
|
2656
2654
|
*
|
|
2657
2655
|
* @returns A `Promise` for asynchronous execution of the action
|
|
2658
2656
|
*/
|
|
@@ -2668,8 +2666,6 @@ declare namespace sap {
|
|
|
2668
2666
|
): Promise<any>;
|
|
2669
2667
|
/**
|
|
2670
2668
|
* Registers a change for the given group id.
|
|
2671
|
-
*
|
|
2672
|
-
* @experimental (since 1.32.0)
|
|
2673
2669
|
*/
|
|
2674
2670
|
registerGroupChange(
|
|
2675
2671
|
/**
|
|
@@ -2679,8 +2675,6 @@ declare namespace sap {
|
|
|
2679
2675
|
): void;
|
|
2680
2676
|
/**
|
|
2681
2677
|
* Registers the given view with the Application Controller.
|
|
2682
|
-
*
|
|
2683
|
-
* @experimental (since 1.32.0)
|
|
2684
2678
|
*/
|
|
2685
2679
|
registerView(
|
|
2686
2680
|
/**
|
package/types/sap.ui.layout.d.ts
CHANGED