@sapui5/ts-types 1.104.2 → 1.106.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 (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 -1
  4. package/types/sap.chart.d.ts +2 -2
  5. package/types/sap.collaboration.d.ts +25 -25
  6. package/types/sap.esh.search.ui.d.ts +939 -1
  7. package/types/sap.f.d.ts +80 -4
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +5 -5
  10. package/types/sap.fe.macros.d.ts +30 -98
  11. package/types/sap.fe.navigation.d.ts +53 -5
  12. package/types/sap.fe.templates.d.ts +155 -1
  13. package/types/sap.fe.test.d.ts +17 -3
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +218 -57
  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 +583 -149
  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 +68 -3
  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 +152 -171
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +121 -16
  27. package/types/sap.suite.ui.generic.template.d.ts +17 -3
  28. package/types/sap.suite.ui.microchart.d.ts +13 -13
  29. package/types/sap.tnt.d.ts +3 -3
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +31 -31
  32. package/types/sap.ui.comp.d.ts +182 -57
  33. package/types/sap.ui.core.d.ts +618 -265
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +3 -3
  36. package/types/sap.ui.fl.d.ts +1117 -5
  37. package/types/sap.ui.generic.app.d.ts +14 -11
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +101 -18
  40. package/types/sap.ui.layout.d.ts +7 -7
  41. package/types/sap.ui.mdc.d.ts +5 -1
  42. package/types/sap.ui.richtexteditor.d.ts +2 -2
  43. package/types/sap.ui.rta.d.ts +3 -1
  44. package/types/sap.ui.suite.d.ts +5 -5
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +26 -8
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +66 -19
  49. package/types/sap.ui.ux3.d.ts +11 -11
  50. package/types/sap.ui.vbm.d.ts +3 -3
  51. package/types/sap.ui.vk.d.ts +315 -24
  52. package/types/sap.ui.vtm.d.ts +2 -2
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +239 -43
  55. package/types/sap.ui.webc.main.d.ts +636 -146
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +12 -10
  58. package/types/sap.ushell_abap.d.ts +1 -215
  59. package/types/sap.uxap.d.ts +41 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +2 -6
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.104.2",
3
+ "version": "1.106.0",
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.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.1
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1399,7 +1399,7 @@ declare namespace sap {
1399
1399
  | `{${string}}`;
1400
1400
 
1401
1401
  /**
1402
- * /** Chart scales, refer to chart property documentation
1402
+ * Chart scales, refer to chart property documentation
1403
1403
  * for more details.
1404
1404
  */
1405
1405
  vizScales?:
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -184,7 +184,7 @@ declare namespace sap {
184
184
  * new value for property `axisOrientation`
185
185
  */
186
186
  oAxisOrientation: sap.suite.ui.commons.TimelineAxisOrientation
187
- ): sap.collaboration.components.feed.Component;
187
+ ): this;
188
188
  /**
189
189
  * Setter for property `enableScroll`.
190
190
  *
@@ -202,20 +202,22 @@ declare namespace sap {
202
202
  * new value for property `enableScroll`
203
203
  */
204
204
  bEnableScroll: boolean
205
- ): sap.collaboration.components.feed.Component;
205
+ ): this;
206
206
  /**
207
207
  * Setter for property `feedSources`.
208
208
  *
209
209
  * The feedSources is either an array of strings (SAP Jam Group IDs) or a map in the following structure:
210
210
  * { mode : sap.collaboration.FeedType, data : any }
211
211
  * Based on the mode, the data is either required or not.
212
+ *
213
+ * @returns `this` to allow method chaining
212
214
  */
213
215
  setFeedSources(
214
216
  /**
215
217
  * new value for property `feedSources`
216
218
  */
217
219
  oFeedSources: Record<string, any> | string[]
218
- ): void;
220
+ ): this;
219
221
  }
220
222
  }
221
223
 
@@ -2067,7 +2069,7 @@ declare namespace sap {
2067
2069
  * new value for property `height`
2068
2070
  */
2069
2071
  sHeight: string
2070
- ): sap.collaboration.components.socialprofile.Component;
2072
+ ): this;
2071
2073
  /**
2072
2074
  * Setter for property `memberId`. Sets the memberId of the user
2073
2075
  *
@@ -2078,7 +2080,7 @@ declare namespace sap {
2078
2080
  * new value for property `memberId`
2079
2081
  */
2080
2082
  sMemberId: string
2081
- ): sap.collaboration.components.socialprofile.Component;
2083
+ ): this;
2082
2084
  /**
2083
2085
  * Setter for property `memberInfo`. Sets the memberInformation of the user
2084
2086
  *
@@ -2089,7 +2091,7 @@ declare namespace sap {
2089
2091
  * new value for property `memberInfo`
2090
2092
  */
2091
2093
  oMemberInfo: object
2092
- ): sap.collaboration.components.socialprofile.Component;
2094
+ ): this;
2093
2095
  /**
2094
2096
  * Setter for property `openingControl`. Sets the opening control for the Social Profile
2095
2097
  *
@@ -2100,7 +2102,7 @@ declare namespace sap {
2100
2102
  * new value for property `openingControl`
2101
2103
  */
2102
2104
  oOpeningControl: object
2103
- ): sap.collaboration.components.socialprofile.Component;
2105
+ ): this;
2104
2106
  /**
2105
2107
  * Setter for property `placement`. Sets the placement of the Social Profile
2106
2108
  *
@@ -2113,7 +2115,7 @@ declare namespace sap {
2113
2115
  * new value for property `placement`
2114
2116
  */
2115
2117
  sPlacement: sap.m.PlacementType
2116
- ): sap.collaboration.components.socialprofile.Component;
2118
+ ): this;
2117
2119
  /**
2118
2120
  * Setter for property `width`. Sets the width of the Social Profile
2119
2121
  *
@@ -2126,7 +2128,7 @@ declare namespace sap {
2126
2128
  * new value for property `width`
2127
2129
  */
2128
2130
  sWidth: string
2129
- ): sap.collaboration.components.socialprofile.Component;
2131
+ ): this;
2130
2132
  }
2131
2133
  }
2132
2134
 
@@ -2416,11 +2418,11 @@ declare namespace sap {
2416
2418
  mParameters?: object
2417
2419
  ): this;
2418
2420
  /**
2419
- * Gets current value of property {@link #getAlignment alignment}.
2421
+ * Getter for property `alignment`. Timeline item alignment.
2420
2422
  *
2421
- * Default value is `Right`.
2423
+ * Default value is `Right`
2422
2424
  *
2423
- * @returns Value of property `alignment`
2425
+ * @returns the value of property `alignment`
2424
2426
  */
2425
2427
  getAlignment(): sap.suite.ui.commons.TimelineAlignment;
2426
2428
  /**
@@ -2481,19 +2483,17 @@ declare namespace sap {
2481
2483
  */
2482
2484
  getWidth(): sap.ui.core.CSSSize;
2483
2485
  /**
2484
- * Sets a new value for property {@link #getAlignment alignment}.
2485
- *
2486
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2486
+ * Setter for property `alignment`.
2487
2487
  *
2488
- * Default value is `Right`.
2488
+ * Default value is `Right`
2489
2489
  *
2490
- * @returns Reference to `this` in order to allow method chaining
2490
+ * @returns `this` to allow method chaining
2491
2491
  */
2492
2492
  setAlignment(
2493
2493
  /**
2494
- * New value for property `alignment`
2494
+ * new value for property `alignment`
2495
2495
  */
2496
- sAlignment?: sap.suite.ui.commons.TimelineAlignment
2496
+ oAlignment: sap.suite.ui.commons.TimelineAlignment
2497
2497
  ): this;
2498
2498
  /**
2499
2499
  * Setter for property `axisOrientation`.
@@ -2507,7 +2507,7 @@ declare namespace sap {
2507
2507
  * new value for property `axisOrientation`
2508
2508
  */
2509
2509
  oAxisOrientation: sap.suite.ui.commons.TimelineAxisOrientation
2510
- ): sap.collaboration.components.socialtimeline.Component;
2510
+ ): this;
2511
2511
  /**
2512
2512
  * Sets a new value for property {@link #getCustomFilter customFilter}.
2513
2513
  *
@@ -2548,7 +2548,7 @@ declare namespace sap {
2548
2548
  * new value for property `noDataText`
2549
2549
  */
2550
2550
  sNoDataText: string
2551
- ): sap.collaboration.components.socialtimeline.Component;
2551
+ ): this;
2552
2552
  /**
2553
2553
  * Setter for property `showIcons`.
2554
2554
  *
@@ -2561,7 +2561,7 @@ declare namespace sap {
2561
2561
  * new value for property `showIcons`
2562
2562
  */
2563
2563
  bShowIcons: boolean
2564
- ): sap.collaboration.components.socialtimeline.Component;
2564
+ ): this;
2565
2565
  /**
2566
2566
  * Setter for property `visible`.
2567
2567
  *
@@ -2574,7 +2574,7 @@ declare namespace sap {
2574
2574
  * new value for property `visible`
2575
2575
  */
2576
2576
  bVisible: boolean
2577
- ): sap.collaboration.components.socialtimeline.Component;
2577
+ ): this;
2578
2578
  /**
2579
2579
  * Setter for property `width`.
2580
2580
  *
@@ -2587,7 +2587,7 @@ declare namespace sap {
2587
2587
  * new value for property `width`
2588
2588
  */
2589
2589
  sWidth: sap.ui.core.CSSSize
2590
- ): sap.collaboration.components.socialtimeline.Component;
2590
+ ): this;
2591
2591
  }
2592
2592
  }
2593
2593
  }