@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
  namespace ui {
@@ -2363,13 +2363,25 @@ declare namespace sap {
2363
2363
  LegacyDvl = "LegacyDvl",
2364
2364
  }
2365
2365
 
2366
- type Viewport$FrameRenderingFinishedEvent = sap.ui.base.Event<Viewport$FrameRenderingFinishedEventParameters>;
2367
-
2368
- type Viewport$PanEvent = sap.ui.base.Event<Viewport$PanEventParameters>;
2369
-
2370
- type Viewport$RotateEvent = sap.ui.base.Event<Viewport$RotateEventParameters>;
2371
-
2372
- type Viewport$ZoomEvent = sap.ui.base.Event<Viewport$ZoomEventParameters>;
2366
+ type Viewport$FrameRenderingFinishedEvent = sap.ui.base.Event<
2367
+ Viewport$FrameRenderingFinishedEventParameters,
2368
+ Viewport
2369
+ >;
2370
+
2371
+ type Viewport$PanEvent = sap.ui.base.Event<
2372
+ Viewport$PanEventParameters,
2373
+ Viewport
2374
+ >;
2375
+
2376
+ type Viewport$RotateEvent = sap.ui.base.Event<
2377
+ Viewport$RotateEventParameters,
2378
+ Viewport
2379
+ >;
2380
+
2381
+ type Viewport$ZoomEvent = sap.ui.base.Event<
2382
+ Viewport$ZoomEventParameters,
2383
+ Viewport
2384
+ >;
2373
2385
  }
2374
2386
 
2375
2387
  namespace svg {
@@ -4095,13 +4107,25 @@ declare namespace sap {
4095
4107
  ): this;
4096
4108
  }
4097
4109
 
4098
- type ContentManager$ErrorReportedEvent = sap.ui.base.Event<ContentManager$ErrorReportedEventParameters>;
4099
-
4100
- type Viewport$CameraChangedEvent = sap.ui.base.Event<Viewport$CameraChangedEventParameters>;
4101
-
4102
- type Viewport$HotspotEnterEvent = sap.ui.base.Event<Viewport$HotspotEnterEventParameters>;
4103
-
4104
- type Viewport$HotspotLeaveEvent = sap.ui.base.Event<Viewport$HotspotLeaveEventParameters>;
4110
+ type ContentManager$ErrorReportedEvent = sap.ui.base.Event<
4111
+ ContentManager$ErrorReportedEventParameters,
4112
+ ContentManager
4113
+ >;
4114
+
4115
+ type Viewport$CameraChangedEvent = sap.ui.base.Event<
4116
+ Viewport$CameraChangedEventParameters,
4117
+ Viewport
4118
+ >;
4119
+
4120
+ type Viewport$HotspotEnterEvent = sap.ui.base.Event<
4121
+ Viewport$HotspotEnterEventParameters,
4122
+ Viewport
4123
+ >;
4124
+
4125
+ type Viewport$HotspotLeaveEvent = sap.ui.base.Event<
4126
+ Viewport$HotspotLeaveEventParameters,
4127
+ Viewport
4128
+ >;
4105
4129
  }
4106
4130
 
4107
4131
  namespace threejs {
@@ -6468,9 +6492,15 @@ declare namespace sap {
6468
6492
  MeshPhongMaterial = "MeshPhongMaterial",
6469
6493
  }
6470
6494
 
6471
- type Viewport$CameraChangedEvent = sap.ui.base.Event<Viewport$CameraChangedEventParameters>;
6495
+ type Viewport$CameraChangedEvent = sap.ui.base.Event<
6496
+ Viewport$CameraChangedEventParameters,
6497
+ Viewport
6498
+ >;
6472
6499
 
6473
- type Viewport$FrameRenderingFinishedEvent = sap.ui.base.Event<Viewport$FrameRenderingFinishedEventParameters>;
6500
+ type Viewport$FrameRenderingFinishedEvent = sap.ui.base.Event<
6501
+ Viewport$FrameRenderingFinishedEventParameters,
6502
+ Viewport
6503
+ >;
6474
6504
  }
6475
6505
 
