@sapui5/ts-types 1.105.2 → 1.106.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 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +25 -25
  6. package/types/sap.esh.search.ui.d.ts +111 -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 +4 -4
  10. package/types/sap.fe.macros.d.ts +23 -95
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.templates.d.ts +1 -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 +153 -4
  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 +387 -103
  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 +1 -1
  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 +39 -1
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +25 -11
  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 +110 -36
  33. package/types/sap.ui.core.d.ts +426 -225
  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 +3 -3
  37. package/types/sap.ui.generic.app.d.ts +6 -2
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +64 -33
  40. package/types/sap.ui.layout.d.ts +7 -7
  41. package/types/sap.ui.mdc.d.ts +3 -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 +16 -16
  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 +44 -6
  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 +31 -28
  55. package/types/sap.ui.webc.main.d.ts +132 -104
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +7 -3
  58. package/types/sap.ushell_abap.d.ts +1 -1
  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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.1
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.2
1
+ // For Library Version: 1.106.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -1178,7 +1178,7 @@ declare namespace sap {
1178
1178
  /**
1179
1179
  * SAP UI5 Component invoking the service
1180
1180
  */
1181
- oComponent?: Object,
1181
+ oComponent?: object,
1182
1182
  /**
1183
1183
  * application state key to add to the generated links, SAP internal usage only
1184
1184
  */
@@ -1696,7 +1696,7 @@ declare namespace sap {
1696
1696
  * **Note:** The parameter length (including semantic object and action) shall not exceed 512 bytes when
1697
1697
  * serialized as UTF-8.
1698
1698
  */
1699
- oArgs: Object,
1699
+ oArgs: object,
1700
1700
  /**
1701
1701
  * an optional UI5 component, used to logically attach a possibly generated app state.
1702
1702
  */
@@ -11448,6 +11448,8 @@ declare namespace sap {
11448
11448
 
11449
11449
  "sap/ushell/services/Personalization": undefined;
11450
11450
 
11451
+ "sap/ushell/services/SearchableContent": undefined;
11452
+
11451
11453
  "sap/ushell/services/ShellNavigation": undefined;
11452
11454
 
11453
11455
  "sap/ushell/services/SmartNavigation": undefined;
@@ -11462,6 +11464,8 @@ declare namespace sap {
11462
11464
 
11463
11465
  "sap/ushell/services/UserInfo": undefined;
11464
11466
 
11467
+ "sap/ushell/services/VisualizationInstantiation": undefined;
11468
+
11465
11469
  "sap/ushell/System": undefined;
11466
11470
 
11467
11471
  "sap/ushell/ui/appfinder/AppBox": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.2
1
+ // For Library Version: 1.106.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.1
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1056,6 +1056,15 @@ declare namespace sap {
1056
1056
  | sap.ui.base.ManagedObject.AggregationBindingInfo
1057
1057
  | `{${string}}`;
1058
1058
 
1059
+ /**
1060
+ * @SINCE 1.106
1061
+ *
1062
+ * Section heading content.
1063
+ *
1064
+ * Note: For some accessibility concerns we encourage you to use non-focusable elements.
1065
+ */
1066
+ heading?: sap.ui.core.Control;
1067
+
1059
1068
  /**
1060
1069
  * The most recently selected Subsection by the user.
1061
1070
  */
@@ -6501,12 +6510,30 @@ declare namespace sap {
6501
6510
  */
6502
6511
  oSubSection: sap.uxap.ObjectPageSubSection
6503
6512
  ): this;
6513
+ /**
6514
+ * @SINCE 1.106
6515
+ *
6516
+ * Destroys the heading in the aggregation {@link #getHeading heading}.
6517
+ *
6518
+ * @returns Reference to `this` in order to allow method chaining
6519
+ */
6520
+ destroyHeading(): this;
6504
6521
  /**
6505
6522
  * Destroys all the subSections in the aggregation {@link #getSubSections subSections}.
6506
6523
  *
6507
6524
  * @returns Reference to `this` in order to allow method chaining
6508
6525
  */
6509
6526
  destroySubSections(): this;
6527
+ /**
6528
+ * @SINCE 1.106
6529
+ *
6530
+ * Gets content of aggregation {@link #getHeading heading}.
6531
+ *
6532
+ * Section heading content.
6533
+ *
6534
+ * Note: For some accessibility concerns we encourage you to use non-focusable elements.
6535
+ */
6536
+ getHeading(): sap.ui.core.Control;
6510
6537
  /**
6511
6538
  * ID of the element which is the current target of the association {@link #getSelectedSubSection selectedSubSection},
6512
6539
  * or `null`.
@@ -6586,6 +6613,19 @@ declare namespace sap {
6586
6613
  */
6587
6614
  vSubSection: int | string | sap.uxap.ObjectPageSubSection
6588
6615
  ): sap.uxap.ObjectPageSubSection | null;
6616
+ /**
6617
+ * @SINCE 1.106
6618
+ *
6619
+ * Sets the aggregated {@link #getHeading heading}.
6620
+ *
6621
+ * @returns Reference to `this` in order to allow method chaining
6622
+ */
6623
+ setHeading(
6624
+ /**
6625
+ * The heading to set
6626
+ */
6627
+ oHeading: sap.ui.core.Control
6628
+ ): this;
6589
6629
  /**
6590
6630
  * Sets the associated {@link #getSelectedSubSection selectedSubSection}.
6591
6631
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.1
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,7 +1,3 @@
1
- // For Library Version: 1.105.0
1
+ // For Library Version: 1.106.0
2
2
 
3
- declare namespace sap {
4
- interface IUI5DefineDependencyNames {
5
- "sap/webanalytics/core/library": undefined;
6
- }
7
- }
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.2
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.2
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.105.2
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {