@sapui5/ts-types-esm 1.136.1 → 1.136.3

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 (60) hide show
  1. package/package.json +1 -1
  2. package/types/index.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.esh.search.ui.d.ts +1 -1
  6. package/types/sap.f.d.ts +1 -1
  7. package/types/sap.fe.base.d.ts +1 -1
  8. package/types/sap.fe.controls.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +5 -4
  10. package/types/sap.fe.ina.d.ts +1 -1
  11. package/types/sap.fe.macros.d.ts +39 -15
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  15. package/types/sap.fe.templates.d.ts +1 -1
  16. package/types/sap.fe.test.d.ts +1 -1
  17. package/types/sap.fe.tools.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1 -1
  19. package/types/sap.insights.d.ts +1 -1
  20. package/types/sap.m.d.ts +29 -10
  21. package/types/sap.makit.d.ts +1 -1
  22. package/types/sap.me.d.ts +1 -1
  23. package/types/sap.ndc.d.ts +1 -1
  24. package/types/sap.ovp.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +66 -18
  26. package/types/sap.suite.ui.commons.d.ts +1 -1
  27. package/types/sap.suite.ui.generic.template.d.ts +31 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +2 -2307
  33. package/types/sap.ui.core.d.ts +22 -12
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +1 -1
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +1 -1
  40. package/types/sap.ui.layout.d.ts +1 -1
  41. package/types/sap.ui.richtexteditor.d.ts +1 -1
  42. package/types/sap.ui.rta.d.ts +1 -1
  43. package/types/sap.ui.suite.d.ts +1 -1
  44. package/types/sap.ui.support.d.ts +1 -1
  45. package/types/sap.ui.table.d.ts +1 -1
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +1 -1
  48. package/types/sap.ui.ux3.d.ts +1 -1
  49. package/types/sap.ui.webc.common.d.ts +1 -1
  50. package/types/sap.ui.webc.fiori.d.ts +1 -1
  51. package/types/sap.ui.webc.main.d.ts +1 -1
  52. package/types/sap.uiext.inbox.d.ts +1 -1
  53. package/types/sap.ushell.d.ts +16 -31
  54. package/types/sap.ushell_abap.d.ts +1 -1
  55. package/types/sap.uxap.d.ts +1 -1
  56. package/types/sap.viz.d.ts +1 -1
  57. package/types/sap.zen.commons.d.ts +1 -1
  58. package/types/sap.zen.crosstab.d.ts +1 -1
  59. package/types/sap.zen.dsh.d.ts +1 -1
  60. /package/types/{sap.ui.mdc.d.ts → mdc-1.136.0-esm-d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1458,6 +1458,15 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1458
1458
  * @returns Value of property `showDraftToggle`
1459
1459
  */
1460
1460
  getShowDraftToggle(): boolean;
1461
+ /**
1462
+ * Gets current value of property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
1463
+ *
1464
+ * Default value is `false`.
1465
+ *
1466
+ *
1467
+ * @returns Value of property `skipOPContextInfoInBrowserTitle`
1468
+ */
1469
+ getSkipOPContextInfoInBrowserTitle(): boolean;
1461
1470
  /**
1462
1471
  * Gets current value of property {@link #getStatePreservationMode statePreservationMode}.
1463
1472
  *
@@ -1692,6 +1701,22 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1692
1701
  */
1693
1702
  bShowDraftToggle?: boolean
1694
1703
  ): this;
1704
+ /**
1705
+ * Sets a new value for property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
1706
+ *
1707
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1708
+ *
1709
+ * Default value is `false`.
1710
+ *
1711
+ *
1712
+ * @returns Reference to `this` in order to allow method chaining
1713
+ */
1714
+ setSkipOPContextInfoInBrowserTitle(
1715
+ /**
1716
+ * New value for property `skipOPContextInfoInBrowserTitle`
1717
+ */
1718
+ bSkipOPContextInfoInBrowserTitle?: boolean
1719
+ ): this;
1695
1720
  /**
1696
1721
  * Sets a new value for property {@link #getStatePreservationMode statePreservationMode}.
1697
1722
  *
@@ -1802,6 +1827,11 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1802
1827
 
1803
1828
  externalNavigationSettings?: object | PropertyBindingInfo | `{${string}}`;
1804
1829
 
1830
+ skipOPContextInfoInBrowserTitle?:
1831
+ | boolean
1832
+ | PropertyBindingInfo
1833
+ | `{${string}}`;
1834
+
1805
1835
  pageDataLoaded?: (oEvent: Event) => void;
1806
1836
  }
1807
1837
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";