@sapui5/types 1.120.40 → 1.120.42

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/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +8 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.core.d.ts +1 -1
  7. package/types/sap.fe.macros.d.ts +1 -1
  8. package/types/sap.fe.navigation.d.ts +1 -1
  9. package/types/sap.fe.placeholder.d.ts +1 -1
  10. package/types/sap.fe.templates.d.ts +1 -1
  11. package/types/sap.fe.test.d.ts +1 -1
  12. package/types/sap.fe.tools.d.ts +1 -1
  13. package/types/sap.gantt.d.ts +1 -1
  14. package/types/sap.insights.d.ts +1 -1
  15. package/types/sap.m.d.ts +21 -1
  16. package/types/sap.makit.d.ts +1 -1
  17. package/types/sap.me.d.ts +1 -1
  18. package/types/sap.ndc.d.ts +1 -1
  19. package/types/sap.ovp.d.ts +1 -1
  20. package/types/sap.sac.df.d.ts +1 -1
  21. package/types/sap.suite.ui.commons.d.ts +1 -1
  22. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  23. package/types/sap.suite.ui.microchart.d.ts +1 -1
  24. package/types/sap.tnt.d.ts +1 -1
  25. package/types/sap.ui.codeeditor.d.ts +1 -1
  26. package/types/sap.ui.commons.d.ts +3 -1
  27. package/types/sap.ui.comp.d.ts +1 -1
  28. package/types/sap.ui.core.d.ts +1 -1
  29. package/types/sap.ui.dt.d.ts +1 -1
  30. package/types/sap.ui.export.d.ts +1 -1
  31. package/types/sap.ui.fl.d.ts +1 -1
  32. package/types/sap.ui.integration.d.ts +1 -1
  33. package/types/sap.ui.layout.d.ts +1 -1
  34. package/types/sap.ui.mdc.d.ts +1 -1
  35. package/types/sap.ui.richtexteditor.d.ts +28 -12
  36. package/types/sap.ui.rta.d.ts +1 -1
  37. package/types/sap.ui.suite.d.ts +3 -1
  38. package/types/sap.ui.support.d.ts +1 -1
  39. package/types/sap.ui.table.d.ts +1 -1
  40. package/types/sap.ui.testrecorder.d.ts +1 -1
  41. package/types/sap.ui.unified.d.ts +1 -1
  42. package/types/sap.ui.ux3.d.ts +1 -1
  43. package/types/sap.ui.vk.d.ts +153 -1
  44. package/types/sap.ui.vtm.d.ts +1153 -238
  45. package/types/sap.ui.webc.common.d.ts +3 -1
  46. package/types/sap.ui.webc.fiori.d.ts +31 -1
  47. package/types/sap.ui.webc.main.d.ts +70 -1
  48. package/types/sap.uiext.inbox.d.ts +1 -1
  49. package/types/sap.ushell.d.ts +3 -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/sap.zen.commons.d.ts +1 -1
  54. package/types/sap.zen.crosstab.d.ts +1 -1
  55. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.120.40",
