@sapui5/types 1.114.0 → 1.114.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.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +3 -3
- package/types/sap.fe.templates.d.ts +6 -6
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +53 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +7 -9
- 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.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +75 -5
- package/types/sap.suite.ui.generic.template.d.ts +2 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -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 +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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 +3 -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 +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +4 -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.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -198,11 +198,11 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
198
198
|
/**
|
|
199
199
|
* The contextPath to be used for the templating process
|
|
200
200
|
*/
|
|
201
|
-
contextPath
|
|
201
|
+
contextPath?: string;
|
|
202
202
|
/**
|
|
203
203
|
* The controller to be attached to the fragment
|
|
204
204
|
*/
|
|
205
|
-
controller
|
|
205
|
+
controller?: object;
|
|
206
206
|
/**
|
|
207
207
|
* The ID of the fragment itself
|
|
208
208
|
*/
|
|
@@ -210,7 +210,7 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
210
210
|
/**
|
|
211
211
|
* The initial binding context
|
|
212
212
|
*/
|
|
213
|
-
initialBindingContext
|
|
213
|
+
initialBindingContext?: Context;
|
|
214
214
|
/**
|
|
215
215
|
* The name of the fragment to be loaded
|
|
216
216
|
*/
|
|
@@ -112,11 +112,11 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
|
|
|
112
112
|
/**
|
|
113
113
|
* The contextPath to be used for the templating process
|
|
114
114
|
*/
|
|
115
|
-
contextPath
|
|
115
|
+
contextPath?: string;
|
|
116
116
|
/**
|
|
117
117
|
* The controller to be attached to the fragment
|
|
118
118
|
*/
|
|
119
|
-
controller
|
|
119
|
+
controller?: object;
|
|
120
120
|
/**
|
|
121
121
|
* The ID of the fragment itself
|
|
122
122
|
*/
|
|
@@ -124,7 +124,7 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
|
|
|
124
124
|
/**
|
|
125
125
|
* The initial binding context
|
|
126
126
|
*/
|
|
127
|
-
initialBindingContext
|
|
127
|
+
initialBindingContext?: Context;
|
|
128
128
|
/**
|
|
129
129
|
* The name of the fragment to be loaded
|
|
130
130
|
*/
|
|
@@ -423,11 +423,11 @@ declare module "sap/fe/templates/ObjectPage/ExtensionAPI" {
|
|
|
423
423
|
/**
|
|
424
424
|
* The contextPath to be used for the templating process
|
|
425
425
|
*/
|
|
426
|
-
contextPath
|
|
426
|
+
contextPath?: string;
|
|
427
427
|
/**
|
|
428
428
|
* The controller to be attached to the fragment
|
|
429
429
|
*/
|
|
430
|
-
controller
|
|
430
|
+
controller?: object;
|
|
431
431
|
/**
|
|
432
432
|
* The ID of the fragment itself
|
|
433
433
|
*/
|
|
@@ -435,7 +435,7 @@ declare module "sap/fe/templates/ObjectPage/ExtensionAPI" {
|
|
|
435
435
|
/**
|
|
436
436
|
* The initial binding context
|
|
437
437
|
*/
|
|
438
|
-
initialBindingContext
|
|
438
|
+
initialBindingContext?: Context;
|
|
439
439
|
/**
|
|
440
440
|
* The name of the fragment to be loaded
|
|
441
441
|
*/
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -31822,7 +31822,7 @@ declare module "sap/gantt/simple/BaseRectangle" {
|
|
|
31822
31822
|
*
|
|
31823
31823
|
* If property height set to "auto", then the height is automatically calculated based on the row height.
|
|
31824
31824
|
*
|
|
31825
|
-
* @returns Value of property `
|
|
31825
|
+
* @returns Value of property `width`.
|
|
31826
31826
|
*/
|
|
31827
31827
|
getHeight(): number;
|
|
31828
31828
|
/**
|
|
@@ -41707,6 +41707,22 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41707
41707
|
* @returns Value of property `enableCursorLine`
|
|
41708
41708
|
*/
|
|
41709
41709
|
getEnableCursorLine(): boolean;
|
|
41710
|
+
/**
|
|
41711
|
+
* @SINCE 1.114
|
|
41712
|
+
* @EXPERIMENTAL
|
|
41713
|
+
*
|
|
41714
|
+
* Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
|
|
41715
|
+
*
|
|
41716
|
+
* Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
|
|
41717
|
+
* experimental, and it might be removed in a future release. When the flag is enabled, the start and end
|
|
41718
|
+
* time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
|
|
41719
|
+
* the Fiori launchpad timezone, unless those property values are binded again.
|
|
41720
|
+
*
|
|
41721
|
+
* Default value is `false`.
|
|
41722
|
+
*
|
|
41723
|
+
* @returns Value of property `enableDateTimezoneFormatter`
|
|
41724
|
+
*/
|
|
41725
|
+
getEnableDateTimezoneFormatter(): boolean;
|
|
41710
41726
|
/**
|
|
41711
41727
|
* @SINCE 1.84
|
|
41712
41728
|
*
|
|
@@ -43033,6 +43049,23 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43033
43049
|
*/
|
|
43034
43050
|
bEnableCursorLine?: boolean
|
|
43035
43051
|
): this;
|
|
43052
|
+
/**
|
|
43053
|
+
* @SINCE 1.114
|
|
43054
|
+
* @EXPERIMENTAL
|
|
43055
|
+
*
|
|
43056
|
+
* Sets EnableDateTimezoneFormatter property of the Gantt. This method is experimental, and it might be
|
|
43057
|
+
* removed in a future release.
|
|
43058
|
+
*/
|
|
43059
|
+
setEnableDateTimezoneFormatter(
|
|
43060
|
+
/**
|
|
43061
|
+
* A value to be set for EnableDateTimezoneFormatter property of Gantt.
|
|
43062
|
+
*/
|
|
43063
|
+
bValue: boolean,
|
|
43064
|
+
/**
|
|
43065
|
+
* Flag to suppress re-rendering of the control.
|
|
43066
|
+
*/
|
|
43067
|
+
bSuppressInvalidate: boolean
|
|
43068
|
+
): void;
|
|
43036
43069
|
/**
|
|
43037
43070
|
* @SINCE 1.84
|
|
43038
43071
|
*
|
|
@@ -44432,6 +44465,17 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44432
44465
|
*/
|
|
44433
44466
|
shapeRenderOrder?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
44434
44467
|
|
|
44468
|
+
/**
|
|
44469
|
+
* @SINCE 1.114
|
|
44470
|
+
* @EXPERIMENTAL
|
|
44471
|
+
*
|
|
44472
|
+
* Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
|
|
44473
|
+
* experimental, and it might be removed in a future release. When the flag is enabled, the start and end
|
|
44474
|
+
* time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
|
|
44475
|
+
* the Fiori launchpad timezone, unless those property values are binded again.
|
|
44476
|
+
*/
|
|
44477
|
+
enableDateTimezoneFormatter?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44478
|
+
|
|
44435
44479
|
/**
|
|
44436
44480
|
* Table of the Gantt Chart
|
|
44437
44481
|
*
|
|
@@ -44724,7 +44768,13 @@ declare module "sap/gantt/simple/GanttPrinting" {
|
|
|
44724
44768
|
*
|
|
44725
44769
|
* @returns A promise for chaining actions after the print dialog is ready.
|
|
44726
44770
|
*/
|
|
44727
|
-
open(
|
|
44771
|
+
open(
|
|
44772
|
+
/**
|
|
44773
|
+
* Optional function which takes cloned gantt chart's table for modification. Applications can loop through
|
|
44774
|
+
* the table columns and update certain properties like maxLines to overcome html2canvas limitations.
|
|
44775
|
+
*/
|
|
44776
|
+
fnUpdateTable: Function
|
|
44777
|
+
): Promise<any>;
|
|
44728
44778
|
/**
|
|
44729
44779
|
* Sets the Gantt chart to be exported as PDF.
|
|
44730
44780
|
*/
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -28212,10 +28212,9 @@ declare module "sap/m/FormattedText" {
|
|
|
28212
28212
|
* - `dd`
|
|
28213
28213
|
* - `ul`
|
|
28214
28214
|
* - `ol`
|
|
28215
|
-
* - `li` `style, dir` and `target` attributes are allowed.
|
|
28216
|
-
*
|
|
28217
|
-
*
|
|
28218
|
-
* safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
|
|
28215
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
28216
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
28217
|
+
* URLListValidator}.
|
|
28219
28218
|
*
|
|
28220
28219
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
28221
28220
|
* by the control.
|
|
@@ -28470,10 +28469,9 @@ declare module "sap/m/FormattedText" {
|
|
|
28470
28469
|
* - `dd`
|
|
28471
28470
|
* - `ul`
|
|
28472
28471
|
* - `ol`
|
|
28473
|
-
* - `li` `style, dir` and `target` attributes are allowed.
|
|
28474
|
-
*
|
|
28475
|
-
*
|
|
28476
|
-
* safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
|
|
28472
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
28473
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
28474
|
+
* URLListValidator}.
|
|
28477
28475
|
*
|
|
28478
28476
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
28479
28477
|
* by the control.
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -423,6 +423,36 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
423
423
|
*/
|
|
424
424
|
XXL = "XXL",
|
|
425
425
|
}
|
|
426
|
+
/**
|
|
427
|
+
* Modes for the {@link sap.suite.ui.commons.CloudFilePicker}.
|
|
428
|
+
*/
|
|
429
|
+
export enum FilePickerModes {
|
|
430
|
+
/**
|
|
431
|
+
* Allow selection of a File or Folder resource
|
|
432
|
+
*/
|
|
433
|
+
All = "All",
|
|
434
|
+
/**
|
|
435
|
+
* Allow selection of File type of resource
|
|
436
|
+
*/
|
|
437
|
+
FileOnly = "FileOnly",
|
|
438
|
+
/**
|
|
439
|
+
* Allow selection of Folder type of resource
|
|
440
|
+
*/
|
|
441
|
+
FolderOnly = "FolderOnly",
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Runtime mode for the {@link sap.suite.ui.commons.CloudFilePicker}.
|
|
445
|
+
*/
|
|
446
|
+
export enum FilePickerType {
|
|
447
|
+
/**
|
|
448
|
+
* Control runs in Export mode
|
|
449
|
+
*/
|
|
450
|
+
Export = "Export",
|
|
451
|
+
/**
|
|
452
|
+
* Control runs in Upload mode
|
|
453
|
+
*/
|
|
454
|
+
Upload = "Upload",
|
|
455
|
+
}
|
|
426
456
|
/**
|
|
427
457
|
* @deprecated (since 1.34) - Deprecated. Moved to openUI5.
|
|
428
458
|
*
|
|
@@ -6055,6 +6085,11 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
6055
6085
|
|
|
6056
6086
|
import Event from "sap/ui/base/Event";
|
|
6057
6087
|
|
|
6088
|
+
import {
|
|
6089
|
+
FilePickerModes,
|
|
6090
|
+
FilePickerType,
|
|
6091
|
+
} from "sap/suite/ui/commons/library";
|
|
6092
|
+
|
|
6058
6093
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
6059
6094
|
|
|
6060
6095
|
import { URI } from "sap/ui/core/library";
|
|
@@ -6323,7 +6358,17 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
6323
6358
|
*
|
|
6324
6359
|
* @returns Value of property `filePickerMode`
|
|
6325
6360
|
*/
|
|
6326
|
-
getFilePickerMode():
|
|
6361
|
+
getFilePickerMode(): FilePickerModes | keyof typeof FilePickerModes;
|
|
6362
|
+
/**
|
|
6363
|
+
* Gets current value of property {@link #getFilePickerType filePickerType}.
|
|
6364
|
+
*
|
|
6365
|
+
* Specifies the mode in which the control is running
|
|
6366
|
+
*
|
|
6367
|
+
* Default value is `"Export"`.
|
|
6368
|
+
*
|
|
6369
|
+
* @returns Value of property `filePickerType`
|
|
6370
|
+
*/
|
|
6371
|
+
getFilePickerType(): FilePickerType | keyof typeof FilePickerType;
|
|
6327
6372
|
/**
|
|
6328
6373
|
* Gets current value of property {@link #getServiceUrl serviceUrl}.
|
|
6329
6374
|
*
|
|
@@ -6443,7 +6488,24 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
6443
6488
|
/**
|
|
6444
6489
|
* New value for property `filePickerMode`
|
|
6445
6490
|
*/
|
|
6446
|
-
sFilePickerMode?:
|
|
6491
|
+
sFilePickerMode?: FilePickerModes | keyof typeof FilePickerModes
|
|
6492
|
+
): this;
|
|
6493
|
+
/**
|
|
6494
|
+
* Sets a new value for property {@link #getFilePickerType filePickerType}.
|
|
6495
|
+
*
|
|
6496
|
+
* Specifies the mode in which the control is running
|
|
6497
|
+
*
|
|
6498
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6499
|
+
*
|
|
6500
|
+
* Default value is `"Export"`.
|
|
6501
|
+
*
|
|
6502
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
6503
|
+
*/
|
|
6504
|
+
setFilePickerType(
|
|
6505
|
+
/**
|
|
6506
|
+
* New value for property `filePickerType`
|
|
6507
|
+
*/
|
|
6508
|
+
sFilePickerType?: FilePickerType | keyof typeof FilePickerType
|
|
6447
6509
|
): this;
|
|
6448
6510
|
/**
|
|
6449
6511
|
* Sets a new value for property {@link #getServiceUrl serviceUrl}.
|
|
@@ -6531,8 +6593,8 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
6531
6593
|
/**
|
|
6532
6594
|
* Allow the type of resources that can be selected.
|
|
6533
6595
|
*/
|
|
6534
|
-
filePickerMode?:
|
|
6535
|
-
|
|
|
6596
|
+
filePickerMode?:
|
|
6597
|
+
| (FilePickerModes | keyof typeof FilePickerModes)
|
|
6536
6598
|
| PropertyBindingInfo
|
|
6537
6599
|
| `{${string}}`;
|
|
6538
6600
|
|
|
@@ -6563,6 +6625,14 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
6563
6625
|
*/
|
|
6564
6626
|
fileNameMandatory?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6565
6627
|
|
|
6628
|
+
/**
|
|
6629
|
+
* Specifies the mode in which the control is running
|
|
6630
|
+
*/
|
|
6631
|
+
filePickerType?:
|
|
6632
|
+
| (FilePickerType | keyof typeof FilePickerType)
|
|
6633
|
+
| PropertyBindingInfo
|
|
6634
|
+
| `{${string}}`;
|
|
6635
|
+
|
|
6566
6636
|
/**
|
|
6567
6637
|
* Event is fired when the selection is made
|
|
6568
6638
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -1043,7 +1043,7 @@ declare module "sap/suite/ui/generic/template/extensionAPI/NavigationController"
|
|
|
1043
1043
|
*/
|
|
1044
1044
|
replaceInHistory?: boolean;
|
|
1045
1045
|
/**
|
|
1046
|
-
* This gives the provision to the application developer to
|
|
1046
|
+
* This gives the provision to the application developer to choose between "display"/"edit" mode for target
|
|
1047
1047
|
* page
|
|
1048
1048
|
*/
|
|
1049
1049
|
displayMode?: displayMode | keyof typeof displayMode;
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
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.114.
|
|
1
|
+
// For Library Version: 1.114.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1504,6 +1504,8 @@ declare namespace sap {
|
|
|
1504
1504
|
|
|
1505
1505
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1506
1506
|
|
|
1507
|
+
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1508
|
+
|
|
1507
1509
|
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
1508
1510
|
|
|
1509
1511
|
"sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
4
4
|
import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
|
|
@@ -2641,6 +2641,9 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
2641
2641
|
*
|
|
2642
2642
|
* The function returns an object with following parameters:
|
|
2643
2643
|
* - applicationType: “UI5|WDA|NWBC|URL|TR”
|
|
2644
|
+
* - applicationFramework: when applicationType is "URL", this parameter indicates which application
|
|
2645
|
+
* framework is running inside the iframe - “UI5|WDA|GUI|CRM”. This attribute is for SAP internal usage
|
|
2646
|
+
* only.
|
|
2644
2647
|
* - componentInstance: reference to component (only for applicationType "UI5").
|
|
2645
2648
|
* - homePage: `true` when root intent (normally #Shell-home) or Appfinder (#Shell-appfinder) is currently
|
|
2646
2649
|
* displayed.
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED