@syncfusion/ej2-angular-richtexteditor 21.2.10 → 22.1.34

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 (148) hide show
  1. package/README.md +53 -109
  2. package/esm2020/src/index.mjs +2 -2
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +4 -13
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +4 -25
  5. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +15 -45
  6. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +7 -37
  8. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
  9. package/license +10 -0
  10. package/package.json +17 -12
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/index.d.ts +1 -1
  13. package/src/rich-text-editor/richtexteditor-all.module.d.ts +0 -3
  14. package/src/rich-text-editor/richtexteditor.component.d.ts +1 -8
  15. package/styles/bootstrap-dark.css +299 -137
  16. package/styles/bootstrap.css +305 -140
  17. package/styles/bootstrap4.css +304 -133
  18. package/styles/bootstrap5-dark.css +310 -165
  19. package/styles/bootstrap5.css +310 -165
  20. package/styles/fabric-dark.css +297 -136
  21. package/styles/fabric.css +294 -133
  22. package/styles/fluent-dark.css +311 -170
  23. package/styles/fluent.css +311 -170
  24. package/styles/highcontrast-light.css +289 -128
  25. package/styles/highcontrast.css +296 -135
  26. package/styles/material-dark.css +295 -129
  27. package/styles/material.css +300 -134
  28. package/styles/material3-dark.css +3082 -0
  29. package/styles/material3-dark.scss +3 -0
  30. package/styles/material3.css +3138 -0
  31. package/styles/material3.scss +3 -0
  32. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +54 -12
  33. package/styles/rich-text-editor/_bootstrap-definition.scss +57 -13
  34. package/styles/rich-text-editor/_bootstrap4-definition.scss +50 -7
  35. package/styles/rich-text-editor/_bootstrap5-definition.scss +56 -13
  36. package/styles/rich-text-editor/_fabric-dark-definition.scss +53 -10
  37. package/styles/rich-text-editor/_fabric-definition.scss +52 -9
  38. package/styles/rich-text-editor/_fluent-definition.scss +56 -15
  39. package/styles/rich-text-editor/_fusionnew-definition.scss +46 -4
  40. package/styles/rich-text-editor/_highcontrast-definition.scss +52 -9
  41. package/styles/rich-text-editor/_highcontrast-light-definition.scss +48 -5
  42. package/styles/rich-text-editor/_layout.scss +280 -68
  43. package/styles/rich-text-editor/_material-dark-definition.scss +48 -5
  44. package/styles/rich-text-editor/_material-definition.scss +50 -6
  45. package/styles/rich-text-editor/_material3-dark-definition.scss +1 -0
  46. package/styles/rich-text-editor/_material3-definition.scss +262 -0
  47. package/styles/rich-text-editor/_tailwind-definition.scss +63 -23
  48. package/styles/rich-text-editor/_theme.scss +103 -19
  49. package/styles/rich-text-editor/bootstrap-dark.css +299 -137
  50. package/styles/rich-text-editor/bootstrap.css +305 -140
  51. package/styles/rich-text-editor/bootstrap4.css +304 -133
  52. package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
  53. package/styles/rich-text-editor/bootstrap5.css +310 -165
  54. package/styles/rich-text-editor/fabric-dark.css +297 -136
  55. package/styles/rich-text-editor/fabric.css +294 -133
  56. package/styles/rich-text-editor/fluent-dark.css +311 -170
  57. package/styles/rich-text-editor/fluent.css +311 -170
  58. package/styles/rich-text-editor/highcontrast-light.css +289 -128
  59. package/styles/rich-text-editor/highcontrast.css +296 -135
  60. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +1 -1
  61. package/styles/rich-text-editor/icons/_bootstrap.scss +1 -1
  62. package/styles/rich-text-editor/icons/_bootstrap4.scss +1 -1
  63. package/styles/rich-text-editor/icons/_bootstrap5.scss +1 -1
  64. package/styles/rich-text-editor/icons/_fabric-dark.scss +1 -1
  65. package/styles/rich-text-editor/icons/_fabric.scss +1 -1
  66. package/styles/rich-text-editor/icons/_fluent.scss +1 -1
  67. package/styles/rich-text-editor/icons/_fusionnew.scss +1 -1
  68. package/styles/rich-text-editor/icons/_highcontrast-light.scss +1 -1
  69. package/styles/rich-text-editor/icons/_highcontrast.scss +1 -1
  70. package/styles/rich-text-editor/icons/_material-dark.scss +1 -1
  71. package/styles/rich-text-editor/icons/_material.scss +1 -1
  72. package/styles/rich-text-editor/icons/_material3-dark.scss +1 -0
  73. package/styles/rich-text-editor/icons/_material3.scss +1 -1
  74. package/styles/rich-text-editor/icons/_tailwind.scss +1 -1
  75. package/styles/rich-text-editor/material-dark.css +295 -129
  76. package/styles/rich-text-editor/material.css +300 -134
  77. package/styles/rich-text-editor/material3-dark.css +3082 -0
  78. package/styles/rich-text-editor/material3-dark.scss +5 -0
  79. package/styles/rich-text-editor/material3.css +3138 -0
  80. package/styles/rich-text-editor/material3.scss +5 -0
  81. package/styles/rich-text-editor/tailwind-dark.css +313 -157
  82. package/styles/rich-text-editor/tailwind.css +313 -157
  83. package/styles/tailwind-dark.css +313 -157
  84. package/styles/tailwind.css +313 -157
  85. package/schematics/collection.json +0 -40
  86. package/schematics/generators/richtexteditor-iframe/index.d.ts +0 -3
  87. package/schematics/generators/richtexteditor-iframe/index.js +0 -8
  88. package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +0 -5
  89. package/schematics/generators/richtexteditor-iframe/sample-details.js +0 -7
  90. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  91. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -44
  92. package/schematics/generators/richtexteditor-iframe/schema.d.ts +0 -3
  93. package/schematics/generators/richtexteditor-iframe/schema.js +0 -2
  94. package/schematics/generators/richtexteditor-iframe/schema.json +0 -125
  95. package/schematics/generators/richtexteditor-inline/index.d.ts +0 -3
  96. package/schematics/generators/richtexteditor-inline/index.js +0 -8
  97. package/schematics/generators/richtexteditor-inline/sample-details.d.ts +0 -5
  98. package/schematics/generators/richtexteditor-inline/sample-details.js +0 -7
  99. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  100. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  101. package/schematics/generators/richtexteditor-inline/schema.d.ts +0 -3
  102. package/schematics/generators/richtexteditor-inline/schema.js +0 -2
  103. package/schematics/generators/richtexteditor-inline/schema.json +0 -125
  104. package/schematics/generators/richtexteditor-markdown/index.d.ts +0 -3
  105. package/schematics/generators/richtexteditor-markdown/index.js +0 -8
  106. package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +0 -5
  107. package/schematics/generators/richtexteditor-markdown/sample-details.js +0 -7
  108. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  109. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  110. package/schematics/generators/richtexteditor-markdown/schema.d.ts +0 -3
  111. package/schematics/generators/richtexteditor-markdown/schema.js +0 -2
  112. package/schematics/generators/richtexteditor-markdown/schema.json +0 -125
  113. package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
  114. package/schematics/generators/richtexteditor-overview/index.d.ts +0 -3
  115. package/schematics/generators/richtexteditor-overview/index.js +0 -8
  116. package/schematics/generators/richtexteditor-overview/sample-details.d.ts +0 -5
  117. package/schematics/generators/richtexteditor-overview/sample-details.js +0 -7
  118. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  119. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -47
  120. package/schematics/generators/richtexteditor-overview/schema.d.ts +0 -3
  121. package/schematics/generators/richtexteditor-overview/schema.js +0 -2
  122. package/schematics/generators/richtexteditor-overview/schema.json +0 -125
  123. package/schematics/generators/richtexteditor-reactform/index.d.ts +0 -3
  124. package/schematics/generators/richtexteditor-reactform/index.js +0 -8
  125. package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +0 -5
  126. package/schematics/generators/richtexteditor-reactform/sample-details.js +0 -7
  127. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  128. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  129. package/schematics/generators/richtexteditor-reactform/schema.d.ts +0 -3
  130. package/schematics/generators/richtexteditor-reactform/schema.js +0 -2
  131. package/schematics/generators/richtexteditor-reactform/schema.json +0 -125
  132. package/schematics/generators/richtexteditor-templatedriven/index.d.ts +0 -3
  133. package/schematics/generators/richtexteditor-templatedriven/index.js +0 -8
  134. package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +0 -5
  135. package/schematics/generators/richtexteditor-templatedriven/sample-details.js +0 -7
  136. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  137. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -19
  138. package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +0 -3
  139. package/schematics/generators/richtexteditor-templatedriven/schema.js +0 -2
  140. package/schematics/generators/richtexteditor-templatedriven/schema.json +0 -125
  141. package/schematics/ng-add/index.d.ts +0 -3
  142. package/schematics/ng-add/index.js +0 -9
  143. package/schematics/ng-add/schema.d.ts +0 -13
  144. package/schematics/ng-add/schema.js +0 -2
  145. package/schematics/ng-add/schema.json +0 -34
  146. package/schematics/tsconfig.json +0 -25
  147. package/schematics/utils/lib-details.d.ts +0 -4
  148. package/schematics/utils/lib-details.js +0 -6
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-angular-richtexteditor@21.2.8",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@20.1.60",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-jJm+QjSNgt1pBJ8RXEkGqMdf7Q/YaBEdiuryUGN5O2YYDD3yli9ES75OpM50aOp9Pz/p4/Mjy1h66gHmTXZ7sg==",
5
+ "_integrity": "sha512-Rz1ljNltIWb0iycBXrYcWgrCmF/L0E+sk0qT3dAaBXFZdbS3ZDirflMH7fmn/UNocfBH2K9Ep7WIJX9CyObqXg==",
6
6
  "_location": "/@syncfusion/ej2-angular-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-21.2.8.tgz",
