@syncfusion/ej2-angular-richtexteditor 31.2.18-ngcc → 32.1.19-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.
- package/@syncfusion/ej2-angular-richtexteditor.es5.js +369 -369
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-richtexteditor.js +335 -335
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -1
- package/dist/ej2-angular-richtexteditor.umd.js +382 -439
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -1
- package/dist/ej2-angular-richtexteditor.umd.min.js +1 -10
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -1
- package/ej2-angular-richtexteditor.d.ts +5 -5
- package/ej2-angular-richtexteditor.metadata.json +1 -1
- package/{LICENSE → license} +10 -10
- package/package.json +46 -15
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +4 -4
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +24 -24
- package/src/rich-text-editor/richtexteditor.component.d.ts +85 -87
- package/src/rich-text-editor/richtexteditor.module.d.ts +5 -5
package/package.json
CHANGED
|
@@ -1,31 +1,62 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@29.2.0",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-vSfQngvl8/nCF0z9WUTv2EElLPASG1cv2PEtIo0bwxgtbyK3TJuWg57mHqpk3HlN4PM9hXbdjx+NJ0Hh/EsaaQ==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-richtexteditor",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-29.2.0.tgz",
|
|
23
|
+
"_shasum": "1116bec29f7aa15ecad63a88da08e4a65d65117c",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
8
33
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~32.1.19",
|
|
35
|
+
"@syncfusion/ej2-base": "~32.1.19",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "32.1.19"
|
|
12
37
|
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
13
40
|
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-richtexteditor.js",
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
14
43
|
"keywords": [
|
|
15
44
|
"angular-rich-text-editor",
|
|
16
45
|
"angular-html-editor",
|
|
17
46
|
"angular-markdown-editor",
|
|
18
47
|
"angular-wysiwyg-editor"
|
|
19
48
|
],
|
|
49
|
+
"license": "SEE LICENSE IN license",
|
|
50
|
+
"main": "dist/ej2-angular-richtexteditor.umd.js",
|
|
51
|
+
"metadata": "ej2-angular-richtexteditor.metadata.json",
|
|
52
|
+
"module": "@syncfusion/ej2-angular-richtexteditor.es5.js",
|
|
53
|
+
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
20
54
|
"repository": {
|
|
21
55
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
56
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
23
57
|
},
|
|
58
|
+
"schematics": "./schematics/collection.json",
|
|
24
59
|
"sideEffects": false,
|
|
25
|
-
"main": "dist/ej2-angular-richtexteditor.umd.js",
|
|
26
|
-
"module": "@syncfusion/ej2-angular-richtexteditor.es5.js",
|
|
27
|
-
"es2015": "@syncfusion/ej2-angular-richtexteditor.js",
|
|
28
60
|
"typings": "ej2-angular-richtexteditor.d.ts",
|
|
29
|
-
"
|
|
30
|
-
"homepage": "https://www.syncfusion.com/angular-components"
|
|
61
|
+
"version": "32.1.19-ngcc"
|
|
31
62
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^29.2.0";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~29.2.0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^32.1.19';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~32.1.19';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'RichTextEditorModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
2
|
+
export const pkgVer = '^32.1.19';
|
|
3
|
+
export const moduleName = 'RichTextEditorModule';
|
|
4
|
+
export const themeVer = '~32.1.19';
|
package/src/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { RichTextEditorComponent } from './rich-text-editor/richtexteditor.component';
|
|
2
|
-
export { RichTextEditorModule } from './rich-text-editor/richtexteditor.module';
|
|
3
|
-
export { RichTextEditorAllModule, ToolbarService, LinkService, ImageService, ImportExportService, AudioService, VideoService, CountService, QuickToolbarService, HtmlEditorService, MarkdownEditorService, TableService, PasteCleanupService, ResizeService, FileManagerService, FormatPainterService, EmojiPickerService, SlashMenuService, CodeBlockService } from './rich-text-editor/richtexteditor-all.module';
|
|
4
|
-
export * from '@syncfusion/ej2-richtexteditor';
|
|
1
|
+
export { RichTextEditorComponent } from './rich-text-editor/richtexteditor.component';
|
|
2
|
+
export { RichTextEditorModule } from './rich-text-editor/richtexteditor.module';
|
|
3
|
+
export { RichTextEditorAllModule, ToolbarService, LinkService, ImageService, ImportExportService, AudioService, VideoService, CountService, QuickToolbarService, HtmlEditorService, MarkdownEditorService, TableService, PasteCleanupService, ResizeService, FileManagerService, FormatPainterService, EmojiPickerService, SlashMenuService, CodeBlockService } from './rich-text-editor/richtexteditor-all.module';
|
|
4
|
+
export * from '@syncfusion/ej2-richtexteditor';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
export declare const ToolbarService: ValueProvider;
|
|
3
|
-
export declare const LinkService: ValueProvider;
|
|
4
|
-
export declare const ImageService: ValueProvider;
|
|
5
|
-
export declare const ImportExportService: ValueProvider;
|
|
6
|
-
export declare const AudioService: ValueProvider;
|
|
7
|
-
export declare const VideoService: ValueProvider;
|
|
8
|
-
export declare const CountService: ValueProvider;
|
|
9
|
-
export declare const QuickToolbarService: ValueProvider;
|
|
10
|
-
export declare const HtmlEditorService: ValueProvider;
|
|
11
|
-
export declare const MarkdownEditorService: ValueProvider;
|
|
12
|
-
export declare const TableService: ValueProvider;
|
|
13
|
-
export declare const PasteCleanupService: ValueProvider;
|
|
14
|
-
export declare const ResizeService: ValueProvider;
|
|
15
|
-
export declare const FileManagerService: ValueProvider;
|
|
16
|
-
export declare const FormatPainterService: ValueProvider;
|
|
17
|
-
export declare const EmojiPickerService: ValueProvider;
|
|
18
|
-
export declare const SlashMenuService: ValueProvider;
|
|
19
|
-
export declare const CodeBlockService: ValueProvider;
|
|
20
|
-
/**
|
|
21
|
-
* NgModule definition for the RichTextEditor component with providers.
|
|
22
|
-
*/
|
|
23
|
-
export declare class RichTextEditorAllModule {
|
|
24
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const ToolbarService: ValueProvider;
|
|
3
|
+
export declare const LinkService: ValueProvider;
|
|
4
|
+
export declare const ImageService: ValueProvider;
|
|
5
|
+
export declare const ImportExportService: ValueProvider;
|
|
6
|
+
export declare const AudioService: ValueProvider;
|
|
7
|
+
export declare const VideoService: ValueProvider;
|
|
8
|
+
export declare const CountService: ValueProvider;
|
|
9
|
+
export declare const QuickToolbarService: ValueProvider;
|
|
10
|
+
export declare const HtmlEditorService: ValueProvider;
|
|
11
|
+
export declare const MarkdownEditorService: ValueProvider;
|
|
12
|
+
export declare const TableService: ValueProvider;
|
|
13
|
+
export declare const PasteCleanupService: ValueProvider;
|
|
14
|
+
export declare const ResizeService: ValueProvider;
|
|
15
|
+
export declare const FileManagerService: ValueProvider;
|
|
16
|
+
export declare const FormatPainterService: ValueProvider;
|
|
17
|
+
export declare const EmojiPickerService: ValueProvider;
|
|
18
|
+
export declare const SlashMenuService: ValueProvider;
|
|
19
|
+
export declare const CodeBlockService: ValueProvider;
|
|
20
|
+
/**
|
|
21
|
+
* NgModule definition for the RichTextEditor component with providers.
|
|
22
|
+
*/
|
|
23
|
+
export declare class RichTextEditorAllModule {
|
|
24
|
+
}
|
|
@@ -1,87 +1,85 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
4
|
-
export declare const inputs: string[];
|
|
5
|
-
export declare const outputs: string[];
|
|
6
|
-
export declare const twoWays: string[];
|
|
7
|
-
/**
|
|
8
|
-
* `ejs-richtexteditor` represents the Angular richtexteditor Component.
|
|
9
|
-
* ```html
|
|
10
|
-
* <ejs-richtexteditor></ejs-richtexteditor>
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare class RichTextEditorComponent extends RichTextEditor implements IComponentBase {
|
|
14
|
-
private ngEle;
|
|
15
|
-
private srenderer;
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
private injector;
|
|
18
|
-
private cdr;
|
|
19
|
-
formCompContext: any;
|
|
20
|
-
formContext: any;
|
|
21
|
-
tagObjects: any;
|
|
22
|
-
actionBegin: any;
|
|
23
|
-
actionComplete: any;
|
|
24
|
-
afterImageDelete: any;
|
|
25
|
-
afterMediaDelete: any;
|
|
26
|
-
afterPasteCleanup: any;
|
|
27
|
-
beforeDialogClose: any;
|
|
28
|
-
beforeDialogOpen: any;
|
|
29
|
-
beforeFileUpload: any;
|
|
30
|
-
beforeImageDrop: any;
|
|
31
|
-
beforeImageUpload: any;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
addTwoWay: (propList: string[]) => void;
|
|
87
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ejs-richtexteditor` represents the Angular richtexteditor Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-richtexteditor></ejs-richtexteditor>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class RichTextEditorComponent extends RichTextEditor implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
private cdr;
|
|
19
|
+
formCompContext: any;
|
|
20
|
+
formContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
actionBegin: any;
|
|
23
|
+
actionComplete: any;
|
|
24
|
+
afterImageDelete: any;
|
|
25
|
+
afterMediaDelete: any;
|
|
26
|
+
afterPasteCleanup: any;
|
|
27
|
+
beforeDialogClose: any;
|
|
28
|
+
beforeDialogOpen: any;
|
|
29
|
+
beforeFileUpload: any;
|
|
30
|
+
beforeImageDrop: any;
|
|
31
|
+
beforeImageUpload: any;
|
|
32
|
+
beforePasteCleanup: any;
|
|
33
|
+
beforeQuickToolbarOpen: any;
|
|
34
|
+
beforeSanitizeHtml: any;
|
|
35
|
+
blur: any;
|
|
36
|
+
change: any;
|
|
37
|
+
created: any;
|
|
38
|
+
destroyed: any;
|
|
39
|
+
dialogClose: any;
|
|
40
|
+
dialogOpen: any;
|
|
41
|
+
fileRemoving: any;
|
|
42
|
+
fileSelected: any;
|
|
43
|
+
fileUploadFailed: any;
|
|
44
|
+
fileUploadSuccess: any;
|
|
45
|
+
fileUploading: any;
|
|
46
|
+
focus: any;
|
|
47
|
+
imageRemoving: any;
|
|
48
|
+
imageSelected: any;
|
|
49
|
+
imageUploadFailed: any;
|
|
50
|
+
imageUploadSuccess: any;
|
|
51
|
+
imageUploading: any;
|
|
52
|
+
quickToolbarClose: any;
|
|
53
|
+
quickToolbarOpen: any;
|
|
54
|
+
resizeStart: any;
|
|
55
|
+
resizeStop: any;
|
|
56
|
+
resizing: any;
|
|
57
|
+
slashMenuItemSelect: any;
|
|
58
|
+
toolbarClick: any;
|
|
59
|
+
toolbarStatusUpdate: any;
|
|
60
|
+
updatedToolbarStatus: any;
|
|
61
|
+
valueChange: any;
|
|
62
|
+
/**
|
|
63
|
+
* Accepts a template design and assigns it as the content of the Rich Text Editor.
|
|
64
|
+
* The built-in template engine provides options to compile a template string into an executable function.
|
|
65
|
+
* For example, it supports expression evaluation similar to ES6 template string literals.
|
|
66
|
+
*
|
|
67
|
+
* {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}
|
|
68
|
+
*
|
|
69
|
+
* @default null
|
|
70
|
+
* @asptype string
|
|
71
|
+
*/
|
|
72
|
+
valueTemplate: any;
|
|
73
|
+
private skipFromEvent;
|
|
74
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
75
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
76
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
77
|
+
writeValue(value: any): void;
|
|
78
|
+
setDisabledState(disabled: boolean): void;
|
|
79
|
+
ngOnInit(): void;
|
|
80
|
+
ngAfterViewInit(): void;
|
|
81
|
+
ngOnDestroy(): void;
|
|
82
|
+
ngAfterContentChecked(): void;
|
|
83
|
+
registerEvents: (eventList: string[]) => void;
|
|
84
|
+
addTwoWay: (propList: string[]) => void;
|
|
85
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the RichTextEditor component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class RichTextEditorModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the RichTextEditor component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class RichTextEditorModule {
|
|
5
|
+
}
|