@sapui5/types 1.120.32 → 1.120.34

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.
Files changed (49) hide show
  1. package/package.json +1 -1
  2. package/types/sap.ca.ui.d.ts +1 -1
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +11 -3
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +1 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +26 -12
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.integration.d.ts +1 -1
  31. package/types/sap.ui.layout.d.ts +1 -1
  32. package/types/sap.ui.mdc.d.ts +1 -1
  33. package/types/sap.ui.richtexteditor.d.ts +1 -1
  34. package/types/sap.ui.rta.d.ts +1 -1
  35. package/types/sap.ui.suite.d.ts +1 -1
  36. package/types/sap.ui.support.d.ts +1 -1
  37. package/types/sap.ui.table.d.ts +1 -1
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1 -1
  40. package/types/sap.ui.ux3.d.ts +1 -1
  41. package/types/sap.ui.vk.d.ts +1 -1
  42. package/types/sap.ui.webc.common.d.ts +1 -1
  43. package/types/sap.ui.webc.fiori.d.ts +1 -1
  44. package/types/sap.ui.webc.main.d.ts +1 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +1 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.120.32",
3
+ "version": "1.120.34",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.4
1
+ // For Library Version: 1.120.5
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.26
1
+ // For Library Version: 1.120.27
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.16
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.18
1
+ // For Library Version: 1.120.19
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -70937,7 +70937,11 @@ declare module "sap/m/p13n/Engine" {
70937
70937
  /**
70938
70938
  * The handler function to call when the event occurs
70939
70939
  */
70940
- fnStateEventHandler: (p1: Event) => void
70940
+ fnStateEventHandler: (p1: Event) => void,
70941
+ /**
70942
+ * The context object to call the event handler with (value of `this` in the event handler function).
70943
+ */
70944
+ oListener?: object
70941
70945
  ): this;
70942
70946
  /**
70943
70947
  * Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
@@ -70960,7 +70964,11 @@ declare module "sap/m/p13n/Engine" {
70960
70964
  /**
70961
70965
  * The handler function to detach from the event
70962
70966
  */
70963
- fnStateEventHandler: (p1: Event) => void
70967
+ fnStateEventHandler: (p1: Event) => void,
70968
+ /**
70969
+ * The context object to call the event handler with (value of `this` in the event handler function).
70970
+ */
70971
+ oListener?: object
70964
70972
  ): this;
70965
70973
 
70966
70974
  register(
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.25
1
+ // For Library Version: 1.120.26
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.18
1
+ // For Library Version: 1.120.19
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.30
1
+ // For Library Version: 1.120.32
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.32
283
+ // For Library Version: 1.120.33
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -7151,7 +7151,11 @@ declare module "sap/ui/base/DataType" {
7151
7151
  /**
7152
7152
  * Qualified name of the type to retrieve
7153
7153
  */
7154
- sTypeName: string
7154
+ sTypeName: string,
7155
+ /**
7156
+ * Metadata of the property
7157
+ */
7158
+ oProperty?: /* was: sap.ui.base.ManagedObject.MetaOptions.Property */ any
7155
7159
  ): DataType | undefined;
7156
7160
  /**
7157
7161
  * Registers an enum under the given name. With version 2.0, registering an enum becomes mandatory when
@@ -25360,7 +25364,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25360
25364
  */
25361
25365
  groupingBaseSize?: int;
25362
25366
  /**
25363
- * defines whether grouping is enabled (grouping separators are shown)
25367
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
25368
+ * the `groupingSize` format option is set to a non-positive value.
25364
25369
  */
25365
25370
  groupingEnabled?: boolean;
25366
25371
  /**
@@ -25369,7 +25374,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25369
25374
  */
25370
25375
  groupingSeparator?: string;
25371
25376
  /**
25372
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
25377
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
25378
+ * non-positive value, grouping will be disabled entirely.
25373
25379
  */
25374
25380
  groupingSize?: int;
25375
25381
  /**
@@ -25531,7 +25537,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25531
25537
  */
25532
25538
  groupingBaseSize?: int;
25533
25539
  /**
25534
- * defines whether grouping is enabled (grouping separators are shown)
25540
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
25541
+ * the `groupingSize` format option is set to a non-positive value.
25535
25542
  */
25536
25543
  groupingEnabled?: boolean;
25537
25544
  /**
@@ -25540,7 +25547,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25540
25547
  */
25541
25548
  groupingSeparator?: string;
25542
25549
  /**
25543
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
25550
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
25551
+ * non-positive value, grouping will be disabled entirely.
25544
25552
  */
25545
25553
  groupingSize?: int;
25546
25554
  /**
@@ -25688,7 +25696,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25688
25696
  */
25689
25697
  groupingBaseSize?: int;
25690
25698
  /**
25691
- * defines whether grouping is enabled (grouping separators are shown)
25699
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
25700
+ * the `groupingSize` format option is set to a non-positive value.
25692
25701
  */
25693
25702
  groupingEnabled?: boolean;
25694
25703
  /**
@@ -25697,7 +25706,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25697
25706
  */
25698
25707
  groupingSeparator?: string;
25699
25708
  /**
25700
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
25709
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
25710
+ * non-positive value, grouping will be disabled entirely.
25701
25711
  */
25702
25712
  groupingSize?: int;
25703
25713
  /**
@@ -25839,7 +25849,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25839
25849
  */
25840
25850
  groupingBaseSize?: int;
25841
25851
  /**
25842
- * defines whether grouping is enabled (grouping separators are shown)
25852
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
25853
+ * the `groupingSize` format option is set to a non-positive value.
25843
25854
  */
25844
25855
  groupingEnabled?: boolean;
25845
25856
  /**
@@ -25848,7 +25859,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25848
25859
  */
25849
25860
  groupingSeparator?: string;
25850
25861
  /**
25851
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
25862
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
25863
+ * non-positive value, grouping will be disabled entirely.
25852
25864
  */
25853
25865
  groupingSize?: int;
25854
25866
  /**
@@ -25997,7 +26009,8 @@ declare module "sap/ui/core/format/NumberFormat" {
25997
26009
  */
25998
26010
  groupingBaseSize?: int;
25999
26011
  /**
26000
- * defines whether grouping is enabled (grouping separators are shown)
26012
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
26013
+ * the `groupingSize` format option is set to a non-positive value.
26001
26014
  */
26002
26015
  groupingEnabled?: boolean;
26003
26016
  /**
@@ -26006,7 +26019,8 @@ declare module "sap/ui/core/format/NumberFormat" {
26006
26019
  */
26007
26020
  groupingSeparator?: string;
26008
26021
  /**
26009
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
26022
+ * defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
26023
+ * format option is set to a non-positive value, grouping will be disabled entirely.
26010
26024
  */
26011
26025
  groupingSize?: int;
26012
26026
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
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.120.32
1
+ // For Library Version: 1.120.33
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.120.32
1
+ // For Library Version: 1.120.33
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.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
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.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
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.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.9
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.31
1
+ // For Library Version: 1.120.32
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.31
1
+ // For Library Version: 1.120.32
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.33
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {