@sapui5/ts-types-esm 1.96.27 → 1.96.28

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 (52) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -2
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.common.d.ts +1 -1
  6. package/types/sap.fe.core.d.ts +1 -1
  7. package/types/{sap.fe.macros-1.96.21-esm-d.ts → sap.fe.macros-1.96.22-esm-d.ts} +1 -1
  8. package/types/sap.fe.navigation.d.ts +1 -1
  9. package/types/sap.fe.placeholder-1.96.22-esm-d.ts +3 -0
  10. package/types/sap.fe.plugins.d.ts +1 -1
  11. package/types/sap.fe.semantics.d.ts +1 -1
  12. package/types/sap.fe.templates.d.ts +1 -1
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.fe.tools.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +8 -2
  16. package/types/sap.m.d.ts +1 -1
  17. package/types/sap.makit.d.ts +1 -1
  18. package/types/sap.me.d.ts +1 -1
  19. package/types/sap.ndc.d.ts +35 -2
  20. package/types/sap.ovp.d.ts +1 -1
  21. package/types/sap.sac.grid.d.ts +1 -1
  22. package/types/sap.suite.ui.commons.d.ts +1 -1
  23. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  24. package/types/sap.suite.ui.microchart.d.ts +1 -1
  25. package/types/sap.tnt.d.ts +1 -1
  26. package/types/sap.ui.codeeditor.d.ts +1 -1
  27. package/types/sap.ui.commons.d.ts +1 -1
  28. package/types/sap.ui.comp.d.ts +2 -2
  29. package/types/sap.ui.core.d.ts +1 -1
  30. package/types/sap.ui.dt.d.ts +1 -1
  31. package/types/sap.ui.export.d.ts +3 -3
  32. package/types/sap.ui.fl.d.ts +1 -1
  33. package/types/sap.ui.integration.d.ts +1 -1
  34. package/types/sap.ui.layout.d.ts +1 -1
  35. package/types/sap.ui.mdc.d.ts +1 -1
  36. package/types/sap.ui.richtexteditor.d.ts +184 -57
  37. package/types/sap.ui.rta.d.ts +1 -1
  38. package/types/sap.ui.suite.d.ts +1 -1
  39. package/types/sap.ui.support.d.ts +6 -6
  40. package/types/sap.ui.table.d.ts +1 -1
  41. package/types/sap.ui.testrecorder.d.ts +1 -1
  42. package/types/sap.ui.unified.d.ts +1 -1
  43. package/types/sap.ui.ux3.d.ts +1 -1
  44. package/types/sap.uiext.inbox.d.ts +1 -1
  45. package/types/sap.ushell.d.ts +1 -1
  46. package/types/sap.ushell_abap.d.ts +1 -1
  47. package/types/sap.uxap.d.ts +1 -1
  48. package/types/sap.viz.d.ts +1 -1
  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
  52. package/types/sap.fe.placeholder-1.96.21-esm-d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.96.27",
3
+ "version": "1.96.28",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -35,9 +35,9 @@
35
35
  /// <reference path="./sap.esh.search.ui.d.ts"/>
36
36
  /// <reference path="./sap.fe.common.d.ts"/>
37
37
  /// <reference path="./sap.fe.core.d.ts"/>
38
- /// <reference path="./sap.fe.macros-1.96.21-esm-d.ts"/>
38
+ /// <reference path="./sap.fe.macros-1.96.22-esm-d.ts"/>
39
39
  /// <reference path="./sap.fe.navigation.d.ts"/>
40
- /// <reference path="./sap.fe.placeholder-1.96.21-esm-d.ts"/>
40
+ /// <reference path="./sap.fe.placeholder-1.96.22-esm-d.ts"/>
41
41
  /// <reference path="./sap.fe.plugins.d.ts"/>
42
42
  /// <reference path="./sap.fe.semantics.d.ts"/>
43
43
  /// <reference path="./sap.fe.templates.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare module "sap/fe/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare module "sap/fe/core/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.21
1
+ // For Library Version: 1.96.22
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.96.22
2
+
3
+ declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.22
1
+ // For Library Version: 1.96.23
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.15
1
+ // For Library Version: 1.96.16
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  /**
@@ -38076,7 +38076,13 @@ declare module "sap/gantt/simple/GanttPrinting" {
38076
38076
  /**
38077
38077
  * Opens the print dialog.
38078
38078
  */
38079
- open(): Promise<any>;
38079
+ open(
38080
+ /**
38081
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
38082
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
38083
+ */
38084
+ fnUpdateTable: Function
38085
+ ): Promise<any>;
38080
38086
  /**
38081
38087
  * Sets the Gantt chart to be exported as PDF.
38082
38088
  */
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -116,6 +116,7 @@ declare module "sap/ndc/BarcodeScanner" {
116
116
  * true,
117
117
  * 30,
118
118
  * 1,
119
+ * false,
119
120
  * false
120
121
  * );
