@sapui5/types 1.144.1 → 1.146.0

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 (69) 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 +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +167 -102
  7. package/types/sap.f.d.ts +73 -526
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +342 -21
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +188 -4
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +1022 -207
  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 +12 -1
  18. package/types/sap.fe.test.d.ts +150 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +172 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +350 -29
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +31 -2
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +404 -21
  31. package/types/sap.suite.ui.generic.template.d.ts +46 -1
  32. package/types/sap.suite.ui.microchart.d.ts +2 -1
  33. package/types/sap.tnt.d.ts +27 -26
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +73 -2
  37. package/types/sap.ui.core.d.ts +1181 -478
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +9 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +65 -266
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +379 -51
  47. package/types/sap.ui.richtexteditor.d.ts +33 -11
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +7 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +74 -3
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +376 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +198 -136
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +18 -8
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,8 +1,12 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
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
  * This enum is part of the 'sap/ui/richtexteditor/library' module export and must be accessed by the property
8
12
  * 'EditorType'.
@@ -12,6 +16,13 @@ declare module "sap/ui/richtexteditor/library" {
12
16
  * Uses latest recommended TinyMCE version Current one is TinyMCE 7
13
17
  */
14
18
  TinyMCE = "TinyMCE",
19
+ /**
20
+ * Uses TinyMCE version 6 as editor
21
+ *
22
+ * @deprecated As of version 1.136.13. TinyMCE 6 is no longer supported. Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE }
23
+ * instead.
24
+ */
25
+ TinyMCE6 = "TinyMCE6",
15
26
  /**
16
27
  * Uses TinyMCE version 7 as editor
17
28
  */
@@ -57,7 +68,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
57
68
  * Restrictions:
58
69
  *
59
70
  * **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
60
- * 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}.
71
+ * apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
72
+ * to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
73
+ * by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
74
+ * in their code. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
61
75
  * **
62
76
  *
63
77
  * Guidelines:
@@ -518,7 +532,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
518
532
  /**
519
533
  * Destroys the footer in the aggregation {@link #getFooter footer}.
520
534
  *
521
- * @experimental As of version 1.135.
535
+ * @since 1.135
522
536
  *
523
537
  * @returns Reference to `this` in order to allow method chaining
524
538
  */
@@ -741,8 +755,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
741
755
  * that may be introduced by other groups (hence this is not an enumeration).
742
756
  *
743
757
  * **Notes:**
744
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
745
- * it will load TinyMCE version 7.
758
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
759
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
760
+ *
761
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
746
762
  * - Any attempts to set this property after the first rendering will not have any effect.
747
763
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
748
764
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -765,7 +781,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
765
781
  * Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
766
782
  * footer aggregation accepts only controls inheriting `sap.m.IBar`.
767
783
  *
768
- * @experimental As of version 1.135.
784
+ * @since 1.135
769
785
  */
770
786
  getFooter(): Control;
771
787
  /**
@@ -784,6 +800,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
784
800
  * editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
785
801
  * justified cases.
786
802
  *
803
+ * **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
804
+ * of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
805
+ * if critical vulnerabilities or other serious issues are discovered in their code.**
806
+ *
787
807
  *
788
808
  * @returns The native editor object (here: The TinyMCE editor instance)
789
809
  */
@@ -1267,7 +1287,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1267
1287
  /**
1268
1288
  * Sets the aggregated {@link #getFooter footer}.
1269
1289
  *
1270
- * @experimental As of version 1.135.
1290
+ * @since 1.135
1271
1291
  *
1272
1292
  * @returns Reference to `this` in order to allow method chaining
1273
1293
  */
@@ -1687,8 +1707,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1687
1707
  * that may be introduced by other groups (hence this is not an enumeration).
1688
1708
  *
1689
1709
  * **Notes:**
1690
- * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
1691
- * it will load TinyMCE version 7.
1710
+ * - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
1711
+ * in future releases if critical vulnerabilities or other serious issues are discovered in their code.
1712
+ *
1713
+ * - Setting the property to `TinyMCE` loads the latest TinyMCE available.
1692
1714
  * - Any attempts to set this property after the first rendering will not have any effect.
