@sapui5/ts-types 1.136.11 → 1.136.13

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 (56) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.136.10-d.ts} +1 -1
  3. package/types/{sap.ui.dt.d.ts → dt-1.136.10-d.ts} +1 -1
  4. package/types/index.d.ts +5 -5
  5. package/types/{mdc-1.136.7-d.ts → mdc-1.136.9-d.ts} +1 -1
  6. package/types/sap.chart.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +51 -2
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1 -1
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.makit.d.ts +1 -1
  23. package/types/sap.me.d.ts +1 -1
  24. package/types/sap.ndc.d.ts +1 -1
  25. package/types/sap.ovp.d.ts +1 -1
  26. package/types/sap.sac.df.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +1 -1
  28. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  29. package/types/sap.suite.ui.microchart.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.comp.d.ts +1 -1
  32. package/types/sap.ui.export.d.ts +1 -1
  33. package/types/sap.ui.fl.d.ts +1 -1
  34. package/types/sap.ui.integration.d.ts +1 -1
  35. package/types/sap.ui.layout.d.ts +1 -1
  36. package/types/sap.ui.richtexteditor.d.ts +7 -6
  37. package/types/sap.ui.rta.d.ts +1 -1
  38. package/types/sap.ui.suite.d.ts +3 -1
  39. package/types/sap.ui.support.d.ts +1 -1
  40. package/types/sap.ui.table.d.ts +1 -1
  41. package/types/sap.ui.testrecorder.d.ts +1 -1
  42. package/types/sap.ui.unified.d.ts +1 -1
  43. package/types/sap.ui.vbm.d.ts +4 -4
  44. package/types/sap.ui.webc.common.d.ts +3 -1
  45. package/types/sap.ui.webc.fiori.d.ts +31 -1
  46. package/types/sap.ui.webc.main.d.ts +70 -1
  47. package/types/sap.uiext.inbox.d.ts +1 -1
  48. package/types/sap.ushell.d.ts +3 -1
  49. package/types/sap.ushell_abap.d.ts +1 -1
  50. package/types/sap.uxap.d.ts +1 -1
  51. package/types/sap.viz.d.ts +1 -1
  52. package/types/sap.zen.commons.d.ts +1 -1
  53. package/types/sap.zen.crosstab.d.ts +1 -1
  54. package/types/sap.zen.dsh.d.ts +1 -1
  55. package/types/{sap.tnt.d.ts → tnt-1.136.10-d.ts} +1 -1
  56. package/types/{sap.ui.ux3.d.ts → ux3-1.136.10-d.ts} +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.11",
3
+ "version": "1.136.13",
4
4
  "description": "SAPUI5 TypeScript Definitions",
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.8
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
package/types/index.d.ts CHANGED
@@ -17,10 +17,10 @@
17
17
  /// <reference path="./sap.zen.dsh.d.ts"/>
18
18
  /// <reference path="./sap.zen.commons.d.ts"/>
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
- /// <reference path="./sap.ui.commons.d.ts"/>
20
+ /// <reference path="./commons-1.136.10-d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
22
  /// <reference path="./core-1.136.2-d.ts"/>
23
- /// <reference path="./sap.ui.dt.d.ts"/>
23
+ /// <reference path="./dt-1.136.10-d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
26
26
  /// <reference path="./sap.ui.fl.d.ts"/>
@@ -32,7 +32,7 @@
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.7-d.ts"/>
35
+ /// <reference path="./mdc-1.136.9-d.ts"/>
36
36
  /// <reference path="./mobile-1.136.2-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
@@ -67,12 +67,12 @@
67
67
  /// <reference path="./sap.ui.support.d.ts"/>
68
68
  /// <reference path="./sap.ui.table.d.ts"/>
69
69
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
70
- /// <reference path="./sap.tnt.d.ts"/>
70
+ /// <reference path="./tnt-1.136.10-d.ts"/>
71
71
  /// <reference path="./sap.ca.ui.d.ts"/>
72
72
  /// <reference path="./sap.ui.unified.d.ts"/>
73
73
  /// <reference path="./sap.ushell.d.ts"/>
74
74
  /// <reference path="./sap.ushell_abap.d.ts"/>
75
- /// <reference path="./sap.ui.ux3.d.ts"/>
75
+ /// <reference path="./ux3-1.136.10-d.ts"/>
76
76
  /// <reference path="./sap.uxap.d.ts"/>
77
77
  /// <reference path="./sap.ui.vbm.d.ts"/>
78
78
  /// <reference path="./sap.viz.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.9
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.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.4
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -2902,6 +2902,13 @@ declare namespace sap {
2902
2902
  type?: /* was: sap.ui.core.message.MessageType */ any;
2903
2903
  }
2904
2904
  ): Promise<string>;
2905
+ /**
2906
+ * Get the count of the row binding of the table.
2907
+ *
2908
+ *
2909
+ * @returns The count of the row binding
2910
+ */
2911
+ getCount(): number | undefined;
2905
2912
  /**
2906
2913
  * Get the variant management applied to the table.
2907
2914
  *
@@ -3182,6 +3189,13 @@ declare namespace sap {
3182
3189
  type?: /* was: sap.ui.core.message.MessageType */ any;
3183
3190
  }
3184
3191
  ): Promise<string>;
3192
+ /**
3193
+ * Get the count of the row binding of the table.
3194
+ *
3195
+ *
3196
+ * @returns The count of the row binding
3197
+ */
3198
+ getCount(): number | undefined;
3185
3199
  /**
3186
3200
  * Get the variant management applied to the table.
3187
3201
  *
@@ -4974,7 +4988,7 @@ declare namespace sap {
4974
4988
  setVariantManagement(): string;
4975
4989
  }
4976
4990
  /**
4977
- * API to add parameters to the collection binding infos.
4991
+ * API to add parameters to the collection binding info.
4978
4992
  */
4979
4993
  class CollectionBindingInfo {
4980
4994
  /**
@@ -5004,6 +5018,27 @@ declare namespace sap {
5004
5018
  */
5005
5019
  sorter: sap.ui.model.Sorter
5006
5020
  ): void;
5021
+ /**
5022
+ * Attach the events to the table binding.
5023
+ */
5024
+ attachEvent(
5025
+ /**
5026
+ * The event ID to attach the callback to
5027
+ */
5028
+ eventId: string,
5029
+ /**
5030
+ * The callback function to be executed when the event is triggered
5031
+ */
5032
+ callback: Function,
5033
+ /**
5034
+ * The listener object that will be used as the context for the callback function
5035
+ */
5036
+ listener?: object,
5037
+ /**
5038
+ * Data that will be passed to the callback function when the event is triggered
5039
+ */
5040
+ data?: object
5041
+ ): void;
5007
5042
  /**
5008
5043
  * Retrieve the 'serialized' binding info, useful if you want to create your own binding
5009
5044
  *
@@ -5593,6 +5628,13 @@ declare namespace sap {
5593
5628
  type?: /* was: sap.ui.core.message.MessageType */ any;
5594
5629
  }
5595
5630
  ): Promise<string>;
5631
+ /**
5632
+ * Get the count of the row binding of the table.
5633
+ *
5634
+ *
5635
+ * @returns The count of the row binding
5636
+ */
5637
+ getCount(): number | undefined;
5596
5638
  /**
5597
5639
  * Get the variant management applied to the table.
5598
5640
  *
@@ -5760,6 +5802,13 @@ declare namespace sap {
5760
5802
  type?: /* was: sap.ui.core.message.MessageType */ any;
5761
5803
  }
5762
5804
  ): Promise<string>;
5805
+ /**
5806
+ * Get the count of the row binding of the table.
5807
+ *
5808
+ *
5809
+ * @returns The count of the row binding
5810
+ */
5811
+ getCount(): number | undefined;
5763
5812
  /**
5764
5813
  * Get the variant management applied to the table.
5765
5814
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -70,7 +70,7 @@ declare namespace sap {
70
70
  * update.
71
71
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
72
72
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
73
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
73
+ * - TinyMCE 6 will be removed in future releases.
74
74
  */