23
- "_shasum": "5df0fd7fc6bb69f3733c09906c65161f63ab5780",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-20.1.60.tgz",
23
+ "_shasum": "0e603796540fe64c400fb6da8b953c97b91136dd",
24
24
  "_spec": "@syncfusion/ej2-angular-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.2.3",
35
- "@syncfusion/ej2-base": "~21.2.9",
36
- "@syncfusion/ej2-richtexteditor": "21.2.10",
34
+ "@syncfusion/ej2-angular-base": "~22.1.34",
35
+ "@syncfusion/ej2-base": "~22.1.34",
36
+ "@syncfusion/ej2-richtexteditor": "22.1.34",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -57,10 +57,15 @@
57
57
  "fesm2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
58
58
  "homepage": "https://www.syncfusion.com/angular-components",
59
59
  "keywords": [
60
- "angular-rich-text-editor",
61
- "angular-html-editor",
62
- "angular-markdown-editor",
63
- "angular-wysiwyg-editor"
60
+ "markdown editor",
61
+ "HTML5 rich text editor",
62
+ "wysiwyg",
63
+ "wysiwyg html editor",
64
+ "wysiwyg markdown editor",
65
+ "angular rich text editor",
66
+ "angular html editor",
67
+ "angular markdown editor",
68
+ "angular wysiwyg editor"
64
69
  ],
