@openui5/ts-types-esm 1.96.2 → 1.96.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types-esm",
3
- "version": "1.96.2",
3
+ "version": "1.96.3",
4
4
  "description": "OpenUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1340,6 +1340,14 @@ declare module "sap/tnt/SideNavigation" {
1340
1340
  item?: Item;
1341
1341
  }
1342
1342
  ): this;
1343
+ /**
1344
+ * @SINCE 1.96.2
1345
+ *
1346
+ * Gets current value of property {@link #getAriaLabel ariaLabel}.
1347
+ *
1348
+ * Specifies an optional aria-label that can be used by the screen readers.
1349
+ */
1350
+ getAriaLabel(): string;
1343
1351
  /**
1344
1352
  * Gets current value of property {@link #getExpanded expanded}.
1345
1353
  *
@@ -1381,6 +1389,21 @@ declare module "sap/tnt/SideNavigation" {
1381
1389
  * Specifies the currently selected key.
1382
1390
  */
1383
1391
  getSelectedKey(): string;
1392
+ /**
1393
+ * @SINCE 1.96.2
1394
+ *
1395
+ * Sets a new value for property {@link #getAriaLabel ariaLabel}.
1396
+ *
1397
+ * Specifies an optional aria-label that can be used by the screen readers.
1398
+ *
1399
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1400
+ */
1401
+ setAriaLabel(
1402
+ /**
1403
+ * New value for property `ariaLabel`
1404
+ */
1405
+ sAriaLabel?: string
1406
+ ): this;
1384
1407
  /**
1385
1408
  * Sets if the control is in expanded or collapsed mode.
1386
1409
  */
@@ -1454,6 +1477,13 @@ declare module "sap/tnt/SideNavigation" {
1454
1477
  */
1455
1478
  selectedKey?: string | PropertyBindingInfo;
1456
1479
 
1480
+ /**
1481
+ * @SINCE 1.96.2
1482
+ *
1483
+ * Specifies an optional aria-label that can be used by the screen readers.
1484
+ */
1485
+ ariaLabel?: string | PropertyBindingInfo;
1486
+
1457
1487
  /**
1458
1488
  * Defines the content inside the flexible part.
1459
1489
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.96.2
267
+ // For Library Version: 1.96.3
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -31245,14 +31245,6 @@ declare module "sap/ui/core/theming/Parameters" {
31245
31245
  * The theming parameters are immutable and cannot be changed at runtime. Multiple `Parameters.get()`
31246
31246
  * API calls for the same parameter name will always result in the same parameter value.
31247
31247
  *
31248
- * **Important, since 1.93:** When using the `Parameters.get()` API to retrieve theming parameters defined
31249
- * as CSS variables, please be aware that the API can also unknowingly retrieve arbitrary CSS variables
31250
- * defined in the DOM. All CSS variables defined via the `:root` pseudo-class can be retrieved this way.
31251
- * Please make sure to only access theming parameters defined in a UI5 theme/library.
31252
- *
31253
- *
31254
- *
31255
- *
31256
31248
  * The following API variants are available (see also the below examples):
31257
31249
  * - **(deprecated since 1.92)** If no parameter is given a key-value map containing all parameters is
31258
31250
  * returned
@@ -37058,10 +37050,9 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
37058
37050
  /**
37059
37051
  * A comma-separated list of property names that need to be selected.
37060
37052
  * If the `select` parameter is given, it has to contain all properties that are contained in the analytical
37061
- * information (see {@link sap.ui.model.analytics.AnalyticalBinding#updateAnalyticalInfo}) and their associated
37062
- * dimensions and measures. It must not contain additional dimensions or measures or associated properties
37063
- * for additional dimensions or measures. But it may contain additional properties like a text property
37064
- * of a dimension that is also selected.
37053
+ * information (see {@link sap.ui.model.analytics.AnalyticalBinding#updateAnalyticalInfo}). It must not
37054
+ * contain additional dimensions or measures or associated properties for additional dimensions or measures.
37055
+ * But it may contain additional properties like a text property of a dimension that is also selected.
37065
37056
  * All properties of the `select` parameter are also considered in {@link sap.ui.model.analytics.AnalyticalBinding#getDownloadUrl}.
37066
37057
  * The `select` parameter must not contain any duplicate entry.
37067
37058
  * If the `select` parameter does not fit to the analytical information or if the `select` parameter contains
@@ -37417,34 +37408,41 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
37417
37408
  * Updates the binding's structure with new analytical information.
37418
37409
  *
37419
37410
  * Analytical information is the mapping of UI columns to properties in the bound OData entity set. Every
37420
- * column object contains the name of the bound property and in addition:
37411
+ * column object contains the `name` of the bound property and in addition:
37421
37412
  * - A column bound to a dimension property has further boolean properties:
37422
- * grouped: dimension will be used for building groups
37423
- * - visible: if the column is visible, values for the related property will be fetched from the OData
37424
- * service
37413
+ * grouped: dimension is used for building groups
37425
37414
  * - inResult: if the column is not visible, but declared to be part of the result, values for the related
37426
- * property will also be fetched from the OData service
37415
+ * property are also fetched from the OData service
37416
+ * - visible: if the column is visible, values for the related property are fetched from the OData service
37417
+ *
37427
37418
  * - A column bound to a measure property has further boolean properties:
37428
- * total: totals and sub-totals will be provided for the measure at all aggregation levels
37419
+ * inResult: if the column is not visible, but declared to be part of the result, values for the related
37420
+ * property are also fetched from the OData service
37421
+ * - total: totals and sub-totals are provided for the measure at all aggregation levels
37422
+ * - visible: if the column is visible, values for the related property are fetched from the OData service
37429
37423
  *
37430
37424
  * - A column bound to a hierarchy property has further properties:
37431
- * grouped: boolean value; indicates whether the hierarchy will be used for building groups
37425
+ * grouped: boolean value; indicates whether the hierarchy is used for building groups
37432
37426
  * - level: integer value; the hierarchy level is mandatory for at least one of those columns that represent
37433
- * the same hierarchy.
37427
+ * the same hierarchy
37434
37428
  *
37435
37429
  * Invoking this function resets the state of the binding and subsequent data requests such as calls to
37436
- * getNodeContexts() will need to trigger OData requests in order to fetch the data that are in line with
37437
- * this analytical information.
37430
+ * getNodeContexts() trigger OData requests in order to fetch the data that are in line with this analytical
37431
+ * information.
37438
37432
  *
37439
- * Please be aware that a call of this function might lead to additional back-end requests, as well as a
37440
- * control re-rendering later on. Whenever possible use the API of the analytical control, instead of relying
37441
- * on the binding.
37433
+ * Be aware that a call of this function might lead to additional back-end requests, as well as a control
37434
+ * re-rendering later on. Whenever possible use the API of the analytical control, instead of relying on
37435
+ * the binding.
37442
37436
  */
37443
37437
  updateAnalyticalInfo(
37444
37438
  /**
37445
- * an array with objects holding the analytical information for every column, from left to right.
37439
+ * An array with objects holding the analytical information for every column
37440
+ */
37441
+ aColumns: object[],
37442
+ /**
37443
+ * Whether to fire a change event asynchronously even if columns didn't change
37446
37444
  */
37447
- aColumns: any[]
37445
+ bForceChange: boolean
37448
37446
  ): void;
37449
37447
  }
37450
37448
  }
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/mdc/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import UI5Element from "sap/ui/core/Element";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.96.2
5
+ * @SINCE 1.96.3
6
6
  *
7
7
  * Defines the Audiences.
8
8
  */
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
21
21
  Internal = "Internal",
22
22
  }
23
23
  /**
24
- * @SINCE 1.96.2
24
+ * @SINCE 1.96.3
25
25
  *
26
26
  * Issue Categories.
27
27
  */
@@ -76,7 +76,7 @@ declare module "sap/ui/support/library" {
76
76
  Usage = "Usage",
77
77
  }
78
78
  /**
79
- * @SINCE 1.96.2
79
+ * @SINCE 1.96.3
80
80
  *
81
81
  * Analysis history formats.
82
82
  */
@@ -91,7 +91,7 @@ declare module "sap/ui/support/library" {
91
91
  String = "String",
92
92
  }
93
93
  /**
94
- * @SINCE 1.96.2
94
+ * @SINCE 1.96.3
95
95
  *
96
96
  * Defines severity types.
97
97
  */
@@ -110,7 +110,7 @@ declare module "sap/ui/support/library" {
110
110
  Medium = "Medium",
111
111
  }
112
112
  /**
113
- * @SINCE 1.96.2
113
+ * @SINCE 1.96.3
114
114
  *
115
115
  * Contains the available system presets.
116
116
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.2
1
+ // For Library Version: 1.96.3
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**