@sapui5/ts-types-esm 1.139.0 → 1.141.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 +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 +0 -1623
- package/types/sap.esh.search.ui.d.ts +384 -1
- package/types/sap.f.d.ts +102 -13
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -5
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +98 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +369 -51
- package/types/sap.fe.navigation.d.ts +13 -15
- 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 +47 -11
- package/types/sap.insights.d.ts +130 -2
- package/types/sap.m.d.ts +722 -282
- 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 +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +118 -5
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +41 -5
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +16 -1
- package/types/sap.ui.core.d.ts +531 -163
- package/types/sap.ui.dt.d.ts +202 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -13
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +13 -13
- package/types/sap.ui.layout.d.ts +63 -47
- package/types/sap.ui.mdc.d.ts +77 -25
- package/types/sap.ui.richtexteditor.d.ts +309 -9
- 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 +585 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +55 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +438 -6
- 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 +41 -8
- package/types/sap.ushell_abap.d.ts +7 -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.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -222,7 +222,7 @@ declare module "sap/f/library" {
|
|
|
222
222
|
*
|
|
223
223
|
* Each layout has a default predefined ratio for the three columns, depending on device size. Based on
|
|
224
224
|
* the device and layout, some columns are hidden. For more information, refer to the ratios (in %) for
|
|
225
|
-
* each value, listed below: (
|
|
225
|
+
* each value, listed below: (hyphen "-" means non-accessible columns).
|
|
226
226
|
*
|
|
227
227
|
* **Notes:**
|
|
228
228
|
* - The user is allowed to customize the default ratio by dragging the column separators to resize the
|
|
@@ -2745,7 +2745,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2745
2745
|
|
|
2746
2746
|
import AvatarSize from "sap/m/AvatarSize";
|
|
2747
2747
|
|
|
2748
|
-
import { URI } from "sap/ui/core/library";
|
|
2748
|
+
import { URI, ValueState } from "sap/ui/core/library";
|
|
2749
2749
|
|
|
2750
2750
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2751
2751
|
|
|
@@ -2927,6 +2927,18 @@ declare module "sap/f/cards/Header" {
|
|
|
2927
2927
|
* @returns Value of property `iconSrc`
|
|
2928
2928
|
*/
|
|
2929
2929
|
getIconSrc(): URI;
|
|
2930
|
+
/**
|
|
2931
|
+
* Gets current value of property {@link #getIconState iconState}.
|
|
2932
|
+
*
|
|
2933
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
2934
|
+
*
|
|
2935
|
+
* Default value is `None`.
|
|
2936
|
+
*
|
|
2937
|
+
* @since 1.141
|
|
2938
|
+
*
|
|
2939
|
+
* @returns Value of property `iconState`
|
|
2940
|
+
*/
|
|
2941
|
+
getIconState(): ValueState;
|
|
2930
2942
|
/**
|
|
2931
2943
|
* Gets current value of property {@link #getIconVisible iconVisible}.
|
|
2932
2944
|
*
|
|
@@ -3126,6 +3138,25 @@ declare module "sap/f/cards/Header" {
|
|
|
3126
3138
|
*/
|
|
3127
3139
|
sIconSrc?: URI
|
|
3128
3140
|
): this;
|
|
3141
|
+
/**
|
|
3142
|
+
* Sets a new value for property {@link #getIconState iconState}.
|
|
3143
|
+
*
|
|
3144
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
3145
|
+
*
|
|
3146
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3147
|
+
*
|
|
3148
|
+
* Default value is `None`.
|
|
3149
|
+
*
|
|
3150
|
+
* @since 1.141
|
|
3151
|
+
*
|
|
3152
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3153
|
+
*/
|
|
3154
|
+
setIconState(
|
|
3155
|
+
/**
|
|
3156
|
+
* New value for property `iconState`
|
|
3157
|
+
*/
|
|
3158
|
+
sIconState?: ValueState | keyof typeof ValueState
|
|
3159
|
+
): this;
|
|
3129
3160
|
/**
|
|
3130
3161
|
* Sets a new value for property {@link #getIconVisible iconVisible}.
|
|
3131
3162
|
*
|
|
@@ -3338,6 +3369,16 @@ declare module "sap/f/cards/Header" {
|
|
|
3338
3369
|
| (AvatarImageFitType | keyof typeof AvatarImageFitType)
|
|
3339
3370
|
| PropertyBindingInfo
|
|
3340
3371
|
| `{${string}}`;
|
|
3372
|
+
|
|
3373
|
+
/**
|
|
3374
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
3375
|
+
*
|
|
3376
|
+
* @since 1.141
|
|
3377
|
+
*/
|
|
3378
|
+
iconState?:
|
|
3379
|
+
| (ValueState | keyof typeof ValueState)
|
|
3380
|
+
| PropertyBindingInfo
|
|
3381
|
+
| `{${string}}`;
|
|
3341
3382
|
}
|
|
3342
3383
|
}
|
|
3343
3384
|
|
|
@@ -14672,10 +14713,10 @@ declare module "sap/f/ProductSwitch" {
|
|
|
14672
14713
|
declare module "sap/f/ProductSwitchItem" {
|
|
14673
14714
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
14674
14715
|
|
|
14675
|
-
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
14676
|
-
|
|
14677
14716
|
import { URI } from "sap/ui/core/library";
|
|
14678
14717
|
|
|
14718
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
14719
|
+
|
|
14679
14720
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
14680
14721
|
|
|
14681
14722
|
/**
|
|
@@ -14748,6 +14789,18 @@ declare module "sap/f/ProductSwitchItem" {
|
|
|
14748
14789
|
* @returns Metadata object describing this class
|
|
14749
14790
|
*/
|
|
14750
14791
|
static getMetadata(): ElementMetadata;
|
|
14792
|
+
/**
|
|
14793
|
+
* Gets current value of property {@link #getImageSrc imageSrc}.
|
|
14794
|
+
*
|
|
14795
|
+
* Defines the image to be displayed as graphical element within the `ProductSwitchItem`.
|
|
14796
|
+
*
|
|
14797
|
+
* **Note:** This property takes precedence over the `src` property.
|
|
14798
|
+
*
|
|
14799
|
+
* @since 1.140
|
|
14800
|
+
*
|
|
14801
|
+
* @returns Value of property `imageSrc`
|
|
14802
|
+
*/
|
|
14803
|
+
getImageSrc(): URI;
|
|
14751
14804
|
/**
|
|
14752
14805
|
* Gets current value of property {@link #getSrc src}.
|
|
14753
14806
|
*
|
|
@@ -14800,6 +14853,25 @@ declare module "sap/f/ProductSwitchItem" {
|
|
|
14800
14853
|
* @returns Value of property `title`
|
|
14801
14854
|
*/
|
|
14802
14855
|
getTitle(): string;
|
|
14856
|
+
/**
|
|
14857
|
+
* Sets a new value for property {@link #getImageSrc imageSrc}.
|
|
14858
|
+
*
|
|
14859
|
+
* Defines the image to be displayed as graphical element within the `ProductSwitchItem`.
|
|
14860
|
+
*
|
|
14861
|
+
* **Note:** This property takes precedence over the `src` property.
|
|
14862
|
+
*
|
|
14863
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14864
|
+
*
|
|
14865
|
+
* @since 1.140
|
|
14866
|
+
*
|
|
14867
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
14868
|
+
*/
|
|
14869
|
+
setImageSrc(
|
|
14870
|
+
/**
|
|
14871
|
+
* New value for property `imageSrc`
|
|
14872
|
+
*/
|
|
14873
|
+
sImageSrc?: URI
|
|
14874
|
+
): this;
|
|
14803
14875
|
/**
|
|
14804
14876
|
* Sets a new value for property {@link #getSrc src}.
|
|
14805
14877
|
*
|
|
@@ -14898,6 +14970,15 @@ declare module "sap/f/ProductSwitchItem" {
|
|
|
14898
14970
|
*/
|
|
14899
14971
|
src?: URI | PropertyBindingInfo | `{${string}}`;
|
|
14900
14972
|
|
|
14973
|
+
/**
|
|
14974
|
+
* Defines the image to be displayed as graphical element within the `ProductSwitchItem`.
|
|
14975
|
+
*
|
|
14976
|
+
* **Note:** This property takes precedence over the `src` property.
|
|
14977
|
+
*
|
|
14978
|
+
* @since 1.140
|
|
14979
|
+
*/
|
|
14980
|
+
imageSrc?: URI | PropertyBindingInfo | `{${string}}`;
|
|
14981
|
+
|
|
14901
14982
|
/**
|
|
14902
14983
|
* Determines the title of the `ProductSwitchItem`.
|
|
14903
14984
|
*/
|
|
@@ -14936,16 +15017,24 @@ declare module "sap/f/routing/Router" {
|
|
|
14936
15017
|
import TargetHandler from "sap/f/routing/TargetHandler";
|
|
14937
15018
|
|
|
14938
15019
|
/**
|
|
14939
|
-
* The `sap.f.routing.Router`
|
|
14940
|
-
*
|
|
15020
|
+
* The `sap.f.routing.Router` extends the capabilities of the standard `{@link sap.ui.core.routing.Router}`
|
|
15021
|
+
* to support flexible and responsive layouts based on `{@link sap.f.FlexibleColumnLayout}` as the root
|
|
15022
|
+
* control.
|
|
15023
|
+
*
|
|
15024
|
+
* This router enables advanced navigation scenarios tailored to flexible column layouts, such as changing
|
|
15025
|
+
* both the layout type (e.g., OneColumn, TwoColumnsMidExpanded) and the currently displayed views within
|
|
15026
|
+
* individual columns.
|
|
15027
|
+
*
|
|
15028
|
+
* Compared to `{@link sap.ui.core.routing.Router}`, it adds support for additional target properties:
|
|
14941
15029
|
*
|
|
14942
|
-
*
|
|
14943
|
-
*
|
|
15030
|
+
* - `level`: Defines the hierarchical level of the target view for proper history and back navigation
|
|
15031
|
+
* handling
|
|
15032
|
+
* - `transition`: Specifies the type of transition animation between views (e.g., `slide`, `fade`)
|
|
15033
|
+
* - `transitionParameters`: Custom parameters for transitions
|
|
14944
15034
|
*
|
|
14945
|
-
*
|
|
14946
|
-
*
|
|
14947
|
-
*
|
|
14948
|
-
* page within a single column of the `sap.f.FlexibleColumnLayout`.
|
|
15035
|
+
* Compared to `{@link sap.m.routing.Router}`, it further introduces a `layout` property on each route,
|
|
15036
|
+
* allowing you to define the desired `{@link sap.f.LayoutType}` to be applied to the `FlexibleColumnLayout`
|
|
15037
|
+
* root control during navigation.
|
|
14949
15038
|
*
|
|
14950
15039
|
* See `{@link sap.ui.core.routing.Router}` for the constructor arguments.
|
|
14951
15040
|
*
|
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/base/BuildingBlockBase" {
|
|
4
4
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
@@ -9,14 +9,10 @@ declare module "sap/fe/base/BuildingBlockBase" {
|
|
|
9
9
|
* of the content without an actual DOM element.
|
|
10
10
|
* The building block also defines a state object that can be used to store the state of the building block.
|
|
11
11
|
* Accessibility and classes information are forwarded to the content control.
|
|
12
|
-
*
|
|
13
|
-
* @experimental
|
|
14
12
|
*/
|
|
15
13
|
export default class BuildingBlockBase extends Control {}
|
|
16
14
|
/**
|
|
17
15
|
* Describes the settings that can be provided to the BuildingBlockBase constructor.
|
|
18
|
-
*
|
|
19
|
-
* @experimental
|
|
20
16
|
*/
|
|
21
17
|
export interface $BuildingBlockBaseSettings extends $ControlSettings {}
|
|
22
18
|
}
|
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -391,13 +391,10 @@ declare module "sap/fe/core/buildingBlocks/BuildingBlock" {
|
|
|
391
391
|
* Instead, only its child will be there and this control will forward all DOM related instruction to it.
|
|
392
392
|
*
|
|
393
393
|
* @since 1.121.0
|
|
394
|
-
* @experimental As of version 1.121.0.
|
|
395
394
|
*/
|
|
396
395
|
export default class BuildingBlock extends BuildingBlockBase {}
|
|
397
396
|
/**
|
|
398
397
|
* Describes the settings that can be provided to the BuildingBlock constructor.
|
|
399
|
-
*
|
|
400
|
-
* @experimental As of version 1.121.0.
|
|
401
398
|
*/
|
|
402
399
|
export interface $BuildingBlockSettings extends $BuildingBlockBaseSettings {}
|
|
403
400
|
}
|
|
@@ -413,6 +410,87 @@ declare module "sap/fe/core/controllerextensions/BaseControllerExtension" {
|
|
|
413
410
|
export default class BaseControllerExtension extends ControllerExtension {}
|
|
414
411
|
}
|
|
415
412
|
|
|
413
|
+
declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
|
|
414
|
+
import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
|
|
415
|
+
|
|
416
|
+
import Context from "sap/ui/model/odata/v4/Context";
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* A controller extension to handle collaborative draft scenarios.
|
|
420
|
+
*
|
|
421
|
+
* @since 1.141.0
|
|
422
|
+
* @experimental As of version 1.141.0.
|
|
423
|
+
*/
|
|
424
|
+
export default class CollaborativeDraft extends BaseControllerExtension {
|
|
425
|
+
/**
|
|
426
|
+
* Sends a notification to other users that new contexts have been created by the current user.
|
|
427
|
+
* This notification must be sent after the new contexts have been created successfully in the back-end.
|
|
428
|
+
*
|
|
429
|
+
*
|
|
430
|
+
* @since 1.141.0
|
|
431
|
+
* @experimental As of version 1.141.0.
|
|
432
|
+
*/
|
|
433
|
+
sendContextsCreated(
|
|
434
|
+
/**
|
|
435
|
+
* The array of newly created contexts
|
|
436
|
+
*/
|
|
437
|
+
contexts: Context[]
|
|
438
|
+
): void;
|
|
439
|
+
/**
|
|
440
|
+
* Sends a notification to other users that contexts have been deleted by the current user.
|
|
441
|
+
* This notification must be sent after the contexts have been deleted successfully in the back-end.
|
|
442
|
+
*
|
|
443
|
+
*
|
|
444
|
+
* @since 1.141.0
|
|
445
|
+
* @experimental As of version 1.141.0.
|
|
446
|
+
*/
|
|
447
|
+
sendContextsDeleted(
|
|
448
|
+
/**
|
|
449
|
+
* The array of deleted contexts
|
|
450
|
+
*/
|
|
451
|
+
contexts: Context[]
|
|
452
|
+
): void;
|
|
453
|
+
/**
|
|
454
|
+
* Sends a notification to other users that a property has been locked or unlocked by the current user.
|
|
455
|
+
*
|
|
456
|
+
* @since 1.141.0
|
|
457
|
+
* @experimental As of version 1.141.0.
|
|
458
|
+
*/
|
|
459
|
+
sendLockChange(
|
|
460
|
+
/**
|
|
461
|
+
* The context for the property
|
|
462
|
+
*/
|
|
463
|
+
context: Context,
|
|
464
|
+
/**
|
|
465
|
+
* The name of the property
|
|
466
|
+
*/
|
|
467
|
+
propertyName: string,
|
|
468
|
+
/**
|
|
469
|
+
* True if the property is locked, false if it is unlocked
|
|
470
|
+
*/
|
|
471
|
+
isLocked: boolean
|
|
472
|
+
): void;
|
|
473
|
+
/**
|
|
474
|
+
* Sends a notification to other users that property values have been changed by the current user.
|
|
475
|
+
* This notification must be sent after the changes have been sent successfully to the back-end.
|
|
476
|
+
*
|
|
477
|
+
*
|
|
478
|
+
* @since 1.141.0
|
|
479
|
+
* @experimental As of version 1.141.0.
|
|
480
|
+
*/
|
|
481
|
+
sendPropertyValuesChange(
|
|
482
|
+
/**
|
|
483
|
+
* The context for the properties
|
|
484
|
+
*/
|
|
485
|
+
context: Context,
|
|
486
|
+
/**
|
|
487
|
+
* The property name or the array of property names
|
|
488
|
+
*/
|
|
489
|
+
propertyNames: string | string[]
|
|
490
|
+
): void;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
|
|
416
494
|
declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
417
495
|
import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
|
|
418
496
|
|
|
@@ -1045,7 +1123,6 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
1045
1123
|
* A controller extension offering message handling.
|
|
1046
1124
|
*
|
|
1047
1125
|
* @since 1.90.0
|
|
1048
|
-
* @experimental As of version 1.90.0.
|
|
1049
1126
|
*/
|
|
1050
1127
|
export default class MessageHandler extends ControllerExtension {
|
|
1051
1128
|
/**
|
|
@@ -1058,7 +1135,6 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
1058
1135
|
* 3. provide a presser handler incase the message should show as a link.
|
|
1059
1136
|
*
|
|
1060
1137
|
*
|
|
1061
|
-
* @experimental
|
|
1062
1138
|
*
|
|
1063
1139
|
* @returns A promise that must be returned by the overridden method.
|
|
1064
1140
|
*/
|
|
@@ -1078,7 +1154,6 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
1078
1154
|
* toast is shown instead.
|
|
1079
1155
|
*
|
|
1080
1156
|
* @since 1.90.0
|
|
1081
|
-
* @experimental As of version 1.90.0.
|
|
1082
1157
|
*
|
|
1083
1158
|
* @returns A promise that is resolved once the user closes the dialog. If there are no messages
|
|
1084
1159
|
* to be shown, the promise is resolved immediately
|
|
@@ -1155,6 +1230,18 @@ declare module "sap/fe/core/controllerextensions/Paginator" {
|
|
|
1155
1230
|
}
|
|
1156
1231
|
}
|
|
1157
1232
|
|
|
1233
|
+
declare module "sap/fe/core/controllerextensions/Recommendations" {
|
|
1234
|
+
/**
|
|
1235
|
+
* Parameters for the acceptRecommendations and onBeforeAcceptRecommendations methods.
|
|
1236
|
+
*/
|
|
1237
|
+
export type AcceptAllParams = {};
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* Represents a single recommendation entry.
|
|
1241
|
+
*/
|
|
1242
|
+
export type RecommendationData = {};
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1158
1245
|
declare module "sap/fe/core/controllerextensions/Routing" {
|
|
1159
1246
|
import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
|
|
1160
1247
|
|
|
@@ -1638,7 +1725,6 @@ declare module "sap/fe/core/fpm/Component" {
|
|
|
1638
1725
|
*
|
|
1639
1726
|
*
|
|
1640
1727
|
* @since 1.92.0
|
|
1641
|
-
* @experimental As of version 1.92.0.
|
|
1642
1728
|
*/
|
|
1643
1729
|
export default class Component
|
|
1644
1730
|
extends /* was: sap.fe.core.TemplateComponent */ Object
|
|
@@ -1691,6 +1777,8 @@ declare namespace sap {
|
|
|
1691
1777
|
|
|
1692
1778
|
"sap/fe/core/controllerextensions/BaseControllerExtension": undefined;
|
|
1693
1779
|
|
|
1780
|
+
"sap/fe/core/controllerextensions/CollaborativeDraft": undefined;
|
|
1781
|
+
|
|
1694
1782
|
"sap/fe/core/controllerextensions/EditFlow": undefined;
|
|
1695
1783
|
|
|
1696
1784
|
"sap/fe/core/controllerextensions/IntentBasedNavigation": undefined;
|
|
@@ -1699,6 +1787,8 @@ declare namespace sap {
|
|
|
1699
1787
|
|
|
1700
1788
|
"sap/fe/core/controllerextensions/Paginator": undefined;
|
|
1701
1789
|
|
|
1790
|
+
"sap/fe/core/controllerextensions/Recommendations": undefined;
|
|
1791
|
+
|
|
1702
1792
|
"sap/fe/core/controllerextensions/Routing": undefined;
|
|
1703
1793
|
|
|
1704
1794
|
"sap/fe/core/controllerextensions/Share": undefined;
|
package/types/sap.fe.ina.d.ts
CHANGED