@sapui5/ts-types 1.144.1 → 1.145.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.ui.core.d.ts → core-1.145.0-d.ts} +140 -97
- package/types/index.d.ts +3 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.145.0-d.ts} +356 -49
- package/types/{sap.m.d.ts → mobile-1.145.0-d.ts} +29 -12
- 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.esh.search.ui.d.ts +112 -82
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +300 -28
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +165 -4
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1108 -284
- 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 +12 -1
- package/types/sap.fe.test.d.ts +150 -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 +134 -1
- package/types/sap.insights.d.ts +1 -1
- 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 +32 -2
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +234 -15
- package/types/sap.suite.ui.generic.template.d.ts +46 -1
- package/types/sap.suite.ui.microchart.d.ts +2 -1
- package/types/sap.tnt.d.ts +19 -11
- 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 +76 -2
- 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 -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.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +29 -7
- 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 +5 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +42 -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 +175 -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 +18 -8
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -155,8 +155,6 @@ declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
|
155
155
|
declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
|
|
156
156
|
/**
|
|
157
157
|
* CollaborationHelper for collaboration-related functionalities
|
|
158
|
-
*
|
|
159
|
-
* @since 1.108
|
|
160
158
|
*/
|
|
161
159
|
interface CollaborationHelper {
|
|
162
160
|
/**
|
|
@@ -5371,8 +5369,8 @@ declare namespace sap {
|
|
|
5371
5369
|
search?: (oEvent: Graph$SearchEvent) => void;
|
|
5372
5370
|
|
|
5373
5371
|
/**
|
|
5374
|
-
* This event is fired when a user drops a node in the graph. This event is available only
|
|
5375
|
-
*
|
|
5372
|
+
* This event is fired when a user drops a node in the graph. This event is available only when the layout
|
|
5373
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
|
|
5376
5374
|
*
|
|
5377
5375
|
* @since 1.144
|
|
5378
5376
|
*/
|
|
@@ -5384,6 +5382,15 @@ declare namespace sap {
|
|
|
5384
5382
|
* @since 1.144
|
|
5385
5383
|
*/
|
|
5386
5384
|
connectionCreated?: (oEvent: Graph$ConnectionCreatedEvent) => void;
|
|
5385
|
+
|
|
5386
|
+
/**
|
|
5387
|
+
* This event is fired when a user presses the delete key on a focused node or line. This event is available
|
|
5388
|
+
* only when the layout algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to
|
|
5389
|
+
* `true`.
|
|
5390
|
+
*
|
|
5391
|
+
* @since 1.145
|
|
5392
|
+
*/
|
|
5393
|
+
itemDeleted?: (oEvent: Graph$ItemDeletedEvent) => void;
|
|
5387
5394
|
}
|
|
5388
5395
|
|
|
5389
5396
|
/**
|
|
@@ -5809,6 +5816,31 @@ declare namespace sap {
|
|
|
5809
5816
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5810
5817
|
| `{${string}}`;
|
|
5811
5818
|
|
|
5819
|
+
/**
|
|
5820
|
+
* Determines the port configuration for this node. When set, it overrides the graph-level nodePorts setting.
|
|
5821
|
+
* If not set (defaults to None), the graph-level setting is used. Ports are available only when the layout
|
|
5822
|
+
* algorithm is set to "NoopLayout", and when the drag and drop is enabled.
|
|
5823
|
+
*
|
|
5824
|
+
* @since 1.145
|
|
5825
|
+
*/
|
|
5826
|
+
nodePorts?: /* was: sap.suite.ui.commons.networkgraph.NodePorts */
|
|
5827
|
+
| any
|
|
5828
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5829
|
+
| `{${string}}`;
|
|
5830
|
+
|
|
5831
|
+
/**
|
|
5832
|
+
* Determines whether the 'Create Connection' action button is displayed on this node. When set, it overrides
|
|
5833
|
+
* the graph-level showCreateConnectionButton setting. If set to default (true), the graph-level setting
|
|
5834
|
+
* is used. The button is used to create connections between nodes as an accessible alternative to node
|
|
5835
|
+
* ports.
|
|
5836
|
+
*
|
|
5837
|
+
* @since 1.145
|
|
5838
|
+
*/
|
|
5839
|
+
showCreateConnectionButton?:
|
|
5840
|
+
| boolean
|
|
5841
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5842
|
+
| `{${string}}`;
|
|
5843
|
+
|
|
5812
5844
|
/**
|
|
5813
5845
|
* A list of links to be shown in the links area. A link may point to any UI5 control. It's up to the caller
|
|
5814
5846
|
* to set up all necessary callback functions.
|
|
@@ -6095,6 +6127,16 @@ declare namespace sap {
|
|
|
6095
6127
|
*/
|
|
6096
6128
|
interface Graph$GraphReadyEventParameters {}
|
|
6097
6129
|
|
|
6130
|
+
/**
|
|
6131
|
+
* Parameters of the Graph#itemDeleted event.
|
|
6132
|
+
*/
|
|
6133
|
+
interface Graph$ItemDeletedEventParameters {
|
|
6134
|
+
/**
|
|
6135
|
+
* The item (node or line) that is to be deleted.
|
|
6136
|
+
*/
|
|
6137
|
+
item?: sap.suite.ui.commons.networkgraph.ElementBase;
|
|
6138
|
+
}
|
|
6139
|
+
|
|
6098
6140
|
/**
|
|
6099
6141
|
* Parameters of the Graph#nodeDropped event.
|
|
6100
6142
|
*/
|
|
@@ -7438,14 +7480,69 @@ declare namespace sap {
|
|
|
7438
7480
|
*/
|
|
7439
7481
|
oListener?: object
|
|
7440
7482
|
): this;
|
|
7483
|
+
/**
|
|
7484
|
+
* Attaches event handler `fnFunction` to the {@link #event:itemDeleted itemDeleted} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7485
|
+
*
|
|
7486
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7487
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
7488
|
+
*
|
|
7489
|
+
* This event is fired when a user presses the delete key on a focused node or line. This event is available
|
|
7490
|
+
* only when the layout algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to
|
|
7491
|
+
* `true`.
|
|
7492
|
+
*
|
|
7493
|
+
* @since 1.145
|
|
7494
|
+
*
|
|
7495
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7496
|
+
*/
|
|
7497
|
+
attachItemDeleted(
|
|
7498
|
+
/**
|
|
7499
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
7500
|
+
* object when firing the event
|
|
7501
|
+
*/
|
|
7502
|
+
oData: object,
|
|
7503
|
+
/**
|
|
7504
|
+
* The function to be called when the event occurs
|
|
7505
|
+
*/
|
|
7506
|
+
fnFunction: (p1: Graph$ItemDeletedEvent) => void,
|
|
7507
|
+
/**
|
|
7508
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
7509
|
+
* itself
|
|
7510
|
+
*/
|
|
7511
|
+
oListener?: object
|
|
7512
|
+
): this;
|
|
7513
|
+
/**
|
|
7514
|
+
* Attaches event handler `fnFunction` to the {@link #event:itemDeleted itemDeleted} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7515
|
+
*
|
|
7516
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7517
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
7518
|
+
*
|
|
7519
|
+
* This event is fired when a user presses the delete key on a focused node or line. This event is available
|
|
7520
|
+
* only when the layout algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to
|
|
7521
|
+
* `true`.
|
|
7522
|
+
*
|
|
7523
|
+
* @since 1.145
|
|
7524
|
+
*
|
|
7525
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7526
|
+
*/
|
|
7527
|
+
attachItemDeleted(
|
|
7528
|
+
/**
|
|
7529
|
+
* The function to be called when the event occurs
|
|
7530
|
+
*/
|
|
7531
|
+
fnFunction: (p1: Graph$ItemDeletedEvent) => void,
|
|
7532
|
+
/**
|
|
7533
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
7534
|
+
* itself
|
|
7535
|
+
*/
|
|
7536
|
+
oListener?: object
|
|
7537
|
+
): this;
|
|
7441
7538
|
/**
|
|
7442
7539
|
* Attaches event handler `fnFunction` to the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7443
7540
|
*
|
|
7444
7541
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7445
7542
|
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
7446
7543
|
*
|
|
7447
|
-
* This event is fired when a user drops a node in the graph. This event is available only
|
|
7448
|
-
*
|
|
7544
|
+
* This event is fired when a user drops a node in the graph. This event is available only when the layout
|
|
7545
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
|
|
7449
7546
|
*
|
|
7450
7547
|
* @since 1.144
|
|
7451
7548
|
*
|
|
@@ -7473,8 +7570,8 @@ declare namespace sap {
|
|
|
7473
7570
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7474
7571
|
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
7475
7572
|
*
|
|
7476
|
-
* This event is fired when a user drops a node in the graph. This event is available only
|
|
7477
|
-
*
|
|
7573
|
+
* This event is fired when a user drops a node in the graph. This event is available only when the layout
|
|
7574
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
|
|
7478
7575
|
*
|
|
7479
7576
|
* @since 1.144
|
|
7480
7577
|
*
|
|
@@ -7842,6 +7939,25 @@ declare namespace sap {
|
|
|
7842
7939
|
*/
|
|
7843
7940
|
oListener?: object
|
|
7844
7941
|
): this;
|
|
7942
|
+
/**
|
|
7943
|
+
* Detaches event handler `fnFunction` from the {@link #event:itemDeleted itemDeleted} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7944
|
+
*
|
|
7945
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
7946
|
+
*
|
|
7947
|
+
* @since 1.145
|
|
7948
|
+
*
|
|
7949
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7950
|
+
*/
|
|
7951
|
+
detachItemDeleted(
|
|
7952
|
+
/**
|
|
7953
|
+
* The function to be called, when the event occurs
|
|
7954
|
+
*/
|
|
7955
|
+
fnFunction: (p1: Graph$ItemDeletedEvent) => void,
|
|
7956
|
+
/**
|
|
7957
|
+
* Context object on which the given function had to be called
|
|
7958
|
+
*/
|
|
7959
|
+
oListener?: object
|
|
7960
|
+
): this;
|
|
7845
7961
|
/**
|
|
7846
7962
|
* Detaches event handler `fnFunction` from the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7847
7963
|
*
|
|
@@ -8001,6 +8117,20 @@ declare namespace sap {
|
|
|
8001
8117
|
*/
|
|
8002
8118
|
mParameters?: object
|
|
8003
8119
|
): this;
|
|
8120
|
+
/**
|
|
8121
|
+
* Fires event {@link #event:itemDeleted itemDeleted} to attached listeners.
|
|
8122
|
+
*
|
|
8123
|
+
* @since 1.145
|
|
8124
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8125
|
+
*
|
|
8126
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8127
|
+
*/
|
|
8128
|
+
fireItemDeleted(
|
|
8129
|
+
/**
|
|
8130
|
+
* Parameters to pass along with the event
|
|
8131
|
+
*/
|
|
8132
|
+
mParameters?: sap.suite.ui.commons.networkgraph.Graph$ItemDeletedEventParameters
|
|
8133
|
+
): this;
|
|
8004
8134
|
/**
|
|
8005
8135
|
* Fires event {@link #event:nodeDropped nodeDropped} to attached listeners.
|
|
8006
8136
|
*
|
|
@@ -11287,6 +11417,18 @@ declare namespace sap {
|
|
|
11287
11417
|
* @returns Value of property `maxWidth`
|
|
11288
11418
|
*/
|
|
11289
11419
|
getMaxWidth(): int;
|
|
11420
|
+
/**
|
|
11421
|
+
* Gets current value of property {@link #getNodePorts nodePorts}.
|
|
11422
|
+
*
|
|
11423
|
+
* Determines the port configuration for this node. When set, it overrides the graph-level nodePorts setting.
|
|
11424
|
+
* If not set (defaults to None), the graph-level setting is used. Ports are available only when the layout
|
|
11425
|
+
* algorithm is set to "NoopLayout", and when the drag and drop is enabled.
|
|
11426
|
+
*
|
|
11427
|
+
* @since 1.145
|
|
11428
|
+
*
|
|
11429
|
+
* @returns Value of property `nodePorts`
|
|
11430
|
+
*/
|
|
11431
|
+
getNodePorts(): /* was: sap.suite.ui.commons.networkgraph.NodePorts */ any;
|
|
11290
11432
|
/**
|
|
11291
11433
|
* Gets current value of property {@link #getNodeTitleBackground nodeTitleBackground}.
|
|
11292
11434
|
*
|
|
@@ -11347,6 +11489,21 @@ declare namespace sap {
|
|
|
11347
11489
|
* @returns Value of property `showActionLinksButton`
|
|
11348
11490
|
*/
|
|
11349
11491
|
getShowActionLinksButton(): boolean;
|
|
11492
|
+
/**
|
|
11493
|
+
* Gets current value of property {@link #getShowCreateConnectionButton showCreateConnectionButton}.
|
|
11494
|
+
*
|
|
11495
|
+
* Determines whether the 'Create Connection' action button is displayed on this node. When set, it overrides
|
|
11496
|
+
* the graph-level showCreateConnectionButton setting. If set to default (true), the graph-level setting
|
|
11497
|
+
* is used. The button is used to create connections between nodes as an accessible alternative to node
|
|
11498
|
+
* ports.
|
|
11499
|
+
*
|
|
11500
|
+
* Default value is `true`.
|
|
11501
|
+
*
|
|
11502
|
+
* @since 1.145
|
|
11503
|
+
*
|
|
11504
|
+
* @returns Value of property `showCreateConnectionButton`
|
|
11505
|
+
*/
|
|
11506
|
+
getShowCreateConnectionButton(): boolean;
|
|
11350
11507
|
/**
|
|
11351
11508
|
* Gets current value of property {@link #getShowDetailButton showDetailButton}.
|
|
11352
11509
|
*
|
|
@@ -11965,6 +12122,25 @@ declare namespace sap {
|
|
|
11965
12122
|
*/
|
|
11966
12123
|
iMaxWidth?: int
|
|
11967
12124
|
): this;
|
|
12125
|
+
/**
|
|
12126
|
+
* Sets a new value for property {@link #getNodePorts nodePorts}.
|
|
12127
|
+
*
|
|
12128
|
+
* Determines the port configuration for this node. When set, it overrides the graph-level nodePorts setting.
|
|
12129
|
+
* If not set (defaults to None), the graph-level setting is used. Ports are available only when the layout
|
|
12130
|
+
* algorithm is set to "NoopLayout", and when the drag and drop is enabled.
|
|
12131
|
+
*
|
|
12132
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12133
|
+
*
|
|
12134
|
+
* @since 1.145
|
|
12135
|
+
*
|
|
12136
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
12137
|
+
*/
|
|
12138
|
+
setNodePorts(
|
|
12139
|
+
/**
|
|
12140
|
+
* New value for property `nodePorts`
|
|
12141
|
+
*/
|
|
12142
|
+
sNodePorts: /* was: sap.suite.ui.commons.networkgraph.NodePorts */ any
|
|
12143
|
+
): this;
|
|
11968
12144
|
/**
|
|
11969
12145
|
* Sets a new value for property {@link #getNodeTitleBackground nodeTitleBackground}.
|
|
11970
12146
|
*
|
|
@@ -12039,6 +12215,28 @@ declare namespace sap {
|
|
|
12039
12215
|
*/
|
|
12040
12216
|
bShowActionLinksButton?: boolean
|
|
12041
12217
|
): this;
|
|
12218
|
+
/**
|
|
12219
|
+
* Sets a new value for property {@link #getShowCreateConnectionButton showCreateConnectionButton}.
|
|
12220
|
+
*
|
|
12221
|
+
* Determines whether the 'Create Connection' action button is displayed on this node. When set, it overrides
|
|
12222
|
+
* the graph-level showCreateConnectionButton setting. If set to default (true), the graph-level setting
|
|
12223
|
+
* is used. The button is used to create connections between nodes as an accessible alternative to node
|
|
12224
|
+
* ports.
|
|
12225
|
+
*
|
|
12226
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12227
|
+
*
|
|
12228
|
+
* Default value is `true`.
|
|
12229
|
+
*
|
|
12230
|
+
* @since 1.145
|
|
12231
|
+
*
|
|
12232
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
12233
|
+
*/
|
|
12234
|
+
setShowCreateConnectionButton(
|
|
12235
|
+
/**
|
|
12236
|
+
* New value for property `showCreateConnectionButton`
|
|
12237
|
+
*/
|
|
12238
|
+
bShowCreateConnectionButton?: boolean
|
|
12239
|
+
): this;
|
|
12042
12240
|
/**
|
|
12043
12241
|
* Sets a new value for property {@link #getShowDetailButton showDetailButton}.
|
|
12044
12242
|
*
|
|
@@ -12932,6 +13130,24 @@ declare namespace sap {
|
|
|
12932
13130
|
*/
|
|
12933
13131
|
White = "White",
|
|
12934
13132
|
}
|
|
13133
|
+
/**
|
|
13134
|
+
* Defines the arrangement of components in the dependency layout.
|
|
13135
|
+
*
|
|
13136
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
13137
|
+
* 'networkgraph.ComponentArrangement'.
|
|
13138
|
+
*
|
|
13139
|
+
* @since 1.145
|
|
13140
|
+
*/
|
|
13141
|
+
enum ComponentArrangement {
|
|
13142
|
+
/**
|
|
13143
|
+
* Components are arranged horizontally.
|
|
13144
|
+
*/
|
|
13145
|
+
Horizontal = "Horizontal",
|
|
13146
|
+
/**
|
|
13147
|
+
* Components are arranged vertically.
|
|
13148
|
+
*/
|
|
13149
|
+
Vertical = "Vertical",
|
|
13150
|
+
}
|
|
12935
13151
|
/**
|
|
12936
13152
|
* Semantic type of the node status.
|
|
12937
13153
|
*
|
|
@@ -13202,6 +13418,14 @@ declare namespace sap {
|
|
|
13202
13418
|
Graph
|
|
13203
13419
|
>;
|
|
13204
13420
|
|
|
13421
|
+
/**
|
|
13422
|
+
* Event object of the Graph#itemDeleted event.
|
|
13423
|
+
*/
|
|
13424
|
+
type Graph$ItemDeletedEvent = sap.ui.base.Event<
|
|
13425
|
+
Graph$ItemDeletedEventParameters,
|
|
13426
|
+
Graph
|
|
13427
|
+
>;
|
|
13428
|
+
|
|
13205
13429
|
/**
|
|
13206
13430
|
* Event object of the Graph#nodeDropped event.
|
|
13207
13431
|
*/
|
|
@@ -20353,8 +20577,6 @@ declare namespace sap {
|
|
|
20353
20577
|
|
|
20354
20578
|
/**
|
|
20355
20579
|
* Describes the settings that can be provided to the CloudFilePicker constructor.
|
|
20356
|
-
*
|
|
20357
|
-
* @experimental
|
|
20358
20580
|
*/
|
|
20359
20581
|
interface $CloudFilePickerSettings extends sap.m.$DialogSettings {
|
|
20360
20582
|
/**
|
|
@@ -29078,10 +29300,7 @@ declare namespace sap {
|
|
|
29078
29300
|
sUnit?: string
|
|
29079
29301
|
): this;
|
|
29080
29302
|
}
|
|
29081
|
-
|
|
29082
|
-
* @since 1.101
|
|
29083
|
-
* @experimental
|
|
29084
|
-
*/
|
|
29303
|
+
|
|
29085
29304
|
class CloudFilePicker extends sap.m.Dialog {
|
|
29086
29305
|
/**
|
|
29087
29306
|
* Constructor of the CloudFilePicker
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -3007,6 +3007,51 @@ declare namespace sap {
|
|
|
3007
3007
|
*/
|
|
3008
3008
|
iLevel: int
|
|
3009
3009
|
): void;
|
|
3010
|
+
/**
|
|
3011
|
+
* Provides an option to Configures a side effect for custom column, the extension API method should be
|
|
3012
|
+
* Implemented/Called from "onAfterRendering" method. Note: Extension API only supported for Responsive/Grid
|
|
3013
|
+
* table.
|
|
3014
|
+
*
|
|
3015
|
+
*
|
|
3016
|
+
* @returns returns a call back function, And qualifier of the side effect should be passed. Call back function
|
|
3017
|
+
* need to be called from controls(Custom control which inside the custom column) event-handler.
|
|
3018
|
+
*/
|
|
3019
|
+
registerCustomColumnForSideEffect(
|
|
3020
|
+
/**
|
|
3021
|
+
* The control object for the custom column.
|
|
3022
|
+
*/
|
|
3023
|
+
oTable: Object,
|
|
3024
|
+
/**
|
|
3025
|
+
* The name of the property associated with the custom column.
|
|
3026
|
+
*/
|
|
3027
|
+
sProperty: String,
|
|
3028
|
+
/**
|
|
3029
|
+
* The entity set to which the custom column belongs.
|
|
3030
|
+
*/
|
|
3031
|
+
sEntitySet: String
|
|
3032
|
+
): Function;
|
|
3033
|
+
/**
|
|
3034
|
+
* Provides an option to Configures a side effect for custom field, the extension controller should be Implemented/Called
|
|
3035
|
+
* from "onAfterRendering" method of table. Note: Navigation property is not supported.
|
|
3036
|
+
*
|
|
3037
|
+
*
|
|
3038
|
+
* @returns returns a call back function, And qualifier of the side effect should be passed. Call back function
|
|
3039
|
+
* need to be called from controls event-handler.
|
|
3040
|
+
*/
|
|
3041
|
+
registerCustomFieldForSideEffect(
|
|
3042
|
+
/**
|
|
3043
|
+
* The control object for the custom field.
|
|
3044
|
+
*/
|
|
3045
|
+
oControl: Object,
|
|
3046
|
+
/**
|
|
3047
|
+
* The name of the property associated with the custom field.
|
|
3048
|
+
*/
|
|
3049
|
+
sProperty: String,
|
|
3050
|
+
/**
|
|
3051
|
+
* The entity set to which the custom field belongs.
|
|
3052
|
+
*/
|
|
3053
|
+
sEntitySet: String
|
|
3054
|
+
): Function;
|
|
3010
3055
|
/**
|
|
3011
3056
|
* Registers a filter provider for the the message popover
|
|
3012
3057
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -7443,6 +7443,7 @@ declare namespace sap {
|
|
|
7443
7443
|
* described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a
|
|
7444
7444
|
* custom tooltip, use `((AltText))` inside of the tooltip string. The aggregated data of the microchart
|
|
7445
7445
|
* can also be customized.
|
|
7446
|
+
* Note: The default value of truncation is 5 digit and varies between languages.
|
|
7446
7447
|
*
|
|
7447
7448
|
* @since 1.34
|
|
7448
7449
|
*/
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -175,6 +175,8 @@ declare namespace sap {
|
|
|
175
175
|
extends sap.tnt.$NavigationListItemBaseSettings {
|
|
176
176
|
/**
|
|
177
177
|
* Specifies the icon for the item.
|
|
178
|
+
*
|
|
179
|
+
* **Note:** By design, icons on second-level (child) navigation items are not rendered.
|
|
178
180
|
*/
|
|
179
181
|
icon?:
|
|
180
182
|
| sap.ui.core.URI
|
|
@@ -236,8 +238,8 @@ declare namespace sap {
|
|
|
236
238
|
target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
237
239
|
|
|
238
240
|
/**
|
|
239
|
-
* Specifies if the item has a special design.
|
|
240
|
-
* sub-items
|
|
241
|
+
* Specifies if the item has a special design. **Note:** If the `design` property is not set to `NavigationListItemDesign.Default`,
|
|
242
|
+
* sub-items cannot be added.
|
|
241
243
|
*
|
|
242
244
|
* @since 1.133.0
|
|
243
245
|
* @experimental Behavior might change.
|
|
@@ -417,8 +419,9 @@ declare namespace sap {
|
|
|
417
419
|
interface $ToolPageSettings extends sap.ui.core.$ControlSettings {
|
|
418
420
|
/**
|
|
419
421
|
* Indicates if the side menu is expanded. Overrides the `expanded` property of the `sideContent` aggregation.
|
|
420
|
-
* **Note:** By default, on small screens, the side content is collapsed to provide
|
|
421
|
-
* content. On larger screens, it is expanded. This
|
|
422
|
+
* **Note:** By default, on mobile phone devices and small screens, the side content is collapsed to provide
|
|
423
|
+
* more space for the main content. On larger screens, excluding mobile phone devices, it is expanded. This
|
|
424
|
+
* behavior can be overridden by setting this property.
|
|
422
425
|
*/
|
|
423
426
|
sideExpanded?:
|
|
424
427
|
| boolean
|
|
@@ -1727,8 +1730,8 @@ declare namespace sap {
|
|
|
1727
1730
|
/**
|
|
1728
1731
|
* Gets current value of property {@link #getDesign design}.
|
|
1729
1732
|
*
|
|
1730
|
-
* Specifies if the item has a special design.
|
|
1731
|
-
* sub-items
|
|
1733
|
+
* Specifies if the item has a special design. **Note:** If the `design` property is not set to `NavigationListItemDesign.Default`,
|
|
1734
|
+
* sub-items cannot be added.
|
|
1732
1735
|
*
|
|
1733
1736
|
* Default value is `Default`.
|
|
1734
1737
|
*
|
|
@@ -1753,6 +1756,8 @@ declare namespace sap {
|
|
|
1753
1756
|
*
|
|
1754
1757
|
* Specifies the icon for the item.
|
|
1755
1758
|
*
|
|
1759
|
+
* **Note:** By design, icons on second-level (child) navigation items are not rendered.
|
|
1760
|
+
*
|
|
1756
1761
|
* Default value is `empty string`.
|
|
1757
1762
|
*
|
|
1758
1763
|
*
|
|
@@ -1892,8 +1897,8 @@ declare namespace sap {
|
|
|
1892
1897
|
/**
|
|
1893
1898
|
* Sets a new value for property {@link #getDesign design}.
|
|
1894
1899
|
*
|
|
1895
|
-
* Specifies if the item has a special design.
|
|
1896
|
-
* sub-items
|
|
1900
|
+
* Specifies if the item has a special design. **Note:** If the `design` property is not set to `NavigationListItemDesign.Default`,
|
|
1901
|
+
* sub-items cannot be added.
|
|
1897
1902
|
*
|
|
1898
1903
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1899
1904
|
*
|
|
@@ -1932,6 +1937,8 @@ declare namespace sap {
|
|
|
1932
1937
|
*
|
|
1933
1938
|
* Specifies the icon for the item.
|
|
1934
1939
|
*
|
|
1940
|
+
* **Note:** By design, icons on second-level (child) navigation items are not rendered.
|
|
1941
|
+
*
|
|
1935
1942
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1936
1943
|
*
|
|
1937
1944
|
* Default value is `empty string`.
|
|
@@ -3102,8 +3109,9 @@ declare namespace sap {
|
|
|
3102
3109
|
* Gets current value of property {@link #getSideExpanded sideExpanded}.
|
|
3103
3110
|
*
|
|
3104
3111
|
* Indicates if the side menu is expanded. Overrides the `expanded` property of the `sideContent` aggregation.
|
|
3105
|
-
* *Note:** By default, on small screens, the side content is collapsed to provide
|
|
3106
|
-
* content. On larger screens, it is expanded. This
|
|
3112
|
+
* *Note:** By default, on mobile phone devices and small screens, the side content is collapsed to provide
|
|
3113
|
+
* more space for the main content. On larger screens, excluding mobile phone devices, it is expanded. This
|
|
3114
|
+
* behavior can be overridden by setting this property.
|
|
3107
3115
|
*
|
|
3108
3116
|
* Default value is `true`.
|
|
3109
3117
|
*
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1142,7 +1142,7 @@ declare namespace sap {
|
|
|
1142
1142
|
/**
|
|
1143
1143
|
* Enables to add application specific content to the filters dialog. If the content was not yet added it
|
|
1144
1144
|
* will be added. The content will be set to visible, all other filters dialog content will be set to invisible.
|
|
1145
|
-
* Not implemented yet for the new Adapt Filters
|
|
1145
|
+
* Not implemented yet for the new Adapt Filters dialog
|
|
1146
1146
|
*
|
|
1147
1147
|
* @deprecated As of version 1.84. with no replacement.
|
|
1148
1148
|
*
|
|
@@ -39420,6 +39420,27 @@ declare namespace sap {
|
|
|
39420
39420
|
| object
|
|
39421
39421
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
39422
39422
|
| `{${string}}`;
|
|
39423
|
+
|
|
39424
|
+
/**
|
|
39425
|
+
* Structure defining the order of filter items.
|
|
39426
|
+
*
|
|
39427
|
+
*
|
|
39428
|
+
* ```javascript
|
|
39429
|
+
*
|
|
39430
|
+
* {
|
|
39431
|
+
* orderedItems: [
|
|
39432
|
+
* {
|
|
39433
|
+
* group: string,
|
|
39434
|
+
* name: string
|
|
39435
|
+
* }
|
|
39436
|
+
* ]
|
|
39437
|
+
* }
|
|
39438
|
+
* ```
|
|
39439
|
+
*/
|
|
39440
|
+
orderedItems?:
|
|
39441
|
+
| object
|
|
39442
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
39443
|
+
| `{${string}}`;
|
|
39423
39444
|
}
|
|
39424
39445
|
|
|
39425
39446
|
/**
|
|
@@ -39597,6 +39618,29 @@ declare namespace sap {
|
|
|
39597
39618
|
* @returns Metadata object describing this class
|
|
39598
39619
|
*/
|
|
39599
39620
|
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
39621
|
+
/**
|
|
39622
|
+
* Gets current value of property {@link #getOrderedItems orderedItems}.
|
|
39623
|
+
*
|
|
39624
|
+
* Structure defining the order of filter items.
|
|
39625
|
+
*
|
|
39626
|
+
*
|
|
39627
|
+
* ```javascript
|
|
39628
|
+
*
|
|
39629
|
+
* {
|
|
39630
|
+
* orderedItems: [
|
|
39631
|
+
* {
|
|
39632
|
+
* group: string,
|
|
39633
|
+
* name: string
|
|
39634
|
+
* }
|
|
39635
|
+
* ]
|
|
39636
|
+
* }
|
|
39637
|
+
* ```
|
|
39638
|
+
*
|
|
39639
|
+
*
|
|
39640
|
+
*
|
|
39641
|
+
* @returns Value of property `orderedItems`
|
|
39642
|
+
*/
|
|
39643
|
+
getOrderedItems(): object;
|
|
39600
39644
|
/**
|
|
39601
39645
|
* Gets current value of property {@link #getPresentationVariant presentationVariant}.
|
|
39602
39646
|
*
|
|
@@ -39744,6 +39788,36 @@ declare namespace sap {
|
|
|
39744
39788
|
* @returns Value of property `variantName`
|
|
39745
39789
|
*/
|
|
39746
39790
|
getVariantName(): string;
|
|
39791
|
+
/**
|
|
39792
|
+
* Sets a new value for property {@link #getOrderedItems orderedItems}.
|
|
39793
|
+
*
|
|
39794
|
+
* Structure defining the order of filter items.
|
|
39795
|
+
*
|
|
39796
|
+
*
|
|
39797
|
+
* ```javascript
|
|
39798
|
+
*
|
|
39799
|
+
* {
|
|
39800
|
+
* orderedItems: [
|
|
39801
|
+
* {
|
|
39802
|
+
* group: string,
|
|
39803
|
+
* name: string
|
|
39804
|
+
* }
|
|
39805
|
+
* ]
|
|
39806
|
+
* }
|
|
39807
|
+
* ```
|
|
39808
|
+
*
|
|
39809
|
+
*
|
|
39810
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39811
|
+
*
|
|
39812
|
+
*
|
|
39813
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39814
|
+
*/
|
|
39815
|
+
setOrderedItems(
|
|
39816
|
+
/**
|
|
39817
|
+
* New value for property `orderedItems`
|
|
39818
|
+
*/
|
|
39819
|
+
oOrderedItems: object
|
|
39820
|
+
): this;
|
|
39747
39821
|
/**
|
|
39748
39822
|
* Sets a new value for property {@link #getPresentationVariant presentationVariant}.
|
|
39749
39823
|
*
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED