@sapui5/ts-types-esm 1.136.2 → 1.136.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.
Files changed (54) 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.esh.search.ui.d.ts +1 -1
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.base.d.ts +1 -1
  7. package/types/sap.fe.controls.d.ts +1 -1
  8. package/types/sap.fe.core.d.ts +1 -1
  9. package/types/sap.fe.ina.d.ts +1 -1
  10. package/types/sap.fe.macros.d.ts +23 -1
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +1 -1
  15. package/types/sap.fe.test.d.ts +1 -1
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1 -1
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.m.d.ts +11 -3
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.suite.ui.commons.d.ts +1 -1
  25. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  26. package/types/sap.suite.ui.microchart.d.ts +1 -1
  27. package/types/sap.tnt.d.ts +1 -1
  28. package/types/sap.ui.codeeditor.d.ts +1 -1
  29. package/types/sap.ui.commons.d.ts +1 -1
  30. package/types/sap.ui.comp.d.ts +1 -1
  31. package/types/sap.ui.core.d.ts +21 -11
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +1 -1
  34. package/types/sap.ui.fl.d.ts +1 -1
  35. package/types/sap.ui.generic.app.d.ts +1 -1
  36. package/types/sap.ui.generic.template.d.ts +1 -1
  37. package/types/sap.ui.integration.d.ts +1 -1
  38. package/types/sap.ui.layout.d.ts +1 -1
  39. package/types/sap.ui.richtexteditor.d.ts +1 -1
  40. package/types/sap.ui.rta.d.ts +1 -1
  41. package/types/sap.ui.suite.d.ts +1 -1
  42. package/types/sap.ui.support.d.ts +1 -1
  43. package/types/sap.ui.table.d.ts +1 -1
  44. package/types/sap.ui.testrecorder.d.ts +1 -1
  45. package/types/sap.ui.unified.d.ts +1 -1
  46. package/types/sap.ui.ux3.d.ts +1 -1
  47. package/types/sap.ui.webc.common.d.ts +1 -1
  48. package/types/sap.ui.webc.fiori.d.ts +1 -1
  49. package/types/sap.ui.webc.main.d.ts +1 -1
  50. package/types/sap.uiext.inbox.d.ts +1 -1
  51. package/types/sap.ushell.d.ts +14 -1
  52. package/types/sap.ushell_abap.d.ts +1 -1
  53. package/types/sap.uxap.d.ts +1 -1
  54. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.136.2",
3
+ "version": "1.136.3",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -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/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare module "sap/esh/search/ui/SearchCompositeControl" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
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 {
@@ -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/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/core/AppComponent" {
4
4
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/macros/Chart" {
4
4
  import {
@@ -3198,6 +3198,12 @@ declare module "sap/fe/macros/table/Column" {
3198
3198
  */
3199
3199
  anchor?: string | PropertyBindingInfo;
3200
3200
 
3201
+ /**
3202
+ * The column availability
3203
+ * Allowed values are `Default`, `Adaptation`, `Hidden`
3204
+ */
3205
+ availability?: string | PropertyBindingInfo;
3206
+
3201
3207
  /**
3202
3208
  * The text that will be displayed for this column header
3203
3209
  */
@@ -3231,6 +3237,16 @@ declare module "sap/fe/macros/table/Column" {
3231
3237
  */
3232
3238
  properties?: string[] | PropertyBindingInfo | `{${string}}`;
3233
3239
 
3240
+ /**
3241
+ * Determines if the information in the column is required.
3242
+ */
3243
+ required?: boolean | PropertyBindingInfo | `{${string}}`;
3244
+
3245
+ /**
3246
+ * Determines the text displayed for the column tooltip
3247
+ */
3248
+ tooltip?: string | PropertyBindingInfo;
3249
+
3234
3250
  /**
3235
3251
  * Determines the column's width.
3236
3252
  * Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
@@ -3312,6 +3328,12 @@ declare module "sap/fe/macros/table/ColumnOverride" {
3312
3328
  */
3313
3329
  export interface $ColumnOverrideSettings
3314
3330
  extends $BuildingBlockObjectPropertySettings {
3331
+ /**
3332
+ * The column availability
3333
+ * Allowed values are `Default`, `Adaptation`, `Hidden``
3334
+ */
3335
+ availability?: string | PropertyBindingInfo;
3336
+
3315
3337
  /**
3316
3338
  * Aligns the header as well as the content horizontally
3317
3339
  */
@@ -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/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/plugins/managecache/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/fe/templates/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/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {}
@@ -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/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -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/insights/library" {}
4
4
 
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/makit/library" {
4
4
  /**
package/types/sap.me.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/me/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/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/ovp/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/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/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/suite/ui/microchart/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/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";
@@ -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/comp/library" {
4
4
  /**
@@ -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/export/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/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/generic/app/library" {
4
4
  export namespace navigation {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {}
@@ -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/richtexteditor/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/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/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -7577,6 +7577,19 @@ declare module "sap/ushell/services/NotificationsV2" {
7577
7577
  */
7578
7578
  callback: Function
7579
7579
  ): void;
7580
+ /**
7581
+ * Set the number of unseen notifications
7582
+ * e.g. Notifications that the user hasn't seen yet.
7583
+ *
7584
+ *
7585
+ * @returns Promise resolves when the unseen notifications count is set
7586
+ */
7587
+ setUnseenNotificationsCount(
7588
+ /**
7589
+ * The number of unseen notifications to set
7590
+ */
7591
+ number: int
7592
+ ): Promise<any>;
7580
7593
  }
7581
7594
  /**
7582
7595
  * Type for Action
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
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/uxap/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/viz/library" {
4
4
  export namespace ui5 {