@sapui5/ts-types 1.116.0 → 1.117.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 +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +144 -57
  5. package/types/sap.chart.d.ts +29 -8
  6. package/types/sap.collaboration.d.ts +5 -2
  7. package/types/sap.esh.search.ui.d.ts +9 -3
  8. package/types/sap.f.d.ts +160 -63
  9. package/types/sap.fe.core.d.ts +21 -35
  10. package/types/sap.fe.macros.d.ts +148 -16
  11. package/types/sap.fe.placeholder.d.ts +1 -1
  12. package/types/sap.fe.plugins.optimisticBatch.d.ts +3 -0
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.fe.tools.d.ts +1 -1
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +344 -1208
  17. package/types/sap.insights.d.ts +251 -11
  18. package/types/sap.landvisz.d.ts +64 -25
  19. package/types/sap.m.d.ts +2259 -806
  20. package/types/sap.makit.d.ts +22 -7
  21. package/types/sap.me.d.ts +40 -16
  22. package/types/sap.ndc.d.ts +20 -15
  23. package/types/sap.ovp.d.ts +24 -111
  24. package/types/sap.rules.ui.d.ts +17 -5
  25. package/types/sap.sac.df.d.ts +87 -1
  26. package/types/sap.suite.ui.commons.d.ts +531 -182
  27. package/types/sap.suite.ui.generic.template.d.ts +5 -2
  28. package/types/sap.suite.ui.microchart.d.ts +85 -34
  29. package/types/sap.tnt.d.ts +13 -4
  30. package/types/sap.ui.codeeditor.d.ts +9 -3
  31. package/types/sap.ui.commons.d.ts +297 -116
  32. package/types/sap.ui.comp.d.ts +631 -256
  33. package/types/sap.ui.core.d.ts +976 -286
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +193 -3
  36. package/types/sap.ui.fl.d.ts +25 -10
  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 +90 -23
  40. package/types/sap.ui.layout.d.ts +93 -30
  41. package/types/sap.ui.mdc.d.ts +6507 -6291
  42. package/types/sap.ui.richtexteditor.d.ts +17 -5
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +9 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +149 -43
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +265 -103
  49. package/types/sap.ui.ux3.d.ts +300 -120
  50. package/types/sap.ui.vbm.d.ts +288 -120
  51. package/types/sap.ui.vk.d.ts +685 -271
  52. package/types/sap.ui.vtm.d.ts +177 -72
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +170 -68
  55. package/types/sap.ui.webc.main.d.ts +495 -198
  56. package/types/sap.uiext.inbox.d.ts +64 -25
  57. package/types/sap.ushell.d.ts +658 -47
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +51 -21
  60. package/types/sap.viz.d.ts +675 -267
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  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 +35 -14
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -5484,7 +5484,7 @@ declare namespace sap {
5484
5484
  */
5485
5485
  getPreserveHeaderStateOnScroll(): boolean;
5486
5486
  /**
5487
- * Returns the `sap.ui.core.ScrollEnablement` delegate which is used with this control.
5487
+ * Returns the `sap.ui.core.delegate.ScrollEnablement` delegate which is used with this control.
5488
5488
  *
5489
5489
  * @returns The scroll delegate instance
5490
5490
  */
@@ -7522,25 +7522,55 @@ declare namespace sap {
7522
7522
  */
7523
7523
  type BlockBaseColumnLayout = string;
7524
7524
 
7525
- type BlockBase$ViewInitEvent = sap.ui.base.Event<BlockBase$ViewInitEventParameters>;
7526
-
7527
- type ObjectPageHeader$MarkChangesPressEvent = sap.ui.base.Event<ObjectPageHeader$MarkChangesPressEventParameters>;
7528
-
7529
- type ObjectPageHeader$MarkLockedPressEvent = sap.ui.base.Event<ObjectPageHeader$MarkLockedPressEventParameters>;
7530
-
7531
- type ObjectPageHeader$TitleSelectorPressEvent = sap.ui.base.Event<ObjectPageHeader$TitleSelectorPressEventParameters>;
7532
-
7533
- type ObjectPageLayout$EditHeaderButtonPressEvent = sap.ui.base.Event<ObjectPageLayout$EditHeaderButtonPressEventParameters>;
7534
-
7535
- type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = sap.ui.base.Event<ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters>;
7536
-
7537
- type ObjectPageLayout$NavigateEvent = sap.ui.base.Event<ObjectPageLayout$NavigateEventParameters>;
7538
-
7539
- type ObjectPageLayout$SectionChangeEvent = sap.ui.base.Event<ObjectPageLayout$SectionChangeEventParameters>;
7540
-
7541
- type ObjectPageLayout$SubSectionVisibilityChangeEvent = sap.ui.base.Event<ObjectPageLayout$SubSectionVisibilityChangeEventParameters>;
7542
-
7543
- type ObjectPageLayout$ToggleAnchorBarEvent = sap.ui.base.Event<ObjectPageLayout$ToggleAnchorBarEventParameters>;
7525
+ type BlockBase$ViewInitEvent = sap.ui.base.Event<
7526
+ BlockBase$ViewInitEventParameters,
7527
+ BlockBase
7528
+ >;
7529
+
7530
+ type ObjectPageHeader$MarkChangesPressEvent = sap.ui.base.Event<
7531
+ ObjectPageHeader$MarkChangesPressEventParameters,
7532
+ ObjectPageHeader
7533
+ >;
7534
+
7535
+ type ObjectPageHeader$MarkLockedPressEvent = sap.ui.base.Event<
7536
+ ObjectPageHeader$MarkLockedPressEventParameters,
7537
+ ObjectPageHeader
7538
+ >;
7539
+
7540
+ type ObjectPageHeader$TitleSelectorPressEvent = sap.ui.base.Event<
7541
+ ObjectPageHeader$TitleSelectorPressEventParameters,
7542
+ ObjectPageHeader
7543
+ >;
7544
+
7545
+ type ObjectPageLayout$EditHeaderButtonPressEvent = sap.ui.base.Event<
7546
+ ObjectPageLayout$EditHeaderButtonPressEventParameters,
7547
+ ObjectPageLayout
7548
+ >;
7549
+
7550
+ type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = sap.ui.base.Event<
7551
+ ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters,
7552
+ ObjectPageLayout
7553
+ >;
7554
+
7555
+ type ObjectPageLayout$NavigateEvent = sap.ui.base.Event<
7556
+ ObjectPageLayout$NavigateEventParameters,
7557
+ ObjectPageLayout
7558
+ >;
7559
+
7560
+ type ObjectPageLayout$SectionChangeEvent = sap.ui.base.Event<
7561
+ ObjectPageLayout$SectionChangeEventParameters,
7562
+ ObjectPageLayout
7563
+ >;
7564
+
7565
+ type ObjectPageLayout$SubSectionVisibilityChangeEvent = sap.ui.base.Event<
7566
+ ObjectPageLayout$SubSectionVisibilityChangeEventParameters,
7567
+ ObjectPageLayout
7568
+ >;
7569
+
7570
+ type ObjectPageLayout$ToggleAnchorBarEvent = sap.ui.base.Event<
7571
+ ObjectPageLayout$ToggleAnchorBarEventParameters,
7572
+ ObjectPageLayout
7573
+ >;
7544
7574
  }
7545
7575
 
7546
7576
  interface IUI5DefineDependencyNames {