121
122
  * });
@@ -153,7 +154,11 @@ declare module "sap/ndc/BarcodeScanner" {
153
154
  /**
154
155
  * Flag, which defines whether the camera should be used for scanning in Zebra Enterprise Browser.
155
156
  */
156
- keepCameraScan?: boolean
157
+ keepCameraScan?: boolean,
158
+ /**
159
+ * Flag, which defines whether the Barcode input dialog should be shown.
160
+ */
161
+ disableBarcodeInputDialog?: boolean
157
162
  ): void;
158
163
  /**
159
164
  * Set the configs of the control Barcode Scanner.
@@ -492,6 +497,14 @@ declare module "sap/ndc/BarcodeScannerButton" {
492
497
  * Defines the barcode input dialog title. If unset, a predefined title will be used.
493
498
  */
494
499
  getDialogTitle(): string;
500
+ /**
501
+ * Gets current value of property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
502
+ *
503
+ * If the value is true, the Barcode input dialog should be hidden.
504
+ *
505
+ * Default value is `false`.
506
+ */
507
+ getDisableBarcodeInputDialog(): boolean;
495
508
  /**
496
509
  * Gets current value of property {@link #getFrameRate frameRate}.
497
510
  *
@@ -557,6 +570,21 @@ declare module "sap/ndc/BarcodeScannerButton" {
557
570
  */
558
571
  sDialogTitle?: string
559
572
  ): this;
573
+ /**
574
+ * Sets a new value for property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
575
+ *
576
+ * If the value is true, the Barcode input dialog should be hidden.
577
+ *
578
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
579
+ *
580
+ * Default value is `false`.
581
+ */
582
+ setDisableBarcodeInputDialog(
583
+ /**
584
+ * New value for property `disableBarcodeInputDialog`
585
+ */
586
+ bDisableBarcodeInputDialog?: boolean
587
+ ): this;
560
588
  /**
561
589
  * Sets a new value for property {@link #getFrameRate frameRate}.
562
590
  *
@@ -703,6 +731,11 @@ declare module "sap/ndc/BarcodeScannerButton" {
703
731
  */
704
732
  keepCameraScan?: boolean | PropertyBindingInfo;
705
733
 
734
+ /**
735
+ * If the value is true, the Barcode input dialog should be hidden.
736
+ */
737
+ disableBarcodeInputDialog?: boolean | PropertyBindingInfo;
738
+
706
739
  /**
707
740
  * Event is fired when the scanning is finished or cancelled
708
741
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.12
1
+ // For Library Version: 1.96.13
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.19
1
+ // For Library Version: 1.96.20
2
2
 
3
3
  declare module "sap/sac/grid/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.11
1
+ // For Library Version: 1.96.12
2
2
 
3
3
  declare module "sap/suite/ui/commons/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.24
1
+ // For Library Version: 1.96.25
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -16195,7 +16195,7 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
16195
16195
  */
16196
16196
  suspendSelection(): void;
16197
16197
  /**
16198
- * Verify if all mandatory filters or parameters have values.
16198
+ * Verifies if all mandatory filters or parameters have values.
16199
16199
  */
16200
16200
  validateMandatoryFields(): boolean;
16201
16201
  /**
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.96.25
267
+ // For Library Version: 1.96.26
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -255,7 +255,7 @@ declare module "sap/ui/export/Spreadsheet" {
255
255
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
256
256
  * following fields:
257
257
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
258
- * - `version` (string) - Application version that creates the XLSX document (default: "1.96.25")
258
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.96.26")
259
259
  * - `title` (string) - Title of the XLSX document (NOT the filename)
260
260
  * - `modifiedBy` (string) - User context for the XLSX document
261
261
  * - `sheetName` (string) - The label of the data sheet
@@ -341,7 +341,7 @@ declare module "sap/ui/export/Spreadsheet" {
341
341
  * columns: aColumns,
342
342
  * context: {
343
343
  * application: 'Debug Test Application',
344
- * version: '1.96.25',
344
+ * version: '1.96.26',
345
345
  * title: 'Some random title',
346
346
  * modifiedBy: 'John Doe',
347
347
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -9,14 +9,14 @@ declare module "sap/ui/richtexteditor/library" {
9
9
  * Uses TinyMCE version 4 as editor (default)
10
10
  */
11
11
  TinyMCE = "TinyMCE",
12
- /**
13
- * Uses TinyMCE version 4 as editor
14
- */
15
- TinyMCE4 = "TinyMCE4",
16
12
  /**
17
13
  * Uses TinyMCE version 5 as editor
18
14
  */
19
15
  TinyMCE5 = "TinyMCE5",
16
+ /**
17
+ * Uses TinyMCE version 6 as editor
18
+ */
19
+ TinyMCE6 = "TinyMCE6",
20
20
  }
