@sapui5/types 1.145.1 → 1.147.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/index.d.ts +0 -3
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +4 -7
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +56 -67
- package/types/sap.f.d.ts +220 -527
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3921 -3221
- 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 +49 -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 +228 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/sap.m.d.ts +596 -48
- 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 -1
- package/types/sap.suite.ui.commons.d.ts +299 -10
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +9 -19
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +5 -15
- package/types/sap.ui.core.d.ts +1214 -396
- 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 +9 -1
- package/types/sap.ui.generic.app.d.ts +5 -5
- 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 +87 -290
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +113 -22
- package/types/sap.ui.richtexteditor.d.ts +6 -6
- 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 +2 -2
- 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 +41 -11
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +8 -24
- package/types/sap.ui.vk.d.ts +209 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +609 -202
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- package/types/sap.viz.d.ts +4 -5
- 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.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
import BaseObject from "sap/ui/base/Object";
|
|
@@ -2840,6 +2840,57 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
2840
2840
|
*/
|
|
2841
2841
|
oListener?: object
|
|
2842
2842
|
): this;
|
|
2843
|
+
/**
|
|
2844
|
+
* Attaches event handler `fnFunction` to the {@link #event:focusChange focusChange} event of this `sap.suite.ui.commons.CalculationBuilder`.
|
|
2845
|
+
*
|
|
2846
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2847
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.CalculationBuilder` itself.
|
|
2848
|
+
*
|
|
2849
|
+
* This event is triggered when the focus leaves the input field.
|
|
2850
|
+
*
|
|
2851
|
+
* @since 1.146
|
|
2852
|
+
*
|
|
2853
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2854
|
+
*/
|
|
2855
|
+
attachFocusChange(
|
|
2856
|
+
/**
|
|
2857
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
2858
|
+
* object when firing the event
|
|
2859
|
+
*/
|
|
2860
|
+
oData: object,
|
|
2861
|
+
/**
|
|
2862
|
+
* The function to be called when the event occurs
|
|
2863
|
+
*/
|
|
2864
|
+
fnFunction: (p1: CalculationBuilder$FocusChangeEvent) => void,
|
|
2865
|
+
/**
|
|
2866
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.CalculationBuilder`
|
|
2867
|
+
* itself
|
|
2868
|
+
*/
|
|
2869
|
+
oListener?: object
|
|
2870
|
+
): this;
|
|
2871
|
+
/**
|
|
2872
|
+
* Attaches event handler `fnFunction` to the {@link #event:focusChange focusChange} event of this `sap.suite.ui.commons.CalculationBuilder`.
|
|
2873
|
+
*
|
|
2874
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2875
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.CalculationBuilder` itself.
|
|
2876
|
+
*
|
|
2877
|
+
* This event is triggered when the focus leaves the input field.
|
|
2878
|
+
*
|
|
2879
|
+
* @since 1.146
|
|
2880
|
+
*
|
|
2881
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2882
|
+
*/
|
|
2883
|
+
attachFocusChange(
|
|
2884
|
+
/**
|
|
2885
|
+
* The function to be called when the event occurs
|
|
2886
|
+
*/
|
|
2887
|
+
fnFunction: (p1: CalculationBuilder$FocusChangeEvent) => void,
|
|
2888
|
+
/**
|
|
2889
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.CalculationBuilder`
|
|
2890
|
+
* itself
|
|
2891
|
+
*/
|
|
2892
|
+
oListener?: object
|
|
2893
|
+
): this;
|
|
2843
2894
|
/**
|
|
2844
2895
|
* Attaches event handler `fnFunction` to the {@link #event:validateFunction validateFunction} event of
|
|
2845
2896
|
* this `sap.suite.ui.commons.CalculationBuilder`.
|
|
@@ -2982,6 +3033,25 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
2982
3033
|
*/
|
|
2983
3034
|
oListener?: object
|
|
2984
3035
|
): this;
|
|
3036
|
+
/**
|
|
3037
|
+
* Detaches event handler `fnFunction` from the {@link #event:focusChange focusChange} event of this `sap.suite.ui.commons.CalculationBuilder`.
|
|
3038
|
+
*
|
|
3039
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
3040
|
+
*
|
|
3041
|
+
* @since 1.146
|
|
3042
|
+
*
|
|
3043
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3044
|
+
*/
|
|
3045
|
+
detachFocusChange(
|
|
3046
|
+
/**
|
|
3047
|
+
* The function to be called, when the event occurs
|
|
3048
|
+
*/
|
|
3049
|
+
fnFunction: (p1: CalculationBuilder$FocusChangeEvent) => void,
|
|
3050
|
+
/**
|
|
3051
|
+
* Context object on which the given function had to be called
|
|
3052
|
+
*/
|
|
3053
|
+
oListener?: object
|
|
3054
|
+
): this;
|
|
2985
3055
|
/**
|
|
2986
3056
|
* Detaches event handler `fnFunction` from the {@link #event:validateFunction validateFunction} event of
|
|
2987
3057
|
* this `sap.suite.ui.commons.CalculationBuilder`.
|
|
@@ -3027,6 +3097,20 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3027
3097
|
*/
|
|
3028
3098
|
mParameters?: object
|
|
3029
3099
|
): this;
|
|
3100
|
+
/**
|
|
3101
|
+
* Fires event {@link #event:focusChange focusChange} to attached listeners.
|
|
3102
|
+
*
|
|
3103
|
+
* @since 1.146
|
|
3104
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3105
|
+
*
|
|
3106
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3107
|
+
*/
|
|
3108
|
+
fireFocusChange(
|
|
3109
|
+
/**
|
|
3110
|
+
* Parameters to pass along with the event
|
|
3111
|
+
*/
|
|
3112
|
+
mParameters?: CalculationBuilder$FocusChangeEventParameters
|
|
3113
|
+
): this;
|
|
3030
3114
|
/**
|
|
3031
3115
|
* Fires event {@link #event:validateFunction validateFunction} to attached listeners.
|
|
3032
3116
|
*
|
|
@@ -3957,6 +4041,13 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3957
4041
|
* This event is fired after the expression is validated.
|
|
3958
4042
|
*/
|
|
3959
4043
|
afterValidation?: (oEvent: Event) => void;
|
|
4044
|
+
|
|
4045
|
+
/**
|
|
4046
|
+
* This event is triggered when the focus leaves the input field.
|
|
4047
|
+
*
|
|
4048
|
+
* @since 1.146
|
|
4049
|
+
*/
|
|
4050
|
+
focusChange?: (oEvent: CalculationBuilder$FocusChangeEvent) => void;
|
|
3960
4051
|
}
|
|
3961
4052
|
|
|
3962
4053
|
/**
|
|
@@ -3985,6 +4076,23 @@ declare module "sap/suite/ui/commons/CalculationBuilder" {
|
|
|
3985
4076
|
CalculationBuilder
|
|
3986
4077
|
>;
|
|
3987
4078
|
|
|
4079
|
+
/**
|
|
4080
|
+
* Parameters of the CalculationBuilder#focusChange event.
|
|
4081
|
+
*/
|
|
4082
|
+
export interface CalculationBuilder$FocusChangeEventParameters {
|
|
4083
|
+
value?: String;
|
|
4084
|
+
|
|
4085
|
+
position?: int;
|
|
4086
|
+
}
|
|
4087
|
+
|
|
4088
|
+
/**
|
|
4089
|
+
* Event object of the CalculationBuilder#focusChange event.
|
|
4090
|
+
*/
|
|
4091
|
+
export type CalculationBuilder$FocusChangeEvent = Event<
|
|
4092
|
+
CalculationBuilder$FocusChangeEventParameters,
|
|
4093
|
+
CalculationBuilder
|
|
4094
|
+
>;
|
|
4095
|
+
|
|
3988
4096
|
/**
|
|
3989
4097
|
* Parameters of the CalculationBuilder#validateFunction event.
|
|
3990
4098
|
*/
|
|
@@ -21024,6 +21132,59 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21024
21132
|
*/
|
|
21025
21133
|
oListener?: object
|
|
21026
21134
|
): this;
|
|
21135
|
+
/**
|
|
21136
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21137
|
+
*
|
|
21138
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
21139
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21140
|
+
*
|
|
21141
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
21142
|
+
* used and enableDragAndDrop is `true`.
|
|
21143
|
+
*
|
|
21144
|
+
* @since 1.148
|
|
21145
|
+
*
|
|
21146
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21147
|
+
*/
|
|
21148
|
+
attachNodeAdded(
|
|
21149
|
+
/**
|
|
21150
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
21151
|
+
* object when firing the event
|
|
21152
|
+
*/
|
|
21153
|
+
oData: object,
|
|
21154
|
+
/**
|
|
21155
|
+
* The function to be called when the event occurs
|
|
21156
|
+
*/
|
|
21157
|
+
fnFunction: (p1: Event) => void,
|
|
21158
|
+
/**
|
|
21159
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
21160
|
+
* itself
|
|
21161
|
+
*/
|
|
21162
|
+
oListener?: object
|
|
21163
|
+
): this;
|
|
21164
|
+
/**
|
|
21165
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21166
|
+
*
|
|
21167
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
21168
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21169
|
+
*
|
|
21170
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
21171
|
+
* used and enableDragAndDrop is `true`.
|
|
21172
|
+
*
|
|
21173
|
+
* @since 1.148
|
|
21174
|
+
*
|
|
21175
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21176
|
+
*/
|
|
21177
|
+
attachNodeAdded(
|
|
21178
|
+
/**
|
|
21179
|
+
* The function to be called when the event occurs
|
|
21180
|
+
*/
|
|
21181
|
+
fnFunction: (p1: Event) => void,
|
|
21182
|
+
/**
|
|
21183
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
21184
|
+
* itself
|
|
21185
|
+
*/
|
|
21186
|
+
oListener?: object
|
|
21187
|
+
): this;
|
|
21027
21188
|
/**
|
|
21028
21189
|
* Attaches event handler `fnFunction` to the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21029
21190
|
*
|
|
@@ -21031,7 +21192,11 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21031
21192
|
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21032
21193
|
*
|
|
21033
21194
|
* 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`.
|
|
21195
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`. Note: When a
|
|
21196
|
+
* node is dropped near the TOP or LEFT boundary of the graph canvas, its position is automatically adjusted
|
|
21197
|
+
* (clamped) to ensure the node and its elements remain fully visible. This provides better visualization
|
|
21198
|
+
* by preventing nodes from being positioned at coordinates that would make them invisible or partially
|
|
21199
|
+
* hidden.
|
|
21035
21200
|
*
|
|
21036
21201
|
* @since 1.144
|
|
21037
21202
|
*
|
|
@@ -21060,7 +21225,11 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21060
21225
|
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21061
21226
|
*
|
|
21062
21227
|
* 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`.
|
|
21228
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`. Note: When a
|
|
21229
|
+
* node is dropped near the TOP or LEFT boundary of the graph canvas, its position is automatically adjusted
|
|
21230
|
+
* (clamped) to ensure the node and its elements remain fully visible. This provides better visualization
|
|
21231
|
+
* by preventing nodes from being positioned at coordinates that would make them invisible or partially
|
|
21232
|
+
* hidden.
|
|
21064
21233
|
*
|
|
21065
21234
|
* @since 1.144
|
|
21066
21235
|
*
|
|
@@ -21447,6 +21616,25 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21447
21616
|
*/
|
|
21448
21617
|
oListener?: object
|
|
21449
21618
|
): this;
|
|
21619
|
+
/**
|
|
21620
|
+
* Detaches event handler `fnFunction` from the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21621
|
+
*
|
|
21622
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
21623
|
+
*
|
|
21624
|
+
* @since 1.148
|
|
21625
|
+
*
|
|
21626
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21627
|
+
*/
|
|
21628
|
+
detachNodeAdded(
|
|
21629
|
+
/**
|
|
21630
|
+
* The function to be called, when the event occurs
|
|
21631
|
+
*/
|
|
21632
|
+
fnFunction: (p1: Event) => void,
|
|
21633
|
+
/**
|
|
21634
|
+
* Context object on which the given function had to be called
|
|
21635
|
+
*/
|
|
21636
|
+
oListener?: object
|
|
21637
|
+
): this;
|
|
21450
21638
|
/**
|
|
21451
21639
|
* Detaches event handler `fnFunction` from the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21452
21640
|
*
|
|
@@ -21620,6 +21808,20 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21620
21808
|
*/
|
|
21621
21809
|
mParameters?: Graph$ItemDeletedEventParameters
|
|
21622
21810
|
): this;
|
|
21811
|
+
/**
|
|
21812
|
+
* Fires event {@link #event:nodeAdded nodeAdded} to attached listeners.
|
|
21813
|
+
*
|
|
21814
|
+
* @since 1.148
|
|
21815
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
21816
|
+
*
|
|
21817
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21818
|
+
*/
|
|
21819
|
+
fireNodeAdded(
|
|
21820
|
+
/**
|
|
21821
|
+
* Parameters to pass along with the event
|
|
21822
|
+
*/
|
|
21823
|
+
mParameters?: object
|
|
21824
|
+
): this;
|
|
21623
21825
|
/**
|
|
21624
21826
|
* Fires event {@link #event:nodeDropped nodeDropped} to attached listeners.
|
|
21625
21827
|
*
|
|
@@ -22769,7 +22971,9 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
22769
22971
|
|
|
22770
22972
|
/**
|
|
22771
22973
|
* Enables the drag and drop of nodes. This property is ignored if the layout property is not set to noop.
|
|
22772
|
-
* If set to `true`, nodes can be dragged and dropped within the graph.
|
|
22974
|
+
* If set to `true`, nodes can be dragged and dropped within the graph. Note: Drag and drop functionality
|
|
22975
|
+
* is only available for nodes. Groups cannot be dragged and dropped, even when NoopLayout is used and enableDragAndDrop
|
|
22976
|
+
* is set to true.
|
|
22773
22977
|
*
|
|
22774
22978
|
* @since 1.144
|
|
22775
22979
|
*/
|
|
@@ -22900,7 +23104,11 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
22900
23104
|
|
|
22901
23105
|
/**
|
|
22902
23106
|
* 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`.
|
|
23107
|
+
* algorithm is set to "NoopLayout" and the `enableDragAndDrop` property is set to `true`. Note: When a
|
|
23108
|
+
* node is dropped near the TOP or LEFT boundary of the graph canvas, its position is automatically adjusted
|
|
23109
|
+
* (clamped) to ensure the node and its elements remain fully visible. This provides better visualization
|
|
23110
|
+
* by preventing nodes from being positioned at coordinates that would make them invisible or partially
|
|
23111
|
+
* hidden.
|
|
22904
23112
|
*
|
|
22905
23113
|
* @since 1.144
|
|
22906
23114
|
*/
|
|
@@ -22921,6 +23129,14 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
22921
23129
|
* @since 1.145
|
|
22922
23130
|
*/
|
|
22923
23131
|
itemDeleted?: (oEvent: Graph$ItemDeletedEvent) => void;
|
|
23132
|
+
|
|
23133
|
+
/**
|
|
23134
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
23135
|
+
* used and enableDragAndDrop is `true`.
|
|
23136
|
+
*
|
|
23137
|
+
* @since 1.148
|
|
23138
|
+
*/
|
|
23139
|
+
nodeAdded?: (oEvent: Event) => void;
|
|
22924
23140
|
}
|
|
22925
23141
|
|
|
22926
23142
|
/**
|
|
@@ -23038,6 +23254,19 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
23038
23254
|
Graph
|
|
23039
23255
|
>;
|
|
23040
23256
|
|
|
23257
|
+
/**
|
|
23258
|
+
* Parameters of the Graph#nodeAdded event.
|
|
23259
|
+
*/
|
|
23260
|
+
export interface Graph$NodeAddedEventParameters {}
|
|
23261
|
+
|
|
23262
|
+
/**
|
|
23263
|
+
* Event object of the Graph#nodeAdded event.
|
|
23264
|
+
*/
|
|
23265
|
+
export type Graph$NodeAddedEvent = Event<
|
|
23266
|
+
Graph$NodeAddedEventParameters,
|
|
23267
|
+
Graph
|
|
23268
|
+
>;
|
|
23269
|
+
|
|
23041
23270
|
/**
|
|
23042
23271
|
* Parameters of the Graph#nodeDropped event.
|
|
23043
23272
|
*/
|
|
@@ -25078,6 +25307,19 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
25078
25307
|
* @returns Metadata object describing this class
|
|
25079
25308
|
*/
|
|
25080
25309
|
static getMetadata(): ElementMetadata;
|
|
25310
|
+
/**
|
|
25311
|
+
* Gets current value of property {@link #getComponentArrangement componentArrangement}.
|
|
25312
|
+
*
|
|
25313
|
+
* Defines how separate connected components should be arranged in the graph. Components can be arranged
|
|
25314
|
+
* either horizontally (side-by-side) or vertically (stacked).
|
|
25315
|
+
*
|
|
25316
|
+
* Default value is `Horizontal`.
|
|
25317
|
+
*
|
|
25318
|
+
* @since 1.146
|
|
25319
|
+
*
|
|
25320
|
+
* @returns Value of property `componentArrangement`
|
|
25321
|
+
*/
|
|
25322
|
+
getComponentArrangement(): networkgraph.ComponentArrangement;
|
|
25081
25323
|
/**
|
|
25082
25324
|
* Gets current value of property {@link #getEnableOptimizedLineAlgorithm enableOptimizedLineAlgorithm}.
|
|
25083
25325
|
*
|
|
@@ -25086,7 +25328,6 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
25086
25328
|
*
|
|
25087
25329
|
* Default value is `false`.
|
|
25088
25330
|
*
|
|
25089
|
-
* @since 1.144
|
|
25090
25331
|
*
|
|
25091
25332
|
* @returns Value of property `enableOptimizedLineAlgorithm`
|
|
25092
25333
|
*/
|
|
@@ -25099,12 +25340,35 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
25099
25340
|
*/
|
|
25100
25341
|
getLayoutRenderType(): networkgraph.LayoutRenderType;
|
|
25101
25342
|
/**
|
|
25102
|
-
* Executes the layout algorithm.
|
|
25343
|
+
* Executes the layout algorithm. Automatically calculates initial positions for unpositioned nodes using
|
|
25344
|
+
* DependencyLayoutHelper, then normalizes line coordinates.
|
|
25103
25345
|
*
|
|
25104
25346
|
*
|
|
25105
25347
|
* @returns Task to get the layout calculated.
|
|
25106
25348
|
*/
|
|
25107
25349
|
layout(): LayoutTask;
|
|
25350
|
+
/**
|
|
25351
|
+
* Sets a new value for property {@link #getComponentArrangement componentArrangement}.
|
|
25352
|
+
*
|
|
25353
|
+
* Defines how separate connected components should be arranged in the graph. Components can be arranged
|
|
25354
|
+
* either horizontally (side-by-side) or vertically (stacked).
|
|
25355
|
+
*
|
|
25356
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25357
|
+
*
|
|
25358
|
+
* Default value is `Horizontal`.
|
|
25359
|
+
*
|
|
25360
|
+
* @since 1.146
|
|
25361
|
+
*
|
|
25362
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
25363
|
+
*/
|
|
25364
|
+
setComponentArrangement(
|
|
25365
|
+
/**
|
|
25366
|
+
* New value for property `componentArrangement`
|
|
25367
|
+
*/
|
|
25368
|
+
sComponentArrangement?:
|
|
25369
|
+
| networkgraph.ComponentArrangement
|
|
25370
|
+
| keyof typeof networkgraph.ComponentArrangement
|
|
25371
|
+
): this;
|
|
25108
25372
|
/**
|
|
25109
25373
|
* Sets a new value for property {@link #getEnableOptimizedLineAlgorithm enableOptimizedLineAlgorithm}.
|
|
25110
25374
|
*
|
|
@@ -25115,7 +25379,6 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
25115
25379
|
*
|
|
25116
25380
|
* Default value is `false`.
|
|
25117
25381
|
*
|
|
25118
|
-
* @since 1.144
|
|
25119
25382
|
*
|
|
25120
25383
|
* @returns Reference to `this` in order to allow method chaining
|
|
25121
25384
|
*/
|
|
@@ -25133,13 +25396,25 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
25133
25396
|
/**
|
|
25134
25397
|
* Enables advanced line routing algorithm that creates orthogonal bends along the pathfinding process for
|
|
25135
25398
|
* line creation.
|
|
25136
|
-
*
|
|
25137
|
-
* @since 1.144
|
|
25138
25399
|
*/
|
|
25139
25400
|
enableOptimizedLineAlgorithm?:
|
|
25140
25401
|
| boolean
|
|
25141
25402
|
| PropertyBindingInfo
|
|
25142
25403
|
| `{${string}}`;
|
|
25404
|
+
|
|
25405
|
+
/**
|
|
25406
|
+
* Defines how separate connected components should be arranged in the graph. Components can be arranged
|
|
25407
|
+
* either horizontally (side-by-side) or vertically (stacked).
|
|
25408
|
+
*
|
|
25409
|
+
* @since 1.146
|
|
25410
|
+
*/
|
|
25411
|
+
componentArrangement?:
|
|
25412
|
+
| (
|
|
25413
|
+
| networkgraph.ComponentArrangement
|
|
25414
|
+
| keyof typeof networkgraph.ComponentArrangement
|
|
25415
|
+
)
|
|
25416
|
+
| PropertyBindingInfo
|
|
25417
|
+
| `{${string}}`;
|
|
25143
25418
|
}
|
|
25144
25419
|
}
|
|
25145
25420
|
|
|
@@ -29018,6 +29293,20 @@ declare module "sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper" {
|
|
|
29018
29293
|
* nodes based on their dependency relationships using topological sorting, cycle detection, and layer-based
|
|
29019
29294
|
* positioning.
|
|
29020
29295
|
*
|
|
29296
|
+
* Why a node may be positioned incorrectly after recalculation: After each run, node positions are cached
|
|
29297
|
+
* with a flag indicating whether the user moved them (`bIsUserPositioned`). On the next call, nodes flagged
|
|
29298
|
+
* as user-positioned are preserved as-is, and the algorithm-placed nodes are recalculated. A node appears
|
|
29299
|
+
* in the wrong place if it is unexpectedly treated as user-positioned, most commonly because `clearCache:
|
|
29300
|
+
* true` was passed. It wipes the cache, but leaves the coordinates intact. So every node with non-zero
|
|
29301
|
+
* coordinates is immediately re-classified as user-positioned and freezes, rather than being recalculated.
|
|
29302
|
+
*
|
|
29303
|
+
* Drag and drop recalculation - correct pattern: Call `resetNode(oNode)` for each dragged node, then call
|
|
29304
|
+
* `calculatePositions` without `clearCache` (default `false`). `resetNode` evicts the node from the cache
|
|
29305
|
+
* and zeros its coordinates, so only that node is repositioned; all the other nodes remain stable.
|
|
29306
|
+
*
|
|
29307
|
+
* Sentinel value: Coordinates `(0, 0)` mean "unpositioned". To place a node at the canvas origin, use `(0.1,
|
|
29308
|
+
* 0.1)` or `(1, 1)` instead.
|
|
29309
|
+
*
|
|
29021
29310
|
* @since 1.144
|
|
29022
29311
|
*/
|
|
29023
29312
|
interface DependencyLayoutHelper {}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -386,6 +386,22 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/controllerFrame
|
|
|
386
386
|
*/
|
|
387
387
|
bReplaceInHistory: boolean
|
|
388
388
|
): boolean;
|
|
389
|
+
/**
|
|
390
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
391
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
392
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
393
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
394
|
+
*
|
|
395
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
396
|
+
*
|
|
397
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
398
|
+
*/
|
|
399
|
+
onListNavigationExtensionFromContextMenu(
|
|
400
|
+
/**
|
|
401
|
+
* The context of the corresponding table row
|
|
402
|
+
*/
|
|
403
|
+
aContext: Context[]
|
|
404
|
+
): boolean;
|
|
389
405
|
/**
|
|
390
406
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
391
407
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
|
@@ -1367,6 +1383,15 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1367
1383
|
*/
|
|
1368
1384
|
mParameters?: object
|
|
1369
1385
|
): this;
|
|
1386
|
+
/**
|
|
1387
|
+
* Gets current value of property {@link #getApplyButtonNavigatesImmediately applyButtonNavigatesImmediately}.
|
|
1388
|
+
*
|
|
1389
|
+
* Default value is `false`.
|
|
1390
|
+
*
|
|
1391
|
+
*
|
|
1392
|
+
* @returns Value of property `applyButtonNavigatesImmediately`
|
|
1393
|
+
*/
|
|
1394
|
+
getApplyButtonNavigatesImmediately(): boolean;
|
|
1370
1395
|
/**
|
|
1371
1396
|
* Gets current value of property {@link #getCollaborationSettings collaborationSettings}.
|
|
1372
1397
|
*
|
|
@@ -1528,6 +1553,22 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1528
1553
|
* @returns Value of property `useColumnLayoutForSmartForm`
|
|
1529
1554
|
*/
|
|
1530
1555
|
getUseColumnLayoutForSmartForm(): boolean;
|
|
1556
|
+
/**
|
|
1557
|
+
* Sets a new value for property {@link #getApplyButtonNavigatesImmediately applyButtonNavigatesImmediately}.
|
|
1558
|
+
*
|
|
1559
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1560
|
+
*
|
|
1561
|
+
* Default value is `false`.
|
|
1562
|
+
*
|
|
1563
|
+
*
|
|
1564
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1565
|
+
*/
|
|
1566
|
+
setApplyButtonNavigatesImmediately(
|
|
1567
|
+
/**
|
|
1568
|
+
* New value for property `applyButtonNavigatesImmediately`
|
|
1569
|
+
*/
|
|
1570
|
+
bApplyButtonNavigatesImmediately?: boolean
|
|
1571
|
+
): this;
|
|
1531
1572
|
/**
|
|
1532
1573
|
* Sets a new value for property {@link #getCollaborationSettings collaborationSettings}.
|
|
1533
1574
|
*
|
|
@@ -1848,6 +1889,11 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1848
1889
|
|
|
1849
1890
|
tableColumnVerticalAlignment?: string | PropertyBindingInfo;
|
|
1850
1891
|
|
|
1892
|
+
applyButtonNavigatesImmediately?:
|
|
1893
|
+
| boolean
|
|
1894
|
+
| PropertyBindingInfo
|
|
1895
|
+
| `{${string}}`;
|
|
1896
|
+
|
|
1851
1897
|
useColumnLayoutForSmartForm?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1852
1898
|
|
|
1853
1899
|
objectPageColumns?: object | PropertyBindingInfo | `{${string}}`;
|
|
@@ -2290,6 +2336,22 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
2290
2336
|
*/
|
|
2291
2337
|
bReplaceInHistory: boolean
|
|
2292
2338
|
): boolean;
|
|
2339
|
+
/**
|
|
2340
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
2341
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
2342
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
2343
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
2344
|
+
*
|
|
2345
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2346
|
+
*
|
|
2347
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
2348
|
+
*/
|
|
2349
|
+
onListNavigationExtensionFromContextMenu(
|
|
2350
|
+
/**
|
|
2351
|
+
* The context of the corresponding table row
|
|
2352
|
+
*/
|
|
2353
|
+
aContext: Context[]
|
|
2354
|
+
): boolean;
|
|
2293
2355
|
/**
|
|
2294
2356
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
2295
2357
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
|
@@ -3000,6 +3062,22 @@ declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExte
|
|
|
3000
3062
|
*/
|
|
3001
3063
|
bReplaceInHistory: boolean
|
|
3002
3064
|
): boolean;
|
|
3065
|
+
/**
|
|
3066
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
3067
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
3068
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
3069
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
3070
|
+
*
|
|
3071
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3072
|
+
*
|
|
3073
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
3074
|
+
*/
|
|
3075
|
+
onListNavigationExtensionFromContextMenu(
|
|
3076
|
+
/**
|
|
3077
|
+
* The context of the corresponding table row
|
|
3078
|
+
*/
|
|
3079
|
+
aContext: Context[]
|
|
3080
|
+
): boolean;
|
|
3003
3081
|
/**
|
|
3004
3082
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
3005
3083
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|