@sapui5/ts-types 1.97.1 → 1.99.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 +2 -2
- 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 +2 -240
- package/types/sap.f.d.ts +263 -636
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +170 -25
- package/types/sap.fe.macros.d.ts +13 -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 +19 -14
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +119 -1
- package/types/sap.landvisz.d.ts +49 -1
- package/types/sap.m.d.ts +3688 -350
- 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 +267 -14
- package/types/sap.ui.core.d.ts +1377 -383
- 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 +13 -5
- 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 +29 -11
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +16 -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 +64 -31
- package/types/sap.ui.vtm.d.ts +4 -4
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +510 -139
- package/types/sap.ushell_abap.d.ts +1 -495
- 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.99.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,138 @@ 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
|
+
* Array of values that are filled in the Action Parameter Dialog
|
|
227
|
+
*/
|
|
228
|
+
createParameters?: any[];
|
|
229
|
+
}
|
|
230
|
+
): Promise<any>;
|
|
231
|
+
/**
|
|
232
|
+
* @SINCE 1.98.0
|
|
233
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
234
|
+
*
|
|
235
|
+
* This function can be used to intercept the 'Delete' action. You can execute custom coding in this function.
|
|
236
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Delete' action. If
|
|
237
|
+
* you reject the promise, the 'Delete' action is stopped.
|
|
238
|
+
*
|
|
239
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
240
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
241
|
+
*/
|
|
242
|
+
onBeforeDelete(
|
|
243
|
+
/**
|
|
244
|
+
* Object containing the parameters passed to onBeforeDelete
|
|
245
|
+
*/
|
|
246
|
+
mParameters?: {
|
|
247
|
+
/**
|
|
248
|
+
* An array of contexts that are going to be deleted
|
|
249
|
+
*/
|
|
250
|
+
contexts?: any[];
|
|
251
|
+
}
|
|
252
|
+
): Promise<any>;
|
|
253
|
+
/**
|
|
254
|
+
* @SINCE 1.98.0
|
|
255
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
256
|
+
*
|
|
257
|
+
* This function can be used to intercept the 'Discard' action. You can execute custom coding in this function.
|
|
258
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Discard' action. If
|
|
259
|
+
* you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.
|
|
260
|
+
*
|
|
261
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
262
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
263
|
+
*/
|
|
264
|
+
onBeforeDiscard(
|
|
265
|
+
/**
|
|
266
|
+
* Object containing the parameters passed to onBeforeDiscard
|
|
267
|
+
*/
|
|
268
|
+
mParameters?: {
|
|
269
|
+
/**
|
|
270
|
+
* Page context that is going to be discarded.
|
|
271
|
+
*/
|
|
272
|
+
context?: sap.ui.model.odata.v4.Context;
|
|
273
|
+
}
|
|
274
|
+
): Promise<any>;
|
|
275
|
+
/**
|
|
276
|
+
* @SINCE 1.98.0
|
|
277
|
+
* @EXPERIMENTAL (since 1.98.0)
|
|
278
|
+
*
|
|
279
|
+
* This function can be used to intercept the 'Edit' action. You can execute custom coding in this function.
|
|
280
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Edit' action. If you
|
|
281
|
+
* reject the promise, the 'Edit' action is stopped and the user stays in display mode.
|
|
282
|
+
*
|
|
283
|
+
* This function is meant to be individually overridden by consuming controllers, but not to be called directly.
|
|
284
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
285
|
+
*/
|
|
286
|
+
onBeforeEdit(
|
|
287
|
+
/**
|
|
288
|
+
* Object containing the parameters passed to onBeforeEdit
|
|
289
|
+
*/
|
|
290
|
+
mParameters?: {
|
|
291
|
+
/**
|
|
292
|
+
* Page context that is going to be edited.
|
|
293
|
+
*/
|
|
294
|
+
context?: sap.ui.model.odata.v4.Context;
|
|
171
295
|
}
|
|
172
296
|
): Promise<any>;
|
|
173
297
|
/**
|
|
174
298
|
* @SINCE 1.90.0
|
|
175
299
|
* @EXPERIMENTAL (since 1.90.0)
|
|
176
300
|
*
|
|
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
|
|
301
|
+
* This function can be used to intercept the 'Save' action. You can execute custom coding in this function.
|
|
302
|
+
* The framework waits for the returned promise to be resolved before continuing the 'Save' action. If you
|
|
303
|
+
* reject the promise, the 'Save' action is stopped and the user stays in edit mode.
|
|
180
304
|
*
|
|
181
305
|
* 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.
|
|
306
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.
|
|
183
307
|
*/
|
|
184
|
-
onBeforeSave(
|
|
308
|
+
onBeforeSave(
|
|
309
|
+
/**
|
|
310
|
+
* Object containing the parameters passed to onBeforeSave
|
|
311
|
+
*/
|
|
312
|
+
mParameters?: {
|
|
313
|
+
/**
|
|
314
|
+
* Page context that is going to be saved.
|
|
315
|
+
*/
|
|
316
|
+
context?: sap.ui.model.odata.v4.Context;
|
|
317
|
+
}
|
|
318
|
+
): Promise<any>;
|
|
185
319
|
/**
|
|
186
320
|
* @SINCE 1.90.0
|
|
187
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
188
321
|
*
|
|
189
322
|
* Saves a new document after checking it.
|
|
190
323
|
*/
|
|
@@ -234,7 +367,6 @@ declare namespace sap {
|
|
|
234
367
|
): Promise<any>;
|
|
235
368
|
/**
|
|
236
369
|
* @SINCE 1.90.0
|
|
237
|
-
* @EXPERIMENTAL (since 1.90.0)
|
|
238
370
|
*
|
|
239
371
|
* Updates the draft status and displays the error messages if there are errors during an update.
|
|
240
372
|
*/
|
|
@@ -388,6 +520,19 @@ declare namespace sap {
|
|
|
388
520
|
*/
|
|
389
521
|
oContext: sap.ui.model.odata.v4.Context
|
|
390
522
|
): void;
|
|
523
|
+
/**
|
|
524
|
+
* Navigate to another target.
|
|
525
|
+
*/
|
|
526
|
+
navigateToRoute(
|
|
527
|
+
/**
|
|
528
|
+
* Name of the target route
|
|
529
|
+
*/
|
|
530
|
+
sTargetRouteName: string,
|
|
531
|
+
/**
|
|
532
|
+
* Parameters to be used with route to create the target hash
|
|
533
|
+
*/
|
|
534
|
+
oParameters?: object
|
|
535
|
+
): Promise<any>;
|
|
391
536
|
/**
|
|
392
537
|
* @SINCE 1.90.0
|
|
393
538
|
*
|
|
@@ -1026,7 +1171,7 @@ declare namespace sap {
|
|
|
1026
1171
|
* Context instance
|
|
1027
1172
|
*/
|
|
1028
1173
|
oContext?: sap.ui.model.Context
|
|
1029
|
-
):
|
|
1174
|
+
): Promise<any>;
|
|
1030
1175
|
/**
|
|
1031
1176
|
* Remove a dependent control from this SAP Fiori elements page.
|
|
1032
1177
|
*/
|
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -31,6 +31,18 @@ declare namespace sap {
|
|
|
31
31
|
*/
|
|
32
32
|
export const Field: undefined;
|
|
33
33
|
|
|
34
|
+
/**
|
|
35
|
+
* Building block for creating a Form based on the metadata provided by OData V4.
|
|
36
|
+
* Usually, a ReferenceFacet or CollectionFacet is expected
|
|
37
|
+
*
|
|
38
|
+
* Usage example:
|
|
39
|
+
* ```javascript
|
|
40
|
+
*
|
|
41
|
+
* <macro:Form id="MyForm" metaPath="@com.sap.vocabularies.UI.v1.Facets/0" />
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
export const Form: undefined;
|
|
45
|
+
|
|
34
46
|
/**
|
|
35
47
|
* Building block used to create a table based on the metadata provided by OData V4.
|
|
36
48
|
* Usually, a LineItem or PresentationVariant annotation is expected, but the Table building block can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.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.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -162,6 +162,10 @@ declare namespace sap {
|
|
|
162
162
|
class DialogMessageActions extends sap.fe.test.api.DialogActions {
|
|
163
163
|
constructor();
|
|
164
164
|
|
|
165
|
+
/**
|
|
166
|
+
* Confirms the draft message with Discard Draft when navigating back to the list-report.
|
|
167
|
+
*/
|
|
168
|
+
iConfirmDiscardDraft(): object;
|
|
165
169
|
/**
|
|
166
170
|
* Executes the `Back` action on the message dialog.
|
|
167
171
|
*/
|
|
@@ -1345,10 +1349,6 @@ declare namespace sap {
|
|
|
1345
1349
|
*/
|
|
1346
1350
|
vAction: string | object
|
|
1347
1351
|
): object;
|
|
1348
|
-
/**
|
|
1349
|
-
* Executes the `Paste` action on the table.
|
|
1350
|
-
*/
|
|
1351
|
-
iExecutePaste(): object;
|
|
1352
1352
|
/**
|
|
1353
1353
|
* Executes the `Show/Hide details` action on the table.
|
|
1354
1354
|
*/
|
|
@@ -1788,14 +1788,9 @@ declare namespace sap {
|
|
|
1788
1788
|
mProperty?: object
|
|
1789
1789
|
): object;
|
|
1790
1790
|
/**
|
|
1791
|
-
* Checks the
|
|
1791
|
+
* Checks whether the paste button is available for the table.
|
|
1792
1792
|
*/
|
|
1793
|
-
iCheckPaste(
|
|
1794
|
-
/**
|
|
1795
|
-
* Defines the expected state of the button
|
|
1796
|
-
*/
|
|
1797
|
-
mState?: object
|
|
1798
|
-
): object;
|
|
1793
|
+
iCheckPaste(): object;
|
|
1799
1794
|
/**
|
|
1800
1795
|
* Checks the quick filter action of the table.
|
|
1801
1796
|
*/
|
|
@@ -2097,6 +2092,10 @@ declare namespace sap {
|
|
|
2097
2092
|
* The name of the navigation property used for the table
|
|
2098
2093
|
*/
|
|
2099
2094
|
property: string;
|
|
2095
|
+
/**
|
|
2096
|
+
* The name of a qualifier for the table
|
|
2097
|
+
*/
|
|
2098
|
+
qualifier?: string;
|
|
2100
2099
|
};
|
|
2101
2100
|
}
|
|
2102
2101
|
|
|
@@ -2685,7 +2684,10 @@ declare namespace sap {
|
|
|
2685
2684
|
},
|
|
2686
2685
|
/**
|
|
2687
2686
|
* 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
|
|
2687
|
+
* path to the file that should be loaded. Else it is expected to be a function. Alternatively, instead
|
|
2688
|
+
* of being wrapped in an array, the journeys can also be given as separate parameters:
|
|
2689
|
+
* ```javascript
|
|
2690
|
+
* .run(mSettings, Journey1, Journey2, ...)```
|
|
2689
2691
|
*/
|
|
2690
2692
|
vJourneys: Array<() => void> | string[]
|
|
2691
2693
|
): object;
|
|
@@ -2697,7 +2699,10 @@ declare namespace sap {
|
|
|
2697
2699
|
run(
|
|
2698
2700
|
/**
|
|
2699
2701
|
* 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
|
|
2702
|
+
* path to the file that should be loaded. Else it is expected to be a function. Alternatively, instead
|
|
2703
|
+
* of being wrapped in an array, the journeys can also be given as separate parameters:
|
|
2704
|
+
* ```javascript
|
|
2705
|
+
* .run(mSettings, Journey1, Journey2, ...)```
|
|
2701
2706
|
*/
|
|
2702
2707
|
vJourneys: Array<() => void> | string[]
|
|
2703
2708
|
): object;
|
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.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?:
|
|
@@ -20219,6 +20221,26 @@ declare namespace sap {
|
|
|
20219
20221
|
* The titleSpacing property defines the space between the start of the shape and the shape title in pixels
|
|
20220
20222
|
*/
|
|
20221
20223
|
titleSpacing?: int | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20224
|
+
|
|
20225
|
+
/**
|
|
20226
|
+
* @SINCE 1.99
|
|
20227
|
+
*
|
|
20228
|
+
* The selectedFill property defines the color (or any SVG paint servers like gradients or patterns) of
|
|
20229
|
+
* the shape when it is selected.
|
|
20230
|
+
*/
|
|
20231
|
+
selectedFill?:
|
|
20232
|
+
| sap.gantt.ValueSVGPaintServer
|
|
20233
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20234
|
+
|
|
20235
|
+
/**
|
|
20236
|
+
* @SINCE 1.99
|
|
20237
|
+
*
|
|
20238
|
+
* The selectedTitleColor property defines the color (or any SVG paint servers like gradients or patterns)
|
|
20239
|
+
* of the shape's title when it is selected.
|
|
20240
|
+
*/
|
|
20241
|
+
selectedTitleColor?:
|
|
20242
|
+
| sap.gantt.ValueSVGPaintServer
|
|
20243
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20222
20244
|
}
|
|
20223
20245
|
|
|
20224
20246
|
interface $BaseTextSettings extends sap.gantt.simple.$BaseShapeSettings {
|
|
@@ -20528,6 +20550,8 @@ declare namespace sap {
|
|
|
20528
20550
|
visible?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20529
20551
|
|
|
20530
20552
|
/**
|
|
20553
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
20554
|
+
*
|
|
20531
20555
|
* Visibility of the Delta Line
|
|
20532
20556
|
*/
|
|
20533
20557
|
timeDelay?: int | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -21277,6 +21301,15 @@ declare namespace sap {
|
|
|
21277
21301
|
| sap.gantt.simple.relationshipShapeSize
|
|
21278
21302
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21279
21303
|
|
|
21304
|
+
/**
|
|
21305
|
+
* @EXPERIMENTAL (since 1.98)
|
|
21306
|
+
*
|
|
21307
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
21308
|
+
*/
|
|
21309
|
+
useParentShapeOnExpand?:
|
|
21310
|
+
| boolean
|
|
21311
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21312
|
+
|
|
21280
21313
|
/**
|
|
21281
21314
|
* Table of the Gantt Chart
|
|
21282
21315
|
*
|
|
@@ -22791,6 +22824,8 @@ declare namespace sap {
|
|
|
22791
22824
|
*/
|
|
22792
22825
|
getDraggable(): boolean;
|
|
22793
22826
|
/**
|
|
22827
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
22828
|
+
*
|
|
22794
22829
|
* Gets current value of property {@link #getMarkerPopoverDelay markerPopoverDelay}.
|
|
22795
22830
|
*
|
|
22796
22831
|
* Delay in milliseconds for the marker popover to show up
|
|
@@ -22945,6 +22980,8 @@ declare namespace sap {
|
|
|
22945
22980
|
bDraggable?: boolean
|
|
22946
22981
|
): this;
|
|
22947
22982
|
/**
|
|
22983
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
22984
|
+
*
|
|
22948
22985
|
* Sets a new value for property {@link #getMarkerPopoverDelay markerPopoverDelay}.
|
|
22949
22986
|
*
|
|
22950
22987
|
* Delay in milliseconds for the marker popover to show up
|
|
@@ -25118,6 +25155,24 @@ declare namespace sap {
|
|
|
25118
25155
|
* Default value is `false`.
|
|
25119
25156
|
*/
|
|
25120
25157
|
getSelected(): boolean;
|
|
25158
|
+
/**
|
|
25159
|
+
* @SINCE 1.99
|
|
25160
|
+
*
|
|
25161
|
+
* Gets current value of property {@link #getSelectedFill selectedFill}.
|
|
25162
|
+
*
|
|
25163
|
+
* The selectedFill property defines the color (or any SVG paint servers like gradients or patterns) of
|
|
25164
|
+
* the shape when it is selected.
|
|
25165
|
+
*/
|
|
25166
|
+
getSelectedFill(): sap.gantt.ValueSVGPaintServer;
|
|
25167
|
+
/**
|
|
25168
|
+
* @SINCE 1.99
|
|
25169
|
+
*
|
|
25170
|
+
* Gets current value of property {@link #getSelectedTitleColor selectedTitleColor}.
|
|
25171
|
+
*
|
|
25172
|
+
* The selectedTitleColor property defines the color (or any SVG paint servers like gradients or patterns)
|
|
25173
|
+
* of the shape's title when it is selected.
|
|
25174
|
+
*/
|
|
25175
|
+
getSelectedTitleColor(): sap.gantt.ValueSVGPaintServer;
|
|
25121
25176
|
/**
|
|
25122
25177
|
* Gets current value of property {@link #getShapeId shapeId}.
|
|
25123
25178
|
*
|
|
@@ -25624,6 +25679,38 @@ declare namespace sap {
|
|
|
25624
25679
|
*/
|
|
25625
25680
|
bSelected?: boolean
|
|
25626
25681
|
): this;
|
|
25682
|
+
/**
|
|
25683
|
+
* @SINCE 1.99
|
|
25684
|
+
*
|
|
25685
|
+
* Sets a new value for property {@link #getSelectedFill selectedFill}.
|
|
25686
|
+
*
|
|
25687
|
+
* The selectedFill property defines the color (or any SVG paint servers like gradients or patterns) of
|
|
25688
|
+
* the shape when it is selected.
|
|
25689
|
+
*
|
|
25690
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25691
|
+
*/
|
|
25692
|
+
setSelectedFill(
|
|
25693
|
+
/**
|
|
25694
|
+
* New value for property `selectedFill`
|
|
25695
|
+
*/
|
|
25696
|
+
sSelectedFill: sap.gantt.ValueSVGPaintServer
|
|
25697
|
+
): this;
|
|
25698
|
+
/**
|
|
25699
|
+
* @SINCE 1.99
|
|
25700
|
+
*
|
|
25701
|
+
* Sets a new value for property {@link #getSelectedTitleColor selectedTitleColor}.
|
|
25702
|
+
*
|
|
25703
|
+
* The selectedTitleColor property defines the color (or any SVG paint servers like gradients or patterns)
|
|
25704
|
+
* of the shape's title when it is selected.
|
|
25705
|
+
*
|
|
25706
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25707
|
+
*/
|
|
25708
|
+
setSelectedTitleColor(
|
|
25709
|
+
/**
|
|
25710
|
+
* New value for property `selectedTitleColor`
|
|
25711
|
+
*/
|
|
25712
|
+
sSelectedTitleColor: sap.gantt.ValueSVGPaintServer
|
|
25713
|
+
): this;
|
|
25627
25714
|
/**
|
|
25628
25715
|
* Sets a new value for property {@link #getShapeId shapeId}.
|
|
25629
25716
|
*
|
|
@@ -28023,6 +28110,8 @@ declare namespace sap {
|
|
|
28023
28110
|
*/
|
|
28024
28111
|
getStrokeOpacity(): float;
|
|
28025
28112
|
/**
|
|
28113
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
28114
|
+
*
|
|
28026
28115
|
* Gets current value of property {@link #getTimeDelay timeDelay}.
|
|
28027
28116
|
*
|
|
28028
28117
|
* Visibility of the Delta Line
|
|
@@ -28295,6 +28384,8 @@ declare namespace sap {
|
|
|
28295
28384
|
fStrokeOpacity?: float
|
|
28296
28385
|
): this;
|
|
28297
28386
|
/**
|
|
28387
|
+
* @deprecated (since 1.97) - **Note:**With the new implementation, this property won't have any effect.
|
|
28388
|
+
*
|
|
28298
28389
|
* Sets a new value for property {@link #getTimeDelay timeDelay}.
|
|
28299
28390
|
*
|
|
28300
28391
|
* Visibility of the Delta Line
|
|
@@ -31322,6 +31413,16 @@ declare namespace sap {
|
|
|
31322
31413
|
* Default value is `library.config.DEFAULT_TIME_PATTERN`.
|
|
31323
31414
|
*/
|
|
31324
31415
|
getTimePattern(): string;
|
|
31416
|
+
/**
|
|
31417
|
+
* @EXPERIMENTAL (since 1.98)
|
|
31418
|
+
*
|
|
31419
|
+
* Gets current value of property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
|
|
31420
|
+
*
|
|
31421
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
31422
|
+
*
|
|
31423
|
+
* Default value is `false`.
|
|
31424
|
+
*/
|
|
31425
|
+
getUseParentShapeOnExpand(): boolean;
|
|
31325
31426
|
/**
|
|
31326
31427
|
* Gets current value of property {@link #getWidth width}.
|
|
31327
31428
|
*
|
|
@@ -32411,6 +32512,23 @@ declare namespace sap {
|
|
|
32411
32512
|
*/
|
|
32412
32513
|
sTimePattern?: string
|
|
32413
32514
|
): this;
|
|
32515
|
+
/**
|
|
32516
|
+
* @EXPERIMENTAL (since 1.98)
|
|
32517
|
+
*
|
|
32518
|
+
* Sets a new value for property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
|
|
32519
|
+
*
|
|
32520
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
32521
|
+
*
|
|
32522
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32523
|
+
*
|
|
32524
|
+
* Default value is `false`.
|
|
32525
|
+
*/
|
|
32526
|
+
setUseParentShapeOnExpand(
|
|
32527
|
+
/**
|
|
32528
|
+
* New value for property `useParentShapeOnExpand`
|
|
32529
|
+
*/
|
|
32530
|
+
bUseParentShapeOnExpand?: boolean
|
|
32531
|
+
): this;
|
|
32414
32532
|
/**
|
|
32415
32533
|
* Sets a new value for property {@link #getWidth width}.
|
|
32416
32534
|
*
|