@sapui5/ts-types-esm 1.136.2 → 1.136.4

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 (62) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.core.d.ts → core-1.136.2-esm-d.ts} +21 -11
  3. package/types/index.d.ts +3 -3
  4. package/types/{mdc-1.136.0-esm-d.ts → mdc-1.136.2-esm-d.ts} +1 -1
  5. package/types/{sap.m.d.ts → mobile-1.136.2-esm-d.ts} +11 -3
  6. package/types/sap.ca.ui.d.ts +1 -1
  7. package/types/sap.chart.d.ts +1 -1
  8. package/types/sap.cux.home.d.ts +1 -30
  9. package/types/sap.esh.search.ui.d.ts +1 -1
  10. package/types/sap.f.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +1 -1
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +23 -1
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +1 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +1 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +1 -1
  29. package/types/sap.suite.ui.commons.d.ts +1 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +1 -1
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +1 -1
  36. package/types/sap.ui.dt.d.ts +1 -1
  37. package/types/sap.ui.export.d.ts +1 -1
  38. package/types/sap.ui.fl.d.ts +1 -1
  39. package/types/sap.ui.generic.app.d.ts +1 -1
  40. package/types/sap.ui.generic.template.d.ts +1 -1
  41. package/types/sap.ui.integration.d.ts +1 -1
  42. package/types/sap.ui.layout.d.ts +1 -1
  43. package/types/sap.ui.richtexteditor.d.ts +1 -1
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +1 -1
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +1 -1
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +1 -1
  50. package/types/sap.ui.ux3.d.ts +1 -1
  51. package/types/sap.ui.vbm.d.ts +70 -27
  52. package/types/sap.ui.webc.common.d.ts +1 -1
  53. package/types/sap.ui.webc.fiori.d.ts +1 -1
  54. package/types/sap.ui.webc.main.d.ts +1 -1
  55. package/types/sap.uiext.inbox.d.ts +1 -1
  56. package/types/sap.ushell.d.ts +14 -1
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +1 -1
  59. package/types/sap.viz.d.ts +1 -1
  60. package/types/sap.zen.commons.d.ts +1 -1
  61. package/types/sap.zen.crosstab.d.ts +1 -1
  62. package/types/sap.zen.dsh.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.4",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -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
  /**
package/types/index.d.ts CHANGED
@@ -19,7 +19,7 @@
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
20
  /// <reference path="./sap.ui.commons.d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./sap.ui.core.d.ts"/>
22
+ /// <reference path="./core-1.136.2-esm-d.ts"/>
23
23
  /// <reference path="./sap.ui.dt.d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
@@ -32,8 +32,8 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./mdc-1.136.0-esm-d.ts"/>
36
- /// <reference path="./sap.m.d.ts"/>
35
+ /// <reference path="./mdc-1.136.2-esm-d.ts"/>
36
+ /// <reference path="./mobile-1.136.2-esm-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
39
39
  /// <reference path="./sap.ovp.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
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/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.0
1
+ // For Library Version: 1.136.2
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.3
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -695,20 +695,7 @@ declare module "sap/cux/home/library" {
695
695
  * @since 1.121
696
696
  * @experimental As of version 1.121.
697
697
  */
698
- export enum NewsType {
699
- /**
700
- * Url is of type ATOM
701
- */
702
- ATOM = "undefined",
703
- /**
704
- * News is of type custom news feed
705
- */
706
- Custom = "undefined",
707
- /**
708
- * Url is of type RSS
709
- */
710
- RSS = "undefined",
711
- }
698
+ export enum NewsType {}
712
699
  }
713
700
 