21
21
  /**
22
22
  * @SINCE 1.50
@@ -81,6 +81,47 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
81
81
  * text area} instead.
82
82
  * - Use callbacks to the native third-party API with care, as there may be compatibility issues with
83
83
  * later versions.
84
+ *
85
+ * Custom toolbar - adding and removing buttons: With version 1.96.27 it is possible to redefine the button
86
+ * groups configuration in order to show only particular set of buttons in the custom toolbar of the `RichTextEditor`.
87
+ * This is possible in few ways:
88
+ * - By providing the buttons group configurations as a whole by setting the `buttonGroups` property of
89
+ * the control.
90
+ * - By providing individual button group configuration via `addButtonGroup` method.
91
+ *
92
+ * Consider the following when choosing your approach:
93
+ * - Setting `buttonGroups` will override all current custom toolbar button group configurations. This
94
+ * method allows for total redefining of the custom toolbar groups.
95
+ * - Using `addButtonGroups` will try to add non-existing group into the configuration array, however,
96
+ * if such group configuration exists already, a warning will be logged and the new configuration will not
97
+ * be added. In order to replace the existing configuration you will need to remove it first via `removeButtonGroup`.
98
+ *
99
+ *
100
+ * Below is a list of supported groups and buttons, which can be specified in the configuration objects
101
+ * (format is <>: <>):
102
+ * - font-style: bold, italic, underline, strikethrough
103
+ * - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
104
+ *
105
+ * - clipboard: cut, copy, paste
106
+ * - structure: bullist, numlist, outdent, indent
107
+ * - undo: undo, redo
108
+ * - insert: image, emoticons
109
+ * - link: link, unlink
110
+ * - text-align: alignleft, aligncenter, alignright, alignjustify Additional supported groups, which
111
+ * can be added only after the editor is loaded (they can not be specified in the above mentioned configuration):
112
+ *
113
+ * - table: table
114
+ * - styleselect: styleselect **Note!** Adding configuration for "text-align" group with any buttons
115
+ * will still render a menu button with all available options inside. Removing/hiding the group can be achieved
116
+ * by invoking `removeButtonGroup` or `setShowGroupTextAlign(false)` depending on the desired result.
117
+ *
118
+ * **Note!** There is no synchronization between the `setShowGroup*` properties and the configuration object
119
+ * that the application can specifying via `buttonGroups` in the constructor or on a later stage. This means
120
+ * that in case new configuration is provided and for particular group the passed object contains property
121
+ * `visible: true`, this group property will be respected no matter if the `RichTextEditor`'s property for
122
+ * this particular group is set to `false`. Example: Providing the following object as group configuration:
123
+ * { name: "font" visible: true } Will make the "font" group visible, no matter that calling `RichTextEditor.getShowGroupFont()`
124
+ * returns `false`.
84
125
  */
