@openui5/ts-types 1.116.0 → 1.117.1
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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +160 -63
- package/types/sap.m.d.ts +2259 -806
- package/types/sap.tnt.d.ts +13 -4
- package/types/sap.ui.codeeditor.d.ts +9 -3
- package/types/sap.ui.commons.d.ts +297 -116
- package/types/sap.ui.core.d.ts +971 -281
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +25 -10
- package/types/sap.ui.integration.d.ts +90 -23
- package/types/sap.ui.layout.d.ts +93 -30
- package/types/sap.ui.mdc.d.ts +6507 -6291
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +9 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +149 -43
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +265 -103
- package/types/sap.ui.ux3.d.ts +300 -120
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +170 -68
- package/types/sap.ui.webc.main.d.ts +495 -198
- package/types/sap.uxap.d.ts +51 -21
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.117.1
|
|
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<
|
|
18264
|
-
|
|
18265
|
-
|
|
18266
|
-
|
|
18267
|
-
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
type
|
|
18274
|
-
|
|
18275
|
-
|
|
18276
|
-
|
|
18277
|
-
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
|
|
18281
|
-
|
|
18282
|
-
|
|
18283
|
-
type
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
type
|
|
18294
|
-
|
|
18295
|
-
|
|
18296
|
-
|
|
18297
|
-
|
|
18298
|
-
|
|
18299
|
-
|
|
18300
|
-
|
|
18301
|
-
|
|
18302
|
-
|
|
18303
|
-
type
|
|
18304
|
-
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
type
|
|
18314
|
-
|
|
18315
|
-
|
|
18316
|
-
|
|
18317
|
-
|
|
18318
|
-
|
|
18319
|
-
|
|
18320
|
-
|
|
18321
|
-
|
|
18322
|
-
|
|
18323
|
-
type
|
|
18324
|
-
|
|
18325
|
-
|
|
18326
|
-
|
|
18327
|
-
|
|
18328
|
-
|
|
18329
|
-
|
|
18330
|
-
|
|
18331
|
-
|
|
18332
|
-
|
|
18333
|
-
type
|
|
18334
|
-
|
|
18335
|
-
|
|
18336
|
-
|
|
18337
|
-
|
|
18338
|
-
|
|
18339
|
-
|
|
18340
|
-
|
|
18341
|
-
|
|
18342
|
-
|
|
18343
|
-
type
|
|
18344
|
-
|
|
18345
|
-
|
|
18346
|
-
|
|
18347
|
-
|
|
18348
|
-
|
|
18349
|
-
|
|
18350
|
-
|
|
18351
|
-
|
|
18352
|
-
|
|
18353
|
-
type
|
|
18354
|
-
|
|
18355
|
-
|
|
18356
|
-
|
|
18357
|
-
|
|
18358
|
-
|
|
18359
|
-
|
|
18360
|
-
|
|
18361
|
-
|
|
18362
|
-
|
|
18363
|
-
type
|
|
18364
|
-
|
|
18365
|
-
|
|
18366
|
-
|
|
18367
|
-
|
|
18368
|
-
|
|
18369
|
-
|
|
18370
|
-
|
|
18371
|
-
|
|
18372
|
-
|
|
18373
|
-
type
|
|
18374
|
-
|
|
18375
|
-
|
|
18376
|
-
|
|
18377
|
-
|
|
18378
|
-
|
|
18379
|
-
|
|
18380
|
-
|
|
18381
|
-
|
|
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
|
|