@sapui5/ts-types 1.142.0 → 1.142.2

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 (58) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -2
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.cux.home.d.ts +7 -3
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.ariba.d.ts +1 -1
  7. package/types/sap.fe.base.d.ts +1 -1
  8. package/types/sap.fe.controls.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +1 -1
  10. package/types/sap.fe.ina.d.ts +1 -1
  11. package/types/sap.fe.macros.d.ts +8 -1
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  15. package/types/sap.fe.templates.d.ts +1 -1
  16. package/types/sap.fe.test.d.ts +1 -1
  17. package/types/sap.fe.tools.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1 -1
  19. package/types/sap.insights.d.ts +1 -1
  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.sac.df.d.ts +1 -1
  25. package/types/sap.suite.ui.commons.d.ts +1 -1
  26. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  27. package/types/sap.suite.ui.microchart.d.ts +1 -1
  28. package/types/sap.tnt.d.ts +1 -1
  29. package/types/sap.ui.codeeditor.d.ts +1 -1
  30. package/types/sap.ui.commons.d.ts +1 -1
  31. package/types/sap.ui.comp.d.ts +1 -1
  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.integration.d.ts +1 -1
  36. package/types/sap.ui.layout.d.ts +1 -1
  37. package/types/sap.ui.mdc.d.ts +14 -1
  38. package/types/sap.ui.richtexteditor.d.ts +14 -15
  39. package/types/sap.ui.rta.d.ts +1 -1
  40. package/types/sap.ui.suite.d.ts +1 -1
  41. package/types/sap.ui.support.d.ts +1 -1
  42. package/types/sap.ui.table.d.ts +35 -1
  43. package/types/sap.ui.testrecorder.d.ts +1 -1
  44. package/types/sap.ui.unified.d.ts +1 -1
  45. package/types/sap.ui.ux3.d.ts +1 -1
  46. package/types/sap.ui.webc.common.d.ts +1 -1
  47. package/types/sap.ui.webc.fiori.d.ts +1 -1
  48. package/types/sap.ui.webc.main.d.ts +1 -1
  49. package/types/sap.uiext.inbox.d.ts +1 -1
  50. package/types/sap.ushell.d.ts +1 -1
  51. package/types/sap.ushell_abap.d.ts +1 -1
  52. package/types/sap.uxap.d.ts +1 -1
  53. package/types/sap.viz.d.ts +1 -1
  54. package/types/sap.zen.commons.d.ts +1 -1
  55. package/types/sap.zen.crosstab.d.ts +1 -1
  56. package/types/sap.zen.dsh.d.ts +1 -1
  57. /package/types/{sap.ui.core.d.ts → core-1.142.0-d.ts} +0 -0
  58. /package/types/{sap.m.d.ts → mobile-1.142.0-d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.142.0",
3
+ "version": "1.142.2",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
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.142.0-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"/>
@@ -33,7 +33,7 @@
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
35
  /// <reference path="./sap.ui.mdc.d.ts"/>
36
- /// <reference path="./sap.m.d.ts"/>
36
+ /// <reference path="./mobile-1.142.0-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.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -24,6 +24,8 @@ declare namespace sap {
24
24
 
25
25
  "sap/cux/home/BaseSettingsPanel": undefined;
26
26
 
27
+ "sap/cux/home/CardsContainer": undefined;
28
+
27
29
  "sap/cux/home/CardsPanel": undefined;
28
30
 
29
31
  "sap/cux/home/ErrorPanel": undefined;
@@ -34,8 +36,6 @@ declare namespace sap {
34
36
 
35
37
  "sap/cux/home/Group": undefined;
36
38
 
37
- "sap/cux/home/InsightsContainer": undefined;
38
-
39
39
  "sap/cux/home/IToDoPanel": undefined;
40
40
 
41
41
  "sap/cux/home/Layout": undefined;
@@ -44,7 +44,7 @@ declare namespace sap {
44
44
 
45
45
  "sap/cux/home/MenuItem": undefined;
46
46
 
47
- "sap/cux/home/NewsAndPagesContainer": undefined;
47
+ "sap/cux/home/NewsContainer": undefined;
48
48
 
49
49
  "sap/cux/home/NewsPanel": undefined;
50
50
 
@@ -52,6 +52,8 @@ declare namespace sap {
52
52
 
53
53
  "sap/cux/home/PagePanel": undefined;
54
54
 
55
+ "sap/cux/home/PagesContainer": undefined;
56
+
55
57
  "sap/cux/home/RecentAppPanel": undefined;
56
58
 
57
59
  "sap/cux/home/RecommendedAppPanel": undefined;
@@ -64,6 +66,8 @@ declare namespace sap {
64
66
 
65
67
  "sap/cux/home/TaskPanel": undefined;
66
68
 
69
+ "sap/cux/home/TilesContainer": undefined;
70
+
67
71
  "sap/cux/home/TilesPanel": undefined;
68
72
 
69
73
  "sap/cux/home/ToDoPanel": undefined;
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -102,6 +102,11 @@ declare namespace sap {
102
102
  */
103
103
  press?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
104
104
 
105
+ /**
106
+ * Defines the priority of the action in the overflow toolbar.
107
+ */
108
+ priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
109
+
105
110
  /**
106
111
  * Defines if the action requires a selection.
107
112
  */
@@ -5212,12 +5217,14 @@ declare namespace sap {
5212
5217
 
5213
5218
  /**
5214
5219
  * Provides additional details of the page. This property is considered only if the title property is defined.
5220
+ * Can be a string or a binding info object.
5215
5221
  */
5216
5222
  description?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5217
5223
 
5218
5224
  /**
5219
5225
  * Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified
5220
5226
  * HeaderInfo annotation associated with the entity.
5227
+ * Can be a string or a binding info object.
5221
5228
  */
5222
5229
  title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
5223
5230
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
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.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.6
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.3
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -10080,6 +10080,19 @@ declare namespace sap {
10080
10080
  */
10081
10081
  mParameters?: sap.ui.mdc.filterbar.FilterBarBase$SearchEventParameters
10082
10082
  ): this;
10083
+ /**
10084
+ * Updates the Adapt Filters button text based on the number of assigned filters.
10085
+ *
10086
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10087
+ *
10088
+ * @returns text for the Adapt Filters button
10089
+ */
10090
+ getAdaptFiltersButtonText(
10091
+ /**
10092
+ * number of assigned filters
10093
+ */
10094
+ iFilterCount: int
10095
+ ): string;
10083
10096
  /**
10084
10097
  * Gets the labels of all filters with a value assignment.
10085
10098
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
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
 
@@ -254,9 +254,9 @@ declare namespace sap {
254
254
 
255
255
  /**
256
256
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
257
- * only when the EditorType is TinyMCE5, TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The
258
- * `customToolbar` property will have effect only on initial loading. Changing it during runtime will not
259
- * affect the initially loaded toolbar.
257
+ * only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
258
+ * property will have effect only on initial loading. Changing it during runtime will not affect the initially
259
+ * loaded toolbar.
260
260
  *
261
261
  * @since 1.48
262
262
  */
@@ -445,8 +445,7 @@ declare namespace sap {
445
445
  * Below is a list of supported groups and buttons, which can be specified in the configuration objects
446
446
  * (format is <>: <>):
447
447
  * - font-style: bold, italic, underline, strikethrough
448
- * - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
449
- *
448
+ * - font: fontfamily, fontsize, forecolor, backcolor
450
449
  * - clipboard: cut, copy, paste
451
450
  * - structure: bullist, numlist, outdent, indent
452
451
  * - undo: undo, redo
@@ -1041,9 +1040,9 @@ declare namespace sap {
1041
1040
  * Gets current value of property {@link #getCustomToolbar customToolbar}.
1042
1041
  *
1043
1042
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
1044
- * only when the EditorType is TinyMCE5, TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The
1045
- * `customToolbar` property will have effect only on initial loading. Changing it during runtime will not
1046
- * affect the initially loaded toolbar.
1043
+ * only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
1044
+ * property will have effect only on initial loading. Changing it during runtime will not affect the initially
1045
+ * loaded toolbar.
1047
1046
  *
1048
1047
  * Default value is `false`.
1049
1048
  *
@@ -1096,7 +1095,7 @@ declare namespace sap {
1096
1095
  * update.
1097
1096
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
1098
1097
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1099
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
1098
+ * - TinyMCE 6 will be removed in future releases.
1100
1099
  *
1101
1100
  * Default value is `'TinyMCE'`.
1102
1101
  *
@@ -1530,9 +1529,9 @@ declare namespace sap {
1530
1529
  * Sets a new value for property {@link #getCustomToolbar customToolbar}.
1531
1530
  *
1532
1531
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
1533
- * only when the EditorType is TinyMCE5, TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The
1534
- * `customToolbar` property will have effect only on initial loading. Changing it during runtime will not
1535
- * affect the initially loaded toolbar.
1532
+ * only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
1533
+ * property will have effect only on initial loading. Changing it during runtime will not affect the initially
1534
+ * loaded toolbar.
1536
1535
  *
1537
1536
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1538
1537
  *
@@ -1596,7 +1595,7 @@ declare namespace sap {
1596
1595
  */
1597
1596
  setEditorType(
1598
1597
  /**
1599
- * Which editor type to be used (currently only 5 and 6)
1598
+ * Which editor type to be used (currently only 6 and 7)
1600
1599
  */
1601
1600
  sEditorType?: string
1602
1601
  ): sap.ui.richtexteditor.RichTextEditor;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -6867,6 +6867,40 @@ declare namespace sap {
6867
6867
  * @returns Value of property `visible`
6868
6868
  */
6869
6869
  getVisible(): boolean;
6870
+ /**
6871
+ * Sets a new value for property {@link #getIcon icon}.
6872
+ *
6873
+ * The icon of the item.
6874
+ *
6875
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6876
+ *
6877
+ *
6878
+ * @returns Reference to `this` in order to allow method chaining
6879
+ */
6880
+ setIcon(
6881
+ /**
6882
+ * New value for property `icon`
6883
+ */
6884
+ sIcon?: sap.ui.core.URI
6885
+ ): this;
6886
+ /**
6887
+ * Sets a new value for property {@link #getText text}.
6888
+ *
6889
+ * The text of the item. It is used as tooltip and for accessibility purposes.
6890
+ *
6891
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6892
+ *
6893
+ * Default value is `empty string`.
6894
+ *
6895
+ *
6896
+ * @returns Reference to `this` in order to allow method chaining
6897
+ */
6898
+ setText(
6899
+ /**
6900
+ * New value for property `text`
6901
+ */
6902
+ sText?: string
6903
+ ): this;
6870
6904
  /**
6871
6905
  * Sets a new value for property {@link #getType type}.
6872
6906
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.142.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
File without changes
File without changes