@sapui5/ts-types 1.102.6 → 1.102.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +25 -1
- 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 +194 -1
- package/types/sap.fe.test.d.ts +17 -3
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -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 +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +63 -5
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- 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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
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.102.
|
|
1
|
+
// For Library Version: 1.102.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1043,6 +1043,18 @@ declare namespace sap {
|
|
|
1043
1043
|
*/
|
|
1044
1044
|
oControl: sap.ui.core.Control
|
|
1045
1045
|
): void;
|
|
1046
|
+
/**
|
|
1047
|
+
* Retrieves the editFlow controller extension for this page.
|
|
1048
|
+
*
|
|
1049
|
+
* @returns The editFlow controller extension
|
|
1050
|
+
*/
|
|
1051
|
+
getEditFlow(): /* was: sap.fe.core.EditFlow */ any;
|
|
1052
|
+
/**
|
|
1053
|
+
* Retrieves the intentBasedNavigation controller extension for this page.
|
|
1054
|
+
*
|
|
1055
|
+
* @returns The intentBasedNavigation controller extension
|
|
1056
|
+
*/
|
|
1057
|
+
getIntentBasedNavigation(): /* was: sap.fe.core.IntentBasedNavigation */ any;
|
|
1046
1058
|
/**
|
|
1047
1059
|
* Get access to models managed by SAP Fiori elements.
|
|
1048
1060
|
*
|
|
@@ -1070,6 +1082,12 @@ declare namespace sap {
|
|
|
1070
1082
|
*/
|
|
1071
1083
|
sModelName?: string
|
|
1072
1084
|
): undefined | sap.ui.model.Model;
|
|
1085
|
+
/**
|
|
1086
|
+
* Retrieves the routing controller extension for this page.
|
|
1087
|
+
*
|
|
1088
|
+
* @returns The routing controller extension
|
|
1089
|
+
*/
|
|
1090
|
+
getRouting(): /* was: sap.fe.core.Routing */ any;
|
|
1073
1091
|
/**
|
|
1074
1092
|
* Load a fragment and go through the template preprocessor with the current page context.
|
|
1075
1093
|
*
|
|
@@ -1152,6 +1170,12 @@ declare namespace sap {
|
|
|
1152
1170
|
* @returns The app component or, if not found, null
|
|
1153
1171
|
*/
|
|
1154
1172
|
getAppComponent(): sap.fe.core.AppComponent;
|
|
1173
|
+
/**
|
|
1174
|
+
* Get the extension API for the current page.
|
|
1175
|
+
*
|
|
1176
|
+
* @returns The extension API.
|
|
1177
|
+
*/
|
|
1178
|
+
getExtensionAPI(): sap.fe.core.ExtensionAPI;
|
|
1155
1179
|
/**
|
|
1156
1180
|
* Convenience method provided by SAP Fiori elements to enable applications to include the view model by
|
|
1157
1181
|
* name into each controller.
|
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -37,6 +37,18 @@ declare namespace sap {
|
|
|
37
37
|
*/
|
|
38
38
|
mFilterConditions: any
|
|
39
39
|
): object;
|
|
40
|
+
/**
|
|
41
|
+
* Retrieves the editFlow controller extension for this page.
|
|
42
|
+
*
|
|
43
|
+
* @returns The editFlow controller extension
|
|
44
|
+
*/
|
|
45
|
+
getEditFlow(): /* was: sap.fe.templates.EditFlow */ any;
|
|
46
|
+
/**
|
|
47
|
+
* Retrieves the intentBasedNavigation controller extension for this page.
|
|
48
|
+
*
|
|
49
|
+
* @returns The intentBasedNavigation controller extension
|
|
50
|
+
*/
|
|
51
|
+
getIntentBasedNavigation(): /* was: sap.fe.templates.IntentBasedNavigation */ any;
|
|
40
52
|
/**
|
|
41
53
|
* Get access to models managed by SAP Fiori elements.
|
|
42
54
|
*
|
|
@@ -64,6 +76,12 @@ declare namespace sap {
|
|
|
64
76
|
*/
|
|
65
77
|
sModelName?: string
|
|
66
78
|
): undefined | sap.ui.model.Model;
|
|
79
|
+
/**
|
|
80
|
+
* Retrieves the routing controller extension for this page.
|
|
81
|
+
*
|
|
82
|
+
* @returns The routing controller extension
|
|
83
|
+
*/
|
|
84
|
+
getRouting(): /* was: sap.fe.templates.Routing */ any;
|
|
67
85
|
/**
|
|
68
86
|
* Gets the list entries currently selected for the displayed control.
|
|
69
87
|
*
|
|
@@ -171,6 +189,179 @@ declare namespace sap {
|
|
|
171
189
|
updateAppState(): undefined | Promise<any>;
|
|
172
190
|
}
|
|
173
191
|
}
|
|
192
|
+
|
|
193
|
+
namespace ObjectPage {
|
|
194
|
+
/**
|
|
195
|
+
* @SINCE 1.79.0
|
|
196
|
+
*
|
|
197
|
+
*
|
|
198
|
+
* Extension API for object pages on SAP Fiori elements for OData V4.
|
|
199
|
+
*/
|
|
200
|
+
class ExtensionAPI
|
|
201
|
+
/* was: sap.fe.templates.ExtensionAPI */ extends Object {
|
|
202
|
+
constructor();
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Add any control as a dependent control to this SAP Fiori elements page.
|
|
206
|
+
*/
|
|
207
|
+
addDependent(
|
|
208
|
+
/**
|
|
209
|
+
* Control to be added as a dependent control
|
|
210
|
+
*/
|
|
211
|
+
oControl: sap.ui.core.Control
|
|
212
|
+
): void;
|
|
213
|
+
/**
|
|
214
|
+
* Gets the bound context of the current object page.
|
|
215
|
+
*
|
|
216
|
+
* @returns Context bound to the object page
|
|
217
|
+
*/
|
|
218
|
+
getBindingContext(): undefined | object | sap.ui.model.Context;
|
|
219
|
+
/**
|
|
220
|
+
* Retrieves the editFlow controller extension for this page.
|
|
221
|
+
*
|
|
222
|
+
* @returns The editFlow controller extension
|
|
223
|
+
*/
|
|
224
|
+
getEditFlow(): /* was: sap.fe.templates.EditFlow */ any;
|
|
225
|
+
/**
|
|
226
|
+
* Retrieves the intentBasedNavigation controller extension for this page.
|
|
227
|
+
*
|
|
228
|
+
* @returns The intentBasedNavigation controller extension
|
|
229
|
+
*/
|
|
230
|
+
getIntentBasedNavigation(): /* was: sap.fe.templates.IntentBasedNavigation */ any;
|
|
231
|
+
/**
|
|
232
|
+
* Get access to models managed by SAP Fiori elements.
|
|
233
|
+
*
|
|
234
|
+
* The following models can be accessed:
|
|
235
|
+
*
|
|
236
|
+
*
|
|
237
|
+
* - undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page
|
|
238
|
+
*
|
|
239
|
+
* - i18n / further data models defined in the manifest
|
|
240
|
+
* ui: returns a SAPUI5 JSON model containing UI information.
|
|
241
|
+
* Only the following properties are public and supported:
|
|
242
|
+
*
|
|
243
|
+
*
|
|
244
|
+
* - isEditable: set to true if the application is in edit mode
|
|
245
|
+
*
|
|
246
|
+
*
|
|
247
|
+
* .
|
|
248
|
+
* editMode is deprecated and should not be used anymore. Use isEditable instead.
|
|
249
|
+
*
|
|
250
|
+
* @returns The required model
|
|
251
|
+
*/
|
|
252
|
+
getModel(
|
|
253
|
+
/**
|
|
254
|
+
* Name of the model
|
|
255
|
+
*/
|
|
256
|
+
sModelName?: string
|
|
257
|
+
): undefined | sap.ui.model.Model;
|
|
258
|
+
/**
|
|
259
|
+
* Retrieves the routing controller extension for this page.
|
|
260
|
+
*
|
|
261
|
+
* @returns The routing controller extension
|
|
262
|
+
*/
|
|
263
|
+
getRouting(): /* was: sap.fe.templates.Routing */ any;
|
|
264
|
+
/**
|
|
265
|
+
* Gets the list entries currently selected for the table.
|
|
266
|
+
*
|
|
267
|
+
* @returns Array containing the selected contexts
|
|
268
|
+
*/
|
|
269
|
+
getSelectedContexts(
|
|
270
|
+
/**
|
|
271
|
+
* The ID identifying the table the selected context is requested for
|
|
272
|
+
*/
|
|
273
|
+
sTableId: string
|
|
274
|
+
): any;
|
|
275
|
+
/**
|
|
276
|
+
* Load a fragment and go through the template preprocessor with the current page context.
|
|
277
|
+
*
|
|
278
|
+
* @returns The fragment definition
|
|
279
|
+
*/
|
|
280
|
+
loadFragment(
|
|
281
|
+
/**
|
|
282
|
+
* The settings object
|
|
283
|
+
*/
|
|
284
|
+
mSettings: {
|
|
285
|
+
/**
|
|
286
|
+
* The contextPath to be used for the templating process
|
|
287
|
+
*/
|
|
288
|
+
contextPath: string;
|
|
289
|
+
/**
|
|
290
|
+
* The controller to be attached to the fragment
|
|
291
|
+
*/
|
|
292
|
+
controller: object;
|
|
293
|
+
/**
|
|
294
|
+
* The ID of the fragment itself
|
|
295
|
+
*/
|
|
296
|
+
id: string;
|
|
297
|
+
/**
|
|
298
|
+
* The initial binding context
|
|
299
|
+
*/
|
|
300
|
+
initialBindingContext: sap.ui.model.Context;
|
|
301
|
+
/**
|
|
302
|
+
* The name of the fragment to be loaded
|
|
303
|
+
*/
|
|
304
|
+
name: string;
|
|
305
|
+
}
|
|
306
|
+
): Promise<any>;
|
|
307
|
+
/**
|
|
308
|
+
* Navigate to another target.
|
|
309
|
+
*/
|
|
310
|
+
navigateToTarget(
|
|
311
|
+
/**
|
|
312
|
+
* Name of the target route
|
|
313
|
+
*/
|
|
314
|
+
sTarget: string,
|
|
315
|
+
/**
|
|
316
|
+
* Context instance
|
|
317
|
+
*/
|
|
318
|
+
oContext: sap.ui.model.Context
|
|
319
|
+
): void;
|
|
320
|
+
/**
|
|
321
|
+
* Refreshes either the whole object page or only parts of it.
|
|
322
|
+
*
|
|
323
|
+
* @returns Resolved once the data is refreshed or rejected if the request failed
|
|
324
|
+
*/
|
|
325
|
+
refresh(
|
|
326
|
+
/**
|
|
327
|
+
* Path or array of paths referring to entities or properties to be refreshed.
|
|
328
|
+
* If omitted, the whole object page is refreshed. The path "" refreshes the entity assigned to the object
|
|
329
|
+
* page
|
|
330
|
+
* without navigations
|
|
331
|
+
*/
|
|
332
|
+
vPath: undefined | string | string[]
|
|
333
|
+
): Promise<any>;
|
|
334
|
+
/**
|
|
335
|
+
* Remove a dependent control from this SAP Fiori elements page.
|
|
336
|
+
*/
|
|
337
|
+
removeDependent(
|
|
338
|
+
/**
|
|
339
|
+
* Control to be added as a dependent control
|
|
340
|
+
*/
|
|
341
|
+
oControl: sap.ui.core.Control
|
|
342
|
+
): void;
|
|
343
|
+
/**
|
|
344
|
+
* Displays or hides the side content of an object page block.
|
|
345
|
+
*/
|
|
346
|
+
showSideContent(
|
|
347
|
+
/**
|
|
348
|
+
* Key of the side content fragment as defined in the manifest.json
|
|
349
|
+
*/
|
|
350
|
+
sSubSectionKey: string,
|
|
351
|
+
/**
|
|
352
|
+
* Optional Boolean flag to show or hide the side content
|
|
353
|
+
*/
|
|
354
|
+
bShow: undefined | boolean
|
|
355
|
+
): void;
|
|
356
|
+
/**
|
|
357
|
+
* Triggers an update of the app state.
|
|
358
|
+
* Should be called if the state of a control, or any other state-relevant information, was changed.
|
|
359
|
+
*
|
|
360
|
+
* @returns A promise that resolves with the new app state object.
|
|
361
|
+
*/
|
|
362
|
+
updateAppState(): undefined | Promise<any>;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
174
365
|
}
|
|
175
366
|
}
|
|
176
367
|
|
|
@@ -178,5 +369,7 @@ declare namespace sap {
|
|
|
178
369
|
"sap/fe/templates/library": undefined;
|
|
179
370
|
|
|
180
371
|
"sap/fe/templates/ListReport/ExtensionAPI": undefined;
|
|
372
|
+
|
|
373
|
+
"sap/fe/templates/ObjectPage/ExtensionAPI": undefined;
|
|
181
374
|
}
|
|
182
375
|
}
|
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -2466,7 +2466,14 @@ declare namespace sap {
|
|
|
2466
2466
|
*
|
|
2467
2467
|
* @returns The available filter bar actions
|
|
2468
2468
|
*/
|
|
2469
|
-
onFilterBar(
|
|
2469
|
+
onFilterBar(
|
|
2470
|
+
/**
|
|
2471
|
+
* The identifier of the filterbar
|
|
2472
|
+
*/
|
|
2473
|
+
vFilterBarIdentifier: /* was: sap.fe.test.api.FilterBarIdentifier */
|
|
2474
|
+
| any
|
|
2475
|
+
| string
|
|
2476
|
+
): sap.fe.test.api.FilterBarActions;
|
|
2470
2477
|
/**
|
|
2471
2478
|
* Returns a {@link sap.fe.test.api.HeaderActionsLR} instance.
|
|
2472
2479
|
*
|
|
@@ -2496,7 +2503,14 @@ declare namespace sap {
|
|
|
2496
2503
|
*
|
|
2497
2504
|
* @returns The available filter bar assertions
|
|
2498
2505
|
*/
|
|
2499
|
-
onFilterBar(
|
|
2506
|
+
onFilterBar(
|
|
2507
|
+
/**
|
|
2508
|
+
* The identifier of the filterbar
|
|
2509
|
+
*/
|
|
2510
|
+
vFilterBarIdentifier: /* was: sap.fe.test.api.FilterBarIdentifier */
|
|
2511
|
+
| any
|
|
2512
|
+
| string
|
|
2513
|
+
): sap.fe.test.api.FilterBarAssertions;
|
|
2500
2514
|
/**
|
|
2501
2515
|
* Returns a {@link sap.fe.test.api.HeaderAssertionsLR} instance.
|
|
2502
2516
|
*
|
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.8
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -225,7 +225,7 @@ declare namespace sap {
|
|
|
225
225
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
226
226
|
* following fields:
|
|
227
227
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
228
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.102.
|
|
228
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.102.8")
|
|
229
229
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
230
230
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
231
231
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
* columns: aColumns,
|
|
312
312
|
* context: {
|
|
313
313
|
* application: 'Debug Test Application',
|
|
314
|
-
* version: '1.102.
|
|
314
|
+
* version: '1.102.8',
|
|
315
315
|
* title: 'Some random title',
|
|
316
316
|
* modifiedBy: 'John Doe',
|
|
317
317
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -15581,6 +15581,23 @@ declare namespace sap {
|
|
|
15581
15581
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15582
15582
|
| `{${string}}`;
|
|
15583
15583
|
|
|
15584
|
+
/**
|
|
15585
|
+
* An object used to load content resource's dependencies.
|
|
15586
|
+
*
|
|
15587
|
+
* A content resource may have dependencies, e.g. if the loaded content resource is a shattered VDS file
|
|
15588
|
+
* it reference other VDS files.
|
|
15589
|
+
*
|
|
15590
|
+
* `dependencyLoader` should be an object with method `function load(uri: string, context: any): Promise<{buffer:
|
|
15591
|
+
* ArrayBuffer, context: any}>`, where `uri` is a reference to a dependency and `context` is opaque data.
|
|
15592
|
+
*
|
|
15593
|
+
* `uri` is application specific and can be a full URL or a relative file name or anything else, e.g. some
|
|
15594
|
+
* identifier known to `dependencyLoader`.
|
|
15595
|
+
*/
|
|
15596
|
+
dependencyLoader?:
|
|
15597
|
+
| any
|
|
15598
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15599
|
+
| `{${string}}`;
|
|
15600
|
+
|
|
15584
15601
|
/**
|
|
15585
15602
|
* Child content resources.
|
|
15586
15603
|
*/
|
|
@@ -15695,8 +15712,8 @@ declare namespace sap {
|
|
|
15695
15712
|
/**
|
|
15696
15713
|
* The semantic spot type for the legend marker.
|
|
15697
15714
|
*/
|
|
15698
|
-
semanticSpotType?:
|
|
15699
|
-
|
|
|
15715
|
+
semanticSpotType?:
|
|
15716
|
+
| sap.ui.vbm.SemanticType
|
|
15700
15717
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15701
15718
|
| `{${string}}`;
|
|
15702
15719
|
}
|
|
@@ -21247,6 +21264,23 @@ declare namespace sap {
|
|
|
21247
21264
|
* Child content resources.
|
|
21248
21265
|
*/
|
|
21249
21266
|
getContentResources(): sap.ui.vk.ContentResource[];
|
|
21267
|
+
/**
|
|
21268
|
+
* Gets current value of property {@link #getDependencyLoader dependencyLoader}.
|
|
21269
|
+
*
|
|
21270
|
+
* An object used to load content resource's dependencies.
|
|
21271
|
+
*
|
|
21272
|
+
* A content resource may have dependencies, e.g. if the loaded content resource is a shattered VDS file
|
|
21273
|
+
* it reference other VDS files.
|
|
21274
|
+
*
|
|
21275
|
+
* `dependencyLoader` should be an object with method `function load(uri: string, context: any): Promise<{buffer:
|
|
21276
|
+
* ArrayBuffer, context: any}>`, where `uri` is a reference to a dependency and `context` is opaque data.
|
|
21277
|
+
*
|
|
21278
|
+
* `uri` is application specific and can be a full URL or a relative file name or anything else, e.g. some
|
|
21279
|
+
* identifier known to `dependencyLoader`.
|
|
21280
|
+
*
|
|
21281
|
+
* @returns Value of property `dependencyLoader`
|
|
21282
|
+
*/
|
|
21283
|
+
getDependencyLoader(): any;
|
|
21250
21284
|
/**
|
|
21251
21285
|
* Gets current value of property {@link #getEnableLogger enableLogger}.
|
|
21252
21286
|
*
|
|
@@ -21517,6 +21551,30 @@ declare namespace sap {
|
|
|
21517
21551
|
*/
|
|
21518
21552
|
sActivateView: string
|
|
21519
21553
|
): this;
|
|
21554
|
+
/**
|
|
21555
|
+
* Sets a new value for property {@link #getDependencyLoader dependencyLoader}.
|
|
21556
|
+
*
|
|
21557
|
+
* An object used to load content resource's dependencies.
|
|
21558
|
+
*
|
|
21559
|
+
* A content resource may have dependencies, e.g. if the loaded content resource is a shattered VDS file
|
|
21560
|
+
* it reference other VDS files.
|
|
21561
|
+
*
|
|
21562
|
+
* `dependencyLoader` should be an object with method `function load(uri: string, context: any): Promise<{buffer:
|
|
21563
|
+
* ArrayBuffer, context: any}>`, where `uri` is a reference to a dependency and `context` is opaque data.
|
|
21564
|
+
*
|
|
21565
|
+
* `uri` is application specific and can be a full URL or a relative file name or anything else, e.g. some
|
|
21566
|
+
* identifier known to `dependencyLoader`.
|
|
21567
|
+
*
|
|
21568
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
21569
|
+
*
|
|
21570
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21571
|
+
*/
|
|
21572
|
+
setDependencyLoader(
|
|
21573
|
+
/**
|
|
21574
|
+
* New value for property `dependencyLoader`
|
|
21575
|
+
*/
|
|
21576
|
+
oDependencyLoader: any
|
|
21577
|
+
): this;
|
|
21520
21578
|
/**
|
|
21521
21579
|
* Sets a new value for property {@link #getEnableLogger enableLogger}.
|
|
21522
21580
|
*
|
|
@@ -22718,7 +22776,7 @@ declare namespace sap {
|
|
|
22718
22776
|
*
|
|
22719
22777
|
* @returns Value of property `semanticSpotType`
|
|
22720
22778
|
*/
|
|
22721
|
-
getSemanticSpotType():
|
|
22779
|
+
getSemanticSpotType(): sap.ui.vbm.SemanticType;
|
|
22722
22780
|
/**
|
|
22723
22781
|
* Sets a new value for property {@link #getColor color}.
|
|
22724
22782
|
*
|
|
@@ -22747,7 +22805,7 @@ declare namespace sap {
|
|
|
22747
22805
|
/**
|
|
22748
22806
|
* New value for property `semanticSpotType`
|
|
22749
22807
|
*/
|
|
22750
|
-
sSemanticSpotType?:
|
|
22808
|
+
sSemanticSpotType?: sap.ui.vbm.SemanticType
|
|
22751
22809
|
): this;
|
|
22752
22810
|
}
|
|
22753
22811
|
/**
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED