@openui5/ts-types-esm 1.136.1 → 1.136.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types-esm",
3
- "version": "1.136.1",
3
+ "version": "1.136.2",
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.136.1
1
+ // For Library Version: 1.136.2
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.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -75480,7 +75480,11 @@ declare module "sap/m/p13n/Engine" {
75480
75480
  /**
75481
75481
  * The handler function to call when the event occurs
75482
75482
  */
75483
- fnStateEventHandler: (p1: Event) => void
75483
+ fnStateEventHandler: (p1: Event) => void,
75484
+ /**
75485
+ * The context object to call the event handler with (value of `this` in the event handler function).
75486
+ */
75487
+ oListener?: object
75484
75488
  ): this;
75485
75489
  /**
75486
75490
  * Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
@@ -75503,7 +75507,11 @@ declare module "sap/m/p13n/Engine" {
75503
75507
  /**
75504
75508
  * The handler function to detach from the event
75505
75509
  */
75506
- fnStateEventHandler: (p1: Event) => void
75510
+ fnStateEventHandler: (p1: Event) => void,
75511
+ /**
75512
+ * The context object to call the event handler with (value of `this` in the event handler function).
75513
+ */
75514
+ oListener?: object
75507
75515
  ): this;
75508
75516
 
75509
75517
  register(
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.136.1
282
+ // For Library Version: 1.136.2
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -29717,7 +29717,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29717
29717
  */
29718
29718
  groupingBaseSize?: int;
29719
29719
  /**
29720
- * defines whether grouping is enabled (grouping separators are shown)
29720
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
29721
+ * the `groupingSize` format option is set to a non-positive value.
29721
29722
  */
29722
29723
  groupingEnabled?: boolean;
29723
29724
  /**
@@ -29726,7 +29727,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29726
29727
  */
29727
29728
  groupingSeparator?: string;
29728
29729
  /**
29729
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
29730
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
29731
+ * non-positive value, grouping will be disabled entirely.
29730
29732
  */
29731
29733
  groupingSize?: int;
29732
29734
  /**
@@ -29896,7 +29898,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29896
29898
  */
29897
29899
  groupingBaseSize?: int;
29898
29900
  /**
29899
- * defines whether grouping is enabled (grouping separators are shown)
29901
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
29902
+ * the `groupingSize` format option is set to a non-positive value.
29900
29903
  */
29901
29904
  groupingEnabled?: boolean;
29902
29905
  /**
@@ -29905,7 +29908,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29905
29908
  */
29906
29909
  groupingSeparator?: string;
29907
29910
  /**
29908
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
29911
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
29912
+ * non-positive value, grouping will be disabled entirely.
29909
29913
  */
29910
29914
  groupingSize?: int;
29911
29915
  /**
@@ -30059,7 +30063,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30059
30063
  */
30060
30064
  groupingBaseSize?: int;
30061
30065
  /**
30062
- * defines whether grouping is enabled (grouping separators are shown)
30066
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
30067
+ * the `groupingSize` format option is set to a non-positive value.
30063
30068
  */
30064
30069
  groupingEnabled?: boolean;
30065
30070
  /**
@@ -30068,7 +30073,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30068
30073
  */
30069
30074
  groupingSeparator?: string;
30070
30075
  /**
30071
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
30076
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
30077
+ * non-positive value, grouping will be disabled entirely.
30072
30078
  */
30073
30079
  groupingSize?: int;
30074
30080
  /**
@@ -30217,7 +30223,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30217
30223
  */
30218
30224
  groupingBaseSize?: int;
30219
30225
  /**
30220
- * defines whether grouping is enabled (grouping separators are shown)
30226
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
30227
+ * the `groupingSize` format option is set to a non-positive value.
30221
30228
  */
30222
30229
  groupingEnabled?: boolean;
30223
30230
  /**
@@ -30226,7 +30233,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30226
30233
  */
30227
30234
  groupingSeparator?: string;
30228
30235
  /**
30229
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
30236
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
30237
+ * non-positive value, grouping will be disabled entirely.
30230
30238
  */
30231
30239
  groupingSize?: int;
30232
30240
  /**
@@ -30387,7 +30395,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30387
30395
  */
30388
30396
  groupingBaseSize?: int;
30389
30397
  /**
30390
- * defines whether grouping is enabled (grouping separators are shown)
30398
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
30399
+ * the `groupingSize` format option is set to a non-positive value.
30391
30400
  */
30392
30401
  groupingEnabled?: boolean;
30393
30402
  /**
@@ -30396,7 +30405,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30396
30405
  */
30397
30406
  groupingSeparator?: string;
30398
30407
  /**
30399
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
30408
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
30409
+ * non-positive value, grouping will be disabled entirely.
30400
30410
  */
30401
30411
  groupingSize?: int;
30402
30412
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
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.136.1
1
+ // For Library Version: 1.136.2
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.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
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.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**