@sapui5/types 1.124.1 → 1.124.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 (55) 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 +44 -1
  5. package/types/sap.fe.core.d.ts +12 -2
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  10. package/types/sap.fe.templates.d.ts +1 -1
  11. package/types/sap.fe.test.d.ts +1 -1
  12. package/types/sap.fe.tools.d.ts +1 -1
  13. package/types/sap.gantt.d.ts +44 -7
  14. package/types/sap.insights.d.ts +1 -1
  15. package/types/sap.m.d.ts +174 -27
  16. package/types/sap.makit.d.ts +1 -1
  17. package/types/sap.me.d.ts +1 -1
  18. package/types/sap.ndc.d.ts +1 -1
  19. package/types/sap.ovp.d.ts +25 -8
  20. package/types/sap.sac.df.d.ts +1 -1
  21. package/types/sap.suite.ui.commons.d.ts +6 -5
  22. package/types/sap.suite.ui.generic.template.d.ts +7 -4
  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 +1 -1
  28. package/types/sap.ui.core.d.ts +97 -35
  29. package/types/sap.ui.dt.d.ts +1 -1
  30. package/types/sap.ui.export.d.ts +1 -1
  31. package/types/sap.ui.fl.d.ts +1 -1
  32. package/types/sap.ui.generic.app.d.ts +1 -1
  33. package/types/sap.ui.generic.template.d.ts +1 -1
  34. package/types/sap.ui.integration.d.ts +1 -1
  35. package/types/sap.ui.layout.d.ts +1 -1
  36. package/types/sap.ui.mdc.d.ts +25 -3
  37. package/types/sap.ui.richtexteditor.d.ts +1 -1
  38. package/types/sap.ui.rta.d.ts +1 -1
  39. package/types/sap.ui.suite.d.ts +1 -1
  40. package/types/sap.ui.support.d.ts +1 -1
  41. package/types/sap.ui.table.d.ts +6 -3
  42. package/types/sap.ui.testrecorder.d.ts +1 -1
  43. package/types/sap.ui.unified.d.ts +1 -1
  44. package/types/sap.ui.ux3.d.ts +1 -1
  45. package/types/sap.ui.webc.common.d.ts +1 -1
  46. package/types/sap.ui.webc.fiori.d.ts +1 -1
  47. package/types/sap.ui.webc.main.d.ts +1 -1
  48. package/types/sap.uiext.inbox.d.ts +1 -1
  49. package/types/sap.ushell.d.ts +14 -2
  50. package/types/sap.ushell_abap.d.ts +1 -1
  51. package/types/sap.uxap.d.ts +44 -1
  52. package/types/sap.viz.d.ts +1 -1
  53. package/types/sap.zen.commons.d.ts +1 -1
  54. package/types/sap.zen.crosstab.d.ts +1 -1
  55. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.1
