@sapui5/ts-types 1.97.2 → 1.98.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 -4
- 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 +425 -13
- package/types/sap.f.d.ts +108 -573
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +153 -25
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -1
- package/types/sap.fe.test.d.ts +9 -3
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +49 -1
- package/types/sap.landvisz.d.ts +49 -1
- package/types/sap.m.d.ts +2648 -268
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +38 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +3 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +29 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +31 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +67 -9
- package/types/sap.ui.core.d.ts +819 -199
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +21 -3
- package/types/sap.ui.layout.d.ts +4 -4
- package/types/sap.ui.mdc.d.ts +12 -6
- package/types/sap.ui.richtexteditor.d.ts +7 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +30 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -3
- package/types/sap.ui.vk.d.ts +24 -20
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +54 -75
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -5
- package/types/sap.fe.placeholder.d.ts +0 -3
- package/types/sap.fe.plugins.d.ts +0 -3
- package/types/sap.fe.semantics.d.ts +0 -3
- package/types/sap.fe.tools.d.ts +0 -3
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -16,7 +16,6 @@ declare namespace sap {
|
|
|
16
16
|
namespace controllerextensions {
|
|
17
17
|
/**
|
|
18
18
|
* @SINCE 1.90.0
|
|
19
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
20
19
|
*
|
|
21
20
|
* A controller extension offering hooks into the edit flow of the application
|
|
22
21
|
*/
|
|
@@ -53,7 +52,6 @@ declare namespace sap {
|
|
|
53
52
|
static getMetadata(): sap.ui.base.Metadata;
|
|
54
53
|
/**
|
|
55
54
|
* @SINCE 1.90.0
|
|
56
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
57
55
|
*
|
|
58
56
|
* Submit the current set of changes and navigate back.
|
|
59
57
|
*/
|
|
@@ -65,7 +63,6 @@ declare namespace sap {
|
|
|
65
63
|
): Promise<any>;
|
|
66
64
|
/**
|
|
67
65
|
* @SINCE 1.90.0
|
|
68
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
69
66
|
*
|
|
70
67
|
* Discard the editable document.
|
|
71
68
|
*/
|
|
@@ -77,16 +74,19 @@ declare namespace sap {
|
|
|
77
74
|
/**
|
|
78
75
|
* Can contain the following attributes:
|
|
79
76
|
*/
|
|
80
|
-
mParameters
|
|
77
|
+
mParameters: {
|
|
81
78
|
/**
|
|
82
|
-
* This is the control used to open the
|
|
79
|
+
* This is the control used to open the discard popover
|
|
83
80
|
*/
|
|
84
81
|
control: object;
|
|
82
|
+
/**
|
|
83
|
+
* Optional, supresses the discard popover and allows custom handling
|
|
84
|
+
*/
|
|
85
|
+
skipDiscardPopover?: boolean;
|
|
85
86
|
}
|
|
86
87
|
): Promise<any>;
|
|
87
88
|
/**
|
|
88
89
|
* @SINCE 1.90.0
|
|
89
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
90
90
|
*
|
|
91
91
|
* Creates a new document.
|
|
92
92
|
*/
|
|
@@ -94,11 +94,30 @@ declare namespace sap {
|
|
|
94
94
|
/**
|
|
95
95
|
* ODataListBinding object or the binding path for a temporary list binding
|
|
96
96
|
*/
|
|
97
|
-
vListBinding: sap.ui.model.odata.v4.ODataListBinding | string
|
|
97
|
+
vListBinding: sap.ui.model.odata.v4.ODataListBinding | string,
|
|
98
|
+
/**
|
|
99
|
+
* Contains the following attributes:
|
|
100
|
+
*/
|
|
101
|
+
mParameters: {
|
|
102
|
+
/**
|
|
103
|
+
* The creation mode using one of the following: NewPage - the created document is shown in a new page,
|
|
104
|
+
* depending on whether metadata 'Sync', 'Async' or 'Deferred' is used Inline - The creation is done inline
|
|
105
|
+
* (in a table) External - The creation is done in a different application specified via the parameter 'outbound'
|
|
106
|
+
*/
|
|
107
|
+
creationMode: string;
|
|
108
|
+
/**
|
|
109
|
+
* The navigation target where the document is created in case of creationMode 'External'
|
|
110
|
+
*/
|
|
111
|
+
outbound?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Specifies if the new entry should be created at the top or bottom of a table in case of creationMode
|
|
114
|
+
* 'Inline'
|
|
115
|
+
*/
|
|
116
|
+
createAtEnd?: boolean;
|
|
117
|
+
}
|
|
98
118
|
): Promise<any>;
|
|
99
119
|
/**
|
|
100
120
|
* @SINCE 1.90.0
|
|
101
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
102
121
|
*
|
|
103
122
|
* Deletes the document.
|
|
104
123
|
*/
|
|
@@ -108,9 +127,9 @@ declare namespace sap {
|
|
|
108
127
|
*/
|
|
109
128
|
oContext: object,
|
|
110
129
|
/**
|
|
111
|
-
*
|
|
130
|
+
* Can contain the following attributes:
|
|
112
131
|
*/
|
|
113
|
-
mParameters
|
|
132
|
+
mParameters: {
|
|
114
133
|
/**
|
|
115
134
|
* Title of the object being deleted
|
|
116
135
|
*/
|
|
@@ -123,7 +142,6 @@ declare namespace sap {
|
|
|
123
142
|
): Promise<any>;
|
|
124
143
|
/**
|
|
125
144
|
* @SINCE 1.90.0
|
|
126
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
127
145
|
*
|
|
128
146
|
* Creates a draft document for an existing active document.
|
|
129
147
|
*/
|
|
@@ -131,11 +149,19 @@ declare namespace sap {
|
|
|
131
149
|
/**
|
|
132
150
|
* Context of the active document
|
|
133
151
|
*/
|
|
134
|
-
oContext: object
|
|
152
|
+
oContext: object,
|
|
153
|
+
/**
|
|
154
|
+
* Contains the following attributes:
|
|
155
|
+
*/
|
|
156
|
+
mParameters?: {
|
|
157
|
+
/**
|
|
158
|
+
* For a service with a prepare action, this parameter decides if the action is to be executed
|
|
159
|
+
*/
|
|
160
|
+
prepareOnEdit?: boolean;
|
|
161
|
+
}
|
|
135
162
|
): Promise<any>;
|
|
136
163
|
/**
|
|
137
164
|
* @SINCE 1.90.0
|
|
138
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
139
165
|
*
|
|
140
166
|
* Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and
|
|
141
167
|
* show the updated data upon navigation.
|
|
@@ -150,7 +176,7 @@ declare namespace sap {
|
|
|
150
176
|
*/
|
|
151
177
|
mParameters?: {
|
|
152
178
|
/**
|
|
153
|
-
* For a bound action, a context or an array with contexts for which the action
|
|
179
|
+
* For a bound action, a context or an array with contexts for which the action is to be called must be
|
|
154
180
|
* provided
|
|
155
181
|
*/
|
|
156
182
|
contexts?: sap.ui.model.odata.v4.Context;
|
|
@@ -160,31 +186,134 @@ declare namespace sap {
|
|
|
160
186
|
model?: sap.ui.model.odata.v4.ODataModel;
|
|
161
187
|
/**
|
|
162
188
|
* Boolean value indicating whether navigation is required after the action has been executed. Navigation
|
|
163
|
-
* takes place to the context returned by the action
|
|
189
|
+
* takes place to the context returned by the action
|
|
164
190
|
*/
|
|
165
191
|
requiresNavigation?: boolean;
|
|
166
192
|
/**
|
|
167
193
|
* A human-readable label for the action. This is needed in case the action has a parameter and a parameter
|
|
168
|
-
* dialog is shown to the user.
|
|
194
|
+
* dialog is shown to the user. The label will be used for the title of the dialog and for the confirmation
|
|
195
|
+
* button
|
|
169
196
|
*/
|
|
170
197
|
label?: string;
|
|
198
|
+
/**
|
|
199
|
+
* Mode how actions are to be called: 'ChangeSet' to put all action calls into one changeset, 'Isolated'
|
|
200
|
+
* to put them into separate changesets
|
|
201
|
+
*/
|
|
202
|
+
invocationGrouping?: string;
|
|
203
|
+
}
|
|
204
|
+
): Promise<any>;
|
|
205
|
+
/**
|
|
206
|
+
* @SINCE 1.98.0
|
|
207
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
208
|
+
*
|
|
209
|
+
* This function can be used to intercept the 'Create' action. You can execute custom coding in this function.
|
|
210
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Create' action. If
|
|
211
|
+
* you reject the promise, the 'Create' action is stopped.
|
|
212
|
+
*
|
|
213
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
214
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
215
|
+
*/
|
|
216
|
+
onBeforeCreate(
|
|
217
|
+
/**
|
|
218
|
+
* Object containing the parameters passed to onBeforeCreate
|
|
219
|
+
*/
|
|
220
|
+
mParameters?: {
|
|
221
|
+
/**
|
|
222
|
+
* Path pointing to the context on which 'Create' action is triggered
|
|
223
|
+
*/
|
|
224
|
+
contextPath?: string;
|
|
225
|
+
}
|
|
226
|
+
): Promise<any>;
|
|
227
|
+
/**
|
|
228
|
+
* @SINCE 1.98.0
|
|
229
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
230
|
+
*
|
|
231
|
+
* This function can be used to intercept the 'Delete' action. You can execute custom coding in this function.
|
|
232
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Delete' action. If
|
|
233
|
+
* you reject the promise, the 'Delete' action is stopped.
|
|
234
|
+
*
|
|
235
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
236
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
237
|
+
*/
|
|
238
|
+
onBeforeDelete(
|
|
239
|
+
/**
|
|
240
|
+
* Object containing the parameters passed to onBeforeDelete
|
|
241
|
+
*/
|
|
242
|
+
mParameters?: {
|
|
243
|
+
/**
|
|
244
|
+
* An array of contexts that are going to be deleted
|
|
245
|
+
*/
|
|
246
|
+
contexts?: any[];
|
|
247
|
+
}
|
|
248
|
+
): Promise<any>;
|
|
249
|
+
/**
|
|
250
|
+
* @SINCE 1.98.0
|
|
251
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
252
|
+
*
|
|
253
|
+
* This function can be used to intercept the 'Discard' action. You can execute custom coding in this function.
|
|
254
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Discard' action. If
|
|
255
|
+
* you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.
|
|
256
|
+
*
|
|
257
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
258
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
259
|
+
*/
|
|
260
|
+
onBeforeDiscard(
|
|
261
|
+
/**
|
|
262
|
+
* Object containing the parameters passed to onBeforeDiscard
|
|
263
|
+
*/
|
|
264
|
+
mParameters?: {
|
|
265
|
+
/**
|
|
266
|
+
* Page context that is going to be discarded.
|
|
267
|
+
*/
|
|
268
|
+
context?: sap.ui.model.odata.v4.Context;
|
|
269
|
+
}
|
|
270
|
+
): Promise<any>;
|
|
271
|
+
/**
|
|
272
|
+
* @SINCE 1.98.0
|
|
273
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
274
|
+
*
|
|
275
|
+
* This function can be used to intercept the 'Edit' action. You can execute custom coding in this function.
|
|
276
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Edit' action. If you
|
|
277
|
+
* reject the promise, the 'Edit' action is stopped and the user stays in display mode.
|
|
278
|
+
*
|
|
279
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
280
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
281
|
+
*/
|
|
282
|
+
onBeforeEdit(
|
|
283
|
+
/**
|
|
284
|
+
* Object containing the parameters passed to onBeforeEdit
|
|
285
|
+
*/
|
|
286
|
+
mParameters?: {
|
|
287
|
+
/**
|
|
288
|
+
* Page context that is going to be edited.
|
|
289
|
+
*/
|
|
290
|
+
context?: sap.ui.model.odata.v4.Context;
|
|
171
291
|
}
|
|
172
292
|
): Promise<any>;
|
|
173
293
|
/**
|
|
174
294
|
* @SINCE 1.90.0
|
|
175
295
|
* @EXPERIMENTAL (since 1.90.0)
|
|
176
296
|
*
|
|
177
|
-
* This function can be used to intercept the
|
|
178
|
-
* The framework waits for the returned promise to be resolved before continuing the
|
|
179
|
-
* reject the promise the
|
|
297
|
+
* This function can be used to intercept the 'Save' action. You can execute custom coding in this function.
|
|
298
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Save' action. If you
|
|
299
|
+
* reject the promise, the 'Save' action is stopped and the user stays in edit mode.
|
|
180
300
|
*
|
|
181
301
|
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
182
|
-
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.
|
|
302
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
183
303
|
*/
|
|
184
|
-
onBeforeSave(
|
|
304
|
+
onBeforeSave(
|
|
305
|
+
/**
|
|
306
|
+
* Object containing the parameters passed to onBeforeSave
|
|
307
|
+
*/
|
|
308
|
+
mParameters?: {
|
|
309
|
+
/**
|
|
310
|
+
* Page context that is going to be saved.
|
|
311
|
+
*/
|
|
312
|
+
context?: sap.ui.model.odata.v4.Context;
|
|
313
|
+
}
|
|
314
|
+
): Promise<any>;
|
|
185
315
|
/**
|
|
186
316
|
* @SINCE 1.90.0
|
|
187
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
188
317
|
*
|
|
189
318
|
* Saves a new document after checking it.
|
|
190
319
|
*/
|
|
@@ -234,7 +363,6 @@ declare namespace sap {
|
|
|
234
363
|
): Promise<any>;
|
|
235
364
|
/**
|
|
236
365
|
* @SINCE 1.90.0
|
|
237
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
238
366
|
*
|
|
239
367
|
* Updates the draft status and displays the error messages if there are errors during an update.
|
|
240
368
|
*/
|
|
@@ -1026,7 +1154,7 @@ declare namespace sap {
|
|
|
1026
1154
|
* Context instance
|
|
1027
1155
|
*/
|
|
1028
1156
|
oContext?: sap.ui.model.Context
|
|
1029
|
-
):
|
|
1157
|
+
): Promise<any>;
|
|
1030
1158
|
/**
|
|
1031
1159
|
* Remove a dependent control from this SAP Fiori elements page.
|
|
1032
1160
|
*/
|
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -81,6 +81,10 @@ declare namespace sap {
|
|
|
81
81
|
class ExtensionAPI extends sap.fe.core.ExtensionAPI {
|
|
82
82
|
constructor();
|
|
83
83
|
|
|
84
|
+
/**
|
|
85
|
+
* Gets the bound context of the current object page.
|
|
86
|
+
*/
|
|
87
|
+
getBindingContext(): sap.ui.model.odata.v4.Context;
|
|
84
88
|
/**
|
|
85
89
|
* Gets the list entries currently selected for the table.
|
|
86
90
|
*/
|
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -2685,7 +2685,10 @@ declare namespace sap {
|
|
|
2685
2685
|
},
|
|
2686
2686
|
/**
|
|
2687
2687
|
* The journeys to be executed. If a journey is represented as a string, it will be interpreted as a module
|
|
2688
|
-
* path to the file that should be loaded. Else it is expected to be a function
|
|
2688
|
+
* path to the file that should be loaded. Else it is expected to be a function. Alternatively, instead
|
|
2689
|
+
* of being wrapped in an array, the journeys can also be given as separate parameters:
|
|
2690
|
+
* ```javascript
|
|
2691
|
+
* .run(mSettings, Journey1, Journey2, ...)```
|
|
2689
2692
|
*/
|
|
2690
2693
|
vJourneys: Array<() => void> | string[]
|
|
2691
2694
|
): object;
|
|
@@ -2697,7 +2700,10 @@ declare namespace sap {
|
|
|
2697
2700
|
run(
|
|
2698
2701
|
/**
|
|
2699
2702
|
* The journeys to be executed. If a journey is represented as a string, it will be interpreted as a module
|
|
2700
|
-
* path to the file that should be loaded. Else it is expected to be a function
|
|
2703
|
+
* path to the file that should be loaded. Else it is expected to be a function. Alternatively, instead
|
|
2704
|
+
* of being wrapped in an array, the journeys can also be given as separate parameters:
|
|
2705
|
+
* ```javascript
|
|
2706
|
+
* .run(mSettings, Journey1, Journey2, ...)```
|
|
2701
2707
|
*/
|
|
2702
2708
|
vJourneys: Array<() => void> | string[]
|
|
2703
2709
|
): object;
|
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -19609,6 +19609,8 @@ declare namespace sap {
|
|
|
19609
19609
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
19610
19610
|
|
|
19611
19611
|
/**
|
|
19612
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
19613
|
+
*
|
|
19612
19614
|
* Delay in milliseconds for the marker popover to show up
|
|
19613
19615
|
*/
|
|
19614
19616
|
markerPopoverDelay?:
|
|
@@ -20528,6 +20530,8 @@ declare namespace sap {
|
|
|
20528
20530
|
visible?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20529
20531
|
|
|
20530
20532
|
/**
|
|
20533
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
20534
|
+
*
|
|
20531
20535
|
* Visibility of the Delta Line
|
|
20532
20536
|
*/
|
|
20533
20537
|
timeDelay?: int | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -21277,6 +21281,15 @@ declare namespace sap {
|
|
|
21277
21281
|
| sap.gantt.simple.relationshipShapeSize
|
|
21278
21282
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21279
21283
|
|
|
21284
|
+
/**
|
|
21285
|
+
* @EXPERIMENTAL (since 1.98)
|
|
21286
|
+
*
|
|
21287
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
21288
|
+
*/
|
|
21289
|
+
useParentShapeOnExpand?:
|
|
21290
|
+
| boolean
|
|
21291
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21292
|
+
|
|
21280
21293
|
/**
|
|
21281
21294
|
* Table of the Gantt Chart
|
|
21282
21295
|
*
|
|
@@ -22791,6 +22804,8 @@ declare namespace sap {
|
|
|
22791
22804
|
*/
|
|
22792
22805
|
getDraggable(): boolean;
|
|
22793
22806
|
/**
|
|
22807
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
22808
|
+
*
|
|
22794
22809
|
* Gets current value of property {@link #getMarkerPopoverDelay markerPopoverDelay}.
|
|
22795
22810
|
*
|
|
22796
22811
|
* Delay in milliseconds for the marker popover to show up
|
|
@@ -22945,6 +22960,8 @@ declare namespace sap {
|
|
|
22945
22960
|
bDraggable?: boolean
|
|
22946
22961
|
): this;
|
|
22947
22962
|
/**
|
|
22963
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
22964
|
+
*
|
|
22948
22965
|
* Sets a new value for property {@link #getMarkerPopoverDelay markerPopoverDelay}.
|
|
22949
22966
|
*
|
|
22950
22967
|
* Delay in milliseconds for the marker popover to show up
|
|
@@ -28023,6 +28040,8 @@ declare namespace sap {
|
|
|
28023
28040
|
*/
|
|
28024
28041
|
getStrokeOpacity(): float;
|
|
28025
28042
|
/**
|
|
28043
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
28044
|
+
*
|
|
28026
28045
|
* Gets current value of property {@link #getTimeDelay timeDelay}.
|
|
28027
28046
|
*
|
|
28028
28047
|
* Visibility of the Delta Line
|
|
@@ -28295,6 +28314,8 @@ declare namespace sap {
|
|
|
28295
28314
|
fStrokeOpacity?: float
|
|
28296
28315
|
): this;
|
|
28297
28316
|
/**
|
|
28317
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
28318
|
+
*
|
|
28298
28319
|
* Sets a new value for property {@link #getTimeDelay timeDelay}.
|
|
28299
28320
|
*
|
|
28300
28321
|
* Visibility of the Delta Line
|
|
@@ -31322,6 +31343,16 @@ declare namespace sap {
|
|
|
31322
31343
|
* Default value is `library.config.DEFAULT_TIME_PATTERN`.
|
|
31323
31344
|
*/
|
|
31324
31345
|
getTimePattern(): string;
|
|
31346
|
+
/**
|
|
31347
|
+
* @EXPERIMENTAL (since 1.98)
|
|
31348
|
+
*
|
|
31349
|
+
* Gets current value of property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
|
|
31350
|
+
*
|
|
31351
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
31352
|
+
*
|
|
31353
|
+
* Default value is `false`.
|
|
31354
|
+
*/
|
|
31355
|
+
getUseParentShapeOnExpand(): boolean;
|
|
31325
31356
|
/**
|
|
31326
31357
|
* Gets current value of property {@link #getWidth width}.
|
|
31327
31358
|
*
|
|
@@ -32411,6 +32442,23 @@ declare namespace sap {
|
|
|
32411
32442
|
*/
|
|
32412
32443
|
sTimePattern?: string
|
|
32413
32444
|
): this;
|
|
32445
|
+
/**
|
|
32446
|
+
* @EXPERIMENTAL (since 1.98)
|
|
32447
|
+
*
|
|
32448
|
+
* Sets a new value for property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
|
|
32449
|
+
*
|
|
32450
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
32451
|
+
*
|
|
32452
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32453
|
+
*
|
|
32454
|
+
* Default value is `false`.
|
|
32455
|
+
*/
|
|
32456
|
+
setUseParentShapeOnExpand(
|
|
32457
|
+
/**
|
|
32458
|
+
* New value for property `useParentShapeOnExpand`
|
|
32459
|
+
*/
|
|
32460
|
+
bUseParentShapeOnExpand?: boolean
|
|
32461
|
+
): this;
|
|
32414
32462
|
/**
|
|
32415
32463
|
* Sets a new value for property {@link #getWidth width}.
|
|
32416
32464
|
*
|
package/types/sap.landvisz.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -2238,6 +2238,8 @@ declare namespace sap {
|
|
|
2238
2238
|
): this;
|
|
2239
2239
|
}
|
|
2240
2240
|
/**
|
|
2241
|
+
* @deprecated (since 1.98)
|
|
2242
|
+
*
|
|
2241
2243
|
* Modeling Status of entity
|
|
2242
2244
|
*/
|
|
2243
2245
|
class ModelingStatus extends sap.ui.core.Control {
|
|
@@ -3060,6 +3062,8 @@ declare namespace sap {
|
|
|
3060
3062
|
): this;
|
|
3061
3063
|
}
|
|
3062
3064
|
/**
|
|
3065
|
+
* @deprecated (since 1.98)
|
|
3066
|
+
*
|
|
3063
3067
|
* ContainerType
|
|
3064
3068
|
*/
|
|
3065
3069
|
enum ContainerType {
|
|
@@ -3600,6 +3604,8 @@ declare namespace sap {
|
|
|
3600
3604
|
}
|
|
3601
3605
|
|
|
3602
3606
|
/**
|
|
3607
|
+
* @deprecated (since 1.98)
|
|
3608
|
+
*
|
|
3603
3609
|
* Connection Entity of Dependency view
|
|
3604
3610
|
*/
|
|
3605
3611
|
class ConnectionEntity extends sap.ui.core.Control {
|
|
@@ -3857,6 +3863,8 @@ declare namespace sap {
|
|
|
3857
3863
|
): this;
|
|
3858
3864
|
}
|
|
3859
3865
|
/**
|
|
3866
|
+
* @deprecated (since 1.98)
|
|
3867
|
+
*
|
|
3860
3868
|
* Connector of the entities
|
|
3861
3869
|
*/
|
|
3862
3870
|
class Connector extends sap.ui.core.Control {
|
|
@@ -3956,6 +3964,8 @@ declare namespace sap {
|
|
|
3956
3964
|
): this;
|
|
3957
3965
|
}
|
|
3958
3966
|
/**
|
|
3967
|
+
* @deprecated (since 1.98)
|
|
3968
|
+
*
|
|
3959
3969
|
* A control to render the system
|
|
3960
3970
|
*/
|
|
3961
3971
|
class LandscapeEntity extends sap.ui.core.Control {
|
|
@@ -4770,6 +4780,8 @@ declare namespace sap {
|
|
|
4770
4780
|
): this;
|
|
4771
4781
|
}
|
|
4772
4782
|
/**
|
|
4783
|
+
* @deprecated (since 1.98)
|
|
4784
|
+
*
|
|
4773
4785
|
* Visualize the landscape objects in a new user experience
|
|
4774
4786
|
*/
|
|
4775
4787
|
class LandscapeViewer extends sap.landvisz.Option {
|
|
@@ -5786,6 +5798,8 @@ declare namespace sap {
|
|
|
5786
5798
|
): this;
|
|
5787
5799
|
}
|
|
5788
5800
|
/**
|
|
5801
|
+
* @deprecated (since 1.98)
|
|
5802
|
+
*
|
|
5789
5803
|
* Long text for a header
|
|
5790
5804
|
*/
|
|
5791
5805
|
class LongTextField extends sap.ui.core.Control {
|
|
@@ -5885,6 +5899,8 @@ declare namespace sap {
|
|
|
5885
5899
|
): this;
|
|
5886
5900
|
}
|
|
5887
5901
|
/**
|
|
5902
|
+
* @deprecated (since 1.98)
|
|
5903
|
+
*
|
|
5888
5904
|
* Options for solution entities
|
|
5889
5905
|
*/
|
|
5890
5906
|
class Option extends sap.ui.core.Control {
|
|
@@ -6043,6 +6059,8 @@ declare namespace sap {
|
|
|
6043
6059
|
): this;
|
|
6044
6060
|
}
|
|
6045
6061
|
/**
|
|
6062
|
+
* @deprecated (since 1.98)
|
|
6063
|
+
*
|
|
6046
6064
|
* Options for solution entities
|
|
6047
6065
|
*/
|
|
6048
6066
|
class OptionEntity extends sap.landvisz.OptionSource {
|
|
@@ -6312,6 +6330,8 @@ declare namespace sap {
|
|
|
6312
6330
|
): this;
|
|
6313
6331
|
}
|
|
6314
6332
|
/**
|
|
6333
|
+
* @deprecated (since 1.98)
|
|
6334
|
+
*
|
|
6315
6335
|
* Options source for solution entities
|
|
6316
6336
|
*/
|
|
6317
6337
|
class OptionSource extends sap.ui.core.Control {
|
|
@@ -6392,6 +6412,8 @@ declare namespace sap {
|
|
|
6392
6412
|
): this;
|
|
6393
6413
|
}
|
|
6394
6414
|
/**
|
|
6415
|
+
* @deprecated (since 1.98)
|
|
6416
|
+
*
|
|
6395
6417
|
* Action Type of a action
|
|
6396
6418
|
*/
|
|
6397
6419
|
enum ActionType {
|
|
@@ -6405,6 +6427,8 @@ declare namespace sap {
|
|
|
6405
6427
|
NORMAL = "NORMAL",
|
|
6406
6428
|
}
|
|
6407
6429
|
/**
|
|
6430
|
+
* @deprecated (since 1.98)
|
|
6431
|
+
*
|
|
6408
6432
|
* [Enter description for ComponentType]
|
|
6409
6433
|
*/
|
|
6410
6434
|
enum ComponentType {
|
|
@@ -6422,6 +6446,8 @@ declare namespace sap {
|
|
|
6422
6446
|
onPremise = "onPremise",
|
|
6423
6447
|
}
|
|
6424
6448
|
/**
|
|
6449
|
+
* @deprecated (since 1.98)
|
|
6450
|
+
*
|
|
6425
6451
|
* type file for ps, ts and mob soln
|
|
6426
6452
|
*/
|
|
6427
6453
|
enum ConnectionLine {
|
|
@@ -6435,6 +6461,8 @@ declare namespace sap {
|
|
|
6435
6461
|
Line = "Line",
|
|
6436
6462
|
}
|
|
6437
6463
|
/**
|
|
6464
|
+
* @deprecated (since 1.98)
|
|
6465
|
+
*
|
|
6438
6466
|
* type file for ps, ts and mob soln
|
|
6439
6467
|
*/
|
|
6440
6468
|
enum ConnectionType {
|
|
@@ -6452,6 +6480,8 @@ declare namespace sap {
|
|
|
6452
6480
|
TechnicalSystem = "TechnicalSystem",
|
|
6453
6481
|
}
|
|
6454
6482
|
/**
|
|
6483
|
+
* @deprecated (since 1.98)
|
|
6484
|
+
*
|
|
6455
6485
|
* View type of landscape viewer
|
|
6456
6486
|
*/
|
|
6457
6487
|
enum DependencyType {
|
|
@@ -6465,6 +6495,8 @@ declare namespace sap {
|
|
|
6465
6495
|
NETWORK_VIEW = "NETWORK_VIEW",
|
|
6466
6496
|
}
|
|
6467
6497
|
/**
|
|
6498
|
+
* @deprecated (since 1.98)
|
|
6499
|
+
*
|
|
6468
6500
|
* View Visibility of landscape viewer
|
|
6469
6501
|
*/
|
|
6470
6502
|
enum DependencyVisibility {
|
|
@@ -6482,6 +6514,8 @@ declare namespace sap {
|
|
|
6482
6514
|
NETWORK = "NETWORK",
|
|
6483
6515
|
}
|
|
6484
6516
|
/**
|
|
6517
|
+
* @deprecated (since 1.98)
|
|
6518
|
+
*
|
|
6485
6519
|
* System Size supported
|
|
6486
6520
|
*/
|
|
6487
6521
|
enum EntityCSSSize {
|
|
@@ -6519,6 +6553,8 @@ declare namespace sap {
|
|
|
6519
6553
|
Smallest = "Smallest",
|
|
6520
6554
|
}
|
|
6521
6555
|
/**
|
|
6556
|
+
* @deprecated (since 1.98)
|
|
6557
|
+
*
|
|
6522
6558
|
* Type of object in the landscape
|
|
6523
6559
|
*/
|
|
6524
6560
|
enum LandscapeObject {
|
|
@@ -6552,6 +6588,8 @@ declare namespace sap {
|
|
|
6552
6588
|
Track = "Track",
|
|
6553
6589
|
}
|
|
6554
6590
|
/**
|
|
6591
|
+
* @deprecated (since 1.98)
|
|
6592
|
+
*
|
|
6555
6593
|
* sampl doc
|
|
6556
6594
|
*/
|
|
6557
6595
|
enum ModelingStatus {
|
|
@@ -6569,6 +6607,8 @@ declare namespace sap {
|
|
|
6569
6607
|
WARNING = "WARNING",
|
|
6570
6608
|
}
|
|
6571
6609
|
/**
|
|
6610
|
+
* @deprecated (since 1.98)
|
|
6611
|
+
*
|
|
6572
6612
|
* Action Type of a action
|
|
6573
6613
|
*/
|
|
6574
6614
|
enum OptionType {
|
|
@@ -6582,6 +6622,8 @@ declare namespace sap {
|
|
|
6582
6622
|
VIEW = "VIEW",
|
|
6583
6623
|
}
|
|
6584
6624
|
/**
|
|
6625
|
+
* @deprecated (since 1.98)
|
|
6626
|
+
*
|
|
6585
6627
|
* position of selection view
|
|
6586
6628
|
*/
|
|
6587
6629
|
enum SelectionViewPosition {
|
|
@@ -6599,6 +6641,8 @@ declare namespace sap {
|
|
|
6599
6641
|
RIGHT = "RIGHT",
|
|
6600
6642
|
}
|
|
6601
6643
|
/**
|
|
6644
|
+
* @deprecated (since 1.98)
|
|
6645
|
+
*
|
|
6602
6646
|
* View type of landscape viewer
|
|
6603
6647
|
*/
|
|
6604
6648
|
enum SolutionType {
|
|
@@ -6612,6 +6656,8 @@ declare namespace sap {
|
|
|
6612
6656
|
DEPLOYMENT_VIEW = "DEPLOYMENT_VIEW",
|
|
6613
6657
|
}
|
|
6614
6658
|
/**
|
|
6659
|
+
* @deprecated (since 1.98)
|
|
6660
|
+
*
|
|
6615
6661
|
* sampl doc
|
|
6616
6662
|
*/
|
|
6617
6663
|
enum TechnicalSystemType {
|
|
@@ -6697,6 +6743,8 @@ declare namespace sap {
|
|
|
6697
6743
|
WEBSPHERE = "WEBSPHERE",
|
|
6698
6744
|
}
|
|
6699
6745
|
/**
|
|
6746
|
+
* @deprecated (since 1.98)
|
|
6747
|
+
*
|
|
6700
6748
|
* View type of landscape viewer
|
|
6701
6749
|
*/
|
|
6702
6750
|
enum ViewType {
|