65
70
  "license": "SEE LICENSE IN license",
66
71
  "module": "fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
@@ -72,5 +77,5 @@
72
77
  "schematics": "./schematics/collection.json",
73
78
  "sideEffects": false,
74
79
  "typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
75
- "version": "21.2.10"
80
+ "version": "22.1.34"
76
81
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^21.2.10';
2
+ export const pkgVer = '^20.1.60';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~21.2.10';
4
+ export const themeVer = '~20.1.60';
package/src/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { RichTextEditorComponent } from './rich-text-editor/richtexteditor.component';
2
2
  export { RichTextEditorModule } from './rich-text-editor/richtexteditor.module';
3
- export { RichTextEditorAllModule, ToolbarService, LinkService, ImageService, AudioService, VideoService, CountService, QuickToolbarService, HtmlEditorService, MarkdownEditorService, TableService, PasteCleanupService, ResizeService, FileManagerService, FormatPainterService } from './rich-text-editor/richtexteditor-all.module';
3
+ export { RichTextEditorAllModule, ToolbarService, LinkService, ImageService, CountService, QuickToolbarService, HtmlEditorService, MarkdownEditorService, TableService, PasteCleanupService, ResizeService, FileManagerService } from './rich-text-editor/richtexteditor-all.module';
4
4
  export * from '@syncfusion/ej2-richtexteditor';