1693
1715
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
1694
1716
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -1852,7 +1874,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1852
1874
  * Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
1853
1875
  * footer aggregation accepts only controls inheriting `sap.m.IBar`.
1854
1876
  *
1855
- * @experimental As of version 1.135.
1877
+ * @since 1.135
1856
1878
  */
1857
1879
  footer?: Control;
1858
1880
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -608,6 +608,8 @@ declare module "sap/ui/table/AnalyticalTable" {
608
608
  Table$GroupEventParameters,
609
609
  } from "sap/ui/table/Table";
610
610
 
611
+ import AnalyticalColumn from "sap/ui/table/AnalyticalColumn";
612
+
611
613
  import { ID } from "sap/ui/core/library";
612
614
 
613
615
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -903,6 +905,10 @@ declare module "sap/ui/table/AnalyticalTable" {
903
905
  * @returns Value of property `collapseRecursive`
904
906
  */
905
907
  getCollapseRecursive(): boolean;
908
+ /**
909
+ * Returns the Columns of the AnalyticalTable.
910
+ */
911
+ getColumns(): AnalyticalColumn[];
906
912
  /**
907
913
  * Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
908
914
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -5769,6 +5769,18 @@ declare module "sap/ui/unified/calendar/MonthsRow" {
5769
5769
  * @returns Value of property `showHeader`
5770
5770
  */
5771
5771
  getShowHeader(): boolean;
5772
+ /**
5773
+ * Gets current value of property {@link #getShowWeekNumbers showWeekNumbers}.
5774
+ *
5775
+ * Determines if the week numbers are displayed.
5776
+ *
5777
+ * Default value is `false`.
5778
+ *
5779
+ * @since 1.145.0
5780
+ *
5781
+ * @returns Value of property `showWeekNumbers`
5782
+ */
5783
+ getShowWeekNumbers(): boolean;
5772
5784
  /**
5773
5785
  * Gets current value of property {@link #getSingleSelection singleSelection}.
5774
5786
  *
@@ -6005,6 +6017,25 @@ declare module "sap/ui/unified/calendar/MonthsRow" {
6005
6017
  */
6006
6018
  bShowHeader?: boolean
6007
6019
  ): this;
6020
+ /**
6021
+ * Sets a new value for property {@link #getShowWeekNumbers showWeekNumbers}.
6022
+ *
6023
+ * Determines if the week numbers are displayed.
6024
+ *
6025
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6026
+ *
6027
+ * Default value is `false`.
6028
+ *
6029
+ * @since 1.145.0
6030
+ *
6031
+ * @returns Reference to `this` in order to allow method chaining
6032
+ */
6033
+ setShowWeekNumbers(
6034
+ /**
6035
+ * New value for property `showWeekNumbers`
6036
+ */
6037
+ bShowWeekNumbers?: boolean
6038
+ ): this;
6008
6039
  /**
6009
6040
  * Sets a new value for property {@link #getSingleSelection singleSelection}.
6010
6041
  *
@@ -6078,6 +6109,13 @@ declare module "sap/ui/unified/calendar/MonthsRow" {
6078
6109
  */
6079
6110
  showHeader?: boolean | PropertyBindingInfo | `{${string}}`;
6080
6111
 