6476
6506
  namespace tools {
@@ -15497,93 +15527,225 @@ declare namespace sap {
15497
15527
  Outline = "Outline",
15498
15528
  }
15499
15529
 
15500
- type AnchorPointTool$MovedEvent = sap.ui.base.Event<AnchorPointTool$MovedEventParameters>;
15501
-
15502
- type AnchorPointTool$MovingEvent = sap.ui.base.Event<AnchorPointTool$MovingEventParameters>;
15503
-
15504
- type AnchorPointTool$RotatedEvent = sap.ui.base.Event<AnchorPointTool$RotatedEventParameters>;
15505
-
15506
- type AnchorPointTool$RotatingEvent = sap.ui.base.Event<AnchorPointTool$RotatingEventParameters>;
15507
-
15508
- type AxisAngleRotationTool$RotatedEvent = sap.ui.base.Event<AxisAngleRotationTool$RotatedEventParameters>;
15509
-
15510
- type AxisAngleRotationTool$RotatingEvent = sap.ui.base.Event<AxisAngleRotationTool$RotatingEventParameters>;
15511
-
15512
- type CreateEllipseTool$CompletedEvent = sap.ui.base.Event<CreateEllipseTool$CompletedEventParameters>;
15513
-
15514
- type CreatePathTool$CompletedEvent = sap.ui.base.Event<CreatePathTool$CompletedEventParameters>;
15515
-
15516
- type CreateRectangleTool$CompletedEvent = sap.ui.base.Event<CreateRectangleTool$CompletedEventParameters>;
15517
-
15518
- type CreateTextTool$CompletedEvent = sap.ui.base.Event<CreateTextTool$CompletedEventParameters>;
15519
-
15520
- type DuplicateSvgElementTool$NodesCreatedEvent = sap.ui.base.Event<DuplicateSvgElementTool$NodesCreatedEventParameters>;
15521
-
15522
- type ExplodeTool$AxisSelectedEvent = sap.ui.base.Event<ExplodeTool$AxisSelectedEventParameters>;
15523
-
15524
- type ExplodeTool$ItemPositionAdjustedEvent = sap.ui.base.Event<ExplodeTool$ItemPositionAdjustedEventParameters>;
15525
-
15526
- type ExplodeTool$ItemPositionAdjustingEvent = sap.ui.base.Event<ExplodeTool$ItemPositionAdjustingEventParameters>;
15527
-
15528
- type ExplodeTool$ItemSequenceChangePressedEvent = sap.ui.base.Event<ExplodeTool$ItemSequenceChangePressedEventParameters>;
15529
-
15530
- type ExplodeTool$MagnitudeChangedEvent = sap.ui.base.Event<ExplodeTool$MagnitudeChangedEventParameters>;
15531
-
15532
- type ExplodeTool$MagnitudeChangingEvent = sap.ui.base.Event<ExplodeTool$MagnitudeChangingEventParameters>;
15533
-
15534
- type HitTestTool$HitEvent = sap.ui.base.Event<HitTestTool$HitEventParameters>;
15535
-
15536
- type MoveTool$CoordinateSystemChangedEvent = sap.ui.base.Event<MoveTool$CoordinateSystemChangedEventParameters>;
15537
-
15538
- type MoveTool$MovedEvent = sap.ui.base.Event<MoveTool$MovedEventParameters>;
15539
-
15540
- type MoveTool$MovingEvent = sap.ui.base.Event<MoveTool$MovingEventParameters>;
15541
-
15542
- type MoveTool$PlacementModeChangedEvent = sap.ui.base.Event<MoveTool$PlacementModeChangedEventParameters>;
15543
-
15544
- type RedlineTool$ElementClickedEvent = sap.ui.base.Event<RedlineTool$ElementClickedEventParameters>;
15545
-
15546
- type RedlineTool$ElementCreatedEvent = sap.ui.base.Event<RedlineTool$ElementCreatedEventParameters>;
15547
-
15548
- type RedlineTool$ElementHoveredEvent = sap.ui.base.Event<RedlineTool$ElementHoveredEventParameters>;
15549
-
15550
- type RotateOrbitTool$RotateEvent = sap.ui.base.Event<RotateOrbitTool$RotateEventParameters>;
15551
-
15552
- type RotateTool$AxisChangedEvent = sap.ui.base.Event<RotateTool$AxisChangedEventParameters>;
15553
-
15554
- type RotateTool$CoordinateSystemChangedEvent = sap.ui.base.Event<RotateTool$CoordinateSystemChangedEventParameters>;
15555
-
15556
- type RotateTool$PlacementModeChangedEvent = sap.ui.base.Event<RotateTool$PlacementModeChangedEventParameters>;
15557
-
15558
- type RotateTool$RotatedEvent = sap.ui.base.Event<RotateTool$RotatedEventParameters>;
15559
-
15560
- type RotateTool$RotatingEvent = sap.ui.base.Event<RotateTool$RotatingEventParameters>;
15561
-
15562
- type RotateTurntableTool$RotateEvent = sap.ui.base.Event<RotateTurntableTool$RotateEventParameters>;
15563
-
15564
- type ScaleTool$CoordinateSystemChangedEvent = sap.ui.base.Event<ScaleTool$CoordinateSystemChangedEventParameters>;
15565
-
15566
- type ScaleTool$PlacementModeChangedEvent = sap.ui.base.Event<ScaleTool$PlacementModeChangedEventParameters>;
15567
-
15568
- type ScaleTool$ScaledEvent = sap.ui.base.Event<ScaleTool$ScaledEventParameters>;
15569
-
15570
- type ScaleTool$ScalingEvent = sap.ui.base.Event<ScaleTool$ScalingEventParameters>;
15571
-
15572
- type Tool$EnabledEvent = sap.ui.base.Event<Tool$EnabledEventParameters>;
15573
-
15574
- type TooltipTool$HoverEvent = sap.ui.base.Event<TooltipTool$HoverEventParameters>;
15575
-
15576
- type TransformSvgElementTool$MovedEvent = sap.ui.base.Event<TransformSvgElementTool$MovedEventParameters>;
15577
-
15578
- type TransformSvgElementTool$MovingEvent = sap.ui.base.Event<TransformSvgElementTool$MovingEventParameters>;
15579
-
15580
- type TransformSvgElementTool$RotatedEvent = sap.ui.base.Event<TransformSvgElementTool$RotatedEventParameters>;
15581
-
15582
- type TransformSvgElementTool$RotatingEvent = sap.ui.base.Event<TransformSvgElementTool$RotatingEventParameters>;
15583
-
15584
- type TransformSvgElementTool$ScaledEvent = sap.ui.base.Event<TransformSvgElementTool$ScaledEventParameters>;
15585
-
15586
- type TransformSvgElementTool$ScalingEvent = sap.ui.base.Event<TransformSvgElementTool$ScalingEventParameters>;
15530
+ type AnchorPointTool$MovedEvent = sap.ui.base.Event<
15531
+ AnchorPointTool$MovedEventParameters,
15532
+ AnchorPointTool
15533
+ >;
15534
+
15535
+ type AnchorPointTool$MovingEvent = sap.ui.base.Event<
15536
+ AnchorPointTool$MovingEventParameters,
15537
+ AnchorPointTool
15538
+ >;
15539
+
15540
+ type AnchorPointTool$RotatedEvent = sap.ui.base.Event<
15541
+ AnchorPointTool$RotatedEventParameters,
15542
+ AnchorPointTool
15543
+ >;
15544
+
15545
+ type AnchorPointTool$RotatingEvent = sap.ui.base.Event<
15546
+ AnchorPointTool$RotatingEventParameters,
15547
+ AnchorPointTool
15548
+ >;
15549
+
15550
+ type AxisAngleRotationTool$RotatedEvent = sap.ui.base.Event<
15551
+ AxisAngleRotationTool$RotatedEventParameters,
15552
+ AxisAngleRotationTool
15553
+ >;
15554
+
15555
+ type AxisAngleRotationTool$RotatingEvent = sap.ui.base.Event<
15556
+ AxisAngleRotationTool$RotatingEventParameters,
15557
+ AxisAngleRotationTool
15558
+ >;
15559
+
15560
+ type CreateEllipseTool$CompletedEvent = sap.ui.base.Event<
15561
+ CreateEllipseTool$CompletedEventParameters,
15562
+ CreateEllipseTool
15563
+ >;
15564
+
15565
+ type CreatePathTool$CompletedEvent = sap.ui.base.Event<
15566
+ CreatePathTool$CompletedEventParameters,
15567
+ CreatePathTool
15568
+ >;
15569
+
15570
+ type CreateRectangleTool$CompletedEvent = sap.ui.base.Event<
15571
+ CreateRectangleTool$CompletedEventParameters,
15572
+ CreateRectangleTool
15573
+ >;
15574
+
15575
+ type CreateTextTool$CompletedEvent = sap.ui.base.Event<
15576
+ CreateTextTool$CompletedEventParameters,
15577
+ CreateTextTool
15578
+ >;
15579
+
15580
+ type DuplicateSvgElementTool$NodesCreatedEvent = sap.ui.base.Event<
15581
+ DuplicateSvgElementTool$NodesCreatedEventParameters,
15582
+ DuplicateSvgElementTool
15583
+ >;
15584
+
15585
+ type ExplodeTool$AxisSelectedEvent = sap.ui.base.Event<
15586
+ ExplodeTool$AxisSelectedEventParameters,
15587
+ ExplodeTool
15588
+ >;
15589
+
15590
+ type ExplodeTool$ItemPositionAdjustedEvent = sap.ui.base.Event<
15591
+ ExplodeTool$ItemPositionAdjustedEventParameters,
15592
+ ExplodeTool
15593
+ >;
15594
+
15595
+ type ExplodeTool$ItemPositionAdjustingEvent = sap.ui.base.Event<
15596
+ ExplodeTool$ItemPositionAdjustingEventParameters,
15597
+ ExplodeTool
15598
+ >;
15599
+
15600
+ type ExplodeTool$ItemSequenceChangePressedEvent = sap.ui.base.Event<
15601
+ ExplodeTool$ItemSequenceChangePressedEventParameters,
15602
+ ExplodeTool
15603
+ >;
15604
+
15605
+ type ExplodeTool$MagnitudeChangedEvent = sap.ui.base.Event<
15606
+ ExplodeTool$MagnitudeChangedEventParameters,
15607
+ ExplodeTool
15608
+ >;
15609
+
15610
+ type ExplodeTool$MagnitudeChangingEvent = sap.ui.base.Event<
15611
+ ExplodeTool$MagnitudeChangingEventParameters,
15612
+ ExplodeTool
15613
+ >;
15614
+
15615
+ type HitTestTool$HitEvent = sap.ui.base.Event<
15616
+ HitTestTool$HitEventParameters,
15617
+ HitTestTool
15618
+ >;
15619
+
15620
+ type MoveTool$CoordinateSystemChangedEvent = sap.ui.base.Event<
15621
+ MoveTool$CoordinateSystemChangedEventParameters,
15622
+ MoveTool
15623
+ >;
15624
+
15625
+ type MoveTool$MovedEvent = sap.ui.base.Event<
15626
+ MoveTool$MovedEventParameters,
15627
+ MoveTool
15628
+ >;
15629
+
15630
+ type MoveTool$MovingEvent = sap.ui.base.Event<
15631
+ MoveTool$MovingEventParameters,
15632
+ MoveTool
15633
+ >;
15634
+
15635
+ type MoveTool$PlacementModeChangedEvent = sap.ui.base.Event<
15636
+ MoveTool$PlacementModeChangedEventParameters,
15637
+ MoveTool
15638
+ >;
15639
+
15640
+ type RedlineTool$ElementClickedEvent = sap.ui.base.Event<
15641
+ RedlineTool$ElementClickedEventParameters,
15642
+ RedlineTool
15643
+ >;
15644
+
15645
+ type RedlineTool$ElementCreatedEvent = sap.ui.base.Event<
15646
+ RedlineTool$ElementCreatedEventParameters,
15647
+ RedlineTool
15648
+ >;
15649
+
15650
+ type RedlineTool$ElementHoveredEvent = sap.ui.base.Event<
15651
+ RedlineTool$ElementHoveredEventParameters,
15652
+ RedlineTool
15653
+ >;
15654
+
15655
+ type RotateOrbitTool$RotateEvent = sap.ui.base.Event<
15656
+ RotateOrbitTool$RotateEventParameters,
15657
+ RotateOrbitTool
15658
+ >;
15659
+
15660
+ type RotateTool$AxisChangedEvent = sap.ui.base.Event<
15661
+ RotateTool$AxisChangedEventParameters,
15662
+ RotateTool
15663
+ >;
15664
+
15665
+ type RotateTool$CoordinateSystemChangedEvent = sap.ui.base.Event<
15666
+ RotateTool$CoordinateSystemChangedEventParameters,
15667
+ RotateTool
15668
+ >;
15669
+
15670
+ type RotateTool$PlacementModeChangedEvent = sap.ui.base.Event<
15671
+ RotateTool$PlacementModeChangedEventParameters,
15672
+ RotateTool
15673
+ >;
15674
+
15675
+ type RotateTool$RotatedEvent = sap.ui.base.Event<
15676
+ RotateTool$RotatedEventParameters,
15677
+ RotateTool
15678
+ >;
15679
+
15680
+ type RotateTool$RotatingEvent = sap.ui.base.Event<
15681
+ RotateTool$RotatingEventParameters,
15682
+ RotateTool
15683
+ >;
15684
+
15685
+ type RotateTurntableTool$RotateEvent = sap.ui.base.Event<
15686
+ RotateTurntableTool$RotateEventParameters,
15687
+ RotateTurntableTool
15688
+ >;
15689
+
15690
+ type ScaleTool$CoordinateSystemChangedEvent = sap.ui.base.Event<
15691
+ ScaleTool$CoordinateSystemChangedEventParameters,
15692
+ ScaleTool
15693
+ >;
15694
+
15695
+ type ScaleTool$PlacementModeChangedEvent = sap.ui.base.Event<
15696
+ ScaleTool$PlacementModeChangedEventParameters,
15697
+ ScaleTool
15698
+ >;
15699
+
15700
+ type ScaleTool$ScaledEvent = sap.ui.base.Event<
15701
+ ScaleTool$ScaledEventParameters,
15702
+ ScaleTool
15703
+ >;
15704
+
15705
+ type ScaleTool$ScalingEvent = sap.ui.base.Event<
15706
+ ScaleTool$ScalingEventParameters,
15707
+ ScaleTool
15708
+ >;
15709
+
15710
+ type Tool$EnabledEvent = sap.ui.base.Event<
15711
+ Tool$EnabledEventParameters,
15712
+ Tool
15713
+ >;
15714
+
15715
+ type TooltipTool$HoverEvent = sap.ui.base.Event<
15716
+ TooltipTool$HoverEventParameters,
15717
+ TooltipTool
15718
+ >;
15719
+
15720
+ type TransformSvgElementTool$MovedEvent = sap.ui.base.Event<
15721
+ TransformSvgElementTool$MovedEventParameters,
15722
+ TransformSvgElementTool
15723
+ >;
15724
+
15725
+ type TransformSvgElementTool$MovingEvent = sap.ui.base.Event<
15726
+ TransformSvgElementTool$MovingEventParameters,
15727
+ TransformSvgElementTool
15728
+ >;
15729
+
15730
+ type TransformSvgElementTool$RotatedEvent = sap.ui.base.Event<
15731
+ TransformSvgElementTool$RotatedEventParameters,
15732
+ TransformSvgElementTool
15733
+ >;
15734
+
15735
+ type TransformSvgElementTool$RotatingEvent = sap.ui.base.Event<
15736
+ TransformSvgElementTool$RotatingEventParameters,
15737
+ TransformSvgElementTool
15738
+ >;
15739
+
15740
+ type TransformSvgElementTool$ScaledEvent = sap.ui.base.Event<
15741
+ TransformSvgElementTool$ScaledEventParameters,
15742
+ TransformSvgElementTool
15743
+ >;
15744
+
15745
+ type TransformSvgElementTool$ScalingEvent = sap.ui.base.Event<
15746
+ TransformSvgElementTool$ScalingEventParameters,
15747
+ TransformSvgElementTool
15748
+ >;
15587
15749
  }
