@sapui5/ts-types 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 -3
  10. package/types/sap.fe.ina.d.ts +1 -1
  11. package/types/sap.fe.macros.d.ts +42 -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 +69 -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 -2321
  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-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 namespace sap {
4
4
  namespace suite {
@@ -1205,6 +1205,11 @@ declare namespace sap {
1205
1205
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1206
1206
  | `{${string}}`;
1207
1207
 
1208
+ skipOPContextInfoInBrowserTitle?:
1209
+ | boolean
1210
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1211
+ | `{${string}}`;
1212
+
1208
1213
  pageDataLoaded?: (oEvent: sap.ui.base.Event) => void;
1209
1214
  }
1210
1215
 
@@ -1474,6 +1479,15 @@ declare namespace sap {
1474
1479
  * @returns Value of property `showDraftToggle`
1475
1480
  */
1476
1481
  getShowDraftToggle(): boolean;
1482
+ /**
1483
+ * Gets current value of property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
1484
+ *
1485
+ * Default value is `false`.
1486
+ *
1487
+ *
1488
+ * @returns Value of property `skipOPContextInfoInBrowserTitle`
1489
+ */
1490
+ getSkipOPContextInfoInBrowserTitle(): boolean;
1477
1491
  /**
1478
1492
  * Gets current value of property {@link #getStatePreservationMode statePreservationMode}.
1479
1493
  *
@@ -1708,6 +1722,22 @@ declare namespace sap {
1708
1722
  */
1709
1723
  bShowDraftToggle?: boolean
1710
1724
  ): this;
1725
+ /**
1726
+ * Sets a new value for property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
1727
+ *
1728
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1729
+ *
1730
+ * Default value is `false`.
1731
+ *
1732
+ *
1733
+ * @returns Reference to `this` in order to allow method chaining
1734
+ */
1735
+ setSkipOPContextInfoInBrowserTitle(
1736
+ /**
1737
+ * New value for property `skipOPContextInfoInBrowserTitle`
1738
+ */
1739
+ bSkipOPContextInfoInBrowserTitle?: boolean
1740
+ ): this;
1711
1741
  /**
1712
1742
  * Sets a new value for property {@link #getStatePreservationMode statePreservationMode}.
1713
1743
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {