@sapui5/ts-types 1.102.1 → 1.102.2

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 (51) 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 +1 -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.gantt.d.ts +7 -4
  12. package/types/sap.insights.d.ts +2 -61
  13. package/types/sap.m.d.ts +4 -16
  14. package/types/sap.makit.d.ts +1 -1
  15. package/types/sap.me.d.ts +1 -1
  16. package/types/sap.ndc.d.ts +1 -1
  17. package/types/sap.ovp.d.ts +1 -1
  18. package/types/sap.sac.df.d.ts +1 -1
  19. package/types/sap.sac.grid.d.ts +1 -1
  20. package/types/sap.suite.ui.commons.d.ts +1 -1
  21. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  22. package/types/sap.suite.ui.microchart.d.ts +1 -1
  23. package/types/sap.tnt.d.ts +1 -1
  24. package/types/sap.ui.codeeditor.d.ts +1 -1
  25. package/types/sap.ui.commons.d.ts +1 -1
  26. package/types/sap.ui.comp.d.ts +28 -1
  27. package/types/sap.ui.core.d.ts +21 -1
  28. package/types/sap.ui.dt.d.ts +1 -1
  29. package/types/sap.ui.export.d.ts +3 -3
  30. package/types/sap.ui.fl.d.ts +1 -1
  31. package/types/sap.ui.integration.d.ts +1 -1
  32. package/types/sap.ui.layout.d.ts +1 -1
  33. package/types/sap.ui.mdc.d.ts +1 -1
  34. package/types/sap.ui.richtexteditor.d.ts +1 -1
  35. package/types/sap.ui.rta.d.ts +1 -1
  36. package/types/sap.ui.suite.d.ts +1 -1
  37. package/types/sap.ui.support.d.ts +1 -1
  38. package/types/sap.ui.table.d.ts +1 -1
  39. package/types/sap.ui.testrecorder.d.ts +1 -1
  40. package/types/sap.ui.unified.d.ts +1 -1
  41. package/types/sap.ui.ux3.d.ts +1 -1
  42. package/types/sap.ui.vbm.d.ts +101 -26
  43. package/types/sap.ui.vtm.d.ts +4 -1
  44. package/types/sap.uiext.inbox.d.ts +1 -1
  45. package/types/sap.ushell.d.ts +1 -1
  46. package/types/sap.ushell_abap.d.ts +1 -1
  47. package/types/sap.uxap.d.ts +1 -1
  48. package/types/sap.viz.d.ts +1 -1
  49. package/types/sap.zen.commons.d.ts +1 -1
  50. package/types/sap.zen.crosstab.d.ts +1 -1
  51. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.102.1",
3
+ "version": "1.102.2",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
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
  interface IUI5DefineDependencyNames {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare namespace sap {}
@@ -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
  /**
@@ -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 fe {
@@ -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 fe {
@@ -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 fe {
@@ -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 fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -23303,7 +23303,8 @@ declare namespace sap {
23303
23303
  /**
23304
23304
  * @SINCE 1.100
23305
23305
  *
23306
- * Flag to show or hide Find and Select search button
23306
+ * Flag to show or hide Find and Select search button Find operation is not going to work for the stock
23307
+ * chart and utilization gantt charts with time continuous shapes.
23307
23308
  */
23308
23309
  showSearchButton?:
23309
23310
  | boolean
@@ -31482,7 +31483,8 @@ declare namespace sap {
31482
31483
  *
31483
31484
  * Gets current value of property {@link #getShowSearchButton showSearchButton}.
31484
31485
  *
31485
- * Flag to show or hide Find and Select search button
31486
+ * Flag to show or hide Find and Select search button Find operation is not going to work for the stock
31487
+ * chart and utilization gantt charts with time continuous shapes.
31486
31488
  *
31487
31489
  * Default value is `false`.
31488
31490
  *
@@ -31717,7 +31719,8 @@ declare namespace sap {
31717
31719
  *
31718
31720
  * Sets a new value for property {@link #getShowSearchButton showSearchButton}.
31719
31721
  *
31720
- * Flag to show or hide Find and Select search button
31722
+ * Flag to show or hide Find and Select search button Find operation is not going to work for the stock
31723
+ * chart and utilization gantt charts with time continuous shapes.
31721
31724
  *
31722
31725
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
31723
31726
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.102.1
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
@@ -7,66 +7,7 @@ declare module "sap/insights/CardHelper" {
7
7
  *
8
8
  * Provides functionality for Insight cards CRUD operations.
9
9
  */
10
- interface CardHelper {
11
- /**
12
- * @EXPERIMENTAL (since 1.102)
13
- *
14
- * Support storing the insight card in SAP Insights service.
15
- */
16
- create(
17
- /**
18
- * Card name which will be used to store the card in the repository
19
- */
20
- sCardName: string,
21
- /**
22
- * Card manifest which needs to be stored in the repository
23
- */
24
- oCardManifest: object,
25
- /**
26
- * Should be set to true in case the Card has to be persisted as key user
27
- */
28
- isKeyUser: boolean
29
- ): void;
30
- /**
31
- * @EXPERIMENTAL (since 1.102)
32
- *
33
- * Support deleting the insight card from SAP Insights service.
34
- */
35
- delete(
36
- /**
37
- * Url of the card manifest
38
- */
39
- sCardManifestUrl: string,
40
- /**
41
- * Should be set to true in case the Card has to be persisted as key user
42
- */
43
- isKeyUser: boolean
44
- ): void;
45
- /**
46
- * @EXPERIMENTAL (since 1.102)
47
- *
48
- * Retrieve the insight cards from SAP Insights service for the current user.
49
- *
50
- * @returns Returns array of suggested cards
51
- */
52
- getSuggestedCards(): any[];
53
- /**
54
- * @EXPERIMENTAL (since 1.102)
55
- *
56
- * Retrieve the insight cards from SAP Insights service for the current user.
57
- *
58
- * @returns Returns array of user cards
59
- */
60
- getUserCards(): any[];
61
- /**
62
- * @EXPERIMENTAL (since 1.102)
63
- *
64
- * Method could be used check whether insights is supported or not.
65
- *
66
- * @returns Returns true if supported else false
67
- */
68
- isSupported(): boolean;
69
- }
10
+ interface CardHelper {}
70
11
  const CardHelper: CardHelper;
71
12
  export default CardHelper;
72
13
  }
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -17385,7 +17385,7 @@ declare namespace sap {
17385
17385
 
17386
17386
  /**
17387
17387
  * @SINCE 1.95
17388
- * @EXPERIMENTAL
17388
+ * @EXPERIMENTAL (since 1.95)
17389
17389
  *
17390
17390
  * The semantic color of the value.
17391
17391
  */
@@ -17395,8 +17395,6 @@ declare namespace sap {
17395
17395
  | `{${string}}`;
17396
17396
 
17397
17397
  /**
17398
- * @EXPERIMENTAL
17399
- *
17400
17398
  * The load state of the tileIcon.
17401
17399
  */
17402
17400
  iconLoaded?:
@@ -28828,8 +28826,6 @@ declare namespace sap {
28828
28826
  | `{${string}}`;
28829
28827
 
28830
28828
  /**
28831
- * @EXPERIMENTAL (since 1.103)
28832
- *
28833
28829
  * Sets the Text inside the Priority badge in Generic Tile ActionMode.
28834
28830
  */
28835
28831
  priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -53442,8 +53438,6 @@ declare namespace sap {
53442
53438
  */
53443
53439
  getIcon(): sap.ui.core.Control;
53444
53440
  /**
53445
- * @EXPERIMENTAL
53446
- *
53447
53441
  * Gets current value of property {@link #getIconLoaded iconLoaded}.
53448
53442
  *
53449
53443
  * The load state of the tileIcon.
@@ -53588,7 +53582,7 @@ declare namespace sap {
53588
53582
  getUrl(): sap.ui.core.URI;
53589
53583
  /**
53590
53584
  * @SINCE 1.95
53591
- * @EXPERIMENTAL
53585
+ * @EXPERIMENTAL (since 1.95)
53592
53586
  *
53593
53587
  * Gets current value of property {@link #getValueColor valueColor}.
53594
53588
  *
@@ -53943,8 +53937,6 @@ declare namespace sap {
53943
53937
  oIcon: sap.ui.core.Control
53944
53938
  ): this;
53945
53939
  /**
53946
- * @EXPERIMENTAL
53947
- *
53948
53940
  * Sets a new value for property {@link #getIconLoaded iconLoaded}.
53949
53941
  *
53950
53942
  * The load state of the tileIcon.
@@ -54166,7 +54158,7 @@ declare namespace sap {
54166
54158
  ): this;
54167
54159
  /**
54168
54160
  * @SINCE 1.95
54169
- * @EXPERIMENTAL
54161
+ * @EXPERIMENTAL (since 1.95)
54170
54162
  *
54171
54163
  * Sets a new value for property {@link #getValueColor valueColor}.
54172
54164
  *
@@ -121515,8 +121507,6 @@ declare namespace sap {
121515
121507
  */
121516
121508
  getPriority(): sap.m.Priority;
121517
121509
  /**
121518
- * @EXPERIMENTAL (since 1.103)
121519
- *
121520
121510
  * Gets current value of property {@link #getPriorityText priorityText}.
121521
121511
  *
121522
121512
  * Sets the Text inside the Priority badge in Generic Tile ActionMode.
@@ -121657,8 +121647,6 @@ declare namespace sap {
121657
121647
  sPriority?: sap.m.Priority
121658
121648
  ): this;
121659
121649
  /**
121660
- * @EXPERIMENTAL (since 1.103)
121661
- *
121662
121650
  * Sets a new value for property {@link #getPriorityText priorityText}.
121663
121651
  *
121664
121652
  * Sets the Text inside the Priority badge in Generic Tile ActionMode.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
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.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ovp {
@@ -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 sac {
@@ -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 sac {
@@ -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 suite {
@@ -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 suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -17228,6 +17228,18 @@ declare namespace sap {
17228
17228
  * here after the SmartFilter is initialized (`initialise` event was fired) has no effect.
17229
17229
  */
17230
17230
  getControlConfiguration(): sap.ui.comp.smartfilterbar.ControlConfiguration[];
17231
+ /**
17232
+ * Returns the condition type object (if any) with the specified key (Property name in OData entity). Use
17233
+ * just the property name as the key when getting a control from the basic area.
17234
+ *
17235
+ * @returns returns Promise with condition type object
17236
+ */
17237
+ getDateRangeTypeByKey(
17238
+ /**
17239
+ * The key as present in the OData property name/control configuration
17240
+ */
17241
+ sKey: string
17242
+ ): object;
17231
17243
  /**
17232
17244
  * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
17233
17245
  * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
@@ -17696,6 +17708,21 @@ declare namespace sap {
17696
17708
  */
17697
17709
  bConsiderSelectionVariants?: boolean
17698
17710
  ): this;
17711
+ /**
17712
+ * Sets the the Dynamic Date Option of condition type (if any) data in the filter data model.
17713
+ *
17714
+ * @returns returns Promise
17715
+ */
17716
+ setDateRangeTypeOperationByKey(
17717
+ /**
17718
+ * The key as present in the OData property name/control configuration
17719
+ */
17720
+ sKey: string,
17721
+ /**
17722
+ * The key of Dynamic Date Option
17723
+ */
17724
+ sOption: string
17725
+ ): object;
17699
17726
  /**
17700
17727
  * @deprecated (since 1.87) - Please use the `com.sap.vocabularies.UI.v1.SelectionPresentationVariant` annotation
17701
17728
  * through the {@link sap.ui.comp.smartvariants.SmartVariantManagement#setEntitySet}
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.102.1
267
+ // For Library Version: 1.102.2
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -13773,6 +13773,11 @@ declare namespace sap {
13773
13773
  * only when the 'style' options is set to either 'short' or 'long'.
13774
13774
  */
13775
13775
  showScale?: boolean;
13776
+ /**
13777
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
13778
+ * are not validated.
13779
+ */
13780
+ strictGroupingValidation?: boolean;
13776
13781
  /**
13777
13782
  * defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
13778
13783
  * When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
@@ -13964,6 +13969,11 @@ declare namespace sap {
13964
13969
  * only when the 'style' options is set to either 'short' or 'long'.
13965
13970
  */
13966
13971
  showScale?: boolean;
13972
+ /**
13973
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
13974
+ * are not validated.
13975
+ */
13976
+ strictGroupingValidation?: boolean;
13967
13977
  /**
13968
13978
  * defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
13969
13979
  * When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
@@ -14112,6 +14122,11 @@ declare namespace sap {
14112
14122
  * only when the 'style' options is set to either 'short' or 'long'.
14113
14123
  */
14114
14124
  showScale?: boolean;
14125
+ /**
14126
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
14127
+ * are not validated.
14128
+ */
14129
+ strictGroupingValidation?: boolean;
14115
14130
  /**
14116
14131
  * defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
14117
14132
  * When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
@@ -14274,6 +14289,11 @@ declare namespace sap {
14274
14289
  * only when the 'style' options is set to either 'short' or 'long'.
14275
14290
  */
14276
14291
  showScale?: boolean;
14292
+ /**
14293
+ * whether the positions of grouping separators are validated. Space characters used as grouping separators
14294
+ * are not validated.
14295
+ */
14296
+ strictGroupingValidation?: boolean;
14277
14297
  /**
14278
14298
  * defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
14279
14299
  * When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
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.1")
228
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.102.2")
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.1',
314
+ * version: '1.102.2',
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.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
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.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.102.2
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 {