1
+ // For Library Version: 1.124.3
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.1
1
+ // For Library Version: 1.124.3
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.1
1
+ // For Library Version: 1.124.3
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.1
1
+ // For Library Version: 1.124.3
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.2
1
+ // For Library Version: 1.124.4
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -4995,6 +4995,10 @@ declare module "sap/ushell/services/Extension/Item" {
4995
4995
  /**
4996
4996
  * Item wrapping an item positioned in an extension point. To be instantiated by {@link sap.ushell.services.Extension}.
4997
4997
  *
4998
+ * The item will be automatically destroyed when the user navigates away from the current application.
4999
+ * After calling {@link sap.ushell.services.Extension.Item#showOnHome} or {@link sap.ushell.services.Extension.Item#showForAllApps }
5000
+ * the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.Extension.Item#destroy}.
5001
+ *
4998
5002
  * @since 1.120.0
4999
5003
  */
5000
5004
  export default class Item {
@@ -5038,6 +5042,7 @@ declare module "sap/ushell/services/Extension/Item" {
5038
5042
  hideOnHome(): this;
5039
5043
  /**
5040
5044
  * Shows the item for all applications. Does not change the visibility of the item for the launchpad "home".
5045
+ * Disables the automatic destruction of the item when the user navigates away from the current application.
5041
5046
  *
5042
5047
  * @since 1.120.0
5043
5048
  *
@@ -5055,6 +5060,7 @@ declare module "sap/ushell/services/Extension/Item" {
5055
5060
  showForCurrentApp(): this;
5056
5061
  /**
5057
5062
  * Shows the item for launchpad "home". Does not change the visibility of the item within applications.
5063
+ * Disables the automatic destruction of the item when the user navigates away from the current application.
5058
5064
  *
5059
5065
  * @since 1.120.0
5060
5066
  *
@@ -5303,7 +5309,11 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
5303
5309
  /**
5304
5310
  * Item wrapping an item positioned in an extension point. To be instantiated by {@link sap.ushell.services.FrameBoundExtension}.
5305
5311
  *
5306
- * **Restriction:** Does not work when called from within a iframe. The calling function has to be in
5312
+ * The item will be automatically destroyed when the user navigates away from the current application.
5313
+ * After calling {@link sap.ushell.services.FrameBoundExtension.Item#showOnHome} or {@link sap.ushell.services.FrameBoundExtension.Item#showForAllApps }
5314
+ * the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.FrameBoundExtension.Item#destroy}.
5315
+ *
5316
+ * **Restriction:** Does not work when called from within a iframe. The calling function has to be in
5307
5317
  * the 'same frame' as the launchpad itself.
5308
5318
  *
5309
5319
  * @since 1.124.0
@@ -5357,6 +5367,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
5357
5367
  hideOnHome(): this;
5358
5368
  /**
5359
5369
  * Shows the item for all applications. Does not change the visibility of the item for the launchpad "home".
5370
+ * Disables the automatic destruction of the item when the user navigates away from the current application.
5360
5371
  *
5361
5372
  * @since 1.124.0
5362
5373
  *
@@ -5374,6 +5385,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
5374
5385
  showForCurrentApp(): this;
5375
5386
  /**
5376
5387
  * Shows the item for launchpad "home". Does not change the visibility of the item within applications.
5388
+ * Disables the automatic destruction of the item when the user navigates away from the current application.
5377
5389
  *
5378
5390
  * @since 1.124.0
5379
5391
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.2
1
+ // For Library Version: 1.124.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.1
1
+ // For Library Version: 1.124.3
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1675,6 +1675,19 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
1675
1675
  getFooterRole():
1676
1676
  | AccessibleLandmarkRole
1677
1677
  | keyof typeof AccessibleLandmarkRole;
1678
+ /**
1679
+ * Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
1680
+ *
1681
+ * Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
1682
+ * control.
1683
+ *
1684
+ * If not set, default "Expanded header" aria-label is set.
1685
+ *
1686
+ * @since 1.127.0
1687
+ *
1688
+ * @returns Value of property `headerContentLabel`
1689
+ */
1690
+ getHeaderContentLabel(): string;
1678
1691
  /**
1679
1692
  * Gets current value of property {@link #getHeaderLabel headerLabel}.
1680
1693
  *
@@ -1839,6 +1852,26 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
1839
1852
  */
1840
1853
  sFooterRole?: AccessibleLandmarkRole | keyof typeof AccessibleLandmarkRole
1841
1854
  ): this;
1855
+ /**
1856
+ * Sets a new value for property {@link #getHeaderContentLabel headerContentLabel}.
1857
+ *
1858
+ * Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
1859
+ * control.
1860
+ *
1861
+ * If not set, default "Expanded header" aria-label is set.
1862
+ *
1863
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1864
+ *
1865
+ * @since 1.127.0
1866
+ *
1867
+ * @returns Reference to `this` in order to allow method chaining
1868
+ */
1869
+ setHeaderContentLabel(
1870
+ /**
1871
+ * New value for property `headerContentLabel`
1872
+ */
1873
+ sHeaderContentLabel?: string
1874
+ ): this;
1842
1875
  /**
1843
1876
  * Sets a new value for property {@link #getHeaderLabel headerLabel}.
1844
1877
  *
@@ -2061,6 +2094,16 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
2061
2094
  * is set.
2062
2095
  */
2063
2096
  footerLabel?: string | PropertyBindingInfo;
2097
+
2098
+ /**
2099
+ * Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
2100
+ * control.
2101
+ *
2102
+ * If not set, default "Expanded header" aria-label is set.
2103
+ *
2104
+ * @since 1.127.0
2105
+ */
2106
+ headerContentLabel?: string | PropertyBindingInfo;
2064
2107
  }
2065
2108
  }
2066
2109
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.1
1
+ // For Library Version: 1.124.3
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.7
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.7
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.4
1
+ // For Library Version: 1.124.7
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4