@sapui5/ts-types 1.112.3 → 1.114.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/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +59 -2
  5. package/types/sap.chart.d.ts +15 -1
  6. package/types/sap.collaboration.d.ts +33 -1
  7. package/types/sap.esh.search.ui.d.ts +449 -1
  8. package/types/sap.f.d.ts +125 -38
  9. package/types/sap.fe.core.d.ts +35 -5
  10. package/types/sap.fe.macros.d.ts +80 -72
  11. package/types/sap.fe.navigation.d.ts +2 -0
  12. package/types/sap.fe.templates.d.ts +6 -0
  13. package/types/sap.fe.test.d.ts +7 -1
  14. package/types/sap.feedback.ui.d.ts +2 -6
  15. package/types/sap.gantt.d.ts +238 -16
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +27 -1
  18. package/types/sap.m.d.ts +2306 -1028
  19. package/types/sap.makit.d.ts +13 -1
  20. package/types/sap.me.d.ts +17 -1
  21. package/types/sap.ndc.d.ts +10 -2
  22. package/types/sap.ovp.d.ts +7 -1
  23. package/types/sap.rules.ui.d.ts +9 -1
  24. package/types/sap.sac.df.d.ts +64 -551
  25. package/types/sap.suite.ui.commons.d.ts +276 -2
  26. package/types/sap.suite.ui.generic.template.d.ts +180 -1
  27. package/types/sap.suite.ui.microchart.d.ts +37 -1
  28. package/types/sap.tnt.d.ts +7 -1
  29. package/types/sap.ui.codeeditor.d.ts +5 -1
  30. package/types/sap.ui.commons.d.ts +197 -1
  31. package/types/sap.ui.comp.d.ts +706 -263
  32. package/types/sap.ui.core.d.ts +3117 -1641
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +1 -1
  35. package/types/sap.ui.fl.d.ts +13 -3
  36. package/types/sap.ui.generic.app.d.ts +21 -8
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +158 -22
  39. package/types/sap.ui.layout.d.ts +43 -1
  40. package/types/sap.ui.mdc.d.ts +17 -7
  41. package/types/sap.ui.richtexteditor.d.ts +11 -1
  42. package/types/sap.ui.rta.d.ts +1 -1
  43. package/types/sap.ui.suite.d.ts +5 -1
  44. package/types/sap.ui.support.d.ts +1 -1
  45. package/types/sap.ui.table.d.ts +98 -7
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +433 -111
  48. package/types/sap.ui.ux3.d.ts +147 -1
  49. package/types/sap.ui.vbm.d.ts +122 -1
  50. package/types/sap.ui.vk.d.ts +414 -2
  51. package/types/sap.ui.vtm.d.ts +73 -1
  52. package/types/sap.ui.webc.common.d.ts +1 -1
  53. package/types/sap.ui.webc.fiori.d.ts +63 -1
  54. package/types/sap.ui.webc.main.d.ts +189 -5
  55. package/types/sap.uiext.inbox.d.ts +27 -1
  56. package/types/sap.ushell.d.ts +380 -84
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +26 -1
  59. package/types/sap.viz.d.ts +229 -1
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +1 -1
  62. package/types/sap.zen.crosstab.d.ts +1 -1
  63. package/types/sap.zen.dsh.d.ts +10 -1
  64. package/types/sap.sac.grid.d.ts +0 -760
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -543,6 +543,8 @@ declare namespace sap {
543
543
  oListener?: object
544
544
  ): this;
545
545
  /**
546
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
547
+ *
546
548
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
547
549
  *
548
550
  * @returns Reference to `this` in order to allow method chaining
@@ -559,6 +561,8 @@ declare namespace sap {
559
561
  }
560
562
  ): this;
561
563
  /**
564
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
565
+ *
562
566
  * Fires event {@link #event:stateChange stateChange} to attached listeners.
563
567
  *
564
568
  * @returns Reference to `this` in order to allow method chaining
@@ -1571,6 +1575,7 @@ declare namespace sap {
1571
1575
  ): this;
1572
1576
  /**
1573
1577
  * @SINCE 1.24
1578
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1574
1579
  *
1575
1580
  * Fires event {@link #event:cancel cancel} to attached listeners.
1576
1581
  *
@@ -1584,6 +1589,7 @@ declare namespace sap {
1584
1589
  ): this;
1585
1590
  /**
1586
1591
  * @SINCE 1.24
1592
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1587
1593
  *
1588
1594
  * Fires event {@link #event:ok ok} to attached listeners.
1589
1595
  *
@@ -1602,6 +1608,7 @@ declare namespace sap {
1602
1608
  ): this;
1603
1609
  /**
1604
1610
  * @SINCE 1.32
1611
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1605
1612
  *
1606
1613
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
1607
1614
  *
@@ -1630,6 +1637,7 @@ declare namespace sap {
1630
1637
  ): this;
1631
1638
  /**
1632
1639
  * @SINCE 1.32
1640
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1633
1641
  *
1634
1642
  * Fires event {@link #event:tokenRemove tokenRemove} to attached listeners.
1635
1643
  *
@@ -1652,6 +1660,7 @@ declare namespace sap {
1652
1660
  ): this;
1653
1661
  /**
1654
1662
  * @SINCE 1.32
1663
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1655
1664
  *
1656
1665
  * Fires event {@link #event:updateSelection updateSelection} to attached listeners.
1657
1666
  *