@sapui5/ts-types 1.109.3 → 1.110.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +39 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +235 -28
  8. package/types/sap.f.d.ts +49 -28
  9. package/types/sap.fe.core.d.ts +85 -22
  10. package/types/sap.fe.macros.d.ts +84 -36
  11. package/types/sap.fe.navigation.d.ts +316 -936
  12. package/types/sap.fe.templates.d.ts +103 -8
  13. package/types/sap.fe.test.d.ts +25 -24
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +176 -29
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +4272 -712
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +20 -8
  22. package/types/sap.ovp.d.ts +125 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +102 -4
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +51 -1
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +4 -2
  31. package/types/sap.ui.commons.d.ts +86 -32
  32. package/types/sap.ui.comp.d.ts +89 -20
  33. package/types/sap.ui.core.d.ts +4160 -3750
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +86 -1
  36. package/types/sap.ui.fl.d.ts +12 -2
  37. package/types/sap.ui.generic.app.d.ts +59 -4
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +60 -41
  40. package/types/sap.ui.layout.d.ts +12 -12
  41. package/types/sap.ui.mdc.d.ts +11 -7
  42. package/types/sap.ui.richtexteditor.d.ts +19 -10
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +51 -349
  46. package/types/sap.ui.table.d.ts +66 -10
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +102 -322
  49. package/types/sap.ui.ux3.d.ts +7 -3
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +122 -1
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +6 -6
  55. package/types/sap.ui.webc.main.d.ts +5 -5
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +32 -81
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +8 -29
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
  65. package/types/sap.fe.common.d.ts +0 -3
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1047,6 +1047,13 @@ declare namespace sap {
1047
1047
  */
1048
1048
  menu?: sap.ui.unified.Menu;
1049
1049
 
1050
+ /**
1051
+ * @SINCE 1.104
1052
+ *
1053
+ * The menu that can be opened by the header element of this column.
1054
+ */
1055
+ headerMenu?: sap.ui.core.IColumnHeaderMenu | string;
1056
+
1050
1057
  /**
1051
1058
  * @SINCE 1.33.0
1052
1059
  *
@@ -1316,7 +1323,7 @@ declare namespace sap {
1316
1323
  | `{${string}}`;
1317
1324
 
1318
1325
  /**
1319
- * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
1326
+ * @deprecated (since 1.110) - this feature has a limited functionality and should not be used anymore.
1320
1327
  *
1321
1328
  * Enables or disables grouping. If grouping is enabled, the table is grouped by the column which is defined
1322
1329
  * in the `groupBy` association.
@@ -2213,7 +2220,7 @@ declare namespace sap {
2213
2220
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2214
2221
  * of the syntax of the settings object.
2215
2222
  * See:
2216
- * http://scn.sap.com/docs/DOC-44986
2223
+ * https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
2217
2224
  * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
2218
2225
  * {@link fiori:/analytical-table-alv/ Analytical Table}
2219
2226
  */
@@ -2230,7 +2237,7 @@ declare namespace sap {
2230
2237
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2231
2238
  * of the syntax of the settings object.
2232
2239
  * See:
2233
- * http://scn.sap.com/docs/DOC-44986
2240
+ * https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
2234
2241
  * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
2235
2242
  * {@link fiori:/analytical-table-alv/ Analytical Table}
2236
2243
  */
@@ -3138,6 +3145,13 @@ declare namespace sap {
3138
3145
  * @returns Value of property `hAlign`
3139
3146
  */
3140
3147
  getHAlign(): sap.ui.core.HorizontalAlign;
3148
+ /**
3149
+ * @SINCE 1.104
3150
+ *
3151
+ * ID of the element which is the current target of the association {@link #getHeaderMenu headerMenu}, or
3152
+ * `null`.
3153
+ */
3154
+ getHeaderMenu(): sap.ui.core.ID;
3141
3155
  /**
3142
3156
  * Gets current value of property {@link #getHeaderSpan headerSpan}.
3143
3157
  *
@@ -3576,6 +3590,20 @@ declare namespace sap {
3576
3590
  */
3577
3591
  sHAlign?: sap.ui.core.HorizontalAlign
3578
3592
  ): this;
3593
+ /**
3594
+ * @SINCE 1.104
3595
+ *
3596
+ * Sets the associated {@link #getHeaderMenu headerMenu}.
3597
+ *
3598
+ * @returns Reference to `this` in order to allow method chaining
3599
+ */
3600
+ setHeaderMenu(
3601
+ /**
3602
+ * ID of an element which becomes the new target of this headerMenu association; alternatively, an element
3603
+ * instance may be given
3604
+ */
3605
+ oHeaderMenu: sap.ui.core.ID | sap.ui.core.IColumnHeaderMenu
3606
+ ): this;
3579
3607
  /**
3580
3608
  * Sets a new value for property {@link #getHeaderSpan headerSpan}.
3581
3609
  *
@@ -4375,7 +4403,16 @@ declare namespace sap {
4375
4403
  /**
4376
4404
  * Parameters to pass along with the event
4377
4405
  */
4378
- mParameters?: object
4406
+ mParameters?: {
4407
+ /**
4408
+ * The item which was pressed.
4409
+ */
4410
+ item?: sap.ui.table.RowActionItem;
4411
+ /**
4412
+ * The table row to which the pressed item belongs to.
4413
+ */
4414
+ row?: sap.ui.table.Row;
4415
+ }
4379
4416
  ): this;
4380
4417
  /**
4381
4418
  * Gets current value of property {@link #getIcon icon}.
@@ -6181,7 +6218,12 @@ declare namespace sap {
6181
6218
  /**
6182
6219
  * Parameters to pass along with the event
6183
6220
  */
6184
- mParameters?: object
6221
+ mParameters?: {
6222
+ /**
6223
+ * busy state
6224
+ */
6225
+ busy?: boolean;
6226
+ }
6185
6227
  ): this;