@@ -5,8 +5,6 @@ import * as i2 from "./richtexteditor.module";
5
5
  export declare const ToolbarService: ValueProvider;
6
6
  export declare const LinkService: ValueProvider;
7
7
  export declare const ImageService: ValueProvider;
8
- export declare const AudioService: ValueProvider;
9
- export declare const VideoService: ValueProvider;
10
8
  export declare const CountService: ValueProvider;
11
9
  export declare const QuickToolbarService: ValueProvider;
12
10
  export declare const HtmlEditorService: ValueProvider;
@@ -15,7 +13,6 @@ export declare const TableService: ValueProvider;
15
13
  export declare const PasteCleanupService: ValueProvider;
16
14
  export declare const ResizeService: ValueProvider;
17
15
  export declare const FileManagerService: ValueProvider;
18
- export declare const FormatPainterService: ValueProvider;
19
16
  /**
20
17
  * NgModule definition for the RichTextEditor component with providers.
21
18
  */
@@ -22,11 +22,9 @@ export declare class RichTextEditorComponent extends RichTextEditor implements I
22
22
  actionBegin: any;
23
23
  actionComplete: any;
24
24
  afterImageDelete: any;
25
- afterMediaDelete: any;
26
25
  afterPasteCleanup: any;
27
26
  beforeDialogClose: any;
28
27
  beforeDialogOpen: any;
29
- beforeFileUpload: any;
30
28
  beforeImageDrop: any;
31
29
  beforeImageUpload: any;
32
30
  beforePasteCleanup: any;
@@ -38,11 +36,6 @@ export declare class RichTextEditorComponent extends RichTextEditor implements I
38
36
  destroyed: any;
39
37
  dialogClose: any;
40
38
  dialogOpen: any;
41
- fileRemoving: any;
42
- fileSelected: any;
43
- fileUploadFailed: any;
44
- fileUploadSuccess: any;
45
- fileUploading: any;
46
39
  focus: any;
47
40
  imageRemoving: any;
48
41
  imageSelected: any;
@@ -81,5 +74,5 @@ export declare class RichTextEditorComponent extends RichTextEditor implements I
81
74
  registerEvents: (eventList: string[]) => void;
82
75
  addTwoWay: (propList: string[]) => void;
