@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 {
@@ -18260,125 +18260,305 @@ declare namespace sap {
18260
18260
  Fixed = "Fixed",
18261
18261
  }
18262
18262
 
18263
- type ActionBar$ActionSelectedEvent = sap.ui.base.Event<ActionBar$ActionSelectedEventParameters>;
18264
-
18265
- type ActionBar$FeedSubmitEvent = sap.ui.base.Event<ActionBar$FeedSubmitEventParameters>;
18266
-
18267
- type Collection$PropertyChangedEvent = sap.ui.base.Event<Collection$PropertyChangedEventParameters>;
18268
-
18269
- type Collection$SelectionChangedEvent = sap.ui.base.Event<Collection$SelectionChangedEventParameters>;
18270
-
18271
- type CollectionInspector$CollectionSelectedEvent = sap.ui.base.Event<CollectionInspector$CollectionSelectedEventParameters>;
18272
-
18273
- type CollectionInspector$EditCollectionEvent = sap.ui.base.Event<CollectionInspector$EditCollectionEventParameters>;
18274
-
18275
- type CollectionInspector$ItemSelectionChangedEvent = sap.ui.base.Event<CollectionInspector$ItemSelectionChangedEventParameters>;
18276
-
18277
- type DataSet$SearchEvent = sap.ui.base.Event<DataSet$SearchEventParameters>;
18278
-
18279
- type DataSet$SelectionChangedEvent = sap.ui.base.Event<DataSet$SelectionChangedEventParameters>;
18280
-
18281
- type DataSetItem$SelectedEvent = sap.ui.base.Event<DataSetItem$SelectedEventParameters>;
18282
-
18283
- type Exact$RefineSearchEvent = sap.ui.base.Event<Exact$RefineSearchEventParameters>;
18284
-
18285
- type Exact$SearchEvent = sap.ui.base.Event<Exact$SearchEventParameters>;
18286
-
18287
- type ExactAttribute$SupplyAttributesEvent = sap.ui.base.Event<ExactAttribute$SupplyAttributesEventParameters>;
18288
-
18289
- type ExactBrowser$AttributeSelectedEvent = sap.ui.base.Event<ExactBrowser$AttributeSelectedEventParameters>;
18290
-
18291
- type ExactBrowser$SaveEvent = sap.ui.base.Event<ExactBrowser$SaveEventParameters>;
18292
-
18293
- type ExactList$AttributeSelectedEvent = sap.ui.base.Event<ExactList$AttributeSelectedEventParameters>;
18294
-
18295
- type FacetFilterList$SelectEvent = sap.ui.base.Event<FacetFilterList$SelectEventParameters>;
18296
-
18297
- type Feed$ChunkAddedEvent = sap.ui.base.Event<Feed$ChunkAddedEventParameters>;
18298
-
18299
- type Feed$FilterChangeEvent = sap.ui.base.Event<Feed$FilterChangeEventParameters>;
18300
-
18301
- type Feed$SearchEvent = sap.ui.base.Event<Feed$SearchEventParameters>;
18302
-
18303
- type Feed$ToggleLiveEvent = sap.ui.base.Event<Feed$ToggleLiveEventParameters>;
18304
-
18305
- type Feed$ToolsItemSelectedEvent = sap.ui.base.Event<Feed$ToolsItemSelectedEventParameters>;
18306
-
18307
- type FeedChunk$ActionItemSelectedEvent = sap.ui.base.Event<FeedChunk$ActionItemSelectedEventParameters>;
18308
-
18309
- type FeedChunk$CommentAddedEvent = sap.ui.base.Event<FeedChunk$CommentAddedEventParameters>;
18310
-
18311
- type FeedChunk$DeletedEvent = sap.ui.base.Event<FeedChunk$DeletedEventParameters>;
18312
-
18313
- type FeedChunk$InspectEvent = sap.ui.base.Event<FeedChunk$InspectEventParameters>;
18314
-
18315
- type FeedChunk$ReferenceClickedEvent = sap.ui.base.Event<FeedChunk$ReferenceClickedEventParameters>;
18316
-
18317
- type FeedChunk$SenderClickedEvent = sap.ui.base.Event<FeedChunk$SenderClickedEventParameters>;
18318
-
18319
- type FeedChunk$ToggleFavoriteEvent = sap.ui.base.Event<FeedChunk$ToggleFavoriteEventParameters>;
18320
-
18321
- type FeedChunk$ToggleFlaggedEvent = sap.ui.base.Event<FeedChunk$ToggleFlaggedEventParameters>;
18322
-
18323
- type FeedChunk$ToggleSharedEvent = sap.ui.base.Event<FeedChunk$ToggleSharedEventParameters>;
18324
-
18325
- type Feeder$SubmitEvent = sap.ui.base.Event<Feeder$SubmitEventParameters>;
18326
-
18327
- type NavigationBar$SelectEvent = sap.ui.base.Event<NavigationBar$SelectEventParameters>;
18328
-
18329
- type NotificationBar$DisplayEvent = sap.ui.base.Event<NotificationBar$DisplayEventParameters>;
18330
-
18331
- type NotificationBar$ResizeEvent = sap.ui.base.Event<NotificationBar$ResizeEventParameters>;
18332
-
18333
- type Notifier$MessageSelectedEvent = sap.ui.base.Event<Notifier$MessageSelectedEventParameters>;
18334
-
18335
- type Overlay$CloseEvent = sap.ui.base.Event<Overlay$CloseEventParameters>;
18336
-
18337
- type Overlay$ClosedEvent = sap.ui.base.Event<Overlay$ClosedEventParameters>;
18338
-
18339
- type Overlay$OpenEvent = sap.ui.base.Event<Overlay$OpenEventParameters>;
18340
-
18341
- type Overlay$OpenNewEvent = sap.ui.base.Event<Overlay$OpenNewEventParameters>;
18342
-
18343
- type QuickView$ActionSelectedEvent = sap.ui.base.Event<QuickView$ActionSelectedEventParameters>;
18344
-
18345
- type QuickView$FeedSubmitEvent = sap.ui.base.Event<QuickView$FeedSubmitEventParameters>;
18346
-
18347
- type QuickView$NavigateEvent = sap.ui.base.Event<QuickView$NavigateEventParameters>;
18348
-
18349
- type Shell$FeedSubmitEvent = sap.ui.base.Event<Shell$FeedSubmitEventParameters>;
18350
-
18351
- type Shell$LogoutEvent = sap.ui.base.Event<Shell$LogoutEventParameters>;
18352
-
18353
- type Shell$PaneBarItemSelectedEvent = sap.ui.base.Event<Shell$PaneBarItemSelectedEventParameters>;
18354
-
18355
- type Shell$PaneClosedEvent = sap.ui.base.Event<Shell$PaneClosedEventParameters>;
18356
-
18357
- type Shell$SearchEvent = sap.ui.base.Event<Shell$SearchEventParameters>;
18358
-
18359
- type Shell$WorksetItemSelectedEvent = sap.ui.base.Event<Shell$WorksetItemSelectedEventParameters>;
18360
-
18361
- type ThingAction$SelectEvent = sap.ui.base.Event<ThingAction$SelectEventParameters>;
18362
-
18363
- type ThingInspector$ActionSelectedEvent = sap.ui.base.Event<ThingInspector$ActionSelectedEventParameters>;
18364
-
18365
- type ThingInspector$FacetSelectedEvent = sap.ui.base.Event<ThingInspector$FacetSelectedEventParameters>;
18366
-
18367
- type ThingInspector$FeedSubmitEvent = sap.ui.base.Event<ThingInspector$FeedSubmitEventParameters>;
18368
-
18369
- type ThingViewer$FacetSelectedEvent = sap.ui.base.Event<ThingViewer$FacetSelectedEventParameters>;
18370
-
18371
- type ToolPopup$CloseEvent = sap.ui.base.Event<ToolPopup$CloseEventParameters>;
18372
-
18373
- type ToolPopup$ClosedEvent = sap.ui.base.Event<ToolPopup$ClosedEventParameters>;
18374
-
18375
- type ToolPopup$EnterEvent = sap.ui.base.Event<ToolPopup$EnterEventParameters>;
18376
-
18377
- type ToolPopup$IconChangedEvent = sap.ui.base.Event<ToolPopup$IconChangedEventParameters>;
18378
-
18379
- type ToolPopup$OpenEvent = sap.ui.base.Event<ToolPopup$OpenEventParameters>;
18380
-
18381
- type ToolPopup$OpenedEvent = sap.ui.base.Event<ToolPopup$OpenedEventParameters>;
18263
+ type ActionBar$ActionSelectedEvent = sap.ui.base.Event<
18264
+ ActionBar$ActionSelectedEventParameters,
18265
+ ActionBar
18266
+ >;
18267
+
18268
+ type ActionBar$FeedSubmitEvent = sap.ui.base.Event<
18269
+ ActionBar$FeedSubmitEventParameters,
18270
+ ActionBar
18271
+ >;
18272
+
18273
+ type Collection$PropertyChangedEvent = sap.ui.base.Event<
18274
+ Collection$PropertyChangedEventParameters,
18275
+ Collection
18276
+ >;
18277
+
18278
+ type Collection$SelectionChangedEvent = sap.ui.base.Event<
18279
+ Collection$SelectionChangedEventParameters,
18280
+ Collection
18281
+ >;
18282
+
18283
+ type CollectionInspector$CollectionSelectedEvent = sap.ui.base.Event<
18284
+ CollectionInspector$CollectionSelectedEventParameters,
18285
+ CollectionInspector
18286
+ >;
18287
+
18288
+ type CollectionInspector$EditCollectionEvent = sap.ui.base.Event<
18289
+ CollectionInspector$EditCollectionEventParameters,
18290
+ CollectionInspector
18291
+ >;
18292
+
18293
+ type CollectionInspector$ItemSelectionChangedEvent = sap.ui.base.Event<
18294
+ CollectionInspector$ItemSelectionChangedEventParameters,
18295
+ CollectionInspector
18296
+ >;
18297
+
18298
+ type DataSet$SearchEvent = sap.ui.base.Event<
18299
+ DataSet$SearchEventParameters,
18300
+ DataSet
18301
+ >;
18302
+
18303
+ type DataSet$SelectionChangedEvent = sap.ui.base.Event<
18304
+ DataSet$SelectionChangedEventParameters,
18305
+ DataSet
18306
+ >;
18307
+
18308
+ type DataSetItem$SelectedEvent = sap.ui.base.Event<
18309
+ DataSetItem$SelectedEventParameters,
18310
+ DataSetItem
18311
+ >;
18312
+
18313
+ type Exact$RefineSearchEvent = sap.ui.base.Event<
18314
+ Exact$RefineSearchEventParameters,
18315
+ Exact
18316
+ >;
18317
+
18318
+ type Exact$SearchEvent = sap.ui.base.Event<
18319
+ Exact$SearchEventParameters,
18320
+ Exact
18321
+ >;
18322
+
18323
+ type ExactAttribute$SupplyAttributesEvent = sap.ui.base.Event<
18324
+ ExactAttribute$SupplyAttributesEventParameters,
18325
+ ExactAttribute
18326
+ >;
18327
+
18328
+ type ExactBrowser$AttributeSelectedEvent = sap.ui.base.Event<
18329
+ ExactBrowser$AttributeSelectedEventParameters,
18330
+ ExactBrowser
18331
+ >;
18332
+
18333
+ type ExactBrowser$SaveEvent = sap.ui.base.Event<
18334
+ ExactBrowser$SaveEventParameters,
18335
+ ExactBrowser
18336
+ >;
18337
+
18338
+ type ExactList$AttributeSelectedEvent = sap.ui.base.Event<
18339
+ ExactList$AttributeSelectedEventParameters,
18340
+ ExactList
18341
+ >;
18342
+
18343
+ type FacetFilterList$SelectEvent = sap.ui.base.Event<
18344
+ FacetFilterList$SelectEventParameters,
18345
+ FacetFilterList
18346
+ >;
18347
+
18348
+ type Feed$ChunkAddedEvent = sap.ui.base.Event<
18349
+ Feed$ChunkAddedEventParameters,
18350
+ Feed
18351
+ >;
18352
+
18353
+ type Feed$FilterChangeEvent = sap.ui.base.Event<
18354
+ Feed$FilterChangeEventParameters,
18355
+ Feed
18356
+ >;
18357
+
18358
+ type Feed$SearchEvent = sap.ui.base.Event<
18359
+ Feed$SearchEventParameters,
18360
+ Feed
18361
+ >;
18362
+
18363
+ type Feed$ToggleLiveEvent = sap.ui.base.Event<
18364
+ Feed$ToggleLiveEventParameters,
18365
+ Feed
18366
+ >;
18367
+
18368
+ type Feed$ToolsItemSelectedEvent = sap.ui.base.Event<
18369
+ Feed$ToolsItemSelectedEventParameters,
18370
+ Feed
18371
+ >;
18372
+
18373
+ type FeedChunk$ActionItemSelectedEvent = sap.ui.base.Event<
18374
+ FeedChunk$ActionItemSelectedEventParameters,
18375
+ FeedChunk
18376
+ >;
18377
+
18378
+ type FeedChunk$CommentAddedEvent = sap.ui.base.Event<
18379
+ FeedChunk$CommentAddedEventParameters,
18380
+ FeedChunk
18381
+ >;
18382
+
18383
+ type FeedChunk$DeletedEvent = sap.ui.base.Event<
18384
+ FeedChunk$DeletedEventParameters,
18385
+ FeedChunk
18386
+ >;
18387
+
18388
+ type FeedChunk$InspectEvent = sap.ui.base.Event<
18389
+ FeedChunk$InspectEventParameters,
18390
+ FeedChunk
18391
+ >;
18392
+
18393
+ type FeedChunk$ReferenceClickedEvent = sap.ui.base.Event<
18394
+ FeedChunk$ReferenceClickedEventParameters,
18395
+ FeedChunk
18396
+ >;
18397
+
18398
+ type FeedChunk$SenderClickedEvent = sap.ui.base.Event<
18399
+ FeedChunk$SenderClickedEventParameters,
18400
+ FeedChunk
18401
+ >;
18402
+
18403
+ type FeedChunk$ToggleFavoriteEvent = sap.ui.base.Event<
18404
+ FeedChunk$ToggleFavoriteEventParameters,
18405
+ FeedChunk
18406
+ >;
18407
+
18408
+ type FeedChunk$ToggleFlaggedEvent = sap.ui.base.Event<
18409
+ FeedChunk$ToggleFlaggedEventParameters,
18410
+ FeedChunk
18411
+ >;
18412
+
18413
+ type FeedChunk$ToggleSharedEvent = sap.ui.base.Event<
18414
+ FeedChunk$ToggleSharedEventParameters,
18415
+ FeedChunk
18416
+ >;
18417
+
18418
+ type Feeder$SubmitEvent = sap.ui.base.Event<
18419
+ Feeder$SubmitEventParameters,
18420
+ Feeder
18421
+ >;
18422
+
18423
+ type NavigationBar$SelectEvent = sap.ui.base.Event<
18424
+ NavigationBar$SelectEventParameters,
18425
+ NavigationBar
18426
+ >;
18427
+
18428
+ type NotificationBar$DisplayEvent = sap.ui.base.Event<
18429
+ NotificationBar$DisplayEventParameters,
18430
+ NotificationBar
18431
+ >;
18432
+
18433
+ type NotificationBar$ResizeEvent = sap.ui.base.Event<
18434
+ NotificationBar$ResizeEventParameters,
18435
+ NotificationBar
18436
+ >;
18437
+
18438
+ type Notifier$MessageSelectedEvent = sap.ui.base.Event<
18439
+ Notifier$MessageSelectedEventParameters,
18440
+ Notifier
18441
+ >;
18442
+
18443
+ type Overlay$CloseEvent = sap.ui.base.Event<
18444
+ Overlay$CloseEventParameters,
18445
+ Overlay
18446
+ >;
18447
+
18448
+ type Overlay$ClosedEvent = sap.ui.base.Event<
18449
+ Overlay$ClosedEventParameters,
18450
+ Overlay
18451
+ >;
18452
+
18453
+ type Overlay$OpenEvent = sap.ui.base.Event<
18454
+ Overlay$OpenEventParameters,
18455
+ Overlay
18456
+ >;
18457
+
18458
+ type Overlay$OpenNewEvent = sap.ui.base.Event<
18459
+ Overlay$OpenNewEventParameters,
18460
+ Overlay
18461
+ >;
18462
+
18463
+ type QuickView$ActionSelectedEvent = sap.ui.base.Event<
18464
+ QuickView$ActionSelectedEventParameters,
18465
+ QuickView
18466
+ >;
18467
+
18468
+ type QuickView$FeedSubmitEvent = sap.ui.base.Event<
18469
+ QuickView$FeedSubmitEventParameters,
18470
+ QuickView
18471
+ >;
18472
+
18473
+ type QuickView$NavigateEvent = sap.ui.base.Event<
18474
+ QuickView$NavigateEventParameters,
18475
+ QuickView
18476
+ >;
18477
+
18478
+ type Shell$FeedSubmitEvent = sap.ui.base.Event<
18479
+ Shell$FeedSubmitEventParameters,
18480
+ Shell
18481
+ >;
18482
+
18483
+ type Shell$LogoutEvent = sap.ui.base.Event<
18484
+ Shell$LogoutEventParameters,
18485
+ Shell
18486
+ >;
18487
+
18488
+ type Shell$PaneBarItemSelectedEvent = sap.ui.base.Event<
18489
+ Shell$PaneBarItemSelectedEventParameters,
18490
+ Shell
18491
+ >;
18492
+
18493
+ type Shell$PaneClosedEvent = sap.ui.base.Event<
18494
+ Shell$PaneClosedEventParameters,
18495
+ Shell
18496
+ >;
18497
+
18498
+ type Shell$SearchEvent = sap.ui.base.Event<
18499
+ Shell$SearchEventParameters,
18500
+ Shell
18501
+ >;
18502
+
18503
+ type Shell$WorksetItemSelectedEvent = sap.ui.base.Event<
18504
+ Shell$WorksetItemSelectedEventParameters,
18505
+ Shell
18506
+ >;
18507
+
18508
+ type ThingAction$SelectEvent = sap.ui.base.Event<
18509
+ ThingAction$SelectEventParameters,
18510
+ ThingAction
18511
+ >;
18512
+
18513
+ type ThingInspector$ActionSelectedEvent = sap.ui.base.Event<
18514
+ ThingInspector$ActionSelectedEventParameters,
18515
+ ThingInspector
18516
+ >;
18517
+
18518
+ type ThingInspector$FacetSelectedEvent = sap.ui.base.Event<
18519
+ ThingInspector$FacetSelectedEventParameters,
18520
+ ThingInspector
18521
+ >;
18522
+
18523
+ type ThingInspector$FeedSubmitEvent = sap.ui.base.Event<
18524
+ ThingInspector$FeedSubmitEventParameters,
18525
+ ThingInspector
18526
+ >;
18527
+
18528
+ type ThingViewer$FacetSelectedEvent = sap.ui.base.Event<
18529
+ ThingViewer$FacetSelectedEventParameters,
18530
+ ThingViewer
18531
+ >;
18532
+
18533
+ type ToolPopup$CloseEvent = sap.ui.base.Event<
18534
+ ToolPopup$CloseEventParameters,
18535
+ ToolPopup
18536
+ >;
18537
+
18538
+ type ToolPopup$ClosedEvent = sap.ui.base.Event<
18539
+ ToolPopup$ClosedEventParameters,
18540
+ ToolPopup
18541
+ >;
18542
+
18543
+ type ToolPopup$EnterEvent = sap.ui.base.Event<
18544
+ ToolPopup$EnterEventParameters,
18545
+ ToolPopup
18546
+ >;
18547
+
18548
+ type ToolPopup$IconChangedEvent = sap.ui.base.Event<
18549
+ ToolPopup$IconChangedEventParameters,
18550
+ ToolPopup
18551
+ >;
18552
+
18553
+ type ToolPopup$OpenEvent = sap.ui.base.Event<
18554
+ ToolPopup$OpenEventParameters,
18555
+ ToolPopup
18556
+ >;
18557
+
18558
+ type ToolPopup$OpenedEvent = sap.ui.base.Event<
18559
+ ToolPopup$OpenedEventParameters,
18560
+ ToolPopup
18561
+ >;
18382
18562
  }
18383
18563
  }
18384
18564