@progress/kendo-angular-editor 11.0.0-develop.99 → 11.0.0
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/NOTICE.txt +17 -17
- package/config/command-icons.d.ts +4 -0
- package/dialogs/colorpicker-dialog.component.d.ts +2 -0
- package/dialogs/file-link-dialog.component.d.ts +2 -2
- package/dialogs/image-dialog.component.d.ts +2 -2
- package/dialogs/source-dialog.component.d.ts +2 -2
- package/editor.component.d.ts +3 -2
- package/editor.module.d.ts +4 -2
- package/esm2020/config/command-icons.mjs +45 -0
- package/esm2020/dialogs/colorpicker-dialog.component.mjs +29 -34
- package/esm2020/dialogs/file-link-dialog.component.mjs +79 -77
- package/esm2020/dialogs/font-family-dialog.component.mjs +20 -28
- package/esm2020/dialogs/font-size-dialog.component.mjs +20 -28
- package/esm2020/dialogs/format-dialog.component.mjs +20 -28
- package/esm2020/dialogs/image-dialog.component.mjs +74 -63
- package/esm2020/dialogs/insert-table-dialog.component.mjs +6 -14
- package/esm2020/dialogs/source-dialog.component.mjs +9 -7
- package/esm2020/editor.component.mjs +31 -10
- package/esm2020/editor.module.mjs +15 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/tools/colorpicker/editor-back-color.directive.mjs +2 -1
- package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +53 -37
- package/esm2020/tools/colorpicker/editor-fore-color.directive.mjs +2 -1
- package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +36 -31
- package/esm2020/tools/fontsize/editor-fontsize.component.mjs +35 -31
- package/esm2020/tools/format/editor-format.component.mjs +35 -33
- package/esm2020/tools/shared/editor-command-base.mjs +20 -13
- package/esm2020/tools/shared/editor-command-button.mjs +10 -2
- package/esm2020/tools/shared/editor-command-dialog.mjs +10 -2
- package/esm2020/tools/tables/editor-insert-table-button.component.mjs +36 -23
- package/esm2020/tools/tables/popup-table-grid.component.mjs +4 -2
- package/esm2020/tools/tools.service.mjs +5 -4
- package/fesm2015/progress-kendo-angular-editor.mjs +571 -464
- package/fesm2020/progress-kendo-angular-editor.mjs +570 -464
- package/package.json +16 -15
- package/schematics/ngAdd/index.js +5 -3
- package/tools/colorpicker/editor-colorpicker.component.d.ts +10 -3
- package/tools/fontfamily/editor-fontfamily.component.d.ts +5 -2
- package/tools/fontsize/editor-fontsize.component.d.ts +5 -2
- package/tools/format/editor-format.component.d.ts +5 -2
- package/tools/tables/editor-insert-table-button.component.d.ts +5 -2
- package/tools/tables/popup-table-grid.component.d.ts +2 -0
- package/tools/tools.service.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "11.0.0
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"description": "Kendo UI Editor for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -20,24 +20,25 @@
|
|
|
20
20
|
"@angular/common": "13 - 15",
|
|
21
21
|
"@angular/core": "13 - 15",
|
|
22
22
|
"@angular/platform-browser": "13 - 15",
|
|
23
|
-
"@progress/kendo-drawing": "^1.
|
|
24
|
-
"@progress/kendo-editor-common": "1.9.3",
|
|
23
|
+
"@progress/kendo-drawing": "^1.17.2",
|
|
25
24
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-buttons": "11.0.0
|
|
27
|
-
"@progress/kendo-angular-common": "11.0.0
|
|
28
|
-
"@progress/kendo-angular-dialog": "11.0.0
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "11.0.0
|
|
30
|
-
"@progress/kendo-angular-inputs": "11.0.0
|
|
31
|
-
"@progress/kendo-angular-intl": "11.0.0
|
|
32
|
-
"@progress/kendo-angular-l10n": "11.0.0
|
|
33
|
-
"@progress/kendo-angular-layout": "11.0.0
|
|
34
|
-
"@progress/kendo-angular-
|
|
35
|
-
"@progress/kendo-angular-
|
|
36
|
-
"@progress/kendo-angular-toolbar": "11.0.0
|
|
25
|
+
"@progress/kendo-angular-buttons": "11.0.0",
|
|
26
|
+
"@progress/kendo-angular-common": "11.0.0",
|
|
27
|
+
"@progress/kendo-angular-dialog": "11.0.0",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "11.0.0",
|
|
29
|
+
"@progress/kendo-angular-inputs": "11.0.0",
|
|
30
|
+
"@progress/kendo-angular-intl": "11.0.0",
|
|
31
|
+
"@progress/kendo-angular-l10n": "11.0.0",
|
|
32
|
+
"@progress/kendo-angular-layout": "11.0.0",
|
|
33
|
+
"@progress/kendo-angular-icons": "11.0.0",
|
|
34
|
+
"@progress/kendo-angular-popup": "11.0.0",
|
|
35
|
+
"@progress/kendo-angular-toolbar": "11.0.0",
|
|
37
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"tslib": "^2.3.1"
|
|
39
|
+
"tslib": "^2.3.1",
|
|
40
|
+
"@progress/kendo-angular-schematics": "11.0.0",
|
|
41
|
+
"@progress/kendo-editor-common": "1.9.3"
|
|
41
42
|
},
|
|
42
43
|
"schematics": "./schematics/collection.json",
|
|
43
44
|
"module": "fesm2015/progress-kendo-angular-editor.mjs",
|
|
@@ -4,11 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
|
|
6
6
|
// peer dependency of kendo-angular-dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '
|
|
7
|
+
'@progress/kendo-angular-treeview': '11.0.0',
|
|
8
8
|
// peer dependency of kendo-angular-layout
|
|
9
|
-
'@progress/kendo-angular-progressbar': '
|
|
9
|
+
'@progress/kendo-angular-progressbar': '11.0.0',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
|
-
'@progress/kendo-angular-dialog': '
|
|
11
|
+
'@progress/kendo-angular-dialog': '11.0.0',
|
|
12
|
+
// Peer dependency of icons
|
|
13
|
+
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
14
|
} });
|
|
13
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
14
16
|
}
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, NgZone } from '@angular/core';
|
|
5
|
+
import { TemplateRef, NgZone, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { PaletteSettings, ActiveColorClickEvent, ColorPickerComponent, ColorPickerView } from '@progress/kendo-angular-inputs';
|
|
8
8
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
9
9
|
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
10
10
|
import { ProviderService } from '../../common/provider.service';
|
|
11
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
/**
|
|
13
14
|
* A component which configures an existing ColorPickerComponent as a ToolBar tool.
|
|
@@ -18,6 +19,7 @@ export declare class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
18
19
|
private localization;
|
|
19
20
|
private dialogService;
|
|
20
21
|
private ngZone;
|
|
22
|
+
private renderer;
|
|
21
23
|
tabindex: number;
|
|
22
24
|
/**
|
|
23
25
|
* Specifies the initial value of the color picker.
|
|
@@ -27,6 +29,11 @@ export declare class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
27
29
|
* Specifies the Kendo UI font icon that will be used.
|
|
28
30
|
*/
|
|
29
31
|
icon: string;
|
|
32
|
+
/**
|
|
33
|
+
* Defines an SVGIcon to be rendered within the ColorPicker button.
|
|
34
|
+
* The input can take either an [existing Kendo SVG icon](slug:svgicon_list) or a custom one.
|
|
35
|
+
*/
|
|
36
|
+
svgIcon: SVGIcon;
|
|
30
37
|
/**
|
|
31
38
|
* Overrides the default [color palette settings]({% slug api_inputs_palettesettings %}).
|
|
32
39
|
*/
|
|
@@ -65,7 +72,7 @@ export declare class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
65
72
|
private valueCache;
|
|
66
73
|
private editor;
|
|
67
74
|
private activeView;
|
|
68
|
-
constructor(localization: EditorLocalizationService, dialogService: DialogService, ngZone: NgZone, providerService: ProviderService);
|
|
75
|
+
constructor(localization: EditorLocalizationService, dialogService: DialogService, ngZone: NgZone, providerService: ProviderService, renderer: Renderer2);
|
|
69
76
|
ngOnInit(): void;
|
|
70
77
|
ngOnDestroy(): void;
|
|
71
78
|
/**
|
|
@@ -109,5 +116,5 @@ export declare class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
109
116
|
*/
|
|
110
117
|
handleKey(): boolean;
|
|
111
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditorColorPickerComponent, never>;
|
|
112
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditorColorPickerComponent, "kendo-toolbar-colorpicker", never, { "value": "value"; "icon": "icon"; "paletteSettings": "paletteSettings"; "editorCommand": "editorCommand"; "disabled": "disabled"; "views": "views"; "view": "view"; }, {}, never, never>;
|
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditorColorPickerComponent, "kendo-toolbar-colorpicker", never, { "value": "value"; "icon": "icon"; "svgIcon": "svgIcon"; "paletteSettings": "paletteSettings"; "editorCommand": "editorCommand"; "disabled": "disabled"; "views": "views"; "view": "view"; }, {}, never, never>;
|
|
113
120
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, ElementRef, EventEmitter } from '@angular/core';
|
|
5
|
+
import { TemplateRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { FontFamilyItem } from '../../common/font-family-item.interface';
|
|
8
8
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
@@ -10,6 +10,7 @@ import { DialogService } from '@progress/kendo-angular-dialog';
|
|
|
10
10
|
import { FontFamilyDropDownListComponent } from './editor-fontfamily-dropdownlist.component';
|
|
11
11
|
import { ProviderService } from '../../common/provider.service';
|
|
12
12
|
import { EditorToolsService } from '../tools.service';
|
|
13
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
/**
|
|
15
16
|
* A component which configures an existing `DropDownListComponent` as an Editor tool
|
|
@@ -26,6 +27,7 @@ export declare class EditorFontFamilyComponent extends ToolBarToolComponent {
|
|
|
26
27
|
private dialogService;
|
|
27
28
|
private localization;
|
|
28
29
|
private toolsService;
|
|
30
|
+
private renderer;
|
|
29
31
|
value: string;
|
|
30
32
|
disabled: boolean;
|
|
31
33
|
tabindex: number;
|
|
@@ -54,10 +56,11 @@ export declare class EditorFontFamilyComponent extends ToolBarToolComponent {
|
|
|
54
56
|
dataItem: any;
|
|
55
57
|
index: number;
|
|
56
58
|
}) => boolean;
|
|
59
|
+
fontFamilySVGIcon: SVGIcon;
|
|
57
60
|
private subs;
|
|
58
61
|
private editor;
|
|
59
62
|
private _data;
|
|
60
|
-
constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
63
|
+
constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
|
|
61
64
|
ngOnInit(): void;
|
|
62
65
|
/**
|
|
63
66
|
* @hidden
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, ElementRef, EventEmitter } from '@angular/core';
|
|
5
|
+
import { TemplateRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
|
|
8
8
|
import { FontSizeItem } from '../../common/font-size-item.interface';
|
|
@@ -11,6 +11,7 @@ import { DialogService } from '@progress/kendo-angular-dialog';
|
|
|
11
11
|
import { FontSizeDropDownListComponent } from './editor-fontsize-dropdownlist.component';
|
|
12
12
|
import { ProviderService } from '../../common/provider.service';
|
|
13
13
|
import { EditorToolsService } from '../tools.service';
|
|
14
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* A component which configures an existing `DropDownListComponent` as an Editor tool
|
|
@@ -29,6 +30,7 @@ export declare class EditorFontSizeComponent extends ToolBarToolComponent {
|
|
|
29
30
|
private dialogService;
|
|
30
31
|
private localization;
|
|
31
32
|
private toolsService;
|
|
33
|
+
private renderer;
|
|
32
34
|
value: string;
|
|
33
35
|
disabled: boolean;
|
|
34
36
|
tabindex: number;
|
|
@@ -51,6 +53,7 @@ export declare class EditorFontSizeComponent extends ToolBarToolComponent {
|
|
|
51
53
|
* @hidden
|
|
52
54
|
*/
|
|
53
55
|
defaultItem: FontSizeItem;
|
|
56
|
+
fontSizeSVGIcon: SVGIcon;
|
|
54
57
|
/**
|
|
55
58
|
* @hidden
|
|
56
59
|
*/
|
|
@@ -58,7 +61,7 @@ export declare class EditorFontSizeComponent extends ToolBarToolComponent {
|
|
|
58
61
|
private subs;
|
|
59
62
|
private editor;
|
|
60
63
|
private _data;
|
|
61
|
-
constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
64
|
+
constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
|
|
62
65
|
ngOnInit(): void;
|
|
63
66
|
/**
|
|
64
67
|
* @hidden
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, EventEmitter, ElementRef } from '@angular/core';
|
|
5
|
+
import { TemplateRef, EventEmitter, ElementRef, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
|
|
8
8
|
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
@@ -11,6 +11,7 @@ import { EditorLocalizationService } from '../../localization/editor-localizatio
|
|
|
11
11
|
import { FormatDropDownListComponent } from './editor-format-dropdownlist.component';
|
|
12
12
|
import { ProviderService } from '../../common/provider.service';
|
|
13
13
|
import { EditorToolsService } from '../tools.service';
|
|
14
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* A component which configures an existing `DropDownListComponent` as an Editor tool
|
|
@@ -27,6 +28,7 @@ export declare class EditorFormatComponent extends ToolBarToolComponent {
|
|
|
27
28
|
private dialogService;
|
|
28
29
|
private localization;
|
|
29
30
|
private toolsService;
|
|
31
|
+
private renderer;
|
|
30
32
|
value: string;
|
|
31
33
|
defaultItem: FormatItem;
|
|
32
34
|
itemDisabled: ItemDisabledFn;
|
|
@@ -47,8 +49,9 @@ export declare class EditorFormatComponent extends ToolBarToolComponent {
|
|
|
47
49
|
formatButton: ElementRef;
|
|
48
50
|
private subs;
|
|
49
51
|
private _data;
|
|
52
|
+
applyFormatSVGIcon: SVGIcon;
|
|
50
53
|
private editor;
|
|
51
|
-
constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
54
|
+
constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
|
|
52
55
|
ngOnInit(): void;
|
|
53
56
|
/**
|
|
54
57
|
* @hidden
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, ElementRef, OnDestroy } from '@angular/core';
|
|
5
|
+
import { TemplateRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { PopupRef, PopupService } from '@progress/kendo-angular-popup';
|
|
8
8
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
9
9
|
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
10
10
|
import { ProviderService } from '../../common/provider.service';
|
|
11
11
|
import { TableData } from '../../common/table-data.interface';
|
|
12
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
/**
|
|
14
15
|
* A toolbar component which allows the user to create and insert a table in the Editor's content.
|
|
@@ -22,6 +23,7 @@ export declare class EditorInsertTableButtonComponent extends ToolBarToolCompone
|
|
|
22
23
|
private localization;
|
|
23
24
|
private popupService;
|
|
24
25
|
private dialogService;
|
|
26
|
+
private renderer;
|
|
25
27
|
toolbarTemplate: TemplateRef<any>;
|
|
26
28
|
popupTemplate: TemplateRef<any>;
|
|
27
29
|
element: ElementRef;
|
|
@@ -35,12 +37,13 @@ export declare class EditorInsertTableButtonComponent extends ToolBarToolCompone
|
|
|
35
37
|
* @hidden
|
|
36
38
|
*/
|
|
37
39
|
disabled: boolean;
|
|
40
|
+
addTableSVGIcon: SVGIcon;
|
|
38
41
|
private open;
|
|
39
42
|
private buttonBlurred;
|
|
40
43
|
private cellClicked;
|
|
41
44
|
private subs;
|
|
42
45
|
private editor;
|
|
43
|
-
constructor(localization: EditorLocalizationService, popupService: PopupService, dialogService: DialogService, providerService: ProviderService);
|
|
46
|
+
constructor(localization: EditorLocalizationService, popupService: PopupService, dialogService: DialogService, providerService: ProviderService, renderer: Renderer2);
|
|
44
47
|
ngOnDestroy(): void;
|
|
45
48
|
get outerWidth(): number;
|
|
46
49
|
get title(): string;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { EventEmitter } from '@angular/core';
|
|
6
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
6
7
|
import { TableData } from '../../common/table-data.interface';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
@@ -11,6 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
11
12
|
export declare class PopupTableGridComponent {
|
|
12
13
|
cellClick: EventEmitter<TableData>;
|
|
13
14
|
tableWizardClick: EventEmitter<any>;
|
|
15
|
+
tableWizardIcon: SVGIcon;
|
|
14
16
|
private state;
|
|
15
17
|
private rows;
|
|
16
18
|
private cols;
|
package/tools/tools.service.d.ts
CHANGED
|
@@ -2,13 +2,16 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { NgZone } from '@angular/core';
|
|
5
6
|
import { Subject } from 'rxjs';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
11
|
export declare class EditorToolsService {
|
|
12
|
+
zone: NgZone;
|
|
11
13
|
needsCheck: Subject<any>;
|
|
14
|
+
constructor(zone: NgZone);
|
|
12
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditorToolsService, never>;
|
|
13
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<EditorToolsService>;
|
|
14
17
|
}
|