6112
+ /**
6113
+ * Determines if the week numbers are displayed.
6114
+ *
6115
+ * @since 1.145.0
6116
+ */
6117
+ showWeekNumbers?: boolean | PropertyBindingInfo | `{${string}}`;
6118
+
6081
6119
  /**
6082
6120
  * Date ranges for selected dates. If `singleSelection` is set, only the first entry is used.
6083
6121
  *
@@ -16011,6 +16049,9 @@ declare module "sap/ui/unified/FileUploader" {
16011
16049
  *
16012
16050
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
16013
16051
  *
16052
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
16053
+ * after version 50. **Note:** Multiple directory selection is not supported.
16054
+ *
16014
16055
  * Default value is `false`.
16015
16056
  *
16016
16057
  * @since 1.105.0
@@ -16053,7 +16094,7 @@ declare module "sap/ui/unified/FileUploader" {
16053
16094
  *
16054
16095
  * Chosen HTTP request method for file upload.
16055
16096
  *
16056
- * Default value is `Post`.
16097
+ * Default value is `POST`.
16057
16098
  *
16058
16099
  * @since 1.81.0
16059
16100
  *
@@ -16242,6 +16283,10 @@ declare module "sap/ui/unified/FileUploader" {
16242
16283
  *
16243
16284
  * Indicates whether the file uploader is required.
16244
16285
  *
16286
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
16287
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
16288
+ * property pointing to this control.
16289
+ *
16245
16290
  * Default value is `false`.
16246
16291
  *
16247
16292
  * @since 1.144
@@ -16584,6 +16629,9 @@ declare module "sap/ui/unified/FileUploader" {
16584
16629
  *
16585
16630
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
16586
16631
  *
16632
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
16633
+ * after version 50. **Note:** Multiple directory selection is not supported.
16634
+ *
16587
16635
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16588
16636
  *
16589
16637
  * Default value is `false`.
@@ -16643,7 +16691,7 @@ declare module "sap/ui/unified/FileUploader" {
16643
16691
  *
16644
16692
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16645
16693
  *
16646
- * Default value is `Post`.
16694
+ * Default value is `POST`.
16647
16695
  *
16648
16696
  * @since 1.81.0
16649
16697
  *
@@ -16878,6 +16926,10 @@ declare module "sap/ui/unified/FileUploader" {
16878
16926
  *
16879
16927
  * Indicates whether the file uploader is required.
16880
16928
  *
16929
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
16930
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
16931
+ * property pointing to this control.
16932
+ *
16881
16933
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16882
16934
  *
16883
16935
  * Default value is `false`.
@@ -17320,6 +17372,9 @@ declare module "sap/ui/unified/FileUploader" {
17320
17372
  /**
17321
17373
  * Allows users to upload all files from a given directory and its corresponding subdirectories.
17322
17374
  *
17375
+ * **Note:** This feature is supported on all WebKit-based browsers as well as Microsoft Edge and Firefox
17376
+ * after version 50. **Note:** Multiple directory selection is not supported.
17377
+ *
17323
17378
  * @since 1.105.0
17324
17379
  */
17325
17380
  directory?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -17327,6 +17382,10 @@ declare module "sap/ui/unified/FileUploader" {
17327
17382
  /**
17328
17383
  * Indicates whether the file uploader is required.
17329
17384
  *
17385
+ * **Note:** The control can be marked as required either by setting this property to `true` or by using
17386
+ * the legacy approach of setting the `required` property to `true` on a `sap.m.Label` that has its `labelFor`
17387
+ * property pointing to this control.
17388
+ *
17330
17389
  * @since 1.144
17331
17390
  */
17332
17391
  required?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -17774,10 +17833,22 @@ declare module "sap/ui/unified/FileUploaderHttpRequestMethod" {
17774
17833
  /**
17775
17834
  * HTTP request POST method.
17776
17835
  */
17836
+ POST = "POST",
17837
+ /**
17838
+ * HTTP request POST method.
17839
+ *
17840
+ * @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.POST} instead
17841
+ */
17777
17842
  Post = "POST",
17778
17843
  /**
17779
17844
  * HTTP request PUT method.
17780
17845
  */
17846
+ PUT = "PUT",
17847
+ /**
17848
+ * HTTP request PUT method.
17849
+ *
17850
+ * @deprecated As of version 1.145.0. use {@link sap.ui.unified.FileUploaderHttpRequestMethod.PUT} instead
17851
+ */
17781
17852
  Put = "PUT",
17782
17853
  }
17783
17854
  export default FileUploaderHttpRequestMethod;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**