15588
15750
  /**
15589
15751
  * @since 1.60.0
@@ -41815,173 +41977,425 @@ declare namespace sap {
41815
41977
  Visible = "visible",
41816
41978
  }
41817
41979
 
41818
- type AnimationPlayer$BeforeTimeChangedEvent = sap.ui.base.Event<AnimationPlayer$BeforeTimeChangedEventParameters>;
41819
-
41820
- type AnimationPlayer$StateChangedEvent = sap.ui.base.Event<AnimationPlayer$StateChangedEventParameters>;
41821
-
41822
- type AnimationPlayer$TimeChangedEvent = sap.ui.base.Event<AnimationPlayer$TimeChangedEventParameters>;
41823
-
41824
- type AnimationPlayer$ViewActivatedEvent = sap.ui.base.Event<AnimationPlayer$ViewActivatedEventParameters>;
41825
-
41826
- type ContainerBase$ContentChangeEvent = sap.ui.base.Event<ContainerBase$ContentChangeEventParameters>;
41827
-
41828
- type ContainerBase$SettingsPressedEvent = sap.ui.base.Event<ContainerBase$SettingsPressedEventParameters>;
41829
-
41830
- type ContentConnector$ContentChangesFinishedEvent = sap.ui.base.Event<ContentConnector$ContentChangesFinishedEventParameters>;
41831
-
41832
- type ContentConnector$ContentChangesProgressEvent = sap.ui.base.Event<ContentConnector$ContentChangesProgressEventParameters>;
41833
-
41834
- type ContentConnector$ContentChangesStartedEvent = sap.ui.base.Event<ContentConnector$ContentChangesStartedEventParameters>;
41835
-
41836
- type ContentConnector$ContentDestroyingEvent = sap.ui.base.Event<ContentConnector$ContentDestroyingEventParameters>;
41837
-
41838
- type ContentConnector$ContentLoadingFinishedEvent = sap.ui.base.Event<ContentConnector$ContentLoadingFinishedEventParameters>;
41839
-
41840
- type ContentConnector$ContentReplacedEvent = sap.ui.base.Event<ContentConnector$ContentReplacedEventParameters>;
41841
-
41842
- type ContentManager$ContentChangesFinishedEvent = sap.ui.base.Event<ContentManager$ContentChangesFinishedEventParameters>;
41843
-
41844
- type ContentManager$ContentChangesProgressEvent = sap.ui.base.Event<ContentManager$ContentChangesProgressEventParameters>;
41845
-
41846
- type ContentManager$ContentChangesStartedEvent = sap.ui.base.Event<ContentManager$ContentChangesStartedEventParameters>;
41847
-
41848
- type ContentManager$ContentLoadingFinishedEvent = sap.ui.base.Event<ContentManager$ContentLoadingFinishedEventParameters>;
41849
-
41850
- type DrawerToolbar$ExpandedEvent = sap.ui.base.Event<DrawerToolbar$ExpandedEventParameters>;
41851
-
41852
- type ListPanel$ExpandEvent = sap.ui.base.Event<ListPanel$ExpandEventParameters>;
41853
-
41854
- type ListPanel$HeaderIconPressEvent = sap.ui.base.Event<ListPanel$HeaderIconPressEventParameters>;
41855
-
41856
- type ListPanel$ItemPressEvent = sap.ui.base.Event<ListPanel$ItemPressEventParameters>;
41857
-
41858
- type ListPanel$SelectionChangeEvent = sap.ui.base.Event<ListPanel$SelectionChangeEventParameters>;
41859
-
41860
- type NativeViewport$MoveEvent = sap.ui.base.Event<NativeViewport$MoveEventParameters>;
41861
-
41862
- type NativeViewport$ResizeEvent = sap.ui.base.Event<NativeViewport$ResizeEventParameters>;
41863
-
41864
- type NodeHierarchy$ChangedEvent = sap.ui.base.Event<NodeHierarchy$ChangedEventParameters>;
41865
-
41866
- type NodeHierarchy$NodeCreatedEvent = sap.ui.base.Event<NodeHierarchy$NodeCreatedEventParameters>;
41867
-
41868
- type NodeHierarchy$NodeRemovingEvent = sap.ui.base.Event<NodeHierarchy$NodeRemovingEventParameters>;
41869
-
41870
- type NodeHierarchy$NodeReplacedEvent = sap.ui.base.Event<NodeHierarchy$NodeReplacedEventParameters>;
41871
-
41872
- type NodeHierarchy$NodeUpdatedEvent = sap.ui.base.Event<NodeHierarchy$NodeUpdatedEventParameters>;
41873
-
41874
- type Notifications$AllMessagesClearedEvent = sap.ui.base.Event<Notifications$AllMessagesClearedEventParameters>;
41875
-
41876
- type Notifications$MessageAddedEvent = sap.ui.base.Event<Notifications$MessageAddedEventParameters>;
41877
-
41878
- type Overlay$ClickEvent = sap.ui.base.Event<Overlay$ClickEventParameters>;
41879
-
41880
- type Overlay$ContextMenuEvent = sap.ui.base.Event<Overlay$ContextMenuEventParameters>;
41881
-
41882
- type OverlayArea$ClickEvent = sap.ui.base.Event<OverlayArea$ClickEventParameters>;
41883
-
41884
- type OverlayArea$ContextMenuEvent = sap.ui.base.Event<OverlayArea$ContextMenuEventParameters>;
41885
-
41886
- type OverlayArea$EdgeClickEvent = sap.ui.base.Event<OverlayArea$EdgeClickEventParameters>;
41887
-
41888
- type OverlayArea$EdgeContextMenuEvent = sap.ui.base.Event<OverlayArea$EdgeContextMenuEventParameters>;
41889
-
41890
- type OverlayArea$HandleClickEvent = sap.ui.base.Event<OverlayArea$HandleClickEventParameters>;
41891
-
41892
- type OverlayArea$HandleContextMenuEvent = sap.ui.base.Event<OverlayArea$HandleContextMenuEventParameters>;
41893
-
41894
- type OverlayArea$HandleMovedEvent = sap.ui.base.Event<OverlayArea$HandleMovedEventParameters>;
41895
-
41896
- type RedlineCollaboration$ConversationActivatedEvent = sap.ui.base.Event<RedlineCollaboration$ConversationActivatedEventParameters>;
41897
-
41898
- type RedlineCollaboration$ConversationActivatingEvent = sap.ui.base.Event<RedlineCollaboration$ConversationActivatingEventParameters>;
41899
-
41900
- type RedlineCollaboration$ElementClickedEvent = sap.ui.base.Event<RedlineCollaboration$ElementClickedEventParameters>;
41901
-
41902
- type RedlineCollaboration$ElementCreatedEvent = sap.ui.base.Event<RedlineCollaboration$ElementCreatedEventParameters>;
41903
-
41904
- type RedlineCollaboration$ElementHoveredEvent = sap.ui.base.Event<RedlineCollaboration$ElementHoveredEventParameters>;
41905
-
41906
- type RedlineDesign$ElementCreatedEvent = sap.ui.base.Event<RedlineDesign$ElementCreatedEventParameters>;
41907
-
41908
- type RedlineSurface$PanEvent = sap.ui.base.Event<RedlineSurface$PanEventParameters>;
41909
-
41910
- type RedlineSurface$ZoomEvent = sap.ui.base.Event<RedlineSurface$ZoomEventParameters>;
41911
-
41912
- type SceneTree$ContentChangedEvent = sap.ui.base.Event<SceneTree$ContentChangedEventParameters>;
41913
-
41914
- type StepNavigation$ResizeEvent = sap.ui.base.Event<StepNavigation$ResizeEventParameters>;
41915
-
41916
- type StepNavigation$StepChangedEvent = sap.ui.base.Event<StepNavigation$StepChangedEventParameters>;
41917
-
41918
- type ToggleMenuButton$BeforeMenuOpenEvent = sap.ui.base.Event<ToggleMenuButton$BeforeMenuOpenEventParameters>;
41919
-
41920
- type ToggleMenuButton$ItemSelectedEvent = sap.ui.base.Event<ToggleMenuButton$ItemSelectedEventParameters>;
41921
-
41922
- type ToggleMenuButton$ItemToggledEvent = sap.ui.base.Event<ToggleMenuButton$ItemToggledEventParameters>;
41923
-
41924
- type Viewer$ContentResourceChangesProcessedEvent = sap.ui.base.Event<Viewer$ContentResourceChangesProcessedEventParameters>;
41925
-
41926
- type Viewer$FullScreenEvent = sap.ui.base.Event<Viewer$FullScreenEventParameters>;
41927
-
41928
- type Viewer$NodeClickedEvent = sap.ui.base.Event<Viewer$NodeClickedEventParameters>;
41929
-
41930
- type Viewer$SceneDestroyingEvent = sap.ui.base.Event<Viewer$SceneDestroyingEventParameters>;
41931
-
41932
- type Viewer$SceneLoadingFailedEvent = sap.ui.base.Event<Viewer$SceneLoadingFailedEventParameters>;
41933
-
41934
- type Viewer$SceneLoadingSucceededEvent = sap.ui.base.Event<Viewer$SceneLoadingSucceededEventParameters>;
41935
-
41936
- type Viewer$SelectionChangedEvent = sap.ui.base.Event<Viewer$SelectionChangedEventParameters>;
41937
-
41938
- type Viewer$UrlClickedEvent = sap.ui.base.Event<Viewer$UrlClickedEventParameters>;
41939
-
41940
- type ViewGallery$SelectionChangeEvent = sap.ui.base.Event<ViewGallery$SelectionChangeEventParameters>;
41941
-
41942
- type ViewGallery$ViewOrderChangeEvent = sap.ui.base.Event<ViewGallery$ViewOrderChangeEventParameters>;
41943
-
41944
- type ViewportBase$NodeClickedEvent = sap.ui.base.Event<ViewportBase$NodeClickedEventParameters>;
41945
-
41946
- type ViewportBase$NodesPickedEvent = sap.ui.base.Event<ViewportBase$NodesPickedEventParameters>;
41947
-
41948
- type ViewportBase$NodeZoomedEvent = sap.ui.base.Event<ViewportBase$NodeZoomedEventParameters>;
41949
-
41950
- type ViewportBase$ProcedureFinishedEvent = sap.ui.base.Event<ViewportBase$ProcedureFinishedEventParameters>;
41951
-
41952
- type ViewportBase$ResizeEvent = sap.ui.base.Event<ViewportBase$ResizeEventParameters>;
41953
-
41954
- type ViewportBase$UrlClickedEvent = sap.ui.base.Event<ViewportBase$UrlClickedEventParameters>;
41955
-
41956
- type ViewportBase$ViewActivatedEvent = sap.ui.base.Event<ViewportBase$ViewActivatedEventParameters>;
41957
-
41958
- type ViewportBase$ViewFinishedEvent = sap.ui.base.Event<ViewportBase$ViewFinishedEventParameters>;
41959
-
41960
- type ViewStateManagerBase$HighlightColorChangedEvent = sap.ui.base.Event<ViewStateManagerBase$HighlightColorChangedEventParameters>;
41961
-
41962
- type ViewStateManagerBase$NodeHierarchyReplacedEvent = sap.ui.base.Event<ViewStateManagerBase$NodeHierarchyReplacedEventParameters>;
41963
-
41964
- type ViewStateManagerBase$OpacityChangedEvent = sap.ui.base.Event<ViewStateManagerBase$OpacityChangedEventParameters>;
41965
-
41966
- type ViewStateManagerBase$OutlineColorChangedEvent = sap.ui.base.Event<ViewStateManagerBase$OutlineColorChangedEventParameters>;
41967
-
41968
- type ViewStateManagerBase$OutlineWidthChangedEvent = sap.ui.base.Event<ViewStateManagerBase$OutlineWidthChangedEventParameters>;
41969
-
41970
- type ViewStateManagerBase$OutliningChangedEvent = sap.ui.base.Event<ViewStateManagerBase$OutliningChangedEventParameters>;
41971
-
41972
- type ViewStateManagerBase$ReadyForAnimationEvent = sap.ui.base.Event<ViewStateManagerBase$ReadyForAnimationEventParameters>;
41973
-
41974
- type ViewStateManagerBase$SelectionChangedEvent = sap.ui.base.Event<ViewStateManagerBase$SelectionChangedEventParameters>;
41975
-
41976
- type ViewStateManagerBase$TintColorChangedEvent = sap.ui.base.Event<ViewStateManagerBase$TintColorChangedEventParameters>;
41977
-
41978
- type ViewStateManagerBase$TransformationChangedEvent = sap.ui.base.Event<ViewStateManagerBase$TransformationChangedEventParameters>;
41979
-
41980
- type ViewStateManagerBase$ViewStateAppliedEvent = sap.ui.base.Event<ViewStateManagerBase$ViewStateAppliedEventParameters>;
41981
-
41982
- type ViewStateManagerBase$ViewStateApplyingEvent = sap.ui.base.Event<ViewStateManagerBase$ViewStateApplyingEventParameters>;
41983
-
41984
- type ViewStateManagerBase$VisibilityChangedEvent = sap.ui.base.Event<ViewStateManagerBase$VisibilityChangedEventParameters>;
41980
+ type AnimationPlayer$BeforeTimeChangedEvent = sap.ui.base.Event<
41981
+ AnimationPlayer$BeforeTimeChangedEventParameters,
41982
+ AnimationPlayer
41983
+ >;
41984
+
41985
+ type AnimationPlayer$StateChangedEvent = sap.ui.base.Event<
41986
+ AnimationPlayer$StateChangedEventParameters,
41987
+ AnimationPlayer
41988
+ >;
41989
+
41990
+ type AnimationPlayer$TimeChangedEvent = sap.ui.base.Event<
41991
+ AnimationPlayer$TimeChangedEventParameters,
41992
+ AnimationPlayer
41993
+ >;
41994
+
41995
+ type AnimationPlayer$ViewActivatedEvent = sap.ui.base.Event<
41996
+ AnimationPlayer$ViewActivatedEventParameters,
41997
+ AnimationPlayer
41998
+ >;
41999
+
42000
+ type ContainerBase$ContentChangeEvent = sap.ui.base.Event<
42001
+ ContainerBase$ContentChangeEventParameters,
42002
+ ContainerBase
42003
+ >;
42004
+
42005
+ type ContainerBase$SettingsPressedEvent = sap.ui.base.Event<
42006
+ ContainerBase$SettingsPressedEventParameters,
42007
+ ContainerBase
42008
+ >;
42009
+
42010
+ type ContentConnector$ContentChangesFinishedEvent = sap.ui.base.Event<
42011
+ ContentConnector$ContentChangesFinishedEventParameters,
42012
+ ContentConnector
42013
+ >;
42014
+
42015
+ type ContentConnector$ContentChangesProgressEvent = sap.ui.base.Event<
42016
+ ContentConnector$ContentChangesProgressEventParameters,
42017
+ ContentConnector
42018
+ >;
42019
+
42020
+ type ContentConnector$ContentChangesStartedEvent = sap.ui.base.Event<
42021
+ ContentConnector$ContentChangesStartedEventParameters,
42022
+ ContentConnector
42023
+ >;
42024
+
42025
+ type ContentConnector$ContentDestroyingEvent = sap.ui.base.Event<
42026
+ ContentConnector$ContentDestroyingEventParameters,
42027
+ ContentConnector
42028
+ >;
42029
+
42030
+ type ContentConnector$ContentLoadingFinishedEvent = sap.ui.base.Event<
42031
+ ContentConnector$ContentLoadingFinishedEventParameters,
42032
+ ContentConnector
42033
+ >;
42034
+
42035
+ type ContentConnector$ContentReplacedEvent = sap.ui.base.Event<
42036
+ ContentConnector$ContentReplacedEventParameters,
42037
+ ContentConnector
42038
+ >;
42039
+
42040
+ type ContentManager$ContentChangesFinishedEvent = sap.ui.base.Event<
42041
+ ContentManager$ContentChangesFinishedEventParameters,
42042
+ ContentManager
42043
+ >;
42044
+
42045
+ type ContentManager$ContentChangesProgressEvent = sap.ui.base.Event<
42046
+ ContentManager$ContentChangesProgressEventParameters,
42047
+ ContentManager
42048
+ >;
42049
+
42050
+ type ContentManager$ContentChangesStartedEvent = sap.ui.base.Event<
42051
+ ContentManager$ContentChangesStartedEventParameters,
42052
+ ContentManager
42053
+ >;
42054
+
42055
+ type ContentManager$ContentLoadingFinishedEvent = sap.ui.base.Event<
42056
+ ContentManager$ContentLoadingFinishedEventParameters,
42057
+ ContentManager
42058
+ >;
42059
+
42060
+ type DrawerToolbar$ExpandedEvent = sap.ui.base.Event<
42061
+ DrawerToolbar$ExpandedEventParameters,
42062
+ DrawerToolbar
42063
+ >;
42064
+
42065
+ type ListPanel$ExpandEvent = sap.ui.base.Event<
42066
+ ListPanel$ExpandEventParameters,
42067
+ ListPanel
42068
+ >;
42069
+
42070
+ type ListPanel$HeaderIconPressEvent = sap.ui.base.Event<
42071
+ ListPanel$HeaderIconPressEventParameters,
42072
+ ListPanel
42073
+ >;
42074
+
42075
+ type ListPanel$ItemPressEvent = sap.ui.base.Event<
42076
+ ListPanel$ItemPressEventParameters,
42077
+ ListPanel
42078
+ >;
42079
+
42080
+ type ListPanel$SelectionChangeEvent = sap.ui.base.Event<
42081
+ ListPanel$SelectionChangeEventParameters,
42082
+ ListPanel
42083
+ >;
42084
+
42085
+ type NativeViewport$MoveEvent = sap.ui.base.Event<
42086
+ NativeViewport$MoveEventParameters,
42087
+ NativeViewport
42088
+ >;
42089
+
42090
+ type NativeViewport$ResizeEvent = sap.ui.base.Event<
42091
+ NativeViewport$ResizeEventParameters,
42092
+ NativeViewport
42093
+ >;
42094
+
42095
+ type NodeHierarchy$ChangedEvent = sap.ui.base.Event<
42096
+ NodeHierarchy$ChangedEventParameters,
42097
+ NodeHierarchy
42098
+ >;
42099
+
42100
+ type NodeHierarchy$NodeCreatedEvent = sap.ui.base.Event<
42101
+ NodeHierarchy$NodeCreatedEventParameters,
42102
+ NodeHierarchy
42103
+ >;
42104
+
42105
+ type NodeHierarchy$NodeRemovingEvent = sap.ui.base.Event<
42106
+ NodeHierarchy$NodeRemovingEventParameters,
42107
+ NodeHierarchy
42108
+ >;
42109
+
42110
+ type NodeHierarchy$NodeReplacedEvent = sap.ui.base.Event<
42111
+ NodeHierarchy$NodeReplacedEventParameters,
42112
+ NodeHierarchy
42113
+ >;
42114
+
42115
+ type NodeHierarchy$NodeUpdatedEvent = sap.ui.base.Event<
42116
+ NodeHierarchy$NodeUpdatedEventParameters,
42117
+ NodeHierarchy
42118
+ >;
42119
+
42120
+ type Notifications$AllMessagesClearedEvent = sap.ui.base.Event<
42121
+ Notifications$AllMessagesClearedEventParameters,
42122
+ Notifications
42123
+ >;
42124
+
42125
+ type Notifications$MessageAddedEvent = sap.ui.base.Event<
42126
+ Notifications$MessageAddedEventParameters,
42127
+ Notifications
42128
+ >;
42129
+
42130
+ type Overlay$ClickEvent = sap.ui.base.Event<
42131
+ Overlay$ClickEventParameters,
42132
+ Overlay
42133
+ >;
42134
+
42135
+ type Overlay$ContextMenuEvent = sap.ui.base.Event<
42136
+ Overlay$ContextMenuEventParameters,
42137
+ Overlay
42138
+ >;
42139
+
42140
+ type OverlayArea$ClickEvent = sap.ui.base.Event<
42141
+ OverlayArea$ClickEventParameters,
42142
+ OverlayArea
42143
+ >;
42144
+
42145
+ type OverlayArea$ContextMenuEvent = sap.ui.base.Event<
42146
+ OverlayArea$ContextMenuEventParameters,
42147
+ OverlayArea
42148
+ >;
42149
+
42150
+ type OverlayArea$EdgeClickEvent = sap.ui.base.Event<
42151
+ OverlayArea$EdgeClickEventParameters,
42152
+ OverlayArea
42153
+ >;
42154
+
42155
+ type OverlayArea$EdgeContextMenuEvent = sap.ui.base.Event<
42156
+ OverlayArea$EdgeContextMenuEventParameters,
42157
+ OverlayArea
42158
+ >;
42159
+
42160
+ type OverlayArea$HandleClickEvent = sap.ui.base.Event<
42161
+ OverlayArea$HandleClickEventParameters,
42162
+ OverlayArea
42163
+ >;
42164
+
42165
+ type OverlayArea$HandleContextMenuEvent = sap.ui.base.Event<
42166
+ OverlayArea$HandleContextMenuEventParameters,
42167
+ OverlayArea
42168
+ >;
42169
+
42170
+ type OverlayArea$HandleMovedEvent = sap.ui.base.Event<
42171
+ OverlayArea$HandleMovedEventParameters,
42172
+ OverlayArea
42173
+ >;
42174
+
42175
+ type RedlineCollaboration$ConversationActivatedEvent = sap.ui.base.Event<
42176
+ RedlineCollaboration$ConversationActivatedEventParameters,
42177
+ RedlineCollaboration
42178
+ >;
42179
+
42180
+ type RedlineCollaboration$ConversationActivatingEvent = sap.ui.base.Event<
42181
+ RedlineCollaboration$ConversationActivatingEventParameters,
42182
+ RedlineCollaboration
42183
+ >;
42184
+
42185
+ type RedlineCollaboration$ElementClickedEvent = sap.ui.base.Event<
42186
+ RedlineCollaboration$ElementClickedEventParameters,
42187
+ RedlineCollaboration
42188
+ >;
42189
+
42190
+ type RedlineCollaboration$ElementCreatedEvent = sap.ui.base.Event<
42191
+ RedlineCollaboration$ElementCreatedEventParameters,
42192
+ RedlineCollaboration
42193
+ >;
42194
+
42195
+ type RedlineCollaboration$ElementHoveredEvent = sap.ui.base.Event<
42196
+ RedlineCollaboration$ElementHoveredEventParameters,
42197
+ RedlineCollaboration
42198
+ >;
42199
+
42200
+ type RedlineDesign$ElementCreatedEvent = sap.ui.base.Event<
42201
+ RedlineDesign$ElementCreatedEventParameters,
42202
+ RedlineDesign
42203
+ >;
42204
+
42205
+ type RedlineSurface$PanEvent = sap.ui.base.Event<
42206
+ RedlineSurface$PanEventParameters,
42207
+ RedlineSurface
42208
+ >;
42209
+
42210
+ type RedlineSurface$ZoomEvent = sap.ui.base.Event<
42211
+ RedlineSurface$ZoomEventParameters,
42212
+ RedlineSurface
42213
+ >;
42214
+
42215
+ type SceneTree$ContentChangedEvent = sap.ui.base.Event<
42216
+ SceneTree$ContentChangedEventParameters,
42217
+ SceneTree
42218
+ >;
42219
+
42220
+ type StepNavigation$ResizeEvent = sap.ui.base.Event<
42221
+ StepNavigation$ResizeEventParameters,
42222
+ StepNavigation
42223
+ >;
42224
+
42225
+ type StepNavigation$StepChangedEvent = sap.ui.base.Event<
42226
+ StepNavigation$StepChangedEventParameters,
42227
+ StepNavigation
42228
+ >;
42229
+
42230
+ type ToggleMenuButton$BeforeMenuOpenEvent = sap.ui.base.Event<
42231
+ ToggleMenuButton$BeforeMenuOpenEventParameters,
42232
+ ToggleMenuButton
42233
+ >;
42234
+
42235
+ type ToggleMenuButton$ItemSelectedEvent = sap.ui.base.Event<
42236
+ ToggleMenuButton$ItemSelectedEventParameters,
42237
+ ToggleMenuButton
42238
+ >;
42239
+
42240
+ type ToggleMenuButton$ItemToggledEvent = sap.ui.base.Event<
42241
+ ToggleMenuButton$ItemToggledEventParameters,
42242
+ ToggleMenuButton
42243
+ >;
42244
+
42245
+ type Viewer$ContentResourceChangesProcessedEvent = sap.ui.base.Event<
42246
+ Viewer$ContentResourceChangesProcessedEventParameters,
42247
+ Viewer
42248
+ >;
42249
+
42250
+ type Viewer$FullScreenEvent = sap.ui.base.Event<
42251
+ Viewer$FullScreenEventParameters,
42252
+ Viewer
42253
+ >;
42254
+
42255
+ type Viewer$NodeClickedEvent = sap.ui.base.Event<
42256
+ Viewer$NodeClickedEventParameters,
42257
+ Viewer
42258
+ >;
42259
+
42260
+ type Viewer$SceneDestroyingEvent = sap.ui.base.Event<
42261
+ Viewer$SceneDestroyingEventParameters,
42262
+ Viewer
42263
+ >;
42264
+
42265
+ type Viewer$SceneLoadingFailedEvent = sap.ui.base.Event<
42266
+ Viewer$SceneLoadingFailedEventParameters,
42267
+ Viewer
42268
+ >;
42269
+
42270
+ type Viewer$SceneLoadingSucceededEvent = sap.ui.base.Event<
42271
+ Viewer$SceneLoadingSucceededEventParameters,
42272
+ Viewer
42273
+ >;
42274
+
42275
+ type Viewer$SelectionChangedEvent = sap.ui.base.Event<
42276
+ Viewer$SelectionChangedEventParameters,
42277
+ Viewer
42278
+ >;
42279
+
42280
+ type Viewer$UrlClickedEvent = sap.ui.base.Event<
42281
+ Viewer$UrlClickedEventParameters,
42282
+ Viewer
42283
+ >;
42284
+
42285
+ type ViewGallery$SelectionChangeEvent = sap.ui.base.Event<
42286
+ ViewGallery$SelectionChangeEventParameters,
42287
+ ViewGallery
42288
+ >;
42289
+
42290
+ type ViewGallery$ViewOrderChangeEvent = sap.ui.base.Event<
42291
+ ViewGallery$ViewOrderChangeEventParameters,
42292
+ ViewGallery
42293
+ >;
42294
+
42295
+ type ViewportBase$NodeClickedEvent = sap.ui.base.Event<
42296
+ ViewportBase$NodeClickedEventParameters,
42297
+ ViewportBase
42298
+ >;
42299
+
42300
+ type ViewportBase$NodesPickedEvent = sap.ui.base.Event<
42301
+ ViewportBase$NodesPickedEventParameters,
42302
+ ViewportBase
42303
+ >;
42304
+
42305
+ type ViewportBase$NodeZoomedEvent = sap.ui.base.Event<
42306
+ ViewportBase$NodeZoomedEventParameters,
42307
+ ViewportBase
42308
+ >;
42309
+
42310
+ type ViewportBase$ProcedureFinishedEvent = sap.ui.base.Event<
42311
+ ViewportBase$ProcedureFinishedEventParameters,
42312
+ ViewportBase
42313
+ >;
42314
+
42315
+ type ViewportBase$ResizeEvent = sap.ui.base.Event<
42316
+ ViewportBase$ResizeEventParameters,
42317
+ ViewportBase
42318
+ >;
42319
+
42320
+ type ViewportBase$UrlClickedEvent = sap.ui.base.Event<
42321
+ ViewportBase$UrlClickedEventParameters,
42322
+ ViewportBase
42323
+ >;
42324
+
42325
+ type ViewportBase$ViewActivatedEvent = sap.ui.base.Event<
42326
+ ViewportBase$ViewActivatedEventParameters,
42327
+ ViewportBase
42328
+ >;
42329
+
42330
+ type ViewportBase$ViewFinishedEvent = sap.ui.base.Event<
42331
+ ViewportBase$ViewFinishedEventParameters,
42332
+ ViewportBase
42333
+ >;
42334
+
42335
+ type ViewStateManagerBase$HighlightColorChangedEvent = sap.ui.base.Event<
42336
+ ViewStateManagerBase$HighlightColorChangedEventParameters,
42337
+ ViewStateManagerBase
42338
+ >;
42339
+
42340
+ type ViewStateManagerBase$NodeHierarchyReplacedEvent = sap.ui.base.Event<
42341
+ ViewStateManagerBase$NodeHierarchyReplacedEventParameters,
42342
+ ViewStateManagerBase
42343
+ >;
42344
+
42345
+ type ViewStateManagerBase$OpacityChangedEvent = sap.ui.base.Event<
42346
+ ViewStateManagerBase$OpacityChangedEventParameters,
42347
+ ViewStateManagerBase
42348
+ >;
42349
+
42350
+ type ViewStateManagerBase$OutlineColorChangedEvent = sap.ui.base.Event<
42351
+ ViewStateManagerBase$OutlineColorChangedEventParameters,
42352
+ ViewStateManagerBase
42353
+ >;
42354
+
42355
+ type ViewStateManagerBase$OutlineWidthChangedEvent = sap.ui.base.Event<
42356
+ ViewStateManagerBase$OutlineWidthChangedEventParameters,
42357
+ ViewStateManagerBase
42358
+ >;
42359
+
42360
+ type ViewStateManagerBase$OutliningChangedEvent = sap.ui.base.Event<
42361
+ ViewStateManagerBase$OutliningChangedEventParameters,
42362
+ ViewStateManagerBase
42363
+ >;
42364
+
42365
+ type ViewStateManagerBase$ReadyForAnimationEvent = sap.ui.base.Event<
42366
+ ViewStateManagerBase$ReadyForAnimationEventParameters,
42367
+ ViewStateManagerBase
42368
+ >;
42369
+
42370
+ type ViewStateManagerBase$SelectionChangedEvent = sap.ui.base.Event<
42371
+ ViewStateManagerBase$SelectionChangedEventParameters,
42372
+ ViewStateManagerBase
42373
+ >;
42374
+
42375
+ type ViewStateManagerBase$TintColorChangedEvent = sap.ui.base.Event<
42376
+ ViewStateManagerBase$TintColorChangedEventParameters,
42377
+ ViewStateManagerBase
42378
+ >;
42379
+
42380
+ type ViewStateManagerBase$TransformationChangedEvent = sap.ui.base.Event<
42381
+ ViewStateManagerBase$TransformationChangedEventParameters,
42382
+ ViewStateManagerBase
42383
+ >;
42384
+
42385
+ type ViewStateManagerBase$ViewStateAppliedEvent = sap.ui.base.Event<
42386
+ ViewStateManagerBase$ViewStateAppliedEventParameters,
42387
+ ViewStateManagerBase
42388
+ >;
42389
+
42390
+ type ViewStateManagerBase$ViewStateApplyingEvent = sap.ui.base.Event<
42391
+ ViewStateManagerBase$ViewStateApplyingEventParameters,
42392
+ ViewStateManagerBase
42393
+ >;
42394
+
42395
+ type ViewStateManagerBase$VisibilityChangedEvent = sap.ui.base.Event<
42396
+ ViewStateManagerBase$VisibilityChangedEventParameters,
42397
+ ViewStateManagerBase
42398
+ >;
41985
42399
  }
41986
42400
  }
41987
42401