83
76
  static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "ejs-richtexteditor", never, { "autoSaveOnIdle": "autoSaveOnIdle"; "backgroundColor": "backgroundColor"; "bulletFormatList": "bulletFormatList"; "cssClass": "cssClass"; "editorMode": "editorMode"; "enableAutoUrl": "enableAutoUrl"; "enableHtmlEncode": "enableHtmlEncode"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableResize": "enableResize"; "enableRtl": "enableRtl"; "enableTabKey": "enableTabKey"; "enableXhtml": "enableXhtml"; "enabled": "enabled"; "enterKey": "enterKey"; "fileManagerSettings": "fileManagerSettings"; "floatingToolbarOffset": "floatingToolbarOffset"; "fontColor": "fontColor"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "format": "format"; "formatPainterSettings": "formatPainterSettings"; "formatter": "formatter"; "height": "height"; "htmlAttributes": "htmlAttributes"; "iframeSettings": "iframeSettings"; "inlineMode": "inlineMode"; "insertAudioSettings": "insertAudioSettings"; "insertImageSettings": "insertImageSettings"; "insertVideoSettings": "insertVideoSettings"; "keyConfig": "keyConfig"; "locale": "locale"; "maxLength": "maxLength"; "numberFormatList": "numberFormatList"; "pasteCleanupSettings": "pasteCleanupSettings"; "placeholder": "placeholder"; "quickToolbarSettings": "quickToolbarSettings"; "readonly": "readonly"; "saveInterval": "saveInterval"; "shiftEnterKey": "shiftEnterKey"; "showCharCount": "showCharCount"; "showTooltip": "showTooltip"; "tableSettings": "tableSettings"; "toolbarSettings": "toolbarSettings"; "undoRedoSteps": "undoRedoSteps"; "undoRedoTimer": "undoRedoTimer"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterImageDelete": "afterImageDelete"; "afterMediaDelete": "afterMediaDelete"; "afterPasteCleanup": "afterPasteCleanup"; "beforeDialogClose": "beforeDialogClose"; "beforeDialogOpen": "beforeDialogOpen"; "beforeFileUpload": "beforeFileUpload"; "beforeImageDrop": "beforeImageDrop"; "beforeImageUpload": "beforeImageUpload"; "beforePasteCleanup": "beforePasteCleanup"; "beforeQuickToolbarOpen": "beforeQuickToolbarOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "fileRemoving": "fileRemoving"; "fileSelected": "fileSelected"; "fileUploadFailed": "fileUploadFailed"; "fileUploadSuccess": "fileUploadSuccess"; "fileUploading": "fileUploading"; "focus": "focus"; "imageRemoving": "imageRemoving"; "imageSelected": "imageSelected"; "imageUploadFailed": "imageUploadFailed"; "imageUploadSuccess": "imageUploadSuccess"; "imageUploading": "imageUploading"; "quickToolbarClose": "quickToolbarClose"; "quickToolbarOpen": "quickToolbarOpen"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "toolbarClick": "toolbarClick"; "toolbarStatusUpdate": "toolbarStatusUpdate"; "updatedToolbarStatus": "updatedToolbarStatus"; "valueChange": "valueChange"; }, ["valueTemplate"], never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "ejs-richtexteditor", never, { "autoSaveOnIdle": "autoSaveOnIdle"; "backgroundColor": "backgroundColor"; "bulletFormatList": "bulletFormatList"; "cssClass": "cssClass"; "editorMode": "editorMode"; "enableAutoUrl": "enableAutoUrl"; "enableHtmlEncode": "enableHtmlEncode"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableResize": "enableResize"; "enableRtl": "enableRtl"; "enableTabKey": "enableTabKey"; "enableXhtml": "enableXhtml"; "enabled": "enabled"; "enterKey": "enterKey"; "fileManagerSettings": "fileManagerSettings"; "floatingToolbarOffset": "floatingToolbarOffset"; "fontColor": "fontColor"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "format": "format"; "formatter": "formatter"; "height": "height"; "htmlAttributes": "htmlAttributes"; "iframeSettings": "iframeSettings"; "inlineMode": "inlineMode"; "insertImageSettings": "insertImageSettings"; "keyConfig": "keyConfig"; "locale": "locale"; "maxLength": "maxLength"; "numberFormatList": "numberFormatList"; "pasteCleanupSettings": "pasteCleanupSettings"; "placeholder": "placeholder"; "quickToolbarSettings": "quickToolbarSettings"; "readonly": "readonly"; "saveInterval": "saveInterval"; "shiftEnterKey": "shiftEnterKey"; "showCharCount": "showCharCount"; "tableSettings": "tableSettings"; "toolbarSettings": "toolbarSettings"; "undoRedoSteps": "undoRedoSteps"; "undoRedoTimer": "undoRedoTimer"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterImageDelete": "afterImageDelete"; "afterPasteCleanup": "afterPasteCleanup"; "beforeDialogClose": "beforeDialogClose"; "beforeDialogOpen": "beforeDialogOpen"; "beforeImageDrop": "beforeImageDrop"; "beforeImageUpload": "beforeImageUpload"; "beforePasteCleanup": "beforePasteCleanup"; "beforeQuickToolbarOpen": "beforeQuickToolbarOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "focus": "focus"; "imageRemoving": "imageRemoving"; "imageSelected": "imageSelected"; "imageUploadFailed": "imageUploadFailed"; "imageUploadSuccess": "imageUploadSuccess"; "imageUploading": "imageUploading"; "quickToolbarClose": "quickToolbarClose"; "quickToolbarOpen": "quickToolbarOpen"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "toolbarClick": "toolbarClick"; "toolbarStatusUpdate": "toolbarStatusUpdate"; "updatedToolbarStatus": "updatedToolbarStatus"; "valueChange": "valueChange"; }, ["valueTemplate"], never>;
85
78
  }