6186
6228
  /**
6187
6229
  * @SINCE 1.21.0
@@ -6388,7 +6430,16 @@ declare namespace sap {
6388
6430
  /**
6389
6431
  * Parameters to pass along with the event
6390
6432
  */
6391
- mParameters?: object
6433
+ mParameters?: {
6434
+ /**
6435
+ * The column instance on which the custom filter button was pressed.
6436
+ */
6437
+ column?: sap.ui.table.Column;
6438
+ /**
6439
+ * Filter value.
6440
+ */
6441
+ value?: string;
6442
+ }
6392
6443
  ): this;
6393
6444
  /**
6394
6445
  * Fires event {@link #event:filter filter} to attached listeners.
@@ -6424,7 +6475,12 @@ declare namespace sap {
6424
6475
  /**
6425
6476
  * Parameters to pass along with the event
6426
6477
  */
6427
- mParameters?: object
6478
+ mParameters?: {
6479
+ /**
6480
+ * First visible row
6481
+ */
6482
+ firstVisibleRow?: int;
6483
+ }
6428
6484
  ): this;
6429
6485
  /**
6430
6486
  * Fires event {@link #event:group group} to attached listeners.
@@ -6749,7 +6805,7 @@ declare namespace sap {
6749
6805
  */
6750
6806
  getEnableCustomFilter(): boolean;
6751
6807
  /**
6752
- * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
6808
+ * @deprecated (since 1.110) - this feature has a limited functionality and should not be used anymore.
6753
6809
  *
6754
6810
  * Gets current value of property {@link #getEnableGrouping enableGrouping}.
6755
6811
  *
@@ -7581,7 +7637,7 @@ declare namespace sap {
7581
7637
  bEnableCustomFilter?: boolean
7582
7638
  ): this;
7583
7639
  /**
7584
- * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
7640
+ * @deprecated (since 1.110) - this feature has a limited functionality and should not be used anymore.
7585
7641
  *
7586
7642
  * Sets a new value for property {@link #getEnableGrouping enableGrouping}.
7587
7643
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {