@sapui5/ts-types-esm 1.132.1 → 1.134.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.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- 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 +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -139,11 +139,14 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
139
139
|
|
|
140
140
|
import Context1 from "sap/ui/model/odata/v4/Context";
|
|
141
141
|
|
|
142
|
+
import { WatcherCallback } from "sap/fe/core/controls/DataWatcher";
|
|
143
|
+
|
|
142
144
|
/**
|
|
143
145
|
* Common Extension API for all pages of SAP Fiori elements for OData V4.
|
|
144
146
|
* To correctly integrate your app extension coding with SAP Fiori elements, use only the extensionAPI of
|
|
145
147
|
* SAP Fiori elements. Don't access or manipulate controls, properties, models, or other internal objects
|
|
146
148
|
* created by the SAP Fiori elements framework.
|
|
149
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/controllerExtensions/controllerExtensionsOverview Overview of Building Block}
|
|
147
150
|
*
|
|
148
151
|
*
|
|
149
152
|
* @since 1.79.0
|
|
@@ -296,6 +299,19 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
296
299
|
* @returns A promise that resolves with the new app state object.
|
|
297
300
|
*/
|
|
298
301
|
updateAppState(): Promise<object | void>;
|
|
302
|
+
/**
|
|
303
|
+
* Watch a property from the main page context and trigger a callback when the value changes.
|
|
304
|
+
*/
|
|
305
|
+
watchProperty(
|
|
306
|
+
/**
|
|
307
|
+
* The name of the property to watch
|
|
308
|
+
*/
|
|
309
|
+
propertyName: string,
|
|
310
|
+
/**
|
|
311
|
+
* The callback to trigger when the value changes
|
|
312
|
+
*/
|
|
313
|
+
callback: WatcherCallback
|
|
314
|
+
): void;
|
|
299
315
|
}
|
|
300
316
|
}
|
|
301
317
|
|
|
@@ -356,13 +372,13 @@ declare module "sap/fe/core/buildingBlocks/BuildingBlock" {
|
|
|
356
372
|
* Instead, only its child will be there and this control will forward all DOM related instruction to it.
|
|
357
373
|
*
|
|
358
374
|
* @since 1.121.0
|
|
359
|
-
* @experimental
|
|
375
|
+
* @experimental As of version 1.121.0.
|
|
360
376
|
*/
|
|
361
377
|
export default class BuildingBlock extends BuildingBlockBase {}
|
|
362
378
|
/**
|
|
363
379
|
* Describes the settings that can be provided to the BuildingBlock constructor.
|
|
364
380
|
*
|
|
365
|
-
* @experimental
|
|
381
|
+
* @experimental As of version 1.121.0.
|
|
366
382
|
*/
|
|
367
383
|
export interface $BuildingBlockSettings extends $BuildingBlockBaseSettings {}
|
|
368
384
|
}
|
|
@@ -469,7 +485,7 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
469
485
|
* NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async',
|
|
470
486
|
* or 'Deferred' is used
|
|
471
487
|
*
|
|
472
|
-
* Inline - The creation is done
|
|
488
|
+
* Inline - The creation is done within the table. Not supported on a List Report
|
|
473
489
|
*
|
|
474
490
|
* External - The creation is done in a different application specified by the parameter 'outbound'
|
|
475
491
|
*
|
|
@@ -573,7 +589,12 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
573
589
|
*
|
|
574
590
|
* @since 1.90.0
|
|
575
591
|
*
|
|
576
|
-
* @returns A promise which resolves once the action has been executed,
|
|
592
|
+
* @returns A promise which resolves once the action has been executed. If resolved, the promise returns:
|
|
593
|
+
* - If the parameter contexts is an array: an array of objects, each object containing a key "status",
|
|
594
|
+
* as well as "value" referencing the action status and the context
|
|
595
|
+
* - If the parameter contexts is not an array: a single context
|
|
596
|
+
* The context(s) provided in the promise is (are) either the return value context of the action or the
|
|
597
|
+
* bound context if the return value is undefined.
|
|
577
598
|
*/
|
|
578
599
|
invokeAction(
|
|
579
600
|
/**
|
|
@@ -618,7 +639,7 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
618
639
|
*/
|
|
619
640
|
skipParameterDialog?: boolean;
|
|
620
641
|
}
|
|
621
|
-
): Promise<
|
|
642
|
+
): Promise<object[] | Context>;
|
|
622
643
|
/**
|
|
623
644
|
* This function can be used to execute code after the 'Create' action.
|
|
624
645
|
* You can execute custom coding in this function.
|
|
@@ -934,6 +955,7 @@ declare module "sap/fe/core/controllerextensions/IntentBasedNavigation" {
|
|
|
934
955
|
|
|
935
956
|
/**
|
|
936
957
|
* Controller extension providing hooks for intent-based navigation
|
|
958
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/controllerExtensions/intentBasedNavigation Overview of Building Blocks}
|
|
937
959
|
*
|
|
938
960
|
* @since 1.86.0
|
|
939
961
|
*/
|
|
@@ -994,7 +1016,7 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
994
1016
|
* A controller extension offering message handling.
|
|
995
1017
|
*
|
|
996
1018
|
* @since 1.90.0
|
|
997
|
-
* @experimental
|
|
1019
|
+
* @experimental As of version 1.90.0.
|
|
998
1020
|
*/
|
|
999
1021
|
export default class MessageHandler extends ControllerExtension {
|
|
1000
1022
|
/**
|
|
@@ -1007,7 +1029,7 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
1007
1029
|
* toast is shown instead.
|
|
1008
1030
|
*
|
|
1009
1031
|
* @since 1.90.0
|
|
1010
|
-
* @experimental
|
|
1032
|
+
* @experimental As of version 1.90.0.
|
|
1011
1033
|
*
|
|
1012
1034
|
* @returns A promise that is resolved once the user closes the dialog. If there are no messages
|
|
1013
1035
|
* to be shown, the promise is resolved immediately
|
|
@@ -1476,8 +1498,6 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
|
|
|
1476
1498
|
): void;
|
|
1477
1499
|
/**
|
|
1478
1500
|
* Retrieve the view state of this extensions view.
|
|
1479
|
-
* When this function is called more than once before finishing, all but the final response will resolve
|
|
1480
|
-
* to `undefined`.
|
|
1481
1501
|
*
|
|
1482
1502
|
*
|
|
1483
1503
|
* @returns A promise resolving the view state
|
|
@@ -1507,6 +1527,13 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
|
|
|
1507
1527
|
};
|
|
1508
1528
|
}
|
|
1509
1529
|
|
|
1530
|
+
declare module "sap/fe/core/controls/DataWatcher" {
|
|
1531
|
+
/**
|
|
1532
|
+
* A callback function that is called when the value of the watched property changes.
|
|
1533
|
+
*/
|
|
1534
|
+
export type WatcherCallback = {};
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1510
1537
|
declare module "sap/fe/core/fpm/Component" {
|
|
1511
1538
|
import AppComponent from "sap/fe/core/AppComponent";
|
|
1512
1539
|
|
|
@@ -1536,7 +1563,7 @@ declare module "sap/fe/core/fpm/Component" {
|
|
|
1536
1563
|
*
|
|
1537
1564
|
*
|
|
1538
1565
|
* @since 1.92.0
|
|
1539
|
-
* @experimental
|
|
1566
|
+
* @experimental As of version 1.92.0.
|
|
1540
1567
|
*/
|
|
1541
1568
|
export default class Component
|
|
1542
1569
|
extends /* was: sap.fe.core.TemplateComponent */ Object
|
|
@@ -1603,6 +1630,8 @@ declare namespace sap {
|
|
|
1603
1630
|
|
|
1604
1631
|
"sap/fe/core/controllerextensions/ViewState": undefined;
|
|
1605
1632
|
|
|
1633
|
+
"sap/fe/core/controls/DataWatcher": undefined;
|
|
1634
|
+
|
|
1606
1635
|
"sap/fe/core/ExtensionAPI": undefined;
|
|
1607
1636
|
|
|
1608
1637
|
"sap/fe/core/fpm/Component": undefined;
|
package/types/sap.fe.ina.d.ts
CHANGED