@progress/kendo-angular-editor 16.0.0-develop.8 → 16.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/esm2020/common/provider.service.mjs +3 -3
- package/esm2020/dialogs/colorpicker-dialog.component.mjs +3 -3
- package/esm2020/dialogs/file-link-dialog.component.mjs +3 -3
- package/esm2020/dialogs/font-family-dialog.component.mjs +3 -3
- package/esm2020/dialogs/font-size-dialog.component.mjs +3 -3
- package/esm2020/dialogs/format-dialog.component.mjs +3 -3
- package/esm2020/dialogs/image-dialog.component.mjs +3 -3
- package/esm2020/dialogs/insert-table-dialog.component.mjs +3 -3
- package/esm2020/dialogs/source-dialog.component.mjs +3 -3
- package/esm2020/editor.component.mjs +3 -3
- package/esm2020/editor.module.mjs +4 -4
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/editor-localization.service.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/tools/alignment/editor-align-center-button.directive.mjs +3 -3
- package/esm2020/tools/alignment/editor-align-justify-button.directive.mjs +3 -3
- package/esm2020/tools/alignment/editor-align-left-button.directive.mjs +3 -3
- package/esm2020/tools/alignment/editor-align-right-button.directive.mjs +3 -3
- package/esm2020/tools/blockquote/editor-blockquote-button.directive.mjs +3 -3
- package/esm2020/tools/colorpicker/editor-back-color.directive.mjs +3 -3
- package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +3 -3
- package/esm2020/tools/colorpicker/editor-fore-color.directive.mjs +3 -3
- package/esm2020/tools/editor-clean-formatting-button.directive.mjs +3 -3
- package/esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs +3 -3
- package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +3 -3
- package/esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs +3 -3
- package/esm2020/tools/fontsize/editor-fontsize.component.mjs +3 -3
- package/esm2020/tools/format/editor-format-dropdownlist.component.mjs +3 -3
- package/esm2020/tools/format/editor-format.component.mjs +3 -3
- package/esm2020/tools/history/editor-redo-button.directive.mjs +3 -3
- package/esm2020/tools/history/editor-undo-button.directive.mjs +3 -3
- package/esm2020/tools/image/editor-insert-image-button.directive.mjs +3 -3
- package/esm2020/tools/indentation/editor-indent-button.directive.mjs +3 -3
- package/esm2020/tools/indentation/editor-outdent-button.directive.mjs +3 -3
- package/esm2020/tools/link/editor-create-link-button.directive.mjs +3 -3
- package/esm2020/tools/link/editor-insert-file-button.directive.mjs +3 -3
- package/esm2020/tools/link/editor-unlink-button.directive.mjs +3 -3
- package/esm2020/tools/list/editor-insert-ordered-list-button.directive.mjs +3 -3
- package/esm2020/tools/list/editor-insert-unordered-list-button.directive.mjs +3 -3
- package/esm2020/tools/print/editor-print-button.directive.mjs +3 -3
- package/esm2020/tools/select-all/select-all-button.directive.mjs +3 -3
- package/esm2020/tools/shared/dropdown-tool.directive.mjs +3 -3
- package/esm2020/tools/shared/editor-command-base.mjs +3 -3
- package/esm2020/tools/source/editor-view-source-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-add-column-after-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-add-column-before-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-add-row-after-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-add-row-before-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-delete-column-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-delete-row-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-delete-table-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-insert-table-button.component.mjs +3 -3
- package/esm2020/tools/tables/editor-merge-cells-button.directive.mjs +3 -3
- package/esm2020/tools/tables/editor-split-cell-button.directive.mjs +3 -3
- package/esm2020/tools/tables/popup-table-grid.component.mjs +3 -3
- package/esm2020/tools/tools.service.mjs +3 -3
- package/esm2020/tools/typographical-emphasis/editor-bold-button.directive.mjs +3 -3
- package/esm2020/tools/typographical-emphasis/editor-italic-button.directive.mjs +3 -3
- package/esm2020/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs +3 -3
- package/esm2020/tools/typographical-emphasis/editor-subscript-button.directive.mjs +3 -3
- package/esm2020/tools/typographical-emphasis/editor-superscript-button.directive.mjs +3 -3
- package/esm2020/tools/typographical-emphasis/editor-underline-button.directive.mjs +3 -3
- package/fesm2015/progress-kendo-angular-editor.mjs +192 -192
- package/fesm2020/progress-kendo-angular-editor.mjs +192 -192
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +4 -4
|
@@ -14,8 +14,8 @@ export class EditorToolsService {
|
|
|
14
14
|
this.needsCheck = new Subject();
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
EditorToolsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18
|
-
EditorToolsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17
|
+
EditorToolsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorToolsService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
EditorToolsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorToolsService });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorToolsService, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
@@ -29,9 +29,9 @@ export class EditorBoldButtonDirective extends EditorCommandButton {
|
|
|
29
29
|
super('bold', button, localization, providerService, toolsService);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
EditorBoldButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
33
|
-
EditorBoldButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
32
|
+
EditorBoldButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBoldButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
EditorBoldButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBoldButtonDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'kendo-toolbar-button[kendoEditorBoldButton]'
|
|
@@ -29,9 +29,9 @@ export class EditorItalicButtonDirective extends EditorCommandButton {
|
|
|
29
29
|
super('italic', button, localization, providerService, toolsService);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
EditorItalicButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
33
|
-
EditorItalicButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
32
|
+
EditorItalicButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorItalicButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
EditorItalicButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorItalicButtonDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'kendo-toolbar-button[kendoEditorItalicButton]'
|
|
@@ -29,9 +29,9 @@ export class EditorStrikethroughButtonDirective extends EditorCommandButton {
|
|
|
29
29
|
super('strikethrough', button, localization, providerService, toolsService);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
EditorStrikethroughButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
33
|
-
EditorStrikethroughButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
32
|
+
EditorStrikethroughButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorStrikethroughButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
EditorStrikethroughButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorStrikethroughButtonDirective, selector: "kendo-toolbar-button[kendoEditorStrikethroughButton]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorStrikethroughButtonDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'kendo-toolbar-button[kendoEditorStrikethroughButton]'
|
|
@@ -29,9 +29,9 @@ export class EditorSubscriptButtonDirective extends EditorCommandButton {
|
|
|
29
29
|
super('subscript', button, localization, providerService, toolsService);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
EditorSubscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
33
|
-
EditorSubscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
32
|
+
EditorSubscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSubscriptButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
EditorSubscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSubscriptButtonDirective, selector: "kendo-toolbar-button[kendoEditorSubscriptButton]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSubscriptButtonDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'kendo-toolbar-button[kendoEditorSubscriptButton]'
|
|
@@ -29,9 +29,9 @@ export class EditorSuperscriptButtonDirective extends EditorCommandButton {
|
|
|
29
29
|
super('superscript', button, localization, providerService, toolsService);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
EditorSuperscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
33
|
-
EditorSuperscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
32
|
+
EditorSuperscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSuperscriptButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
EditorSuperscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSuperscriptButtonDirective, selector: "kendo-toolbar-button[kendoEditorSuperscriptButton]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSuperscriptButtonDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'kendo-toolbar-button[kendoEditorSuperscriptButton]'
|
|
@@ -29,9 +29,9 @@ export class EditorUnderlineButtonDirective extends EditorCommandButton {
|
|
|
29
29
|
super('underline', button, localization, providerService, toolsService);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
EditorUnderlineButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
33
|
-
EditorUnderlineButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
32
|
+
EditorUnderlineButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnderlineButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
EditorUnderlineButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnderlineButtonDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'kendo-toolbar-button[kendoEditorUnderlineButton]'
|