@sapui5/ts-types 1.114.0 → 1.115.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 (62) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +2 -2
  3. package/types/sap.ca.ui.d.ts +135 -67
  4. package/types/sap.chart.d.ts +154 -125
  5. package/types/sap.collaboration.d.ts +80 -78
  6. package/types/sap.esh.search.ui.d.ts +93 -1
  7. package/types/sap.f.d.ts +1331 -950
  8. package/types/sap.fe.core.d.ts +38 -152
  9. package/types/sap.fe.macros.d.ts +53 -7
  10. package/types/sap.fe.navigation.d.ts +34 -27
  11. package/types/sap.fe.templates.d.ts +8 -275
  12. package/types/sap.fe.test.d.ts +4 -10
  13. package/types/sap.feedback.ui.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +1716 -1087
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +35 -9
  17. package/types/sap.m.d.ts +7228 -4499
  18. package/types/sap.makit.d.ts +17 -5
  19. package/types/sap.me.d.ts +122 -63
  20. package/types/sap.ndc.d.ts +99 -39
  21. package/types/sap.ovp.d.ts +1 -2
  22. package/types/sap.rules.ui.d.ts +43 -19
  23. package/types/sap.sac.df.d.ts +3 -3
  24. package/types/sap.suite.ui.commons.d.ts +2056 -1282
  25. package/types/sap.suite.ui.generic.template.d.ts +29 -40
  26. package/types/sap.suite.ui.microchart.d.ts +188 -136
  27. package/types/sap.tnt.d.ts +134 -54
  28. package/types/sap.ui.codeeditor.d.ts +51 -29
  29. package/types/sap.ui.commons.d.ts +1017 -599
  30. package/types/sap.ui.comp.d.ts +2370 -1523
  31. package/types/sap.ui.core.d.ts +4086 -2346
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +32 -29
  34. package/types/sap.ui.fl.d.ts +123 -80
  35. package/types/sap.ui.generic.app.d.ts +40 -39
  36. package/types/sap.ui.generic.template.d.ts +1 -1
  37. package/types/sap.ui.integration.d.ts +241 -163
  38. package/types/sap.ui.layout.d.ts +312 -355
  39. package/types/sap.ui.mdc.d.ts +21827 -6
  40. package/types/sap.ui.richtexteditor.d.ts +61 -49
  41. package/types/sap.ui.rta.d.ts +1 -2
  42. package/types/sap.ui.suite.d.ts +9 -9
  43. package/types/sap.ui.support.d.ts +5 -7
  44. package/types/sap.ui.table.d.ts +678 -452
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +925 -593
  47. package/types/sap.ui.ux3.d.ts +1038 -549
  48. package/types/sap.ui.vbm.d.ts +1262 -710
  49. package/types/sap.ui.vk.d.ts +2981 -1751
  50. package/types/sap.ui.vtm.d.ts +704 -457
  51. package/types/sap.ui.webc.common.d.ts +1 -1
  52. package/types/sap.ui.webc.fiori.d.ts +532 -301
  53. package/types/sap.ui.webc.main.d.ts +1222 -720
  54. package/types/sap.uiext.inbox.d.ts +47 -24
  55. package/types/sap.ushell.d.ts +359 -173
  56. package/types/sap.ushell_abap.d.ts +1 -1
  57. package/types/sap.uxap.d.ts +287 -199
  58. package/types/sap.viz.d.ts +678 -391
  59. package/types/sap.webanalytics.core.d.ts +1 -1
  60. package/types/sap.zen.commons.d.ts +5 -5
  61. package/types/sap.zen.crosstab.d.ts +1 -1
  62. package/types/sap.zen.dsh.d.ts +147 -81
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -383,7 +383,9 @@ declare namespace sap {
383
383
  /**
384
384
  * Date focus changed
385
385
  */
386
- focus?: (oEvent: sap.ui.base.Event) => void;
386
+ focus?: (
387
+ oEvent: sap.ui.base.Event<sap.ui.unified.calendar.$MonthFocusEventParameters>
388
+ ) => void;
387
389
 
388
390
  /**
389
391
  * @SINCE 1.60
@@ -395,7 +397,9 @@ declare namespace sap {
395
397
  *
396
398
  * **Note:** Works for Gregorian calendars only and when `intervalSelection` is set to `true`.
397
399
  */
398
- weekNumberSelect?: (oEvent: sap.ui.base.Event) => void;
400
+ weekNumberSelect?: (
401
+ oEvent: sap.ui.base.Event<sap.ui.unified.calendar.$MonthWeekNumberSelectEventParameters>
402
+ ) => void;
399
403
  }
400
404
 
