@sapui5/ts-types 1.136.13 → 1.136.15

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 (55) hide show
  1. package/package.json +1 -1
  2. package/types/{commons-1.136.10-d.ts → commons-1.136.12-d.ts} +1 -1
  3. package/types/{dt-1.136.10-d.ts → dt-1.136.12-d.ts} +1 -1
  4. package/types/index.d.ts +5 -5
  5. package/types/sap.apf.d.ts +32 -3
  6. package/types/sap.ca.ui.d.ts +5 -1
  7. package/types/sap.chart.d.ts +1 -1
  8. package/types/sap.esh.search.ui.d.ts +1 -1
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls-1.136.14-d.ts +3 -0
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +5 -5
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +1 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.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 +22 -7
  37. package/types/sap.ui.rta.d.ts +1 -1
  38. package/types/sap.ui.suite.d.ts +1 -1
  39. package/types/sap.ui.support.d.ts +1 -1
  40. package/types/sap.ui.table.d.ts +5 -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.vk.d.ts +159 -1
  44. package/types/sap.ui.vtm.d.ts +82 -1
  45. package/types/sap.ui.webc.common.d.ts +1 -1
  46. package/types/sap.ui.webc.fiori.d.ts +1 -1
  47. package/types/sap.ui.webc.main.d.ts +1 -1
  48. package/types/sap.uiext.inbox.d.ts +1 -1
  49. package/types/sap.ushell.d.ts +1 -1
  50. package/types/sap.ushell_abap.d.ts +1 -1
  51. package/types/sap.uxap.d.ts +1 -1
  52. package/types/sap.viz.d.ts +1 -1
  53. package/types/{tnt-1.136.10-d.ts → tnt-1.136.12-d.ts} +1 -1
  54. package/types/{ux3-1.136.10-d.ts → ux3-1.136.12-d.ts} +1 -1
  55. package/types/sap.fe.controls.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.13",
