@sapui5/ts-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 +5 -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 +159 -1
  44. package/types/sap.ui.vtm.d.ts +1138 -216
  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/ts-types",
3
- "version": "1.120.40",
3
+ "version": "1.120.42",
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.120.5
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare namespace sap {
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 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 (since 1.24) - because it is part of the deprecated package sap.ca.ui.charts
1134
1136
  */
1135
1137
  interface ChartType {
1136
1138
  /**
@@ -6523,6 +6525,8 @@ declare namespace sap {
6523
6525
 
6524
6526
  /**
6525
6527
  * Enumeration of supported message types.
6528
+ *
6529
+ * @deprecated (since 1.28) - because it is part of the deprecated package sap.ca.ui.message
6526
6530
  */
6527
6531
  enum Type {}
6528
6532
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
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 namespace sap {
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 namespace sap {
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 namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -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 namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.32
1
+ // For Library Version: 1.120.34
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -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 namespace sap {
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 namespace sap {
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 namespace sap {
4
4
  /**
@@ -34736,6 +34736,11 @@ declare namespace sap {
34736
34736
  * Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
34737
34737
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
34738
34738
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
34739
+ *
34740
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
34741
+ * GET request to ensure it exists and is accessible. This validation:
34742
+ * - Prevents loading invalid or non-existent PDF files
34743
+ * - If validation fails, error content is displayed instead of attempting PDF load
34739
34744
  */
34740
34745
  source?:
34741
34746
  | sap.ui.core.URI
@@ -45316,6 +45321,11 @@ declare namespace sap {
45316
45321
  * All appointments with changed selected state.
45317
45322
  */
45318
45323
  appointments?: sap.ui.unified.CalendarAppointment[];
45324
+
45325
+ /**
45326
+ * The original browser event.
45327
+ */
45328
+ originalEvent?: object;
45319
45329
  }
45320
45330
 
45321
45331
  /**
@@ -109170,6 +109180,11 @@ declare namespace sap {
109170
109180
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
109171
109181
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
109172
109182
  *
109183
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
109184
+ * GET request to ensure it exists and is accessible. This validation:
109185
+ * - Prevents loading invalid or non-existent PDF files
109186
+ * - If validation fails, error content is displayed instead of attempting PDF load
109187
+ *
109173
109188
  *
109174
109189
  * @returns Value of property `source`
109175
109190
  */
@@ -109420,6 +109435,11 @@ declare namespace sap {
109420
109435
  * except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
109421
109436
  * For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
109422
109437
  *
109438
+ * Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
109439
+ * GET request to ensure it exists and is accessible. This validation:
109440
+ * - Prevents loading invalid or non-existent PDF files
109441
+ * - If validation fails, error content is displayed instead of attempting PDF load
109442
+ *
109423
109443
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
109424
109444
  *
109425
109445
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
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 namespace sap {
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 namespace sap {
4
4
  namespace sac {
@@ -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 namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -31528,6 +31528,7 @@ declare namespace sap {
31528
31528
  * The object contains the available parameters for BorderLayout's Area.
31529
31529
  *
31530
31530
  * @since 1.110
31531
+ * @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
31531
31532
  */
31532
31533
  type BorderLayoutAreaData = {
31533
31534
  /**
@@ -31565,6 +31566,7 @@ declare namespace sap {
31565
31566
  /**
31566
31567
  * The object representing the serialized focus information.
31567
31568
  *
31569
+ * @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
31568
31570
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
31569
31571
  */
31570
31572
  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 namespace sap {
4
4
  namespace ui {
@@ -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 namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -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,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
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
@@ -70,7 +72,7 @@ declare namespace sap {
70
72
  * update.
71
73
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
72
74
  * 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.
75
+ * - TinyMCE 6 will be removed in future releases.
74
76
  */
75
77
  editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
76
78
 
@@ -342,7 +344,10 @@ declare namespace sap {
342
344
  * Restrictions:
343
345
  *
344
346
  * **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
345
- * 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}.
347
+ * apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
348
+ * to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
349
+ * by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
350
+ * in their code. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
346
351
  * **
347
352
  *
348
353
  * Guidelines:
@@ -386,8 +391,7 @@ declare namespace sap {
386
391
  * Below is a list of supported groups and buttons, which can be specified in the configuration objects
387
392
  * (format is <>: <>):
388
393
  * - font-style: bold, italic, underline, strikethrough
389
- * - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
390
- *
394
+ * - font: fontfamily, fontsize, forecolor, backcolor
391
395
  * - clipboard: cut, copy, paste
392
396
  * - structure: bullist, numlist, outdent, indent
393
397
  * - undo: undo, redo
@@ -989,8 +993,10 @@ declare namespace sap {
989
993
  * that may be introduced by other groups (hence this is not an enumeration).
990
994
  *
991
995
  * **Notes:**
992
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
993
- * it will load TinyMCE version 7.
996
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
997
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
998
+ *
999
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
994
1000
  * - Any attempts to set this property after the first rendering will not have any effect.
995
1001
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
996
1002
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -999,7 +1005,7 @@ declare namespace sap {
999
1005
  * update.
1000
1006
  * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
1001
1007
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1002
- * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
1008
+ * - TinyMCE 6 will be removed in future releases.
1003
1009
  *
1004
1010
  * Default value is `'TinyMCE'`.
1005
1011
  *
@@ -1023,6 +1029,10 @@ declare namespace sap {
1023
1029
  * editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
1024
1030
  * justified cases.
1025
1031
  *
1032
+ * **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
1033
+ * of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
1034
+ * if critical vulnerabilities or other serious issues are discovered in their code.**
1035
+ *
1026
1036
  *
1027
1037
  * @returns The native editor object (here: The TinyMCE editor instance)
1028
1038
  */
@@ -1418,7 +1428,7 @@ declare namespace sap {
1418
1428
  */
1419
1429
  setEditorType(
1420
1430
  /**
1421
- * Which editor type to be used (currently only 5 and 6)
1431
+ * Which editor type to be used (currently only 6 and 7)
1422
1432
  */
1423
1433
  sEditorType?: string
1424
1434
  ): sap.ui.richtexteditor.RichTextEditor;
@@ -1755,7 +1765,11 @@ declare namespace sap {
1755
1765
  ): this;
1756
1766
  }
1757
1767
  /**
1758
- * Determines which editor component should be used for editing the text.
1768
+ * Determines which editor component should be used for editing the text. **Note: To ensure stability and
1769
+ * to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version
1770
+ * by setting the property to `TinyMCE`.
1771
+ * Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without
1772
+ * notice.**
1759
1773
  */
1760
1774
  enum EditorType {
1761
1775
  /**
@@ -1764,6 +1778,8 @@ declare namespace sap {
1764
1778
  TinyMCE = "TinyMCE",
1765
1779
  /**
1766
1780
  * Uses TinyMCE version 6 as editor
1781
+ *
1782
+ * @deprecated (since 1.120.41) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
1767
1783
  */
1768
1784
  TinyMCE6 = "TinyMCE6",
1769
1785
  /**
@@ -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
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -698,6 +698,8 @@ declare namespace sap {
698
698
  }
699
699
  /**
700
700
  * Defined color values for the Task Circle Control
701
+ *
702
+ * @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
701
703
  */
702
704
  enum TaskCircleColor {
703
705
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.39
1
+ // For Library Version: 1.120.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {