@sapui5/ts-types 1.108.2 → 1.109.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 (64) 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 -3
  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 +1 -1
  7. package/types/sap.f.d.ts +285 -25
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +57 -20
  10. package/types/sap.fe.macros.d.ts +21 -1
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.templates.d.ts +3 -3
  13. package/types/sap.fe.test.d.ts +33 -17
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +51 -1
  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 +152 -54
  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 +83 -29
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +117 -675
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +1 -1
  27. package/types/sap.suite.ui.generic.template.d.ts +499 -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 +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +97 -13
  33. package/types/sap.ui.core.d.ts +240 -260
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +92 -11
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +63 -5
  40. package/types/sap.ui.layout.d.ts +1 -1
  41. package/types/sap.ui.mdc.d.ts +3 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  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 +380 -80
  46. package/types/sap.ui.table.d.ts +1 -3
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +81 -3
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +39 -36
  51. package/types/sap.ui.vk.d.ts +512 -248
  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 +1 -1
  55. package/types/sap.ui.webc.main.d.ts +1 -1
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +1 -1
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.0
1
+ // For Library Version: 1.109.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -694,8 +694,8 @@ declare namespace sap {
694
694
  | `{${string}}`;
695
695
 
696
696
  /**
697
- * @deprecated - This property should not longer be used. Its functionality has been replaced by the `clusters`
698
- * aggregation.
697
+ * @deprecated (since 1.31) - This property should not longer be used. Its functionality has been replaced
698
+ * by the `clusters` aggregation.
699
699
  */
700
700
  clustering?:
701
701
  | object
@@ -748,8 +748,8 @@ declare namespace sap {
748
748
  | `{${string}}`;
749
749
 
750
750
  /**
751
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
752
- * more generic`geoJsonLayers` aggregation.
751
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
752
+ * by the more generic`geoJsonLayers` aggregation.
753
753
  */
754
754
  featureCollections?:
755
755
  | sap.ui.vbm.FeatureCollection[]
@@ -995,8 +995,8 @@ declare namespace sap {
995
995
  color?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
996
996
 
997
997
  /**
998
- * @deprecated - This event should no longer be used. Click event from Pie and Pies now includes Pie Item
999
- * index when event occurs.
998
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
999
+ * Pie Item index when event occurs.
1000
1000
  */
1001
1001
  click?: (oEvent: sap.ui.base.Event) => void;
1002
1002
  }
@@ -1411,7 +1411,8 @@ declare namespace sap {
1411
1411
  | `{${string}}`;
1412
1412
 
1413
1413
  /**
1414
- * @deprecated - This property should not longer be used. Its functionality is covered by method `load`.
1414
+ * @deprecated (since 1.31) - This property should not longer be used. Its functionality is covered by method
1415
+ * `load`.
1415
1416
  */
1416
1417
  config?:
1417
1418
  | object
@@ -7230,8 +7231,8 @@ declare namespace sap {
7230
7231
  oCluster: sap.ui.vbm.ClusterBase
7231
7232
  ): this;
7232
7233
  /**
7233
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
7234
- * more generic`geoJsonLayers` aggregation.
7234
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
7235
+ * by the more generic`geoJsonLayers` aggregation.
7235
7236
  *
7236
7237
  * Adds some featureCollection to the aggregation {@link #getFeatureCollections featureCollections}.
7237
7238
  *
@@ -7692,8 +7693,8 @@ declare namespace sap {
7692
7693
  */
7693
7694
  destroyClusters(): this;
7694
7695
  /**
7695
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
7696
- * more generic`geoJsonLayers` aggregation.
7696
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
7697
+ * by the more generic`geoJsonLayers` aggregation.
7697
7698
  *
7698
7699
  * Destroys all the featureCollections in the aggregation {@link #getFeatureCollections featureCollections}.
7699
7700
  *
@@ -8119,8 +8120,8 @@ declare namespace sap {
8119
8120
  clusterContainer: sap.ui.vbm.ClusterContainer
8120
8121
  ): sap.ui.vbm.Spot[];
8121
8122
  /**
8122
- * @deprecated - This property should not longer be used. Its functionality has been replaced by the `clusters`
8123
- * aggregation.
8123
+ * @deprecated (since 1.31) - This property should not longer be used. Its functionality has been replaced
8124
+ * by the `clusters` aggregation.
8124
8125
  *
8125
8126
  * Gets current value of property {@link #getClustering clustering}.
8126
8127
  *
@@ -8164,8 +8165,8 @@ declare namespace sap {
8164
8165
  */
8165
8166
  getEnableAnimation(): boolean;
8166
8167
  /**
8167
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
8168
- * more generic`geoJsonLayers` aggregation.
8168
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
8169
+ * by the more generic`geoJsonLayers` aggregation.
8169
8170
  *
8170
8171
  * Gets content of aggregation {@link #getFeatureCollections featureCollections}.
8171
8172
  */
@@ -8334,8 +8335,8 @@ declare namespace sap {
8334
8335
  oCluster: sap.ui.vbm.ClusterBase
8335
8336
  ): int;
8336
8337
  /**
8337
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
8338
- * more generic`geoJsonLayers` aggregation.
8338
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
8339
+ * by the more generic`geoJsonLayers` aggregation.
8339
8340
  *
8340
8341
  * Checks for the provided `sap.ui.vbm.FeatureCollection` in the aggregation {@link #getFeatureCollections
8341
8342
  * featureCollections}. and returns its index if found or -1 otherwise.
@@ -8402,8 +8403,8 @@ declare namespace sap {
8402
8403
  iIndex: int
8403
8404
  ): this;
8404
8405
  /**
8405
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
8406
- * more generic`geoJsonLayers` aggregation.
8406
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
8407
+ * by the more generic`geoJsonLayers` aggregation.
8407
8408
  *
8408
8409
  * Inserts a featureCollection into the aggregation {@link #getFeatureCollections featureCollections}.
8409
8410
  *
@@ -8499,8 +8500,8 @@ declare namespace sap {
8499
8500
  */
8500
8501
  removeAllClusters(): sap.ui.vbm.ClusterBase[];
8501
8502
  /**
8502
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
8503
- * more generic`geoJsonLayers` aggregation.
8503
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
8504
+ * by the more generic`geoJsonLayers` aggregation.
8504
8505
  *
8505
8506
  * Removes all the controls from the aggregation {@link #getFeatureCollections featureCollections}.
8506
8507
  *
@@ -8545,8 +8546,8 @@ declare namespace sap {
8545
8546
  vCluster: int | string | sap.ui.vbm.ClusterBase
8546
8547
  ): sap.ui.vbm.ClusterBase | null;
8547
8548
  /**
8548
- * @deprecated - This aggregation should not longer be used. Its functionality has been replaced by the
8549
- * more generic`geoJsonLayers` aggregation.
8549
+ * @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
8550
+ * by the more generic`geoJsonLayers` aggregation.
8550
8551
  *
8551
8552
  * Removes a featureCollection from the aggregation {@link #getFeatureCollections featureCollections}.
8552
8553
  *
@@ -8609,8 +8610,8 @@ declare namespace sap {
8609
8610
  sCenterPosition?: string
8610
8611
  ): this;
8611
8612
  /**
8612
- * @deprecated - This property should not longer be used. Its functionality has been replaced by the `clusters`
8613
- * aggregation.
8613
+ * @deprecated (since 1.31) - This property should not longer be used. Its functionality has been replaced
8614
+ * by the `clusters` aggregation.
8614
8615
  *
8615
8616
  * Set clustering definitions.
8616
8617
  *
@@ -10176,8 +10177,8 @@ declare namespace sap {
10176
10177
  */
10177
10178
  static getMetadata(): sap.ui.core.ElementMetadata;
10178
10179
  /**
10179
- * @deprecated - This event should no longer be used. Click event from Pie and Pies now includes Pie Item
10180
- * index when event occurs.
10180
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
10181
+ * Pie Item index when event occurs.
10181
10182
  *
10182
10183
  * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.PieItem`.
10183
10184
  *
@@ -10202,8 +10203,8 @@ declare namespace sap {
10202
10203
  oListener?: object
10203
10204
  ): this;
10204
10205
  /**
10205
- * @deprecated - This event should no longer be used. Click event from Pie and Pies now includes Pie Item
10206
- * index when event occurs.
10206
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
10207
+ * Pie Item index when event occurs.
10207
10208
  *
10208
10209
  * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.PieItem`.
10209
10210
  *
@@ -10223,8 +10224,8 @@ declare namespace sap {
10223
10224
  oListener?: object
10224
10225
  ): this;
10225
10226
  /**
10226
- * @deprecated - This event should no longer be used. Click event from Pie and Pies now includes Pie Item
10227
- * index when event occurs.
10227
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
10228
+ * Pie Item index when event occurs.
10228
10229
  *
10229
10230
  * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.vbm.PieItem`.
10230
10231
  *
@@ -10243,8 +10244,8 @@ declare namespace sap {
10243
10244
  oListener?: object
10244
10245
  ): this;
10245
10246
  /**
10246
- * @deprecated - This event should no longer be used. Click event from Pie and Pies now includes Pie Item
10247
- * index when event occurs.
10247
+ * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
10248
+ * Pie Item index when event occurs.
10248
10249
  *
10249
10250
  * Fires event {@link #event:click click} to attached listeners.
10250
10251
  *
@@ -13999,7 +14000,8 @@ declare namespace sap {
13999
14000
  */
14000
14001
  getAriaLabelledBy(): sap.ui.core.ID[];
14001
14002
  /**
14002
- * @deprecated - This property should not longer be used. Its functionality is covered by method `load`.
14003
+ * @deprecated (since 1.31) - This property should not longer be used. Its functionality is covered by method
14004
+ * `load`.
14003
14005
  *
14004
14006
  * Gets current value of property {@link #getConfig config}.
14005
14007
  *
@@ -14253,7 +14255,8 @@ declare namespace sap {
14253
14255
  sAriaLabel: string
14254
14256
  ): this;
14255
14257
  /**
14256
- * @deprecated - This property should not longer be used. Its functionality is covered by method `load`.
14258
+ * @deprecated (since 1.31) - This property should not longer be used. Its functionality is covered by method
14259
+ * `load`.
14257
14260
  *
14258
14261
  * Sets a new value for property {@link #getConfig config}.
14259
14262
  *