3
+ "version": "1.120.42",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.6
1
+ // For Library Version: 1.120.7
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -4790,6 +4790,8 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
4790
4790
  declare module "sap/ca/ui/charts/ChartType" {
4791
4791
  /**
4792
4792
  * Types of chart supported in the sap.ca library.
4793
+ *
4794
+ * @deprecated (since 1.24) - because it is part of the deprecated package sap.ca.ui.charts
4793
4795
  */
4794
4796
  interface ChartType {
4795
4797
  /**
@@ -4858,6 +4860,9 @@ declare module "sap/ca/ui/charts/ChartType" {
4858
4860
  StackedColumn100: undefined;
4859
4861
  }
4860
4862
  const ChartType: ChartType;
4863
+ /**
4864
+ * @deprecated (since 1.24) - because it is part of the deprecated package sap.ca.ui.charts
4865
+ */
4861
4866
  export default ChartType;
4862
4867
  }
4863
4868
 
@@ -15041,6 +15046,8 @@ declare namespace sap {
15041
15046
 
15042
15047
  /**
15043
15048
  * Enumeration of supported message types.
15049
+ *
15050
+ * @deprecated (since 1.28) - because it is part of the deprecated package sap.ca.ui.message
15044
15051
  */
15045
15052
  enum Type {}
15046
15053
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.20
1
+ // For Library Version: 1.120.21
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -83052,6 +83052,11 @@ declare module "sap/m/PDFViewer" {
83052
83052
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
83053
83053
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
83054
83054
  *
83055
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
83056
+ * GET request to ensure it exists and is accessible. This validation:
83057
+ * - Prevents loading invalid or non-existent PDF files
83058
+ * - If validation fails, error content is displayed instead of attempting PDF load
83059
+ *
83055
83060
  *
83056
83061
  * @returns Value of property `source`
83057
83062
  */
@@ -83302,6 +83307,11 @@ declare module "sap/m/PDFViewer" {
83302
83307
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
83303
83308
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
83304
83309
  *
83310
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
83311
+ * GET request to ensure it exists and is accessible. This validation:
83312
+ * - Prevents loading invalid or non-existent PDF files
83313
+ * - If validation fails, error content is displayed instead of attempting PDF load
83314
+ *
83305
83315
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
83306
83316
  *
83307
83317
  *
@@ -83370,6 +83380,11 @@ declare module "sap/m/PDFViewer" {
83370
83380
  * Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
83371
83381
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
83372
83382
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
83383
+ *
83384
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
83385
+ * GET request to ensure it exists and is accessible. This validation:
83386
+ * - Prevents loading invalid or non-existent PDF files
83387
+ * - If validation fails, error content is displayed instead of attempting PDF load
83373
83388
  */
83374
83389
  source?: URI | PropertyBindingInfo | `{${string}}`;
83375
83390
 
@@ -120303,6 +120318,11 @@ declare module "sap/m/SinglePlanningCalendar" {
120303
120318
  * All appointments with changed selected state.
120304
120319
  */
120305
120320
  appointments?: CalendarAppointment[];
120321
+
120322
+ /**
120323
+ * The original browser event.
120324
+ */
120325
+ originalEvent?: object;
120306
120326
  }
120307
120327
 
120308
120328
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.31
1
+ // For Library Version: 1.120.32
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.19
1
+ // For Library Version: 1.120.20
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.38
1
+ // For Library Version: 1.120.40
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -2448,6 +2448,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
2448
2448
  * The object contains the available parameters for BorderLayout's Area.
2449
2449
  *
2450
2450
  * @since 1.110
2451
+ * @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
2451
2452
  */
2452
2453
  export type BorderLayoutAreaData = {
2453
2454
  /**
@@ -8167,6 +8168,7 @@ declare module "sap/ui/commons/TextField" {
8167
8168
  /**
8168
8169
  * The object representing the serialized focus information.
8169
8170
  *
8171
+ * @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
8170
8172
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8171
8173
  */
8172
8174
  export type FocusInfo = {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.39
283
+ // For Library Version: 1.120.41
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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.120.39
1
+ // For Library Version: 1.120.41
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.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,8 +1,12 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
5
- * Determines which editor component should be used for editing the text.
5
+ * Determines which editor component should be used for editing the text. **Note: To ensure stability and
6
+ * to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version
7
+ * by setting the property to `TinyMCE`.
8
+ * Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without
9
+ * notice.**
6
10
  */
7
11
  export enum EditorType {
8
12
  /**
@@ -11,6 +15,8 @@ declare module "sap/ui/richtexteditor/library" {
11
15
  TinyMCE = "TinyMCE",
12
16
  /**
13
17
  * Uses TinyMCE version 6 as editor
18
+ *
19
+ * @deprecated (since 1.120.41) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
14
20
  */
15
21
  TinyMCE6 = "TinyMCE6",
16
22
  /**
@@ -56,7 +62,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
56
62
  * Restrictions:
57
63
  *
58
64
  * **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
59
- * 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}.
65
+ * apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
66
+ * to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
67
+ * by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
68
+ * in their code. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
60
69
  * **
61
70
  *
62
71
  * Guidelines:
@@ -100,8 +109,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
100
109
  * Below is a list of supported groups and buttons, which can be specified in the configuration objects
101
110
  * (format is <>: <>):
102
111
  * - font-style: bold, italic, underline, strikethrough
103
- * - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
104
- *
112
+ * - font: fontfamily, fontsize, forecolor, backcolor
105
113
  * - clipboard: cut, copy, paste
106
114
  * - structure: bullist, numlist, outdent, indent
107
115
  * - undo: undo, redo
@@ -703,8 +711,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
703
711
  * that may be introduced by other groups (hence this is not an enumeration).
704
712
  *
705
713
  * **Notes:**
706
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
707
- * it will load TinyMCE version 7.
714
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
715
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
716
+ *
717
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
708
718
  * - Any attempts to set this property after the first rendering will not have any effect.
709
719
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
710
720
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -713,7 +723,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
713
723
  * update.
714
724
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
715
725
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
716
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
726
+ * - TinyMCE 6 will be removed in future releases.
717
727
  *
718
728
  * Default value is `'TinyMCE'`.
719
729
  *
@@ -737,6 +747,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
737
747
  * editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
738
748
  * justified cases.
739
749
  *
750
+ * **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
751
+ * of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
752
+ * if critical vulnerabilities or other serious issues are discovered in their code.**
753
+ *
740
754
  *
741
755
  * @returns The native editor object (here: The TinyMCE editor instance)
742
756
  */
@@ -1132,7 +1146,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1132
1146
  */
1133
1147
  setEditorType(
1134
1148
  /**
1135
- * Which editor type to be used (currently only 5 and 6)
1149
+ * Which editor type to be used (currently only 6 and 7)
1136
1150
  */
1137
1151
  sEditorType?: string
1138
1152
  ): RichTextEditor;
@@ -1507,8 +1521,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1507
1521
  * that may be introduced by other groups (hence this is not an enumeration).
1508
1522
  *
1509
1523
  * **Notes:**
1510
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
1511
- * it will load TinyMCE version 7.
1524
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
1525
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
1526
+ *
1527
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
1512
1528
  * - Any attempts to set this property after the first rendering will not have any effect.
1513
1529
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
1514
1530
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -1517,7 +1533,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1517
1533
  * update.
1518
1534
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
1519
1535
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1520
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
1536
+ * - TinyMCE 6 will be removed in future releases.
1521
1537
  */
1522
1538
  editorType?: string | PropertyBindingInfo;
1523
1539
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,8 +1,10 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
5
5
  * Defined color values for the Task Circle Control
6
+ *
7
+ * @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
6
8
  */
7
9
  export enum TaskCircleColor {
8
10
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**