75
75
  editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
76
76
 
@@ -404,8 +404,7 @@ declare namespace sap {
404
404
  * Below is a list of supported groups and buttons, which can be specified in the configuration objects
405
405
  * (format is <>: <>):
406
406
  * - font-style: bold, italic, underline, strikethrough
407
- * - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
408
- *
407
+ * - font: fontfamily, fontsize, forecolor, backcolor
409
408
  * - clipboard: cut, copy, paste
410
409
  * - structure: bullist, numlist, outdent, indent
411
410
  * - undo: undo, redo
@@ -1025,7 +1024,7 @@ declare namespace sap {
1025
1024
  * update.
1026
1025
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
1027
1026
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1028
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
1027
+ * - TinyMCE 6 will be removed in future releases.
1029
1028
  *
1030
1029
  * Default value is `'TinyMCE'`.
1031
1030
  *
@@ -1466,7 +1465,7 @@ declare namespace sap {
1466
1465
  */
1467
1466
  setEditorType(
1468
1467
  /**
1469
- * Which editor type to be used (currently only 5 and 6)
1468
+ * Which editor type to be used (currently only 6 and 7)
1470
1469
  */
1471
1470
  sEditorType?: string
1472
1471
  ): sap.ui.richtexteditor.RichTextEditor;
@@ -1848,6 +1847,8 @@ declare namespace sap {
1848
1847
  TinyMCE = "TinyMCE",
1849
1848
  /**
1850
1849
  * Uses TinyMCE version 6 as editor
1850
+ *
1851
+ * @deprecated As of version 1.136.13. Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
1851
1852
  */
1852
1853
  TinyMCE6 = "TinyMCE6",
1853
1854
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -700,6 +700,8 @@ declare namespace sap {
700
700
  * Defined color values for the Task Circle Control
701
701
  *
702
702
  * This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
703
+ *
704
+ * @deprecated As of version 1.108. because it is part of the deprecated package sap.ui.suite
703
705
  */
704
706
  enum TaskCircleColor {
705
707
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -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
  namespace ui {
@@ -1325,7 +1325,7 @@ declare namespace sap {
1325
1325
  /**
1326
1326
  * List Panel aggregation
1327
1327
  */
1328
- listPanelStack?: /* was: sap.ui.vk.ListPanelStack */ any;
1328
+ listPanelStack?: sap.ui.vbm.ListPanelStack;
1329
1329
  }
1330
1330
 
1331
1331
  /**
@@ -13183,7 +13183,7 @@ declare namespace sap {
13183
13183
  *
13184
13184
  * List Panel aggregation
13185
13185
  */
13186
- getListPanelStack(): /* was: sap.ui.vk.ListPanelStack */ any;
13186
+ getListPanelStack(): sap.ui.vbm.ListPanelStack;
13187
13187
  /**
13188
13188
  * Gets current value of property {@link #getShowHome showHome}.
13189
13189
  *
@@ -13249,7 +13249,7 @@ declare namespace sap {
13249
13249
  /**
13250
13250
  * The listPanelStack to set
13251
13251
  */
13252
- oListPanelStack: /* was: sap.ui.vk.ListPanelStack */ any
13252
+ oListPanelStack: sap.ui.vbm.ListPanelStack
13253
13253
  ): this;
13254
13254
  /**
13255
13255
  * Sets a new value for property {@link #getShowHome showHome}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.11
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -24,6 +24,8 @@ declare namespace sap {
24
24
  /**
25
25
  * The structure of the "metadata" object which is passed when inheriting from sap.ui.core.Element using
26
26
  * its static "extend" method. See {@link sap.ui.core.Element.extend} for details on its usage.
27
+ *
28
+ * @deprecated As of version 1.118.0. because it is part of the deprecated package sap.ui.webc.common.WebComponent
27
29
  */
28
30
  type MetadataOptions = sap.ui.core.webc.WebComponent.MetadataOptions;
29
31
  }