85
126
  export default class RichTextEditor extends Control {
86
127
  /**
@@ -157,13 +198,15 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
157
198
  vAriaLabelledBy: ID | Control
158
199
  ): this;
159
200
  /**
160
- * Adds a button group to the editor.
201
+ * Adds a button group to the editor. **Note**: Adding already existing group will not do anything. If a
202
+ * button group needs to be changed, it first needs to be removed and then added by providing its name or
203
+ * map object, containing its desired configuration.
161
204
  */
162
205
  addButtonGroup(
163
206
  /**
164
207
  * Name/ID of a single button or object containing the group information
165
208
  */
166
- mGroup?:
209
+ vGroup?:
167
210
  | {
168
211
  /**
169
212
  * Array of name/IDs of the buttons in the group
@@ -192,7 +235,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
192
235
  customToolbarPriority?: int;
193
236
  }
194
237
  | string
195
- ): object;
238
+ ): RichTextEditor;
196
239
  /**
197
240
  * @SINCE 1.48
198
241
  *
@@ -212,7 +255,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
212
255
  * The plugin ID/name or an object with property "name", containing the ID/name of the plugin
213
256
  */
214
257
  mPlugin?: object | string
215
- ): object;
258
+ ): RichTextEditor;
216
259
  /**
217
260
  * Attaches event handler `fnFunction` to the {@link #event:beforeEditorInit beforeEditorInit} event of
218
261
  * this `sap.ui.richtexteditor.RichTextEditor`.
@@ -221,9 +264,11 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
221
264
  * otherwise it will be bound to this `sap.ui.richtexteditor.RichTextEditor` itself.
222
265
  *
223
266
  * This event is fired right before the TinyMCE instance is created and can be used to change the settings
224
- * object that will be given to TinyMCE. The parameter "configuration" is the javascript oject that will
267
+ * object that will be given to TinyMCE. The parameter "configuration" is the javascript object that will
225
268
  * be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
226
- * changed in the case of TinyMCE.
269
+ * changed in the case of TinyMCE. **Note:** In order to add plugins to the `RichTextEditor` control, you
270
+ * have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
271
+ * issues between TinyMCE and `RichTextEditor` control.
227
272
  */
228
273
  attachBeforeEditorInit(
229
274
  /**
@@ -249,9 +294,11 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
249
294
  * otherwise it will be bound to this `sap.ui.richtexteditor.RichTextEditor` itself.
250
295
  *
251
296
  * This event is fired right before the TinyMCE instance is created and can be used to change the settings
252
- * object that will be given to TinyMCE. The parameter "configuration" is the javascript oject that will
297
+ * object that will be given to TinyMCE. The parameter "configuration" is the javascript object that will
253
298
  * be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
254
- * changed in the case of TinyMCE.
299
+ * changed in the case of TinyMCE. **Note:** In order to add plugins to the `RichTextEditor` control, you
300
+ * have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
301
+ * issues between TinyMCE and `RichTextEditor` control.
255
302
  */
256
303
  attachBeforeEditorInit(
257
304
  /**
@@ -523,7 +570,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
523
570
  * should be placed, a "priority" and whether the buttons are "visible". See method addButtonGroup() for
524
571
  * more details on the structure of the objects in this array. **Note:** `buttonGroups` is a feature from
525
572
  * the native editor. Its supported scope with `customToolbar` is limited up to the grouping- the user could
526
- * turn on/off a whole group, but modifiyng buttons within a group is not possible. In order to achieve
573
+ * turn on/off a whole group, but modifying buttons within a group is not possible. In order to achieve
527
574
  * that functionality with `customToolbar`, the developer needs to turn the group off and instantiate their
528
575
  * own `sap.m.Button`(s) with the desired functionality.
529
576
  *
@@ -546,7 +593,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
546
593
  * Gets current value of property {@link #getCustomToolbar customToolbar}.
547
594
  *
548
595
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
549
- * only when the EditorType is TinyMCE4 or TinyMCE5 and sap.m library is loaded. **Note:** The `customToolbar`
596
+ * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
550
597
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
551
598
  * loaded toolbar.
552
599
  *
@@ -582,18 +629,25 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
582
629
  * that may be introduced by other groups (hence this is not an enumeration).
583
630
  *
584
631
  * **Notes:**
585
- * - TinyMCE version 3 is no longer supported and cannot be used. If you set the property to TinyMCE,
586
- * it will load TinyMCE version 4.
587
632
  * - Any attempts to set this property after the first rendering will not have any effect.
633
+ * - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
634
+ * update.
635
+ * - TinyMCE version 3 and 4 are no longer supported and cannot be used.
636
+ * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
637
+ * from that fact. In addition TinyMCE 4 will be removed in future releases.
638
+ * - TinyMCE 5 will be removed in future releases.
639
+ * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
640
+ * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
588
641
  *
589
- * Default value is `'TinyMCE4'`.
642
+ * Default value is `'TinyMCE'`.
590
643
  */
591
644
  getEditorType(): string;
592
645
  /**
593
646
  * Gets current value of property {@link #getHeight height}.
594
647
  *
595
648
  * Height of RichTextEditor control in CSS units. **Note:** If the height property results in a value smaller
596
- * than 200px, the minimum height of 200px will be applied.
649
+ * than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
650
+ * is used, the height property is not taken into account.
597
651
  */
598
652
  getHeight(): CSSSize;
599
653
  /**
@@ -633,7 +687,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
633
687
  * Gets current value of property {@link #getShowGroupClipboard showGroupClipboard}.
634
688
  *
635
689
  * Determines whether the toolbar button group containing commands like Cut, Copy and Paste is available.
636
- * Changing this after the initial rendering will result in some visible redrawing.
690
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
691
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
692
+ * are added on a later stage.
637
693
  *
638
694
  * Default value is `true`.
639
695
  */
@@ -642,7 +698,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
642
698
  * Gets current value of property {@link #getShowGroupFont showGroupFont}.
643
699
  *
644
700
  * Determines whether the toolbar button group containing commands like Font, Font Size and Colors is available.
645
- * Changing this after the initial rendering will result in some visible redrawing.
701
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
702
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
703
+ * are added on a later stage.
646
704
  *
647
705
  * Default value is `false`.
648
706
  */
@@ -651,7 +709,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
651
709
  * Gets current value of property {@link #getShowGroupFontStyle showGroupFontStyle}.
652
710
  *
653
711
  * Determines whether the toolbar button group containing commands like Bold, Italic, Underline and Strikethrough
654
- * is available. Changing this after the initial rendering will result in some visible redrawing.
712
+ * is available. Changing this after the initial rendering will result in some visible redrawing. Note:
713
+ * This property will not be synchronized with group configuration provided via the buttonGroups property
714
+ * or when groups are added on a later stage.
655
715
  *
656
716
  * Default value is `true`.
657
717
  */
@@ -660,7 +720,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
660
720
  * Gets current value of property {@link #getShowGroupInsert showGroupInsert}.
661
721
  *
662
722
  * Determines whether the toolbar button group containing commands like Insert Image and Insert Smiley is
663
- * available. Changing this after the initial rendering will result in some visible redrawing.
723
+ * available. Changing this after the initial rendering will result in some visible redrawing. Note: This
724
+ * property will not be synchronized with group configuration provided via the buttonGroups property or
725
+ * when groups are added on a later stage.
664
726
  *
665
727
  * Default value is `false`.
666
728
  */
@@ -669,7 +731,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
669
731
  * Gets current value of property {@link #getShowGroupLink showGroupLink}.
670
732
  *
671
733
  * Determines whether the toolbar button group containing commands like Create Link and Remove Link is available.
672
- * Changing this after the initial rendering will result in some visible redrawing.
734
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
735
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
736
+ * are added on a later stage.
673
737
  *
674
738
  * Default value is `false`.
675
739
  */
@@ -678,7 +742,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
678
742
  * Gets current value of property {@link #getShowGroupStructure showGroupStructure}.
679
743
  *
680
744
  * Determines whether the toolbar button group containing commands like Bullets and Indentation is available.
681
- * Changing this after the initial rendering will result in some visible redrawing.
745
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
746
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
747
+ * are added on a later stage.
682
748
  *
683
749
  * Default value is `true`.
684
750
  */
@@ -687,7 +753,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
687
753
  * Gets current value of property {@link #getShowGroupTextAlign showGroupTextAlign}.
688
754
  *
689
755
  * Determines whether the toolbar button group containing text alignment commands is available. Changing
690
- * this after the initial rendering will result in some visible redrawing.
756
+ * this after the initial rendering will result in some visible redrawing. Note: This property will not
757
+ * be synchronized with group configuration provided via the buttonGroups property or when groups are added
758
+ * on a later stage.
691
759
  *
692
760
  * Default value is `true`.
693
761
  */
@@ -696,7 +764,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
696
764
  * Gets current value of property {@link #getShowGroupUndo showGroupUndo}.
697
765
  *
698
766
  * Determines whether the toolbar button group containing commands like Undo and Redo is available. Changing
699
- * this after the initial rendering will result in some visible redrawing.
767
+ * this after the initial rendering will result in some visible redrawing. Note: This property will not
768
+ * be synchronized with group configuration provided via the buttonGroups property or when groups are added
769
+ * on a later stage.
700
770
  *
701
771
  * Default value is `false`.
702
772
  */
@@ -710,6 +780,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
710
780
  */
711
781
  getTextDirection(): TextDirection | keyof typeof TextDirection;
712
782
  /**
783
+ * @deprecated (since 1.96.27) - This property became obsolete after the deprecation of TinyMCE v3.
784
+ *
713
785
  * Gets current value of property {@link #getUseLegacyTheme useLegacyTheme}.
714
786
  *
715
787
  * Determines whether or not to use the legacy theme for the toolbar buttons. If this is set to false, the
@@ -800,6 +872,15 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
800
872
  */
801
873
  vAriaLabelledBy: int | ID | Control
802
874
  ): ID;
875
+ /**
876
+ * Removes a button group from the editor.
877
+ */
878
+ removeButtonGroup(
879
+ /**
880
+ * The name of the group to be removed.
881
+ */
882
+ sGroupName?: string
883
+ ): RichTextEditor;
803
884
  /**
804
885
  * @SINCE 1.48
805
886
  *
@@ -819,7 +900,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
819
900
  * The name/ID of the plugin to remove
820
901
  */
821
902
  sPluginName?: string
822
- ): object;
903
+ ): RichTextEditor;
823
904
  /**
824
905
  * Sets the button groups to the editor.
825
906
  */
@@ -828,14 +909,14 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
828
909
  * Array of names or objects containing the group information
829
910
  */
830
911
  aGroups?: any[]
831
- ): object;
912
+ ): RichTextEditor;
832
913
  /**
833
914
  * @SINCE 1.48
834
915
  *
835
916
  * Sets a new value for property {@link #getCustomToolbar customToolbar}.
836
917
  *
837
918
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
838
- * only when the EditorType is TinyMCE4 or TinyMCE5 and sap.m library is loaded. **Note:** The `customToolbar`
919
+ * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
839
920
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
840
921
  * loaded toolbar.
841
922
  *
@@ -889,15 +970,16 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
889
970
  */
890
971
  setEditorType(
891
972
  /**
892
- * Which editor type to be used (currently only TinyMCE 4 and 5)
973
+ * Which editor type to be used (currently only TinyMCE 4, 5 and 6)
893
974
  */
894
975
  sEditorType?: string
895
- ): object;
976
+ ): RichTextEditor;
896
977
  /**
897
978
  * Sets a new value for property {@link #getHeight height}.
898
979
  *
899
980
  * Height of RichTextEditor control in CSS units. **Note:** If the height property results in a value smaller
900
- * than 200px, the minimum height of 200px will be applied.
981
+ * than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
982
+ * is used, the height property is not taken into account.
901
983
  *
902
984
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
903
985
  */
@@ -915,7 +997,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
915
997
  * Array of names or objects containing the plugin information
916
998
  */
917
999
  aPlugins?: any[]
918
- ): object;
1000
+ ): RichTextEditor;
919
1001
  /**
920
1002
  * Sets a new value for property {@link #getRequired required}.
921
1003
  *
@@ -952,7 +1034,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
952
1034
  * Sets a new value for property {@link #getShowGroupClipboard showGroupClipboard}.
953
1035
  *
954
1036
  * Determines whether the toolbar button group containing commands like Cut, Copy and Paste is available.
955
- * Changing this after the initial rendering will result in some visible redrawing.
1037
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1038
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1039
+ * are added on a later stage.
956
1040
  *
957
1041
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
958
1042
  *
@@ -968,7 +1052,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
968
1052
  * Sets a new value for property {@link #getShowGroupFont showGroupFont}.
969
1053
  *
970
1054
  * Determines whether the toolbar button group containing commands like Font, Font Size and Colors is available.
971
- * Changing this after the initial rendering will result in some visible redrawing.
1055
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1056
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1057
+ * are added on a later stage.
972
1058
  *
973
1059
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
974
1060
  *
@@ -984,7 +1070,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
984
1070
  * Sets a new value for property {@link #getShowGroupFontStyle showGroupFontStyle}.
985
1071
  *
986
1072
  * Determines whether the toolbar button group containing commands like Bold, Italic, Underline and Strikethrough
987
- * is available. Changing this after the initial rendering will result in some visible redrawing.
1073
+ * is available. Changing this after the initial rendering will result in some visible redrawing. Note:
1074
+ * This property will not be synchronized with group configuration provided via the buttonGroups property
1075
+ * or when groups are added on a later stage.
988
1076
  *
989
1077
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
990
1078
  *
@@ -1000,7 +1088,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1000
1088
  * Sets a new value for property {@link #getShowGroupInsert showGroupInsert}.
1001
1089
  *
1002
1090
  * Determines whether the toolbar button group containing commands like Insert Image and Insert Smiley is
1003
- * available. Changing this after the initial rendering will result in some visible redrawing.
1091
+ * available. Changing this after the initial rendering will result in some visible redrawing. Note: This
1092
+ * property will not be synchronized with group configuration provided via the buttonGroups property or
1093
+ * when groups are added on a later stage.
1004
1094
  *
1005
1095
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1006
1096
  *
@@ -1016,7 +1106,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1016
1106
  * Sets a new value for property {@link #getShowGroupLink showGroupLink}.
1017
1107
  *
1018
1108
  * Determines whether the toolbar button group containing commands like Create Link and Remove Link is available.
1019
- * Changing this after the initial rendering will result in some visible redrawing.
1109
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1110
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1111
+ * are added on a later stage.
1020
1112
  *
1021
1113
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1022
1114
  *
@@ -1032,7 +1124,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1032
1124
  * Sets a new value for property {@link #getShowGroupStructure showGroupStructure}.
1033
1125
  *
1034
1126
  * Determines whether the toolbar button group containing commands like Bullets and Indentation is available.
1035
- * Changing this after the initial rendering will result in some visible redrawing.
1127
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1128
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1129
+ * are added on a later stage.
1036
1130
  *
1037
1131
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1038
1132
  *
@@ -1048,7 +1142,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1048
1142
  * Sets a new value for property {@link #getShowGroupTextAlign showGroupTextAlign}.
1049
1143
  *
1050
1144
  * Determines whether the toolbar button group containing text alignment commands is available. Changing
1051
- * this after the initial rendering will result in some visible redrawing.
1145
+ * this after the initial rendering will result in some visible redrawing. Note: This property will not
1146
+ * be synchronized with group configuration provided via the buttonGroups property or when groups are added
1147
+ * on a later stage.
1052
1148
  *
1053
1149
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1054
1150
  *
@@ -1064,7 +1160,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1064
1160
  * Sets a new value for property {@link #getShowGroupUndo showGroupUndo}.
1065
1161
  *
1066
1162
  * Determines whether the toolbar button group containing commands like Undo and Redo is available. Changing
1067
- * this after the initial rendering will result in some visible redrawing.
1163
+ * this after the initial rendering will result in some visible redrawing. Note: This property will not
1164
+ * be synchronized with group configuration provided via the buttonGroups property or when groups are added
1165
+ * on a later stage.
1068
1166
  *
1069
1167
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1070
1168
  *
@@ -1092,6 +1190,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1092
1190
  sTextDirection?: TextDirection | keyof typeof TextDirection
1093
1191
  ): this;
1094
1192
  /**
1193
+ * @deprecated (since 1.96.27) - This property became obsolete after the deprecation of TinyMCE v3.
1194
+ *
1095
1195
  * Sets a new value for property {@link #getUseLegacyTheme useLegacyTheme}.
1096
1196
  *
1097
1197
  * Determines whether or not to use the legacy theme for the toolbar buttons. If this is set to false, the
@@ -1181,7 +1281,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1181
1281
 
1182
1282
  /**
1183
1283
  * Height of RichTextEditor control in CSS units. **Note:** If the height property results in a value smaller
1184
- * than 200px, the minimum height of 200px will be applied.
1284
+ * than 200px, the minimum height of 200px will be applied. **Note:** If the "autoresize" TinyMCE plugin
1285
+ * is used, the height property is not taken into account.
1185
1286
  */
1186
1287
  height?: CSSSize | PropertyBindingInfo;
1187
1288
 
@@ -1192,9 +1293,15 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1192
1293
  * that may be introduced by other groups (hence this is not an enumeration).
1193
1294
  *
1194
1295
  * **Notes:**
1195
- * - TinyMCE version 3 is no longer supported and cannot be used. If you set the property to TinyMCE,
1196
- * it will load TinyMCE version 4.
1197
1296
  * - Any attempts to set this property after the first rendering will not have any effect.
1297
+ * - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
1298
+ * update.
1299
+ * - TinyMCE version 3 and 4 are no longer supported and cannot be used.
1300
+ * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
1301
+ * from that fact. In addition TinyMCE 4 will be removed in future releases.
1302
+ * - TinyMCE 5 will be removed in future releases.
1303
+ * - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
1304
+ * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1198
1305
  */
1199
1306
  editorType?: string | PropertyBindingInfo;
1200
1307
 
@@ -1214,49 +1321,65 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1214
1321
 
1215
1322
  /**
1216
1323
  * Determines whether the toolbar button group containing commands like Bold, Italic, Underline and Strikethrough
1217
- * is available. Changing this after the initial rendering will result in some visible redrawing.
1324
+ * is available. Changing this after the initial rendering will result in some visible redrawing. Note:
1325
+ * This property will not be synchronized with group configuration provided via the buttonGroups property
1326
+ * or when groups are added on a later stage.
1218
1327
  */
1219
1328
  showGroupFontStyle?: boolean | PropertyBindingInfo;
1220
1329
 
1221
1330
  /**
1222
1331
  * Determines whether the toolbar button group containing text alignment commands is available. Changing
1223
- * this after the initial rendering will result in some visible redrawing.
1332
+ * this after the initial rendering will result in some visible redrawing. Note: This property will not
1333
+ * be synchronized with group configuration provided via the buttonGroups property or when groups are added
1334
+ * on a later stage.
1224
1335
  */
1225
1336
  showGroupTextAlign?: boolean | PropertyBindingInfo;
1226
1337
 
1227
1338
  /**
1228
1339
  * Determines whether the toolbar button group containing commands like Bullets and Indentation is available.
1229
- * Changing this after the initial rendering will result in some visible redrawing.
1340
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1341
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1342
+ * are added on a later stage.
1230
1343
  */
1231
1344
  showGroupStructure?: boolean | PropertyBindingInfo;
1232
1345
 
1233
1346
  /**
1234
1347
  * Determines whether the toolbar button group containing commands like Font, Font Size and Colors is available.
1235
- * Changing this after the initial rendering will result in some visible redrawing.
1348
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1349
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1350
+ * are added on a later stage.
1236
1351
  */
1237
1352
  showGroupFont?: boolean | PropertyBindingInfo;
1238
1353
 
1239
1354
  /**
1240
1355
  * Determines whether the toolbar button group containing commands like Cut, Copy and Paste is available.
1241
- * Changing this after the initial rendering will result in some visible redrawing.
1356
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1357
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1358
+ * are added on a later stage.
1242
1359
  */
1243
1360
  showGroupClipboard?: boolean | PropertyBindingInfo;
1244
1361
 
1245
1362
  /**
1246
1363
  * Determines whether the toolbar button group containing commands like Insert Image and Insert Smiley is
1247
- * available. Changing this after the initial rendering will result in some visible redrawing.
1364
+ * available. Changing this after the initial rendering will result in some visible redrawing. Note: This
1365
+ * property will not be synchronized with group configuration provided via the buttonGroups property or
1366
+ * when groups are added on a later stage.
1248
1367
  */
1249
1368
  showGroupInsert?: boolean | PropertyBindingInfo;
1250
1369
 
1251
1370
  /**
1252
1371
  * Determines whether the toolbar button group containing commands like Create Link and Remove Link is available.
1253
- * Changing this after the initial rendering will result in some visible redrawing.
1372
+ * Changing this after the initial rendering will result in some visible redrawing. Note: This property
1373
+ * will not be synchronized with group configuration provided via the buttonGroups property or when groups
1374
+ * are added on a later stage.
1254
1375
  */
1255
1376
  showGroupLink?: boolean | PropertyBindingInfo;
1256
1377
 
1257
1378
  /**
1258
1379
  * Determines whether the toolbar button group containing commands like Undo and Redo is available. Changing
1259
- * this after the initial rendering will result in some visible redrawing.
1380
+ * this after the initial rendering will result in some visible redrawing. Note: This property will not
1381
+ * be synchronized with group configuration provided via the buttonGroups property or when groups are added
1382
+ * on a later stage.
1260
1383
  */
1261
1384
  showGroupUndo?: boolean | PropertyBindingInfo;
1262
1385
 
@@ -1285,6 +1408,8 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1285
1408
  plugins?: object[] | PropertyBindingInfo;
1286
1409
 
1287
1410
  /**
1411
+ * @deprecated (since 1.96.27) - This property became obsolete after the deprecation of TinyMCE v3.
1412
+ *
1288
1413
  * Determines whether or not to use the legacy theme for the toolbar buttons. If this is set to false, the
1289
1414
  * default theme for the editor will be used (which might change slightly with every update). The legacy
1290
1415
  * theme has the disadvantage that not all functionality has its own icon, so using non default buttons
@@ -1298,7 +1423,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1298
1423
  * should be placed, a "priority" and whether the buttons are "visible". See method addButtonGroup() for
1299
1424
  * more details on the structure of the objects in this array. **Note:** `buttonGroups` is a feature from
1300
1425
  * the native editor. Its supported scope with `customToolbar` is limited up to the grouping- the user could
1301
- * turn on/off a whole group, but modifiyng buttons within a group is not possible. In order to achieve
1426
+ * turn on/off a whole group, but modifying buttons within a group is not possible. In order to achieve
1302
1427
  * that functionality with `customToolbar`, the developer needs to turn the group off and instantiate their
1303
1428
  * own `sap.m.Button`(s) with the desired functionality.
1304
1429
  */
@@ -1308,7 +1433,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1308
1433
  * @SINCE 1.48
1309
1434
  *
1310
1435
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
1311
- * only when the EditorType is TinyMCE4 or TinyMCE5 and sap.m library is loaded. **Note:** The `customToolbar`
1436
+ * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
1312
1437
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
1313
1438
  * loaded toolbar.
1314
1439
  */
@@ -1349,9 +1474,11 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1349
1474
 
1350
1475
  /**
1351
1476
  * This event is fired right before the TinyMCE instance is created and can be used to change the settings
1352
- * object that will be given to TinyMCE. The parameter "configuration" is the javascript oject that will
1477
+ * object that will be given to TinyMCE. The parameter "configuration" is the javascript object that will
1353
1478
  * be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
1354
- * changed in the case of TinyMCE.
1479
+ * changed in the case of TinyMCE. **Note:** In order to add plugins to the `RichTextEditor` control, you
1480
+ * have to use the `addPlugin` method. Adding plugins through the settings object may lead to synchronizing
1481
+ * issues between TinyMCE and `RichTextEditor` control.
1355
1482
  */
1356
1483
  beforeEditorInit?: (oEvent: Event) => void;
1357
1484
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import UI5Element from "sap/ui/core/Element";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.96.25
5
+ * @SINCE 1.96.26
6
6
  *
7
7
  * Defines the Audiences.
8
8
  */
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
21
21
  Internal = "Internal",
22
22
  }
23
23
  /**
24
- * @SINCE 1.96.25
24
+ * @SINCE 1.96.26
25
25
  *
26
26
  * Issue Categories.
27
27
  */
@@ -76,7 +76,7 @@ declare module "sap/ui/support/library" {
76
76
  Usage = "Usage",
77
77
  }
78
78
  /**
79
- * @SINCE 1.96.25
79
+ * @SINCE 1.96.26
80
80
  *
81
81
  * Analysis history formats.
82
82
  */
@@ -91,7 +91,7 @@ declare module "sap/ui/support/library" {
91
91
  String = "String",
92
92
  }
93
93
  /**
94
- * @SINCE 1.96.25
94
+ * @SINCE 1.96.26
95
95
  *
96
96
  * Defines severity types.
97
97
  */
@@ -110,7 +110,7 @@ declare module "sap/ui/support/library" {
110
110
  Medium = "Medium",
111
111
  }
112
112
  /**
113
- * @SINCE 1.96.25
113
+ * @SINCE 1.96.26
114
114
  *
115
115
  * Contains the available system presets.
116
116
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.27
1
+ // For Library Version: 1.96.28
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.27
1
+ // For Library Version: 1.96.28
2
2
 
3
3
  declare module "sap/ui2/srvc/ODataService" {
4
4
  import ODataWrapper from "sap/ui2/srvc/ODataWrapper";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.25
1
+ // For Library Version: 1.96.26
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.19
1
+ // For Library Version: 1.96.20
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.19
1
+ // For Library Version: 1.96.20
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.19
1
+ // For Library Version: 1.96.20
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4
 
@@ -1,3 +0,0 @@
1
- // For Library Version: 1.96.21
2
-
3
- declare namespace sap {}