@syncfusion/ej2-inplace-editor 24.2.3 → 24.2.7

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.
@@ -5,7 +5,7 @@ import { DatePicker, DateRangePicker, DateTimePicker, TimePicker } from '@syncfu
5
5
  import { Tooltip, createSpinner, hideSpinner, showSpinner } from '@syncfusion/ej2-popups';
6
6
  import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Slider, TextBox } from '@syncfusion/ej2-inputs';
7
7
  import { AutoComplete, ComboBox, DropDownList, MultiSelect } from '@syncfusion/ej2-dropdowns';
8
- import { FileManager, HtmlEditor, Image, Link, MarkdownEditor, QuickToolbar, RichTextEditor, Table, Toolbar } from '@syncfusion/ej2-richtexteditor';
8
+ import { Audio, Count, EmojiPicker, FileManager, FormatPainter, HtmlEditor, Image, Link, MarkdownEditor, PasteCleanup, QuickToolbar, RichTextEditor, Table, Toolbar, Video } from '@syncfusion/ej2-richtexteditor';
9
9
 
10
10
  /**
11
11
  * Exports util methods used by In-place editor.
@@ -1949,7 +1949,7 @@ class MultiSelect$1 {
1949
1949
  class Rte {
1950
1950
  constructor(parent) {
1951
1951
  this.compObj = undefined;
1952
- RichTextEditor.Inject(HtmlEditor, MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager);
1952
+ RichTextEditor.Inject(HtmlEditor, MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager, PasteCleanup, EmojiPicker, Audio, Video, FormatPainter, Count);
1953
1953
  this.parent = parent;
1954
1954
  this.parent.rteModule = this;
1955
1955
  this.base = new Base(this.parent, this);