@openui5/ts-types-esm 1.108.42 → 1.108.43

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.108.42",
3
+ "version": "1.108.43",
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.108.42
1
+ // For Library Version: 1.108.43
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.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
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.108.42
267
+ // For Library Version: 1.108.43
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -20325,7 +20325,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20325
20325
  */
20326
20326
  groupingBaseSize?: int;
20327
20327
  /**
20328
- * defines whether grouping is enabled (grouping separators are shown)
20328
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20329
+ * the `groupingSize` format option is set to a non-positive value.
20329
20330
  */
20330
20331
  groupingEnabled?: boolean;
20331
20332
  /**
@@ -20334,7 +20335,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20334
20335
  */
20335
20336
  groupingSeparator?: string;
20336
20337
  /**
20337
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20338
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20339
+ * non-positive value, grouping will be disabled entirely.
20338
20340
  */
20339
20341
  groupingSize?: int;
20340
20342
  /**
@@ -20495,7 +20497,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20495
20497
  */
20496
20498
  groupingBaseSize?: int;
20497
20499
  /**
20498
- * defines whether grouping is enabled (grouping separators are shown)
20500
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20501
+ * the `groupingSize` format option is set to a non-positive value.
20499
20502
  */
20500
20503
  groupingEnabled?: boolean;
20501
20504
  /**
@@ -20504,7 +20507,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20504
20507
  */
20505
20508
  groupingSeparator?: string;
20506
20509
  /**
20507
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20510
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20511
+ * non-positive value, grouping will be disabled entirely.
20508
20512
  */
20509
20513
  groupingSize?: int;
20510
20514
  /**
@@ -20651,7 +20655,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20651
20655
  */
20652
20656
  groupingBaseSize?: int;
20653
20657
  /**
20654
- * defines whether grouping is enabled (grouping separators are shown)
20658
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20659
+ * the `groupingSize` format option is set to a non-positive value.
20655
20660
  */
20656
20661
  groupingEnabled?: boolean;
20657
20662
  /**
@@ -20660,7 +20665,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20660
20665
  */
20661
20666
  groupingSeparator?: string;
20662
20667
  /**
20663
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20668
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20669
+ * non-positive value, grouping will be disabled entirely.
20664
20670
  */
20665
20671
  groupingSize?: int;
20666
20672
  /**
@@ -20800,7 +20806,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20800
20806
  */
20801
20807
  groupingBaseSize?: int;
20802
20808
  /**
20803
- * defines whether grouping is enabled (grouping separators are shown)
20809
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20810
+ * the `groupingSize` format option is set to a non-positive value.
20804
20811
  */
20805
20812
  groupingEnabled?: boolean;
20806
20813
  /**
@@ -20809,7 +20816,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20809
20816
  */
20810
20817
  groupingSeparator?: string;
20811
20818
  /**
20812
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20819
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20820
+ * non-positive value, grouping will be disabled entirely.
20813
20821
  */
20814
20822
  groupingSize?: int;
20815
20823
  /**
@@ -20957,7 +20965,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20957
20965
  */
20958
20966
  groupingBaseSize?: int;
20959
20967
  /**
20960
- * defines whether grouping is enabled (grouping separators are shown)
20968
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20969
+ * the `groupingSize` format option is set to a non-positive value.
20961
20970
  */
20962
20971
  groupingEnabled?: boolean;
20963
20972
  /**
@@ -20966,7 +20975,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20966
20975
  */
20967
20976
  groupingSeparator?: string;
20968
20977
  /**
20969
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20978
+ * defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
20979
+ * format option is set to a non-positive value, grouping will be disabled entirely.
20970
20980
  */
20971
20981
  groupingSize?: int;
20972
20982
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
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.108.42
1
+ // For Library Version: 1.108.43
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.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
4
  import Metadata from "sap/ui/base/Metadata";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
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.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
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.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**