401
405
  interface $MonthPickerSettings extends sap.ui.core.$ControlSettings {
@@ -615,7 +619,9 @@ declare namespace sap {
615
619
  /**
616
620
  * Month focus changed
617
621
  */
618
- focus?: (oEvent: sap.ui.base.Event) => void;
622
+ focus?: (
623
+ oEvent: sap.ui.base.Event<sap.ui.unified.calendar.$MonthsRowFocusEventParameters>
624
+ ) => void;
619
625
  }
620
626
 
621
627
  interface $TimesRowSettings extends sap.ui.core.$ControlSettings {
@@ -749,7 +755,9 @@ declare namespace sap {
749
755
  /**
750
756
  * Time focus changed
751
757
  */
752
- focus?: (oEvent: sap.ui.base.Event) => void;
758
+ focus?: (
759
+ oEvent: sap.ui.base.Event<sap.ui.unified.calendar.$TimesRowFocusEventParameters>
760
+ ) => void;
753
761
  }
754
762
 
755
763
  interface $YearPickerSettings extends sap.ui.core.$ControlSettings {
@@ -850,6 +858,87 @@ declare namespace sap {
850
858
  pageChange?: (oEvent: sap.ui.base.Event) => void;
851
859
  }
852
860
 
861
+ interface $HeaderPressButton0EventParameters {}
862
+
863
+ interface $HeaderPressButton1EventParameters {}
864
+
865
+ interface $HeaderPressButton2EventParameters {}
866
+
867
+ interface $HeaderPressCurrentDateEventParameters {}
868
+
869
+ interface $HeaderPressNextEventParameters {}
870
+
871
+ interface $HeaderPressPreviousEventParameters {}
872
+
873
+ interface $MonthFocusEventParameters {
874
+ /**
875
+ * focused date
876
+ */
877
+ date?: object;
878
+
879
+ /**
880
+ * focused date is in an other month than the displayed one
881
+ */
882
+ otherMonth?: boolean;
883
+
884
+ /**
885
+ * focused date is set to the same as before (date in other month clicked)
886
+ */
887
+ restoreOldDate?: boolean;
888
+ }
889
+
890
+ interface $MonthSelectEventParameters {}
891
+
892
+ interface $MonthWeekNumberSelectEventParameters {
893
+ /**
894
+ * The selected week number.
895
+ */
896
+ weekNumber?: int;
897
+
898
+ /**
899
+ * The days of the corresponding week that are selected or deselected.
900
+ *
901
+ * **Note:** Will be set to `null` if that week is being deselected.
902
+ */
903
+ weekDays?: sap.ui.unified.DateRange;
904
+ }
905
+
906
+ interface $MonthPickerPageChangeEventParameters {}
907
+
908
+ interface $MonthPickerSelectEventParameters {}
909
+
910
+ interface $MonthsRowFocusEventParameters {
911
+ /**
912
+ * First date, as UI5Date or JavaScript Date object, of the month that is focused.
913
+ */
914
+ date?: object;
915
+
916
+ /**
917
+ * If set, the focused date is not rendered yet. (This happens by navigating out of the visible area.)
918
+ */
919
+ notVisible?: boolean;
920
+ }
921
+
922
+ interface $MonthsRowSelectEventParameters {}
923
+
924
+ interface $TimesRowFocusEventParameters {
925
+ /**
926
+ * date, as UI5Date or JavaScript Date object, of the focused time.
927
+ */
928
+ date?: object;
929
+
930
+ /**
931
+ * If set, the focused date is not rendered yet. (This happens by navigating out of the visible area.)
932
+ */
933
+ notVisible?: boolean;
934
+ }
935
+
936
+ interface $TimesRowSelectEventParameters {}
937
+
938
+ interface $YearPickerPageChangeEventParameters {}
939
+
940
+ interface $YearPickerSelectEventParameters {}
941
+
853
942
  /**
854
943
  * @SINCE 1.30.0
855
944
  *
@@ -2135,7 +2224,9 @@ declare namespace sap {
2135
2224
  /**
2136
2225
  * The function to be called when the event occurs
2137
2226
  */
2138
- fnFunction: (p1: sap.ui.base.Event) => void,
2227
+ fnFunction: (
2228
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthFocusEventParameters>
2229
+ ) => void,
2139
2230
  /**
2140
2231
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.Month` itself
2141
2232
  */
@@ -2155,7 +2246,9 @@ declare namespace sap {
2155
2246
  /**
2156
2247
  * The function to be called when the event occurs
2157
2248
  */
2158
- fnFunction: (p1: sap.ui.base.Event) => void,
2249
+ fnFunction: (
2250
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthFocusEventParameters>
2251
+ ) => void,
2159
2252
  /**
2160
2253
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.Month` itself
2161
2254
  */
@@ -2233,7 +2326,9 @@ declare namespace sap {
2233
2326
  /**
2234
2327
  * The function to be called when the event occurs
2235
2328
  */
2236
- fnFunction: (p1: sap.ui.base.Event) => void,
2329
+ fnFunction: (
2330
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthWeekNumberSelectEventParameters>
2331
+ ) => void,
2237
2332
  /**
2238
2333
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.Month` itself
2239
2334
  */
@@ -2261,7 +2356,9 @@ declare namespace sap {
2261
2356
  /**
2262
2357
  * The function to be called when the event occurs
2263
2358
  */
2264
- fnFunction: (p1: sap.ui.base.Event) => void,
2359
+ fnFunction: (
2360
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthWeekNumberSelectEventParameters>
2361
+ ) => void,
2265
2362
  /**
2266
2363
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.Month` itself
2267
2364
  */
@@ -2310,7 +2407,9 @@ declare namespace sap {
2310
2407
  /**
2311
2408
  * The function to be called, when the event occurs
2312
2409
  */
2313
- fnFunction: (p1: sap.ui.base.Event) => void,
2410
+ fnFunction: (
2411
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthFocusEventParameters>
2412
+ ) => void,
2314
2413
  /**
2315
2414
  * Context object on which the given function had to be called
2316
2415
  */
@@ -2347,7 +2446,9 @@ declare namespace sap {
2347
2446
  /**
2348
2447
  * The function to be called, when the event occurs
2349
2448
  */
2350
- fnFunction: (p1: sap.ui.base.Event) => void,
2449
+ fnFunction: (
2450
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthWeekNumberSelectEventParameters>
2451
+ ) => void,
2351
2452
  /**
2352
2453
  * Context object on which the given function had to be called
2353
2454
  */
@@ -2375,20 +2476,7 @@ declare namespace sap {
2375
2476
  /**
2376
2477
  * Parameters to pass along with the event
2377
2478
  */
2378
- mParameters?: {
2379
- /**
2380
- * focused date
2381
- */
2382
- date?: object;
2383
- /**
2384
- * focused date is in an other month than the displayed one
2385
- */
2386
- otherMonth?: boolean;
2387
- /**
2388
- * focused date is set to the same as before (date in other month clicked)
2389
- */
2390
- restoreOldDate?: boolean;
2391
- }
2479
+ mParameters?: sap.ui.unified.calendar.$MonthFocusEventParameters
2392
2480
  ): this;
2393
2481
  /**
2394
2482
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -2418,22 +2506,10 @@ declare namespace sap {
2418
2506
  /**
2419
2507
  * Parameters to pass along with the event
2420
2508
  */
2421
- mParameters?: {
2422
- /**
2423
- * The selected week number.
2424
- */
2425
- weekNumber?: int;
2426
- /**
2427
- * The days of the corresponding week that are selected or deselected.
2428
- *
2429
- * **Note:** Will be set to `null` if that week is being deselected.
2430
- */
2431
- weekDays?: sap.ui.unified.DateRange;
2432
- }
2509
+ mParameters?: sap.ui.unified.calendar.$MonthWeekNumberSelectEventParameters
2433
2510
  ): boolean;
2434
2511
  /**
2435
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
2436
- * ariaLabelledBy}.
2512
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
2437
2513
  */
2438
2514
  getAriaLabelledBy(): sap.ui.core.ID[];
2439
2515
  /**
@@ -3232,8 +3308,7 @@ declare namespace sap {
3232
3308
  /**
3233
3309
  * @SINCE 1.92
3234
3310
  *
3235
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
3236
- * ariaLabelledBy}.
3311
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
3237
3312
  */
3238
3313
  getAriaLabelledBy(): sap.ui.core.ID[];
3239
3314
  /**
@@ -3658,7 +3733,9 @@ declare namespace sap {
3658
3733
  /**
3659
3734
  * The function to be called when the event occurs
3660
3735
  */
3661
- fnFunction: (p1: sap.ui.base.Event) => void,
3736
+ fnFunction: (
3737
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthsRowFocusEventParameters>
3738
+ ) => void,
3662
3739
  /**
3663
3740
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.MonthsRow` itself
3664
3741
  */
@@ -3678,7 +3755,9 @@ declare namespace sap {
3678
3755
  /**
3679
3756
  * The function to be called when the event occurs
3680
3757
  */
3681
- fnFunction: (p1: sap.ui.base.Event) => void,
3758
+ fnFunction: (
3759
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthsRowFocusEventParameters>
3760
+ ) => void,
3682
3761
  /**
3683
3762
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.MonthsRow` itself
3684
3763
  */
@@ -3764,7 +3843,9 @@ declare namespace sap {
3764
3843
  /**
3765
3844
  * The function to be called, when the event occurs
3766
3845
  */
3767
- fnFunction: (p1: sap.ui.base.Event) => void,
3846
+ fnFunction: (
3847
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$MonthsRowFocusEventParameters>
3848
+ ) => void,
3768
3849
  /**
3769
3850
  * Context object on which the given function had to be called
3770
3851
  */
@@ -3809,16 +3890,7 @@ declare namespace sap {
3809
3890
  /**
3810
3891
  * Parameters to pass along with the event
3811
3892
  */
3812
- mParameters?: {
3813
- /**
3814
- * First date, as UI5Date or JavaScript Date object, of the month that is focused.
3815
- */
3816
- date?: object;
3817
- /**
3818
- * If set, the focused date is not rendered yet. (This happens by navigating out of the visible area.)
3819
- */
3820
- notVisible?: boolean;
3821
- }
3893
+ mParameters?: sap.ui.unified.calendar.$MonthsRowFocusEventParameters
3822
3894
  ): this;
3823
3895
  /**
3824
3896
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -3834,8 +3906,7 @@ declare namespace sap {
3834
3906
  mParameters?: object
3835
3907
  ): this;
3836
3908
  /**
3837
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
3838
- * ariaLabelledBy}.
3909
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
3839
3910
  */
3840
3911
  getAriaLabelledBy(): sap.ui.core.ID[];
3841
3912
  /**
@@ -4329,7 +4400,9 @@ declare namespace sap {
4329
4400
  /**
4330
4401
  * The function to be called when the event occurs
4331
4402
  */
4332
- fnFunction: (p1: sap.ui.base.Event) => void,
4403
+ fnFunction: (
4404
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$TimesRowFocusEventParameters>
4405
+ ) => void,
4333
4406
  /**
4334
4407
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.TimesRow` itself
4335
4408
  */
@@ -4349,7 +4422,9 @@ declare namespace sap {
4349
4422
  /**
4350
4423
  * The function to be called when the event occurs
4351
4424
  */
4352
- fnFunction: (p1: sap.ui.base.Event) => void,
4425
+ fnFunction: (
4426
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$TimesRowFocusEventParameters>
4427
+ ) => void,
4353
4428
  /**
4354
4429
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.calendar.TimesRow` itself
4355
4430
  */
@@ -4435,7 +4510,9 @@ declare namespace sap {
4435
4510
  /**
4436
4511
  * The function to be called, when the event occurs
4437
4512
  */
4438
- fnFunction: (p1: sap.ui.base.Event) => void,
4513
+ fnFunction: (
4514
+ p1: sap.ui.base.Event<sap.ui.unified.calendar.$TimesRowFocusEventParameters>
4515
+ ) => void,
4439
4516
  /**
4440
4517
  * Context object on which the given function had to be called
4441
4518
  */
@@ -4480,16 +4557,7 @@ declare namespace sap {
4480
4557
  /**
4481
4558
  * Parameters to pass along with the event
4482
4559
  */
4483
- mParameters?: {
4484
- /**
4485
- * date, as UI5Date or JavaScript Date object, of the focused time.
4486
- */
4487
- date?: object;
4488
- /**
4489
- * If set, the focused date is not rendered yet. (This happens by navigating out of the visible area.)
4490
- */
4491
- notVisible?: boolean;
4492
- }
4560
+ mParameters?: sap.ui.unified.calendar.$TimesRowFocusEventParameters
4493
4561
  ): this;
4494
4562
  /**
4495
4563
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -4505,8 +4573,7 @@ declare namespace sap {
4505
4573
  mParameters?: object
4506
4574
  ): this;
4507
4575
  /**
4508
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
4509
- * ariaLabelledBy}.
4576
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
4510
4577
  */
4511
4578
  getAriaLabelledBy(): sap.ui.core.ID[];
4512
4579
  /**
@@ -5650,7 +5717,7 @@ declare namespace sap {
5650
5717
  /**
5651
5718
  * Dates or date ranges for selected dates.
5652
5719
  *
5653
- * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange}
5720
+ * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange }
5654
5721
  * class.
5655
5722
  */
5656
5723
  selectedDates?:
@@ -5665,7 +5732,7 @@ declare namespace sap {
5665
5732
  * Dates or date ranges with type, to visualize special days in the `Calendar`. If one day is assigned to
5666
5733
  * more than one Type, only the first one will be used.
5667
5734
  *
5668
- * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange}
5735
+ * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange }
5669
5736
  * class.
5670
5737
  *
5671
5738
  * **Note:** Keep in mind that the `NonWorking` type is for marking specific dates or date ranges as non-working,
@@ -5683,7 +5750,7 @@ declare namespace sap {
5683
5750
  *
5684
5751
  * Dates or date ranges for disabled dates.
5685
5752
  *
5686
- * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange}
5753
+ * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange }
5687
5754
  * class.
5688
5755
  */
5689
5756
  disabledDates?:
@@ -5737,7 +5804,9 @@ declare namespace sap {
5737
5804
  *
5738
5805
  * **Note** Works for Gregorian calendars only and when `intervalSelection` is set to 'true'.
5739
5806
  */
5740
- weekNumberSelect?: (oEvent: sap.ui.base.Event) => void;
5807
+ weekNumberSelect?: (
5808
+ oEvent: sap.ui.base.Event<sap.ui.unified.$CalendarWeekNumberSelectEventParameters>
5809
+ ) => void;
5741
5810
  }
5742
5811
 
5743
5812
  interface $CalendarAppointmentSettings
@@ -5813,9 +5882,9 @@ declare namespace sap {
5813
5882
  *
5814
5883
  * - The `title`, `text`, `description`, and `icon` properties are ignored.
5815
5884
  * - The application developer has to ensure, that all the accessibility requirements are met, and that
5816
- * the height of the content conforms with the height provided by the appointment.
5885
+ * the height of the content conforms with the height provided by the appointment.
5817
5886
  * - Do not use interactive controls as content, as they may trigger unwanted selection of the appointment
5818
- * and may lead to unpredictable results.
5887
+ * and may lead to unpredictable results.
5819
5888
  */
5820
5889
  customContent?:
5821
5890
  | sap.ui.core.Control[]
@@ -6322,7 +6391,9 @@ declare namespace sap {
6322
6391
  /**
6323
6392
  * Fired if an appointment was selected
6324
6393
  */
6325
- select?: (oEvent: sap.ui.base.Event) => void;
6394
+ select?: (
6395
+ oEvent: sap.ui.base.Event<sap.ui.unified.$CalendarRowSelectEventParameters>
6396
+ ) => void;
6326
6397
 
6327
6398
  /**
6328
6399
  * `startDate` was changed while navigating in `CalendarRow`
@@ -6333,14 +6404,18 @@ declare namespace sap {
6333
6404
  * The `CalendarRow` should be left while navigating. (Arrow up or arrow down.) The caller should determine
6334
6405
  * the next control to be focused
6335
6406
  */
6336
- leaveRow?: (oEvent: sap.ui.base.Event) => void;
6407
+ leaveRow?: (
6408
+ oEvent: sap.ui.base.Event<sap.ui.unified.$CalendarRowLeaveRowEventParameters>
6409
+ ) => void;
6337
6410
 
6338
6411
  /**
6339
6412
  * @SINCE 1.38.0
6340
6413
  *
6341
6414
  * Fired if an interval was selected
6342
6415
  */
6343
- intervalSelect?: (oEvent: sap.ui.base.Event) => void;
6416
+ intervalSelect?: (
6417
+ oEvent: sap.ui.base.Event<sap.ui.unified.$CalendarRowIntervalSelectEventParameters>
6418
+ ) => void;
6344
6419
  }
6345
6420
 
6346
6421
  interface $CalendarTimeIntervalSettings
@@ -6539,7 +6614,9 @@ declare namespace sap {
6539
6614
  *
6540
6615
  * **Note:** When the user action is mouse dragging, the `change` event fires on the mouseup event.
6541
6616
  */
6542
- change?: (oEvent: sap.ui.base.Event) => void;
6617
+ change?: (
6618
+ oEvent: sap.ui.base.Event<sap.ui.unified.$ColorPickerChangeEventParameters>
6619
+ ) => void;
6543
6620
 
6544
6621
  /**
6545
6622
  * @SINCE 1.48.0
@@ -6548,7 +6625,9 @@ declare namespace sap {
6548
6625
  *
6549
6626
  * **Note:** When the user action is mouse move, the `liveChange` event is fired during the mousedown event.
6550
6627
  */
6551
- liveChange?: (oEvent: sap.ui.base.Event) => void;
6628
+ liveChange?: (
6629
+ oEvent: sap.ui.base.Event<sap.ui.unified.$ColorPickerLiveChangeEventParameters>
6630
+ ) => void;
6552
6631
  }
6553
6632
 
6554
6633
  interface $ColorPickerPopoverSettings
@@ -6590,14 +6669,18 @@ declare namespace sap {
6590
6669
  *
6591
6670
  * Fired when the submit button of the popover is clicked.
6592
6671
  */
6593
- change?: (oEvent: sap.ui.base.Event) => void;
6672
+ change?: (
6673
+ oEvent: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverChangeEventParameters>
6674
+ ) => void;
6594
6675
 
6595
6676
  /**
6596
6677
  * @SINCE 1.85
6597
6678
  *
6598
6679
  * Fired when the value is changed by user interaction in the internal ColorPicker
6599
6680
  */
6600
- liveChange?: (oEvent: sap.ui.base.Event) => void;
6681
+ liveChange?: (
6682
+ oEvent: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverLiveChangeEventParameters>
6683
+ ) => void;
6601
6684
  }
6602
6685
 
6603
6686
  interface $ContentSwitcherSettings extends sap.ui.core.$ControlSettings {
@@ -7066,7 +7149,9 @@ declare namespace sap {
7066
7149
  * **Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in
7067
7150
  * Chrome browser when the Cancel button of the uploads window is pressed.
7068
7151
  */
7069
- change?: (oEvent: sap.ui.base.Event) => void;
7152
+ change?: (
7153
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderChangeEventParameters>
7154
+ ) => void;
7070
7155
 
7071
7156
  /**
7072
7157
  * Event is fired as soon as the upload request is completed (either successful or unsuccessful).
@@ -7075,23 +7160,31 @@ declare namespace sap {
7075
7160
  * progress of the upload can be monitored by listening to the `uploadProgress` event. However, this covers
7076
7161
  * only the client side of the upload process and does not give any success status from the server.
7077
7162
  */
7078
- uploadComplete?: (oEvent: sap.ui.base.Event) => void;
7163
+ uploadComplete?: (
7164
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadCompleteEventParameters>
7165
+ ) => void;
7079
7166
 
7080
7167
  /**
7081
7168
  * Event is fired when the type of a file does not match the `mimeType` or `fileType` property.
7082
7169
  */
7083
- typeMissmatch?: (oEvent: sap.ui.base.Event) => void;
7170
+ typeMissmatch?: (
7171
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderTypeMissmatchEventParameters>
7172
+ ) => void;
7084
7173
 
7085
7174
  /**
7086
7175
  * Event is fired when the size of a file is above the `maximumFileSize` property. This event is not supported
7087
7176
  * by Internet Explorer 9 (same restriction as for the property `maximumFileSize`).
7088
7177
  */
7089
- fileSizeExceed?: (oEvent: sap.ui.base.Event) => void;
7178
+ fileSizeExceed?: (
7179
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileSizeExceedEventParameters>
7180
+ ) => void;
7090
7181
 
7091
7182
  /**
7092
7183
  * Event is fired when the size of the file is 0
7093
7184
  */
7094
- fileEmpty?: (oEvent: sap.ui.base.Event) => void;
7185
+ fileEmpty?: (
7186
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileEmptyEventParameters>
7187
+ ) => void;
7095
7188
 
7096
7189
  /**
7097
7190
  * Event is fired when the file is allowed for upload on client side.
@@ -7109,7 +7202,9 @@ declare namespace sap {
7109
7202
  * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
7110
7203
  * Internet Explorer 9.
7111
7204
  */
7112
- uploadProgress?: (oEvent: sap.ui.base.Event) => void;
7205
+ uploadProgress?: (
7206
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadProgressEventParameters>
7207
+ ) => void;
7113
7208
 
7114
7209
  /**
7115
7210
  * @SINCE 1.24.0
@@ -7119,7 +7214,9 @@ declare namespace sap {
7119
7214
  * This event is only supported with property `sendXHR` set to true, i.e. the event is not supported in
7120
7215
  * Internet Explorer 9.
7121
7216
  */
7122
- uploadAborted?: (oEvent: sap.ui.base.Event) => void;
7217
+ uploadAborted?: (
7218
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadAbortedEventParameters>
7219
+ ) => void;
7123
7220
 
7124
7221
  /**
7125
7222
  * @SINCE 1.24.0
@@ -7127,14 +7224,18 @@ declare namespace sap {
7127
7224
  * Event is fired, if the filename of a chosen file is longer than the value specified with the `maximumFilenameLength`
7128
7225
  * property.
7129
7226
  */
7130
- filenameLengthExceed?: (oEvent: sap.ui.base.Event) => void;
7227
+ filenameLengthExceed?: (
7228
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderFilenameLengthExceedEventParameters>
7229
+ ) => void;
7131
7230
 
7132
7231
  /**
7133
7232
  * @SINCE 1.30.0
7134
7233
  *
7135
7234
  * Event is fired before an upload is started.
7136
7235
  */
7137
- uploadStart?: (oEvent: sap.ui.base.Event) => void;
7236
+ uploadStart?: (
7237
+ oEvent: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadStartEventParameters>
7238
+ ) => void;
7138
7239
 
7139
7240
  /**
7140
7241
  * @SINCE 1.102.0
@@ -7248,7 +7349,9 @@ declare namespace sap {
7248
7349
  * one of its direct or indirect submenus. **Note:** There is also a select event available for each single
7249
7350
  * menu item. This event and the event of the menu items are redundant.
7250
7351
  */
7251
- itemSelect?: (oEvent: sap.ui.base.Event) => void;
7352
+ itemSelect?: (
7353
+ oEvent: sap.ui.base.Event<sap.ui.unified.$MenuItemSelectEventParameters>
7354
+ ) => void;
7252
7355
  }
7253
7356
 
7254
7357
  interface $MenuItemSettings extends sap.ui.unified.$MenuItemBaseSettings {
@@ -7309,7 +7412,9 @@ declare namespace sap {
7309
7412
  * a submenu. In general, applications must not handle event in this case because the user selection opens
7310
7413
  * the sub menu.
7311
7414
  */
7312
- select?: (oEvent: sap.ui.base.Event) => void;
7415
+ select?: (
7416
+ oEvent: sap.ui.base.Event<sap.ui.unified.$MenuItemBaseSelectEventParameters>
7417
+ ) => void;
7313
7418
  }
7314
7419
 
7315
7420
  interface $MenuTextFieldItemSettings
@@ -7626,72 +7731,540 @@ declare namespace sap {
7626
7731
  shell?: sap.ui.unified.ShellLayout | string;
7627
7732
 
7628
7733
  /**
7629
- * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
7734
+ * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
7735
+ */
7736
+ ariaLabelledBy?: Array<sap.ui.core.Control | string>;
7737
+
7738
+ /**
7739
+ * Fired when the overlay was closed.
7740
+ */
7741
+ closed?: (oEvent: sap.ui.base.Event) => void;
7742
+ }
7743
+
7744
+ interface $SplitContainerSettings extends sap.ui.core.$ControlSettings {
7745
+ /**
7746
+ * Shows / Hides the secondary area.
7747
+ */
7748
+ showSecondaryContent?:
7749
+ | boolean
7750
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
7751
+ | `{${string}}`;
7752
+
7753
+ /**
7754
+ * The width if the secondary content. The height is always 100%.
7755
+ */
7756
+ secondaryContentSize?:
7757
+ | sap.ui.core.CSSSize
7758
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
7759
+ | `{${string}}`;
7760
+
7761
+ /**
7762
+ * @deprecated (since 1.22) - Only available for backwards compatibility.
7763
+ *
7764
+ * Do not use. Use secondaryContentSize instead.
7765
+ */
7766
+ secondaryContentWidth?:
7767
+ | sap.ui.core.CSSSize
7768
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
7769
+ | `{${string}}`;
7770
+
7771
+ /**
7772
+ * @SINCE 1.22.0
7773
+ *
7774
+ * Whether to show the secondary content on the left ("Horizontal", default) or on the top ("Vertical").
7775
+ */
7776
+ orientation?:
7777
+ | sap.ui.core.Orientation
7778
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
7779
+ | `{${string}}`;
7780
+
7781
+ /**
7782
+ * The content to appear in the main area.
7783
+ */
7784
+ content?:
7785
+ | sap.ui.core.Control[]
7786
+ | sap.ui.core.Control
7787
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
7788
+ | `{${string}}`;
7789
+
7790
+ /**
7791
+ * The content to appear in the secondary area.
7792
+ */
7793
+ secondaryContent?:
7794
+ | sap.ui.core.Control[]
7795
+ | sap.ui.core.Control
7796
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
7797
+ | `{${string}}`;
7798
+ }
7799
+
7800
+ interface $CalendarCancelEventParameters {}
7801
+
7802
+ interface $CalendarSelectEventParameters {}
7803
+
7804
+ interface $CalendarStartDateChangeEventParameters {}
7805
+
7806
+ interface $CalendarWeekNumberSelectEventParameters {
7807
+ /**
7808
+ * The selected week number.
7809
+ */
7810
+ weekNumber?: int;
7811
+
7812
+ /**
7813
+ * The days of the corresponding week that are selected or deselected.
7814
+ */
7815
+ weekDays?: sap.ui.unified.DateRange;
7816
+ }
7817
+
7818
+ interface $CalendarMonthIntervalCancelEventParameters {}
7819
+
7820
+ interface $CalendarMonthIntervalSelectEventParameters {}
7821
+
7822
+ interface $CalendarMonthIntervalStartDateChangeEventParameters {}
7823
+
7824
+ interface $CalendarRowIntervalSelectEventParameters {
7825
+ /**
7826
+ * Interval start date as UI5Date or JavaScript Date object
7827
+ */
7828
+ startDate?: object;
7829
+
7830
+ /**
7831
+ * Interval end date as UI5Date or JavaScript Date object
7832
+ */
7833
+ endDate?: object;
7834
+
7835
+ /**
7836
+ * If set, the selected interval is a subinterval
7837
+ */
7838
+ subInterval?: boolean;
7839
+ }
7840
+
7841
+ interface $CalendarRowLeaveRowEventParameters {
7842
+ /**
7843
+ * The type of the event that triggers this `leaveRow`
7844
+ */
7845
+ type?: string;
7846
+ }
7847
+
7848
+ interface $CalendarRowSelectEventParameters {
7849
+ /**
7850
+ * selected appointment
7851
+ */
7852
+ appointment?: sap.ui.unified.CalendarAppointment;
7853
+
7854
+ /**
7855
+ * selected appointments in case a group appointment is selected
7856
+ */
7857
+ appointments?: sap.ui.unified.CalendarAppointment[];
7858
+
7859
+ /**
7860
+ * If set, the appointment was selected by multiple selection (e.g. shift + mouse click). So more than the
7861
+ * current appointment could be selected.
7862
+ */
7863
+ multiSelect?: boolean;
7864
+
7865
+ /**
7866
+ * Gives the ID of the DOM element of the clicked appointment
7867
+ */
7868
+ domRefId?: string;
7869
+ }
7870
+
7871
+ interface $CalendarRowStartDateChangeEventParameters {}
7872
+
7873
+ interface $CalendarTimeIntervalCancelEventParameters {}
7874
+
7875
+ interface $CalendarTimeIntervalSelectEventParameters {}
7876
+
7877
+ interface $CalendarTimeIntervalStartDateChangeEventParameters {}
7878
+
7879
+ interface $ColorPickerChangeEventParameters {
7880
+ /**
7881
+ * Parameter containing the RED value (0-255).
7882
+ */
7883
+ r?: int;
7884
+
7885
+ /**
7886
+ * Parameter containing the GREEN value (0-255).
7887
+ */
7888
+ g?: int;
7889
+
7890
+ /**
7891
+ * Parameter containing the BLUE value (0-255).
7892
+ */
7893
+ b?: int;
7894
+
7895
+ /**
7896
+ * Parameter containing the HUE value (0-360).
7897
+ */
7898
+ h?: int;
7899
+
7900
+ /**
7901
+ * Parameter containing the SATURATION value (0-100).
7902
+ */
7903
+ s?: int;
7904
+
7905
+ /**
7906
+ * Parameter containing the VALUE value (0-100).
7907
+ */
7908
+ v?: int;
7909
+
7910
+ /**
7911
+ * Parameter containing the LIGHTNESS value (0-100).
7912
+ */
7913
+ l?: int;
7914
+
7915
+ /**
7916
+ * Parameter containing the Hexadecimal string (#FFFFFF).
7917
+ */
7918
+ hex?: string;
7919
+
7920
+ /**
7921
+ * Parameter containing the alpha value (transparency).
7922
+ */
7923
+ alpha?: string;
7924
+ }
7925
+
7926
+ interface $ColorPickerLiveChangeEventParameters {
7927
+ /**
7928
+ * Parameter containing the RED value (0-255).
7929
+ */
7930
+ r?: int;
7931
+
7932
+ /**
7933
+ * Parameter containing the GREEN value (0-255).
7934
+ */
7935
+ g?: int;
7936
+
7937
+ /**
7938
+ * Parameter containing the BLUE value (0-255).
7939
+ */
7940
+ b?: int;
7941
+
7942
+ /**
7943
+ * Parameter containing the HUE value (0-360).
7944
+ */
7945
+ h?: int;
7946
+
7947
+ /**
7948
+ * Parameter containing the SATURATION value (0-100).
7949
+ */
7950
+ s?: int;
7951
+
7952
+ /**
7953
+ * Parameter containing the VALUE value (0-100).
7954
+ */
7955
+ v?: int;
7956
+
7957
+ /**
7958
+ * Parameter containing the LIGHTNESS value (0-100).
7959
+ */
7960
+ l?: int;
7961
+
7962
+ /**
7963
+ * Parameter containing the Hexadecimal string (#FFFFFF).
7964
+ */
7965
+ hex?: string;
7966
+
7967
+ /**
7968
+ * Parameter containing the alpha value (transparency).
7969
+ */
7970
+ alpha?: string;
7971
+ }
7972
+
7973
+ interface $ColorPickerPopoverChangeEventParameters {
7974
+ /**
7975
+ * Parameter containing the RED value (0-255).
7976
+ */
7977
+ r?: int;
7978
+
7979
+ /**
7980
+ * Parameter containing the GREEN value (0-255).
7981
+ */
7982
+ g?: int;
7983
+
7984
+ /**
7985
+ * Parameter containing the BLUE value (0-255).
7986
+ */
7987
+ b?: int;
7988
+
7989
+ /**
7990
+ * Parameter containing the HUE value (0-360).
7991
+ */
7992
+ h?: int;
7993
+
7994
+ /**
7995
+ * Parameter containing the SATURATION value (0-100).
7996
+ */
7997
+ s?: int;
7998
+
7999
+ /**
8000
+ * Parameter containing the VALUE value (0-100).
8001
+ */
8002
+ v?: int;
8003
+
8004
+ /**
8005
+ * Parameter containing the LIGHTNESS value (0-100).
8006
+ */
8007
+ l?: int;
8008
+
8009
+ /**
8010
+ * Parameter containing the Hexadecimal string (#FFFFFF).
8011
+ */
8012
+ hex?: string;
8013
+
8014
+ /**
8015
+ * Parameter containing the alpha value (transparency).
8016
+ */
8017
+ alpha?: string;
8018
+ }
8019
+
8020
+ interface $ColorPickerPopoverLiveChangeEventParameters {
8021
+ /**
8022
+ * Parameter containing the RED value (0-255).
8023
+ */
8024
+ r?: int;
8025
+
8026
+ /**
8027
+ * Parameter containing the GREEN value (0-255).
8028
+ */
8029
+ g?: int;
8030
+
8031
+ /**
8032
+ * Parameter containing the BLUE value (0-255).
8033
+ */
8034
+ b?: int;
8035
+
8036
+ /**
8037
+ * Parameter containing the HUE value (0-360).
8038
+ */
8039
+ h?: int;
8040
+
8041
+ /**
8042
+ * Parameter containing the SATURATION value (0-100).
8043
+ */
8044
+ s?: int;
8045
+
8046
+ /**
8047
+ * Parameter containing the VALUE value (0-100).
8048
+ */
8049
+ v?: int;
8050
+
8051
+ /**
8052
+ * Parameter containing the LIGHTNESS value (0-100).
8053
+ */
8054
+ l?: int;
8055
+
8056
+ /**
8057
+ * Parameter containing the Hexadecimal string (#FFFFFF).
8058
+ */
8059
+ hex?: string;
8060
+
8061
+ /**
8062
+ * Parameter containing the alpha value (transparency).
8063
+ */
8064
+ alpha?: string;
8065
+ }
8066
+
8067
+ interface $FileUploaderAfterDialogCloseEventParameters {}
8068
+
8069
+ interface $FileUploaderBeforeDialogOpenEventParameters {}
8070
+
8071
+ interface $FileUploaderChangeEventParameters {
8072
+ /**
8073
+ * New file path value.
8074
+ */
8075
+ newValue?: string;
8076
+
8077
+ /**
8078
+ * Files.
8079
+ */
8080
+ files?: object[];
8081
+ }
8082
+
8083
+ interface $FileUploaderFileAllowedEventParameters {}
8084
+
8085
+ interface $FileUploaderFileEmptyEventParameters {
8086
+ /**
8087
+ * The name of the file to be uploaded.
8088
+ */
8089
+ fileName?: string;
8090
+ }
8091
+
8092
+ interface $FileUploaderFilenameLengthExceedEventParameters {
8093
+ /**
8094
+ * The filename, which is longer than specified by the value of the property `maximumFilenameLength`.
8095
+ */
8096
+ fileName?: string;
8097
+ }
8098
+
8099
+ interface $FileUploaderFileSizeExceedEventParameters {
8100
+ /**
8101
+ * The name of a file to be uploaded.
8102
+ */
8103
+ fileName?: string;
8104
+
8105
+ /**
8106
+ * The size in MB of a file to be uploaded.
8107
+ */
8108
+ fileSize?: string;
8109
+ }
8110
+
8111
+ interface $FileUploaderTypeMissmatchEventParameters {
8112
+ /**
8113
+ * The name of a file to be uploaded.
8114
+ */
8115
+ fileName?: string;
8116
+
8117
+ /**
8118
+ * The file ending of a file to be uploaded.
8119
+ */
8120
+ fileType?: string;
8121
+
8122
+ /**
8123
+ * The MIME type of a file to be uploaded.
8124
+ */
8125
+ mimeType?: string;
8126
+ }
8127
+
8128
+ interface $FileUploaderUploadAbortedEventParameters {
8129
+ /**
8130
+ * The name of a file to be uploaded.
8131
+ */
8132
+ fileName?: string;
8133
+
8134
+ /**
8135
+ * Http-Request-Headers.
8136
+ *
8137
+ * Required for receiving `requestHeader` is to set the property `sendXHR` to true. This property is not
8138
+ * supported by Internet Explorer 9.
8139
+ */
8140
+ requestHeaders?: object[];
8141
+ }
8142
+
8143
+ interface $FileUploaderUploadCompleteEventParameters {
8144
+ /**
8145
+ * The name of a file to be uploaded.
8146
+ */
8147
+ fileName?: string;
8148
+
8149
+ /**
8150
+ * Response message which comes from the server.
8151
+ *
8152
+ * On the server side this response has to be put within the "body" tags of the response document
8153
+ * of the iFrame. It can consist of a return code and an optional message. This does not work in cross-domain
8154
+ * scenarios.
8155
+ */
8156
+ response?: string;
8157
+
8158
+ /**
8159
+ * ReadyState of the XHR request.
8160
+ *
8161
+ * Required for receiving a `readyStateXHR` is to set the property `sendXHR` to true. This property is not
8162
+ * supported by Internet Explorer 9.
8163
+ */
8164
+ readyStateXHR?: string;
8165
+
8166
+ /**
8167
+ * Status of the XHR request.
8168
+ *
8169
+ * Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
8170
+ * by Internet Explorer 9.
8171
+ */
8172
+ status?: string;
8173
+
8174
+ /**
8175
+ * Http-Response which comes from the server.
8176
+ *
8177
+ * Required for receiving `responseRaw` is to set the property `sendXHR` to true.
8178
+ *
8179
+ * This property is not supported by Internet Explorer 9.
8180
+ */
8181
+ responseRaw?: string;
8182
+
8183
+ /**
8184
+ * Http-Response-Headers which come from the server.
8185
+ *
8186
+ * Provided as a JSON-map, i.e. each header-field is reflected by a property in the `headers` object, with
8187
+ * the property value reflecting the header-field's content.
8188
+ *
8189
+ * Required for receiving `headers` is to set the property `sendXHR` to true. This property is not supported
8190
+ * by Internet Explorer 9.
8191
+ */
8192
+ headers?: object;
8193
+
8194
+ /**
8195
+ * Http-Request-Headers.
8196
+ *
8197
+ * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
8198
+ * supported by Internet Explorer 9.
8199
+ */
8200
+ requestHeaders?: object[];
8201
+ }
8202
+
8203
+ interface $FileUploaderUploadProgressEventParameters {
8204
+ /**
8205
+ * Indicates whether or not the relative upload progress can be calculated out of loaded and total.
7630
8206
  */
7631
- ariaLabelledBy?: Array<sap.ui.core.Control | string>;
8207
+ lengthComputable?: boolean;
7632
8208
 
7633
8209
  /**
7634
- * Fired when the overlay was closed.
8210
+ * The number of bytes of the file which have been uploaded by the time the event was fired.
7635
8211
  */
7636
- closed?: (oEvent: sap.ui.base.Event) => void;
7637
- }
8212
+ loaded?: float;
7638
8213
 
7639
- interface $SplitContainerSettings extends sap.ui.core.$ControlSettings {
7640
8214
  /**
7641
- * Shows / Hides the secondary area.
8215
+ * The total size of the file to be uploaded in bytes.
7642
8216
  */
7643
- showSecondaryContent?:
7644
- | boolean
7645
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7646
- | `{${string}}`;
8217
+ total?: float;
7647
8218
 
7648
8219
  /**
7649
- * The width if the secondary content. The height is always 100%.
8220
+ * The name of a file to be uploaded.
7650
8221
  */
7651
- secondaryContentSize?:
7652
- | sap.ui.core.CSSSize
7653
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7654
- | `{${string}}`;
8222
+ fileName?: string;
7655
8223
 
7656
8224
  /**
7657
- * @deprecated (since 1.22) - Only available for backwards compatibility.
8225
+ * Http-Request-Headers.
7658
8226
  *
7659
- * Do not use. Use secondaryContentSize instead.
8227
+ * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
8228
+ * supported by Internet Explorer 9.
7660
8229
  */
7661
- secondaryContentWidth?:
7662
- | sap.ui.core.CSSSize
7663
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7664
- | `{${string}}`;
8230
+ requestHeaders?: object[];
8231
+ }
7665
8232
 
8233
+ interface $FileUploaderUploadStartEventParameters {
7666
8234
  /**
7667
- * @SINCE 1.22.0
8235
+ * The name of a file to be uploaded.
8236
+ */
8237
+ fileName?: string;
8238
+
8239
+ /**
8240
+ * Http-Request-Headers.
7668
8241
  *
7669
- * Whether to show the secondary content on the left ("Horizontal", default) or on the top ("Vertical").
8242
+ * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
8243
+ * supported by Internet Explorer 9.
7670
8244
  */
7671
- orientation?:
7672
- | sap.ui.core.Orientation
7673
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7674
- | `{${string}}`;
8245
+ requestHeaders?: object[];
8246
+ }
7675
8247
 
8248
+ interface $MenuItemSelectEventParameters {
7676
8249
  /**
7677
- * The content to appear in the main area.
8250
+ * The action (item) which was selected by the user.
7678
8251
  */
7679
- content?:
7680
- | sap.ui.core.Control[]
7681
- | sap.ui.core.Control
7682
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7683
- | `{${string}}`;
8252
+ item?: sap.ui.unified.MenuItemBase;
8253
+ }
7684
8254
 
8255
+ interface $MenuItemBaseSelectEventParameters {
7685
8256
  /**
7686
- * The content to appear in the secondary area.
8257
+ * The current item
7687
8258
  */
7688
- secondaryContent?:
7689
- | sap.ui.core.Control[]
7690
- | sap.ui.core.Control
7691
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7692
- | `{${string}}`;
8259
+ item?: sap.ui.unified.MenuItemBase;
7693
8260
  }
7694
8261
 
8262
+ interface $ShellHeadItemPressEventParameters {}
8263
+
8264
+ interface $ShellHeadUserItemPressEventParameters {}
8265
+
8266
+ interface $ShellOverlayClosedEventParameters {}
8267
+
7695
8268
  /**
7696
8269
  * @SINCE 1.22.0
7697
8270
  *
@@ -7980,7 +8553,9 @@ declare namespace sap {
7980
8553
  /**
7981
8554
  * The function to be called when the event occurs
7982
8555
  */
7983
- fnFunction: (p1: sap.ui.base.Event) => void,
8556
+ fnFunction: (
8557
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarWeekNumberSelectEventParameters>
8558
+ ) => void,
7984
8559
  /**
7985
8560
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.Calendar` itself
7986
8561
  */
@@ -8008,7 +8583,9 @@ declare namespace sap {
8008
8583
  /**
8009
8584
  * The function to be called when the event occurs
8010
8585
  */
8011
- fnFunction: (p1: sap.ui.base.Event) => void,
8586
+ fnFunction: (
8587
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarWeekNumberSelectEventParameters>
8588
+ ) => void,
8012
8589
  /**
8013
8590
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.Calendar` itself
8014
8591
  */
@@ -8104,7 +8681,9 @@ declare namespace sap {
8104
8681
  /**
8105
8682
  * The function to be called, when the event occurs
8106
8683
  */
8107
- fnFunction: (p1: sap.ui.base.Event) => void,
8684
+ fnFunction: (
8685
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarWeekNumberSelectEventParameters>
8686
+ ) => void,
8108
8687
  /**
8109
8688
  * Context object on which the given function had to be called
8110
8689
  */
@@ -8178,16 +8757,7 @@ declare namespace sap {
8178
8757
  /**
8179
8758
  * Parameters to pass along with the event
8180
8759
  */
8181
- mParameters?: {
8182
- /**
8183
- * The selected week number.
8184
- */
8185
- weekNumber?: int;
8186
- /**
8187
- * The days of the corresponding week that are selected or deselected.
8188
- */
8189
- weekDays?: sap.ui.unified.DateRange;
8190
- }
8760
+ mParameters?: sap.ui.unified.$CalendarWeekNumberSelectEventParameters
8191
8761
  ): boolean;
8192
8762
  /**
8193
8763
  * Displays and sets the focused date of the calendar.
@@ -8203,8 +8773,7 @@ declare namespace sap {
8203
8773
  /**
8204
8774
  * @SINCE 1.28.0
8205
8775
  *
8206
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
8207
- * ariaLabelledBy}.
8776
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
8208
8777
  */
8209
8778
  getAriaLabelledBy(): sap.ui.core.ID[];
8210
8779
  /**
@@ -8225,7 +8794,7 @@ declare namespace sap {
8225
8794
  *
8226
8795
  * Dates or date ranges for disabled dates.
8227
8796
  *
8228
- * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange}
8797
+ * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange }
8229
8798
  * class.
8230
8799
  */
8231
8800
  getDisabledDates(): sap.ui.unified.DateRange[];
@@ -8362,7 +8931,7 @@ declare namespace sap {
8362
8931
  *
8363
8932
  * Dates or date ranges for selected dates.
8364
8933
  *
8365
- * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange}
8934
+ * To set a single date (instead of a range), set only the `startDate` property of the {@link sap.ui.unified.DateRange }
8366
8935
  * class.
8367
8936
  */
8368
8937
  getSelectedDates(): sap.ui.unified.DateRange[];
@@ -8987,9 +9556,9 @@ declare namespace sap {
8987
9556
  *
8988
9557
  * - The `title`, `text`, `description`, and `icon` properties are ignored.
8989
9558
  * - The application developer has to ensure, that all the accessibility requirements are met, and that
8990
- * the height of the content conforms with the height provided by the appointment.
9559
+ * the height of the content conforms with the height provided by the appointment.
8991
9560
  * - Do not use interactive controls as content, as they may trigger unwanted selection of the appointment
8992
- * and may lead to unpredictable results.
9561
+ * and may lead to unpredictable results.
8993
9562
  */
8994
9563
  getCustomContent(): sap.ui.core.Control[];
8995
9564
  /**
@@ -10214,8 +10783,7 @@ declare namespace sap {
10214
10783
  oDatetime: Date | import("sap/ui/core/date/UI5Date").default
10215
10784
  ): sap.ui.unified.Calendar;
10216
10785
  /**
10217
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
10218
- * ariaLabelledBy}.
10786
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
10219
10787
  */
10220
10788
  getAriaLabelledBy(): sap.ui.core.ID[];
10221
10789
  /**
@@ -10706,7 +11274,9 @@ declare namespace sap {
10706
11274
  /**
10707
11275
  * The function to be called when the event occurs
10708
11276
  */
10709
- fnFunction: (p1: sap.ui.base.Event) => void,
11277
+ fnFunction: (
11278
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowIntervalSelectEventParameters>
11279
+ ) => void,
10710
11280
  /**
10711
11281
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.CalendarRow` itself
10712
11282
  */
@@ -10729,7 +11299,9 @@ declare namespace sap {
10729
11299
  /**
10730
11300
  * The function to be called when the event occurs
10731
11301
  */
10732
- fnFunction: (p1: sap.ui.base.Event) => void,
11302
+ fnFunction: (
11303
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowIntervalSelectEventParameters>
11304
+ ) => void,
10733
11305
  /**
10734
11306
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.CalendarRow` itself
10735
11307
  */
@@ -10755,7 +11327,9 @@ declare namespace sap {
10755
11327
  /**
10756
11328
  * The function to be called when the event occurs
10757
11329
  */
10758
- fnFunction: (p1: sap.ui.base.Event) => void,
11330
+ fnFunction: (
11331
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowLeaveRowEventParameters>
11332
+ ) => void,
10759
11333
  /**
10760
11334
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.CalendarRow` itself
10761
11335
  */
@@ -10776,7 +11350,9 @@ declare namespace sap {
10776
11350
  /**
10777
11351
  * The function to be called when the event occurs
10778
11352
  */
10779
- fnFunction: (p1: sap.ui.base.Event) => void,
11353
+ fnFunction: (
11354
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowLeaveRowEventParameters>
11355
+ ) => void,
10780
11356
  /**
10781
11357
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.CalendarRow` itself
10782
11358
  */
@@ -10801,7 +11377,9 @@ declare namespace sap {
10801
11377
  /**
10802
11378
  * The function to be called when the event occurs
10803
11379
  */
10804
- fnFunction: (p1: sap.ui.base.Event) => void,
11380
+ fnFunction: (
11381
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowSelectEventParameters>
11382
+ ) => void,
10805
11383
  /**
10806
11384
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.CalendarRow` itself
10807
11385
  */
@@ -10821,7 +11399,9 @@ declare namespace sap {
10821
11399
  /**
10822
11400
  * The function to be called when the event occurs
10823
11401
  */
10824
- fnFunction: (p1: sap.ui.base.Event) => void,
11402
+ fnFunction: (
11403
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowSelectEventParameters>
11404
+ ) => void,
10825
11405
  /**
10826
11406
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.CalendarRow` itself
10827
11407
  */
@@ -10900,7 +11480,9 @@ declare namespace sap {
10900
11480
  /**
10901
11481
  * The function to be called, when the event occurs
10902
11482
  */
10903
- fnFunction: (p1: sap.ui.base.Event) => void,
11483
+ fnFunction: (
11484
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowIntervalSelectEventParameters>
11485
+ ) => void,
10904
11486
  /**
10905
11487
  * Context object on which the given function had to be called
10906
11488
  */
@@ -10917,7 +11499,9 @@ declare namespace sap {
10917
11499
  /**
10918
11500
  * The function to be called, when the event occurs
10919
11501
  */
10920
- fnFunction: (p1: sap.ui.base.Event) => void,
11502
+ fnFunction: (
11503
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowLeaveRowEventParameters>
11504
+ ) => void,
10921
11505
  /**
10922
11506
  * Context object on which the given function had to be called
10923
11507
  */
@@ -10934,7 +11518,9 @@ declare namespace sap {
10934
11518
  /**
10935
11519
  * The function to be called, when the event occurs
10936
11520
  */
10937
- fnFunction: (p1: sap.ui.base.Event) => void,
11521
+ fnFunction: (
11522
+ p1: sap.ui.base.Event<sap.ui.unified.$CalendarRowSelectEventParameters>
11523
+ ) => void,
10938
11524
  /**
10939
11525
  * Context object on which the given function had to be called
10940
11526
  */
@@ -10970,20 +11556,7 @@ declare namespace sap {
10970
11556
  /**
10971
11557
  * Parameters to pass along with the event
10972
11558
  */
10973
- mParameters?: {
10974
- /**
10975
- * Interval start date as UI5Date or JavaScript Date object
10976
- */
10977
- startDate?: object;
10978
- /**
10979
- * Interval end date as UI5Date or JavaScript Date object
10980
- */
10981
- endDate?: object;
10982
- /**
10983
- * If set, the selected interval is a subinterval
10984
- */
10985
- subInterval?: boolean;
10986
- }
11559
+ mParameters?: sap.ui.unified.$CalendarRowIntervalSelectEventParameters
10987
11560
  ): this;
10988
11561
  /**
10989
11562
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -10996,12 +11569,7 @@ declare namespace sap {
10996
11569
  /**
10997
11570
  * Parameters to pass along with the event
10998
11571
  */
10999
- mParameters?: {
11000
- /**
11001
- * The type of the event that triggers this `leaveRow`
11002
- */
11003
- type?: string;
11004
- }
11572
+ mParameters?: sap.ui.unified.$CalendarRowLeaveRowEventParameters
11005
11573
  ): this;
11006
11574
  /**
11007
11575
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -11014,25 +11582,7 @@ declare namespace sap {
11014
11582
  /**
11015
11583
  * Parameters to pass along with the event
11016
11584
  */
11017
- mParameters?: {
11018
- /**
11019
- * selected appointment
11020
- */
11021
- appointment?: sap.ui.unified.CalendarAppointment;
11022
- /**
11023
- * selected appointments in case a group appointment is selected
11024
- */
11025
- appointments?: sap.ui.unified.CalendarAppointment[];
11026
- /**
11027
- * If set, the appointment was selected by multiple selection (e.g. shift + mouse click). So more than the
11028
- * current appointment could be selected.
11029
- */
11030
- multiSelect?: boolean;
11031
- /**
11032
- * Gives the ID of the DOM element of the clicked appointment
11033
- */
11034
- domRefId?: string;
11035
- }
11585
+ mParameters?: sap.ui.unified.$CalendarRowSelectEventParameters
11036
11586
  ): this;
11037
11587
  /**
11038
11588
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -11134,8 +11684,7 @@ declare namespace sap {
11134
11684
  */
11135
11685
  getAppointmentsVisualization(): sap.ui.unified.CalendarAppointmentVisualization;
11136
11686
  /**
11137
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
11138
- * ariaLabelledBy}.
11687
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
11139
11688
  */
11140
11689
  getAriaLabelledBy(): sap.ui.core.ID[];
11141
11690
  /**
@@ -11362,8 +11911,8 @@ declare namespace sap {
11362
11911
  oEvent: jQuery.Event
11363
11912
  ): this;
11364
11913
  /**
11365
- * Checks for the provided `sap.ui.unified.CalendarAppointment` in the aggregation {@link #getAppointments
11366
- * appointments}. and returns its index if found or -1 otherwise.
11914
+ * Checks for the provided `sap.ui.unified.CalendarAppointment` in the aggregation {@link #getAppointments appointments}.
11915
+ * and returns its index if found or -1 otherwise.
11367
11916
  *
11368
11917
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
11369
11918
  */
@@ -11374,8 +11923,8 @@ declare namespace sap {
11374
11923
  oAppointment: sap.ui.unified.CalendarAppointment
11375
11924
  ): int;
11376
11925
  /**
11377
- * Checks for the provided `sap.ui.unified.CalendarAppointment` in the aggregation {@link #getIntervalHeaders
11378
- * intervalHeaders}. and returns its index if found or -1 otherwise.
11926
+ * Checks for the provided `sap.ui.unified.CalendarAppointment` in the aggregation {@link #getIntervalHeaders intervalHeaders}.
11927
+ * and returns its index if found or -1 otherwise.
11379
11928
  *
11380
11929
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
11381
11930
  */
@@ -12239,8 +12788,7 @@ declare namespace sap {
12239
12788
  oDate: Date | import("sap/ui/core/date/UI5Date").default
12240
12789
  ): this;
12241
12790
  /**
12242
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
12243
- * ariaLabelledBy}.
12791
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
12244
12792
  */
12245
12793
  getAriaLabelledBy(): sap.ui.core.ID[];
12246
12794
  /**
@@ -12737,7 +13285,9 @@ declare namespace sap {
12737
13285
  /**
12738
13286
  * The function to be called when the event occurs
12739
13287
  */
12740
- fnFunction: (p1: sap.ui.base.Event) => void,
13288
+ fnFunction: (
13289
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerChangeEventParameters>
13290
+ ) => void,
12741
13291
  /**
12742
13292
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPicker` itself
12743
13293
  */
@@ -12761,7 +13311,9 @@ declare namespace sap {
12761
13311
  /**
12762
13312
  * The function to be called when the event occurs
12763
13313
  */
12764
- fnFunction: (p1: sap.ui.base.Event) => void,
13314
+ fnFunction: (
13315
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerChangeEventParameters>
13316
+ ) => void,
12765
13317
  /**
12766
13318
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPicker` itself
12767
13319
  */
@@ -12790,7 +13342,9 @@ declare namespace sap {
12790
13342
  /**
12791
13343
  * The function to be called when the event occurs
12792
13344
  */
12793
- fnFunction: (p1: sap.ui.base.Event) => void,
13345
+ fnFunction: (
13346
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerLiveChangeEventParameters>
13347
+ ) => void,
12794
13348
  /**
12795
13349
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPicker` itself
12796
13350
  */
@@ -12814,7 +13368,9 @@ declare namespace sap {
12814
13368
  /**
12815
13369
  * The function to be called when the event occurs
12816
13370
  */
12817
- fnFunction: (p1: sap.ui.base.Event) => void,
13371
+ fnFunction: (
13372
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerLiveChangeEventParameters>
13373
+ ) => void,
12818
13374
  /**
12819
13375
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPicker` itself
12820
13376
  */
@@ -12833,7 +13389,9 @@ declare namespace sap {
12833
13389
  /**
12834
13390
  * The function to be called, when the event occurs
12835
13391
  */
12836
- fnFunction: (p1: sap.ui.base.Event) => void,
13392
+ fnFunction: (
13393
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerChangeEventParameters>
13394
+ ) => void,
12837
13395
  /**
12838
13396
  * Context object on which the given function had to be called
12839
13397
  */
@@ -12852,7 +13410,9 @@ declare namespace sap {
12852
13410
  /**
12853
13411
  * The function to be called, when the event occurs
12854
13412
  */
12855
- fnFunction: (p1: sap.ui.base.Event) => void,
13413
+ fnFunction: (
13414
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerLiveChangeEventParameters>
13415
+ ) => void,
12856
13416
  /**
12857
13417
  * Context object on which the given function had to be called
12858
13418
  */
@@ -12870,44 +13430,7 @@ declare namespace sap {
12870
13430
  /**
12871
13431
  * Parameters to pass along with the event
12872
13432
  */
12873
- mParameters?: {
12874
- /**
12875
- * Parameter containing the RED value (0-255).
12876
- */
12877
- r?: int;
12878
- /**
12879
- * Parameter containing the GREEN value (0-255).
12880
- */
12881
- g?: int;
12882
- /**
12883
- * Parameter containing the BLUE value (0-255).
12884
- */
12885
- b?: int;
12886
- /**
12887
- * Parameter containing the HUE value (0-360).
12888
- */
12889
- h?: int;
12890
- /**
12891
- * Parameter containing the SATURATION value (0-100).
12892
- */
12893
- s?: int;
12894
- /**
12895
- * Parameter containing the VALUE value (0-100).
12896
- */
12897
- v?: int;
12898
- /**
12899
- * Parameter containing the LIGHTNESS value (0-100).
12900
- */
12901
- l?: int;
12902
- /**
12903
- * Parameter containing the Hexadecimal string (#FFFFFF).
12904
- */
12905
- hex?: string;
12906
- /**
12907
- * Parameter containing the alpha value (transparency).
12908
- */
12909
- alpha?: string;
12910
- }
13433
+ mParameters?: sap.ui.unified.$ColorPickerChangeEventParameters
12911
13434
  ): this;
12912
13435
  /**
12913
13436
  * @SINCE 1.48.0
@@ -12921,44 +13444,7 @@ declare namespace sap {
12921
13444
  /**
12922
13445
  * Parameters to pass along with the event
12923
13446
  */
12924
- mParameters?: {
12925
- /**
12926
- * Parameter containing the RED value (0-255).
12927
- */
12928
- r?: int;
12929
- /**
12930
- * Parameter containing the GREEN value (0-255).
12931
- */
12932
- g?: int;
12933
- /**
12934
- * Parameter containing the BLUE value (0-255).
12935
- */
12936
- b?: int;
12937
- /**
12938
- * Parameter containing the HUE value (0-360).
12939
- */
12940
- h?: int;
12941
- /**
12942
- * Parameter containing the SATURATION value (0-100).
12943
- */
12944
- s?: int;
12945
- /**
12946
- * Parameter containing the VALUE value (0-100).
12947
- */
12948
- v?: int;
12949
- /**
12950
- * Parameter containing the LIGHTNESS value (0-100).
12951
- */
12952
- l?: int;
12953
- /**
12954
- * Parameter containing the Hexadecimal string (#FFFFFF).
12955
- */
12956
- hex?: string;
12957
- /**
12958
- * Parameter containing the alpha value (transparency).
12959
- */
12960
- alpha?: string;
12961
- }
13447
+ mParameters?: sap.ui.unified.$ColorPickerLiveChangeEventParameters
12962
13448
  ): this;
12963
13449
  /**
12964
13450
  * @SINCE 1.48.0
@@ -13162,7 +13648,9 @@ declare namespace sap {
13162
13648
  /**
13163
13649
  * The function to be called when the event occurs
13164
13650
  */
13165
- fnFunction: (p1: sap.ui.base.Event) => void,
13651
+ fnFunction: (
13652
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverChangeEventParameters>
13653
+ ) => void,
13166
13654
  /**
13167
13655
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPickerPopover` itself
13168
13656
  */
@@ -13184,7 +13672,9 @@ declare namespace sap {
13184
13672
  /**
13185
13673
  * The function to be called when the event occurs
13186
13674
  */
13187
- fnFunction: (p1: sap.ui.base.Event) => void,
13675
+ fnFunction: (
13676
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverChangeEventParameters>
13677
+ ) => void,
13188
13678
  /**
13189
13679
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPickerPopover` itself
13190
13680
  */
@@ -13211,7 +13701,9 @@ declare namespace sap {
13211
13701
  /**
13212
13702
  * The function to be called when the event occurs
13213
13703
  */
13214
- fnFunction: (p1: sap.ui.base.Event) => void,
13704
+ fnFunction: (
13705
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverLiveChangeEventParameters>
13706
+ ) => void,
13215
13707
  /**
13216
13708
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPickerPopover` itself
13217
13709
  */
@@ -13233,7 +13725,9 @@ declare namespace sap {
13233
13725
  /**
13234
13726
  * The function to be called when the event occurs
13235
13727
  */
13236
- fnFunction: (p1: sap.ui.base.Event) => void,
13728
+ fnFunction: (
13729
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverLiveChangeEventParameters>
13730
+ ) => void,
13237
13731
  /**
13238
13732
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.ColorPickerPopover` itself
13239
13733
  */
@@ -13256,7 +13750,9 @@ declare namespace sap {
13256
13750
  /**
13257
13751
  * The function to be called, when the event occurs
13258
13752
  */
13259
- fnFunction: (p1: sap.ui.base.Event) => void,
13753
+ fnFunction: (
13754
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverChangeEventParameters>
13755
+ ) => void,
13260
13756
  /**
13261
13757
  * Context object on which the given function had to be called
13262
13758
  */
@@ -13275,7 +13771,9 @@ declare namespace sap {
13275
13771
  /**
13276
13772
  * The function to be called, when the event occurs
13277
13773
  */
13278
- fnFunction: (p1: sap.ui.base.Event) => void,
13774
+ fnFunction: (
13775
+ p1: sap.ui.base.Event<sap.ui.unified.$ColorPickerPopoverLiveChangeEventParameters>
13776
+ ) => void,
13279
13777
  /**
13280
13778
  * Context object on which the given function had to be called
13281
13779
  */
@@ -13293,44 +13791,7 @@ declare namespace sap {
13293
13791
  /**
13294
13792
  * Parameters to pass along with the event
13295
13793
  */
13296
- mParameters?: {
13297
- /**
13298
- * Parameter containing the RED value (0-255).
13299
- */
13300
- r?: int;
13301
- /**
13302
- * Parameter containing the GREEN value (0-255).
13303
- */
13304
- g?: int;
13305
- /**
13306
- * Parameter containing the BLUE value (0-255).
13307
- */
13308
- b?: int;
13309
- /**
13310
- * Parameter containing the HUE value (0-360).
13311
- */
13312
- h?: int;
13313
- /**
13314
- * Parameter containing the SATURATION value (0-100).
13315
- */
13316
- s?: int;
13317
- /**
13318
- * Parameter containing the VALUE value (0-100).
13319
- */
13320
- v?: int;
13321
- /**
13322
- * Parameter containing the LIGHTNESS value (0-100).
13323
- */
13324
- l?: int;
13325
- /**
13326
- * Parameter containing the Hexadecimal string (#FFFFFF).
13327
- */
13328
- hex?: string;
13329
- /**
13330
- * Parameter containing the alpha value (transparency).
13331
- */
13332
- alpha?: string;
13333
- }
13794
+ mParameters?: sap.ui.unified.$ColorPickerPopoverChangeEventParameters
13334
13795
  ): this;
13335
13796
  /**
13336
13797
  * @SINCE 1.85
@@ -13344,44 +13805,7 @@ declare namespace sap {
13344
13805
  /**
13345
13806
  * Parameters to pass along with the event
13346
13807
  */
13347
- mParameters?: {
13348
- /**
13349
- * Parameter containing the RED value (0-255).
13350
- */
13351
- r?: int;
13352
- /**
13353
- * Parameter containing the GREEN value (0-255).
13354
- */
13355
- g?: int;
13356
- /**
13357
- * Parameter containing the BLUE value (0-255).
13358
- */
13359
- b?: int;
13360
- /**
13361
- * Parameter containing the HUE value (0-360).
13362
- */
13363
- h?: int;
13364
- /**
13365
- * Parameter containing the SATURATION value (0-100).
13366
- */
13367
- s?: int;
13368
- /**
13369
- * Parameter containing the VALUE value (0-100).
13370
- */
13371
- v?: int;
13372
- /**
13373
- * Parameter containing the LIGHTNESS value (0-100).
13374
- */
13375
- l?: int;
13376
- /**
13377
- * Parameter containing the Hexadecimal string (#FFFFFF).
13378
- */
13379
- hex?: string;
13380
- /**
13381
- * Parameter containing the alpha value (transparency).
13382
- */
13383
- alpha?: string;
13384
- }
13808
+ mParameters?: sap.ui.unified.$ColorPickerPopoverLiveChangeEventParameters
13385
13809
  ): this;
13386
13810
  /**
13387
13811
  * @SINCE 1.60.0
@@ -13790,13 +14214,13 @@ declare namespace sap {
13790
14214
  *
13791
14215
  * When to use
13792
14216
  * - To display amounts with different currencies in a vertical layout, such as in a table, list, or form,
13793
- * and it is important that the user is able to compare the amounts.
14217
+ * and it is important that the user is able to compare the amounts.
13794
14218
  *
13795
14219
  * When not to use
13796
14220
  * - To display amounts with the same currency in a table. Use the {@link sap.m.ObjectNumber} instead.
13797
14221
  *
13798
- * - to display a number with a unit of measurement that is not a currency. Use the {@link sap.m.ObjectNumber}
13799
- * instead.
14222
+ * - to display a number with a unit of measurement that is not a currency. Use the {@link sap.m.ObjectNumber }
14223
+ * instead.
13800
14224
  * - To display an amount in a structure other than a list, table, or form.
13801
14225
  *
13802
14226
  * Responsive behavior:
@@ -14537,7 +14961,9 @@ declare namespace sap {
14537
14961
  /**
14538
14962
  * The function to be called when the event occurs
14539
14963
  */
14540
- fnFunction: (p1: sap.ui.base.Event) => void,
14964
+ fnFunction: (
14965
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderChangeEventParameters>
14966
+ ) => void,
14541
14967
  /**
14542
14968
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14543
14969
  */
@@ -14560,7 +14986,9 @@ declare namespace sap {
14560
14986
  /**
14561
14987
  * The function to be called when the event occurs
14562
14988
  */
14563
- fnFunction: (p1: sap.ui.base.Event) => void,
14989
+ fnFunction: (
14990
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderChangeEventParameters>
14991
+ ) => void,
14564
14992
  /**
14565
14993
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14566
14994
  */
@@ -14630,7 +15058,9 @@ declare namespace sap {
14630
15058
  /**
14631
15059
  * The function to be called when the event occurs
14632
15060
  */
14633
- fnFunction: (p1: sap.ui.base.Event) => void,
15061
+ fnFunction: (
15062
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileEmptyEventParameters>
15063
+ ) => void,
14634
15064
  /**
14635
15065
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14636
15066
  */
@@ -14650,7 +15080,9 @@ declare namespace sap {
14650
15080
  /**
14651
15081
  * The function to be called when the event occurs
14652
15082
  */
14653
- fnFunction: (p1: sap.ui.base.Event) => void,
15083
+ fnFunction: (
15084
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileEmptyEventParameters>
15085
+ ) => void,
14654
15086
  /**
14655
15087
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14656
15088
  */
@@ -14679,7 +15111,9 @@ declare namespace sap {
14679
15111
  /**
14680
15112
  * The function to be called when the event occurs
14681
15113
  */
14682
- fnFunction: (p1: sap.ui.base.Event) => void,
15114
+ fnFunction: (
15115
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFilenameLengthExceedEventParameters>
15116
+ ) => void,
14683
15117
  /**
14684
15118
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14685
15119
  */
@@ -14703,7 +15137,9 @@ declare namespace sap {
14703
15137
  /**
14704
15138
  * The function to be called when the event occurs
14705
15139
  */
14706
- fnFunction: (p1: sap.ui.base.Event) => void,
15140
+ fnFunction: (
15141
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFilenameLengthExceedEventParameters>
15142
+ ) => void,
14707
15143
  /**
14708
15144
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14709
15145
  */
@@ -14730,7 +15166,9 @@ declare namespace sap {
14730
15166
  /**
14731
15167
  * The function to be called when the event occurs
14732
15168
  */
14733
- fnFunction: (p1: sap.ui.base.Event) => void,
15169
+ fnFunction: (
15170
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileSizeExceedEventParameters>
15171
+ ) => void,
14734
15172
  /**
14735
15173
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14736
15174
  */
@@ -14752,7 +15190,9 @@ declare namespace sap {
14752
15190
  /**
14753
15191
  * The function to be called when the event occurs
14754
15192
  */
14755
- fnFunction: (p1: sap.ui.base.Event) => void,
15193
+ fnFunction: (
15194
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileSizeExceedEventParameters>
15195
+ ) => void,
14756
15196
  /**
14757
15197
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14758
15198
  */
@@ -14777,7 +15217,9 @@ declare namespace sap {
14777
15217
  /**
14778
15218
  * The function to be called when the event occurs
14779
15219
  */
14780
- fnFunction: (p1: sap.ui.base.Event) => void,
15220
+ fnFunction: (
15221
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderTypeMissmatchEventParameters>
15222
+ ) => void,
14781
15223
  /**
14782
15224
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14783
15225
  */
@@ -14797,7 +15239,9 @@ declare namespace sap {
14797
15239
  /**
14798
15240
  * The function to be called when the event occurs
14799
15241
  */
14800
- fnFunction: (p1: sap.ui.base.Event) => void,
15242
+ fnFunction: (
15243
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderTypeMissmatchEventParameters>
15244
+ ) => void,
14801
15245
  /**
14802
15246
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14803
15247
  */
@@ -14827,7 +15271,9 @@ declare namespace sap {
14827
15271
  /**
14828
15272
  * The function to be called when the event occurs
14829
15273
  */
14830
- fnFunction: (p1: sap.ui.base.Event) => void,
15274
+ fnFunction: (
15275
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadAbortedEventParameters>
15276
+ ) => void,
14831
15277
  /**
14832
15278
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14833
15279
  */
@@ -14852,7 +15298,9 @@ declare namespace sap {
14852
15298
  /**
14853
15299
  * The function to be called when the event occurs
14854
15300
  */
14855
- fnFunction: (p1: sap.ui.base.Event) => void,
15301
+ fnFunction: (
15302
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadAbortedEventParameters>
15303
+ ) => void,
14856
15304
  /**
14857
15305
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14858
15306
  */
@@ -14882,7 +15330,9 @@ declare namespace sap {
14882
15330
  /**
14883
15331
  * The function to be called when the event occurs
14884
15332
  */
14885
- fnFunction: (p1: sap.ui.base.Event) => void,
15333
+ fnFunction: (
15334
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadCompleteEventParameters>
15335
+ ) => void,
14886
15336
  /**
14887
15337
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14888
15338
  */
@@ -14907,7 +15357,9 @@ declare namespace sap {
14907
15357
  /**
14908
15358
  * The function to be called when the event occurs
14909
15359
  */
14910
- fnFunction: (p1: sap.ui.base.Event) => void,
15360
+ fnFunction: (
15361
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadCompleteEventParameters>
15362
+ ) => void,
14911
15363
  /**
14912
15364
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14913
15365
  */
@@ -14941,7 +15393,9 @@ declare namespace sap {
14941
15393
  /**
14942
15394
  * The function to be called when the event occurs
14943
15395
  */
14944
- fnFunction: (p1: sap.ui.base.Event) => void,
15396
+ fnFunction: (
15397
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadProgressEventParameters>
15398
+ ) => void,
14945
15399
  /**
14946
15400
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14947
15401
  */
@@ -14970,7 +15424,9 @@ declare namespace sap {
14970
15424
  /**
14971
15425
  * The function to be called when the event occurs
14972
15426
  */
14973
- fnFunction: (p1: sap.ui.base.Event) => void,
15427
+ fnFunction: (
15428
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadProgressEventParameters>
15429
+ ) => void,
14974
15430
  /**
14975
15431
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
14976
15432
  */
@@ -14997,7 +15453,9 @@ declare namespace sap {
14997
15453
  /**
14998
15454
  * The function to be called when the event occurs
14999
15455
  */
15000
- fnFunction: (p1: sap.ui.base.Event) => void,
15456
+ fnFunction: (
15457
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadStartEventParameters>
15458
+ ) => void,
15001
15459
  /**
15002
15460
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
15003
15461
  */
@@ -15019,7 +15477,9 @@ declare namespace sap {
15019
15477
  /**
15020
15478
  * The function to be called when the event occurs
15021
15479
  */
15022
- fnFunction: (p1: sap.ui.base.Event) => void,
15480
+ fnFunction: (
15481
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadStartEventParameters>
15482
+ ) => void,
15023
15483
  /**
15024
15484
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.FileUploader` itself
15025
15485
  */
@@ -15115,7 +15575,9 @@ declare namespace sap {
15115
15575
  /**
15116
15576
  * The function to be called, when the event occurs
15117
15577
  */
15118
- fnFunction: (p1: sap.ui.base.Event) => void,
15578
+ fnFunction: (
15579
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderChangeEventParameters>
15580
+ ) => void,
15119
15581
  /**
15120
15582
  * Context object on which the given function had to be called
15121
15583
  */
@@ -15149,7 +15611,9 @@ declare namespace sap {
15149
15611
  /**
15150
15612
  * The function to be called, when the event occurs
15151
15613
  */
15152
- fnFunction: (p1: sap.ui.base.Event) => void,
15614
+ fnFunction: (
15615
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileEmptyEventParameters>
15616
+ ) => void,
15153
15617
  /**
15154
15618
  * Context object on which the given function had to be called
15155
15619
  */
@@ -15158,7 +15622,7 @@ declare namespace sap {
15158
15622
  /**
15159
15623
  * @SINCE 1.24.0
15160
15624
  *
15161
- * Detaches event handler `fnFunction` from the {@link #event:filenameLengthExceed filenameLengthExceed}
15625
+ * Detaches event handler `fnFunction` from the {@link #event:filenameLengthExceed filenameLengthExceed }
15162
15626
  * event of this `sap.ui.unified.FileUploader`.
15163
15627
  *
15164
15628
  * The passed function and listener object must match the ones used for event registration.
@@ -15169,7 +15633,9 @@ declare namespace sap {
15169
15633
  /**
15170
15634
  * The function to be called, when the event occurs
15171
15635
  */
15172
- fnFunction: (p1: sap.ui.base.Event) => void,
15636
+ fnFunction: (
15637
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFilenameLengthExceedEventParameters>
15638
+ ) => void,
15173
15639
  /**
15174
15640
  * Context object on which the given function had to be called
15175
15641
  */
@@ -15187,7 +15653,9 @@ declare namespace sap {
15187
15653
  /**
15188
15654
  * The function to be called, when the event occurs
15189
15655
  */
15190
- fnFunction: (p1: sap.ui.base.Event) => void,
15656
+ fnFunction: (
15657
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderFileSizeExceedEventParameters>
15658
+ ) => void,
15191
15659
  /**
15192
15660
  * Context object on which the given function had to be called
15193
15661
  */
@@ -15205,7 +15673,9 @@ declare namespace sap {
15205
15673
  /**
15206
15674
  * The function to be called, when the event occurs
15207
15675
  */
15208
- fnFunction: (p1: sap.ui.base.Event) => void,
15676
+ fnFunction: (
15677
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderTypeMissmatchEventParameters>
15678
+ ) => void,
15209
15679
  /**
15210
15680
  * Context object on which the given function had to be called
15211
15681
  */
@@ -15225,7 +15695,9 @@ declare namespace sap {
15225
15695
  /**
15226
15696
  * The function to be called, when the event occurs
15227
15697
  */
15228
- fnFunction: (p1: sap.ui.base.Event) => void,
15698
+ fnFunction: (
15699
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadAbortedEventParameters>
15700
+ ) => void,
15229
15701
  /**
15230
15702
  * Context object on which the given function had to be called
15231
15703
  */
@@ -15243,7 +15715,9 @@ declare namespace sap {
15243
15715
  /**
15244
15716
  * The function to be called, when the event occurs
15245
15717
  */
15246
- fnFunction: (p1: sap.ui.base.Event) => void,
15718
+ fnFunction: (
15719
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadCompleteEventParameters>
15720
+ ) => void,
15247
15721
  /**
15248
15722
  * Context object on which the given function had to be called
15249
15723
  */
@@ -15263,7 +15737,9 @@ declare namespace sap {
15263
15737
  /**
15264
15738
  * The function to be called, when the event occurs
15265
15739
  */
15266
- fnFunction: (p1: sap.ui.base.Event) => void,
15740
+ fnFunction: (
15741
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadProgressEventParameters>
15742
+ ) => void,
15267
15743
  /**
15268
15744
  * Context object on which the given function had to be called
15269
15745
  */
@@ -15282,7 +15758,9 @@ declare namespace sap {
15282
15758
  /**
15283
15759
  * The function to be called, when the event occurs
15284
15760
  */
15285
- fnFunction: (p1: sap.ui.base.Event) => void,
15761
+ fnFunction: (
15762
+ p1: sap.ui.base.Event<sap.ui.unified.$FileUploaderUploadStartEventParameters>
15763
+ ) => void,
15286
15764
  /**
15287
15765
  * Context object on which the given function had to be called
15288
15766
  */
@@ -15327,16 +15805,7 @@ declare namespace sap {
15327
15805
  /**
15328
15806
  * Parameters to pass along with the event
15329
15807
  */
15330
- mParameters?: {
15331
- /**
15332
- * New file path value.
15333
- */
15334
- newValue?: string;
15335
- /**
15336
- * Files.
15337
- */
15338
- files?: object[];
15339
- }
15808
+ mParameters?: sap.ui.unified.$FileUploaderChangeEventParameters
15340
15809
  ): this;
15341
15810
  /**
15342
15811
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15362,12 +15831,7 @@ declare namespace sap {
15362
15831
  /**
15363
15832
  * Parameters to pass along with the event
15364
15833
  */
15365
- mParameters?: {
15366
- /**
15367
- * The name of the file to be uploaded.
15368
- */
15369
- fileName?: string;
15370
- }
15834
+ mParameters?: sap.ui.unified.$FileUploaderFileEmptyEventParameters
15371
15835
  ): this;
15372
15836
  /**
15373
15837
  * @SINCE 1.24.0
@@ -15381,12 +15845,7 @@ declare namespace sap {
15381
15845
  /**
15382
15846
  * Parameters to pass along with the event
15383
15847
  */
15384
- mParameters?: {
15385
- /**
15386
- * The filename, which is longer than specified by the value of the property `maximumFilenameLength`.
15387
- */
15388
- fileName?: string;
15389
- }
15848
+ mParameters?: sap.ui.unified.$FileUploaderFilenameLengthExceedEventParameters
15390
15849
  ): this;
15391
15850
  /**
15392
15851
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15399,16 +15858,7 @@ declare namespace sap {
15399
15858
  /**
15400
15859
  * Parameters to pass along with the event
15401
15860
  */
15402
- mParameters?: {
15403
- /**
15404
- * The name of a file to be uploaded.
15405
- */
15406
- fileName?: string;
15407
- /**
15408
- * The size in MB of a file to be uploaded.
15409
- */
15410
- fileSize?: string;
15411
- }
15861
+ mParameters?: sap.ui.unified.$FileUploaderFileSizeExceedEventParameters
15412
15862
  ): this;
15413
15863
  /**
15414
15864
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15421,20 +15871,7 @@ declare namespace sap {
15421
15871
  /**
15422
15872
  * Parameters to pass along with the event
15423
15873
  */
15424
- mParameters?: {
15425
- /**
15426
- * The name of a file to be uploaded.
15427
- */
15428
- fileName?: string;
15429
- /**
15430
- * The file ending of a file to be uploaded.
15431
- */
15432
- fileType?: string;
15433
- /**
15434
- * The MIME type of a file to be uploaded.
15435
- */
15436
- mimeType?: string;
15437
- }
15874
+ mParameters?: sap.ui.unified.$FileUploaderTypeMissmatchEventParameters
15438
15875
  ): this;
15439
15876
  /**
15440
15877
  * @SINCE 1.24.0
@@ -15448,19 +15885,7 @@ declare namespace sap {
15448
15885
  /**
15449
15886
  * Parameters to pass along with the event
15450
15887
  */
15451
- mParameters?: {
15452
- /**
15453
- * The name of a file to be uploaded.
15454
- */
15455
- fileName?: string;
15456
- /**
15457
- * Http-Request-Headers.
15458
- *
15459
- * Required for receiving `requestHeader` is to set the property `sendXHR` to true. This property is not
15460
- * supported by Internet Explorer 9.
15461
- */
15462
- requestHeaders?: object[];
15463
- }
15888
+ mParameters?: sap.ui.unified.$FileUploaderUploadAbortedEventParameters
15464
15889
  ): this;
15465
15890
  /**
15466
15891
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15473,59 +15898,7 @@ declare namespace sap {
15473
15898
  /**
15474
15899
  * Parameters to pass along with the event
15475
15900
  */
15476
- mParameters?: {
15477
- /**
15478
- * The name of a file to be uploaded.
15479
- */
15480
- fileName?: string;
15481
- /**
15482
- * Response message which comes from the server.
15483
- *
15484
- * On the server side this response has to be put within the "body" tags of the response document
15485
- * of the iFrame. It can consist of a return code and an optional message. This does not work in cross-domain
15486
- * scenarios.
15487
- */
15488
- response?: string;
15489
- /**
15490
- * ReadyState of the XHR request.
15491
- *
15492
- * Required for receiving a `readyStateXHR` is to set the property `sendXHR` to true. This property is not
15493
- * supported by Internet Explorer 9.
15494
- */
15495
- readyStateXHR?: string;
15496
- /**
15497
- * Status of the XHR request.
15498
- *
15499
- * Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
15500
- * by Internet Explorer 9.
15501
- */
15502
- status?: string;
15503
- /**
15504
- * Http-Response which comes from the server.
15505
- *
15506
- * Required for receiving `responseRaw` is to set the property `sendXHR` to true.
15507
- *
15508
- * This property is not supported by Internet Explorer 9.
15509
- */
15510
- responseRaw?: string;
15511
- /**
15512
- * Http-Response-Headers which come from the server.
15513
- *
15514
- * Provided as a JSON-map, i.e. each header-field is reflected by a property in the `headers` object, with
15515
- * the property value reflecting the header-field's content.
15516
- *
15517
- * Required for receiving `headers` is to set the property `sendXHR` to true. This property is not supported
15518
- * by Internet Explorer 9.
15519
- */
15520
- headers?: object;
15521
- /**
15522
- * Http-Request-Headers.
15523
- *
15524
- * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
15525
- * supported by Internet Explorer 9.
15526
- */
15527
- requestHeaders?: object[];
15528
- }
15901
+ mParameters?: sap.ui.unified.$FileUploaderUploadCompleteEventParameters
15529
15902
  ): this;
15530
15903
  /**
15531
15904
  * @SINCE 1.24.0
@@ -15539,31 +15912,7 @@ declare namespace sap {
15539
15912
  /**
15540
15913
  * Parameters to pass along with the event
15541
15914
  */
15542
- mParameters?: {
15543
- /**
15544
- * Indicates whether or not the relative upload progress can be calculated out of loaded and total.
15545
- */
15546
- lengthComputable?: boolean;
15547
- /**
15548
- * The number of bytes of the file which have been uploaded by the time the event was fired.
15549
- */
15550
- loaded?: float;
15551
- /**
15552
- * The total size of the file to be uploaded in bytes.
15553
- */
15554
- total?: float;
15555
- /**
15556
- * The name of a file to be uploaded.
15557
- */
15558
- fileName?: string;
15559
- /**
15560
- * Http-Request-Headers.
15561
- *
15562
- * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
15563
- * supported by Internet Explorer 9.
15564
- */
15565
- requestHeaders?: object[];
15566
- }
15915
+ mParameters?: sap.ui.unified.$FileUploaderUploadProgressEventParameters
15567
15916
  ): this;
15568
15917
  /**
15569
15918
  * @SINCE 1.30.0
@@ -15577,19 +15926,7 @@ declare namespace sap {
15577
15926
  /**
15578
15927
  * Parameters to pass along with the event
15579
15928
  */
15580
- mParameters?: {
15581
- /**
15582
- * The name of a file to be uploaded.
15583
- */
15584
- fileName?: string;
15585
- /**
15586
- * Http-Request-Headers.
15587
- *
15588
- * Required for receiving `requestHeaders` is to set the property `sendXHR` to true. This property is not
15589
- * supported by Internet Explorer 9.
15590
- */
15591
- requestHeaders?: object[];
15592
- }
15929
+ mParameters?: sap.ui.unified.$FileUploaderUploadStartEventParameters
15593
15930
  ): this;
15594
15931
  /**
15595
15932
  * Gets current value of property {@link #getAdditionalData additionalData}.
@@ -15603,13 +15940,11 @@ declare namespace sap {
15603
15940
  */
15604
15941
  getAdditionalData(): string;
15605
15942
  /**
15606
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
15607
- * ariaDescribedBy}.
15943
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
15608
15944
  */
15609
15945
  getAriaDescribedBy(): sap.ui.core.ID[];
15610
15946
  /**
15611
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
15612
- * ariaLabelledBy}.
15947
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
15613
15948
  */
15614
15949
  getAriaLabelledBy(): sap.ui.core.ID[];
15615
15950
  /**
@@ -15978,8 +16313,8 @@ declare namespace sap {
15978
16313
  */
15979
16314
  getXhrSettings(): sap.ui.unified.FileUploaderXHRSettings;
15980
16315
  /**
15981
- * Checks for the provided `sap.ui.unified.FileUploaderParameter` in the aggregation {@link #getHeaderParameters
15982
- * headerParameters}. and returns its index if found or -1 otherwise.
16316
+ * Checks for the provided `sap.ui.unified.FileUploaderParameter` in the aggregation {@link #getHeaderParameters headerParameters}.
16317
+ * and returns its index if found or -1 otherwise.
15983
16318
  *
15984
16319
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
15985
16320
  */
@@ -15992,8 +16327,8 @@ declare namespace sap {
15992
16327
  /**
15993
16328
  * @SINCE 1.12.2
15994
16329
  *
15995
- * Checks for the provided `sap.ui.unified.FileUploaderParameter` in the aggregation {@link #getParameters
15996
- * parameters}. and returns its index if found or -1 otherwise.
16330
+ * Checks for the provided `sap.ui.unified.FileUploaderParameter` in the aggregation {@link #getParameters parameters}.
16331
+ * and returns its index if found or -1 otherwise.
15997
16332
  *
15998
16333
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
15999
16334
  */
@@ -17000,7 +17335,9 @@ declare namespace sap {
17000
17335
  /**
17001
17336
  * The function to be called when the event occurs
17002
17337
  */
17003
- fnFunction: (p1: sap.ui.base.Event) => void,
17338
+ fnFunction: (
17339
+ p1: sap.ui.base.Event<sap.ui.unified.$MenuItemSelectEventParameters>
17340
+ ) => void,
17004
17341
  /**
17005
17342
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.Menu` itself
17006
17343
  */
@@ -17022,7 +17359,9 @@ declare namespace sap {
17022
17359
  /**
17023
17360
  * The function to be called when the event occurs
17024
17361
  */
17025
- fnFunction: (p1: sap.ui.base.Event) => void,
17362
+ fnFunction: (
17363
+ p1: sap.ui.base.Event<sap.ui.unified.$MenuItemSelectEventParameters>
17364
+ ) => void,
17026
17365
  /**
17027
17366
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.Menu` itself
17028
17367
  */
@@ -17049,7 +17388,9 @@ declare namespace sap {
17049
17388
  /**
17050
17389
  * The function to be called, when the event occurs
17051
17390
  */
17052
- fnFunction: (p1: sap.ui.base.Event) => void,
17391
+ fnFunction: (
17392
+ p1: sap.ui.base.Event<sap.ui.unified.$MenuItemSelectEventParameters>
17393
+ ) => void,
17053
17394
  /**
17054
17395
  * Context object on which the given function had to be called
17055
17396
  */
@@ -17066,12 +17407,7 @@ declare namespace sap {
17066
17407
  /**
17067
17408
  * Parameters to pass along with the event
17068
17409
  */
17069
- mParameters?: {
17070
- /**
17071
- * The action (item) which was selected by the user.
17072
- */
17073
- item?: sap.ui.unified.MenuItemBase;
17074
- }
17410
+ mParameters?: sap.ui.unified.$MenuItemSelectEventParameters
17075
17411
  ): this;
17076
17412
  /**
17077
17413
  * @deprecated (since 1.27.0) - replaced by `ariaLabelledBy` association
@@ -17086,8 +17422,7 @@ declare namespace sap {
17086
17422
  /**
17087
17423
  * @SINCE 1.26.3
17088
17424
  *
17089
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
17090
- * ariaLabelledBy}.
17425
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
17091
17426
  */
17092
17427
  getAriaLabelledBy(): sap.ui.core.ID[];
17093
17428
  /**
@@ -17419,8 +17754,7 @@ declare namespace sap {
17419
17754
  vAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
17420
17755
  ): this;
17421
17756
  /**
17422
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
17423
- * ariaLabelledBy}.
17757
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
17424
17758
  */
17425
17759
  getAriaLabelledBy(): sap.ui.core.ID[];
17426
17760
  /**
@@ -17584,7 +17918,9 @@ declare namespace sap {
17584
17918
  /**
17585
17919
  * The function to be called when the event occurs
17586
17920
  */
17587
- fnFunction: (p1: sap.ui.base.Event) => void,
17921
+ fnFunction: (
17922
+ p1: sap.ui.base.Event<sap.ui.unified.$MenuItemBaseSelectEventParameters>
17923
+ ) => void,
17588
17924
  /**
17589
17925
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.MenuItemBase` itself
17590
17926
  */
@@ -17606,7 +17942,9 @@ declare namespace sap {
17606
17942
  /**
17607
17943
  * The function to be called when the event occurs
17608
17944
  */
17609
- fnFunction: (p1: sap.ui.base.Event) => void,
17945
+ fnFunction: (
17946
+ p1: sap.ui.base.Event<sap.ui.unified.$MenuItemBaseSelectEventParameters>
17947
+ ) => void,
17610
17948
  /**
17611
17949
  * Context object to call the event handler with. Defaults to this `sap.ui.unified.MenuItemBase` itself
17612
17950
  */
@@ -17629,7 +17967,9 @@ declare namespace sap {
17629
17967
  /**
17630
17968
  * The function to be called, when the event occurs
17631
17969
  */
17632
- fnFunction: (p1: sap.ui.base.Event) => void,
17970
+ fnFunction: (
17971
+ p1: sap.ui.base.Event<sap.ui.unified.$MenuItemBaseSelectEventParameters>
17972
+ ) => void,
17633
17973
  /**
17634
17974
  * Context object on which the given function had to be called
17635
17975
  */
@@ -17646,12 +17986,7 @@ declare namespace sap {
17646
17986
  /**
17647
17987
  * Parameters to pass along with the event
17648
17988
  */
17649
- mParameters?: {
17650
- /**
17651
- * The current item
17652
- */
17653
- item?: sap.ui.unified.MenuItemBase;
17654
- }
17989
+ mParameters?: sap.ui.unified.$MenuItemBaseSelectEventParameters
17655
17990
  ): this;
17656
17991
  /**
17657
17992
  * Gets current value of property {@link #getEnabled enabled}.
@@ -18708,8 +19043,7 @@ declare namespace sap {
18708
19043
  mParameters?: object
18709
19044
  ): this;
18710
19045
  /**
18711
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
18712
- * ariaLabelledBy}.
19046
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
18713
19047
  */
18714
19048
  getAriaLabelledBy(): sap.ui.core.ID[];
18715
19049
  /**
@@ -19095,8 +19429,7 @@ declare namespace sap {
19095
19429
  mParameters?: object
19096
19430
  ): this;
19097
19431
  /**
19098
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
19099
- * ariaLabelledBy}.
19432
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
19100
19433
  */
19101
19434
  getAriaLabelledBy(): sap.ui.core.ID[];
19102
19435
  /**
@@ -19700,8 +20033,7 @@ declare namespace sap {
19700
20033
  mParameters?: object
19701
20034
  ): this;
19702
20035
  /**
19703
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
19704
- * ariaLabelledBy}.
20036
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
19705
20037
  */
19706
20038
  getAriaLabelledBy(): sap.ui.core.ID[];
19707
20039
  /**