@sapui5/types 1.120.6 → 1.120.8

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 (51) hide show
  1. package/package.json +1 -1
  2. package/types/sap.ca.ui.d.ts +1 -1
  3. package/types/sap.chart.d.ts +175 -43
  4. package/types/sap.f.d.ts +1484 -843
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +12919 -8169
  15. package/types/sap.makit.d.ts +367 -185
  16. package/types/sap.me.d.ts +229 -35
  17. package/types/sap.ndc.d.ts +40 -9
  18. package/types/sap.sac.df.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +201 -126
  21. package/types/sap.suite.ui.microchart.d.ts +966 -392
  22. package/types/sap.tnt.d.ts +190 -95
  23. package/types/sap.ui.codeeditor.d.ts +46 -17
  24. package/types/sap.ui.commons.d.ts +1992 -668
  25. package/types/sap.ui.comp.d.ts +3653 -2889
  26. package/types/sap.ui.core.d.ts +5281 -3347
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +73 -65
  29. package/types/sap.ui.fl.d.ts +95 -46
  30. package/types/sap.ui.integration.d.ts +446 -387
  31. package/types/sap.ui.layout.d.ts +1116 -634
  32. package/types/sap.ui.mdc.d.ts +1907 -1277
  33. package/types/sap.ui.richtexteditor.d.ts +112 -55
  34. package/types/sap.ui.rta.d.ts +7 -7
  35. package/types/sap.ui.suite.d.ts +42 -10
  36. package/types/sap.ui.support.d.ts +31 -23
  37. package/types/sap.ui.table.d.ts +898 -616
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1834 -1207
  40. package/types/sap.ui.ux3.d.ts +1279 -477
  41. package/types/sap.ui.webc.common.d.ts +7 -5
  42. package/types/sap.ui.webc.fiori.d.ts +836 -213
  43. package/types/sap.ui.webc.main.d.ts +2670 -591
  44. package/types/sap.uiext.inbox.d.ts +207 -36
  45. package/types/sap.ushell.d.ts +1024 -782
  46. package/types/sap.ushell_abap.d.ts +1 -1
  47. package/types/sap.uxap.d.ts +571 -316
  48. package/types/sap.viz.d.ts +4030 -2318
  49. package/types/sap.zen.commons.d.ts +1 -1
  50. package/types/sap.zen.crosstab.d.ts +1 -1
  51. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.6
1
+ // For Library Version: 1.120.8
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -15,9 +15,9 @@ declare module "sap/ui/richtexteditor/library" {
15
15
  TinyMCE6 = "TinyMCE6",
16
16
  }
17
17
  /**
18
- * @since 1.50
19
- *
20
18
  * Interface for controls which are suitable as a Toolbar for RichTextEditor.
19
+ *
20
+ * @since 1.50
21
21
  */
