@sapui5/ts-types-esm 1.138.1 → 1.139.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/README.md +1 -1
- 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 +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- package/types/sap.fe.ariba.d.ts +1 -1
- 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 +16 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- 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 +13 -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 +15 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +488 -20
- 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 +1 -127
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- 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 +110 -2
- package/types/sap.ui.core.d.ts +112 -31
- 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 +1 -1
- 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 +45 -8
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +16 -2
- 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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +86 -53
- 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 +60 -18
- 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.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.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -4898,6 +4898,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4898
4898
|
* Gets current value of property {@link #getSourceType sourceType}.
|
|
4899
4899
|
*
|
|
4900
4900
|
* The source type of the content resource. Valid types:
|
|
4901
|
+
*
|
|
4902
|
+
*
|
|
4901
4903
|
* - vds
|
|
4902
4904
|
* - vds4
|
|
4903
4905
|
* - vds4-2d
|
|
@@ -4907,17 +4909,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4907
4909
|
* - jpeg
|
|
4908
4910
|
* - gif
|
|
4909
4911
|
* - bmp
|
|
4910
|
-
* - tif
|
|
4911
|
-
* - tiff
|
|
4912
|
+
* - tif
|
|
4913
|
+
* - tiff
|
|
4912
4914
|
* - stream
|
|
4913
4915
|
* - stream2d
|
|
4914
4916
|
* - ecad
|
|
4915
|
-
* - pdf
|
|
4916
|
-
*
|
|
4917
|
-
*
|
|
4918
|
-
*
|
|
4919
|
-
*
|
|
4920
|
-
*
|
|
4917
|
+
* - pdf
|
|
4918
|
+
* - auto
|
|
4919
|
+
*
|
|
4920
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
4921
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
4922
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
4923
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
4924
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
4925
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
4926
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
4921
4927
|
*
|
|
4922
4928
|
*
|
|
4923
4929
|
* @returns Value of property `sourceType`
|
|
@@ -5310,6 +5316,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5310
5316
|
* Sets a new value for property {@link #getSourceType sourceType}.
|
|
5311
5317
|
*
|
|
5312
5318
|
* The source type of the content resource. Valid types:
|
|
5319
|
+
*
|
|
5320
|
+
*
|
|
5313
5321
|
* - vds
|
|
5314
5322
|
* - vds4
|
|
5315
5323
|
* - vds4-2d
|
|
@@ -5319,17 +5327,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5319
5327
|
* - jpeg
|
|
5320
5328
|
* - gif
|
|
5321
5329
|
* - bmp
|
|
5322
|
-
* - tif
|
|
5323
|
-
* - tiff
|
|
5330
|
+
* - tif
|
|
5331
|
+
* - tiff
|
|
5324
5332
|
* - stream
|
|
5325
5333
|
* - stream2d
|
|
5326
5334
|
* - ecad
|
|
5327
|
-
* - pdf
|
|
5328
|
-
*
|
|
5329
|
-
*
|
|
5330
|
-
*
|
|
5331
|
-
*
|
|
5332
|
-
*
|
|
5335
|
+
* - pdf
|
|
5336
|
+
* - auto
|
|
5337
|
+
*
|
|
5338
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5339
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5340
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5341
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5342
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5343
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5344
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5333
5345
|
*
|
|
5334
5346
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5335
5347
|
*
|
|
@@ -5389,6 +5401,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5389
5401
|
|
|
5390
5402
|
/**
|
|
5391
5403
|
* The source type of the content resource. Valid types:
|
|
5404
|
+
*
|
|
5405
|
+
*
|
|
5392
5406
|
* - vds
|
|
5393
5407
|
* - vds4
|
|
5394
5408
|
* - vds4-2d
|
|
@@ -5398,17 +5412,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5398
5412
|
* - jpeg
|
|
5399
5413
|
* - gif
|
|
5400
5414
|
* - bmp
|
|
5401
|
-
* - tif
|
|
5402
|
-
* - tiff
|
|
5415
|
+
* - tif
|
|
5416
|
+
* - tiff
|
|
5403
5417
|
* - stream
|
|
5404
5418
|
* - stream2d
|
|
5405
5419
|
* - ecad
|
|
5406
|
-
* - pdf
|
|
5407
|
-
*
|
|
5408
|
-
*
|
|
5409
|
-
*
|
|
5410
|
-
*
|
|
5411
|
-
*
|
|
5420
|
+
* - pdf
|
|
5421
|
+
* - auto
|
|
5422
|
+
*
|
|
5423
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5424
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5425
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5426
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5427
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5428
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5429
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5412
5430
|
*/
|
|
5413
5431
|
sourceType?: string | PropertyBindingInfo;
|
|
5414
5432
|
|
|
@@ -20425,6 +20443,8 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20425
20443
|
|
|
20426
20444
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
20427
20445
|
|
|
20446
|
+
import TreeTable from "sap/ui/table/TreeTable";
|
|
20447
|
+
|
|
20428
20448
|
import ContentConnector from "sap/ui/vk/ContentConnector";
|
|
20429
20449
|
|
|
20430
20450
|
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
@@ -20639,7 +20659,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20639
20659
|
/**
|
|
20640
20660
|
* Gets content of aggregation {@link #getTreeTable treeTable}.
|
|
20641
20661
|
*/
|
|
20642
|
-
getTreeTable():
|
|
20662
|
+
getTreeTable(): TreeTable;
|
|
20643
20663
|
/**
|
|
20644
20664
|
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
20645
20665
|
* or `null`.
|
|
@@ -20740,7 +20760,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20740
20760
|
/**
|
|
20741
20761
|
* The treeTable to set
|
|
20742
20762
|
*/
|
|
20743
|
-
oTreeTable:
|
|
20763
|
+
oTreeTable: TreeTable
|
|
20744
20764
|
): this;
|
|
20745
20765
|
/**
|
|
20746
20766
|
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
@@ -20780,7 +20800,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20780
20800
|
*/
|
|
20781
20801
|
legacyVisibilityMode?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20782
20802
|
|
|
20783
|
-
treeTable?:
|
|
20803
|
+
treeTable?: TreeTable;
|
|
20784
20804
|
|
|
20785
20805
|
/**
|
|
20786
20806
|
* An association to the `ContentConnector` instance that manages content resources.
|
|
@@ -26125,7 +26145,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26125
26145
|
import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
|
|
26126
26146
|
|
|
26127
26147
|
/**
|
|
26128
|
-
* Manages the visibility and
|
|
26148
|
+
* Manages the visibility, selection, opacity and tint color states of nodes in the scene.
|
|
26129
26149
|
*
|
|
26130
26150
|
* @since 1.32.0
|
|
26131
26151
|
*/
|
|
@@ -26202,7 +26222,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26202
26222
|
* Enumerates IDs of the outlined nodes.
|
|
26203
26223
|
*
|
|
26204
26224
|
*
|
|
26205
|
-
* @returns `this` to allow method chaining
|
|
26225
|
+
* @returns Returns `this` to allow method chaining
|
|
26206
26226
|
*/
|
|
26207
26227
|
enumerateOutlinedNodes(
|
|
26208
26228
|
/**
|
|
@@ -26214,7 +26234,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26214
26234
|
* Enumerates IDs of the selected nodes.
|
|
26215
26235
|
*
|
|
26216
26236
|
*
|
|
26217
|
-
* @returns `this` to allow method chaining
|
|
26237
|
+
* @returns Returns `this` to allow method chaining
|
|
26218
26238
|
*/
|
|
26219
26239
|
enumerateSelection(
|
|
26220
26240
|
/**
|
|
@@ -26248,17 +26268,13 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26248
26268
|
*
|
|
26249
26269
|
* If a single node is passed to the method then a single value is returned.
|
|
26250
26270
|
* If an array of nodes is passed to the method then an array of values is returned.
|
|
26251
|
-
*
|
|
26252
|
-
*
|
|
26253
|
-
* @returns A single value or an array of values. Value `null` means that the node's own opacity should
|
|
26254
|
-
* be used.
|
|
26255
26271
|
*/
|
|
26256
26272
|
getOpacity(
|
|
26257
26273
|
/**
|
|
26258
26274
|
* The node reference or the array of node references.
|
|
26259
26275
|
*/
|
|
26260
26276
|
nodeRefs: any | any[]
|
|
26261
|
-
):
|
|
26277
|
+
): void;
|
|
26262
26278
|
/**
|
|
26263
26279
|
* Gets the outline color
|
|
26264
26280
|
*
|
|
@@ -26403,14 +26419,14 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26403
26419
|
nodeRef: any
|
|
26404
26420
|
): this;
|
|
26405
26421
|
/**
|
|
26406
|
-
* Sets the default
|
|
26422
|
+
* Sets the default selection color
|
|
26407
26423
|
*
|
|
26408
26424
|
*
|
|
26409
|
-
* @returns `this` to allow method chaining
|
|
26425
|
+
* @returns Returns `this` to allow method chaining
|
|
26410
26426
|
*/
|
|
26411
26427
|
setHighlightColor(
|
|
26412
26428
|
/**
|
|
26413
|
-
* The new
|
|
26429
|
+
* The new selection color. The value can be defined as a string in the CSS color format or as an integer
|
|
26414
26430
|
* in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
|
|
26415
26431
|
* be used.
|
|
26416
26432
|
*/
|
|
@@ -26428,11 +26444,32 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26428
26444
|
*/
|
|
26429
26445
|
state: /* was: sap.ui.vk.HighlightDisplayState */ any
|
|
26430
26446
|
): this;
|
|
26447
|
+
/**
|
|
26448
|
+
* Sets the highlight color of the nodes.
|
|
26449
|
+
*
|
|
26450
|
+
*
|
|
26451
|
+
* @returns Returns `this` to allow method chaining
|
|
26452
|
+
*/
|
|
26453
|
+
setNodesHighlightColor(
|
|
26454
|
+
/**
|
|
26455
|
+
* The node reference or the array of node references.
|
|
26456
|
+
*/
|
|
26457
|
+
nodeRefs: any | any[],
|
|
26458
|
+
/**
|
|
26459
|
+
* The new highlight color of the nodes. The value should be defined as an array of floats in the RGBA format.
|
|
26460
|
+
* If `null` is passed then the highlight color is reset and the node's own highlight color should be used.
|
|
26461
|
+
*/
|
|
26462
|
+
highlightColor: float[] | null,
|
|
26463
|
+
/**
|
|
26464
|
+
* This flag indicates if the change needs to propagate recursively to child nodes.
|
|
26465
|
+
*/
|
|
26466
|
+
recursive?: boolean
|
|
26467
|
+
): this;
|
|
26431
26468
|
/**
|
|
26432
26469
|
* Sets the opacity of the nodes.
|
|
26433
26470
|
*
|
|
26434
26471
|
*
|
|
26435
|
-
* @returns `this` to allow method chaining
|
|
26472
|
+
* @returns Returns `this` to allow method chaining
|
|
26436
26473
|
*/
|
|
26437
26474
|
setOpacity(
|
|
26438
26475
|
/**
|
|
@@ -26453,7 +26490,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26453
26490
|
* Sets the outline color
|
|
26454
26491
|
*
|
|
26455
26492
|
*
|
|
26456
|
-
* @returns `this` to allow method chaining
|
|
26493
|
+
* @returns Returns `this` to allow method chaining
|
|
26457
26494
|
*/
|
|
26458
26495
|
setOutlineColor(
|
|
26459
26496
|
/**
|
|
@@ -26479,7 +26516,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26479
26516
|
* Sets or resets the outlining state of the nodes.
|
|
26480
26517
|
*
|
|
26481
26518
|
*
|
|
26482
|
-
* @returns `this` to allow method chaining
|
|
26519
|
+
* @returns Returns `this` to allow method chaining
|
|
26483
26520
|
*/
|
|
26484
26521
|
setOutliningStates(
|
|
26485
26522
|
/**
|
|
@@ -26504,7 +26541,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26504
26541
|
*
|
|
26505
26542
|
* @deprecated As of version 1.56.3. Use {@link sap.ui.vk.threejs.ViewStateManager#setSelectionStates} instead.
|
|
26506
26543
|
*
|
|
26507
|
-
* @returns `this` to allow method chaining
|
|
26544
|
+
* @returns Returns `this` to allow method chaining
|
|
26508
26545
|
*/
|
|
26509
26546
|
setSelectionState(
|
|
26510
26547
|
/**
|
|
@@ -26528,7 +26565,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26528
26565
|
* Sets or resets the selection state of the nodes.
|
|
26529
26566
|
*
|
|
26530
26567
|
*
|
|
26531
|
-
* @returns `this` to allow method chaining
|
|
26568
|
+
* @returns Returns `this` to allow method chaining
|
|
26532
26569
|
*/
|
|
26533
26570
|
setSelectionStates(
|
|
26534
26571
|
/**
|
|
@@ -26561,7 +26598,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26561
26598
|
* Sets the tint color of the nodes.
|
|
26562
26599
|
*
|
|
26563
26600
|
*
|
|
26564
|
-
* @returns `this` to allow method chaining
|
|
26601
|
+
* @returns Returns `this` to allow method chaining
|
|
26565
26602
|
*/
|
|
26566
26603
|
setTintColor(
|
|
26567
26604
|
/**
|
|
@@ -26570,8 +26607,8 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26570
26607
|
nodeRefs: any | any[],
|
|
26571
26608
|
/**
|
|
26572
26609
|
* The new tint color of the nodes. The value can be defined as a string in the CSS color format or as an
|
|
26573
|
-
* integer in the ABGR format or it could be array of these values. If `null` is passed then the tint
|
|
26574
|
-
* is reset and the node's own tint color should be used.
|
|
26610
|
+
* integer in the ABGR format or it could be an array of these values. If `null` is passed then the tint
|
|
26611
|
+
* color is reset and the node's own tint color should be used.
|
|
26575
26612
|
*/
|
|
26576
26613
|
tintColor: CSSColor | int | CSSColor[] | int[] | null,
|
|
26577
26614
|
/**
|
|
@@ -26583,7 +26620,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26583
26620
|
* Sets the visibility state of the nodes.
|
|
26584
26621
|
*
|
|
26585
26622
|
*
|
|
26586
|
-
* @returns `this` to allow method chaining
|
|
26623
|
+
* @returns Returns `this` to allow method chaining
|
|
26587
26624
|
*/
|
|
26588
26625
|
setVisibilityState(
|
|
26589
26626
|
/**
|
|
@@ -46180,17 +46217,13 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
|
|
|
46180
46217
|
*
|
|
46181
46218
|
* If a single node reference is passed to the method then a single value is returned.
|
|
46182
46219
|
* If an array of node references is passed to the method then an array of values is returned.
|
|
46183
|
-
*
|
|
46184
|
-
*
|
|
46185
|
-
* @returns A single value or an array of values. Value `null` means that the node's own opacity should
|
|
46186
|
-
* be used.
|
|
46187
46220
|
*/
|
|
46188
46221
|
getOpacity(
|
|
46189
46222
|
/**
|
|
46190
46223
|
* The node reference or the array of node references.
|
|
46191
46224
|
*/
|
|
46192
46225
|
nodeRefs: any | any[]
|
|
46193
|
-
):
|
|
46226
|
+
): void;
|
|
46194
46227
|
/**
|
|
46195
46228
|
* Gets the outline color
|
|
46196
46229
|
*
|
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -1225,7 +1225,6 @@ declare module "sap/ushell/Container" {
|
|
|
1225
1225
|
* ```javascript
|
|
1226
1226
|
*
|
|
1227
1227
|
* {
|
|
1228
|
-
* status: "InProgress", // Enum which determines if a navigation currently takes place or if it is already finished. See sap.ushell.NavigationState.
|
|
1229
1228
|
* isCrossAppNavigation: true, // Boolean which indicates if the navigation is inner app our across two different applications.
|
|
1230
1229
|
* innerAppRoute: "&/SalesOrder/11" // If it is an inner app navigation, it describes the inner app route.
|
|
1231
1230
|
* }
|
|
@@ -3928,7 +3927,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3928
3927
|
*
|
|
3929
3928
|
* @returns A promise which resolves once the back navigation was triggered
|
|
3930
3929
|
*/
|
|
3931
|
-
backToPreviousApp(): Promise<
|
|
3930
|
+
backToPreviousApp(): Promise<any>;
|
|
3932
3931
|
/**
|
|
3933
3932
|
* if sHashFragment is a compacted hash (sap-intent-param is present), in a hash, this function replaces
|
|
3934
3933
|
* it into a long url with all parameters expanded
|
|
@@ -4905,7 +4904,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
4905
4904
|
* an optional UI5 component, used to logically attach a possibly generated app state.
|
|
4906
4905
|
*/
|
|
4907
4906
|
oComponent?: object
|
|
4908
|
-
): Promise<
|
|
4907
|
+
): Promise<any>;
|
|
4909
4908
|
}
|
|
4910
4909
|
}
|
|
4911
4910
|
|
|
@@ -4997,8 +4996,9 @@ declare module "sap/ushell/services/Extension" {
|
|
|
4997
4996
|
|
|
4998
4997
|
/**
|
|
4999
4998
|
* Creates a header item in the shell header. **Restrictions:**
|
|
5000
|
-
* - The control properties are only allowed to contain primitive properties and event handlers.
|
|
5001
|
-
* controls and
|
|
4999
|
+
* - The control properties are only allowed to contain primitive properties and event handlers. Bindings,
|
|
5000
|
+
* aggregations, controls and objects with prototypes are not allowed!
|
|
5001
|
+
* - The created controls cannot have stable ids! Instead you can provide a help id.
|
|
5002
5002
|
* - The event handlers are not bound to the actual control and do not receive the event arguments.
|
|
5003
5003
|
*
|
|
5004
5004
|
* @since 1.120.0
|
|
@@ -5018,6 +5018,10 @@ declare module "sap/ushell/services/Extension" {
|
|
|
5018
5018
|
* Possible values are `begin` and `end`.
|
|
5019
5019
|
*/
|
|
5020
5020
|
position?: string;
|
|
5021
|
+
/**
|
|
5022
|
+
* The help id of the user action. This allows to assign help content to the user action.
|
|
5023
|
+
*/
|
|
5024
|
+
helpId?: string;
|
|
5021
5025
|
}
|
|
5022
5026
|
): Promise<Item>;
|
|
5023
5027
|
/**
|
|
@@ -5025,8 +5029,9 @@ declare module "sap/ushell/services/Extension" {
|
|
|
5025
5029
|
* The `controlType` can be any control and is by default a {@link sap.ushell.ui.launchpad.ActionItem}.
|
|
5026
5030
|
* The `controlProperties` are passed to the constructor of the control.
|
|
5027
5031
|
* **Restrictions:**
|
|
5028
|
-
* - The control properties are only allowed to contain primitive properties and event handlers.
|
|
5029
|
-
* controls and
|
|
5032
|
+
* - The control properties are only allowed to contain primitive properties and event handlers. Bindings,
|
|
5033
|
+
* aggregations, controls and objects with prototypes are not allowed!
|
|
5034
|
+
* - The created controls cannot have stable ids! Instead you can provide a help id.
|
|
5030
5035
|
* - The event handlers are not bound to the actual control and do not receive the event arguments.
|
|
5031
5036
|
*
|
|
5032
5037
|
* @since 1.120.0
|
|
@@ -5046,6 +5051,10 @@ declare module "sap/ushell/services/Extension" {
|
|
|
5046
5051
|
* Defines the `controlType` of the item.
|
|
5047
5052
|
*/
|
|
5048
5053
|
controlType?: string;
|
|
5054
|
+
/**
|
|
5055
|
+
* The help id of the user action. This allows to assign help content to the user action.
|
|
5056
|
+
*/
|
|
5057
|
+
helpId?: string;
|
|
5049
5058
|
}
|
|
5050
5059
|
): Promise<Item>;
|
|
5051
5060
|
}
|
|
@@ -6628,7 +6637,7 @@ declare module "sap/ushell/services/Navigation" {
|
|
|
6628
6637
|
/**
|
|
6629
6638
|
* positive integer representing the steps to go back in the history
|
|
6630
6639
|
*/
|
|
6631
|
-
iSteps
|
|
6640
|
+
iSteps?: int
|
|
6632
6641
|
): void;
|
|
6633
6642
|
/**
|
|
6634
6643
|
* Checks whether the FLP has performed the first navigation. This method can be used to detect whether
|
|
@@ -7262,7 +7271,7 @@ declare module "sap/ushell/services/Notifications" {
|
|
|
7262
7271
|
* The ID of the action that is being executed
|
|
7263
7272
|
*/
|
|
7264
7273
|
sActionId: string
|
|
7265
|
-
): Promise<
|
|
7274
|
+
): Promise<any>;
|
|
7266
7275
|
/**
|
|
7267
7276
|
* Returns the notifications of the user sorted by type include the group headers and the notifications
|
|
7268
7277
|
*
|
|
@@ -7579,6 +7588,19 @@ declare module "sap/ushell/services/NotificationsV2" {
|
|
|
7579
7588
|
*/
|
|
7580
7589
|
callback: Function
|
|
7581
7590
|
): void;
|
|
7591
|
+
/**
|
|
7592
|
+
* Set the number of unseen notifications
|
|
7593
|
+
* e.g. Notifications that the user hasn't seen yet.
|
|
7594
|
+
*
|
|
7595
|
+
*
|
|
7596
|
+
* @returns Promise resolves when the unseen notifications count is set
|
|
7597
|
+
*/
|
|
7598
|
+
setUnseenNotificationsCount(
|
|
7599
|
+
/**
|
|
7600
|
+
* The number of unseen notifications to set
|
|
7601
|
+
*/
|
|
7602
|
+
number: int
|
|
7603
|
+
): Promise<any>;
|
|
7582
7604
|
}
|
|
7583
7605
|
/**
|
|
7584
7606
|
* Type for Action
|
|
@@ -9301,7 +9323,7 @@ declare module "sap/ushell/services/PersonalizationV2/ContextContainer" {
|
|
|
9301
9323
|
*/
|
|
9302
9324
|
load(): Promise<any>;
|
|
9303
9325
|
/**
|
|
9304
|
-
* Save the current container data at the underlying storage asynchronously at the
|
|
9326
|
+
* Save the current container data at the underlying storage asynchronously at the earliest nDelayInMilliseconds
|
|
9305
9327
|
* seconds before. The current state is serialized.
|
|
9306
9328
|
*
|
|
9307
9329
|
* @since 1.120.0
|
|
@@ -9310,7 +9332,12 @@ declare module "sap/ushell/services/PersonalizationV2/ContextContainer" {
|
|
|
9310
9332
|
*
|
|
9311
9333
|
* The operation may wait for completion of another pending operation.
|
|
9312
9334
|
*/
|
|
9313
|
-
save(
|
|
9335
|
+
save(
|
|
9336
|
+
/**
|
|
9337
|
+
* the delay.
|
|
9338
|
+
*/
|
|
9339
|
+
nDelayInMilliseconds: int
|
|
9340
|
+
): Promise<any>;
|
|
9314
9341
|
/**
|
|
9315
9342
|
* Sets the value of a direct item in the container. In case the item is already existing its value is overwritten.
|
|
9316
9343
|
* In case it is not existing a new item with this key and value is created. The value is serialized during
|
|
@@ -9556,6 +9583,8 @@ declare module "sap/ushell/services/PersonalizationV2/VariantSet" {
|
|
|
9556
9583
|
* is thrown.
|
|
9557
9584
|
*
|
|
9558
9585
|
* @since 1.120.0
|
|
9586
|
+
*
|
|
9587
|
+
* @returns the variant.
|
|
9559
9588
|
*/
|
|
9560
9589
|
addVariant(
|
|
9561
9590
|
/**
|
|
@@ -9839,7 +9868,6 @@ declare module "sap/ushell/services/ShellNavigation" {
|
|
|
9839
9868
|
* ```javascript
|
|
9840
9869
|
*
|
|
9841
9870
|
* {
|
|
9842
|
-
* "status": sap.ushell.NavigationState.Navigating,
|
|
9843
9871
|
* "isCrossAppNavigation": true,
|
|
9844
9872
|
* "innerAppRoute": "employee/overview"
|
|
9845
9873
|
* }
|
|
@@ -9957,7 +9985,12 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9957
9985
|
*
|
|
9958
9986
|
* @returns Resolves with an array of link objects sorted according to their relevance to the calling application.
|
|
9959
9987
|
*/
|
|
9960
|
-
getLinks(
|
|
9988
|
+
getLinks(
|
|
9989
|
+
/**
|
|
9990
|
+
* An object containing nominal arguments for the method.
|
|
9991
|
+
*/
|
|
9992
|
+
oArgs?: object | object[][]
|
|
9993
|
+
): jQuery.Promise;
|
|
9961
9994
|
/**
|
|
9962
9995
|
* Completely delegates to {@link sap.ushell.services.CrossApplicationNavigation#getPrimaryIntent}, and
|
|
9963
9996
|
* either may be used in place of the other with exactly the same outcome.
|
|
@@ -9965,8 +9998,10 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9965
9998
|
* sap.ushell.services.CrossApplicationNavigation#getPrimaryIntent
|
|
9966
9999
|
*
|
|
9967
10000
|
* @since 1.48.0
|
|
10001
|
+
*
|
|
10002
|
+
* @returns Resolves to an object when a relevant link object exists.
|
|
9968
10003
|
*/
|
|
9969
|
-
getPrimaryIntent():
|
|
10004
|
+
getPrimaryIntent(): jQuery.Promise;
|
|
9970
10005
|
/**
|
|
9971
10006
|
* Completely delegates to {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternal}, and may
|
|
9972
10007
|
* be used in place of the other with exactly the same outcome.
|
|
@@ -9975,8 +10010,10 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9975
10010
|
*
|
|
9976
10011
|
* @since 1.46.0
|
|
9977
10012
|
* @deprecated As of version 1.94. Please use {@link #hrefForExternalAsync} instead.
|
|
10013
|
+
*
|
|
10014
|
+
* @returns A href for the specified parameters as an *external* shell hash.
|
|
9978
10015
|
*/
|
|
9979
|
-
hrefForExternal():
|
|
10016
|
+
hrefForExternal(): string;
|
|
9980
10017
|
/**
|
|
9981
10018
|
* Completely delegates to {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternalAsync},
|
|
9982
10019
|
* and may be used in place of the other with exactly the same outcome.
|
|
@@ -9997,7 +10034,12 @@ declare module "sap/ushell/services/SmartNavigation" {
|
|
|
9997
10034
|
*
|
|
9998
10035
|
* @since 1.44.0
|
|
9999
10036
|
*/
|
|
10000
|
-
toExternal(
|
|
10037
|
+
toExternal(
|
|
10038
|
+
/**
|
|
10039
|
+
* An object containing nominal arguments for the method.
|
|
10040
|
+
*/
|
|
10041
|
+
oArgs?: object
|
|
10042
|
+
): void;
|
|
10001
10043
|
/**
|
|
10002
10044
|
* Tracks a navigation to a valid intent if provided via arguments but does not perform the navigation itself.
|
|
10003
10045
|
* If no valid intent was provided tracking will be prevented. The intent has to consist of SemanticObject
|
|
@@ -10664,7 +10706,7 @@ declare module "sap/ushell/services/UserInfo" {
|
|
|
10664
10706
|
/**
|
|
10665
10707
|
* Returns an object representing data about the user.
|
|
10666
10708
|
*
|
|
10667
|
-
* @since 1.
|
|
10709
|
+
* @since 1.115.0
|
|
10668
10710
|
*
|
|
10669
10711
|
* @returns Object providing information about the logged-in user.
|
|
10670
10712
|
*/
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED