@sapui5/ts-types-esm 1.135.0 → 1.136.1

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 (68) 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.cux.home.d.ts +82 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +101 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +27 -3
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +446 -57
  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 +1 -1
  18. package/types/sap.fe.test.d.ts +1 -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 +80 -8
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +518 -39
  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 +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +14 -6
  30. package/types/sap.suite.ui.commons.d.ts +12 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  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 +3278 -212
  37. package/types/sap.ui.core.d.ts +114 -117
  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 +8 -2
  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.integration.d.ts +5 -3
  44. package/types/sap.ui.layout.d.ts +1 -1
  45. package/types/sap.ui.mdc.d.ts +135 -8
  46. package/types/sap.ui.richtexteditor.d.ts +8 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +7 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +14 -32
  53. package/types/sap.ui.ux3.d.ts +3 -3
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +310 -39
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +46 -37
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +2 -21
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
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.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/rules/ui/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1118,7 +1118,7 @@ declare module "sap/sac/df/model/Configuration" {
1118
1118
  *
1119
1119
  * Available Table Templates
1120
1120
  *
1121
- * Default value is `[Default, Basic, Report]`.
1121
+ * Default value is `[Default, Basic]`.
1122
1122
  *
1123
1123
  * @since 1.135
1124
1124
  * @experimental As of version 1.135.
@@ -1228,7 +1228,7 @@ declare module "sap/sac/df/model/Configuration" {
1228
1228
  *
1229
1229
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1230
1230
  *
1231
- * Default value is `[Default, Basic, Report]`.
1231
+ * Default value is `[Default, Basic]`.
1232
1232
  *
1233
1233
  * @since 1.135
1234
1234
  * @experimental As of version 1.135.
@@ -3218,11 +3218,11 @@ declare module "sap/sac/df/model/visualization/Grid" {
3218
3218
  */
3219
3219
  getCellContext(
3220
3220
  /**
3221
- * the row index
3221
+ * the row index of data cell
3222
3222
  */
3223
3223
  nRowIndex: int,
3224
3224
  /**
3225
- * the column index
3225
+ * the column index of data cell
3226
3226
  */
3227
3227
  nColumnIndex: int
3228
3228
  ): Promise<Object>;
@@ -3283,7 +3283,7 @@ declare module "sap/sac/df/model/visualization/Grid" {
3283
3283
  ): Grid;
3284
3284
  }
3285
3285
  /**
3286
- * AxesLayout object type.
3286
+ * Axes Layout object type.
3287
3287
  *
3288
3288
  * @experimental As of version 1.132.
3289
3289
  */
@@ -3296,6 +3296,14 @@ declare module "sap/sac/df/model/visualization/Grid" {
3296
3296
  * dimensions on row axis
3297
3297
  */
3298
3298
  Rows: string[];
3299
+ /**
3300
+ * members of measure structure dimension
3301
+ */
3302
+ MeasureStructureMembers: string[];
3303
+ /**
3304
+ * members of structure dimension
3305
+ */
3306
+ StructureMembers: string[];
3299
3307
  };
3300
3308
  }
3301
3309
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -21643,6 +21643,17 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
21643
21643
  * Returns `true` if the graph is in full screen mode.
21644
21644
  */
21645
21645
  isFullScreen(): void;
21646
+ /**
21647
+ * If you call this method with `true` parameter, no invalidation will be triggered until you call it with
21648
+ * `false`. This can be useful when changing properties before rendering that can trigger unwanted invalidation
21649
+ * and force an infinite loop.
21650
+ */
21651
+ preventInvalidation(
21652
+ /**
21653
+ * True for preventing graph invalidation
21654
+ */
21655
+ bPreventInvalidation: boolean
21656
+ ): void;
21646
21657
  /**
21647
21658
  * Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
21648
21659
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -838,8 +838,14 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
838
838
  * Call this method to indicate that the state of custom controls has changed. This is only necessary when
839
839
  * methods `stGetCurrentState` and `stApplyState` have been implemented by the reuse component in the Canvas
840
840
  * page, such that the corresponding state can be stored and restored.
841
+ * See:
842
+ * {@link https://ui5.sap.com/#/topic/89fa878945294931b15a581a99043005 Custom State Handling for Extended Apps}
843
+ *
844
+ *
845
+ * @returns A `Promise` that is resolved when the changed state is transferred to the URL and the corresponding
846
+ * busy session is ended.
841
847
  */
842
- onCustomStateChange(): void;
848
+ onCustomStateChange(): Promise<any>;
843
849
  /**
844
850
  * Allow parent components to be refreshed on next activation
845
851
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";