@sapui5/types 1.120.7 → 1.121.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +50 -18
  4. package/types/sap.ca.ui.d.ts +1112 -544
  5. package/types/sap.chart.d.ts +191 -43
  6. package/types/sap.collaboration.d.ts +185 -64
  7. package/types/sap.esh.search.ui.d.ts +2 -1870
  8. package/types/sap.f.d.ts +1605 -885
  9. package/types/sap.fe.core.d.ts +221 -191
  10. package/types/sap.fe.macros.d.ts +461 -568
  11. package/types/sap.fe.navigation.d.ts +59 -26
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +9 -0
  14. package/types/sap.fe.templates.d.ts +16 -11
  15. package/types/sap.fe.test.d.ts +333 -33
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +3938 -1749
  19. package/types/sap.insights.d.ts +165 -43
  20. package/types/sap.m.d.ts +14948 -8390
  21. package/types/sap.makit.d.ts +377 -185
  22. package/types/sap.me.d.ts +235 -35
  23. package/types/sap.ndc.d.ts +40 -9
  24. package/types/sap.ovp.d.ts +9 -7
  25. package/types/sap.rules.ui.d.ts +134 -75
  26. package/types/sap.sac.df.d.ts +270 -47
  27. package/types/sap.suite.ui.commons.d.ts +4323 -1016
  28. package/types/sap.suite.ui.generic.template.d.ts +236 -171
  29. package/types/sap.suite.ui.microchart.d.ts +1024 -388
  30. package/types/sap.tnt.d.ts +904 -294
  31. package/types/sap.ui.codeeditor.d.ts +55 -22
  32. package/types/sap.ui.commons.d.ts +2084 -676
  33. package/types/sap.ui.comp.d.ts +3909 -2996
  34. package/types/sap.ui.core.d.ts +5771 -3523
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +88 -67
  37. package/types/sap.ui.fl.d.ts +184 -112
  38. package/types/sap.ui.generic.app.d.ts +250 -193
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +496 -390
  41. package/types/sap.ui.layout.d.ts +1337 -668
  42. package/types/sap.ui.mdc.d.ts +3384 -2021
  43. package/types/sap.ui.richtexteditor.d.ts +115 -55
  44. package/types/sap.ui.rta.d.ts +7 -7
  45. package/types/sap.ui.suite.d.ts +44 -10
  46. package/types/sap.ui.support.d.ts +58 -26
  47. package/types/sap.ui.table.d.ts +962 -626
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +1976 -1246
  50. package/types/sap.ui.ux3.d.ts +1308 -488
  51. package/types/sap.ui.vbm.d.ts +6081 -3279
  52. package/types/sap.ui.vk.d.ts +2742 -837
  53. package/types/sap.ui.vtm.d.ts +681 -211
  54. package/types/sap.ui.webc.common.d.ts +7 -5
  55. package/types/sap.ui.webc.fiori.d.ts +884 -213
  56. package/types/sap.ui.webc.main.d.ts +2813 -599
  57. package/types/sap.uiext.inbox.d.ts +207 -36
  58. package/types/sap.ushell.d.ts +4972 -4262
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +621 -319
  61. package/types/sap.viz.d.ts +4118 -2318
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +79 -18
  64. package/types/sap.zen.crosstab.d.ts +81 -13
  65. package/types/sap.zen.dsh.d.ts +194 -143
package/types/sap.me.d.ts CHANGED
@@ -1,11 +1,13 @@
1
- // For Library Version: 1.120.7
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
5
+ * Type of Design for the Calendar
6
+ *
7
+ * This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarDesign'.
8
+ *
5
9
  * @deprecated (since 1.34)
6
10
  * @experimental (since 1.12) - API is not yet finished and might change completely
7
- *
8
- * Type of Design for the Calendar
9
11
  */
10
12
  export enum CalendarDesign {
11
13
  /**
@@ -18,10 +20,12 @@ declare module "sap/me/library" {
18
20
  Approval = "Approval",
19
21
  }
20
22
  /**
23
+ * Type code for a calendar event
24
+ *
25
+ * This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarEventType'.
26
+ *
21
27
  * @deprecated (since 1.34)
22
28
  * @experimental (since 1.12) - API is not yet finished and might change completely
23
- *
24
- * Type code for a calendar event
25
29
  */
26
30
  export enum CalendarEventType {
27
31
  /**
@@ -50,10 +54,12 @@ declare module "sap/me/library" {
50
54
  Type10 = "Type10",
51
55
  }
52
56
  /**
57
+ * Selection Mode for the Calendar
58
+ *
59
+ * This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarSelectionMode'.
60
+ *
53
61
  * @deprecated (since 1.34)
54
62
  * @experimental (since 1.12) - API is not yet finished and might change completely
55
- *
56
- * Selection Mode for the Calendar
57
63
  */
58
64
  export enum CalendarSelectionMode {
59
65
  /**
@@ -89,10 +95,10 @@ declare module "sap/me/Calendar" {
89
95
  import Event from "sap/ui/base/Event";
90
96
 
91
97
  /**
98
+ * This is the Calendar control
99
+ *
92
100
  * @deprecated (since 1.26.0) - This control was experimental since 1.12. Please use the sap.ui.unified.Calendar
93
101
  * instead!
94
- *
95
- * This is the Calendar control
96
102
  */
97
103
  export default class Calendar extends Control {
98
104
  /**
@@ -132,6 +138,7 @@ declare module "sap/me/Calendar" {
132
138
  *
133
139
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
134
140
  *
141
+ *
135
142
  * @returns Created class / constructor function
136
143
  */
137
144
  static extend<T extends Record<string, unknown>>(
@@ -152,6 +159,7 @@ declare module "sap/me/Calendar" {
152
159
  /**
153
160
  * Returns a metadata object for class sap.me.Calendar.
154
161
  *
162
+ *
155
163
  * @returns Metadata object describing this class
156
164
  */
157
165
  static getMetadata(): ElementMetadata;
@@ -160,6 +168,7 @@ declare module "sap/me/Calendar" {
160
168
  * methods. IMPORTANT: The only valid values for the created Date are: year, month, day. Disregard
161
169
  * any other value: hours, minutes, seconds, milliseconds...
162
170
  *
171
+ *
163
172
  * @returns The Date, parsed from the input string.
164
173
  */
165
174
  static parseDate(
@@ -177,6 +186,7 @@ declare module "sap/me/Calendar" {
177
186
  *
178
187
  * event fired when tap to next or previous button and currentDate is updated
179
188
  *
189
+ *
180
190
  * @returns Reference to `this` in order to allow method chaining
181
191
  */
182
192
  attachChangeCurrentDate(
@@ -203,6 +213,7 @@ declare module "sap/me/Calendar" {
203
213
  *
204
214
  * event fired when tap to next or previous button and currentDate is updated
205
215
  *
216
+ *
206
217
  * @returns Reference to `this` in order to allow method chaining
207
218
  */
208
219
  attachChangeCurrentDate(
@@ -223,6 +234,7 @@ declare module "sap/me/Calendar" {
223
234
  *
224
235
  * when the range of selected dates changes
225
236
  *
237
+ *
226
238
  * @returns Reference to `this` in order to allow method chaining
227
239
  */
228
240
  attachChangeRange(
@@ -248,6 +260,7 @@ declare module "sap/me/Calendar" {
248
260
  *
249
261
  * when the range of selected dates changes
250
262
  *
263
+ *
251
264
  * @returns Reference to `this` in order to allow method chaining
252
265
  */
253
266
  attachChangeRange(
@@ -268,6 +281,7 @@ declare module "sap/me/Calendar" {
268
281
  *
269
282
  * event fired when a date is tapped
270
283
  *
284
+ *
271
285
  * @returns Reference to `this` in order to allow method chaining
272
286
  */
273
287
  attachTapOnDate(
@@ -293,6 +307,7 @@ declare module "sap/me/Calendar" {
293
307
  *
294
308
  * event fired when a date is tapped
295
309
  *
310
+ *
296
311
  * @returns Reference to `this` in order to allow method chaining
297
312
  */
298
313
  attachTapOnDate(
@@ -311,6 +326,7 @@ declare module "sap/me/Calendar" {
311
326
  *
312
327
  * The passed function and listener object must match the ones used for event registration.
313
328
  *
329
+ *
314
330
  * @returns Reference to `this` in order to allow method chaining
315
331
  */
316
332
  detachChangeCurrentDate(
@@ -328,6 +344,7 @@ declare module "sap/me/Calendar" {
328
344
  *
329
345
  * The passed function and listener object must match the ones used for event registration.
330
346
  *
347
+ *
331
348
  * @returns Reference to `this` in order to allow method chaining
332
349
  */
333
350
  detachChangeRange(
@@ -345,6 +362,7 @@ declare module "sap/me/Calendar" {
345
362
  *
346
363
  * The passed function and listener object must match the ones used for event registration.
347
364
  *
365
+ *
348
366
  * @returns Reference to `this` in order to allow method chaining
349
367
  */
350
368
  detachTapOnDate(
@@ -358,10 +376,10 @@ declare module "sap/me/Calendar" {
358
376
  oListener?: object
359
377
  ): this;
360
378
  /**
361
- * @ui5-protected Do not call from applications (only from related classes in the framework)
362
- *
363
379
  * Fires event {@link #event:changeCurrentDate changeCurrentDate} to attached listeners.
364
380
  *
381
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
382
+ *
365
383
  * @returns Reference to `this` in order to allow method chaining
366
384
  */
367
385
  fireChangeCurrentDate(
@@ -371,10 +389,10 @@ declare module "sap/me/Calendar" {
371
389
  mParameters?: Calendar$ChangeCurrentDateEventParameters
372
390
  ): this;
373
391
  /**
374
- * @ui5-protected Do not call from applications (only from related classes in the framework)
375
- *
376
392
  * Fires event {@link #event:changeRange changeRange} to attached listeners.
377
393
  *
394
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
395
+ *
378
396
  * @returns Reference to `this` in order to allow method chaining
379
397
  */
380
398
  fireChangeRange(
@@ -384,10 +402,10 @@ declare module "sap/me/Calendar" {
384
402
  mParameters?: Calendar$ChangeRangeEventParameters
385
403
  ): this;
386
404
  /**
387
- * @ui5-protected Do not call from applications (only from related classes in the framework)
388
- *
389
405
  * Fires event {@link #event:tapOnDate tapOnDate} to attached listeners.
390
406
  *
407
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
408
+ *
391
409
  * @returns Reference to `this` in order to allow method chaining
392
410
  */
393
411
  fireTapOnDate(
@@ -401,6 +419,7 @@ declare module "sap/me/Calendar" {
401
419
  *
402
420
  * the center date where the month/week will be built around
403
421
  *
422
+ *
404
423
  * @returns Value of property `currentDate`
405
424
  */
406
425
  getCurrentDate(): string;
@@ -411,6 +430,7 @@ declare module "sap/me/Calendar" {
411
430
  *
412
431
  * Default value is `50`.
413
432
  *
433
+ *
414
434
  * @returns Value of property `dayHeight`
415
435
  */
416
436
  getDayHeight(): int;
@@ -420,6 +440,7 @@ declare module "sap/me/Calendar" {
420
440
  * Array of day names, default value is sap.m.getLocaleData().getDays("abbreviated") Check sap.ui.core.LocaleData
421
441
  * documentation for more info.
422
442
  *
443
+ *
423
444
  * @returns Value of property `days`
424
445
  */
425
446
  getDays(): any;
@@ -430,6 +451,7 @@ declare module "sap/me/Calendar" {
430
451
  *
431
452
  * Default value is `45`.
432
453
  *
454
+ *
433
455
  * @returns Value of property `dayWidth`
434
456
  */
435
457
  getDayWidth(): int;
@@ -440,6 +462,7 @@ declare module "sap/me/Calendar" {
440
462
  *
441
463
  * Default value is `Approval`.
442
464
  *
465
+ *
443
466
  * @returns Value of property `design`
444
467
  */
445
468
  getDesign(): CalendarDesign | keyof typeof CalendarDesign;
@@ -448,6 +471,7 @@ declare module "sap/me/Calendar" {
448
471
  *
449
472
  * Array of specific dates (strings or Date objects) that will be disabled/non interactive
450
473
  *
474
+ *
451
475
  * @returns Value of property `disabledDates`
452
476
  */
453
477
  getDisabledDates(): any;
@@ -457,6 +481,7 @@ declare module "sap/me/Calendar" {
457
481
  * Array of weekDays (as integers where 0=Sunday, 1=Monday etc) to be disabled. Interaction will be disabled
458
482
  * for these week days.
459
483
  *
484
+ *
460
485
  * @returns Value of property `disabledWeekDays`
461
486
  */
462
487
  getDisabledWeekDays(): any;
@@ -467,6 +492,7 @@ declare module "sap/me/Calendar" {
467
492
  *
468
493
  * Default value is `false`.
469
494
  *
495
+ *
470
496
  * @returns Value of property `enableMultiselection`
471
497
  */
472
498
  getEnableMultiselection(): boolean;
@@ -477,6 +503,7 @@ declare module "sap/me/Calendar" {
477
503
  *
478
504
  * Default value is `0`.
479
505
  *
506
+ *
480
507
  * @returns Value of property `firstDayOffset`
481
508
  */
482
509
  getFirstDayOffset(): int;
@@ -487,6 +514,7 @@ declare module "sap/me/Calendar" {
487
514
  *
488
515
  * Default value is `false`.
489
516
  *
517
+ *
490
518
  * @returns Value of property `hideMonthTitles`
491
519
  */
492
520
  getHideMonthTitles(): boolean;
@@ -497,6 +525,7 @@ declare module "sap/me/Calendar" {
497
525
  *
498
526
  * Default value is `false`.
499
527
  *
528
+ *
500
529
  * @returns Value of property `hideNavControls`
501
530
  */
502
531
  getHideNavControls(): boolean;
@@ -506,6 +535,7 @@ declare module "sap/me/Calendar" {
506
535
  * Array of month names, default value is sap.m.getLocaleData().getMonths("abbreviated") Check sap.ui.core.LocaleData
507
536
  * documentation for more info.
508
537
  *
538
+ *
509
539
  * @returns Value of property `months`
510
540
  */
511
541
  getMonths(): any;
@@ -517,6 +547,7 @@ declare module "sap/me/Calendar" {
517
547
  *
518
548
  * Default value is `1`.
519
549
  *
550
+ *
520
551
  * @returns Value of property `monthsPerRow`
521
552
  */
522
553
  getMonthsPerRow(): int;
@@ -527,6 +558,7 @@ declare module "sap/me/Calendar" {
527
558
  *
528
559
  * Default value is `1`.
529
560
  *
561
+ *
530
562
  * @returns Value of property `monthsToDisplay`
531
563
  */
532
564
  getMonthsToDisplay(): int;
@@ -541,6 +573,7 @@ declare module "sap/me/Calendar" {
541
573
  *
542
574
  * Default value is `SINGLE`.
543
575
  *
576
+ *
544
577
  * @returns Value of property `selectionMode`
545
578
  */
546
579
  getSelectionMode():
@@ -551,6 +584,7 @@ declare module "sap/me/Calendar" {
551
584
  *
552
585
  * boolean that sets the view to week mode or month mode
553
586
  *
587
+ *
554
588
  * @returns Value of property `singleRow`
555
589
  */
556
590
  getSingleRow(): boolean;
@@ -561,6 +595,7 @@ declare module "sap/me/Calendar" {
561
595
  *
562
596
  * Default value is `false`.
563
597
  *
598
+ *
564
599
  * @returns Value of property `swipeToNavigate`
565
600
  */
566
601
  getSwipeToNavigate(): boolean;
@@ -571,6 +606,7 @@ declare module "sap/me/Calendar" {
571
606
  *
572
607
  * Default value is `true`.
573
608
  *
609
+ *
574
610
  * @returns Value of property `visible`
575
611
  */
576
612
  getVisible(): boolean;
@@ -581,6 +617,7 @@ declare module "sap/me/Calendar" {
581
617
  *
582
618
  * Default value is `1`.
583
619
  *
620
+ *
584
621
  * @returns Value of property `weeksPerRow`
585
622
  */
586
623
  getWeeksPerRow(): int;
@@ -591,12 +628,14 @@ declare module "sap/me/Calendar" {
591
628
  *
592
629
  * Default value is `'100%'`.
593
630
  *
631
+ *
594
632
  * @returns Value of property `width`
595
633
  */
596
634
  getWidth(): CSSSize;
597
635
  /**
598
636
  * Sets the current date of the calendar.
599
637
  *
638
+ *
600
639
  * @returns `this` to allow method chaining.
601
640
  */
602
641
  setCurrentDate(
@@ -614,6 +653,7 @@ declare module "sap/me/Calendar" {
614
653
  *
615
654
  * Default value is `50`.
616
655
  *
656
+ *
617
657
  * @returns Reference to `this` in order to allow method chaining
618
658
  */
619
659
  setDayHeight(
@@ -630,6 +670,7 @@ declare module "sap/me/Calendar" {
630
670
  *
631
671
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
632
672
  *
673
+ *
633
674
  * @returns Reference to `this` in order to allow method chaining
634
675
  */
635
676
  setDays(
@@ -647,6 +688,7 @@ declare module "sap/me/Calendar" {
647
688
  *
648
689
  * Default value is `45`.
649
690
  *
691
+ *
650
692
  * @returns Reference to `this` in order to allow method chaining
651
693
  */
652
694
  setDayWidth(
@@ -664,6 +706,7 @@ declare module "sap/me/Calendar" {
664
706
  *
665
707
  * Default value is `Approval`.
666
708
  *
709
+ *
667
710
  * @returns Reference to `this` in order to allow method chaining
668
711
  */
669
712
  setDesign(
@@ -679,6 +722,7 @@ declare module "sap/me/Calendar" {
679
722
  *
680
723
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
681
724
  *
725
+ *
682
726
  * @returns Reference to `this` in order to allow method chaining
683
727
  */
684
728
  setDisabledDates(
@@ -695,6 +739,7 @@ declare module "sap/me/Calendar" {
695
739
  *
696
740
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
697
741
  *
742
+ *
698
743
  * @returns Reference to `this` in order to allow method chaining
699
744
  */
700
745
  setDisabledWeekDays(
@@ -712,6 +757,7 @@ declare module "sap/me/Calendar" {
712
757
  *
713
758
  * Default value is `false`.
714
759
  *
760
+ *
715
761
  * @returns Reference to `this` in order to allow method chaining
716
762
  */
717
763
  setEnableMultiselection(
@@ -729,6 +775,7 @@ declare module "sap/me/Calendar" {
729
775
  *
730
776
  * Default value is `0`.
731
777
  *
778
+ *
732
779
  * @returns Reference to `this` in order to allow method chaining
733
780
  */
734
781
  setFirstDayOffset(
@@ -746,6 +793,7 @@ declare module "sap/me/Calendar" {
746
793
  *
747
794
  * Default value is `false`.
748
795
  *
796
+ *
749
797
  * @returns Reference to `this` in order to allow method chaining
750
798
  */
751
799
  setHideMonthTitles(
@@ -763,6 +811,7 @@ declare module "sap/me/Calendar" {
763
811
  *
764
812
  * Default value is `false`.
765
813
  *
814
+ *
766
815
  * @returns Reference to `this` in order to allow method chaining
767
816
  */
768
817
  setHideNavControls(
@@ -779,6 +828,7 @@ declare module "sap/me/Calendar" {
779
828
  *
780
829
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
781
830
  *
831
+ *
782
832
  * @returns Reference to `this` in order to allow method chaining
783
833
  */
784
834
  setMonths(
@@ -797,6 +847,7 @@ declare module "sap/me/Calendar" {
797
847
  *
798
848
  * Default value is `1`.
799
849
  *
850
+ *
800
851
  * @returns Reference to `this` in order to allow method chaining
801
852
  */
802
853
  setMonthsPerRow(
@@ -814,6 +865,7 @@ declare module "sap/me/Calendar" {
814
865
  *
815
866
  * Default value is `1`.
816
867
  *
868
+ *
817
869
  * @returns Reference to `this` in order to allow method chaining
818
870
  */
819
871
  setMonthsToDisplay(
@@ -831,6 +883,7 @@ declare module "sap/me/Calendar" {
831
883
  *
832
884
  * Default value is `SINGLE`.
833
885
  *
886
+ *
834
887
  * @returns Reference to `this` in order to allow method chaining
835
888
  */
836
889
  setSelectionMode(
@@ -848,6 +901,7 @@ declare module "sap/me/Calendar" {
848
901
  *
849
902
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
850
903
  *
904
+ *
851
905
  * @returns Reference to `this` in order to allow method chaining
852
906
  */
853
907
  setSingleRow(
@@ -865,6 +919,7 @@ declare module "sap/me/Calendar" {
865
919
  *
866
920
  * Default value is `false`.
867
921
  *
922
+ *
868
923
  * @returns Reference to `this` in order to allow method chaining
869
924
  */
870
925
  setSwipeToNavigate(
@@ -882,6 +937,7 @@ declare module "sap/me/Calendar" {
882
937
  *
883
938
  * Default value is `true`.
884
939
  *
940
+ *
885
941
  * @returns Reference to `this` in order to allow method chaining
886
942
  */
887
943
  setVisible(
@@ -899,6 +955,7 @@ declare module "sap/me/Calendar" {
899
955
  *
900
956
  * Default value is `1`.
901
957
  *
958
+ *
902
959
  * @returns Reference to `this` in order to allow method chaining
903
960
  */
904
961
  setWeeksPerRow(
@@ -916,6 +973,7 @@ declare module "sap/me/Calendar" {
916
973
  *
917
974
  * Default value is `'100%'`.
918
975
  *
976
+ *
919
977
  * @returns Reference to `this` in order to allow method chaining
920
978
  */
921
979
  setWidth(
@@ -1163,10 +1221,10 @@ declare module "sap/me/CalendarLegend" {
1163
1221
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1164
1222
 
1165
1223
  /**
1224
+ * Legend for the calendar control
1225
+ *
1166
1226
  * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.ui.unified.CalendarLegend
1167
1227
  * instead!
1168
- *
1169
- * Legend for the calendar control
1170
1228
  */
1171
1229
  export default class CalendarLegend extends Control {
1172
1230
  /**
@@ -1206,6 +1264,7 @@ declare module "sap/me/CalendarLegend" {
1206
1264
  *
1207
1265
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
1208
1266
  *
1267
+ *
1209
1268
  * @returns Created class / constructor function
1210
1269
  */
1211
1270
  static extend<T extends Record<string, unknown>>(
@@ -1226,6 +1285,7 @@ declare module "sap/me/CalendarLegend" {
1226
1285
  /**
1227
1286
  * Returns a metadata object for class sap.me.CalendarLegend.
1228
1287
  *
1288
+ *
1229
1289
  * @returns Metadata object describing this class
1230
1290
  */
1231
1291
  static getMetadata(): ElementMetadata;
@@ -1236,6 +1296,7 @@ declare module "sap/me/CalendarLegend" {
1236
1296
  *
1237
1297
  * Default value is `Approval`.
1238
1298
  *
1299
+ *
1239
1300
  * @returns Value of property `design`
1240
1301
  */
1241
1302
  getDesign(): CalendarDesign | keyof typeof CalendarDesign;
@@ -1246,6 +1307,7 @@ declare module "sap/me/CalendarLegend" {
1246
1307
  *
1247
1308
  * Default value is `true`.
1248
1309
  *
1310
+ *
1249
1311
  * @returns Value of property `expandable`
1250
1312
  */
1251
1313
  getExpandable(): boolean;
@@ -1256,6 +1318,7 @@ declare module "sap/me/CalendarLegend" {
1256
1318
  *
1257
1319
  * Default value is `true`.
1258
1320
  *
1321
+ *
1259
1322
  * @returns Value of property `expanded`
1260
1323
  */
1261
1324
  getExpanded(): boolean;
@@ -1264,6 +1327,7 @@ declare module "sap/me/CalendarLegend" {
1264
1327
  *
1265
1328
  * legend for normal
1266
1329
  *
1330
+ *
1267
1331
  * @returns Value of property `legendForNormal`
1268
1332
  */
1269
1333
  getLegendForNormal(): string;
@@ -1272,6 +1336,7 @@ declare module "sap/me/CalendarLegend" {
1272
1336
  *
1273
1337
  * legend for selected
1274
1338
  *
1339
+ *
1275
1340
  * @returns Value of property `legendForSelected`
1276
1341
  */
1277
1342
  getLegendForSelected(): string;
@@ -1280,6 +1345,7 @@ declare module "sap/me/CalendarLegend" {
1280
1345
  *
1281
1346
  * legend for selected 00
1282
1347
  *
1348
+ *
1283
1349
  * @returns Value of property `legendForSelected00`
1284
1350
  */
1285
1351
  getLegendForSelected00(): string;
@@ -1288,6 +1354,7 @@ declare module "sap/me/CalendarLegend" {
1288
1354
  *
1289
1355
  * legend for today
1290
1356
  *
1357
+ *
1291
1358
  * @returns Value of property `legendForToday`
1292
1359
  */
1293
1360
  getLegendForToday(): string;
@@ -1296,6 +1363,7 @@ declare module "sap/me/CalendarLegend" {
1296
1363
  *
1297
1364
  * legend for type 00
1298
1365
  *
1366
+ *
1299
1367
  * @returns Value of property `legendForType00`
1300
1368
  */
1301
1369
  getLegendForType00(): string;
@@ -1304,6 +1372,7 @@ declare module "sap/me/CalendarLegend" {
1304
1372
  *
1305
1373
  * legend for type 01
1306
1374
  *
1375
+ *
1307
1376
  * @returns Value of property `legendForType01`
1308
1377
  */
1309
1378
  getLegendForType01(): string;
@@ -1312,6 +1381,7 @@ declare module "sap/me/CalendarLegend" {
1312
1381
  *
1313
1382
  * legend for type 04
1314
1383
  *
1384
+ *
1315
1385
  * @returns Value of property `legendForType04`
1316
1386
  */
1317
1387
  getLegendForType04(): string;
@@ -1320,6 +1390,7 @@ declare module "sap/me/CalendarLegend" {
1320
1390
  *
1321
1391
  * legend for type 06
1322
1392
  *
1393
+ *
1323
1394
  * @returns Value of property `legendForType06`
1324
1395
  */
1325
1396
  getLegendForType06(): string;
@@ -1328,6 +1399,7 @@ declare module "sap/me/CalendarLegend" {
1328
1399
  *
1329
1400
  * legend for type 07
1330
1401
  *
1402
+ *
1331
1403
  * @returns Value of property `legendForType07`
1332
1404
  */
1333
1405
  getLegendForType07(): string;
@@ -1338,6 +1410,7 @@ declare module "sap/me/CalendarLegend" {
1338
1410
  *
1339
1411
  * Default value is `'12.5rem'`.
1340
1412
  *
1413
+ *
1341
1414
  * @returns Value of property `legendWidth`
1342
1415
  */
1343
1416
  getLegendWidth(): CSSSize;
@@ -1348,6 +1421,7 @@ declare module "sap/me/CalendarLegend" {
1348
1421
  *
1349
1422
  * Default value is `true`.
1350
1423
  *
1424
+ *
1351
1425
  * @returns Value of property `visible`
1352
1426
  */
1353
1427
  getVisible(): boolean;
@@ -1358,6 +1432,7 @@ declare module "sap/me/CalendarLegend" {
1358
1432
  *
1359
1433
  * Default value is `'auto'`.
1360
1434
  *
1435
+ *
1361
1436
  * @returns Value of property `width`
1362
1437
  */
1363
1438
  getWidth(): CSSSize;
@@ -1370,6 +1445,7 @@ declare module "sap/me/CalendarLegend" {
1370
1445
  *
1371
1446
  * Default value is `Approval`.
1372
1447
  *
1448
+ *
1373
1449
  * @returns Reference to `this` in order to allow method chaining
1374
1450
  */
1375
1451
  setDesign(
@@ -1387,6 +1463,7 @@ declare module "sap/me/CalendarLegend" {
1387
1463
  *
1388
1464
  * Default value is `true`.
1389
1465
  *
1466
+ *
1390
1467
  * @returns Reference to `this` in order to allow method chaining
1391
1468
  */
1392
1469
  setExpandable(
@@ -1404,6 +1481,7 @@ declare module "sap/me/CalendarLegend" {
1404
1481
  *
1405
1482
  * Default value is `true`.
1406
1483
  *
1484
+ *
1407
1485
  * @returns Reference to `this` in order to allow method chaining
1408
1486
  */
1409
1487
  setExpanded(
@@ -1419,6 +1497,7 @@ declare module "sap/me/CalendarLegend" {
1419
1497
  *
1420
1498
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1421
1499
  *
1500
+ *
1422
1501
  * @returns Reference to `this` in order to allow method chaining
1423
1502
  */
1424
1503
  setLegendForNormal(
@@ -1434,6 +1513,7 @@ declare module "sap/me/CalendarLegend" {
1434
1513
  *
1435
1514
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1436
1515
  *
1516
+ *
1437
1517
  * @returns Reference to `this` in order to allow method chaining
1438
1518
  */
1439
1519
  setLegendForSelected(
@@ -1449,6 +1529,7 @@ declare module "sap/me/CalendarLegend" {
1449
1529
  *
1450
1530
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1451
1531
  *
1532
+ *
1452
1533
  * @returns Reference to `this` in order to allow method chaining
1453
1534
  */
1454
1535
  setLegendForSelected00(
@@ -1464,6 +1545,7 @@ declare module "sap/me/CalendarLegend" {
1464
1545
  *
1465
1546
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1466
1547
  *
1548
+ *
1467
1549
  * @returns Reference to `this` in order to allow method chaining
1468
1550
  */
1469
1551
  setLegendForToday(
@@ -1479,6 +1561,7 @@ declare module "sap/me/CalendarLegend" {
1479
1561
  *
1480
1562
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1481
1563
  *
1564
+ *
1482
1565
  * @returns Reference to `this` in order to allow method chaining
1483
1566
  */
1484
1567
  setLegendForType00(
@@ -1494,6 +1577,7 @@ declare module "sap/me/CalendarLegend" {
1494
1577
  *
1495
1578
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1496
1579
  *
1580
+ *
1497
1581
  * @returns Reference to `this` in order to allow method chaining
1498
1582
  */
1499
1583
  setLegendForType01(
@@ -1509,6 +1593,7 @@ declare module "sap/me/CalendarLegend" {
1509
1593
  *
1510
1594
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1511
1595
  *
1596
+ *
1512
1597
  * @returns Reference to `this` in order to allow method chaining
1513
1598
  */
1514
1599
  setLegendForType04(
@@ -1524,6 +1609,7 @@ declare module "sap/me/CalendarLegend" {
1524
1609
  *
1525
1610
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1526
1611
  *
1612
+ *
1527
1613
  * @returns Reference to `this` in order to allow method chaining
1528
1614
  */
1529
1615
  setLegendForType06(
@@ -1539,6 +1625,7 @@ declare module "sap/me/CalendarLegend" {
1539
1625
  *
1540
1626
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1541
1627
  *
1628
+ *
1542
1629
  * @returns Reference to `this` in order to allow method chaining
1543
1630
  */
1544
1631
  setLegendForType07(
@@ -1556,6 +1643,7 @@ declare module "sap/me/CalendarLegend" {
1556
1643
  *
1557
1644
  * Default value is `'12.5rem'`.
1558
1645
  *
1646
+ *
1559
1647
  * @returns Reference to `this` in order to allow method chaining
1560
1648
  */
1561
1649
  setLegendWidth(
@@ -1573,6 +1661,7 @@ declare module "sap/me/CalendarLegend" {
1573
1661
  *
1574
1662
  * Default value is `true`.
1575
1663
  *
1664
+ *
1576
1665
  * @returns Reference to `this` in order to allow method chaining
1577
1666
  */
1578
1667
  setVisible(
@@ -1590,6 +1679,7 @@ declare module "sap/me/CalendarLegend" {
1590
1679
  *
1591
1680
  * Default value is `'auto'`.
1592
1681
  *
1682
+ *
1593
1683
  * @returns Reference to `this` in order to allow method chaining
1594
1684
  */
1595
1685
  setWidth(
@@ -1700,10 +1790,10 @@ declare module "sap/me/OverlapCalendar" {
1700
1790
  import Event from "sap/ui/base/Event";
1701
1791
 
1702
1792
  /**
1793
+ * A calendar that allows to display events in a grid and show the overlapped events
1794
+ *
1703
1795
  * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.m.PlanningCalendar
1704
1796
  * instead!
1705
- *
1706
- * A calendar that allows to display events in a grid and show the overlapped events
1707
1797
  */
1708
1798
  export default class OverlapCalendar extends Control {
1709
1799
  /**
@@ -1743,6 +1833,7 @@ declare module "sap/me/OverlapCalendar" {
1743
1833
  *
1744
1834
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
1745
1835
  *
1836
+ *
1746
1837
  * @returns Created class / constructor function
1747
1838
  */
1748
1839
  static extend<T extends Record<string, unknown>>(
@@ -1763,12 +1854,14 @@ declare module "sap/me/OverlapCalendar" {
1763
1854
  /**
1764
1855
  * Returns a metadata object for class sap.me.OverlapCalendar.
1765
1856
  *
1857
+ *
1766
1858
  * @returns Metadata object describing this class
1767
1859
  */
1768
1860
  static getMetadata(): ElementMetadata;
1769
1861
  /**
1770
1862
  * Adds some calendarEvent to the aggregation {@link #getCalendarEvents calendarEvents}.
1771
1863
  *
1864
+ *
1772
1865
  * @returns Reference to `this` in order to allow method chaining
1773
1866
  */
1774
1867
  addCalendarEvent(
@@ -1785,6 +1878,7 @@ declare module "sap/me/OverlapCalendar" {
1785
1878
  *
1786
1879
  * Triggered when the displayed dates change
1787
1880
  *
1881
+ *
1788
1882
  * @returns Reference to `this` in order to allow method chaining
1789
1883
  */
1790
1884
  attachChangeDate(
@@ -1810,6 +1904,7 @@ declare module "sap/me/OverlapCalendar" {
1810
1904
  *
1811
1905
  * Triggered when the displayed dates change
1812
1906
  *
1907
+ *
1813
1908
  * @returns Reference to `this` in order to allow method chaining
1814
1909
  */
1815
1910
  attachChangeDate(
@@ -1830,6 +1925,7 @@ declare module "sap/me/OverlapCalendar" {
1830
1925
  *
1831
1926
  * Indicates that we have reach the last week with data
1832
1927
  *
1928
+ *
1833
1929
  * @returns Reference to `this` in order to allow method chaining
1834
1930
  */
1835
1931
  attachEndOfData(
@@ -1855,6 +1951,7 @@ declare module "sap/me/OverlapCalendar" {
1855
1951
  *
1856
1952
  * Indicates that we have reach the last week with data
1857
1953
  *
1954
+ *
1858
1955
  * @returns Reference to `this` in order to allow method chaining
1859
1956
  */
1860
1957
  attachEndOfData(
@@ -1870,6 +1967,7 @@ declare module "sap/me/OverlapCalendar" {
1870
1967
  /**
1871
1968
  * Destroys all the calendarEvents in the aggregation {@link #getCalendarEvents calendarEvents}.
1872
1969
  *
1970
+ *
1873
1971
  * @returns Reference to `this` in order to allow method chaining
1874
1972
  */
1875
1973
  destroyCalendarEvents(): this;
@@ -1878,6 +1976,7 @@ declare module "sap/me/OverlapCalendar" {
1878
1976
  *
1879
1977
  * The passed function and listener object must match the ones used for event registration.
1880
1978
  *
1979
+ *
1881
1980
  * @returns Reference to `this` in order to allow method chaining
1882
1981
  */
1883
1982
  detachChangeDate(
@@ -1895,6 +1994,7 @@ declare module "sap/me/OverlapCalendar" {
1895
1994
  *
1896
1995
  * The passed function and listener object must match the ones used for event registration.
1897
1996
  *
1997
+ *
1898
1998
  * @returns Reference to `this` in order to allow method chaining
1899
1999
  */
1900
2000
  detachEndOfData(
@@ -1908,10 +2008,10 @@ declare module "sap/me/OverlapCalendar" {
1908
2008
  oListener?: object
1909
2009
  ): this;
1910
2010
  /**
1911
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1912
- *
1913
2011
  * Fires event {@link #event:changeDate changeDate} to attached listeners.
1914
2012
  *
2013
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2014
+ *
1915
2015
  * @returns Reference to `this` in order to allow method chaining
1916
2016
  */
1917
2017
  fireChangeDate(
@@ -1921,10 +2021,10 @@ declare module "sap/me/OverlapCalendar" {
1921
2021
  mParameters?: OverlapCalendar$ChangeDateEventParameters
1922
2022
  ): this;
1923
2023
  /**
1924
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1925
- *
1926
2024
  * Fires event {@link #event:endOfData endOfData} to attached listeners.
1927
2025
  *
2026
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2027
+ *
1928
2028
  * @returns Reference to `this` in order to allow method chaining
1929
2029
  */
1930
2030
  fireEndOfData(
@@ -1951,6 +2051,7 @@ declare module "sap/me/OverlapCalendar" {
1951
2051
  *
1952
2052
  * Default value is `0`.
1953
2053
  *
2054
+ *
1954
2055
  * @returns Value of property `firstDayOffset`
1955
2056
  */
1956
2057
  getFirstDayOffset(): int;
@@ -1961,6 +2062,7 @@ declare module "sap/me/OverlapCalendar" {
1961
2062
  *
1962
2063
  * Default value is `false`.
1963
2064
  *
2065
+ *
1964
2066
  * @returns Value of property `showOverlapIndicator`
1965
2067
  */
1966
2068
  getShowOverlapIndicator(): boolean;
@@ -1969,6 +2071,7 @@ declare module "sap/me/OverlapCalendar" {
1969
2071
  *
1970
2072
  * The first date to display for the calendar
1971
2073
  *
2074
+ *
1972
2075
  * @returns Value of property `startDate`
1973
2076
  */
1974
2077
  getStartDate(): string;
@@ -1979,6 +2082,7 @@ declare module "sap/me/OverlapCalendar" {
1979
2082
  *
1980
2083
  * Default value is `true`.
1981
2084
  *
2085
+ *
1982
2086
  * @returns Value of property `swipeToNavigate`
1983
2087
  */
1984
2088
  getSwipeToNavigate(): boolean;
@@ -1989,6 +2093,7 @@ declare module "sap/me/OverlapCalendar" {
1989
2093
  *
1990
2094
  * Default value is `true`.
1991
2095
  *
2096
+ *
1992
2097
  * @returns Value of property `visible`
1993
2098
  */
1994
2099
  getVisible(): boolean;
@@ -1999,6 +2104,7 @@ declare module "sap/me/OverlapCalendar" {
1999
2104
  *
2000
2105
  * Default value is `2`.
2001
2106
  *
2107
+ *
2002
2108
  * @returns Value of property `weeksPerRow`
2003
2109
  */
2004
2110
  getWeeksPerRow(): int;
@@ -2009,6 +2115,7 @@ declare module "sap/me/OverlapCalendar" {
2009
2115
  *
2010
2116
  * Default value is `'100%'`.
2011
2117
  *
2118
+ *
2012
2119
  * @returns Value of property `width`
2013
2120
  */
2014
2121
  getWidth(): CSSSize;
@@ -2016,6 +2123,7 @@ declare module "sap/me/OverlapCalendar" {
2016
2123
  * Checks for the provided `sap.me.OverlapCalendarEvent` in the aggregation {@link #getCalendarEvents calendarEvents}.
2017
2124
  * and returns its index if found or -1 otherwise.
2018
2125
  *
2126
+ *
2019
2127
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2020
2128
  */
2021
2129
  indexOfCalendarEvent(
@@ -2027,6 +2135,7 @@ declare module "sap/me/OverlapCalendar" {
2027
2135
  /**
2028
2136
  * Inserts a calendarEvent into the aggregation {@link #getCalendarEvents calendarEvents}.
2029
2137
  *
2138
+ *
2030
2139
  * @returns Reference to `this` in order to allow method chaining
2031
2140
  */
2032
2141
  insertCalendarEvent(
@@ -2054,12 +2163,14 @@ declare module "sap/me/OverlapCalendar" {
2054
2163
  *
2055
2164
  * Additionally, it unregisters them from the hosting UIArea.
2056
2165
  *
2166
+ *
2057
2167
  * @returns An array of the removed elements (might be empty)
2058
2168
  */
2059
2169
  removeAllCalendarEvents(): OverlapCalendarEvent[];
2060
2170
  /**
2061
2171
  * Removes a calendarEvent from the aggregation {@link #getCalendarEvents calendarEvents}.
2062
2172
  *
2173
+ *
2063
2174
  * @returns The removed calendarEvent or `null`
2064
2175
  */
2065
2176
  removeCalendarEvent(
@@ -2077,6 +2188,7 @@ declare module "sap/me/OverlapCalendar" {
2077
2188
  *
2078
2189
  * Default value is `0`.
2079
2190
  *
2191
+ *
2080
2192
  * @returns Reference to `this` in order to allow method chaining
2081
2193
  */
2082
2194
  setFirstDayOffset(
@@ -2094,6 +2206,7 @@ declare module "sap/me/OverlapCalendar" {
2094
2206
  *
2095
2207
  * Default value is `false`.
2096
2208
  *
2209
+ *
2097
2210
  * @returns Reference to `this` in order to allow method chaining
2098
2211
  */
2099
2212
  setShowOverlapIndicator(
@@ -2120,6 +2233,7 @@ declare module "sap/me/OverlapCalendar" {
2120
2233
  *
2121
2234
  * Default value is `true`.
2122
2235
  *
2236
+ *
2123
2237
  * @returns Reference to `this` in order to allow method chaining
2124
2238
  */
2125
2239
  setVisible(
@@ -2144,6 +2258,7 @@ declare module "sap/me/OverlapCalendar" {
2144
2258
  *
2145
2259
  * Default value is `'100%'`.
2146
2260
  *
2261
+ *
2147
2262
  * @returns Reference to `this` in order to allow method chaining
2148
2263
  */
2149
2264
  setWidth(
@@ -2248,10 +2363,10 @@ declare module "sap/me/OverlapCalendarEvent" {
2248
2363
  import ElementMetadata from "sap/ui/core/ElementMetadata";
2249
2364
 
2250
2365
  /**
2366
+ * Represent the data of an event for the overlap calendar
2367
+ *
2251
2368
  * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.ui.unified.CalendarAppointment
2252
2369
  * instead!
2253
- *
2254
- * Represent the data of an event for the overlap calendar
2255
2370
  */
2256
2371
  export default class OverlapCalendarEvent extends UI5Element {
2257
2372
  /**
@@ -2291,6 +2406,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2291
2406
  *
2292
2407
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
2293
2408
  *
2409
+ *
2294
2410
  * @returns Created class / constructor function
2295
2411
  */
2296
2412
  static extend<T extends Record<string, unknown>>(
@@ -2311,6 +2427,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2311
2427
  /**
2312
2428
  * Returns a metadata object for class sap.me.OverlapCalendarEvent.
2313
2429
  *
2430
+ *
2314
2431
  * @returns Metadata object describing this class
2315
2432
  */
2316
2433
  static getMetadata(): ElementMetadata;
@@ -2320,6 +2437,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2320
2437
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2321
2438
  * of the possible properties of `oBindingInfo`
2322
2439
  *
2440
+ *
2323
2441
  * @returns Reference to `this` in order to allow method chaining
2324
2442
  */
2325
2443
  bindEndDay(
@@ -2334,6 +2452,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2334
2452
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2335
2453
  * of the possible properties of `oBindingInfo`
2336
2454
  *
2455
+ *
2337
2456
  * @returns Reference to `this` in order to allow method chaining
2338
2457
  */
2339
2458
  bindHalfDay(
@@ -2348,6 +2467,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2348
2467
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2349
2468
  * of the possible properties of `oBindingInfo`
2350
2469
  *
2470
+ *
2351
2471
  * @returns Reference to `this` in order to allow method chaining
2352
2472
  */
2353
2473
  bindName(
@@ -2362,6 +2482,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2362
2482
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2363
2483
  * of the possible properties of `oBindingInfo`
2364
2484
  *
2485
+ *
2365
2486
  * @returns Reference to `this` in order to allow method chaining
2366
2487
  */
2367
2488
  bindRelevant(
@@ -2376,6 +2497,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2376
2497
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2377
2498
  * of the possible properties of `oBindingInfo`
2378
2499
  *
2500
+ *
2379
2501
  * @returns Reference to `this` in order to allow method chaining
2380
2502
  */
2381
2503
  bindRow(
@@ -2390,6 +2512,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2390
2512
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2391
2513
  * of the possible properties of `oBindingInfo`
2392
2514
  *
2515
+ *
2393
2516
  * @returns Reference to `this` in order to allow method chaining
2394
2517
  */
2395
2518
  bindStartDay(
@@ -2404,6 +2527,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2404
2527
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2405
2528
  * of the possible properties of `oBindingInfo`
2406
2529
  *
2530
+ *
2407
2531
  * @returns Reference to `this` in order to allow method chaining
2408
2532
  */
2409
2533
  bindType(
@@ -2418,6 +2542,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2418
2542
  * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
2419
2543
  * of the possible properties of `oBindingInfo`
2420
2544
  *
2545
+ *
2421
2546
  * @returns Reference to `this` in order to allow method chaining
2422
2547
  */
2423
2548
  bindTypeName(
@@ -2431,6 +2556,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2431
2556
  *
2432
2557
  * Last day of the event
2433
2558
  *
2559
+ *
2434
2560
  * @returns Value of property `endDay`
2435
2561
  */
2436
2562
  getEndDay(): string;
@@ -2441,6 +2567,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2441
2567
  *
2442
2568
  * Default value is `false`.
2443
2569
  *
2570
+ *
2444
2571
  * @returns Value of property `halfDay`
2445
2572
  */
2446
2573
  getHalfDay(): boolean;
@@ -2449,6 +2576,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2449
2576
  *
2450
2577
  * Name of the row
2451
2578
  *
2579
+ *
2452
2580
  * @returns Value of property `name`
2453
2581
  */
2454
2582
  getName(): string;
@@ -2457,6 +2585,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2457
2585
  *
2458
2586
  * Indicates if this elements is relevant to be consider in the overlap
2459
2587
  *
2588
+ *
2460
2589
  * @returns Value of property `relevant`
2461
2590
  */
2462
2591
  getRelevant(): boolean;
@@ -2467,6 +2596,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2467
2596
  *
2468
2597
  * Default value is `-1`.
2469
2598
  *
2599
+ *
2470
2600
  * @returns Value of property `row`
2471
2601
  */
2472
2602
  getRow(): int;
@@ -2475,6 +2605,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2475
2605
  *
2476
2606
  * The first day of the event
2477
2607
  *
2608
+ *
2478
2609
  * @returns Value of property `startDay`
2479
2610
  */
2480
2611
  getStartDay(): string;
@@ -2483,6 +2614,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2483
2614
  *
2484
2615
  * Type of the event. Display in the second label (no overlap)
2485
2616
  *
2617
+ *
2486
2618
  * @returns Value of property `type`
2487
2619
  */
2488
2620
  getType(): string;
@@ -2491,6 +2623,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2491
2623
  *
2492
2624
  * The CSS class to use
2493
2625
  *
2626
+ *
2494
2627
  * @returns Value of property `typeName`
2495
2628
  */
2496
2629
  getTypeName(): string;
@@ -2501,6 +2634,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2501
2634
  *
2502
2635
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2503
2636
  *
2637
+ *
2504
2638
  * @returns Reference to `this` in order to allow method chaining
2505
2639
  */
2506
2640
  setEndDay(
@@ -2518,6 +2652,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2518
2652
  *
2519
2653
  * Default value is `false`.
2520
2654
  *
2655
+ *
2521
2656
  * @returns Reference to `this` in order to allow method chaining
2522
2657
  */
2523
2658
  setHalfDay(
@@ -2533,6 +2668,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2533
2668
  *
2534
2669
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2535
2670
  *
2671
+ *
2536
2672
  * @returns Reference to `this` in order to allow method chaining
2537
2673
  */
2538
2674
  setName(
@@ -2548,6 +2684,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2548
2684
  *
2549
2685
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2550
2686
  *
2687
+ *
2551
2688
  * @returns Reference to `this` in order to allow method chaining
2552
2689
  */
2553
2690
  setRelevant(
@@ -2565,6 +2702,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2565
2702
  *
2566
2703
  * Default value is `-1`.
2567
2704
  *
2705
+ *
2568
2706
  * @returns Reference to `this` in order to allow method chaining
2569
2707
  */
2570
2708
  setRow(
@@ -2580,6 +2718,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2580
2718
  *
2581
2719
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2582
2720
  *
2721
+ *
2583
2722
  * @returns Reference to `this` in order to allow method chaining
2584
2723
  */
2585
2724
  setStartDay(
@@ -2595,6 +2734,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2595
2734
  *
2596
2735
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2597
2736
  *
2737
+ *
2598
2738
  * @returns Reference to `this` in order to allow method chaining
2599
2739
  */
2600
2740
  setType(
@@ -2610,6 +2750,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2610
2750
  *
2611
2751
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2612
2752
  *
2753
+ *
2613
2754
  * @returns Reference to `this` in order to allow method chaining
2614
2755
  */
2615
2756
  setTypeName(
@@ -2621,48 +2762,56 @@ declare module "sap/me/OverlapCalendarEvent" {
2621
2762
  /**
2622
2763
  * Unbinds property {@link #getEndDay endDay} from model data.
2623
2764
  *
2765
+ *
2624
2766
  * @returns Reference to `this` in order to allow method chaining
2625
2767
  */
2626
2768
  unbindEndDay(): this;
2627
2769
  /**
2628
2770
  * Unbinds property {@link #getHalfDay halfDay} from model data.
2629
2771
  *
2772
+ *
2630
2773
  * @returns Reference to `this` in order to allow method chaining
2631
2774
  */
2632
2775
  unbindHalfDay(): this;
2633
2776
  /**
2634
2777
  * Unbinds property {@link #getName name} from model data.
2635
2778
  *
2779
+ *
2636
2780
  * @returns Reference to `this` in order to allow method chaining
2637
2781
  */
2638
2782
  unbindName(): this;
2639
2783
  /**
2640
2784
  * Unbinds property {@link #getRelevant relevant} from model data.
2641
2785
  *
2786
+ *
2642
2787
  * @returns Reference to `this` in order to allow method chaining
2643
2788
  */
2644
2789
  unbindRelevant(): this;
2645
2790
  /**
2646
2791
  * Unbinds property {@link #getRow row} from model data.
2647
2792
  *
2793
+ *
2648
2794
  * @returns Reference to `this` in order to allow method chaining
2649
2795
  */
2650
2796
  unbindRow(): this;
2651
2797
  /**
2652
2798
  * Unbinds property {@link #getStartDay startDay} from model data.
2653
2799
  *
2800
+ *
2654
2801
  * @returns Reference to `this` in order to allow method chaining
2655
2802
  */
2656
2803
  unbindStartDay(): this;
2657
2804
  /**
2658
2805
  * Unbinds property {@link #getType type} from model data.
2659
2806
  *
2807
+ *
2660
2808
  * @returns Reference to `this` in order to allow method chaining
2661
2809
  */
2662
2810
  unbindType(): this;
2663
2811
  /**
2664
2812
  * Unbinds property {@link #getTypeName typeName} from model data.
2665
2813
  *
2814
+ *
2666
2815
  * @returns Reference to `this` in order to allow method chaining
2667
2816
  */
2668
2817
  unbindTypeName(): this;
@@ -2721,11 +2870,11 @@ declare module "sap/me/ProgressIndicator" {
2721
2870
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2722
2871
 
2723
2872
  /**
2724
- * @deprecated (since 1.14) - This control is replaced by sap.m.ProgressIndicator
2725
- *
2726
2873
  * Shows the progress of a process in a graphical way. The indicator can be displayed with or without numerical
2727
2874
  * values. The filling can be displayed in color only, or additionally with the percentage rate. The indicator
2728
2875
  * status can be interactive.
2876
+ *
2877
+ * @deprecated (since 1.14) - This control is replaced by sap.m.ProgressIndicator
2729
2878
  */
2730
2879
  export default class ProgressIndicator extends Control {
2731
2880
  /**
@@ -2765,6 +2914,7 @@ declare module "sap/me/ProgressIndicator" {
2765
2914
  *
2766
2915
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
2767
2916
  *
2917
+ *
2768
2918
  * @returns Created class / constructor function
2769
2919
  */
2770
2920
  static extend<T extends Record<string, unknown>>(
@@ -2785,6 +2935,7 @@ declare module "sap/me/ProgressIndicator" {
2785
2935
  /**
2786
2936
  * Returns a metadata object for class sap.me.ProgressIndicator.
2787
2937
  *
2938
+ *
2788
2939
  * @returns Metadata object describing this class
2789
2940
  */
2790
2941
  static getMetadata(): ElementMetadata;
@@ -2796,6 +2947,7 @@ declare module "sap/me/ProgressIndicator" {
2796
2947
  *
2797
2948
  * Default value is `NEUTRAL`.
2798
2949
  *
2950
+ *
2799
2951
  * @returns Value of property `barColor`
2800
2952
  */
2801
2953
  getBarColor(): BarColor | keyof typeof BarColor;
@@ -2806,6 +2958,7 @@ declare module "sap/me/ProgressIndicator" {
2806
2958
  *
2807
2959
  * Default value is `'0%'`.
2808
2960
  *
2961
+ *
2809
2962
  * @returns Value of property `displayValue`
2810
2963
  */
2811
2964
  getDisplayValue(): string;
@@ -2816,6 +2969,7 @@ declare module "sap/me/ProgressIndicator" {
2816
2969
  *
2817
2970
  * Default value is `true`.
2818
2971
  *
2972
+ *
2819
2973
  * @returns Value of property `enabled`
2820
2974
  */
2821
2975
  getEnabled(): boolean;
@@ -2826,6 +2980,7 @@ declare module "sap/me/ProgressIndicator" {
2826
2980
  *
2827
2981
  * Default value is `0`.
2828
2982
  *
2983
+ *
2829
2984
  * @returns Value of property `percentValue`
2830
2985
  */
2831
2986
  getPercentValue(): int;
@@ -2836,6 +2991,7 @@ declare module "sap/me/ProgressIndicator" {
2836
2991
  *
2837
2992
  * Default value is `true`.
2838
2993
  *
2994
+ *
2839
2995
  * @returns Value of property `showValue`
2840
2996
  */
2841
2997
  getShowValue(): boolean;
@@ -2846,6 +3002,7 @@ declare module "sap/me/ProgressIndicator" {
2846
3002
  *
2847
3003
  * Default value is `true`.
2848
3004
  *
3005
+ *
2849
3006
  * @returns Value of property `visible`
2850
3007
  */
2851
3008
  getVisible(): boolean;
@@ -2856,6 +3013,7 @@ declare module "sap/me/ProgressIndicator" {
2856
3013
  *
2857
3014
  * Default value is `'100%'`.
2858
3015
  *
3016
+ *
2859
3017
  * @returns Value of property `width`
2860
3018
  */
2861
3019
  getWidth(): CSSSize;
@@ -2869,6 +3027,7 @@ declare module "sap/me/ProgressIndicator" {
2869
3027
  *
2870
3028
  * Default value is `NEUTRAL`.
2871
3029
  *
3030
+ *
2872
3031
  * @returns Reference to `this` in order to allow method chaining
2873
3032
  */
2874
3033
  setBarColor(
@@ -2886,6 +3045,7 @@ declare module "sap/me/ProgressIndicator" {
2886
3045
  *
2887
3046
  * Default value is `'0%'`.
2888
3047
  *
3048
+ *
2889
3049
  * @returns Reference to `this` in order to allow method chaining
2890
3050
  */
2891
3051
  setDisplayValue(
@@ -2903,6 +3063,7 @@ declare module "sap/me/ProgressIndicator" {
2903
3063
  *
2904
3064
  * Default value is `true`.
2905
3065
  *
3066
+ *
2906
3067
  * @returns Reference to `this` in order to allow method chaining
2907
3068
  */
2908
3069
  setEnabled(
@@ -2914,6 +3075,7 @@ declare module "sap/me/ProgressIndicator" {
2914
3075
  /**
2915
3076
  * Property setter for the PercentValue A new rendering is not necessary, only the bar has to be moved.
2916
3077
  *
3078
+ *
2917
3079
  * @returns `this` to allow method chaining
2918
3080
  */
2919
3081
  setPercentValue(iPercentValue: undefined): this;
@@ -2926,6 +3088,7 @@ declare module "sap/me/ProgressIndicator" {
2926
3088
  *
2927
3089
  * Default value is `true`.
2928
3090
  *
3091
+ *
2929
3092
  * @returns Reference to `this` in order to allow method chaining
2930
3093
  */
2931
3094
  setShowValue(
@@ -2943,6 +3106,7 @@ declare module "sap/me/ProgressIndicator" {
2943
3106
  *
2944
3107
  * Default value is `true`.
2945
3108
  *
3109
+ *
2946
3110
  * @returns Reference to `this` in order to allow method chaining
2947
3111
  */
2948
3112
  setVisible(
@@ -2960,6 +3124,7 @@ declare module "sap/me/ProgressIndicator" {
2960
3124
  *
2961
3125
  * Default value is `'100%'`.
2962
3126
  *
3127
+ *
2963
3128
  * @returns Reference to `this` in order to allow method chaining
2964
3129
  */
2965
3130
  setWidth(
@@ -3022,10 +3187,10 @@ declare module "sap/me/TabContainer" {
3022
3187
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3023
3188
 
3024
3189
  /**
3190
+ * The TabContainer allow to stack 1 to 4 contents in a view with corresponding icons
3191
+ *
3025
3192
  * @deprecated (since 1.15.0) - The functionality of this control is merged with the sap.m.IconTabBar. Please
3026
3193
  * use the sap.m.IconTabBar instead! This control will not be supported anymore.
3027
- *
3028
- * The TabContainer allow to stack 1 to 4 contents in a view with corresponding icons
3029
3194
  */
3030
3195
  export default class TabContainer extends Control {
3031
3196
  /**
@@ -3065,6 +3230,7 @@ declare module "sap/me/TabContainer" {
3065
3230
  *
3066
3231
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3067
3232
  *
3233
+ *
3068
3234
  * @returns Created class / constructor function
3069
3235
  */
3070
3236
  static extend<T extends Record<string, unknown>>(
@@ -3085,6 +3251,7 @@ declare module "sap/me/TabContainer" {
3085
3251
  /**
3086
3252
  * Returns a metadata object for class sap.me.TabContainer.
3087
3253
  *
3254
+ *
3088
3255
  * @returns Metadata object describing this class
3089
3256
  */
3090
3257
  static getMetadata(): ElementMetadata;
@@ -3096,6 +3263,7 @@ declare module "sap/me/TabContainer" {
3096
3263
  *
3097
3264
  * Indicates that the tab will collapse
3098
3265
  *
3266
+ *
3099
3267
  * @returns Reference to `this` in order to allow method chaining
3100
3268
  */
3101
3269
  attachCollapse(
@@ -3121,6 +3289,7 @@ declare module "sap/me/TabContainer" {
3121
3289
  *
3122
3290
  * Indicates that the tab will collapse
3123
3291
  *
3292
+ *
3124
3293
  * @returns Reference to `this` in order to allow method chaining
3125
3294
  */
3126
3295
  attachCollapse(
@@ -3141,6 +3310,7 @@ declare module "sap/me/TabContainer" {
3141
3310
  *
3142
3311
  * Indicates that the tab will expand
3143
3312
  *
3313
+ *
3144
3314
  * @returns Reference to `this` in order to allow method chaining
3145
3315
  */
3146
3316
  attachExpand(
@@ -3166,6 +3336,7 @@ declare module "sap/me/TabContainer" {
3166
3336
  *
3167
3337
  * Indicates that the tab will expand
3168
3338
  *
3339
+ *
3169
3340
  * @returns Reference to `this` in order to allow method chaining
3170
3341
  */
3171
3342
  attachExpand(
@@ -3186,6 +3357,7 @@ declare module "sap/me/TabContainer" {
3186
3357
  *
3187
3358
  * Indicates that the selected tab has changed
3188
3359
  *
3360
+ *
3189
3361
  * @returns Reference to `this` in order to allow method chaining
3190
3362
  */
3191
3363
  attachSelect(
@@ -3211,6 +3383,7 @@ declare module "sap/me/TabContainer" {
3211
3383
  *
3212
3384
  * Indicates that the selected tab has changed
3213
3385
  *
3386
+ *
3214
3387
  * @returns Reference to `this` in order to allow method chaining
3215
3388
  */
3216
3389
  attachSelect(
@@ -3226,24 +3399,28 @@ declare module "sap/me/TabContainer" {
3226
3399
  /**
3227
3400
  * Destroys the contentAttachments in the aggregation {@link #getContentAttachments contentAttachments}.
3228
3401
  *
3402
+ *
3229
3403
  * @returns Reference to `this` in order to allow method chaining
3230
3404
  */
3231
3405
  destroyContentAttachments(): this;
3232
3406
  /**
3233
3407
  * Destroys the contentInfo in the aggregation {@link #getContentInfo contentInfo}.
3234
3408
  *
3409
+ *
3235
3410
  * @returns Reference to `this` in order to allow method chaining
3236
3411
  */
3237
3412
  destroyContentInfo(): this;
3238
3413
  /**
3239
3414
  * Destroys the contentNotes in the aggregation {@link #getContentNotes contentNotes}.
3240
3415
  *
3416
+ *
3241
3417
  * @returns Reference to `this` in order to allow method chaining
3242
3418
  */
3243
3419
  destroyContentNotes(): this;
3244
3420
  /**
3245
3421
  * Destroys the contentPeople in the aggregation {@link #getContentPeople contentPeople}.
3246
3422
  *
3423
+ *
3247
3424
  * @returns Reference to `this` in order to allow method chaining
3248
3425
  */
3249
3426
  destroyContentPeople(): this;
@@ -3252,6 +3429,7 @@ declare module "sap/me/TabContainer" {
3252
3429
  *
3253
3430
  * The passed function and listener object must match the ones used for event registration.
3254
3431
  *
3432
+ *
3255
3433
  * @returns Reference to `this` in order to allow method chaining
3256
3434
  */
3257
3435
  detachCollapse(
@@ -3269,6 +3447,7 @@ declare module "sap/me/TabContainer" {
3269
3447
  *
3270
3448
  * The passed function and listener object must match the ones used for event registration.
3271
3449
  *
3450
+ *
3272
3451
  * @returns Reference to `this` in order to allow method chaining
3273
3452
  */
3274
3453
  detachExpand(
@@ -3286,6 +3465,7 @@ declare module "sap/me/TabContainer" {
3286
3465
  *
3287
3466
  * The passed function and listener object must match the ones used for event registration.
3288
3467
  *
3468
+ *
3289
3469
  * @returns Reference to `this` in order to allow method chaining
3290
3470
  */
3291
3471
  detachSelect(
@@ -3299,10 +3479,10 @@ declare module "sap/me/TabContainer" {
3299
3479
  oListener?: object
3300
3480
  ): this;
3301
3481
  /**
3302
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3303
- *
3304
3482
  * Fires event {@link #event:collapse collapse} to attached listeners.
3305
3483
  *
3484
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3485
+ *
3306
3486
  * @returns Reference to `this` in order to allow method chaining
3307
3487
  */
3308
3488
  fireCollapse(
@@ -3312,10 +3492,10 @@ declare module "sap/me/TabContainer" {
3312
3492
  mParameters?: object
3313
3493
  ): this;
3314
3494
  /**
3315
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3316
- *
3317
3495
  * Fires event {@link #event:expand expand} to attached listeners.
3318
3496
  *
3497
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3498
+ *
3319
3499
  * @returns Reference to `this` in order to allow method chaining
3320
3500
  */
3321
3501
  fireExpand(
@@ -3325,13 +3505,13 @@ declare module "sap/me/TabContainer" {
3325
3505
  mParameters?: object
3326
3506
  ): this;
3327
3507
  /**
3328
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3329
- *
3330
3508
  * Fires event {@link #event:select select} to attached listeners.
3331
3509
  *
3332
3510
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
3333
3511
  * event object. The return value of this method indicates whether the default action should be executed.
3334
3512
  *
3513
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3514
+ *
3335
3515
  * @returns Whether or not to prevent the default action
3336
3516
  */
3337
3517
  fireSelect(
@@ -3345,6 +3525,7 @@ declare module "sap/me/TabContainer" {
3345
3525
  *
3346
3526
  * The number to display in the badge for the attachments tab
3347
3527
  *
3528
+ *
3348
3529
  * @returns Value of property `badgeAttachments`
3349
3530
  */
3350
3531
  getBadgeAttachments(): int;
@@ -3353,6 +3534,7 @@ declare module "sap/me/TabContainer" {
3353
3534
  *
3354
3535
  * The number to display in the badge for the info tab
3355
3536
  *
3537
+ *
3356
3538
  * @returns Value of property `badgeInfo`
3357
3539
  */
3358
3540
  getBadgeInfo(): int;
@@ -3361,6 +3543,7 @@ declare module "sap/me/TabContainer" {
3361
3543
  *
3362
3544
  * The number to display in the badge for the notes tab
3363
3545
  *
3546
+ *
3364
3547
  * @returns Value of property `badgeNotes`
3365
3548
  */
3366
3549
  getBadgeNotes(): int;
@@ -3369,6 +3552,7 @@ declare module "sap/me/TabContainer" {
3369
3552
  *
3370
3553
  * The number to display in the badge for the people tab
3371
3554
  *
3555
+ *
3372
3556
  * @returns Value of property `badgePeople`
3373
3557
  */
3374
3558
  getBadgePeople(): int;
@@ -3403,6 +3587,7 @@ declare module "sap/me/TabContainer" {
3403
3587
  *
3404
3588
  * Default value is `true`.
3405
3589
  *
3590
+ *
3406
3591
  * @returns Value of property `expandable`
3407
3592
  */
3408
3593
  getExpandable(): boolean;
@@ -3413,6 +3598,7 @@ declare module "sap/me/TabContainer" {
3413
3598
  *
3414
3599
  * Default value is `true`.
3415
3600
  *
3601
+ *
3416
3602
  * @returns Value of property `expanded`
3417
3603
  */
3418
3604
  getExpanded(): boolean;
@@ -3421,6 +3607,7 @@ declare module "sap/me/TabContainer" {
3421
3607
  *
3422
3608
  * Return the index of the selected tab
3423
3609
  *
3610
+ *
3424
3611
  * @returns Value of property `selectedTab`
3425
3612
  */
3426
3613
  getSelectedTab(): int;
@@ -3431,6 +3618,7 @@ declare module "sap/me/TabContainer" {
3431
3618
  *
3432
3619
  * Default value is `true`.
3433
3620
  *
3621
+ *
3434
3622
  * @returns Value of property `visible`
3435
3623
  */
3436
3624
  getVisible(): boolean;
@@ -3441,6 +3629,7 @@ declare module "sap/me/TabContainer" {
3441
3629
  *
3442
3630
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3443
3631
  *
3632
+ *
3444
3633
  * @returns Reference to `this` in order to allow method chaining
3445
3634
  */
3446
3635
  setBadgeAttachments(
@@ -3456,6 +3645,7 @@ declare module "sap/me/TabContainer" {
3456
3645
  *
3457
3646
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3458
3647
  *
3648
+ *
3459
3649
  * @returns Reference to `this` in order to allow method chaining
3460
3650
  */
3461
3651
  setBadgeInfo(
@@ -3471,6 +3661,7 @@ declare module "sap/me/TabContainer" {
3471
3661
  *
3472
3662
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3473
3663
  *
3664
+ *
3474
3665
  * @returns Reference to `this` in order to allow method chaining
3475
3666
  */
3476
3667
  setBadgeNotes(
@@ -3486,6 +3677,7 @@ declare module "sap/me/TabContainer" {
3486
3677
  *
3487
3678
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3488
3679
  *
3680
+ *
3489
3681
  * @returns Reference to `this` in order to allow method chaining
3490
3682
  */
3491
3683
  setBadgePeople(
@@ -3497,6 +3689,7 @@ declare module "sap/me/TabContainer" {
3497
3689
  /**
3498
3690
  * Sets the aggregated {@link #getContentAttachments contentAttachments}.
3499
3691
  *
3692
+ *
3500
3693
  * @returns Reference to `this` in order to allow method chaining
3501
3694
  */
3502
3695
  setContentAttachments(
@@ -3508,6 +3701,7 @@ declare module "sap/me/TabContainer" {
3508
3701
  /**
3509
3702
  * Sets the aggregated {@link #getContentInfo contentInfo}.
3510
3703
  *
3704
+ *
3511
3705
  * @returns Reference to `this` in order to allow method chaining
3512
3706
  */
3513
3707
  setContentInfo(
@@ -3519,6 +3713,7 @@ declare module "sap/me/TabContainer" {
3519
3713
  /**
3520
3714
  * Sets the aggregated {@link #getContentNotes contentNotes}.
3521
3715
  *
3716
+ *
3522
3717
  * @returns Reference to `this` in order to allow method chaining
3523
3718
  */
3524
3719
  setContentNotes(
@@ -3530,6 +3725,7 @@ declare module "sap/me/TabContainer" {
3530
3725
  /**
3531
3726
  * Sets the aggregated {@link #getContentPeople contentPeople}.
3532
3727
  *
3728
+ *
3533
3729
  * @returns Reference to `this` in order to allow method chaining
3534
3730
  */
3535
3731
  setContentPeople(
@@ -3547,6 +3743,7 @@ declare module "sap/me/TabContainer" {
3547
3743
  *
3548
3744
  * Default value is `true`.
3549
3745
  *
3746
+ *
3550
3747
  * @returns Reference to `this` in order to allow method chaining
3551
3748
  */
3552
3749
  setExpandable(
@@ -3564,6 +3761,7 @@ declare module "sap/me/TabContainer" {
3564
3761
  *
3565
3762
  * Default value is `true`.
3566
3763
  *
3764
+ *
3567
3765
  * @returns Reference to `this` in order to allow method chaining
3568
3766
  */
3569
3767
  setExpanded(
@@ -3579,6 +3777,7 @@ declare module "sap/me/TabContainer" {
3579
3777
  *
3580
3778
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3581
3779
  *
3780
+ *
3582
3781
  * @returns Reference to `this` in order to allow method chaining
3583
3782
  */
3584
3783
  setSelectedTab(
@@ -3596,6 +3795,7 @@ declare module "sap/me/TabContainer" {
3596
3795
  *
3597
3796
  * Default value is `true`.
3598
3797
  *
3798
+ *
3599
3799
  * @returns Reference to `this` in order to allow method chaining
3600
3800
  */
3601
3801
  setVisible(