@syncfusion/ej2-angular-richtexteditor 20.2.50 → 20.3.47-ngcc

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 (176) hide show
  1. package/@syncfusion/ej2-angular-richtexteditor.es5.js +321 -0
  2. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-richtexteditor.js +302 -0
  4. package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
  5. package/CHANGELOG.md +1143 -0
  6. package/dist/ej2-angular-richtexteditor.umd.js +791 -0
  7. package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-richtexteditor.d.ts +5 -0
  11. package/ej2-angular-richtexteditor.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +40 -0
  15. package/schematics/generators/richtexteditor-iframe/index.d.ts +3 -0
  16. package/schematics/generators/richtexteditor-iframe/index.js +8 -0
  17. package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +5 -0
  18. package/schematics/generators/richtexteditor-iframe/sample-details.js +7 -0
  19. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  20. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +44 -0
  21. package/schematics/generators/richtexteditor-iframe/schema.d.ts +3 -0
  22. package/schematics/generators/richtexteditor-iframe/schema.js +2 -0
  23. package/schematics/generators/richtexteditor-iframe/schema.json +125 -0
  24. package/schematics/generators/richtexteditor-inline/index.d.ts +3 -0
  25. package/schematics/generators/richtexteditor-inline/index.js +8 -0
  26. package/schematics/generators/richtexteditor-inline/sample-details.d.ts +5 -0
  27. package/schematics/generators/richtexteditor-inline/sample-details.js +7 -0
  28. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  29. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  30. package/schematics/generators/richtexteditor-inline/schema.d.ts +3 -0
  31. package/schematics/generators/richtexteditor-inline/schema.js +2 -0
  32. package/schematics/generators/richtexteditor-inline/schema.json +125 -0
  33. package/schematics/generators/richtexteditor-markdown/index.d.ts +3 -0
  34. package/schematics/generators/richtexteditor-markdown/index.js +8 -0
  35. package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +5 -0
  36. package/schematics/generators/richtexteditor-markdown/sample-details.js +7 -0
  37. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  38. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  39. package/schematics/generators/richtexteditor-markdown/schema.d.ts +3 -0
  40. package/schematics/generators/richtexteditor-markdown/schema.js +2 -0
  41. package/schematics/generators/richtexteditor-markdown/schema.json +125 -0
  42. package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
  43. package/schematics/generators/richtexteditor-overview/index.d.ts +3 -0
  44. package/schematics/generators/richtexteditor-overview/index.js +8 -0
  45. package/schematics/generators/richtexteditor-overview/sample-details.d.ts +5 -0
  46. package/schematics/generators/richtexteditor-overview/sample-details.js +7 -0
  47. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  48. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +47 -0
  49. package/schematics/generators/richtexteditor-overview/schema.d.ts +3 -0
  50. package/schematics/generators/richtexteditor-overview/schema.js +2 -0
  51. package/schematics/generators/richtexteditor-overview/schema.json +125 -0
  52. package/schematics/generators/richtexteditor-reactform/index.d.ts +3 -0
  53. package/schematics/generators/richtexteditor-reactform/index.js +8 -0
  54. package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +5 -0
  55. package/schematics/generators/richtexteditor-reactform/sample-details.js +7 -0
  56. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  57. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  58. package/schematics/generators/richtexteditor-reactform/schema.d.ts +3 -0
  59. package/schematics/generators/richtexteditor-reactform/schema.js +2 -0
  60. package/schematics/generators/richtexteditor-reactform/schema.json +125 -0
  61. package/schematics/generators/richtexteditor-templatedriven/index.d.ts +3 -0
  62. package/schematics/generators/richtexteditor-templatedriven/index.js +8 -0
  63. package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +5 -0
  64. package/schematics/generators/richtexteditor-templatedriven/sample-details.js +7 -0
  65. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  66. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
  67. package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +3 -0
  68. package/schematics/generators/richtexteditor-templatedriven/schema.js +2 -0
  69. package/schematics/generators/richtexteditor-templatedriven/schema.json +125 -0
  70. package/schematics/ng-add/index.d.ts +3 -0
  71. package/schematics/ng-add/index.js +9 -0
  72. package/schematics/ng-add/schema.d.ts +13 -0
  73. package/schematics/ng-add/schema.js +2 -0
  74. package/schematics/ng-add/schema.json +34 -0
  75. package/schematics/tsconfig.json +25 -0
  76. package/schematics/utils/lib-details.d.ts +4 -0
  77. package/schematics/utils/lib-details.js +6 -0
  78. package/schematics/utils/lib-details.ts +2 -2
  79. package/src/index.d.ts +1 -1
  80. package/src/rich-text-editor/richtexteditor-all.module.d.ts +2 -6
  81. package/src/rich-text-editor/richtexteditor.component.d.ts +7 -3
  82. package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
  83. package/styles/bootstrap-dark.css +220 -70
  84. package/styles/bootstrap.css +220 -70
  85. package/styles/bootstrap4.css +220 -70
  86. package/styles/bootstrap5-dark.css +220 -70
  87. package/styles/bootstrap5.css +220 -70
  88. package/styles/fabric-dark.css +220 -70
  89. package/styles/fabric.css +222 -72
  90. package/styles/fluent-dark.css +222 -72
  91. package/styles/fluent.css +222 -72
  92. package/styles/highcontrast-light.css +222 -72
  93. package/styles/highcontrast.css +222 -72
  94. package/styles/material-dark.css +220 -70
  95. package/styles/material.css +220 -70
  96. package/styles/rich-text-editor/bootstrap-dark.css +220 -70
  97. package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
  98. package/styles/rich-text-editor/bootstrap.css +220 -70
  99. package/styles/rich-text-editor/bootstrap.scss +1 -4
  100. package/styles/rich-text-editor/bootstrap4.css +220 -70
  101. package/styles/rich-text-editor/bootstrap4.scss +1 -4
  102. package/styles/rich-text-editor/bootstrap5-dark.css +220 -70
  103. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
  104. package/styles/rich-text-editor/bootstrap5.css +220 -70
  105. package/styles/rich-text-editor/bootstrap5.scss +1 -4
  106. package/styles/rich-text-editor/fabric-dark.css +220 -70
  107. package/styles/rich-text-editor/fabric-dark.scss +1 -4
  108. package/styles/rich-text-editor/fabric.css +222 -72
  109. package/styles/rich-text-editor/fabric.scss +1 -4
  110. package/styles/rich-text-editor/fluent-dark.css +222 -72
  111. package/styles/rich-text-editor/fluent-dark.scss +1 -4
  112. package/styles/rich-text-editor/fluent.css +222 -72
  113. package/styles/rich-text-editor/fluent.scss +1 -4
  114. package/styles/rich-text-editor/highcontrast-light.css +222 -72
  115. package/styles/rich-text-editor/highcontrast-light.scss +1 -4
  116. package/styles/rich-text-editor/highcontrast.css +222 -72
  117. package/styles/rich-text-editor/highcontrast.scss +1 -4
  118. package/styles/rich-text-editor/material-dark.css +220 -70
  119. package/styles/rich-text-editor/material-dark.scss +1 -4
  120. package/styles/rich-text-editor/material.css +220 -70
  121. package/styles/rich-text-editor/material.scss +1 -4
  122. package/styles/rich-text-editor/tailwind-dark.css +220 -70
  123. package/styles/rich-text-editor/tailwind-dark.scss +1 -4
  124. package/styles/rich-text-editor/tailwind.css +220 -70
  125. package/styles/rich-text-editor/tailwind.scss +1 -4
  126. package/styles/tailwind-dark.css +220 -70
  127. package/styles/tailwind.css +220 -70
  128. package/esm2020/public_api.mjs +0 -3
  129. package/esm2020/src/index.mjs +0 -5
  130. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -59
  131. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -168
  132. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
  133. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
  134. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -252
  135. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
  136. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -252
  137. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
  138. package/styles/_all.scss +0 -2
  139. package/styles/rich-text-editor/_all.scss +0 -2
  140. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -207
  141. package/styles/rich-text-editor/_bootstrap-definition.scss +0 -264
  142. package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -390
  143. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
  144. package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -190
  145. package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -188
  146. package/styles/rich-text-editor/_fabric-definition.scss +0 -187
  147. package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
  148. package/styles/rich-text-editor/_fluent-definition.scss +0 -193
  149. package/styles/rich-text-editor/_fusionnew-definition.scss +0 -190
  150. package/styles/rich-text-editor/_highcontrast-definition.scss +0 -187
  151. package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -187
  152. package/styles/rich-text-editor/_layout.scss +0 -1791
  153. package/styles/rich-text-editor/_material-dark-definition.scss +0 -190
  154. package/styles/rich-text-editor/_material-definition.scss +0 -189
  155. package/styles/rich-text-editor/_material3-definition.scss +0 -190
  156. package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
  157. package/styles/rich-text-editor/_tailwind-definition.scss +0 -188
  158. package/styles/rich-text-editor/_theme.scss +0 -641
  159. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -304
  160. package/styles/rich-text-editor/icons/_bootstrap.scss +0 -304
  161. package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -304
  162. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
  163. package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -303
  164. package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -304
  165. package/styles/rich-text-editor/icons/_fabric.scss +0 -304
  166. package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
  167. package/styles/rich-text-editor/icons/_fluent.scss +0 -303
  168. package/styles/rich-text-editor/icons/_fusionnew.scss +0 -303
  169. package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -304
  170. package/styles/rich-text-editor/icons/_highcontrast.scss +0 -304
  171. package/styles/rich-text-editor/icons/_material-dark.scss +0 -304
  172. package/styles/rich-text-editor/icons/_material.scss +0 -304
  173. package/styles/rich-text-editor/icons/_material3.scss +0 -303
  174. package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
  175. package/styles/rich-text-editor/icons/_tailwind.scss +0 -303
  176. package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-richtexteditor.umd.js","sources":["~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor-all.module.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.module.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.component.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\nimport { RichTextEditorModule } from './richtexteditor.module';\nimport {Toolbar, Link, Image, Audio, Video, Count, QuickToolbar, HtmlEditor, MarkdownEditor, Table, PasteCleanup, Resize, FileManager} from '@syncfusion/ej2-richtexteditor';\n\n\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'RichTextEditorToolbar', useValue: Toolbar};\nexport const /** @type {?} */ LinkService: ValueProvider = { provide: 'RichTextEditorLink', useValue: Link};\nexport const /** @type {?} */ ImageService: ValueProvider = { provide: 'RichTextEditorImage', useValue: Image};\nexport const /** @type {?} */ AudioService: ValueProvider = { provide: 'RichTextEditorAudio', useValue: Audio};\nexport const /** @type {?} */ VideoService: ValueProvider = { provide: 'RichTextEditorVideo', useValue: Video};\nexport const /** @type {?} */ CountService: ValueProvider = { provide: 'RichTextEditorCount', useValue: Count};\nexport const /** @type {?} */ QuickToolbarService: ValueProvider = { provide: 'RichTextEditorQuickToolbar', useValue: QuickToolbar};\nexport const /** @type {?} */ HtmlEditorService: ValueProvider = { provide: 'RichTextEditorHtmlEditor', useValue: HtmlEditor};\nexport const /** @type {?} */ MarkdownEditorService: ValueProvider = { provide: 'RichTextEditorMarkdownEditor', useValue: MarkdownEditor};\nexport const /** @type {?} */ TableService: ValueProvider = { provide: 'RichTextEditorTable', useValue: Table};\nexport const /** @type {?} */ PasteCleanupService: ValueProvider = { provide: 'RichTextEditorPasteCleanup', useValue: PasteCleanup};\nexport const /** @type {?} */ ResizeService: ValueProvider = { provide: 'RichTextEditorResize', useValue: Resize};\nexport const /** @type {?} */ FileManagerService: ValueProvider = { provide: 'RichTextEditorFileManager', useValue: FileManager};\n/**\n * NgModule definition for the RichTextEditor component with providers.\n */\nexport class RichTextEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RichTextEditorModule],\n exports: [\n RichTextEditorModule\n ],\n providers:[\n ToolbarService,\n LinkService,\n ImageService,\n AudioService,\n VideoService,\n CountService,\n QuickToolbarService,\n HtmlEditorService,\n MarkdownEditorService,\n TableService,\n PasteCleanupService,\n ResizeService,\n FileManagerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RichTextEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\n/**\n * NgModule definition for the RichTextEditor component.\n */\nexport class RichTextEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RichTextEditorComponent\n ],\n exports: [\n RichTextEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RichTextEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { RichTextEditor } from '@syncfusion/ej2-richtexteditor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['autoSaveOnIdle','backgroundColor','bulletFormatList','cssClass','editorMode','enableAutoUrl','enableHtmlEncode','enableHtmlSanitizer','enablePersistence','enableResize','enableRtl','enableTabKey','enableXhtml','enabled','enterKey','fileManagerSettings','floatingToolbarOffset','fontColor','fontFamily','fontSize','format','formatter','height','htmlAttributes','iframeSettings','inlineMode','insertAudioSettings','insertImageSettings','insertVideoSettings','keyConfig','locale','maxLength','numberFormatList','pasteCleanupSettings','placeholder','quickToolbarSettings','readonly','saveInterval','shiftEnterKey','showCharCount','tableSettings','toolbarSettings','undoRedoSteps','undoRedoTimer','value','valueTemplate','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','afterImageDelete','afterMediaDelete','afterPasteCleanup','beforeDialogClose','beforeDialogOpen','beforeFileUpload','beforeImageDrop','beforeImageUpload','beforePasteCleanup','beforeQuickToolbarOpen','beforeSanitizeHtml','blur','change','created','destroyed','dialogClose','dialogOpen','fileRemoving','fileSelected','fileUploadFailed','fileUploadSuccess','fileUploading','focus','imageRemoving','imageSelected','imageUploadFailed','imageUploadSuccess','imageUploading','quickToolbarClose','quickToolbarOpen','resizeStart','resizeStop','resizing','toolbarClick','toolbarStatusUpdate','updatedToolbarStatus','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-richtexteditor` represents the Angular richtexteditor Component.\n * ```html\n * <ejs-richtexteditor></ejs-richtexteditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class RichTextEditorComponent extends RichTextEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tafterImageDelete: any;\n\tafterMediaDelete: any;\n\tafterPasteCleanup: any;\n\tbeforeDialogClose: any;\n\tbeforeDialogOpen: any;\n\tbeforeFileUpload: any;\n\tbeforeImageDrop: any;\n\tbeforeImageUpload: any;\n\tbeforePasteCleanup: any;\n\tbeforeQuickToolbarOpen: any;\n\tbeforeSanitizeHtml: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdialogClose: any;\n\tdialogOpen: any;\n\tfileRemoving: any;\n\tfileSelected: any;\n\tfileUploadFailed: any;\n\tfileUploadSuccess: any;\n\tfileUploading: any;\n\tfocus: any;\n\timageRemoving: any;\n\timageSelected: any;\n\timageUploadFailed: any;\n\timageUploadSuccess: any;\n\timageUploading: any;\n\tquickToolbarClose: any;\n\tquickToolbarOpen: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\ttoolbarClick: any;\n\ttoolbarStatusUpdate: any;\n\tupdatedToolbarStatus: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n */\n@Template()\n public valueTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RichTextEditorToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorLink');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorImage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorAudio');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorVideo');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorCount');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorQuickToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorHtmlEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorMarkdownEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorTable');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorPasteCleanup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorFileManager');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-richtexteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => RichTextEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'valueTemplate': [{ type: ContentChild, args: ['valueTemplate', ] },],\n};\n}\n\nfunction RichTextEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorComponent.ctorParameters;\n/** @type {?} */\nRichTextEditorComponent.propDecorators;\n/** @type {?} */\nRichTextEditorComponent.prototype.formCompContext;\n/** @type {?} */\nRichTextEditorComponent.prototype.formContext;\n/** @type {?} */\nRichTextEditorComponent.prototype.tagObjects;\n/** @type {?} */\nRichTextEditorComponent.prototype.actionBegin;\n/** @type {?} */\nRichTextEditorComponent.prototype.actionComplete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterImageDelete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterMediaDelete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterPasteCleanup;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeDialogClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeDialogOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeFileUpload;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeImageDrop;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeImageUpload;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforePasteCleanup;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeQuickToolbarOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nRichTextEditorComponent.prototype.blur;\n/** @type {?} */\nRichTextEditorComponent.prototype.change;\n/** @type {?} */\nRichTextEditorComponent.prototype.created;\n/** @type {?} */\nRichTextEditorComponent.prototype.destroyed;\n/** @type {?} */\nRichTextEditorComponent.prototype.dialogClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.dialogOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileRemoving;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileSelected;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploadFailed;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploadSuccess;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploading;\n/** @type {?} */\nRichTextEditorComponent.prototype.focus;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageRemoving;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageSelected;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploadFailed;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploadSuccess;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploading;\n/** @type {?} */\nRichTextEditorComponent.prototype.quickToolbarClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.quickToolbarOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizeStart;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizeStop;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizing;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarStatusUpdate;\n/** @type {?} */\nRichTextEditorComponent.prototype.updatedToolbarStatus;\n/** @type {?} */\nRichTextEditorComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * @type {?}\n */\nRichTextEditorComponent.prototype.valueTemplate;\n/** @type {?} */\nRichTextEditorComponent.prototype.skipFromEvent;\n/** @type {?} */\nRichTextEditorComponent.prototype.registerEvents;\n/** @type {?} */\nRichTextEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nRichTextEditorComponent.prototype.ngEle;\n/** @type {?} */\nRichTextEditorComponent.prototype.srenderer;\n/** @type {?} */\nRichTextEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nRichTextEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","FileManager","Resize","PasteCleanup","Table","MarkdownEditor","HtmlEditor","QuickToolbar","Count","Video","Audio","Image","Link","Toolbar","RichTextEditorComponent","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","FormBase","Template","ContentChild","forwardRef","NG_VALUE_ACCESSOR","ChangeDetectionStrategy","Component","RichTextEditor","setValue"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-richtexteditor.umd.min.js
3
+ * version : 20.3.47
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-richtexteditor"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-richtexteditor","@angular/common"],o):o(e["ej2-angular-richtexteditor"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.richtexteditor,e.ng.common)}(this,function(e,o,t,i,a,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var t in o)o.hasOwnProperty(t)&&(e[t]=o[t])};return function(o,t){function i(){this.constructor=o}e(o,t),o.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}}(),_=this&&this.__decorate||function(e,o,t,i){var a,r=arguments.length,n=r<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,t):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,o,t,i);else for(var _=e.length-1;_>=0;_--)(a=e[_])&&(n=(r<3?a(n):r>3?a(o,t,n):a(o,t))||n);return r>3&&n&&Object.defineProperty(o,t,n),n},C=this&&this.__metadata||function(e,o){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,o)},l=["autoSaveOnIdle","backgroundColor","bulletFormatList","cssClass","editorMode","enableAutoUrl","enableHtmlEncode","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","enableTabKey","enableXhtml","enabled","enterKey","fileManagerSettings","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatter","height","htmlAttributes","iframeSettings","inlineMode","insertAudioSettings","insertImageSettings","insertVideoSettings","keyConfig","locale","maxLength","numberFormatList","pasteCleanupSettings","placeholder","quickToolbarSettings","readonly","saveInterval","shiftEnterKey","showCharCount","tableSettings","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width"],S=["actionBegin","actionComplete","afterImageDelete","afterMediaDelete","afterPasteCleanup","beforeDialogClose","beforeDialogOpen","beforeFileUpload","beforeImageDrop","beforeImageUpload","beforePasteCleanup","beforeQuickToolbarOpen","beforeSanitizeHtml","blur","change","created","destroyed","dialogClose","dialogOpen","fileRemoving","fileSelected","fileUploadFailed","fileUploadSuccess","fileUploading","focus","imageRemoving","imageSelected","imageUploadFailed","imageUploadSuccess","imageUploading","quickToolbarClose","quickToolbarOpen","resizeStart","resizeStop","resizing","toolbarClick","toolbarStatusUpdate","updatedToolbarStatus","valueChange"],E=["value"];e.RichTextEditorComponent=L=function(e){function o(o,t,a,r){var n=e.call(this)||this;n.ngEle=o,n.srenderer=t,n.viewContainerRef=a,n.injector=r,n.skipFromEvent=!0,n.element=n.ngEle.nativeElement,n.injectedModules=n.injectedModules||[];try{var _=n.injector.get("RichTextEditorToolbar");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(C){}try{_=n.injector.get("RichTextEditorLink");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(l){}try{_=n.injector.get("RichTextEditorImage");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(L){}try{_=n.injector.get("RichTextEditorAudio");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(T){}try{_=n.injector.get("RichTextEditorVideo");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(d){}try{_=n.injector.get("RichTextEditorCount");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(s){}try{_=n.injector.get("RichTextEditorQuickToolbar");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(c){}try{_=n.injector.get("RichTextEditorHtmlEditor");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(R){}try{_=n.injector.get("RichTextEditorMarkdownEditor");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(I){}try{_=n.injector.get("RichTextEditorTable");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(O){}try{_=n.injector.get("RichTextEditorPasteCleanup");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(A){}try{_=n.injector.get("RichTextEditorResize");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(u){}try{_=n.injector.get("RichTextEditorFileManager");-1===n.injectedModules.indexOf(_)&&n.injectedModules.push(_)}catch(m){}return n.registerEvents(S),n.addTwoWay.call(n,E),i.setValue("currentInstance",n,n.viewContainerRef),n.formContext=new i.FormBase,n.formCompContext=new i.ComponentBase,n}return n(o,e),o.prototype.registerOnChange=function(e){},o.prototype.registerOnTouched=function(e){},o.prototype.writeValue=function(e){},o.prototype.setDisabledState=function(e){},o.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},o.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},o.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},o.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},o}(a.RichTextEditor),e.RichTextEditorComponent.decorators=[{type:o.Component,args:[{selector:"ejs-richtexteditor",inputs:l,outputs:S,template:"",changeDetection:o.ChangeDetectionStrategy.OnPush,providers:[{provide:t.NG_VALUE_ACCESSOR,useExisting:o.forwardRef(function(){return L}),multi:!0}],queries:{}}]}],e.RichTextEditorComponent.ctorParameters=function(){return[{type:o.ElementRef},{type:o.Renderer2},{type:o.ViewContainerRef},{type:o.Injector}]},e.RichTextEditorComponent.propDecorators={valueTemplate:[{type:o.ContentChild,args:["valueTemplate"]}]},_([i.Template(),C("design:type",Object)],e.RichTextEditorComponent.prototype,"valueTemplate",void 0),e.RichTextEditorComponent=L=_([i.ComponentMixins([i.ComponentBase,i.FormBase]),C("design:paramtypes",[o.ElementRef,o.Renderer2,o.ViewContainerRef,o.Injector])],e.RichTextEditorComponent);var L,T=function(){return function(){}}();T.decorators=[{type:o.NgModule,args:[{imports:[r.CommonModule],declarations:[e.RichTextEditorComponent],exports:[e.RichTextEditorComponent]}]}],T.ctorParameters=function(){return[]};var d={provide:"RichTextEditorToolbar",useValue:a.Toolbar},s={provide:"RichTextEditorLink",useValue:a.Link},c={provide:"RichTextEditorImage",useValue:a.Image},R={provide:"RichTextEditorAudio",useValue:a.Audio},I={provide:"RichTextEditorVideo",useValue:a.Video},O={provide:"RichTextEditorCount",useValue:a.Count},A={provide:"RichTextEditorQuickToolbar",useValue:a.QuickToolbar},u={provide:"RichTextEditorHtmlEditor",useValue:a.HtmlEditor},m={provide:"RichTextEditorMarkdownEditor",useValue:a.MarkdownEditor},D={provide:"RichTextEditorTable",useValue:a.Table},p={provide:"RichTextEditorPasteCleanup",useValue:a.PasteCleanup},N={provide:"RichTextEditorResize",useValue:a.Resize},g={provide:"RichTextEditorFileManager",useValue:a.FileManager},M=function(){return function(){}}();M.decorators=[{type:o.NgModule,args:[{imports:[r.CommonModule,T],exports:[T],providers:[d,s,c,R,I,O,A,u,m,D,p,N,g]}]}],M.ctorParameters=function(){return[]},e.RichTextEditorModule=T,e.RichTextEditorAllModule=M,e.ToolbarService=d,e.LinkService=s,e.ImageService=c,e.AudioService=R,e.VideoService=I,e.CountService=O,e.QuickToolbarService=A,e.HtmlEditorService=u,e.MarkdownEditorService=m,e.TableService=D,e.PasteCleanupService=p,e.ResizeService=N,e.FileManagerService=g,e.ɵa=l,e.ɵb=S,e.Toolbar=a.Toolbar,e.KeyboardEvents=a.KeyboardEvents,e.BaseToolbar=a.BaseToolbar,e.BaseQuickToolbar=a.BaseQuickToolbar,e.QuickToolbar=a.QuickToolbar,e.Count=a.Count,e.ColorPickerInput=a.ColorPickerInput,e.MarkdownToolbarStatus=a.MarkdownToolbarStatus,e.ExecCommandCallBack=a.ExecCommandCallBack,e.ToolbarAction=a.ToolbarAction,e.MarkdownEditor=a.MarkdownEditor,e.HtmlEditor=a.HtmlEditor,e.PasteCleanup=a.PasteCleanup,e.Resize=a.Resize,e.DropDownButtons=a.DropDownButtons,e.FileManager=a.FileManager,e.FullScreen=a.FullScreen,e.setAttributes=a.setAttributes,e.HtmlToolbarStatus=a.HtmlToolbarStatus,e.XhtmlValidation=a.XhtmlValidation,e.HTMLFormatter=a.HTMLFormatter,e.Formatter=a.Formatter,e.MarkdownFormatter=a.MarkdownFormatter,e.ContentRender=a.ContentRender,e.Render=a.Render,e.ToolbarRenderer=a.ToolbarRenderer,e.Link=a.Link,e.Image=a.Image,e.Audio=a.Audio,e.Video=a.Video,e.ViewSource=a.ViewSource,e.Table=a.Table,e.DialogRenderer=a.DialogRenderer,e.IframeContentRender=a.IframeContentRender,e.MarkdownRender=a.MarkdownRender,e.PopupRenderer=a.PopupRenderer,e.RichTextEditor=a.RichTextEditor,e.RenderType=a.RenderType,e.ToolbarType=a.ToolbarType,e.DialogType=a.DialogType,e.executeGroup=a.executeGroup,e.created=a.created,e.destroyed=a.destroyed,e.tableclass=a.tableclass,e.load=a.load,e.initialLoad=a.initialLoad,e.contentChanged=a.contentChanged,e.initialEnd=a.initialEnd,e.iframeMouseDown=a.iframeMouseDown,e.destroy=a.destroy,e.toolbarClick=a.toolbarClick,e.toolbarRefresh=a.toolbarRefresh,e.refreshBegin=a.refreshBegin,e.toolbarUpdated=a.toolbarUpdated,e.bindOnEnd=a.bindOnEnd,e.renderColorPicker=a.renderColorPicker,e.htmlToolbarClick=a.htmlToolbarClick,e.markdownToolbarClick=a.markdownToolbarClick,e.destroyColorPicker=a.destroyColorPicker,e.modelChanged=a.modelChanged,e.tableModulekeyUp=a.tableModulekeyUp,e.keyUp=a.keyUp,e.keyDown=a.keyDown,e.mouseUp=a.mouseUp,e.toolbarCreated=a.toolbarCreated,e.toolbarRenderComplete=a.toolbarRenderComplete,e.enableFullScreen=a.enableFullScreen,e.disableFullScreen=a.disableFullScreen,e.dropDownSelect=a.dropDownSelect,e.beforeDropDownItemRender=a.beforeDropDownItemRender,e.execCommandCallBack=a.execCommandCallBack,e.imageToolbarAction=a.imageToolbarAction,e.audioToolbarAction=a.audioToolbarAction,e.videoToolbarAction=a.videoToolbarAction,e.linkToolbarAction=a.linkToolbarAction,e.windowResize=a.windowResize,e.resizeStart=a.resizeStart,e.onResize=a.onResize,e.resizeStop=a.resizeStop,e.undo=a.undo,e.redo=a.redo,e.insertLink=a.insertLink,e.unLink=a.unLink,e.editLink=a.editLink,e.openLink=a.openLink,e.actionBegin=a.actionBegin,e.actionComplete=a.actionComplete,e.updatedToolbarStatus=a.updatedToolbarStatus,e.actionSuccess=a.actionSuccess,e.updateToolbarItem=a.updateToolbarItem,e.insertImage=a.insertImage,e.insertAudio=a.insertAudio,e.insertVideo=a.insertVideo,e.insertCompleted=a.insertCompleted,e.imageLeft=a.imageLeft,e.imageRight=a.imageRight,e.imageCenter=a.imageCenter,e.imageBreak=a.imageBreak,e.imageInline=a.imageInline,e.imageLink=a.imageLink,e.imageAlt=a.imageAlt,e.imageDelete=a.imageDelete,e.audioDelete=a.audioDelete,e.videoDelete=a.videoDelete,e.imageCaption=a.imageCaption,e.imageSize=a.imageSize,e.videoSize=a.videoSize,e.sourceCode=a.sourceCode,e.updateSource=a.updateSource,e.toolbarOpen=a.toolbarOpen,e.beforeDropDownOpen=a.beforeDropDownOpen,e.selectionSave=a.selectionSave,e.selectionRestore=a.selectionRestore,e.expandPopupClick=a.expandPopupClick,e.count=a.count,e.contentFocus=a.contentFocus,e.contentBlur=a.contentBlur,e.mouseDown=a.mouseDown,e.sourceCodeMouseDown=a.sourceCodeMouseDown,e.editAreaClick=a.editAreaClick,e.scroll=a.scroll,e.contentscroll=a.contentscroll,e.colorPickerChanged=a.colorPickerChanged,e.tableColorPickerChanged=a.tableColorPickerChanged,e.focusChange=a.focusChange,e.selectAll=a.selectAll,e.selectRange=a.selectRange,e.getSelectedHtml=a.getSelectedHtml,e.renderInlineToolbar=a.renderInlineToolbar,e.paste=a.paste,e.imgModule=a.imgModule,e.rtlMode=a.rtlMode,e.createTable=a.createTable,e.docClick=a.docClick,e.tableToolbarAction=a.tableToolbarAction,e.checkUndo=a.checkUndo,e.readOnlyMode=a.readOnlyMode,e.moduleDestroy=a.moduleDestroy,e.pasteClean=a.pasteClean,e.enterHandler=a.enterHandler,e.beforeDialogOpen=a.beforeDialogOpen,e.clearDialogObj=a.clearDialogObj,e.dialogOpen=a.dialogOpen,e.beforeDialogClose=a.beforeDialogClose,e.dialogClose=a.dialogClose,e.beforeQuickToolbarOpen=a.beforeQuickToolbarOpen,e.quickToolbarOpen=a.quickToolbarOpen,e.quickToolbarClose=a.quickToolbarClose,e.popupHide=a.popupHide,e.imageSelected=a.imageSelected,e.imageUploading=a.imageUploading,e.imageUploadSuccess=a.imageUploadSuccess,e.imageUploadFailed=a.imageUploadFailed,e.imageRemoving=a.imageRemoving,e.fileSelected=a.fileSelected,e.fileUploading=a.fileUploading,e.fileUploadSuccess=a.fileUploadSuccess,e.fileUploadFailed=a.fileUploadFailed,e.fileRemoving=a.fileRemoving,e.afterImageDelete=a.afterImageDelete,e.afterMediaDelete=a.afterMediaDelete,e.drop=a.drop,e.xhtmlValidation=a.xhtmlValidation,e.beforeImageUpload=a.beforeImageUpload,e.beforeFileUpload=a.beforeFileUpload,e.resizeInitialized=a.resizeInitialized,e.renderFileManager=a.renderFileManager,e.beforeImageDrop=a.beforeImageDrop,e.dynamicModule=a.dynamicModule,e.beforePasteCleanup=a.beforePasteCleanup,e.afterPasteCleanup=a.afterPasteCleanup,e.updateTbItemsStatus=a.updateTbItemsStatus,e.showLinkDialog=a.showLinkDialog,e.closeLinkDialog=a.closeLinkDialog,e.showImageDialog=a.showImageDialog,e.showAudioDialog=a.showAudioDialog,e.showVideoDialog=a.showVideoDialog,e.closeImageDialog=a.closeImageDialog,e.closeAudioDialog=a.closeAudioDialog,e.closeVideoDialog=a.closeVideoDialog,e.showTableDialog=a.showTableDialog,e.closeTableDialog=a.closeTableDialog,e.bindCssClass=a.bindCssClass,e.blockEmptyNodes=a.blockEmptyNodes,e.inlineEmptyNodes=a.inlineEmptyNodes,e.CLS_RTE=a.CLS_RTE,e.CLS_RTL=a.CLS_RTL,e.CLS_CONTENT=a.CLS_CONTENT,e.CLS_DISABLED=a.CLS_DISABLED,e.CLS_SCRIPT_SHEET=a.CLS_SCRIPT_SHEET,e.CLS_STYLE_SHEET=a.CLS_STYLE_SHEET,e.CLS_TOOLBAR=a.CLS_TOOLBAR,e.CLS_TB_FIXED=a.CLS_TB_FIXED,e.CLS_TB_FLOAT=a.CLS_TB_FLOAT,e.CLS_TB_ABS_FLOAT=a.CLS_TB_ABS_FLOAT,e.CLS_INLINE=a.CLS_INLINE,e.CLS_TB_INLINE=a.CLS_TB_INLINE,e.CLS_RTE_EXPAND_TB=a.CLS_RTE_EXPAND_TB,e.CLS_FULL_SCREEN=a.CLS_FULL_SCREEN,e.CLS_QUICK_TB=a.CLS_QUICK_TB,e.CLS_POP=a.CLS_POP,e.CLS_TB_STATIC=a.CLS_TB_STATIC,e.CLS_QUICK_POP=a.CLS_QUICK_POP,e.CLS_QUICK_DROPDOWN=a.CLS_QUICK_DROPDOWN,e.CLS_IMAGE_POP=a.CLS_IMAGE_POP,e.CLS_INLINE_POP=a.CLS_INLINE_POP,e.CLS_INLINE_DROPDOWN=a.CLS_INLINE_DROPDOWN,e.CLS_DROPDOWN_POPUP=a.CLS_DROPDOWN_POPUP,e.CLS_DROPDOWN_ICONS=a.CLS_DROPDOWN_ICONS,e.CLS_DROPDOWN_ITEMS=a.CLS_DROPDOWN_ITEMS,e.CLS_DROPDOWN_BTN=a.CLS_DROPDOWN_BTN,e.CLS_RTE_CONTENT=a.CLS_RTE_CONTENT,e.CLS_TB_ITEM=a.CLS_TB_ITEM,e.CLS_TB_EXTENDED=a.CLS_TB_EXTENDED,e.CLS_TB_WRAP=a.CLS_TB_WRAP,e.CLS_POPUP=a.CLS_POPUP,e.CLS_SEPARATOR=a.CLS_SEPARATOR,e.CLS_MINIMIZE=a.CLS_MINIMIZE,e.CLS_MAXIMIZE=a.CLS_MAXIMIZE,e.CLS_BACK=a.CLS_BACK,e.CLS_SHOW=a.CLS_SHOW,e.CLS_HIDE=a.CLS_HIDE,e.CLS_VISIBLE=a.CLS_VISIBLE,e.CLS_FOCUS=a.CLS_FOCUS,e.CLS_RM_WHITE_SPACE=a.CLS_RM_WHITE_SPACE,e.CLS_IMGRIGHT=a.CLS_IMGRIGHT,e.CLS_IMGLEFT=a.CLS_IMGLEFT,e.CLS_IMGCENTER=a.CLS_IMGCENTER,e.CLS_IMGBREAK=a.CLS_IMGBREAK,e.CLS_AUDIOBREAK=a.CLS_AUDIOBREAK,e.CLS_CLICKELEM=a.CLS_CLICKELEM,e.CLS_VID_CLICK_ELEM=a.CLS_VID_CLICK_ELEM,e.CLS_AUDIOWRAP=a.CLS_AUDIOWRAP,e.CLS_VIDEOWRAP=a.CLS_VIDEOWRAP,e.CLS_VIDEOBREAK=a.CLS_VIDEOBREAK,e.CLS_CAPTION=a.CLS_CAPTION,e.CLS_RTE_CAPTION=a.CLS_RTE_CAPTION,e.CLS_CAPINLINE=a.CLS_CAPINLINE,e.CLS_IMGINLINE=a.CLS_IMGINLINE,e.CLS_AUDIOINLINE=a.CLS_AUDIOINLINE,e.CLS_VIDEOINLINE=a.CLS_VIDEOINLINE,e.CLS_COUNT=a.CLS_COUNT,e.CLS_WARNING=a.CLS_WARNING,e.CLS_ERROR=a.CLS_ERROR,e.CLS_ICONS=a.CLS_ICONS,e.CLS_ACTIVE=a.CLS_ACTIVE,e.CLS_EXPAND_OPEN=a.CLS_EXPAND_OPEN,e.CLS_RTE_ELEMENTS=a.CLS_RTE_ELEMENTS,e.CLS_TB_BTN=a.CLS_TB_BTN,e.CLS_HR_SEPARATOR=a.CLS_HR_SEPARATOR,e.CLS_TB_IOS_FIX=a.CLS_TB_IOS_FIX,e.CLS_LIST_PRIMARY_CONTENT=a.CLS_LIST_PRIMARY_CONTENT,e.CLS_NUMBERFORMATLIST_TB_BTN=a.CLS_NUMBERFORMATLIST_TB_BTN,e.CLS_BULLETFORMATLIST_TB_BTN=a.CLS_BULLETFORMATLIST_TB_BTN,e.CLS_FORMATS_TB_BTN=a.CLS_FORMATS_TB_BTN,e.CLS_FONT_NAME_TB_BTN=a.CLS_FONT_NAME_TB_BTN,e.CLS_FONT_SIZE_TB_BTN=a.CLS_FONT_SIZE_TB_BTN,e.CLS_ALIGN_TB_BTN=a.CLS_ALIGN_TB_BTN,e.CLS_FONT_COLOR_TARGET=a.CLS_FONT_COLOR_TARGET,e.CLS_BACKGROUND_COLOR_TARGET=a.CLS_BACKGROUND_COLOR_TARGET,e.CLS_COLOR_CONTENT=a.CLS_COLOR_CONTENT,e.CLS_FONT_COLOR_DROPDOWN=a.CLS_FONT_COLOR_DROPDOWN,e.CLS_BACKGROUND_COLOR_DROPDOWN=a.CLS_BACKGROUND_COLOR_DROPDOWN,e.CLS_COLOR_PALETTE=a.CLS_COLOR_PALETTE,e.CLS_FONT_COLOR_PICKER=a.CLS_FONT_COLOR_PICKER,e.CLS_BACKGROUND_COLOR_PICKER=a.CLS_BACKGROUND_COLOR_PICKER,e.CLS_RTE_READONLY=a.CLS_RTE_READONLY,e.CLS_TABLE_SEL=a.CLS_TABLE_SEL,e.CLS_TB_DASH_BOR=a.CLS_TB_DASH_BOR,e.CLS_TB_ALT_BOR=a.CLS_TB_ALT_BOR,e.CLS_TB_COL_RES=a.CLS_TB_COL_RES,e.CLS_TB_ROW_RES=a.CLS_TB_ROW_RES,e.CLS_TB_BOX_RES=a.CLS_TB_BOX_RES,e.CLS_RTE_HIDDEN=a.CLS_RTE_HIDDEN,e.CLS_RTE_PASTE_KEEP_FORMAT=a.CLS_RTE_PASTE_KEEP_FORMAT,e.CLS_RTE_PASTE_REMOVE_FORMAT=a.CLS_RTE_PASTE_REMOVE_FORMAT,e.CLS_RTE_PASTE_PLAIN_FORMAT=a.CLS_RTE_PASTE_PLAIN_FORMAT,e.CLS_RTE_PASTE_OK=a.CLS_RTE_PASTE_OK,e.CLS_RTE_PASTE_CANCEL=a.CLS_RTE_PASTE_CANCEL,e.CLS_RTE_DIALOG_MIN_HEIGHT=a.CLS_RTE_DIALOG_MIN_HEIGHT,e.CLS_RTE_RES_HANDLE=a.CLS_RTE_RES_HANDLE,e.CLS_RTE_RES_EAST=a.CLS_RTE_RES_EAST,e.CLS_RTE_IMAGE=a.CLS_RTE_IMAGE,e.CLS_RESIZE=a.CLS_RESIZE,e.CLS_IMG_FOCUS=a.CLS_IMG_FOCUS,e.CLS_AUD_FOCUS=a.CLS_AUD_FOCUS,e.CLS_VID_FOCUS=a.CLS_VID_FOCUS,e.CLS_RTE_DRAG_IMAGE=a.CLS_RTE_DRAG_IMAGE,e.CLS_RTE_UPLOAD_POPUP=a.CLS_RTE_UPLOAD_POPUP,e.CLS_POPUP_OPEN=a.CLS_POPUP_OPEN,e.CLS_IMG_RESIZE=a.CLS_IMG_RESIZE,e.CLS_DROPAREA=a.CLS_DROPAREA,e.CLS_IMG_INNER=a.CLS_IMG_INNER,e.CLS_UPLOAD_FILES=a.CLS_UPLOAD_FILES,e.CLS_RTE_DIALOG_UPLOAD=a.CLS_RTE_DIALOG_UPLOAD,e.CLS_RTE_RES_CNT=a.CLS_RTE_RES_CNT,e.CLS_CUSTOM_TILE=a.CLS_CUSTOM_TILE,e.CLS_NOCOLOR_ITEM=a.CLS_NOCOLOR_ITEM,e.CLS_TABLE=a.CLS_TABLE,e.CLS_TABLE_BORDER=a.CLS_TABLE_BORDER,e.CLS_RTE_TABLE_RESIZE=a.CLS_RTE_TABLE_RESIZE,e.CLS_RTE_FIXED_TB_EXPAND=a.CLS_RTE_FIXED_TB_EXPAND,e.CLS_RTE_TB_ENABLED=a.CLS_RTE_TB_ENABLED,e.CLS_RTE_RES_WEST=a.CLS_RTE_RES_WEST,e.getIndex=a.getIndex,e.hasClass=a.hasClass,e.getDropDownValue=a.getDropDownValue,e.isIDevice=a.isIDevice,e.getFormattedFontSize=a.getFormattedFontSize,e.pageYOffset=a.pageYOffset,e.getTooltipText=a.getTooltipText,e.setToolbarStatus=a.setToolbarStatus,e.getCollection=a.getCollection,e.getTBarItemsIndex=a.getTBarItemsIndex,e.updateUndoRedoStatus=a.updateUndoRedoStatus,e.dispatchEvent=a.dispatchEvent,e.parseHtml=a.parseHtml,e.getTextNodesUnder=a.getTextNodesUnder,e.toObjectLowerCase=a.toObjectLowerCase,e.getEditValue=a.getEditValue,e.updateTextNode=a.updateTextNode,e.getDefaultValue=a.getDefaultValue,e.isEditableValueEmpty=a.isEditableValueEmpty,e.decode=a.decode,e.sanitizeHelper=a.sanitizeHelper,e.convertToBlob=a.convertToBlob,e.getLocaleFontFormat=a.getLocaleFontFormat,e.updateDropDownFontFormatLocale=a.updateDropDownFontFormatLocale,e.ServiceLocator=a.ServiceLocator,e.RendererFactory=a.RendererFactory,e.EditorManager=a.EditorManager,e.IMAGE=a.IMAGE,e.AUDIO=a.AUDIO,e.VIDEO=a.VIDEO,e.TABLE=a.TABLE,e.LINK=a.LINK,e.INSERT_ROW=a.INSERT_ROW,e.INSERT_COLUMN=a.INSERT_COLUMN,e.DELETEROW=a.DELETEROW,e.DELETECOLUMN=a.DELETECOLUMN,e.REMOVETABLE=a.REMOVETABLE,e.TABLEHEADER=a.TABLEHEADER,e.TABLE_VERTICAL_ALIGN=a.TABLE_VERTICAL_ALIGN,e.TABLE_MERGE=a.TABLE_MERGE,e.TABLE_VERTICAL_SPLIT=a.TABLE_VERTICAL_SPLIT,e.TABLE_HORIZONTAL_SPLIT=a.TABLE_HORIZONTAL_SPLIT,e.TABLE_MOVE=a.TABLE_MOVE,e.ALIGNMENT_TYPE=a.ALIGNMENT_TYPE,e.INDENT_TYPE=a.INDENT_TYPE,e.DEFAULT_TAG=a.DEFAULT_TAG,e.BLOCK_TAGS=a.BLOCK_TAGS,e.IGNORE_BLOCK_TAGS=a.IGNORE_BLOCK_TAGS,e.TABLE_BLOCK_TAGS=a.TABLE_BLOCK_TAGS,e.SELECTION_TYPE=a.SELECTION_TYPE,e.INSERTHTML_TYPE=a.INSERTHTML_TYPE,e.INSERT_TEXT_TYPE=a.INSERT_TEXT_TYPE,e.CLEAR_TYPE=a.CLEAR_TYPE,e.SELF_CLOSING_TAGS=a.SELF_CLOSING_TAGS,e.CLASS_IMAGE_RIGHT=a.CLASS_IMAGE_RIGHT,e.CLASS_IMAGE_LEFT=a.CLASS_IMAGE_LEFT,e.CLASS_IMAGE_CENTER=a.CLASS_IMAGE_CENTER,e.CLASS_VIDEO_RIGHT=a.CLASS_VIDEO_RIGHT,e.CLASS_VIDEO_LEFT=a.CLASS_VIDEO_LEFT,e.CLASS_VIDEO_CENTER=a.CLASS_VIDEO_CENTER,e.CLASS_IMAGE_BREAK=a.CLASS_IMAGE_BREAK,e.CLASS_AUDIO_BREAK=a.CLASS_AUDIO_BREAK,e.CLASS_VIDEO_BREAK=a.CLASS_VIDEO_BREAK,e.CLASS_CAPTION=a.CLASS_CAPTION,e.CLASS_RTE_CAPTION=a.CLASS_RTE_CAPTION,e.CLASS_CAPTION_INLINE=a.CLASS_CAPTION_INLINE,e.CLASS_IMAGE_INLINE=a.CLASS_IMAGE_INLINE,e.CLASS_AUDIO_INLINE=a.CLASS_AUDIO_INLINE,e.CLASS_CLICK_ELEM=a.CLASS_CLICK_ELEM,e.CLASS_VIDEO_CLICK_ELEM=a.CLASS_VIDEO_CLICK_ELEM,e.CLASS_AUDIO=a.CLASS_AUDIO,e.CLASS_VIDEO=a.CLASS_VIDEO,e.CLASS_AUDIO_WRAP=a.CLASS_AUDIO_WRAP,e.CLASS_VIDEO_WRAP=a.CLASS_VIDEO_WRAP,e.CLASS_EMBED_VIDEO_WRAP=a.CLASS_EMBED_VIDEO_WRAP,e.CLASS_AUDIO_FOCUS=a.CLASS_AUDIO_FOCUS,e.CLASS_VIDEO_FOCUS=a.CLASS_VIDEO_FOCUS,e.CLASS_VIDEO_INLINE=a.CLASS_VIDEO_INLINE,e.Lists=a.Lists,e.markerClassName=a.markerClassName,e.DOMNode=a.DOMNode,e.Alignments=a.Alignments,e.Indents=a.Indents,e.Formats=a.Formats,e.LinkCommand=a.LinkCommand,e.InsertMethods=a.InsertMethods,e.InsertTextExec=a.InsertTextExec,e.InsertHtmlExec=a.InsertHtmlExec,e.InsertHtml=a.InsertHtml,e.IsFormatted=a.IsFormatted,e.MsWordPaste=a.MsWordPaste,e.NodeCutter=a.NodeCutter,e.ImageCommand=a.ImageCommand,e.AudioCommand=a.AudioCommand,e.VideoCommand=a.VideoCommand,e.SelectionCommands=a.SelectionCommands,e.SelectionBasedExec=a.SelectionBasedExec,e.ClearFormatExec=a.ClearFormatExec,e.UndoRedoManager=a.UndoRedoManager,e.TableCommand=a.TableCommand,e.statusCollection=a.statusCollection,e.ToolbarStatus=a.ToolbarStatus,e.NodeSelection=a.NodeSelection,e.MarkdownParser=a.MarkdownParser,e.LISTS_COMMAND=a.LISTS_COMMAND,e.selectionCommand=a.selectionCommand,e.LINK_COMMAND=a.LINK_COMMAND,e.CLEAR_COMMAND=a.CLEAR_COMMAND,e.MD_TABLE=a.MD_TABLE,e.INSERT_TEXT_COMMAND=a.INSERT_TEXT_COMMAND,e.ClearFormat=a.ClearFormat,e.MDLists=a.MDLists,e.MDFormats=a.MDFormats,e.MarkdownSelection=a.MarkdownSelection,e.UndoRedoCommands=a.UndoRedoCommands,e.MDSelectionFormats=a.MDSelectionFormats,e.MDLink=a.MDLink,e.MDTable=a.MDTable,e.markdownFormatTags=a.markdownFormatTags,e.markdownSelectionTags=a.markdownSelectionTags,e.markdownListsTags=a.markdownListsTags,e.htmlKeyConfig=a.htmlKeyConfig,e.markdownKeyConfig=a.markdownKeyConfig,e.pasteCleanupGroupingTags=a.pasteCleanupGroupingTags,e.listConversionFilters=a.listConversionFilters,e.selfClosingTags=a.selfClosingTags,e.KEY_DOWN=a.KEY_DOWN,e.ACTION=a.ACTION,e.FORMAT_TYPE=a.FORMAT_TYPE,e.KEY_DOWN_HANDLER=a.KEY_DOWN_HANDLER,e.LIST_TYPE=a.LIST_TYPE,e.KEY_UP_HANDLER=a.KEY_UP_HANDLER,e.KEY_UP=a.KEY_UP,e.MODEL_CHANGED_PLUGIN=a.MODEL_CHANGED_PLUGIN,e.MODEL_CHANGED=a.MODEL_CHANGED,e.MS_WORD_CLEANUP_PLUGIN=a.MS_WORD_CLEANUP_PLUGIN,e.MS_WORD_CLEANUP=a.MS_WORD_CLEANUP,e.ON_BEGIN=a.ON_BEGIN,e.SPACE_ACTION=a.SPACE_ACTION,Object.defineProperty(e,"__esModule",{value:!0})});
11
+ //# sourceMappingURL=ej2-angular-richtexteditor.umd.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-richtexteditor.umd.min.js","sources":["~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.component.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.module.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { RichTextEditor } from '@syncfusion/ej2-richtexteditor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['autoSaveOnIdle','backgroundColor','bulletFormatList','cssClass','editorMode','enableAutoUrl','enableHtmlEncode','enableHtmlSanitizer','enablePersistence','enableResize','enableRtl','enableTabKey','enableXhtml','enabled','enterKey','fileManagerSettings','floatingToolbarOffset','fontColor','fontFamily','fontSize','format','formatter','height','htmlAttributes','iframeSettings','inlineMode','insertAudioSettings','insertImageSettings','insertVideoSettings','keyConfig','locale','maxLength','numberFormatList','pasteCleanupSettings','placeholder','quickToolbarSettings','readonly','saveInterval','shiftEnterKey','showCharCount','tableSettings','toolbarSettings','undoRedoSteps','undoRedoTimer','value','valueTemplate','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','afterImageDelete','afterMediaDelete','afterPasteCleanup','beforeDialogClose','beforeDialogOpen','beforeFileUpload','beforeImageDrop','beforeImageUpload','beforePasteCleanup','beforeQuickToolbarOpen','beforeSanitizeHtml','blur','change','created','destroyed','dialogClose','dialogOpen','fileRemoving','fileSelected','fileUploadFailed','fileUploadSuccess','fileUploading','focus','imageRemoving','imageSelected','imageUploadFailed','imageUploadSuccess','imageUploading','quickToolbarClose','quickToolbarOpen','resizeStart','resizeStop','resizing','toolbarClick','toolbarStatusUpdate','updatedToolbarStatus','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-richtexteditor` represents the Angular richtexteditor Component.\n * ```html\n * <ejs-richtexteditor></ejs-richtexteditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class RichTextEditorComponent extends RichTextEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tafterImageDelete: any;\n\tafterMediaDelete: any;\n\tafterPasteCleanup: any;\n\tbeforeDialogClose: any;\n\tbeforeDialogOpen: any;\n\tbeforeFileUpload: any;\n\tbeforeImageDrop: any;\n\tbeforeImageUpload: any;\n\tbeforePasteCleanup: any;\n\tbeforeQuickToolbarOpen: any;\n\tbeforeSanitizeHtml: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdialogClose: any;\n\tdialogOpen: any;\n\tfileRemoving: any;\n\tfileSelected: any;\n\tfileUploadFailed: any;\n\tfileUploadSuccess: any;\n\tfileUploading: any;\n\tfocus: any;\n\timageRemoving: any;\n\timageSelected: any;\n\timageUploadFailed: any;\n\timageUploadSuccess: any;\n\timageUploading: any;\n\tquickToolbarClose: any;\n\tquickToolbarOpen: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\ttoolbarClick: any;\n\ttoolbarStatusUpdate: any;\n\tupdatedToolbarStatus: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n */\n@Template()\n public valueTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RichTextEditorToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorLink');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorImage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorAudio');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorVideo');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorCount');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorQuickToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorHtmlEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorMarkdownEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorTable');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorPasteCleanup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorFileManager');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-richtexteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => RichTextEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'valueTemplate': [{ type: ContentChild, args: ['valueTemplate', ] },],\n};\n}\n\nfunction RichTextEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorComponent.ctorParameters;\n/** @type {?} */\nRichTextEditorComponent.propDecorators;\n/** @type {?} */\nRichTextEditorComponent.prototype.formCompContext;\n/** @type {?} */\nRichTextEditorComponent.prototype.formContext;\n/** @type {?} */\nRichTextEditorComponent.prototype.tagObjects;\n/** @type {?} */\nRichTextEditorComponent.prototype.actionBegin;\n/** @type {?} */\nRichTextEditorComponent.prototype.actionComplete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterImageDelete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterMediaDelete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterPasteCleanup;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeDialogClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeDialogOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeFileUpload;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeImageDrop;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeImageUpload;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforePasteCleanup;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeQuickToolbarOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nRichTextEditorComponent.prototype.blur;\n/** @type {?} */\nRichTextEditorComponent.prototype.change;\n/** @type {?} */\nRichTextEditorComponent.prototype.created;\n/** @type {?} */\nRichTextEditorComponent.prototype.destroyed;\n/** @type {?} */\nRichTextEditorComponent.prototype.dialogClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.dialogOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileRemoving;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileSelected;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploadFailed;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploadSuccess;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploading;\n/** @type {?} */\nRichTextEditorComponent.prototype.focus;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageRemoving;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageSelected;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploadFailed;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploadSuccess;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploading;\n/** @type {?} */\nRichTextEditorComponent.prototype.quickToolbarClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.quickToolbarOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizeStart;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizeStop;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizing;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarStatusUpdate;\n/** @type {?} */\nRichTextEditorComponent.prototype.updatedToolbarStatus;\n/** @type {?} */\nRichTextEditorComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * @type {?}\n */\nRichTextEditorComponent.prototype.valueTemplate;\n/** @type {?} */\nRichTextEditorComponent.prototype.skipFromEvent;\n/** @type {?} */\nRichTextEditorComponent.prototype.registerEvents;\n/** @type {?} */\nRichTextEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nRichTextEditorComponent.prototype.ngEle;\n/** @type {?} */\nRichTextEditorComponent.prototype.srenderer;\n/** @type {?} */\nRichTextEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nRichTextEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\n/**\n * NgModule definition for the RichTextEditor component.\n */\nexport class RichTextEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RichTextEditorComponent\n ],\n exports: [\n RichTextEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RichTextEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\nimport { RichTextEditorModule } from './richtexteditor.module';\nimport {Toolbar, Link, Image, Audio, Video, Count, QuickToolbar, HtmlEditor, MarkdownEditor, Table, PasteCleanup, Resize, FileManager} from '@syncfusion/ej2-richtexteditor';\n\n\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'RichTextEditorToolbar', useValue: Toolbar};\nexport const /** @type {?} */ LinkService: ValueProvider = { provide: 'RichTextEditorLink', useValue: Link};\nexport const /** @type {?} */ ImageService: ValueProvider = { provide: 'RichTextEditorImage', useValue: Image};\nexport const /** @type {?} */ AudioService: ValueProvider = { provide: 'RichTextEditorAudio', useValue: Audio};\nexport const /** @type {?} */ VideoService: ValueProvider = { provide: 'RichTextEditorVideo', useValue: Video};\nexport const /** @type {?} */ CountService: ValueProvider = { provide: 'RichTextEditorCount', useValue: Count};\nexport const /** @type {?} */ QuickToolbarService: ValueProvider = { provide: 'RichTextEditorQuickToolbar', useValue: QuickToolbar};\nexport const /** @type {?} */ HtmlEditorService: ValueProvider = { provide: 'RichTextEditorHtmlEditor', useValue: HtmlEditor};\nexport const /** @type {?} */ MarkdownEditorService: ValueProvider = { provide: 'RichTextEditorMarkdownEditor', useValue: MarkdownEditor};\nexport const /** @type {?} */ TableService: ValueProvider = { provide: 'RichTextEditorTable', useValue: Table};\nexport const /** @type {?} */ PasteCleanupService: ValueProvider = { provide: 'RichTextEditorPasteCleanup', useValue: PasteCleanup};\nexport const /** @type {?} */ ResizeService: ValueProvider = { provide: 'RichTextEditorResize', useValue: Resize};\nexport const /** @type {?} */ FileManagerService: ValueProvider = { provide: 'RichTextEditorFileManager', useValue: FileManager};\n/**\n * NgModule definition for the RichTextEditor component with providers.\n */\nexport class RichTextEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RichTextEditorModule],\n exports: [\n RichTextEditorModule\n ],\n providers:[\n ToolbarService,\n LinkService,\n ImageService,\n AudioService,\n VideoService,\n CountService,\n QuickToolbarService,\n HtmlEditorService,\n MarkdownEditorService,\n TableService,\n PasteCleanupService,\n ResizeService,\n FileManagerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RichTextEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["inputs","outputs","twoWays","exports","RichTextEditorComponent","RichTextEditorComponent_1","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","skipFromEvent","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","RichTextEditor","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","propDecorators","valueTemplate","ContentChild","__decorate","Template","ComponentMixins","__metadata","RichTextEditorModule","NgModule","imports","CommonModule","declarations","ToolbarService","useValue","Toolbar","LinkService","Link","ImageService","Image","AudioService","Audio","VideoService","Video","CountService","Count","QuickToolbarService","QuickToolbar","HtmlEditorService","HtmlEditor","MarkdownEditorService","MarkdownEditor","TableService","Table","PasteCleanupService","PasteCleanup","ResizeService","Resize","FileManagerService","FileManager","RichTextEditorAllModule"],"mappings":"g2CAOaA,GAAmB,iBAAkB,kBAAkB,mBAAmB,WAAW,aAAa,gBAAgB,mBAAmB,sBAAsB,oBAAoB,eAAe,YAAY,eAAe,cAAc,UAAU,WAAW,sBAAsB,wBAAwB,YAAY,aAAa,WAAW,SAAS,YAAY,SAAS,iBAAiB,iBAAiB,aAAa,sBAAsB,sBAAsB,sBAAsB,YAAY,SAAS,YAAY,mBAAmB,uBAAuB,cAAc,uBAAuB,WAAW,eAAe,gBAAgB,gBAAgB,gBAAgB,kBAAkB,gBAAgB,gBAAgB,QAAQ,gBAAgB,SACjuBC,GAAoB,cAAe,iBAAiB,mBAAmB,mBAAmB,oBAAoB,oBAAoB,mBAAmB,mBAAmB,kBAAkB,oBAAoB,qBAAqB,yBAAyB,qBAAqB,OAAO,SAAS,UAAU,YAAY,cAAc,aAAa,eAAe,eAAe,mBAAmB,oBAAoB,gBAAgB,QAAQ,gBAAgB,gBAAgB,oBAAoB,qBAAqB,iBAAiB,oBAAoB,mBAAmB,cAAc,aAAa,WAAW,eAAe,sBAAsB,uBAAuB,eAClpBC,GAAoB,SAQjCC,EAAAC,wBAAAC,EAAA,SAAAC,GA6DA,SAAAF,EAAwBG,EAA2BC,EAA8BC,EAA2CC,GAA5H,IAAAC,EAIQL,EAJRM,KAAAC,OAAAA,KAAwBF,EAAxBJ,MAAwBA,EAA2BI,EAAnDH,UAAmDA,EAA8BG,EAAjFF,iBAAiFA,EAA2CE,EAA5HD,SAA4HA,EADhHC,EAAZG,eAAoC,EAM5BH,EAAKI,QAAUJ,EAAKJ,MAAMS,cAC1BL,EAAKM,gBAAkBN,EAAKM,oBAC5B,IACQ,IAAIC,EAAMP,EAAKD,SAASS,IAAI,0BACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOI,IACb,IACYJ,EAAMP,EAAKD,SAASS,IAAI,uBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOK,IACb,IACYL,EAAMP,EAAKD,SAASS,IAAI,wBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOM,IACb,IACYN,EAAMP,EAAKD,SAASS,IAAI,wBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOO,IACb,IACYP,EAAMP,EAAKD,SAASS,IAAI,wBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOQ,IACb,IACYR,EAAMP,EAAKD,SAASS,IAAI,wBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOS,IACb,IACYT,EAAMP,EAAKD,SAASS,IAAI,+BACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOU,IACb,IACYV,EAAMP,EAAKD,SAASS,IAAI,6BACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOW,IACb,IACYX,EAAMP,EAAKD,SAASS,IAAI,iCACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOY,IACb,IACYZ,EAAMP,EAAKD,SAASS,IAAI,wBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOa,IACb,IACYb,EAAMP,EAAKD,SAASS,IAAI,+BACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOc,IACb,IACYd,EAAMP,EAAKD,SAASS,IAAI,yBACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOe,IACb,IACYf,EAAMP,EAAKD,SAASS,IAAI,8BACc,IAAvCR,EAAKM,gBAAgBG,QAAQF,IAC5BP,EAAKM,gBAAgBI,KAAKH,GAEhC,MAAOgB,WAEbvB,EAAKwB,eAAelC,GACpBU,EAAKyB,UAAUxB,KAAKD,EAAMT,GAC1BmC,EAAAA,SAAS,kBAAmB1B,EAAMA,EAAKF,kBACvCE,EAAK2B,YAAe,IAAIC,EAAAA,SACxB5B,EAAK6B,gBAAmB,IAAIC,EAAAA,gBAoFpC,OA3O6CC,EAA7CtC,EAAAE,GAuJKF,EAALuC,UAAAC,iBAAK,SAAAC,KAGAzC,EAALuC,UAAAG,kBAAK,SAAAD,KAGAzC,EAALuC,UAAAI,WAAK,SAAAC,KAGA5C,EAALuC,UAAAM,iBAAK,SAAAC,KAGA9C,EAALuC,UAAAQ,SAAK,WAkBGtC,KAjBK2B,gBAAgBW,SAAStC,OAGjCT,EAALuC,UAAAS,gBAAK,WAoBGvC,KAnBKyB,YAAYc,gBAAgBvC,OAGpCT,EAALuC,UAAAU,YAAK,WAsBGxC,KArBK2B,gBAAgBa,YAAYxC,OAGpCT,EAALuC,UAAAW,sBAAK,WAyBGzC,KAvBK2B,gBAAgBc,sBAAsBzC,OA0DnDT,EA3OA,CAA6CmD,EAAAA,gBAsLtCnD,EAAAA,wBAAPoD,aACEC,KAAMC,EAAAA,UAAWC,OAuBfC,SAtBU,qBAuBV5D,OAtBQA,EAuBRC,QAtBSA,EAuBT4D,SAtBU,GAuBVC,gBAtBiBC,EAAAA,wBAAwBC,OAU3CC,YAeUC,QAtBSC,EAAAA,kBAuBTC,YAtBaC,EAAAA,WAAW,WAAM,OAAAhE,IAuB9BiE,OAtBO,IAyBfC,eAhBHnE,EAAAA,wBAADoE,eAAC,WAAA,QAyBAf,KAAMgB,EAAAA,aACNhB,KAAMiB,EAAAA,YACNjB,KAAMkB,EAAAA,mBACNlB,KAAMmB,EAAAA,YAtBAxE,EAAAA,wBAAPyE,gBAyBAC,gBAxBoBrB,KAAMsB,EAAAA,aAAcpB,MAAM,oBA5J1CqB,GAICC,EAAAA,oCAJL7E,EAAAA,wBAAAuC,UAAA,qBAAA,GArDavC,EAAAA,wBAAbC,EAAA2E,GACCE,EAAAA,iBAAAzC,EAAAA,cAAAF,EAAAA,WA4DD4C,EAAA,qBAA+BV,EAAAA,WAA+BC,EAAAA,UAAoCC,EAAAA,iBAAoCC,EAAAA,YA7DzHxE,EAAAA,yBAAb,IAAAC,ECXA+E,EAAA,kBAAA,aAAA,GAE2CA,EAA3C5B,aACEC,KAAM4B,EAAAA,SAAU1B,OADd2B,SAESC,EAAAA,cADTC,cACIpF,EAAAA,yBAEJD,SACIC,EAAAA,6BAOPgF,EAADZ,eAAC,WAAA,UCbM,IAAMiB,GAAkCvB,QAAS,wBAAyBwB,SAAUC,EAAAA,SAC9EC,GAA+B1B,QAAS,qBAAsBwB,SAAUG,EAAAA,MACxEC,GAAgC5B,QAAS,sBAAuBwB,SAAUK,EAAAA,OAC1EC,GAAgC9B,QAAS,sBAAuBwB,SAAUO,EAAAA,OAC1EC,GAAgChC,QAAS,sBAAuBwB,SAAUS,EAAAA,OAC1EC,GAAgClC,QAAS,sBAAuBwB,SAAUW,EAAAA,OAC1EC,GAAuCpC,QAAS,6BAA8BwB,SAAUa,EAAAA,cACxFC,GAAqCtC,QAAS,2BAA4BwB,SAAUe,EAAAA,YACpFC,GAAyCxC,QAAS,+BAAgCwB,SAAUiB,EAAAA,gBAC5FC,GAAgC1C,QAAS,sBAAuBwB,SAAUmB,EAAAA,OAC1EC,GAAuC5C,QAAS,6BAA8BwB,SAAUqB,EAAAA,cACxFC,GAAiC9C,QAAS,uBAAwBwB,SAAUuB,EAAAA,QAC5EC,GAAsChD,QAAS,4BAA6BwB,SAAUyB,EAAAA,aAInGC,EAAA,kBAAA,aAAA,GAE8CA,EAA9C5D,aACEC,KAAM4B,EAAAA,SAAU1B,OADd2B,SAESC,EAAAA,aAAeH,GADxBjF,SACIiF,GAEJnB,WACIwB,EACAG,EACAE,EACAE,EACAE,EACAE,EACAE,EACAE,EACAE,EACAE,EACAE,EACAE,EACAE,OAOPE,EAAD5C,eAAC,WAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/rich-text-editor/richtexteditor.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-richtexteditor"}],"metadata":{"ɵa":["autoSaveOnIdle","backgroundColor","bulletFormatList","cssClass","editorMode","enableAutoUrl","enableHtmlEncode","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","enableTabKey","enableXhtml","enabled","enterKey","fileManagerSettings","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatter","height","htmlAttributes","iframeSettings","inlineMode","insertAudioSettings","insertImageSettings","insertVideoSettings","keyConfig","locale","maxLength","numberFormatList","pasteCleanupSettings","placeholder","quickToolbarSettings","readonly","saveInterval","shiftEnterKey","showCharCount","tableSettings","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width"],"ɵb":["actionBegin","actionComplete","afterImageDelete","afterMediaDelete","afterPasteCleanup","beforeDialogClose","beforeDialogOpen","beforeFileUpload","beforeImageDrop","beforeImageUpload","beforePasteCleanup","beforeQuickToolbarOpen","beforeSanitizeHtml","blur","change","created","destroyed","dialogClose","dialogOpen","fileRemoving","fileSelected","fileUploadFailed","fileUploadSuccess","fileUploading","focus","imageRemoving","imageSelected","imageUploadFailed","imageUploadSuccess","imageUploading","quickToolbarClose","quickToolbarOpen","resizeStart","resizeStop","resizing","toolbarClick","toolbarStatusUpdate","updatedToolbarStatus","valueChange"],"RichTextEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"RichTextEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-richtexteditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"RichTextEditorComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"valueTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["valueTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"RichTextEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"RichTextEditorComponent"}],"exports":[{"__symbolic":"reference","name":"RichTextEditorComponent"}]}]}],"members":{}},"RichTextEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"RichTextEditorModule"}],"exports":[{"__symbolic":"reference","name":"RichTextEditorModule"}],"providers":[{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"LinkService"},{"__symbolic":"reference","name":"ImageService"},{"__symbolic":"reference","name":"AudioService"},{"__symbolic":"reference","name":"VideoService"},{"__symbolic":"reference","name":"CountService"},{"__symbolic":"reference","name":"QuickToolbarService"},{"__symbolic":"reference","name":"HtmlEditorService"},{"__symbolic":"reference","name":"MarkdownEditorService"},{"__symbolic":"reference","name":"TableService"},{"__symbolic":"reference","name":"PasteCleanupService"},{"__symbolic":"reference","name":"ResizeService"},{"__symbolic":"reference","name":"FileManagerService"}]}]}],"members":{}},"ToolbarService":{"provide":"RichTextEditorToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Toolbar"}},"LinkService":{"provide":"RichTextEditorLink","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Link"}},"ImageService":{"provide":"RichTextEditorImage","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Image"}},"AudioService":{"provide":"RichTextEditorAudio","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Audio"}},"VideoService":{"provide":"RichTextEditorVideo","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Video"}},"CountService":{"provide":"RichTextEditorCount","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Count"}},"QuickToolbarService":{"provide":"RichTextEditorQuickToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"QuickToolbar"}},"HtmlEditorService":{"provide":"RichTextEditorHtmlEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"HtmlEditor"}},"MarkdownEditorService":{"provide":"RichTextEditorMarkdownEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"MarkdownEditor"}},"TableService":{"provide":"RichTextEditorTable","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Table"}},"PasteCleanupService":{"provide":"RichTextEditorPasteCleanup","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"PasteCleanup"}},"ResizeService":{"provide":"RichTextEditorResize","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Resize"}},"FileManagerService":{"provide":"RichTextEditorFileManager","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"FileManager"}}},"origins":{"ɵa":"./src/rich-text-editor/richtexteditor.component","ɵb":"./src/rich-text-editor/richtexteditor.component","RichTextEditorComponent":"./src/rich-text-editor/richtexteditor.component","RichTextEditorModule":"./src/rich-text-editor/richtexteditor.module","RichTextEditorAllModule":"./src/rich-text-editor/richtexteditor-all.module","ToolbarService":"./src/rich-text-editor/richtexteditor-all.module","LinkService":"./src/rich-text-editor/richtexteditor-all.module","ImageService":"./src/rich-text-editor/richtexteditor-all.module","AudioService":"./src/rich-text-editor/richtexteditor-all.module","VideoService":"./src/rich-text-editor/richtexteditor-all.module","CountService":"./src/rich-text-editor/richtexteditor-all.module","QuickToolbarService":"./src/rich-text-editor/richtexteditor-all.module","HtmlEditorService":"./src/rich-text-editor/richtexteditor-all.module","MarkdownEditorService":"./src/rich-text-editor/richtexteditor-all.module","TableService":"./src/rich-text-editor/richtexteditor-all.module","PasteCleanupService":"./src/rich-text-editor/richtexteditor-all.module","ResizeService":"./src/rich-text-editor/richtexteditor-all.module","FileManagerService":"./src/rich-text-editor/richtexteditor-all.module"},"importAs":"@syncfusion/ej2-angular-richtexteditor"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-angular-richtexteditor@20.2.49",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@19.11.12",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1H7Ojgfpm969kvSZzbMd/nPd4GggcmWKnlmaHufLugDcEJEhYyoO80RvkpLYQV9TJdl4so7Q4iz9g4mgkNdRIA==",
5
+ "_integrity": "sha512-vze1y2V4EZNkwpNieX3CJuPMYZaLq9fmGzue4V6LbOekeK0sX0bj0w0/UHCQKdVKBxZYUm9rHOD6Mb5BzdEY4Q==",
6
6
  "_location": "/@syncfusion/ej2-angular-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-20.2.49.tgz",
23
- "_shasum": "601833dd5bc5655aaafd5c9c86455d319c1d1f4e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-19.11.12.tgz",
23
+ "_shasum": "b42c8e4d9860ad0630d0942fb1ede7798ecb49d1",
24
24
  "_spec": "@syncfusion/ej2-angular-richtexteditor@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
25
+ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.49",
35
- "@syncfusion/ej2-base": "~20.2.48",
36
- "@syncfusion/ej2-richtexteditor": "20.2.50",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~20.3.47",
35
+ "@syncfusion/ej2-base": "~20.3.47",
36
+ "@syncfusion/ej2-richtexteditor": "20.3.47"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Essential JS 2 RichTextEditor component for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-richtexteditor.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-richtexteditor.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-richtexteditor.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-richtexteditor.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-richtexteditor.js",
58
42
  "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
59
43
  "keywords": [
60
44
  "markdown editor",
@@ -68,7 +52,9 @@
68
52
  "angular wysiwyg editor"
69
53
  ],
70
54
  "license": "SEE LICENSE IN license",
71
- "module": "fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
55
+ "main": "dist/ej2-angular-richtexteditor.umd.js",
56
+ "metadata": "ej2-angular-richtexteditor.metadata.json",
57
+ "module": "@syncfusion/ej2-angular-richtexteditor.es5.js",
72
58
  "name": "@syncfusion/ej2-angular-richtexteditor",
73
59
  "repository": {
74
60
  "type": "git",
@@ -76,6 +62,6 @@
76
62
  },
77
63
  "schematics": "./schematics/collection.json",
78
64
  "sideEffects": false,
79
- "typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
80
- "version": "20.2.50"
65
+ "typings": "ej2-angular-richtexteditor.d.ts",
66
+ "version": "20.3.47-ngcc"
81
67
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-richtexteditor'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ },
9
+ "richtexteditor-iframe": {
10
+ "description": "Create an Angular RichTextEditor component with iframe feature",
11
+ "factory": "./generators/richtexteditor-iframe",
12
+ "schema": "./generators/richtexteditor-iframe/schema.json"
13
+ },
14
+ "richtexteditor-inline": {
15
+ "description": "Create an Angular RichTextEditor component with inline feature",
16
+ "factory": "./generators/richtexteditor-inline",
17
+ "schema": "./generators/richtexteditor-inline/schema.json"
18
+ },
19
+ "richtexteditor-markdown": {
20
+ "description": "Create an Angular RichTextEditor component with markdown feature",
21
+ "factory": "./generators/richtexteditor-markdown",
22
+ "schema": "./generators/richtexteditor-markdown/schema.json"
23
+ },
24
+ "richtexteditor-overview": {
25
+ "description": "Create an Angular RichTextEditor component with all tools",
26
+ "factory": "./generators/richtexteditor-overview",
27
+ "schema": "./generators/richtexteditor-overview/schema.json"
28
+ },
29
+ "richtexteditor-reactform": {
30
+ "description": "Create an Angular RichTextEditor component with reactive form",
31
+ "factory": "./generators/richtexteditor-reactform",
32
+ "schema": "./generators/richtexteditor-reactform/schema.json"
33
+ },
34
+ "richtexteditor-templatedriven": {
35
+ "description": "Create an Angular RichTextEditor component with template form",
36
+ "factory": "./generators/richtexteditor-templatedriven",
37
+ "schema": "./generators/richtexteditor-templatedriven/schema.json"
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'richtexteditor';
4
+ exports.sampleName = 'iframe';
5
+ exports.diModules = 'ToolbarService,LinkService,ImageService,HtmlEditorService';
6
+ exports.packageName = '@syncfusion/ej2-angular-richtexteditor';
7
+ exports.libModules = 'RichTextEditorModule';
@@ -0,0 +1,44 @@
1
+ <div class="control-section">
2
+ <div id='iframe-rte'>
3
+ <h4>Iframe RTE</h4>
4
+ <ejs-richtexteditor #iframeRTE id='iframeRTE' [toolbarSettings]='tools' [iframeSettings]='iframe' [height]='height'>
5
+ <ng-template #valueTemplate>
6
+ <p>The rich text editor component is WYSIWYG ("what you see is what you get") editor that provides the best user experience to create and update the content.
7
+ Users can format their content using standard toolbar commands.</p>
8
+ <p><b>Key features:</b></p>
9
+ <ul>
10
+ <li>
11
+ <p>Provides &lt;IFRAME&gt; and &lt;DIV&gt; modes</p>
12
+ </li>
13
+ <li>
14
+ <p>Capable of handling markdown editing.</p>
15
+ </li>
16
+ <li>
17
+ <p>Contains a modular library to load the necessary functionality on demand.</p>
18
+ </li>
19
+ <li>
20
+ <p>Provides a fully customizable toolbar.</p>
21
+ </li>
22
+ <li>
23
+ <p>Provides HTML view to edit the source directly for developers.</p>
24
+ </li>
25
+ <li>
26
+ <p>Supports third-party library integration.</p>
27
+ </li>
28
+ <li>
29
+ <p>Allows preview of modified content before saving it.</p>
30
+ </li>
31
+ <li>
32
+ <p>Handles images, hyperlinks, video, hyperlinks, uploads, etc.</p>
33
+ </li>
34
+ <li>
35
+ <p>Contains undo/redo manager.</p>
36
+ </li>
37
+ <li>
38
+ <p>Creates bulleted and numbered lists.</p>
39
+ </li>
40
+ </ul>
41
+ </ng-template>
42
+ </ejs-richtexteditor>
43
+ </div>
44
+ </div>
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "richtexteditor-iframe",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "richtexteditor-iframe"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;