22
22
  export interface IToolbar {
23
23
  __implements__sap_ui_richtexteditor_IToolbar: boolean;
@@ -163,6 +163,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
163
163
  *
164
164
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
165
165
  *
166
+ *
166
167
  * @returns Created class / constructor function
167
168
  */
168
169
  static extend<T extends Record<string, unknown>>(
@@ -183,14 +184,15 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
183
184
  /**
184
185
  * Returns a metadata object for class sap.ui.richtexteditor.RichTextEditor.
185
186
  *
187
+ *
186
188
  * @returns Metadata object describing this class
187
189
  */
188
190
  static getMetadata(): ElementMetadata;
189
191
  /**
190
- * @since 1.76.0
191
- *
192
192
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
193
193
  *
194
+ * @since 1.76.0
195
+ *
194
196
  * @returns Reference to `this` in order to allow method chaining
195
197
  */
196
198
  addAriaLabelledBy(
@@ -204,6 +206,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
204
206
  * button group needs to be changed, it first needs to be removed and then added by providing its name or
205
207
  * map object, containing its desired configuration.
206
208
  *
209
+ *
207
210
  * @returns Control instance (for method chaining)
208
211
  */
209
212
  addButtonGroup(
@@ -241,10 +244,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
241
244
  | string
242
245
  ): RichTextEditor;
243
246
  /**
244
- * @since 1.48
245
- *
246
247
  * Adds some customButton to the aggregation {@link #getCustomButtons customButtons}.
247
248
  *
249
+ * @since 1.48
250
+ *
248
251
  * @returns Reference to `this` in order to allow method chaining
249
252
  */
250
253
  addCustomButton(
@@ -256,6 +259,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
256
259
  /**
257
260
  * Allows to add a plugin (that must already be installed on the server) to the RichTextEditor.
258
261
  *
262
+ *
259
263
  * @returns Control instance (for method chaining)
260
264
  */
261
265
  addPlugin(
@@ -278,6 +282,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
278
282
  * have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
279
283
  * issues between TinyMCE and `RichTextEditor` control.
280
284
  *
285
+ *
281
286
  * @returns Reference to `this` in order to allow method chaining
282
287
  */
283
288
  attachBeforeEditorInit(
@@ -310,6 +315,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
310
315
  * have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
311
316
  * issues between TinyMCE and `RichTextEditor` control.
312
317
  *
318
+ *
313
319
  * @returns Reference to `this` in order to allow method chaining
314
320
  */
315
321
  attachBeforeEditorInit(
@@ -332,6 +338,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
332
338
  * Event is fired when the text in the field has changed AND the focus leaves the editor or when the Enter
333
339
  * key is pressed.
334
340
  *
341
+ *
335
342
  * @returns Reference to `this` in order to allow method chaining
336
343
  */
337
344
  attachChange(
@@ -359,6 +366,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
359
366
  * Event is fired when the text in the field has changed AND the focus leaves the editor or when the Enter
360
367
  * key is pressed.
361
368
  *
369
+ *
362
370
  * @returns Reference to `this` in order to allow method chaining
363
371
  */
364
372
  attachChange(
@@ -380,6 +388,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
380
388
  *
381
389
  * Fired when the used editor is loaded and ready (its HTML is also created).
382
390
  *
391
+ *
383
392
  * @returns Reference to `this` in order to allow method chaining
384
393
  */
385
394
  attachReady(
@@ -406,6 +415,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
406
415
  *
407
416
  * Fired when the used editor is loaded and ready (its HTML is also created).
408
417
  *
418
+ *
409
419
  * @returns Reference to `this` in order to allow method chaining
410
420
  */
411
421
  attachReady(
@@ -429,6 +439,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
429
439
  * Analogous to the ready event, the event is fired when the used editor is loaded and ready. But the event
430
440
  * is fired after every time the control is ready to use and not only once like the ready event.
431
441
  *
442
+ *
432
443
  * @returns Reference to `this` in order to allow method chaining
433
444
  */
434
445
  attachReadyRecurring(
@@ -457,6 +468,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
457
468
  * Analogous to the ready event, the event is fired when the used editor is loaded and ready. But the event
458
469
  * is fired after every time the control is ready to use and not only once like the ready event.
459
470
  *
471
+ *
460
472
  * @returns Reference to `this` in order to allow method chaining
461
473
  */
462
474
  attachReadyRecurring(
@@ -471,10 +483,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
471
483
  oListener?: object
472
484
  ): this;
473
485
  /**
474
- * @since 1.48
475
- *
476
486
  * Destroys all the customButtons in the aggregation {@link #getCustomButtons customButtons}.
477
487
  *
488
+ * @since 1.48
489
+ *
478
490
  * @returns Reference to `this` in order to allow method chaining
479
491
  */
480
492
  destroyCustomButtons(): this;
@@ -484,6 +496,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
484
496
  *
485
497
  * The passed function and listener object must match the ones used for event registration.
486
498
  *
499
+ *
487
500
  * @returns Reference to `this` in order to allow method chaining
488
501
  */
489
502
  detachBeforeEditorInit(
@@ -501,6 +514,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
501
514
  *
502
515
  * The passed function and listener object must match the ones used for event registration.
503
516
  *
517
+ *
504
518
  * @returns Reference to `this` in order to allow method chaining
505
519
  */
506
520
  detachChange(
@@ -518,6 +532,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
518
532
  *
519
533
  * The passed function and listener object must match the ones used for event registration.
520
534
  *
535
+ *
521
536
  * @returns Reference to `this` in order to allow method chaining
522
537
  */
523
538
  detachReady(
@@ -536,6 +551,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
536
551
  *
537
552
  * The passed function and listener object must match the ones used for event registration.
538
553
  *
554
+ *
539
555
  * @returns Reference to `this` in order to allow method chaining
540
556
  */
541
557
  detachReadyRecurring(
@@ -549,10 +565,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
549
565
  oListener?: object
550
566
  ): this;
551
567
  /**
552
- * @ui5-protected Do not call from applications (only from related classes in the framework)
553
- *
554
568
  * Fires event {@link #event:beforeEditorInit beforeEditorInit} to attached listeners.
555
569
  *
570
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
571
+ *
556
572
  * @returns Reference to `this` in order to allow method chaining
557
573
  */
558
574
  fireBeforeEditorInit(
@@ -562,10 +578,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
562
578
  mParameters?: object
563
579
  ): this;
564
580
  /**
565
- * @ui5-protected Do not call from applications (only from related classes in the framework)
566
- *
567
581
  * Fires event {@link #event:change change} to attached listeners.
568
582
  *
583
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
584
+ *
569
585
  * @returns Reference to `this` in order to allow method chaining
570
586
  */
571
587
  fireChange(
@@ -575,10 +591,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
575
591
  mParameters?: RichTextEditor$ChangeEventParameters
576
592
  ): this;
577
593
  /**
578
- * @ui5-protected Do not call from applications (only from related classes in the framework)
579
- *
580
594
  * Fires event {@link #event:ready ready} to attached listeners.
581
595
  *
596
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
597
+ *
582
598
  * @returns Reference to `this` in order to allow method chaining
583
599
  */
584
600
  fireReady(
@@ -588,10 +604,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
588
604
  mParameters?: object
589
605
  ): this;
590
606
  /**
591
- * @ui5-protected Do not call from applications (only from related classes in the framework)
592
- *
593
607
  * Fires event {@link #event:readyRecurring readyRecurring} to attached listeners.
594
608
  *
609
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
610
+ *
595
611
  * @returns Reference to `this` in order to allow method chaining
596
612
  */
597
613
  fireReadyRecurring(
@@ -601,9 +617,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
601
617
  mParameters?: object
602
618
  ): this;
603
619
  /**
604
- * @since 1.76.0
605
- *
606
620
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
621
+ *
622
+ * @since 1.76.0
607
623
  */
608
624
  getAriaLabelledBy(): ID[];
609
625
  /**
@@ -620,22 +636,21 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
620
636
  *
621
637
  * Default value is `[]`.
622
638
  *
639
+ *
623
640
  * @returns Value of property `buttonGroups`
624
641
  */
625
642
  getButtonGroups(): object[];
626
643
  /**
627
- * @since 1.48
628
- *
629
644
  * Gets content of aggregation {@link #getCustomButtons customButtons}.
630
645
  *
631
646
  * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
632
647
  * only sap.m.Button is allowed. **Note:** customButtons are available only when the customToolbar is enabled
633
648
  * and all the requirements are fulfilled.
649
+ *
650
+ * @since 1.48
634
651
  */
635
652
  getCustomButtons(): Control[];
636
653
  /**
637
- * @since 1.48
638
- *
639
654
  * Gets current value of property {@link #getCustomToolbar customToolbar}.
640
655
  *
641
656
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
@@ -645,6 +660,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
645
660
  *
646
661
  * Default value is `false`.
647
662
  *
663
+ * @since 1.48
664
+ *
648
665
  * @returns Value of property `customToolbar`
649
666
  */
650
667
  getCustomToolbar(): boolean;
@@ -656,12 +673,11 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
656
673
  *
657
674
  * Default value is `true`.
658
675
  *
676
+ *
659
677
  * @returns Value of property `editable`
660
678
  */
661
679
  getEditable(): boolean;
662
680
  /**
663
- * @deprecated (since 1.25.0) - The editorLocation is set implicitly when choosing the editorType.
664
- *
665
681
  * Gets current value of property {@link #getEditorLocation editorLocation}.
666
682
  *
667
683
  * Relative or absolute URL where the editor is available. Must be on the same server. **Note:** Any attempts
@@ -669,6 +685,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
669
685
  *
670
686
  * Default value is `'js/tiny_mce6/tinymce.js'`.
671
687
  *
688
+ * @deprecated (since 1.25.0) - The editorLocation is set implicitly when choosing the editorType.
689
+ *
672
690
  * @returns Value of property `editorLocation`
673
691
  */
674
692
  getEditorLocation(): string;
@@ -695,6 +713,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
695
713
  *
696
714
  * Default value is `'TinyMCE'`.
697
715
  *
716
+ *
698
717
  * @returns Value of property `editorType`
699
718
  */
700
719
  getEditorType(): string;
@@ -705,6 +724,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
705
724
  * than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
706
725
  * is used, the height property is not taken into account.
707
726
  *
727
+ *
708
728
  * @returns Value of property `height`
709
729
  */
710
730
  getHeight(): CSSSize;
@@ -713,6 +733,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
713
733
  * editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
714
734
  * justified cases.
715
735
  *
736
+ *
716
737
  * @returns The native editor object (here: The TinyMCE editor instance)
717
738
  */
718
739
  getNativeApi(): object;
@@ -724,6 +745,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
724
745
  *
725
746
  * Default value is `[]`.
726
747
  *
748
+ *
727
749
  * @returns Value of property `plugins`
728
750
  */
729
751
  getPlugins(): object[];
@@ -734,6 +756,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
734
756
  *
735
757
  * Default value is `false`.
736
758
  *
759
+ *
737
760
  * @returns Value of property `required`
738
761
  */
739
762
  getRequired(): boolean;
@@ -745,6 +768,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
745
768
  *
746
769
  * Default value is `true`.
747
770
  *
771
+ *
748
772
  * @returns Value of property `sanitizeValue`
749
773
  */
750
774
  getSanitizeValue(): boolean;
@@ -758,6 +782,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
758
782
  *
759
783
  * Default value is `true`.
760
784
  *
785
+ *
761
786
  * @returns Value of property `showGroupClipboard`
762
787
  */
763
788
  getShowGroupClipboard(): boolean;
@@ -771,6 +796,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
771
796
  *
772
797
  * Default value is `false`.
773
798
  *
799
+ *
774
800
  * @returns Value of property `showGroupFont`
775
801
  */
776
802
  getShowGroupFont(): boolean;
@@ -784,6 +810,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
784
810
  *
785
811
  * Default value is `true`.
786
812
  *
813
+ *
787
814
  * @returns Value of property `showGroupFontStyle`
788
815
  */
789
816
  getShowGroupFontStyle(): boolean;
@@ -797,6 +824,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
797
824
  *
798
825
  * Default value is `false`.
799
826
  *
827
+ *
800
828
  * @returns Value of property `showGroupInsert`
801
829
  */
802
830
  getShowGroupInsert(): boolean;
@@ -810,6 +838,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
810
838
  *
811
839
  * Default value is `false`.
812
840
  *
841
+ *
813
842
  * @returns Value of property `showGroupLink`
814
843
  */
815
844
  getShowGroupLink(): boolean;
@@ -823,6 +852,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
823
852
  *
824
853
  * Default value is `true`.
825
854
  *
855
+ *
826
856
  * @returns Value of property `showGroupStructure`
827
857
  */
828
858
  getShowGroupStructure(): boolean;
@@ -836,6 +866,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
836
866
  *
837
867
  * Default value is `true`.
838
868
  *
869
+ *
839
870
  * @returns Value of property `showGroupTextAlign`
840
871
  */
841
872
  getShowGroupTextAlign(): boolean;
@@ -849,6 +880,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
849
880
  *
850
881
  * Default value is `false`.
851
882
  *
883
+ *
852
884
  * @returns Value of property `showGroupUndo`
853
885
  */
854
886
  getShowGroupUndo(): boolean;
@@ -859,12 +891,11 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
859
891
  *
860
892
  * Default value is `Inherit`.
861
893
  *
894
+ *
862
895
  * @returns Value of property `textDirection`
863
896
  */
864
897
  getTextDirection(): TextDirection | keyof typeof TextDirection;
865
898
  /**
866
- * @deprecated (since 1.97.0) - This property became obsolete after the deprecation of TinyMCE v3.
867
- *
868
899
  * Gets current value of property {@link #getUseLegacyTheme useLegacyTheme}.
869
900
  *
870
901
  * Determines whether or not to use the legacy theme for the toolbar buttons. If this is set to false, the
@@ -874,6 +905,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
874
905
  *
875
906
  * Default value is `true`.
876
907
  *
908
+ * @deprecated (since 1.97.0) - This property became obsolete after the deprecation of TinyMCE v3.
909
+ *
877
910
  * @returns Value of property `useLegacyTheme`
878
911
  */
879
912
  getUseLegacyTheme(): boolean;
@@ -887,6 +920,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
887
920
  *
888
921
  * Default value is `empty string`.
889
922
  *
923
+ *
890
924
  * @returns Value of property `value`
891
925
  */
892
926
  getValue(): string;
@@ -895,6 +929,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
895
929
  *
896
930
  * Width of RichTextEditor control in CSS units.
897
931
  *
932
+ *
898
933
  * @returns Value of property `width`
899
934
  */
900
935
  getWidth(): CSSSize;
@@ -906,15 +941,16 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
906
941
  *
907
942
  * Default value is `true`.
908
943
  *
944
+ *
909
945
  * @returns Value of property `wrapping`
910
946
  */
911
947
  getWrapping(): boolean;
912
948
  /**
913
- * @since 1.48
914
- *
915
949
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCustomButtons customButtons}.
916
950
  * and returns its index if found or -1 otherwise.
917
951
  *
952
+ * @since 1.48
953
+ *
918
954
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
919
955
  */
920
956
  indexOfCustomButton(
@@ -924,10 +960,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
924
960
  oCustomButton: Control
925
961
  ): int;
926
962
  /**
927
- * @since 1.48
928
- *
929
963
  * Inserts a customButton into the aggregation {@link #getCustomButtons customButtons}.
930
964
  *
965
+ * @since 1.48
966
+ *
931
967
  * @returns Reference to `this` in order to allow method chaining
932
968
  */
933
969
  insertCustomButton(
@@ -943,28 +979,28 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
943
979
  iIndex: int
944
980
  ): this;
945
981
  /**
946
- * @since 1.76.0
947
- *
948
982
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
949
983
  *
984
+ * @since 1.76.0
985
+ *
950
986
  * @returns An array of the removed elements (might be empty)
951
987
  */
952
988
  removeAllAriaLabelledBy(): ID[];
953
989
  /**
954
- * @since 1.48
955
- *
956
990
  * Removes all the controls from the aggregation {@link #getCustomButtons customButtons}.
957
991
  *
958
992
  * Additionally, it unregisters them from the hosting UIArea.
959
993
  *
994
+ * @since 1.48
995
+ *
960
996
  * @returns An array of the removed elements (might be empty)
961
997
  */
962
998
  removeAllCustomButtons(): Control[];
963
999
  /**
964
- * @since 1.76.0
965
- *
966
1000
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
967
1001
  *
1002
+ * @since 1.76.0
1003
+ *
968
1004
  * @returns The removed ariaLabelledBy or `null`
969
1005
  */
970
1006
  removeAriaLabelledBy(
@@ -976,6 +1012,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
976
1012
  /**
977
1013
  * Removes a button group from the editor.
978
1014
  *
1015
+ *
979
1016
  * @returns Control instance (for method chaining)
980
1017
  */
981
1018
  removeButtonGroup(
@@ -985,10 +1022,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
985
1022
  sGroupName?: string
986
1023
  ): RichTextEditor;
987
1024
  /**
988
- * @since 1.48
989
- *
990
1025
  * Removes a customButton from the aggregation {@link #getCustomButtons customButtons}.
991
1026
  *
1027
+ * @since 1.48
1028
+ *
992
1029
  * @returns The removed customButton or `null`
993
1030
  */
994
1031
  removeCustomButton(
@@ -1000,6 +1037,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1000
1037
  /**
1001
1038
  * Removes the plugin with the given name/ID from the list of plugins to load
1002
1039
  *
1040
+ *
1003
1041
  * @returns Control instance (for method chaining)
1004
1042
  */
1005
1043
  removePlugin(
@@ -1011,6 +1049,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1011
1049
  /**
1012
1050
  * Sets the button groups to the editor.
1013
1051
  *
1052
+ *
1014
1053
  * @returns Control instance (for method chaining)
1015
1054
  */
1016
1055
  setButtonGroups(
@@ -1020,8 +1059,6 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1020
1059
  aGroups?: any[]
1021
1060
  ): RichTextEditor;
1022
1061
  /**
1023
- * @since 1.48
1024
- *
1025
1062
  * Sets a new value for property {@link #getCustomToolbar customToolbar}.
1026
1063
  *
1027
1064
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
@@ -1033,6 +1070,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1033
1070
  *
1034
1071
  * Default value is `false`.
1035
1072
  *
1073
+ * @since 1.48
1074
+ *
1036
1075
  * @returns Reference to `this` in order to allow method chaining
1037
1076
  */
1038
1077
  setCustomToolbar(
@@ -1051,6 +1090,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1051
1090
  *
1052
1091
  * Default value is `true`.
1053
1092
  *
1093
+ *
1054
1094
  * @returns Reference to `this` in order to allow method chaining
1055
1095
  */
1056
1096
  setEditable(
@@ -1060,8 +1100,6 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1060
1100
  bEditable?: boolean
1061
1101
  ): this;
1062
1102
  /**
1063
- * @deprecated (since 1.25.0) - The editorLocation is set implicitly when choosing the editorType.
1064
- *
1065
1103
  * Sets a new value for property {@link #getEditorLocation editorLocation}.
1066
1104
  *
1067
1105
  * Relative or absolute URL where the editor is available. Must be on the same server. **Note:** Any attempts
@@ -1071,6 +1109,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1071
1109
  *
1072
1110
  * Default value is `'js/tiny_mce6/tinymce.js'`.
1073
1111
  *
1112
+ * @deprecated (since 1.25.0) - The editorLocation is set implicitly when choosing the editorType.
1113
+ *
1074
1114
  * @returns Reference to `this` in order to allow method chaining
1075
1115
  */
1076
1116
  setEditorLocation(
@@ -1083,6 +1123,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1083
1123
  * Switches the editor type and sets the default settings for the editor. All plugins and button groups
1084
1124
  * should be set after this has been invoked
1085
1125
  *
1126
+ *
1086
1127
  * @returns Control instance (for method chaining)
1087
1128
  */
1088
1129
  setEditorType(
@@ -1100,6 +1141,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1100
1141
  *
1101
1142
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1102
1143
  *
1144
+ *
1103
1145
  * @returns Reference to `this` in order to allow method chaining
1104
1146
  */
1105
1147
  setHeight(
@@ -1111,6 +1153,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1111
1153
  /**
1112
1154
  * Sets the plugins to the editor.
1113
1155
  *
1156
+ *
1114
1157
  * @returns Control instance (for method chaining)
1115
1158
  */
1116
1159
  setPlugins(
@@ -1128,6 +1171,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1128
1171
  *
1129
1172
  * Default value is `false`.
1130
1173
  *
1174
+ *
1131
1175
  * @returns Reference to `this` in order to allow method chaining
1132
1176
  */
1133
1177
  setRequired(
@@ -1146,6 +1190,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1146
1190
  *
1147
1191
  * Default value is `true`.
1148
1192
  *
1193
+ *
1149
1194
  * @returns Reference to `this` in order to allow method chaining
1150
1195
  */
1151
1196
  setSanitizeValue(
@@ -1166,6 +1211,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1166
1211
  *
1167
1212
  * Default value is `true`.
1168
1213
  *
1214
+ *
1169
1215
  * @returns Reference to `this` in order to allow method chaining
1170
1216
  */
1171
1217
  setShowGroupClipboard(
@@ -1186,6 +1232,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1186
1232
  *
1187
1233
  * Default value is `false`.
1188
1234
  *
1235
+ *
1189
1236
  * @returns Reference to `this` in order to allow method chaining
1190
1237
  */
1191
1238
  setShowGroupFont(
@@ -1206,6 +1253,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1206
1253
  *
1207
1254
  * Default value is `true`.
1208
1255
  *
1256
+ *
1209
1257
  * @returns Reference to `this` in order to allow method chaining
1210
1258
  */
1211
1259
  setShowGroupFontStyle(
@@ -1226,6 +1274,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1226
1274
  *
1227
1275
  * Default value is `false`.
1228
1276
  *
1277
+ *
1229
1278
  * @returns Reference to `this` in order to allow method chaining
1230
1279
  */
1231
1280
  setShowGroupInsert(
@@ -1246,6 +1295,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1246
1295
  *
1247
1296
  * Default value is `false`.
1248
1297
  *
1298
+ *
1249
1299
  * @returns Reference to `this` in order to allow method chaining
1250
1300
  */
1251
1301
  setShowGroupLink(
@@ -1266,6 +1316,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1266
1316
  *
1267
1317
  * Default value is `true`.
1268
1318
  *
1319
+ *
1269
1320
  * @returns Reference to `this` in order to allow method chaining
1270
1321
  */
1271
1322
  setShowGroupStructure(
@@ -1286,6 +1337,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1286
1337
  *
1287
1338
  * Default value is `true`.
1288
1339
  *
1340
+ *
1289
1341
  * @returns Reference to `this` in order to allow method chaining
1290
1342
  */
1291
1343
  setShowGroupTextAlign(
@@ -1306,6 +1358,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1306
1358
  *
1307
1359
  * Default value is `false`.
1308
1360
  *
1361
+ *
1309
1362
  * @returns Reference to `this` in order to allow method chaining
1310
1363
  */
1311
1364
  setShowGroupUndo(
@@ -1323,6 +1376,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1323
1376
  *
1324
1377
  * Default value is `Inherit`.
1325
1378
  *
1379
+ *
1326
1380
  * @returns Reference to `this` in order to allow method chaining
1327
1381
  */
1328
1382
  setTextDirection(
@@ -1332,8 +1386,6 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1332
1386
  sTextDirection?: TextDirection | keyof typeof TextDirection
1333
1387
  ): this;
1334
1388
  /**
1335
- * @deprecated (since 1.97.0) - This property became obsolete after the deprecation of TinyMCE v3.
1336
- *
1337
1389
  * Sets a new value for property {@link #getUseLegacyTheme useLegacyTheme}.
1338
1390
  *
1339
1391
  * Determines whether or not to use the legacy theme for the toolbar buttons. If this is set to false, the
@@ -1345,6 +1397,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1345
1397
  *
1346
1398
  * Default value is `true`.
1347
1399
  *
1400
+ * @deprecated (since 1.97.0) - This property became obsolete after the deprecation of TinyMCE v3.
1401
+ *
1348
1402
  * @returns Reference to `this` in order to allow method chaining
1349
1403
  */
1350
1404
  setUseLegacyTheme(
@@ -1365,6 +1419,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1365
1419
  *
1366
1420
  * Default value is `empty string`.
1367
1421
  *
1422
+ *
1368
1423
  * @returns Reference to `this` in order to allow method chaining
1369
1424
  */
1370
1425
  setValue(
@@ -1380,6 +1435,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1380
1435
  *
1381
1436
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1382
1437
  *
1438
+ *
1383
1439
  * @returns Reference to `this` in order to allow method chaining
1384
1440
  */
1385
1441
  setWidth(
@@ -1398,6 +1454,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1398
1454
  *
1399
1455
  * Default value is `true`.
1400
1456
  *
1457
+ *
1401
1458
  * @returns Reference to `this` in order to allow method chaining
1402
1459
  */
1403
1460
  setWrapping(
@@ -1459,10 +1516,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1459
1516
  editorType?: string | PropertyBindingInfo;
1460
1517
 
1461
1518
  /**
1462
- * @deprecated (since 1.25.0) - The editorLocation is set implicitly when choosing the editorType.
1463
- *
1464
1519
  * Relative or absolute URL where the editor is available. Must be on the same server. **Note:** Any attempts
1465
1520
  * to set this property after the first rendering will not have any effect.
1521
+ *
1522
+ * @deprecated (since 1.25.0) - The editorLocation is set implicitly when choosing the editorType.
1466
1523
  */
1467
1524
  editorLocation?: string | PropertyBindingInfo;
1468
1525
 
@@ -1560,12 +1617,12 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1560
1617
  plugins?: object[] | PropertyBindingInfo | `{${string}}`;
1561
1618
 
1562
1619
  /**
1563
- * @deprecated (since 1.97.0) - This property became obsolete after the deprecation of TinyMCE v3.
1564
- *
1565
1620
  * Determines whether or not to use the legacy theme for the toolbar buttons. If this is set to false, the
1566
1621
  * default theme for the editor will be used (which might change slightly with every update). The legacy
1567
1622
  * theme has the disadvantage that not all functionality has its own icon, so using non default buttons
1568
1623
  * might lead to invisible buttons with the legacy theme - use the default editor theme in this case.
1624
+ *
1625
+ * @deprecated (since 1.97.0) - This property became obsolete after the deprecation of TinyMCE v3.
1569
1626
  */
1570
1627
  useLegacyTheme?: boolean | PropertyBindingInfo | `{${string}}`;
1571
1628
 
@@ -1582,21 +1639,21 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1582
1639
  buttonGroups?: object[] | PropertyBindingInfo | `{${string}}`;
1583
1640
 
1584
1641
  /**
1585
- * @since 1.48
1586
- *
1587
1642
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
1588
1643
  * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
1589
1644
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
1590
1645
  * loaded toolbar.
1646
+ *
1647
+ * @since 1.48
1591
1648
  */
1592
1649
  customToolbar?: boolean | PropertyBindingInfo | `{${string}}`;
1593
1650
 
1594
1651
  /**
1595
- * @since 1.48
1596
- *
1597
1652
  * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
1598
1653
  * only sap.m.Button is allowed. **Note:** customButtons are available only when the customToolbar is enabled
1599
1654
  * and all the requirements are fulfilled.
1655
+ *
1656
+ * @since 1.48
1600
1657
  */
1601
1658
  customButtons?:
1602
1659
  | Control[]
@@ -1605,9 +1662,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1605
1662
  | `{${string}}`;
1606
1663
 
1607
1664
  /**
1608
- * @since 1.76.0
1609
- *
1610
1665
  * Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
1666
+ *
1667
+ * @since 1.76.0
1611
1668
  */
1612
1669
  ariaLabelledBy?: Array<Control | string>;
1613
1670