@sapui5/ts-types 1.96.1 → 1.96.2
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 +2 -2
- package/types/sap.chart.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 +1 -1
- package/types/{sap.fe.macros.d.ts → sap.fe.macros-1.96.0-d.ts} +0 -0
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/{sap.fe.placeholder.d.ts → sap.fe.placeholder-1.96.0-d.ts} +0 -0
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +37 -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.sac.grid.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 +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 +1 -1
- package/types/sap.ui.core.d.ts +26 -28
- 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 +6 -6
- 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.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/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/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
36
36
|
/// <reference path="./sap.fe.common.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
38
|
-
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
38
|
+
/// <reference path="./sap.fe.macros-1.96.0-d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
40
|
-
/// <reference path="./sap.fe.placeholder.d.ts"/>
|
|
40
|
+
/// <reference path="./sap.fe.placeholder-1.96.0-d.ts"/>
|
|
41
41
|
/// <reference path="./sap.fe.plugins.d.ts"/>
|
|
42
42
|
/// <reference path="./sap.fe.semantics.d.ts"/>
|
|
43
43
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
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
|
File without changes
|
|
File without changes
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -21277,6 +21277,15 @@ declare namespace sap {
|
|
|
21277
21277
|
| sap.gantt.simple.relationshipShapeSize
|
|
21278
21278
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21279
21279
|
|
|
21280
|
+
/**
|
|
21281
|
+
* @EXPERIMENTAL (since 1.98)
|
|
21282
|
+
*
|
|
21283
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
21284
|
+
*/
|
|
21285
|
+
useParentShapeOnExpand?:
|
|
21286
|
+
| boolean
|
|
21287
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21288
|
+
|
|
21280
21289
|
/**
|
|
21281
21290
|
* Table of the Gantt Chart
|
|
21282
21291
|
*
|
|
@@ -31282,6 +31291,16 @@ declare namespace sap {
|
|
|
31282
31291
|
* Default value is `library.config.DEFAULT_TIME_PATTERN`.
|
|
31283
31292
|
*/
|
|
31284
31293
|
getTimePattern(): string;
|
|
31294
|
+
/**
|
|
31295
|
+
* @EXPERIMENTAL (since 1.98)
|
|
31296
|
+
*
|
|
31297
|
+
* Gets current value of property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
|
|
31298
|
+
*
|
|
31299
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
31300
|
+
*
|
|
31301
|
+
* Default value is `false`.
|
|
31302
|
+
*/
|
|
31303
|
+
getUseParentShapeOnExpand(): boolean;
|
|
31285
31304
|
/**
|
|
31286
31305
|
* Gets current value of property {@link #getWidth width}.
|
|
31287
31306
|
*
|
|
@@ -32371,6 +32390,23 @@ declare namespace sap {
|
|
|
32371
32390
|
*/
|
|
32372
32391
|
sTimePattern?: string
|
|
32373
32392
|
): this;
|
|
32393
|
+
/**
|
|
32394
|
+
* @EXPERIMENTAL (since 1.98)
|
|
32395
|
+
*
|
|
32396
|
+
* Sets a new value for property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
|
|
32397
|
+
*
|
|
32398
|
+
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
32399
|
+
*
|
|
32400
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32401
|
+
*
|
|
32402
|
+
* Default value is `false`.
|
|
32403
|
+
*/
|
|
32404
|
+
setUseParentShapeOnExpand(
|
|
32405
|
+
/**
|
|
32406
|
+
* New value for property `useParentShapeOnExpand`
|
|
32407
|
+
*/
|
|
32408
|
+
bUseParentShapeOnExpand?: boolean
|
|
32409
|
+
): this;
|
|
32374
32410
|
/**
|
|
32375
32411
|
* Sets a new value for property {@link #getWidth width}.
|
|
32376
32412
|
*
|
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.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -185,6 +185,13 @@ declare namespace sap {
|
|
|
185
185
|
*/
|
|
186
186
|
selectedKey?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
187
187
|
|
|
188
|
+
/**
|
|
189
|
+
* @SINCE 1.96.2
|
|
190
|
+
*
|
|
191
|
+
* Specifies an optional aria-label that can be used by the screen readers.
|
|
192
|
+
*/
|
|
193
|
+
ariaLabel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
194
|
+
|
|
188
195
|
/**
|
|
189
196
|
* Defines the content inside the flexible part.
|
|
190
197
|
*/
|
|
@@ -1349,6 +1356,14 @@ declare namespace sap {
|
|
|
1349
1356
|
item?: sap.ui.core.Item;
|
|
1350
1357
|
}
|
|
1351
1358
|
): this;
|
|
1359
|
+
/**
|
|
1360
|
+
* @SINCE 1.96.2
|
|
1361
|
+
*
|
|
1362
|
+
* Gets current value of property {@link #getAriaLabel ariaLabel}.
|
|
1363
|
+
*
|
|
1364
|
+
* Specifies an optional aria-label that can be used by the screen readers.
|
|
1365
|
+
*/
|
|
1366
|
+
getAriaLabel(): string;
|
|
1352
1367
|
/**
|
|
1353
1368
|
* Gets current value of property {@link #getExpanded expanded}.
|
|
1354
1369
|
*
|
|
@@ -1390,6 +1405,21 @@ declare namespace sap {
|
|
|
1390
1405
|
* Specifies the currently selected key.
|
|
1391
1406
|
*/
|
|
1392
1407
|
getSelectedKey(): string;
|
|
1408
|
+
/**
|
|
1409
|
+
* @SINCE 1.96.2
|
|
1410
|
+
*
|
|
1411
|
+
* Sets a new value for property {@link #getAriaLabel ariaLabel}.
|
|
1412
|
+
*
|
|
1413
|
+
* Specifies an optional aria-label that can be used by the screen readers.
|
|
1414
|
+
*
|
|
1415
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1416
|
+
*/
|
|
1417
|
+
setAriaLabel(
|
|
1418
|
+
/**
|
|
1419
|
+
* New value for property `ariaLabel`
|
|
1420
|
+
*/
|
|
1421
|
+
sAriaLabel?: string
|
|
1422
|
+
): this;
|
|
1393
1423
|
/**
|
|
1394
1424
|
* Sets if the control is in expanded or collapsed mode.
|
|
1395
1425
|
*/
|
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
267
|
+
// For Library Version: 1.96.3
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -16051,14 +16051,6 @@ declare namespace sap {
|
|
|
16051
16051
|
* The theming parameters are immutable and cannot be changed at runtime. Multiple `Parameters.get()`
|
|
16052
16052
|
* API calls for the same parameter name will always result in the same parameter value.
|
|
16053
16053
|
*
|
|
16054
|
-
* **Important, since 1.93:** When using the `Parameters.get()` API to retrieve theming parameters defined
|
|
16055
|
-
* as CSS variables, please be aware that the API can also unknowingly retrieve arbitrary CSS variables
|
|
16056
|
-
* defined in the DOM. All CSS variables defined via the `:root` pseudo-class can be retrieved this way.
|
|
16057
|
-
* Please make sure to only access theming parameters defined in a UI5 theme/library.
|
|
16058
|
-
*
|
|
16059
|
-
*
|
|
16060
|
-
*
|
|
16061
|
-
*
|
|
16062
16054
|
* The following API variants are available (see also the below examples):
|
|
16063
16055
|
* - **(deprecated since 1.92)** If no parameter is given a key-value map containing all parameters is
|
|
16064
16056
|
* returned
|
|
@@ -39556,10 +39548,9 @@ declare namespace sap {
|
|
|
39556
39548
|
/**
|
|
39557
39549
|
* A comma-separated list of property names that need to be selected.
|
|
39558
39550
|
* If the `select` parameter is given, it has to contain all properties that are contained in the analytical
|
|
39559
|
-
* information (see {@link sap.ui.model.analytics.AnalyticalBinding#updateAnalyticalInfo})
|
|
39560
|
-
* dimensions
|
|
39561
|
-
*
|
|
39562
|
-
* of a dimension that is also selected.
|
|
39551
|
+
* information (see {@link sap.ui.model.analytics.AnalyticalBinding#updateAnalyticalInfo}). It must not
|
|
39552
|
+
* contain additional dimensions or measures or associated properties for additional dimensions or measures.
|
|
39553
|
+
* But it may contain additional properties like a text property of a dimension that is also selected.
|
|
39563
39554
|
* All properties of the `select` parameter are also considered in {@link sap.ui.model.analytics.AnalyticalBinding#getDownloadUrl}.
|
|
39564
39555
|
* The `select` parameter must not contain any duplicate entry.
|
|
39565
39556
|
* If the `select` parameter does not fit to the analytical information or if the `select` parameter contains
|
|
@@ -39918,34 +39909,41 @@ declare namespace sap {
|
|
|
39918
39909
|
* Updates the binding's structure with new analytical information.
|
|
39919
39910
|
*
|
|
39920
39911
|
* Analytical information is the mapping of UI columns to properties in the bound OData entity set. Every
|
|
39921
|
-
* column object contains the name of the bound property and in addition:
|
|
39912
|
+
* column object contains the `name` of the bound property and in addition:
|
|
39922
39913
|
* - A column bound to a dimension property has further boolean properties:
|
|
39923
|
-
* grouped: dimension
|
|
39924
|
-
* - visible: if the column is visible, values for the related property will be fetched from the OData
|
|
39925
|
-
* service
|
|
39914
|
+
* grouped: dimension is used for building groups
|
|
39926
39915
|
* - inResult: if the column is not visible, but declared to be part of the result, values for the related
|
|
39927
|
-
* property
|
|
39916
|
+
* property are also fetched from the OData service
|
|
39917
|
+
* - visible: if the column is visible, values for the related property are fetched from the OData service
|
|
39918
|
+
*
|
|
39928
39919
|
* - A column bound to a measure property has further boolean properties:
|
|
39929
|
-
*
|
|
39920
|
+
* inResult: if the column is not visible, but declared to be part of the result, values for the related
|
|
39921
|
+
* property are also fetched from the OData service
|
|
39922
|
+
* - total: totals and sub-totals are provided for the measure at all aggregation levels
|
|
39923
|
+
* - visible: if the column is visible, values for the related property are fetched from the OData service
|
|
39930
39924
|
*
|
|
39931
39925
|
* - A column bound to a hierarchy property has further properties:
|
|
39932
|
-
* grouped: boolean value; indicates whether the hierarchy
|
|
39926
|
+
* grouped: boolean value; indicates whether the hierarchy is used for building groups
|
|
39933
39927
|
* - level: integer value; the hierarchy level is mandatory for at least one of those columns that represent
|
|
39934
|
-
* the same hierarchy
|
|
39928
|
+
* the same hierarchy
|
|
39935
39929
|
*
|
|
39936
39930
|
* Invoking this function resets the state of the binding and subsequent data requests such as calls to
|
|
39937
|
-
* getNodeContexts()
|
|
39938
|
-
*
|
|
39931
|
+
* getNodeContexts() trigger OData requests in order to fetch the data that are in line with this analytical
|
|
39932
|
+
* information.
|
|
39939
39933
|
*
|
|
39940
|
-
*
|
|
39941
|
-
*
|
|
39942
|
-
*
|
|
39934
|
+
* Be aware that a call of this function might lead to additional back-end requests, as well as a control
|
|
39935
|
+
* re-rendering later on. Whenever possible use the API of the analytical control, instead of relying on
|
|
39936
|
+
* the binding.
|
|
39943
39937
|
*/
|
|
39944
39938
|
updateAnalyticalInfo(
|
|
39945
39939
|
/**
|
|
39946
|
-
*
|
|
39940
|
+
* An array with objects holding the analytical information for every column
|
|
39941
|
+
*/
|
|
39942
|
+
aColumns: object[],
|
|
39943
|
+
/**
|
|
39944
|
+
* Whether to fire a change event asynchronously even if columns didn't change
|
|
39947
39945
|
*/
|
|
39948
|
-
|
|
39946
|
+
bForceChange: boolean
|
|
39949
39947
|
): void;
|
|
39950
39948
|
}
|
|
39951
39949
|
|
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.96.
|
|
1
|
+
// For Library Version: 1.96.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.3")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.96.
|
|
269
|
+
* version: '1.96.3',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.3
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.3
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.3
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.3
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.3
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
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.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -496,10 +496,6 @@ declare namespace sap {
|
|
|
496
496
|
*/
|
|
497
497
|
sDim: string
|
|
498
498
|
): this;
|
|
499
|
-
/**
|
|
500
|
-
* Resets this data provider to the state after the metadata import
|
|
501
|
-
*/
|
|
502
|
-
resetToDefault(): void;
|
|
503
499
|
/**
|
|
504
500
|
* Distribute the dimension among the rows and columns
|
|
505
501
|
*/
|