@sapui5/ts-types 1.102.0 → 1.102.4

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 (52) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.esh.search.ui.d.ts +1 -1
  4. package/types/sap.f.d.ts +157 -1
  5. package/types/sap.fe.common.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.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.feedback.ui.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +17 -4
  13. package/types/sap.insights.d.ts +2 -61
  14. package/types/sap.m.d.ts +289 -15
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.d.ts +1 -1
  19. package/types/sap.sac.df.d.ts +1 -1
  20. package/types/sap.sac.grid.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 +1 -1
  27. package/types/sap.ui.comp.d.ts +28 -1
  28. package/types/sap.ui.core.d.ts +21 -1
  29. package/types/sap.ui.dt.d.ts +1 -1
  30. package/types/sap.ui.export.d.ts +3 -3
  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 +1 -1
  36. package/types/sap.ui.rta.d.ts +1 -1
  37. package/types/sap.ui.suite.d.ts +1 -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.vbm.d.ts +101 -26
  44. package/types/sap.ui.vtm.d.ts +4 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +1 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
  50. package/types/sap.zen.commons.d.ts +1 -1
  51. package/types/sap.zen.crosstab.d.ts +1 -1
  52. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -225,7 +225,7 @@ declare namespace sap {
225
225
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
226
226
  * following fields:
227
227
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
228
- * - `version` (string) - Application version that creates the XLSX document (default: "1.102.0")
228
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.102.4")
229
229
  * - `title` (string) - Title of the XLSX document (NOT the filename)
230
230
  * - `modifiedBy` (string) - User context for the XLSX document
231
231
  * - `sheetName` (string) - The label of the data sheet
@@ -311,7 +311,7 @@ declare namespace sap {
311
311
  * columns: aColumns,
312
312
  * context: {
313
313
  * application: 'Debug Test Application',
314
- * version: '1.102.0',
314
+ * version: '1.102.4',
315
315
  * title: 'Some random title',
316
316
  * modifiedBy: 'John Doe',
317
317
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -262,8 +262,8 @@ declare namespace sap {
262
262
  /**
263
263
  * semantic type for cluster. The type specifies the icon and the color of the cluster control.
264
264
  */
265
- type?: /* was: sap.ui.vbm.SemanticType */
266
- | any
265
+ type?:
266
+ | sap.ui.vbm.SemanticType
267
267
  | sap.ui.base.ManagedObject.PropertyBindingInfo
268
268
  | `{${string}}`;
269
269
  }
@@ -958,8 +958,8 @@ declare namespace sap {
958
958
  /**
959
959
  * The semantic spot type for the legend marker.
960
960
  */
961
- semanticSpotType?: /* was: sap.ui.vbm.SemanticType */
962
- | any
961
+ semanticSpotType?:
962
+ | sap.ui.vbm.SemanticType
963
963
  | sap.ui.base.ManagedObject.PropertyBindingInfo
964
964
  | `{${string}}`;
965
965
 
@@ -1075,8 +1075,8 @@ declare namespace sap {
1075
1075
  /**
1076
1076
  * Type for semantic labels. A given semantic type will overrule color settings and add an icon.
1077
1077
  */
1078
- labelType?: /* was: sap.ui.vbm.SemanticType */
1079
- | any
1078
+ labelType?:
1079
+ | sap.ui.vbm.SemanticType
1080
1080
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1081
1081
  | `{${string}}`;
1082
1082
 
@@ -1189,8 +1189,8 @@ declare namespace sap {
1189
1189
  * Defines the type of the route, default is 'Straight'. Other types are 'Geodesic' which show the shortest
1190
1190
  * path between two points, e.g. flightroutes
1191
1191
  */
1192
- routetype?: /* was: sap.ui.vbm.RouteType */
1193
- | any
1192
+ routetype?:
1193
+ | sap.ui.vbm.RouteType
1194
1194
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1195
1195
  | `{${string}}`;
1196
1196
 
@@ -1339,8 +1339,8 @@ declare namespace sap {
1339
1339
  /**
1340
1340
  * Spot type for semantic spots. A given semantic type will overrule settings for image, scale, and content.
1341
1341
  */
1342
- type?: /* was: sap.ui.vbm.SemanticType */
1343
- | any
1342
+ type?:
1343
+ | sap.ui.vbm.SemanticType
1344
1344
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1345
1345
  | `{${string}}`;
1346
1346
 
@@ -1719,8 +1719,8 @@ declare namespace sap {
1719
1719
  /**
1720
1720
  * Type for semantic labels. A given semantic type will overrule color settings and add an icon.
1721
1721
  */
1722
- labelType?: /* was: sap.ui.vbm.SemanticType */
1723
- | any
1722
+ labelType?:
1723
+ | sap.ui.vbm.SemanticType
1724
1724
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1725
1725
  | `{${string}}`;
1726
1726
 
@@ -4159,7 +4159,7 @@ declare namespace sap {
4159
4159
  *
4160
4160
  * @returns Value of property `type`
4161
4161
  */
4162
- getType(): /* was: sap.ui.vbm.SemanticType */ any;
4162
+ getType(): sap.ui.vbm.SemanticType;
4163
4163
  /**
4164
4164
  * Sets a new value for property {@link #getColor color}.
4165
4165
  *
@@ -4221,7 +4221,7 @@ declare namespace sap {
4221
4221
  /**
4222
4222
  * New value for property `type`
4223
4223
  */
4224
- sType?: /* was: sap.ui.vbm.SemanticType */ any
4224
+ sType?: sap.ui.vbm.SemanticType
4225
4225
  ): this;
4226
4226
  }
4227
4227
  /**
@@ -10008,7 +10008,7 @@ declare namespace sap {
10008
10008
  *
10009
10009
  * @returns Value of property `semanticSpotType`
10010
10010
  */
10011
- getSemanticSpotType(): /* was: sap.ui.vbm.SemanticType */ any;
10011
+ getSemanticSpotType(): sap.ui.vbm.SemanticType;
10012
10012
  /**
10013
10013
  * Gets current value of property {@link #getText text}.
10014
10014
  *
@@ -10062,7 +10062,7 @@ declare namespace sap {
10062
10062
  /**
10063
10063
  * New value for property `semanticSpotType`
10064
10064
  */
10065
- sSemanticSpotType?: /* was: sap.ui.vbm.SemanticType */ any
10065
+ sSemanticSpotType?: sap.ui.vbm.SemanticType
10066
10066
  ): this;
10067
10067
  /**
10068
10068
  * Sets a new value for property {@link #getText text}.
@@ -10966,7 +10966,7 @@ declare namespace sap {
10966
10966
  *
10967
10967
  * @returns Value of property `labelType`
10968
10968
  */
10969
- getLabelType(): /* was: sap.ui.vbm.SemanticType */ any;
10969
+ getLabelType(): sap.ui.vbm.SemanticType;
10970
10970
  /**
10971
10971
  * Gets current value of property {@link #getSelect select}.
10972
10972
  *
@@ -11081,7 +11081,7 @@ declare namespace sap {
11081
11081
  /**
11082
11082
  * New value for property `labelType`
11083
11083
  */
11084
- sLabelType?: /* was: sap.ui.vbm.SemanticType */ any
11084
+ sLabelType?: sap.ui.vbm.SemanticType
11085
11085
  ): this;
11086
11086
  /**
11087
11087
  * Sets a new value for property {@link #getSelect select}.
@@ -11480,7 +11480,7 @@ declare namespace sap {
11480
11480
  *
11481
11481
  * @returns Value of property `routetype`
11482
11482
  */
11483
- getRoutetype(): /* was: sap.ui.vbm.RouteType */ any;
11483
+ getRoutetype(): sap.ui.vbm.RouteType;
11484
11484
  /**
11485
11485
  * Gets current value of property {@link #getStart start}.
11486
11486
  *
@@ -11778,7 +11778,7 @@ declare namespace sap {
11778
11778
  /**
11779
11779
  * New value for property `routetype`
11780
11780
  */
11781
- sRoutetype?: /* was: sap.ui.vbm.RouteType */ any
11781
+ sRoutetype?: sap.ui.vbm.RouteType
11782
11782
  ): this;
11783
11783
  /**
11784
11784
  * Sets a new value for property {@link #getStart start}.
@@ -12559,7 +12559,7 @@ declare namespace sap {
12559
12559
  *
12560
12560
  * @returns Value of property `type`
12561
12561
  */
12562
- getType(): /* was: sap.ui.vbm.SemanticType */ any;
12562
+ getType(): sap.ui.vbm.SemanticType;
12563
12563
  /**
12564
12564
  * Checks for the provided `sap.ui.vbm.DragSource` in the aggregation {@link #getDragSource dragSource}.
12565
12565
  * and returns its index if found or -1 otherwise.
@@ -12848,7 +12848,7 @@ declare namespace sap {
12848
12848
  /**
12849
12849
  * New value for property `type`
12850
12850
  */
12851
- sType?: /* was: sap.ui.vbm.SemanticType */ any
12851
+ sType?: sap.ui.vbm.SemanticType
12852
12852
  ): this;
12853
12853
  }
12854
12854
  /**
@@ -14202,7 +14202,7 @@ declare namespace sap {
14202
14202
  /**
14203
14203
  * Type of information which should be returned
14204
14204
  */
14205
- iType: /* was: sap.ui.vbm.ClusterInfoType */ any
14205
+ iType: sap.ui.vbm.ClusterInfoType
14206
14206
  ): Object;
14207
14207
  /**
14208
14208
  * Gets current value of property {@link #getKeyEventDelay keyEventDelay}.
@@ -16415,7 +16415,7 @@ declare namespace sap {
16415
16415
  *
16416
16416
  * @returns Value of property `labelType`
16417
16417
  */
16418
- getLabelType(): /* was: sap.ui.vbm.SemanticType */ any;
16418
+ getLabelType(): sap.ui.vbm.SemanticType;
16419
16419
  /**
16420
16420
  * Gets current value of property {@link #getSelect select}.
16421
16421
  *
@@ -16713,7 +16713,7 @@ declare namespace sap {
16713
16713
  /**
16714
16714
  * New value for property `labelType`
16715
16715
  */
16716
- sLabelType?: /* was: sap.ui.vbm.SemanticType */ any
16716
+ sLabelType?: sap.ui.vbm.SemanticType
16717
16717
  ): this;
16718
16718
  /**
16719
16719
  * Sets a new value for property {@link #getSelect select}.
@@ -16750,6 +16750,81 @@ declare namespace sap {
16750
16750
  sSelectColor?: string
16751
16751
  ): this;
16752
16752
  }
16753
+ /**
16754
+ * Cluster Info Type
16755
+ */
16756
+ enum ClusterInfoType {
16757
+ /**
16758
+ * Type indicating that Cluster Info should return info on child cluster nodes (next LOD). This is only
16759
+ * supported for tree clustering.
16760
+ */
16761
+ ChildCluster = "1",
16762
+ /**
16763
+ * Type indicating that Cluster Info should return only VOs covered by the Cluster object
16764
+ */
16765
+ ContainedVOs = "0",
16766
+ /**
16767
+ * Type indicating that Cluster Info should return info on Edges of the Voronoi Area for the cluster. This
16768
+ * is only supported for tree clustering. Edges not merged with rectangles.
16769
+ */
16770
+ Edges = "11",
16771
+ /**
16772
+ * Type indicating that Cluster Info should return info on cluster node itself.
16773
+ */
16774
+ NodeInfo = "10",
16775
+ /**
16776
+ * Type indicating that Cluster Info should return info on parent cluster node (previous LOD). This is only
16777
+ * supported for tree clustering.
16778
+ */
16779
+ ParentNode = "2",
16780
+ }
16781
+ /**
16782
+ * Route type, determining how line between start and endpoint should be drawn.
16783
+ */
16784
+ enum RouteType {
16785
+ /**
16786
+ * Type indicating a geodesic connection
16787
+ */
16788
+ Geodesic = "Geodesic",
16789
+ /**
16790
+ * Type indicating a straight connection
16791
+ */
16792
+ Straight = "Straight",
16793
+ }
16794
+ /**
16795
+ * Semantic type with pre-defined display properties, like colors, icon, pin image, and so on. Semantic
16796
+ * types enforce to fiori guidelines.
16797
+ */
16798
+ enum SemanticType {
16799
+ /**
16800
+ * Type indicating the Default state
16801
+ */
16802
+ Default = "Default",
16803
+ /**
16804
+ * Type indicating an Error state
16805
+ */
16806
+ Error = "Error",
16807
+ /**
16808
+ * Type indicating a Hidden state
16809
+ */
16810
+ Hidden = "Hidden",
16811
+ /**
16812
+ * Type indicating an Inactive state
16813
+ */
16814
+ Inactive = "Inactive",
16815
+ /**
16816
+ * Type indicating no state
16817
+ */
16818
+ None = "None",
16819
+ /**
16820
+ * Type indicating a Success/Positive state
16821
+ */
16822
+ Success = "Success",
16823
+ /**
16824
+ * Type indicating a Warning state
16825
+ */
16826
+ Warning = "Warning",
16827
+ }
16753
16828
  }
16754
16829
  }
16755
16830
 
@@ -1,8 +1,9 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
+ * @deprecated (since 1.96.10)
6
7
  * @EXPERIMENTAL (since 1.50.0)
7
8
  *
8
9
  * SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
@@ -94,6 +95,7 @@ declare namespace sap {
94
95
  mSettings: object
95
96
  ): sap.ui.vtm.Vtm;
96
97
  /**
98
+ * @deprecated (since 1.96.10)
97
99
  * @EXPERIMENTAL (since 1.50.0)
98
100
  *
99
101
  * Namespace for extensions that are provided with the sap.ui.vtm library.
@@ -979,6 +981,7 @@ declare namespace sap {
979
981
  }
980
982
  }
981
983
  /**
984
+ * @deprecated (since 1.96.10)
982
985
  * @EXPERIMENTAL (since 1.50.0)
983
986
  *
984
987
  * Namespace for interfaces that are provided with the sap.ui.vtm library.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {