@sapui5/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 +114 -30
  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 +130 -36
  9. package/types/sap.fe.core.d.ts +21 -11
  10. package/types/sap.fe.macros.d.ts +160 -9
  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 +282 -1118
  17. package/types/sap.insights.d.ts +248 -2
  18. package/types/sap.landvisz.d.ts +53 -14
  19. package/types/sap.m.d.ts +1793 -403
  20. package/types/sap.makit.d.ts +22 -7
  21. package/types/sap.me.d.ts +33 -9
  22. package/types/sap.ndc.d.ts +20 -15
  23. package/types/sap.ovp.d.ts +7 -97
  24. package/types/sap.rules.ui.d.ts +17 -5
  25. package/types/sap.sac.df.d.ts +90 -1
  26. package/types/sap.suite.ui.commons.d.ts +439 -108
  27. package/types/sap.suite.ui.generic.template.d.ts +5 -2
  28. package/types/sap.suite.ui.microchart.d.ts +69 -18
  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 +236 -68
  32. package/types/sap.ui.comp.d.ts +544 -169
  33. package/types/sap.ui.core.d.ts +934 -264
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +204 -3
  36. package/types/sap.ui.fl.d.ts +21 -6
  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 +71 -13
  40. package/types/sap.ui.layout.d.ts +95 -30
  41. package/types/sap.ui.mdc.d.ts +296 -98
  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 +118 -24
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +209 -53
  49. package/types/sap.ui.ux3.d.ts +220 -61
  50. package/types/sap.ui.vbm.d.ts +184 -61
  51. package/types/sap.ui.vk.d.ts +544 -139
  52. package/types/sap.ui.vtm.d.ts +130 -37
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +137 -35
  55. package/types/sap.ui.webc.main.d.ts +331 -100
  56. package/types/sap.uiext.inbox.d.ts +50 -14
  57. package/types/sap.ushell.d.ts +625 -46
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +42 -12
  60. package/types/sap.viz.d.ts +521 -137
  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 +29 -8
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1592,7 +1592,10 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1592
1592
 
1593
1593
  export interface AppComponent$PageDataLoadedEventParameters {}
1594
1594
 
1595
- export type AppComponent$PageDataLoadedEvent = Event<AppComponent$PageDataLoadedEventParameters>;
1595
+ export type AppComponent$PageDataLoadedEvent = Event<
1596
+ AppComponent$PageDataLoadedEventParameters,
1597
+ AppComponent
1598
+ >;
1596
1599
  }
1597
1600
 
1598
1601
  declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1270,7 +1270,10 @@ declare module "sap/suite/ui/microchart/AreaMicroChart" {
1270
1270
 
1271
1271
  export interface AreaMicroChart$PressEventParameters {}
1272
1272
 
1273
- export type AreaMicroChart$PressEvent = Event<AreaMicroChart$PressEventParameters>;
1273
+ export type AreaMicroChart$PressEvent = Event<
1274
+ AreaMicroChart$PressEventParameters,
1275
+ AreaMicroChart
1276
+ >;
1274
1277
  }
1275
1278
 
1276
1279
  declare module "sap/suite/ui/microchart/AreaMicroChartItem" {
@@ -2922,7 +2925,10 @@ declare module "sap/suite/ui/microchart/BulletMicroChart" {
2922
2925
 
2923
2926
  export interface BulletMicroChart$PressEventParameters {}
2924
2927
 
2925
- export type BulletMicroChart$PressEvent = Event<BulletMicroChart$PressEventParameters>;
2928
+ export type BulletMicroChart$PressEvent = Event<
2929
+ BulletMicroChart$PressEventParameters,
2930
+ BulletMicroChart
2931
+ >;
2926
2932
  }
2927
2933
 
2928
2934
  declare module "sap/suite/ui/microchart/BulletMicroChartData" {
@@ -3783,7 +3789,10 @@ declare module "sap/suite/ui/microchart/ColumnMicroChart" {
3783
3789
 
3784
3790
  export interface ColumnMicroChart$PressEventParameters {}
3785
3791
 
3786
- export type ColumnMicroChart$PressEvent = Event<ColumnMicroChart$PressEventParameters>;
3792
+ export type ColumnMicroChart$PressEvent = Event<
3793
+ ColumnMicroChart$PressEventParameters,
3794
+ ColumnMicroChart
3795
+ >;
3787
3796
  }
3788
3797
 
3789
3798
  declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
@@ -4074,7 +4083,10 @@ declare module "sap/suite/ui/microchart/ColumnMicroChartData" {
4074
4083
 
4075
4084
  export interface ColumnMicroChartData$PressEventParameters {}
4076
4085
 
4077
- export type ColumnMicroChartData$PressEvent = Event<ColumnMicroChartData$PressEventParameters>;
4086
+ export type ColumnMicroChartData$PressEvent = Event<
4087
+ ColumnMicroChartData$PressEventParameters,
4088
+ ColumnMicroChartData
4089
+ >;
4078
4090
  }
4079
4091
 
4080
4092
  declare module "sap/suite/ui/microchart/ColumnMicroChartLabel" {
@@ -4939,7 +4951,10 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChart" {
4939
4951
 
4940
4952
  export interface ComparisonMicroChart$PressEventParameters {}
4941
4953
 
4942
- export type ComparisonMicroChart$PressEvent = Event<ComparisonMicroChart$PressEventParameters>;
4954
+ export type ComparisonMicroChart$PressEvent = Event<
4955
+ ComparisonMicroChart$PressEventParameters,
4956
+ ComparisonMicroChart
4957
+ >;
4943
4958
  }
4944
4959
 
4945
4960
  declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
@@ -5235,7 +5250,10 @@ declare module "sap/suite/ui/microchart/ComparisonMicroChartData" {
5235
5250
 
5236
5251
  export interface ComparisonMicroChartData$PressEventParameters {}
5237
5252
 
5238
- export type ComparisonMicroChartData$PressEvent = Event<ComparisonMicroChartData$PressEventParameters>;
5253
+ export type ComparisonMicroChartData$PressEvent = Event<
5254
+ ComparisonMicroChartData$PressEventParameters,
5255
+ ComparisonMicroChartData
5256
+ >;
5239
5257
  }
5240
5258
 
5241
5259
  declare module "sap/suite/ui/microchart/DeltaMicroChart" {
@@ -5901,7 +5919,10 @@ declare module "sap/suite/ui/microchart/DeltaMicroChart" {
5901
5919
 
5902
5920
  export interface DeltaMicroChart$PressEventParameters {}
5903
5921
 
5904
- export type DeltaMicroChart$PressEvent = Event<DeltaMicroChart$PressEventParameters>;
5922
+ export type DeltaMicroChart$PressEvent = Event<
5923
+ DeltaMicroChart$PressEventParameters,
5924
+ DeltaMicroChart
5925
+ >;
5905
5926
  }
5906
5927
 
5907
5928
  declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
@@ -6685,7 +6706,10 @@ declare module "sap/suite/ui/microchart/HarveyBallMicroChart" {
6685
6706
 
6686
6707
  export interface HarveyBallMicroChart$PressEventParameters {}
6687
6708
 
6688
- export type HarveyBallMicroChart$PressEvent = Event<HarveyBallMicroChart$PressEventParameters>;
6709
+ export type HarveyBallMicroChart$PressEvent = Event<
6710
+ HarveyBallMicroChart$PressEventParameters,
6711
+ HarveyBallMicroChart
6712
+ >;
6689
6713
  }
6690
6714
 
6691
6715
  declare module "sap/suite/ui/microchart/HarveyBallMicroChartItem" {
@@ -7601,7 +7625,10 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7601
7625
 
7602
7626
  export interface InteractiveBarChart$PressEventParameters {}
7603
7627
 
7604
- export type InteractiveBarChart$PressEvent = Event<InteractiveBarChart$PressEventParameters>;
7628
+ export type InteractiveBarChart$PressEvent = Event<
7629
+ InteractiveBarChart$PressEventParameters,
7630
+ InteractiveBarChart
7631
+ >;
7605
7632
 
7606
7633
  export interface InteractiveBarChart$SelectionChangedEventParameters {
7607
7634
  /**
@@ -7620,7 +7647,10 @@ declare module "sap/suite/ui/microchart/InteractiveBarChart" {
7620
7647
  selected?: boolean;
7621
7648
  }
7622
7649
 
7623
- export type InteractiveBarChart$SelectionChangedEvent = Event<InteractiveBarChart$SelectionChangedEventParameters>;
7650
+ export type InteractiveBarChart$SelectionChangedEvent = Event<
7651
+ InteractiveBarChart$SelectionChangedEventParameters,
7652
+ InteractiveBarChart
7653
+ >;
7624
7654
  }
7625
7655
 
7626
7656
  declare module "sap/suite/ui/microchart/InteractiveBarChartBar" {
@@ -8431,7 +8461,10 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8431
8461
 
8432
8462
  export interface InteractiveDonutChart$PressEventParameters {}
8433
8463
 
8434
- export type InteractiveDonutChart$PressEvent = Event<InteractiveDonutChart$PressEventParameters>;
8464
+ export type InteractiveDonutChart$PressEvent = Event<
8465
+ InteractiveDonutChart$PressEventParameters,
8466
+ InteractiveDonutChart
8467
+ >;
8435
8468
 
8436
8469
  export interface InteractiveDonutChart$SelectionChangedEventParameters {
8437
8470
  /**
@@ -8450,7 +8483,10 @@ declare module "sap/suite/ui/microchart/InteractiveDonutChart" {
8450
8483
  selected?: boolean;
8451
8484
  }
8452
8485
 
8453
- export type InteractiveDonutChart$SelectionChangedEvent = Event<InteractiveDonutChart$SelectionChangedEventParameters>;
8486
+ export type InteractiveDonutChart$SelectionChangedEvent = Event<
8487
+ InteractiveDonutChart$SelectionChangedEventParameters,
8488
+ InteractiveDonutChart
8489
+ >;
8454
8490
  }
8455
8491
 
8456
8492
  declare module "sap/suite/ui/microchart/InteractiveDonutChartSegment" {
@@ -9332,7 +9368,10 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
9332
9368
 
9333
9369
  export interface InteractiveLineChart$PressEventParameters {}
9334
9370
 
9335
- export type InteractiveLineChart$PressEvent = Event<InteractiveLineChart$PressEventParameters>;
9371
+ export type InteractiveLineChart$PressEvent = Event<
9372
+ InteractiveLineChart$PressEventParameters,
9373
+ InteractiveLineChart
9374
+ >;
9336
9375
 
9337
9376
  export interface InteractiveLineChart$SelectionChangedEventParameters {
9338
9377
  /**
@@ -9351,7 +9390,10 @@ declare module "sap/suite/ui/microchart/InteractiveLineChart" {
9351
9390
  selected?: boolean;
9352
9391
  }
9353
9392
 
9354
- export type InteractiveLineChart$SelectionChangedEvent = Event<InteractiveLineChart$SelectionChangedEventParameters>;
9393
+ export type InteractiveLineChart$SelectionChangedEvent = Event<
9394
+ InteractiveLineChart$SelectionChangedEventParameters,
9395
+ InteractiveLineChart
9396
+ >;
9355
9397
  }
9356
9398
 
9357
9399
  declare module "sap/suite/ui/microchart/InteractiveLineChartPoint" {
@@ -10729,7 +10771,10 @@ declare module "sap/suite/ui/microchart/LineMicroChart" {
10729
10771
 
10730
10772
  export interface LineMicroChart$PressEventParameters {}
10731
10773
 
10732
- export type LineMicroChart$PressEvent = Event<LineMicroChart$PressEventParameters>;
10774
+ export type LineMicroChart$PressEvent = Event<
10775
+ LineMicroChart$PressEventParameters,
10776
+ LineMicroChart
10777
+ >;
10733
10778
  }
10734
10779
 
10735
10780
  declare module "sap/suite/ui/microchart/LineMicroChartEmphasizedPoint" {
@@ -11877,7 +11922,10 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
11877
11922
 
11878
11923
  export interface RadialMicroChart$PressEventParameters {}
11879
11924
 
11880
- export type RadialMicroChart$PressEvent = Event<RadialMicroChart$PressEventParameters>;
11925
+ export type RadialMicroChart$PressEvent = Event<
11926
+ RadialMicroChart$PressEventParameters,
11927
+ RadialMicroChart
11928
+ >;
11881
11929
  }
11882
11930
 
11883
11931
  declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
@@ -12488,7 +12536,10 @@ declare module "sap/suite/ui/microchart/StackedBarMicroChart" {
12488
12536
 
12489
12537
  export interface StackedBarMicroChart$PressEventParameters {}
12490
12538
 
12491
- export type StackedBarMicroChart$PressEvent = Event<StackedBarMicroChart$PressEventParameters>;
12539
+ export type StackedBarMicroChart$PressEvent = Event<
12540
+ StackedBarMicroChart$PressEventParameters,
12541
+ StackedBarMicroChart
12542
+ >;
12492
12543
  }
12493
12544
 
12494
12545
  declare module "sap/suite/ui/microchart/StackedBarMicroChartBar" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -851,7 +851,10 @@ declare module "sap/tnt/NavigationList" {
851
851
  item?: Item;
852
852
  }
853
853
 
854
- export type NavigationList$ItemSelectEvent = Event<NavigationList$ItemSelectEventParameters>;
854
+ export type NavigationList$ItemSelectEvent = Event<
855
+ NavigationList$ItemSelectEventParameters,
856
+ NavigationList
857
+ >;
855
858
  }
856
859
 
857
860
  declare module "sap/tnt/NavigationListItem" {
@@ -1363,7 +1366,10 @@ declare module "sap/tnt/NavigationListItem" {
1363
1366
  item?: Item;
1364
1367
  }
1365
1368
 
1366
- export type NavigationListItem$SelectEvent = Event<NavigationListItem$SelectEventParameters>;
1369
+ export type NavigationListItem$SelectEvent = Event<
1370
+ NavigationListItem$SelectEventParameters,
1371
+ NavigationListItem
1372
+ >;
1367
1373
  }
1368
1374
 
1369
1375
  declare module "sap/tnt/SideNavigation" {
@@ -1764,7 +1770,10 @@ declare module "sap/tnt/SideNavigation" {
1764
1770
  item?: Item;
1765
1771
  }
1766
1772
 
1767
- export type SideNavigation$ItemSelectEvent = Event<SideNavigation$ItemSelectEventParameters>;
1773
+ export type SideNavigation$ItemSelectEvent = Event<
1774
+ SideNavigation$ItemSelectEventParameters,
1775
+ SideNavigation
1776
+ >;
1768
1777
  }
1769
1778
 
1770
1779
  declare module "sap/tnt/ToolHeader" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.116.0
1
+ // For Library Version: 1.117.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -677,7 +677,10 @@ declare module "sap/ui/codeeditor/CodeEditor" {
677
677
  oldValue?: string;
678
678
  }
679
679
 
680
- export type CodeEditor$ChangeEvent = Event<CodeEditor$ChangeEventParameters>;
680
+ export type CodeEditor$ChangeEvent = Event<
681
+ CodeEditor$ChangeEventParameters,
682
+ CodeEditor
683
+ >;
681
684
 
682
685
  export interface CodeEditor$LiveChangeEventParameters {
683
686
  /**
@@ -691,7 +694,10 @@ declare module "sap/ui/codeeditor/CodeEditor" {
691
694
  editorEvent?: object;
692
695
  }
693
696
 
694
- export type CodeEditor$LiveChangeEvent = Event<CodeEditor$LiveChangeEventParameters>;
697
+ export type CodeEditor$LiveChangeEvent = Event<
698
+ CodeEditor$LiveChangeEventParameters,
699
+ CodeEditor
700
+ >;
695
701
  }
696
702
 
697
703
  declare namespace sap {