714
701
  declare module "sap/cux/home/MenuItem" {
@@ -876,8 +863,6 @@ declare module "sap/cux/home/NewsAndPagesContainer" {
876
863
  }
877
864
 
878
865
  declare module "sap/cux/home/NewsPanel" {
879
- import { NewsType } from "sap/cux/home/library";
880
-
881
866
  /**
882
867
  * Panel class for managing and storing News.
883
868
  *
@@ -901,13 +886,6 @@ declare module "sap/cux/home/NewsPanel" {
901
886
  settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
902
887
  );
903
888
 
904
- /**
905
- * Gets current value of property type.
906
- *
907
- *
908
- * @returns Value of property `type`
909
- */
910
- getType(): NewsType;
911
889
  /**
912
890
  * Gets current value of property url.
913
891
  *
@@ -915,13 +893,6 @@ declare module "sap/cux/home/NewsPanel" {
915
893
  * @returns Value of property `url`
916
894
  */
917
895
  getUrl(): string;
918
- /**
919
- * Gets current value of property type.
920
- *
921
- *
922
- * @returns Value of property `type`
923
- */
924
- setType(): NewsType;
925
896
  /**
926
897
  * Gets current value of property url.
927
898
  *
@@ -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.3
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.3
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.3
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/core/AppComponent" {
4
4
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {}
@@ -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/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.3
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.3
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/plugins/managecache/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/fe/templates/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/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {}
@@ -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/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.3
2
2
 
3
3
  declare module "sap/insights/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/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.3
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.3
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.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare module "sap/sac/df/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/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.4
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.3
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.3
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.3
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.3
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.3
2
2
 
3
3
  declare module "sap/ui/comp/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 namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -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/ui/export/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/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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -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/ui/vbm/library" {
4
4
  /**
@@ -5389,21 +5389,39 @@ declare module "sap/ui/vbm/ContainerContent" {
5389
5389
  }
5390
5390
 
5391
5391
  declare module "sap/ui/vbm/ContainerLegendItem" {
5392
+ import {
5393
+ default as StandardListItem,
5394
+ $StandardListItemSettings,
5395
+ } from "sap/m/StandardListItem";
5396
+
5392
5397
  import { CSSColor } from "sap/ui/core/library";
5393
5398
 
5394
- import Metadata from "sap/ui/base/Metadata";
5399
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
5395
5400
 
5396
5401
  import { SemanticType } from "sap/ui/vbm/library";
5397
5402
 
5403
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
5404
+
5398
5405
  /**
5399
5406
  * Legend item control
5400
5407
  *
5401
5408
  * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
5402
5409
  * versions.
5403
5410
  */
5404
- export default class ContainerLegendItem
5405
- extends /* was: sap.m.StandardListItem */ Object
5406
- {
5411
+ export default class ContainerLegendItem extends StandardListItem {
5412
+ /**
5413
+ * Constructor for a new ContainerLegendItem.
5414
+ *
5415
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
5416
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
5417
+ * of the syntax of the settings object.
5418
+ */
5419
+ constructor(
5420
+ /**
5421
+ * initial settings for the new control
5422
+ */
5423
+ mSettings?: $ContainerLegendItemSettings
5424
+ );
5407
5425
  /**
5408
5426
  * Constructor for a new ContainerLegendItem.
5409
5427
  *
@@ -5419,7 +5437,7 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
5419
5437
  /**
5420
5438
  * initial settings for the new control
5421
5439
  */
5422
- mSettings?: object
5440
+ mSettings?: $ContainerLegendItemSettings
5423
5441
  );
5424
5442
 
5425
5443
  /**
@@ -5452,7 +5470,7 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
5452
5470
  *
5453
5471
  * @returns Metadata object describing this class
5454
5472
  */
5455
- static getMetadata(): Metadata;
5473
+ static getMetadata(): ElementMetadata;
5456
5474
  /**
5457
5475
  * Gets current value of property {@link #getColor color}.
5458
5476
  *
@@ -5504,6 +5522,27 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
5504
5522
  sSemanticSpotType?: SemanticType | keyof typeof SemanticType
5505
5523
  ): this;
5506
5524
  }
5525
+ /**
5526
+ * Describes the settings that can be provided to the ContainerLegendItem constructor.
5527
+ *
5528
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
5529
+ * versions.
5530
+ */
5531
+ export interface $ContainerLegendItemSettings
5532
+ extends $StandardListItemSettings {
5533
+ /**
5534
+ * show color square
5535
+ */
5536
+ color?: CSSColor | PropertyBindingInfo | `{${string}}`;
5537
+
5538
+ /**
5539
+ * The semantic spot type for the legend marker.
5540
+ */
5541
+ semanticSpotType?:
5542
+ | (SemanticType | keyof typeof SemanticType)
5543
+ | PropertyBindingInfo
5544
+ | `{${string}}`;
5545
+ }
5507
5546
  }
5508
5547
 
5509
5548
  declare module "sap/ui/vbm/Containers" {
@@ -11254,12 +11293,16 @@ declare module "sap/ui/vbm/LegendItem" {
11254
11293
  declare module "sap/ui/vbm/ListPanel" {
11255
11294
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
11256
11295
 
11296
+ import ListItemBase from "sap/m/ListItemBase";
11297
+
11257
11298
  import Event from "sap/ui/base/Event";
11258
11299
 
11259
11300
  import { URI } from "sap/ui/core/library";
11260
11301
 
11261
11302
  import ElementMetadata from "sap/ui/core/ElementMetadata";
11262
11303
 
11304
+ import { ListMode } from "sap/m/library";
11305
+
11263
11306
  import {
11264
11307
  PropertyBindingInfo,
11265
11308
  AggregationBindingInfo,
@@ -11344,7 +11387,7 @@ declare module "sap/ui/vbm/ListPanel" {
11344
11387
  /**
11345
11388
  * The item to add; if empty, nothing is inserted
11346
11389
  */
11347
- oItem: /* was: sap.m.ListItemBase */ any
11390
+ oItem: ListItemBase
11348
11391
  ): this;
11349
11392
  /**
11350
11393
  * Attaches event handler `fnFunction` to the {@link #event:expand expand} event of this `sap.ui.vbm.ListPanel`.
@@ -11716,7 +11759,7 @@ declare module "sap/ui/vbm/ListPanel" {
11716
11759
  *
11717
11760
  * Item aggregation
11718
11761
  */
11719
- getItems(): /* was: sap.m.ListItemBase */ any[];
11762
+ getItems(): ListItemBase[];
11720
11763
  /**
11721
11764
  * Returns selected list item. When no item is selected, "null" is returned. When "multi-selection" is enabled
11722
11765
  * and multiple items are selected, only the up-most selected item is returned.
@@ -11724,14 +11767,14 @@ declare module "sap/ui/vbm/ListPanel" {
11724
11767
  *
11725
11768
  * @returns Selected item.
11726
11769
  */
11727
- getSelectedItem(): /* was: sap.m.ListItemBase */ any;
11770
+ getSelectedItem(): ListItemBase;
11728
11771
  /**
11729
11772
  * Returns an array containing the selected list items. If no items are selected, an empty array is returned.
11730
11773
  *
11731
11774
  *
11732
11775
  * @returns Selected items
11733
11776
  */
11734
- getSelectedItems(): /* was: sap.m.ListItemBase */ any[];
11777
+ getSelectedItems(): ListItemBase[];
11735
11778
  /**
11736
11779
  * Gets current value of property {@link #getSelectionMode selectionMode}.
11737
11780
  *
@@ -11742,7 +11785,7 @@ declare module "sap/ui/vbm/ListPanel" {
11742
11785
  *
11743
11786
  * @returns Value of property `selectionMode`
11744
11787
  */
11745
- getSelectionMode(): /* was: sap.m.ListMode */ any;
11788
+ getSelectionMode(): ListMode;
11746
11789
  /**
11747
11790
  * Checks for the provided `sap.m.ListItemBase` in the aggregation {@link #getItems items}. and returns
11748
11791
  * its index if found or -1 otherwise.
@@ -11754,7 +11797,7 @@ declare module "sap/ui/vbm/ListPanel" {
11754
11797
  /**
11755
11798
  * The item whose index is looked for
11756
11799
  */
11757
- oItem: /* was: sap.m.ListItemBase */ any
11800
+ oItem: ListItemBase
11758
11801
  ): int;
11759
11802
  /**
11760
11803
  * Inserts a item into the aggregation {@link #getItems items}.
@@ -11766,7 +11809,7 @@ declare module "sap/ui/vbm/ListPanel" {
11766
11809
  /**
11767
11810
  * The item to insert; if empty, nothing is inserted
11768
11811
  */
11769
- oItem: /* was: sap.m.ListItemBase */ any,
11812
+ oItem: ListItemBase,
11770
11813
  /**
11771
11814
  * The `0`-based index the item should be inserted at; for a negative value of `iIndex`, the item is inserted
11772
11815
  * at position 0; for a value greater than the current size of the aggregation, the item is inserted at
@@ -11782,7 +11825,7 @@ declare module "sap/ui/vbm/ListPanel" {
11782
11825
  *
11783
11826
  * @returns An array of the removed elements (might be empty)
11784
11827
  */
11785
- removeAllItems(): /* was: sap.m.ListItemBase */ any[];
11828
+ removeAllItems(): ListItemBase[];
11786
11829
  /**
11787
11830
  * Removes a item from the aggregation {@link #getItems items}.
11788
11831
  *
@@ -11793,8 +11836,8 @@ declare module "sap/ui/vbm/ListPanel" {
11793
11836
  /**
11794
11837
  * The item to remove or its index or id
11795
11838
  */
11796
- vItem: int | string | /* was: sap.m.ListItemBase */ any
11797
- ): /* was: sap.m.ListItemBase */ any | null;
11839
+ vItem: int | string | ListItemBase
11840
+ ): ListItemBase | null;
11798
11841
  /**
11799
11842
  * Sets a new value for property {@link #getExpandAnimation expandAnimation}.
11800
11843
  *
@@ -11870,7 +11913,7 @@ declare module "sap/ui/vbm/ListPanel" {
11870
11913
  /**
11871
11914
  * The list item whose selection to be changed. This parameter is mandatory.
11872
11915
  */
11873
- oListItem: /* was: sap.m.ListItemBase */ any,
11916
+ oListItem: ListItemBase,
11874
11917
  /**
11875
11918
  * Sets selected status of the list item. Default value is true.
11876
11919
  */
@@ -11896,7 +11939,7 @@ declare module "sap/ui/vbm/ListPanel" {
11896
11939
  /**
11897
11940
  * New value for property `selectionMode`
11898
11941
  */
11899
- sSelectionMode?: /* was: sap.m.ListMode */ any
11942
+ sSelectionMode?: ListMode | keyof typeof ListMode
11900
11943
  ): this;
11901
11944
  }
11902
11945
  /**
@@ -11929,17 +11972,17 @@ declare module "sap/ui/vbm/ListPanel" {
11929
11972
  /**
11930
11973
  * Selection Mode
11931
11974
  */
11932
- selectionMode?: /* was: sap.m.ListMode */
11933
- | any
11975
+ selectionMode?:
11976
+ | (ListMode | keyof typeof ListMode)
11934
11977
  | PropertyBindingInfo
11935
11978
  | `{${string}}`;
11936
11979
 
11937
11980
  /**
11938
11981
  * Item aggregation
11939
11982
  */
11940
- items?: /* was: sap.m.ListItemBase */
11941
- | any[]
11942
- | /* was: sap.m.ListItemBase */ any
11983
+ items?:
11984
+ | ListItemBase[]
11985
+ | ListItemBase
11943
11986
  | AggregationBindingInfo
11944
11987
  | `{${string}}`;
11945
11988
 
@@ -11997,7 +12040,7 @@ declare module "sap/ui/vbm/ListPanel" {
11997
12040
  /**
11998
12041
  * The item which fired the pressed event.
11999
12042
  */
12000
- listItem?: /* was: sap.m.ListItemBase */ any;
12043
+ listItem?: ListItemBase;
12001
12044
 
12002
12045
  /**
12003
12046
  * The control which caused the press event within the container.
@@ -12021,12 +12064,12 @@ declare module "sap/ui/vbm/ListPanel" {
12021
12064
  * The item whose selection has changed. In `MultiSelect` mode, only the up-most selected item is returned.
12022
12065
  * This parameter can be used for single-selection modes.
12023
12066
  */
12024
- listItem?: /* was: sap.m.ListItemBase */ any;
12067
+ listItem?: ListItemBase;
12025
12068
 
12026
12069
  /**
12027
12070
  * Array of items whose selection has changed. This parameter can be used for `MultiSelect` mode.
12028
12071
  */
12029
- listItems?: /* was: sap.m.ListItemBase */ any[];
12072
+ listItems?: ListItemBase[];
12030
12073
 
12031
12074
  /**
12032
12075
  * Indicates whether the `listItem` parameter is selected or not.
@@ -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/ui/webc/common/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/ui/webc/fiori/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/ui/webc/main/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/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.4
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.4
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.3
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.3
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4