@sapui5/types 1.144.1 → 1.145.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.esh.search.ui.d.ts +110 -85
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +342 -21
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +188 -4
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +853 -203
- 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 +128 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +29 -12
- 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 +31 -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 +230 -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 +73 -2
- package/types/sap.ui.core.d.ts +140 -99
- 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.mdc.d.ts +378 -50
- 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 +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +39 -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 +168 -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.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
import BaseObject from "sap/ui/base/Object";
|
|
@@ -157,8 +157,6 @@ declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
|
157
157
|
declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
|
|
158
158
|
/**
|
|
159
159
|
* CollaborationHelper for collaboration-related functionalities
|
|
160
|
-
*
|
|
161
|
-
* @since 1.108
|
|
162
160
|
*/
|
|
163
161
|
interface CollaborationHelper {
|
|
164
162
|
/**
|
|
@@ -1408,6 +1406,24 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1408
1406
|
*/
|
|
1409
1407
|
White = "White",
|
|
1410
1408
|
}
|
|
1409
|
+
/**
|
|
1410
|
+
* Defines the arrangement of components in the dependency layout.
|
|
1411
|
+
*
|
|
1412
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1413
|
+
* 'networkgraph.ComponentArrangement'.
|
|
1414
|
+
*
|
|
1415
|
+
* @since 1.145
|
|
1416
|
+
*/
|
|
1417
|
+
enum ComponentArrangement {
|
|
1418
|
+
/**
|
|
1419
|
+
* Components are arranged horizontally.
|
|
1420
|
+
*/
|
|
1421
|
+
Horizontal = "Horizontal",
|
|
1422
|
+
/**
|
|
1423
|
+
* Components are arranged vertically.
|
|
1424
|
+
*/
|
|
1425
|
+
Vertical = "Vertical",
|
|
1426
|
+
}
|
|
1411
1427
|
/**
|
|
1412
1428
|
* Semantic type of the node status.
|
|
1413
1429
|
*
|
|
@@ -6887,10 +6903,6 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
6887
6903
|
|
|
6888
6904
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6889
6905
|
|
|
6890
|
-
/**
|
|
6891
|
-
* @since 1.101
|
|
6892
|
-
* @experimental
|
|
6893
|
-
*/
|
|
6894
6906
|
export default class CloudFilePicker extends Dialog {
|
|
6895
6907
|
/**
|
|
6896
6908
|
* Constructor of the CloudFilePicker
|
|
@@ -7427,8 +7439,6 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
7427
7439
|
}
|
|
7428
7440
|
/**
|
|
7429
7441
|
* Describes the settings that can be provided to the CloudFilePicker constructor.
|
|
7430
|
-
*
|
|
7431
|
-
* @experimental
|
|
7432
7442
|
*/
|
|
7433
7443
|
export interface $CloudFilePickerSettings extends $DialogSettings {
|
|
7434
7444
|
/**
|
|
@@ -20959,14 +20969,69 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
20959
20969
|
*/
|
|
20960
20970
|
oListener?: object
|
|
20961
20971
|
): this;
|
|
20972
|
+
/**
|
|
20973
|
+
* Attaches event handler `fnFunction` to the {@link #event:itemDeleted itemDeleted} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
20974
|
+
*
|
|
20975
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
20976
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
20977
|
+
*
|
|
20978
|
+
* This event is fired when a user presses the delete key on a focused node or line. This event is available
|
|
20979
|
+
* only when the layout algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to
|
|
20980
|
+
* `true`.
|
|
20981
|
+
*
|
|
20982
|
+
* @since 1.145
|
|
20983
|
+
*
|
|
20984
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20985
|
+
*/
|
|
20986
|
+
attachItemDeleted(
|
|
20987
|
+
/**
|
|
20988
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
20989
|
+
* object when firing the event
|
|
20990
|
+
*/
|
|
20991
|
+
oData: object,
|
|
20992
|
+
/**
|
|
20993
|
+
* The function to be called when the event occurs
|
|
20994
|
+
*/
|
|
20995
|
+
fnFunction: (p1: Graph$ItemDeletedEvent) => void,
|
|
20996
|
+
/**
|
|
20997
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
20998
|
+
* itself
|
|
20999
|
+
*/
|
|
21000
|
+
oListener?: object
|
|
21001
|
+
): this;
|
|
21002
|
+
/**
|
|
21003
|
+
* Attaches event handler `fnFunction` to the {@link #event:itemDeleted itemDeleted} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21004
|
+
*
|
|
21005
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
21006
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21007
|
+
*
|
|
21008
|
+
* This event is fired when a user presses the delete key on a focused node or line. This event is available
|
|
21009
|
+
* only when the layout algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to
|
|
21010
|
+
* `true`.
|
|
21011
|
+
*
|
|
21012
|
+
* @since 1.145
|
|
21013
|
+
*
|
|
21014
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21015
|
+
*/
|
|
21016
|
+
attachItemDeleted(
|
|
21017
|
+
/**
|
|
21018
|
+
* The function to be called when the event occurs
|
|
21019
|
+
*/
|
|
21020
|
+
fnFunction: (p1: Graph$ItemDeletedEvent) => void,
|
|
21021
|
+
/**
|
|
21022
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
21023
|
+
* itself
|
|
21024
|
+
*/
|
|
21025
|
+
oListener?: object
|
|
21026
|
+
): this;
|
|
20962
21027
|
/**
|
|
20963
21028
|
* Attaches event handler `fnFunction` to the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
20964
21029
|
*
|
|
20965
21030
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
20966
21031
|
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
20967
21032
|
*
|
|
20968
|
-
* This event is fired when a user drops a node in the graph. This event is available only
|
|
20969
|
-
*
|
|
21033
|
+
* This event is fired when a user drops a node in the graph. This event is available only when the layout
|
|
21034
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
|
|
20970
21035
|
*
|
|
20971
21036
|
* @since 1.144
|
|
20972
21037
|
*
|
|
@@ -20994,8 +21059,8 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
20994
21059
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
20995
21060
|
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
20996
21061
|
*
|
|
20997
|
-
* This event is fired when a user drops a node in the graph. This event is available only
|
|
20998
|
-
*
|
|
21062
|
+
* This event is fired when a user drops a node in the graph. This event is available only when the layout
|
|
21063
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
|
|
20999
21064
|
*
|
|
21000
21065
|
* @since 1.144
|
|
21001
21066
|
*
|
|
@@ -21363,6 +21428,25 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21363
21428
|
*/
|
|
21364
21429
|
oListener?: object
|
|
21365
21430
|
): this;
|
|
21431
|
+
/**
|
|
21432
|
+
* Detaches event handler `fnFunction` from the {@link #event:itemDeleted itemDeleted} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21433
|
+
*
|
|
21434
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
21435
|
+
*
|
|
21436
|
+
* @since 1.145
|
|
21437
|
+
*
|
|
21438
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21439
|
+
*/
|
|
21440
|
+
detachItemDeleted(
|
|
21441
|
+
/**
|
|
21442
|
+
* The function to be called, when the event occurs
|
|
21443
|
+
*/
|
|
21444
|
+
fnFunction: (p1: Graph$ItemDeletedEvent) => void,
|
|
21445
|
+
/**
|
|
21446
|
+
* Context object on which the given function had to be called
|
|
21447
|
+
*/
|
|
21448
|
+
oListener?: object
|
|
21449
|
+
): this;
|
|
21366
21450
|
/**
|
|
21367
21451
|
* Detaches event handler `fnFunction` from the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21368
21452
|
*
|
|
@@ -21522,6 +21606,20 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21522
21606
|
*/
|
|
21523
21607
|
mParameters?: object
|
|
21524
21608
|
): this;
|
|
21609
|
+
/**
|
|
21610
|
+
* Fires event {@link #event:itemDeleted itemDeleted} to attached listeners.
|
|
21611
|
+
*
|
|
21612
|
+
* @since 1.145
|
|
21613
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
21614
|
+
*
|
|
21615
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21616
|
+
*/
|
|
21617
|
+
fireItemDeleted(
|
|
21618
|
+
/**
|
|
21619
|
+
* Parameters to pass along with the event
|
|
21620
|
+
*/
|
|
21621
|
+
mParameters?: Graph$ItemDeletedEventParameters
|
|
21622
|
+
): this;
|
|
21525
21623
|
/**
|
|
21526
21624
|
* Fires event {@link #event:nodeDropped nodeDropped} to attached listeners.
|
|
21527
21625
|
*
|
|
@@ -22801,8 +22899,8 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
22801
22899
|
search?: (oEvent: Graph$SearchEvent) => void;
|
|
22802
22900
|
|
|
22803
22901
|
/**
|
|
22804
|
-
* This event is fired when a user drops a node in the graph. This event is available only
|
|
22805
|
-
*
|
|
22902
|
+
* This event is fired when a user drops a node in the graph. This event is available only when the layout
|
|
22903
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`.
|
|
22806
22904
|
*
|
|
22807
22905
|
* @since 1.144
|
|
22808
22906
|
*/
|
|
@@ -22814,6 +22912,15 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
22814
22912
|
* @since 1.144
|
|
22815
22913
|
*/
|
|
22816
22914
|
connectionCreated?: (oEvent: Graph$ConnectionCreatedEvent) => void;
|
|
22915
|
+
|
|
22916
|
+
/**
|
|
22917
|
+
* This event is fired when a user presses the delete key on a focused node or line. This event is available
|
|
22918
|
+
* only when the layout algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to
|
|
22919
|
+
* `true`.
|
|
22920
|
+
*
|
|
22921
|
+
* @since 1.145
|
|
22922
|
+
*/
|
|
22923
|
+
itemDeleted?: (oEvent: Graph$ItemDeletedEvent) => void;
|
|
22817
22924
|
}
|
|
22818
22925
|
|
|
22819
22926
|
/**
|
|
@@ -22913,6 +23020,24 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
22913
23020
|
Graph
|
|
22914
23021
|
>;
|
|
22915
23022
|
|
|
23023
|
+
/**
|
|
23024
|
+
* Parameters of the Graph#itemDeleted event.
|
|
23025
|
+
*/
|
|
23026
|
+
export interface Graph$ItemDeletedEventParameters {
|
|
23027
|
+
/**
|
|
23028
|
+
* The item (node or line) that is to be deleted.
|
|
23029
|
+
*/
|
|
23030
|
+
item?: ElementBase;
|
|
23031
|
+
}
|
|
23032
|
+
|
|
23033
|
+
/**
|
|
23034
|
+
* Event object of the Graph#itemDeleted event.
|
|
23035
|
+
*/
|
|
23036
|
+
export type Graph$ItemDeletedEvent = Event<
|
|
23037
|
+
Graph$ItemDeletedEventParameters,
|
|
23038
|
+
Graph
|
|
23039
|
+
>;
|
|
23040
|
+
|
|
22916
23041
|
/**
|
|
22917
23042
|
* Parameters of the Graph#nodeDropped event.
|
|
22918
23043
|
*/
|
|
@@ -26784,6 +26909,18 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
26784
26909
|
* @returns Value of property `maxWidth`
|
|
26785
26910
|
*/
|
|
26786
26911
|
getMaxWidth(): int;
|
|
26912
|
+
/**
|
|
26913
|
+
* Gets current value of property {@link #getNodePorts nodePorts}.
|
|
26914
|
+
*
|
|
26915
|
+
* Determines the port configuration for this node. When set, it overrides the graph-level nodePorts setting.
|
|
26916
|
+
* If not set (defaults to None), the graph-level setting is used. Ports are available only when the layout
|
|
26917
|
+
* algorithm is set to "NoopLayout", and when the drag and drop is enabled.
|
|
26918
|
+
*
|
|
26919
|
+
* @since 1.145
|
|
26920
|
+
*
|
|
26921
|
+
* @returns Value of property `nodePorts`
|
|
26922
|
+
*/
|
|
26923
|
+
getNodePorts(): /* was: sap.suite.ui.commons.networkgraph.NodePorts */ any;
|
|
26787
26924
|
/**
|
|
26788
26925
|
* Gets current value of property {@link #getNodeTitleBackground nodeTitleBackground}.
|
|
26789
26926
|
*
|
|
@@ -26844,6 +26981,21 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
26844
26981
|
* @returns Value of property `showActionLinksButton`
|
|
26845
26982
|
*/
|
|
26846
26983
|
getShowActionLinksButton(): boolean;
|
|
26984
|
+
/**
|
|
26985
|
+
* Gets current value of property {@link #getShowCreateConnectionButton showCreateConnectionButton}.
|
|
26986
|
+
*
|
|
26987
|
+
* Determines whether the 'Create Connection' action button is displayed on this node. When set, it overrides
|
|
26988
|
+
* the graph-level showCreateConnectionButton setting. If set to default (true), the graph-level setting
|
|
26989
|
+
* is used. The button is used to create connections between nodes as an accessible alternative to node
|
|
26990
|
+
* ports.
|
|
26991
|
+
*
|
|
26992
|
+
* Default value is `true`.
|
|
26993
|
+
*
|
|
26994
|
+
* @since 1.145
|
|
26995
|
+
*
|
|
26996
|
+
* @returns Value of property `showCreateConnectionButton`
|
|
26997
|
+
*/
|
|
26998
|
+
getShowCreateConnectionButton(): boolean;
|
|
26847
26999
|
/**
|
|
26848
27000
|
* Gets current value of property {@link #getShowDetailButton showDetailButton}.
|
|
26849
27001
|
*
|
|
@@ -27461,6 +27613,25 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
27461
27613
|
*/
|
|
27462
27614
|
iMaxWidth?: int
|
|
27463
27615
|
): this;
|
|
27616
|
+
/**
|
|
27617
|
+
* Sets a new value for property {@link #getNodePorts nodePorts}.
|
|
27618
|
+
*
|
|
27619
|
+
* Determines the port configuration for this node. When set, it overrides the graph-level nodePorts setting.
|
|
27620
|
+
* If not set (defaults to None), the graph-level setting is used. Ports are available only when the layout
|
|
27621
|
+
* algorithm is set to "NoopLayout", and when the drag and drop is enabled.
|
|
27622
|
+
*
|
|
27623
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27624
|
+
*
|
|
27625
|
+
* @since 1.145
|
|
27626
|
+
*
|
|
27627
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
27628
|
+
*/
|
|
27629
|
+
setNodePorts(
|
|
27630
|
+
/**
|
|
27631
|
+
* New value for property `nodePorts`
|
|
27632
|
+
*/
|
|
27633
|
+
sNodePorts: /* was: sap.suite.ui.commons.networkgraph.NodePorts */ any
|
|
27634
|
+
): this;
|
|
27464
27635
|
/**
|
|
27465
27636
|
* Sets a new value for property {@link #getNodeTitleBackground nodeTitleBackground}.
|
|
27466
27637
|
*
|
|
@@ -27535,6 +27706,28 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
27535
27706
|
*/
|
|
27536
27707
|
bShowActionLinksButton?: boolean
|
|
27537
27708
|
): this;
|
|
27709
|
+
/**
|
|
27710
|
+
* Sets a new value for property {@link #getShowCreateConnectionButton showCreateConnectionButton}.
|
|
27711
|
+
*
|
|
27712
|
+
* Determines whether the 'Create Connection' action button is displayed on this node. When set, it overrides
|
|
27713
|
+
* the graph-level showCreateConnectionButton setting. If set to default (true), the graph-level setting
|
|
27714
|
+
* is used. The button is used to create connections between nodes as an accessible alternative to node
|
|
27715
|
+
* ports.
|
|
27716
|
+
*
|
|
27717
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27718
|
+
*
|
|
27719
|
+
* Default value is `true`.
|
|
27720
|
+
*
|
|
27721
|
+
* @since 1.145
|
|
27722
|
+
*
|
|
27723
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
27724
|
+
*/
|
|
27725
|
+
setShowCreateConnectionButton(
|
|
27726
|
+
/**
|
|
27727
|
+
* New value for property `showCreateConnectionButton`
|
|
27728
|
+
*/
|
|
27729
|
+
bShowCreateConnectionButton?: boolean
|
|
27730
|
+
): this;
|
|
27538
27731
|
/**
|
|
27539
27732
|
* Sets a new value for property {@link #getShowDetailButton showDetailButton}.
|
|
27540
27733
|
*
|
|
@@ -27864,6 +28057,28 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
27864
28057
|
*/
|
|
27865
28058
|
nodeTitleBackground?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
27866
28059
|
|
|
28060
|
+
/**
|
|
28061
|
+
* Determines the port configuration for this node. When set, it overrides the graph-level nodePorts setting.
|
|
28062
|
+
* If not set (defaults to None), the graph-level setting is used. Ports are available only when the layout
|
|
28063
|
+
* algorithm is set to "NoopLayout", and when the drag and drop is enabled.
|
|
28064
|
+
*
|
|
28065
|
+
* @since 1.145
|
|
28066
|
+
*/
|
|
28067
|
+
nodePorts?: /* was: sap.suite.ui.commons.networkgraph.NodePorts */
|
|
28068
|
+
| any
|
|
28069
|
+
| PropertyBindingInfo
|
|
28070
|
+
| `{${string}}`;
|
|
28071
|
+
|
|
28072
|
+
/**
|
|
28073
|
+
* Determines whether the 'Create Connection' action button is displayed on this node. When set, it overrides
|
|
28074
|
+
* the graph-level showCreateConnectionButton setting. If set to default (true), the graph-level setting
|
|
28075
|
+
* is used. The button is used to create connections between nodes as an accessible alternative to node
|
|
28076
|
+
* ports.
|
|
28077
|
+
*
|
|
28078
|
+
* @since 1.145
|
|
28079
|
+
*/
|
|
28080
|
+
showCreateConnectionButton?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
28081
|
+
|
|
27867
28082
|
/**
|
|
27868
28083
|
* 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
|
|
27869
28084
|
* to set up all necessary callback functions.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -3434,6 +3434,51 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3434
3434
|
*/
|
|
3435
3435
|
iLevel: int
|
|
3436
3436
|
): void;
|
|
3437
|
+
/**
|
|
3438
|
+
* Provides an option to Configures a side effect for custom column, the extension API method should be
|
|
3439
|
+
* Implemented/Called from "onAfterRendering" method. Note: Extension API only supported for Responsive/Grid
|
|
3440
|
+
* table.
|
|
3441
|
+
*
|
|
3442
|
+
*
|
|
3443
|
+
* @returns returns a call back function, And qualifier of the side effect should be passed. Call back function
|
|
3444
|
+
* need to be called from controls(Custom control which inside the custom column) event-handler.
|
|
3445
|
+
*/
|
|
3446
|
+
registerCustomColumnForSideEffect(
|
|
3447
|
+
/**
|
|
3448
|
+
* The control object for the custom column.
|
|
3449
|
+
*/
|
|
3450
|
+
oTable: Object,
|
|
3451
|
+
/**
|
|
3452
|
+
* The name of the property associated with the custom column.
|
|
3453
|
+
*/
|
|
3454
|
+
sProperty: String,
|
|
3455
|
+
/**
|
|
3456
|
+
* The entity set to which the custom column belongs.
|
|
3457
|
+
*/
|
|
3458
|
+
sEntitySet: String
|
|
3459
|
+
): Function;
|
|
3460
|
+
/**
|
|
3461
|
+
* Provides an option to Configures a side effect for custom field, the extension controller should be Implemented/Called
|
|
3462
|
+
* from "onAfterRendering" method of table. Note: Navigation property is not supported.
|
|
3463
|
+
*
|
|
3464
|
+
*
|
|
3465
|
+
* @returns returns a call back function, And qualifier of the side effect should be passed. Call back function
|
|
3466
|
+
* need to be called from controls event-handler.
|
|
3467
|
+
*/
|
|
3468
|
+
registerCustomFieldForSideEffect(
|
|
3469
|
+
/**
|
|
3470
|
+
* The control object for the custom field.
|
|
3471
|
+
*/
|
|
3472
|
+
oControl: Object,
|
|
3473
|
+
/**
|
|
3474
|
+
* The name of the property associated with the custom field.
|
|
3475
|
+
*/
|
|
3476
|
+
sProperty: String,
|
|
3477
|
+
/**
|
|
3478
|
+
* The entity set to which the custom field belongs.
|
|
3479
|
+
*/
|
|
3480
|
+
sEntitySet: String
|
|
3481
|
+
): Function;
|
|
3437
3482
|
/**
|
|
3438
3483
|
* Registers a filter provider for the the message popover
|
|
3439
3484
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/microchart/library" {
|
|
4
4
|
/**
|
|
@@ -6462,6 +6462,7 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
|
|
|
6462
6462
|
* described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a
|
|
6463
6463
|
* custom tooltip, use `((AltText))` inside of the tooltip string. The aggregated data of the microchart
|
|
6464
6464
|
* can also be customized.
|
|
6465
|
+
* Note: The default value of truncation is 5 digit and varies between languages.
|
|
6465
6466
|
*
|
|
6466
6467
|
* @since 1.34
|
|
6467
6468
|
*/
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
/**
|
|
@@ -1658,8 +1658,8 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1658
1658
|
/**
|
|
1659
1659
|
* Gets current value of property {@link #getDesign design}.
|
|
1660
1660
|
*
|
|
1661
|
-
* Specifies if the item has a special design.
|
|
1662
|
-
* sub-items
|
|
1661
|
+
* Specifies if the item has a special design. **Note:** If the `design` property is not set to `NavigationListItemDesign.Default`,
|
|
1662
|
+
* sub-items cannot be added.
|
|
1663
1663
|
*
|
|
1664
1664
|
* Default value is `Default`.
|
|
1665
1665
|
*
|
|
@@ -1684,6 +1684,8 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1684
1684
|
*
|
|
1685
1685
|
* Specifies the icon for the item.
|
|
1686
1686
|
*
|
|
1687
|
+
* **Note:** By design, icons on second-level (child) navigation items are not rendered.
|
|
1688
|
+
*
|
|
1687
1689
|
* Default value is `empty string`.
|
|
1688
1690
|
*
|
|
1689
1691
|
*
|
|
@@ -1823,8 +1825,8 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1823
1825
|
/**
|
|
1824
1826
|
* Sets a new value for property {@link #getDesign design}.
|
|
1825
1827
|
*
|
|
1826
|
-
* Specifies if the item has a special design.
|
|
1827
|
-
* sub-items
|
|
1828
|
+
* Specifies if the item has a special design. **Note:** If the `design` property is not set to `NavigationListItemDesign.Default`,
|
|
1829
|
+
* sub-items cannot be added.
|
|
1828
1830
|
*
|
|
1829
1831
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1830
1832
|
*
|
|
@@ -1863,6 +1865,8 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1863
1865
|
*
|
|
1864
1866
|
* Specifies the icon for the item.
|
|
1865
1867
|
*
|
|
1868
|
+
* **Note:** By design, icons on second-level (child) navigation items are not rendered.
|
|
1869
|
+
*
|
|
1866
1870
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1867
1871
|
*
|
|
1868
1872
|
* Default value is `empty string`.
|
|
@@ -1958,6 +1962,8 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1958
1962
|
extends $NavigationListItemBaseSettings {
|
|
1959
1963
|
/**
|
|
1960
1964
|
* Specifies the icon for the item.
|
|
1965
|
+
*
|
|
1966
|
+
* **Note:** By design, icons on second-level (child) navigation items are not rendered.
|
|
1961
1967
|
*/
|
|
1962
1968
|
icon?: URI | PropertyBindingInfo | `{${string}}`;
|
|
1963
1969
|
|
|
@@ -2007,8 +2013,8 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
2007
2013
|
target?: string | PropertyBindingInfo;
|
|
2008
2014
|
|
|
2009
2015
|
/**
|
|
2010
|
-
* Specifies if the item has a special design.
|
|
2011
|
-
* sub-items
|
|
2016
|
+
* Specifies if the item has a special design. **Note:** If the `design` property is not set to `NavigationListItemDesign.Default`,
|
|
2017
|
+
* sub-items cannot be added.
|
|
2012
2018
|
*
|
|
2013
2019
|
* @since 1.133.0
|
|
2014
2020
|
* @experimental Behavior might change.
|
|
@@ -3427,8 +3433,9 @@ declare module "sap/tnt/ToolPage" {
|
|
|
3427
3433
|
* Gets current value of property {@link #getSideExpanded sideExpanded}.
|
|
3428
3434
|
*
|
|
3429
3435
|
* Indicates if the side menu is expanded. Overrides the `expanded` property of the `sideContent` aggregation.
|
|
3430
|
-
* *Note:** By default, on small screens, the side content is collapsed to provide
|
|
3431
|
-
* content. On larger screens, it is expanded. This
|
|
3436
|
+
* *Note:** By default, on mobile phone devices and small screens, the side content is collapsed to provide
|
|
3437
|
+
* more space for the main content. On larger screens, excluding mobile phone devices, it is expanded. This
|
|
3438
|
+
* behavior can be overridden by setting this property.
|
|
3432
3439
|
*
|
|
3433
3440
|
* Default value is `true`.
|
|
3434
3441
|
*
|
|
@@ -3580,8 +3587,9 @@ declare module "sap/tnt/ToolPage" {
|
|
|
3580
3587
|
export interface $ToolPageSettings extends $ControlSettings {
|
|
3581
3588
|
/**
|
|
3582
3589
|
* Indicates if the side menu is expanded. Overrides the `expanded` property of the `sideContent` aggregation.
|
|
3583
|
-
* **Note:** By default, on small screens, the side content is collapsed to provide
|
|
3584
|
-
* content. On larger screens, it is expanded. This
|
|
3590
|
+
* **Note:** By default, on mobile phone devices and small screens, the side content is collapsed to provide
|
|
3591
|
+
* more space for the main content. On larger screens, excluding mobile phone devices, it is expanded. This
|
|
3592
|
+
* behavior can be overridden by setting this property.
|
|
3585
3593
|
*/
|
|
3586
3594
|
sideExpanded?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3587
3595
|
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.145.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -1220,7 +1220,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
|
|
|
1220
1220
|
/**
|
|
1221
1221
|
* Enables to add application specific content to the filters dialog. If the content was not yet added it
|
|
1222
1222
|
* will be added. The content will be set to visible, all other filters dialog content will be set to invisible.
|
|
1223
|
-
* Not implemented yet for the new Adapt Filters
|
|
1223
|
+
* Not implemented yet for the new Adapt Filters dialog
|
|
1224
1224
|
*
|
|
1225
1225
|
* @deprecated As of version 1.84. with no replacement.
|
|
1226
1226
|
*
|
|
@@ -39423,6 +39423,29 @@ declare module "sap/ui/comp/state/UIState" {
|
|
|
39423
39423
|
* @returns Metadata object describing this class
|
|
39424
39424
|
*/
|
|
39425
39425
|
static getMetadata(): ManagedObjectMetadata;
|
|
39426
|
+
/**
|
|
39427
|
+
* Gets current value of property {@link #getOrderedItems orderedItems}.
|
|
39428
|
+
*
|
|
39429
|
+
* Structure defining the order of filter items.
|
|
39430
|
+
*
|
|
39431
|
+
*
|
|
39432
|
+
* ```javascript
|
|
39433
|
+
*
|
|
39434
|
+
* {
|
|
39435
|
+
* orderedItems: [
|
|
39436
|
+
* {
|
|
39437
|
+
* group: string,
|
|
39438
|
+
* name: string
|
|
39439
|
+
* }
|
|
39440
|
+
* ]
|
|
39441
|
+
* }
|
|
39442
|
+
* ```
|
|
39443
|
+
*
|
|
39444
|
+
*
|
|
39445
|
+
*
|
|
39446
|
+
* @returns Value of property `orderedItems`
|
|
39447
|
+
*/
|
|
39448
|
+
getOrderedItems(): object;
|
|
39426
39449
|
/**
|
|
39427
39450
|
* Gets current value of property {@link #getPresentationVariant presentationVariant}.
|
|
39428
39451
|
*
|
|
@@ -39570,6 +39593,36 @@ declare module "sap/ui/comp/state/UIState" {
|
|
|
39570
39593
|
* @returns Value of property `variantName`
|
|
39571
39594
|
*/
|
|
39572
39595
|
getVariantName(): string;
|
|
39596
|
+
/**
|
|
39597
|
+
* Sets a new value for property {@link #getOrderedItems orderedItems}.
|
|
39598
|
+
*
|
|
39599
|
+
* Structure defining the order of filter items.
|
|
39600
|
+
*
|
|
39601
|
+
*
|
|
39602
|
+
* ```javascript
|
|
39603
|
+
*
|
|
39604
|
+
* {
|
|
39605
|
+
* orderedItems: [
|
|
39606
|
+
* {
|
|
39607
|
+
* group: string,
|
|
39608
|
+
* name: string
|
|
39609
|
+
* }
|
|
39610
|
+
* ]
|
|
39611
|
+
* }
|
|
39612
|
+
* ```
|
|
39613
|
+
*
|
|
39614
|
+
*
|
|
39615
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39616
|
+
*
|
|
39617
|
+
*
|
|
39618
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39619
|
+
*/
|
|
39620
|
+
setOrderedItems(
|
|
39621
|
+
/**
|
|
39622
|
+
* New value for property `orderedItems`
|
|
39623
|
+
*/
|
|
39624
|
+
oOrderedItems: object
|
|
39625
|
+
): this;
|
|
39573
39626
|
/**
|
|
39574
39627
|
* Sets a new value for property {@link #getPresentationVariant presentationVariant}.
|
|
39575
39628
|
*
|
|
@@ -39895,6 +39948,24 @@ declare module "sap/ui/comp/state/UIState" {
|
|
|
39895
39948
|
* ```
|
|
39896
39949
|
*/
|
|
39897
39950
|
tableSettings?: object | PropertyBindingInfo | `{${string}}`;
|
|
39951
|
+
|
|
39952
|
+
/**
|
|
39953
|
+
* Structure defining the order of filter items.
|
|
39954
|
+
*
|
|
39955
|
+
*
|
|
39956
|
+
* ```javascript
|
|
39957
|
+
*
|
|
39958
|
+
* {
|
|
39959
|
+
* orderedItems: [
|
|
39960
|
+
* {
|
|
39961
|
+
* group: string,
|
|
39962
|
+
* name: string
|
|
39963
|
+
* }
|
|
39964
|
+
* ]
|
|
39965
|
+
* }
|
|
39966
|
+
* ```
|
|
39967
|
+
*/
|
|
39968
|
+
orderedItems?: object | PropertyBindingInfo | `{${string}}`;
|
|
39898
39969
|
}
|
|
39899
39970
|
}
|
|
39900
39971
|
|