3
+ "version": "1.136.15",
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.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -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 {
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="./commons-1.136.10-d.ts"/>
20
+ /// <reference path="./commons-1.136.12-d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
22
  /// <reference path="./core-1.136.2-d.ts"/>
23
- /// <reference path="./dt-1.136.10-d.ts"/>
23
+ /// <reference path="./dt-1.136.12-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"/>
@@ -45,7 +45,7 @@
45
45
  /// <reference path="./sap.cux.home.d.ts"/>
46
46
  /// <reference path="./sap.esh.search.ui.d.ts"/>
47
47
  /// <reference path="./sap.fe.base.d.ts"/>
48
- /// <reference path="./sap.fe.controls.d.ts"/>
48
+ /// <reference path="./sap.fe.controls-1.136.14-d.ts"/>
49
49
  /// <reference path="./sap.fe.core.d.ts"/>
50
50
  /// <reference path="./sap.fe.ina.d.ts"/>
51
51
  /// <reference path="./sap.fe.macros.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="./tnt-1.136.10-d.ts"/>
70
+ /// <reference path="./tnt-1.136.12-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="./ux3-1.136.10-d.ts"/>
75
+ /// <reference path="./ux3-1.136.12-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,8 +1,11 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
5
5
  * Analysis Path Framework
6
+ *
7
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
8
+ * releases.
6
9
  */
7
10
  namespace apf {
8
11
  /**
@@ -16,6 +19,9 @@ declare namespace sap {
16
19
  /**
17
20
  * The message object represents the APF specific message object for detailed evaluation. The message object
18
21
  * shall be created by method {@link sap.apf.Api#createMessageObject}.
22
+ *
23
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
24
+ * releases
19
25
  */
20
26
  class MessageObject {
21
27
  constructor(oConfig: object);
@@ -116,6 +122,9 @@ declare namespace sap {
116
122
  /**
117
123
  * Facade for sap.apf.core.Request for getting data via the OData protocol. This corresponds to a normal
118
124
  * HTTP GET method. Creation is done via APF API.
125
+ *
126
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
127
+ * releases.
119
128
  */
120
129
  class ReadRequest {
121
130
  constructor(
@@ -176,6 +185,9 @@ declare namespace sap {
176
185
  * HTTP GET method. Creation is done via APF API. In addition to the handed over filter argument in method
177
186
  * send(), the required filters and parameter entity set key properties of the configured entity type are
178
187
  * applied, which are determined from path filter.
188
+ *
189
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
190
+ * releases.
179
191
  */
180
192
  class ReadRequestByRequiredFilter {
181
193
  constructor(
@@ -239,6 +251,7 @@ declare namespace sap {
239
251
  * This is not a runtime class, but it describes the interface that a representation (chart) has to implement
240
252
  * for to interact with the APF.
241
253
  *
254
+ * @deprecated As of version 1.136. because it is part of the deprecated package sap.apf
242
255
  * @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
243
256
  */
244
257
  class representationInterface {
@@ -455,6 +468,7 @@ declare namespace sap {
455
468
  * is used by apf.api. It can be also used to build unit tests that need an interface proxy between APF
456
469
  * and representations.
457
470
  *
471
+ * @deprecated As of version 1.136. because it is part of the deprecated package sap.apf
458
472
  * @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
459
473
  */
460
474
  class RepresentationInterfaceProxy {
@@ -495,6 +509,9 @@ declare namespace sap {
495
509
  namespace utils {
496
510
  /**
497
511
  * Filter object
512
+ *
513
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
514
+ * releases.
498
515
  */
499
516
  class Filter {
500
517
  /**
@@ -621,7 +638,10 @@ declare namespace sap {
621
638
  high: string
622
639
  ): undefined;
623
640
  }
624
-
641
+ /**
642
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
643
+ * releases.
644
+ */
625
645
  class FilterAnd {
626
646
  constructor(
627
647
  oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
@@ -676,6 +696,9 @@ declare namespace sap {
676
696
  }
677
697
  /**
678
698
  * Filter expression
699
+ *
700
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
701
+ * releases.
679
702
  */
680
703
  class FilterExpression {
681
704
  constructor(
@@ -707,7 +730,10 @@ declare namespace sap {
707
730
  }
708
731
  );
709
732
  }
710
-
733
+ /**
734
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
735
+ * releases.
736
+ */
711
737
  class FilterOr {
712
738
  constructor(
713
739
  oMessageHandler: /* was: sap.apf.core.MessageHandler */ any,
@@ -783,6 +809,9 @@ declare namespace sap {
783
809
  * on their respective constructors. Instead they should be created by consumers using a create method available
784
810
  * on API-level, such as e.g. {@link sap.apf.Api#createMessageObject} for {@link sap.apf.core.MessageObject }
785
811
  * or {@link sap.apf.Api#createFilter} for {@link sap.apf.utils.Filter}.
812
+ *
813
+ * @deprecated As of version 1.136. this library is deprecated and will not be available in future major
814
+ * releases.
786
815
  */
787
816
  class Api {
788
817
  constructor(
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1131,6 +1131,8 @@ declare namespace sap {
1131
1131
 
1132
1132
  /**
1133
1133
  * Types of chart supported in the sap.ca library.
1134
+ *
1135
+ * @deprecated As of version 1.24. because it is part of the deprecated package sap.ca.ui.charts
1134
1136
  */
1135
1137
  interface ChartType {
1136
1138
  /**
@@ -6529,6 +6531,8 @@ declare namespace sap {
6529
6531
 
6530
6532
  /**
6531
6533
  * Enumeration of supported message types.
6534
+ *
6535
+ * @deprecated As of version 1.28. because it is part of the deprecated package sap.ca.ui.message
6532
6536
  */
6533
6537
  enum Type {}
6534
6538
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
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.11
1
+ // For Library Version: 1.136.13
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.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.136.14
2
+
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -712,7 +712,7 @@ declare namespace sap {
712
712
  * Maximum number of lines for multiline texts in edit mode.
713
713
  */
714
714
  textLinesEdit?:
715
- | int
715
+ | any
716
716
  | sap.ui.base.ManagedObject.PropertyBindingInfo
717
717
  | `{${string}}`;
718
718
 
@@ -720,7 +720,7 @@ declare namespace sap {
720
720
  * Maximum number of characters from the beginning of the text field that are shown initially.
721
721
  */
722
722
  textMaxCharactersDisplay?:
723
- | int
723
+ | any
724
724
  | sap.ui.base.ManagedObject.PropertyBindingInfo
725
725
  | `{${string}}`;
726
726
 
@@ -731,7 +731,7 @@ declare namespace sap {
731
731
  * displays the exact number.
732
732
  */
733
733
  textMaxLength?:
734
- | int
734
+ | any
735
735
  | sap.ui.base.ManagedObject.PropertyBindingInfo
736
736
  | `{${string}}`;
737
737
 
@@ -739,7 +739,7 @@ declare namespace sap {
739
739
  * Maximum number of lines that multiline texts in edit mode can grow to.
740
740
  */
741
741
  textMaxLines?:
742
- | int
742
+ | any
743
743
  | sap.ui.base.ManagedObject.PropertyBindingInfo
744
744
  | `{${string}}`;
745
745
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.15
2
2
 
3
3
  declare namespace sap {}
@@ -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
  /**
@@ -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
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
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.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
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.10
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.10
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -60,8 +60,10 @@ declare namespace sap {
60
60
  * that may be introduced by other groups (hence this is not an enumeration).
61
61
  *
62
62
  * **Notes:**
63
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
64
- * it will load TinyMCE version 7.
63
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
64
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
65
+ *
66
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
65
67
  * - Any attempts to set this property after the first rendering will not have any effect.
66
68
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
67
69
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -360,7 +362,10 @@ declare namespace sap {
360
362
  * Restrictions:
361
363
  *
362
364
  * **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
363
- * apply for its proper usage and support. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
365
+ * apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
366
+ * to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
367
+ * by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
368
+ * in their code. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
364
369
  * **
365
370
  *
366
371
  * Guidelines:
@@ -1014,8 +1019,10 @@ declare namespace sap {
1014
1019
  * that may be introduced by other groups (hence this is not an enumeration).
1015
1020
  *
1016
1021
  * **Notes:**
1017
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
1018
- * it will load TinyMCE version 7.
1022
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
1023
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
1024
+ *
1025
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
1019
1026
  * - Any attempts to set this property after the first rendering will not have any effect.
1020
1027
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
1021
1028
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -1057,6 +1064,10 @@ declare namespace sap {
1057
1064
  * editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
1058
1065
  * justified cases.
1059
1066
  *
1067
+ * **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
1068
+ * of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
1069
+ * if critical vulnerabilities or other serious issues are discovered in their code.**
1070
+ *
1060
1071
  *
1061
1072
  * @returns The native editor object (here: The TinyMCE editor instance)
1062
1073
  */
@@ -1835,7 +1846,11 @@ declare namespace sap {
1835
1846
  ): this;
1836
1847
  }
1837
1848
  /**
1838
- * Determines which editor component should be used for editing the text.
1849
+ * Determines which editor component should be used for editing the text. **Note: To ensure stability and
1850
+ * to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version
1851
+ * by setting the property to `TinyMCE`.
1852
+ * Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without
1853
+ * notice.**
1839
1854
  *
1840
1855
  * This enum is part of the 'sap/ui/richtexteditor/library' module export and must be accessed by the property
1841
1856
  * 'EditorType'.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -4114,6 +4114,10 @@ declare namespace sap {
4114
4114
  * @returns Value of property `collapseRecursive`
4115
4115
  */
4116
4116
  getCollapseRecursive(): boolean;
4117
+ /**
4118
+ * Returns the Columns of the AnalyticalTable.
4119
+ */
4120
+ getColumns(): sap.ui.table.AnalyticalColumn[];
4117
4121
  /**
4118
4122
  * Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
4119
4123
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {