@openui5/ts-types-esm 1.96.39 → 1.96.40

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.39",
3
+ "version": "1.96.40",
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.39
1
+ // For Library Version: 1.96.40
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.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
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.39
267
+ // For Library Version: 1.96.40
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -18400,7 +18400,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18400
18400
  */
18401
18401
  pattern?: string;
18402
18402
  /**
18403
- * defines whether grouping is enabled (show the grouping separators)
18403
+ * defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
18404
+ * the `groupingSize` format option is set to a non-positive value.
18404
18405
  */
18405
18406
  groupingEnabled?: boolean;
18406
18407
  /**
@@ -18409,7 +18410,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18409
18410
  */
18410
18411
  groupingSeparator?: string;
18411
18412
  /**
18412
- * defines the grouping size in digits, the default is three
18413
+ * defines the grouping size in digits, the default is three. **Note:** If this format option is set to
18414
+ * a non-positive value, grouping will be disabled entirely.
18413
18415
  */
18414
18416
  groupingSize?: int;
18415
18417
  /**
@@ -18575,7 +18577,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18575
18577
  */
18576
18578
  pattern?: string;
18577
18579
  /**
18578
- * defines whether grouping is enabled (show the grouping separators)
18580
+ * defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
18581
+ * the `groupingSize` format option is set to a non-positive value.
18579
18582
  */
18580
18583
  groupingEnabled?: boolean;
18581
18584
  /**
@@ -18584,7 +18587,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18584
18587
  */
18585
18588
  groupingSeparator?: string;
18586
18589
  /**
18587
- * defines the grouping size in digits, the default is three
18590
+ * defines the grouping size in digits, the default is three. **Note:** If this format option is set to
18591
+ * a non-positive value, grouping will be disabled entirely.
18588
18592
  */
18589
18593
  groupingSize?: int;
18590
18594
  /**
@@ -18716,7 +18720,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18716
18720
  */
18717
18721
  pattern?: string;
18718
18722
  /**
18719
- * defines whether grouping is enabled (show the grouping separators)
18723
+ * defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
18724
+ * the `groupingSize` format option is set to a non-positive value.
18720
18725
  */
18721
18726
  groupingEnabled?: boolean;
18722
18727
  /**
@@ -18725,7 +18730,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18725
18730
  */
18726
18731
  groupingSeparator?: string;
18727
18732
  /**
18728
- * defines the grouping size in digits, the default is three
18733
+ * defines the grouping size in digits, the default is three. **Note:** If this format option is set to
18734
+ * a non-positive value, grouping will be disabled entirely.
18729
18735
  */
18730
18736
  groupingSize?: int;
18731
18737
  /**
@@ -18860,7 +18866,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18860
18866
  */
18861
18867
  pattern?: string;
18862
18868
  /**
18863
- * defines whether grouping is enabled (show the grouping separators)
18869
+ * defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
18870
+ * the `groupingSize` format option is set to a non-positive value.
18864
18871
  */
18865
18872
  groupingEnabled?: boolean;
18866
18873
  /**
@@ -18869,7 +18876,8 @@ declare module "sap/ui/core/format/NumberFormat" {
18869
18876
  */
18870
18877
  groupingSeparator?: string;
18871
18878
  /**
18872
- * defines the grouping size in digits, the default is three
18879
+ * defines the grouping size in digits, the default is three. **Note:** If this format option is set to
18880
+ * a non-positive value, grouping will be disabled entirely.
18873
18881
  */
18874
18882
  groupingSize?: int;
18875
18883
  /**
@@ -19005,7 +19013,8 @@ declare module "sap/ui/core/format/NumberFormat" {
19005
19013
  */
19006
19014
  pattern?: string;
19007
19015
  /**
19008
- * defines whether grouping is enabled (show the grouping separators)
19016
+ * defines whether grouping is enabled (show the grouping separators). **Note:** Grouping is disabled if
19017
+ * the `groupingSize` format option is set to a non-positive value.
19009
19018
  */
19010
19019
  groupingEnabled?: boolean;
19011
19020
  /**
@@ -19014,7 +19023,8 @@ declare module "sap/ui/core/format/NumberFormat" {
19014
19023
  */
19015
19024
  groupingSeparator?: string;
19016
19025
  /**
19017
- * defines the grouping size in digits, the default is three
19026
+ * defines the grouping size in digits, the default is three. **Note:** If this format option is set to
19027
+ * a non-positive value, grouping will be disabled entirely.
19018
19028
  */
19019
19029
  groupingSize?: int;
19020
19030
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
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.39
1
+ // For Library Version: 1.96.40
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.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
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.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.96.39
5
+ * @SINCE 1.96.40
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.39
24
+ * @SINCE 1.96.40
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.39
79
+ * @SINCE 1.96.40
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.39
94
+ * @SINCE 1.96.40
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.39
113
+ * @SINCE 1.96.40
114
114
  *
115
115
  * Contains the available system presets.
116
116
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
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.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.39
1
+ // For Library Version: 1.96.40
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**