@progress/kendo-angular-editor 24.2.2 → 25.0.0-develop.2

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 (100) hide show
  1. package/fesm2022/progress-kendo-angular-editor.mjs +192 -192
  2. package/index.d.ts +2173 -67
  3. package/package-metadata.mjs +2 -2
  4. package/package.json +20 -20
  5. package/schematics/ngAdd/index.js +4 -4
  6. package/common/active-marks.d.ts +0 -12
  7. package/common/apply-to-word-options.d.ts +0 -26
  8. package/common/commands.d.ts +0 -41
  9. package/common/css-settings.interface.d.ts +0 -30
  10. package/common/direction.d.ts +0 -8
  11. package/common/error-messages.d.ts +0 -8
  12. package/common/font-family-item.interface.d.ts +0 -25
  13. package/common/font-size-item.interface.d.ts +0 -25
  14. package/common/format-item.interface.d.ts +0 -25
  15. package/common/image-data.interface.d.ts +0 -13
  16. package/common/link-data.interface.d.ts +0 -13
  17. package/common/paste-cleanup-settings.d.ts +0 -64
  18. package/common/plugins-function.d.ts +0 -18
  19. package/common/predicate.d.ts +0 -9
  20. package/common/provider.service.d.ts +0 -14
  21. package/common/resizable-options.interface.d.ts +0 -35
  22. package/common/styles.d.ts +0 -16
  23. package/common/table-data.interface.d.ts +0 -11
  24. package/config/command-icons.d.ts +0 -13
  25. package/config/commands.d.ts +0 -9
  26. package/config/indent-rules.d.ts +0 -33
  27. package/config/schema.d.ts +0 -13
  28. package/config/semantic-nodes.d.ts +0 -12
  29. package/config/table-commands.d.ts +0 -10
  30. package/config/utils.d.ts +0 -73
  31. package/dialogs/colorpicker-dialog.component.d.ts +0 -36
  32. package/dialogs/file-link-dialog.component.d.ts +0 -33
  33. package/dialogs/font-family-dialog.component.d.ts +0 -31
  34. package/dialogs/font-size-dialog.component.d.ts +0 -31
  35. package/dialogs/format-dialog.component.d.ts +0 -31
  36. package/dialogs/image-dialog.component.d.ts +0 -40
  37. package/dialogs/insert-table-dialog.component.d.ts +0 -24
  38. package/dialogs/source-dialog.component.d.ts +0 -27
  39. package/directives.d.ts +0 -51
  40. package/editor-toolbar-state.d.ts +0 -20
  41. package/editor.component.d.ts +0 -277
  42. package/editor.module.d.ts +0 -73
  43. package/localization/custom-messages.component.d.ts +0 -27
  44. package/localization/editor-localization.service.d.ts +0 -14
  45. package/localization/localized-messages.directive.d.ts +0 -16
  46. package/localization/messages.d.ts +0 -242
  47. package/package-metadata.d.ts +0 -9
  48. package/preventable-events/paste-event.d.ts +0 -27
  49. package/preventable-events/preventable-event.d.ts +0 -21
  50. package/tools/alignment/editor-align-center-button.directive.d.ts +0 -28
  51. package/tools/alignment/editor-align-justify-button.directive.d.ts +0 -28
  52. package/tools/alignment/editor-align-left-button.directive.d.ts +0 -28
  53. package/tools/alignment/editor-align-right-button.directive.d.ts +0 -28
  54. package/tools/blockquote/editor-blockquote-button.directive.d.ts +0 -26
  55. package/tools/colorpicker/editor-back-color.directive.d.ts +0 -26
  56. package/tools/colorpicker/editor-colorpicker.component.d.ts +0 -129
  57. package/tools/colorpicker/editor-fore-color.directive.d.ts +0 -22
  58. package/tools/editor-clean-formatting-button.directive.d.ts +0 -27
  59. package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +0 -27
  60. package/tools/fontfamily/editor-fontfamily.component.d.ts +0 -91
  61. package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +0 -27
  62. package/tools/fontsize/editor-fontsize.component.d.ts +0 -91
  63. package/tools/format/editor-format-dropdownlist.component.d.ts +0 -27
  64. package/tools/format/editor-format.component.d.ts +0 -83
  65. package/tools/history/editor-redo-button.directive.d.ts +0 -28
  66. package/tools/history/editor-undo-button.directive.d.ts +0 -28
  67. package/tools/image/editor-insert-image-button.directive.d.ts +0 -27
  68. package/tools/indentation/editor-indent-button.directive.d.ts +0 -27
  69. package/tools/indentation/editor-outdent-button.directive.d.ts +0 -27
  70. package/tools/link/editor-create-link-button.directive.d.ts +0 -27
  71. package/tools/link/editor-insert-file-button.directive.d.ts +0 -26
  72. package/tools/link/editor-unlink-button.directive.d.ts +0 -27
  73. package/tools/list/editor-insert-ordered-list-button.directive.d.ts +0 -27
  74. package/tools/list/editor-insert-unordered-list-button.directive.d.ts +0 -28
  75. package/tools/print/editor-print-button.directive.d.ts +0 -31
  76. package/tools/select-all/select-all-button.directive.d.ts +0 -28
  77. package/tools/shared/dropdown-tool.directive.d.ts +0 -20
  78. package/tools/shared/editor-command-base.d.ts +0 -31
  79. package/tools/shared/editor-command-button.d.ts +0 -24
  80. package/tools/shared/editor-command-dialog.d.ts +0 -23
  81. package/tools/source/editor-view-source-button.directive.d.ts +0 -27
  82. package/tools/tables/editor-add-column-after-button.directive.d.ts +0 -28
  83. package/tools/tables/editor-add-column-before-button.directive.d.ts +0 -28
  84. package/tools/tables/editor-add-row-after-button.directive.d.ts +0 -28
  85. package/tools/tables/editor-add-row-before-button.directive.d.ts +0 -28
  86. package/tools/tables/editor-delete-column-button.directive.d.ts +0 -28
  87. package/tools/tables/editor-delete-row-button.directive.d.ts +0 -28
  88. package/tools/tables/editor-delete-table-button.directive.d.ts +0 -28
  89. package/tools/tables/editor-insert-table-button.component.d.ts +0 -87
  90. package/tools/tables/editor-merge-cells-button.directive.d.ts +0 -30
  91. package/tools/tables/editor-split-cell-button.directive.d.ts +0 -30
  92. package/tools/tables/popup-table-grid.component.d.ts +0 -31
  93. package/tools/tools.service.d.ts +0 -17
  94. package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +0 -28
  95. package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +0 -28
  96. package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +0 -28
  97. package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +0 -28
  98. package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +0 -28
  99. package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +0 -28
  100. package/util.d.ts +0 -96
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ElementRef, EventEmitter } from '@angular/core';
6
- import { ItemDisabledFn, DropDownListComponent } from '@progress/kendo-angular-dropdowns';
7
- import { FormatItem } from '../../common/format-item.interface';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class FormatDropDownListComponent {
13
- data: FormatItem[];
14
- value: string;
15
- defaultItem: FormatItem;
16
- itemDisabled: ItemDisabledFn;
17
- title: string;
18
- disabled: boolean;
19
- tabindex: number;
20
- valueChange: EventEmitter<string>;
21
- element: ElementRef;
22
- dropDownList: DropDownListComponent;
23
- onValueChange(tag: string): void;
24
- focus(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<FormatDropDownListComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<FormatDropDownListComponent, "kendo-editor-format-dropdownlist", never, { "data": { "alias": "data"; "required": false; }; "value": { "alias": "value"; "required": false; }; "defaultItem": { "alias": "defaultItem"; "required": false; }; "itemDisabled": { "alias": "itemDisabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
27
- }
@@ -1,83 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { EventEmitter, ElementRef, Renderer2 } from '@angular/core';
6
- import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
7
- import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
8
- import { DialogService } from '@progress/kendo-angular-dialog';
9
- import { SVGIcon } from '@progress/kendo-svg-icons';
10
- import { FormatItem } from '../../common/format-item.interface';
11
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
12
- import { FormatDropDownListComponent } from './editor-format-dropdownlist.component';
13
- import { ProviderService } from '../../common/provider.service';
14
- import { EditorToolsService } from '../tools.service';
15
- import * as i0 from "@angular/core";
16
- /**
17
- * Configures a DropDownListComponent as an Editor tool
18
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
19
- * Associates a `kendo-dropdownlist` with an Editor command that changes the format of a content block.
20
- * Automatically sets the options and values of the DropDownList ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#dropdownlists)).
21
- *
22
- * @example
23
- * ```html
24
- * <kendo-editor>
25
- * <kendo-toolbar>
26
- * <kendo-toolbar-dropdownlist kendoEditorFormat></kendo-toolbar-dropdownlist>
27
- * </kendo-toolbar>
28
- * </kendo-editor>
29
- * ```
30
- */
31
- export declare class EditorFormatComponent extends ToolBarToolComponent {
32
- private dialogService;
33
- private localization;
34
- private toolsService;
35
- private renderer;
36
- value: string;
37
- defaultItem: FormatItem;
38
- itemDisabled: ItemDisabledFn;
39
- disabled: boolean;
40
- tabindex: number;
41
- /**
42
- * Sets the format items list. Use this property to override the default list.
43
- */
44
- set data(formatItems: FormatItem[]);
45
- get data(): FormatItem[];
46
- /**
47
- * Emits when the value of the DropDownList changes.
48
- */
49
- valueChange: EventEmitter<FormatItem>;
50
- formatDropDownList: FormatDropDownListComponent;
51
- formatButton: ElementRef;
52
- private subs;
53
- private _data;
54
- applyFormatSVGIcon: SVGIcon;
55
- private editor;
56
- constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
57
- ngOnInit(): void;
58
- /**
59
- * @hidden
60
- */
61
- onValueChange(ev: string): void;
62
- ngOnDestroy(): void;
63
- get outerWidth(): number;
64
- get title(): string;
65
- /**
66
- * @hidden
67
- */
68
- openDialog(): void;
69
- /**
70
- * @hidden
71
- */
72
- canFocus(): boolean;
73
- /**
74
- * @hidden
75
- */
76
- focus(): void;
77
- /**
78
- * @hidden
79
- */
80
- handleKey(): boolean;
81
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorFormatComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorFormatComponent, "kendo-toolbar-dropdownlist[kendoEditorFormat]", never, { "data": { "alias": "data"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
83
- }
@@ -1,28 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Redo** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * Sets the SVG icon and `click` event handlers of the button.
15
- * Updates the `disabled` state of the button based on the cursor position in the editing area.
16
- *
17
- * @example
18
- * ```html
19
- * <kendo-toolbar-button kendoEditorRedoButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorRedoButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorRedoButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorRedoButtonDirective, "kendo-toolbar-button[kendoEditorRedoButton]", never, {}, {}, never, never, true, never>;
28
- }
@@ -1,28 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Undo** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * Sets the SVG icon and `click` event handlers of the button.
15
- * Updates the `disabled` state of the button based on the cursor position in the editing area.
16
- *
17
- * @example
18
- * ```html
19
- * <kendo-toolbar-button kendoEditorUndoButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorUndoButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorUndoButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorUndoButtonDirective, "kendo-toolbar-button[kendoEditorUndoButton]", never, {}, {}, never, never, true, never>;
28
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandDialog } from '../shared/editor-command-dialog';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a `ToolBarButtonComponent` as an Editor **InsertImage** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * Sets the SVG icon and `click` event handlers of the button.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorInsertImageButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorInsertImageButtonDirective extends EditorCommandDialog {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorInsertImageButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorInsertImageButtonDirective, "kendo-toolbar-button[kendoEditorInsertImageButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Indent** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- * The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorIndentButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorIndentButtonDirective extends EditorCommandButton {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorIndentButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorIndentButtonDirective, "kendo-toolbar-button[kendoEditorIndentButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Outdent** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- * The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorOutdentButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorOutdentButtonDirective extends EditorCommandButton {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorOutdentButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorOutdentButtonDirective, "kendo-toolbar-button[kendoEditorOutdentButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandDialog } from '../shared/editor-command-dialog';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **CreateLink** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- * The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorCreateLinkButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorCreateLinkButtonDirective extends EditorCommandDialog {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorCreateLinkButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorCreateLinkButtonDirective, "kendo-toolbar-button[kendoEditorCreateLinkButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,26 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { EditorCommandDialog } from '../shared/editor-command-dialog';
6
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from "../../common/provider.service";
9
- import { EditorToolsService } from "../tools.service";
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Insert File** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- *
15
- * @example
16
- * ```html
17
- * <kendo-toolbar-button kendoEditorInsertFileButton></kendo-toolbar-button>
18
- * ```
19
- * @remarks
20
- * Applied to: {@link ToolBarButtonComponent}
21
- */
22
- export declare class EditorInsertFileButtonDirective extends EditorCommandDialog {
23
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorInsertFileButtonDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorInsertFileButtonDirective, "kendo-toolbar-button[kendoEditorInsertFileButton]", never, {}, {}, never, never, true, never>;
26
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Unlink** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- * The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorUnlinkButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorUnlinkButtonDirective extends EditorCommandButton {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorUnlinkButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorUnlinkButtonDirective, "kendo-toolbar-button[kendoEditorUnlinkButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **InsertOrderedList** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- * The directive also updates the `selected` state of the button based on the cursor position in the editing area.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorInsertOrderedListButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorInsertOrderedListButtonDirective extends EditorCommandButton {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorInsertOrderedListButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorInsertOrderedListButtonDirective, "kendo-toolbar-button[kendoEditorInsertOrderedListButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,28 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **InsertUnorderedList** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * This directive sets the SVG icon and `click` event handlers for the button.
15
- * It also updates the `selected` state of the button based on the cursor position in the editing area.
16
- *
17
- * @example
18
- * ```html
19
- * <kendo-toolbar-button kendoEditorInsertUnorderedListButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorInsertUnorderedListButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorInsertUnorderedListButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorInsertUnorderedListButtonDirective, "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]", never, {}, {}, never, never, true, never>;
28
- }
@@ -1,31 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { EditorToolsService } from '../tools.service';
9
- import { ProviderService } from '../../common/provider.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **Print** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * This directive sets the SVG icon and `click` event handlers for the button.
15
- *
16
- * The Editor Print tool works only in the default [`iframe`](https://www.telerik.com/kendo-angular-ui/components/editor/api/editorcomponent#iframe) mode.
17
- *
18
- * @example
19
- * ```html
20
- * <kendo-toolbar-button kendoEditorPrintButton></kendo-toolbar-button>
21
- * ```
22
- * @remarks
23
- * Applied to: {@link ToolBarButtonComponent}
24
- */
25
- export declare class EditorPrintDirective extends EditorCommandButton {
26
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
27
- ngAfterViewInit(): void;
28
- protected clickHandler(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorPrintDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorPrintDirective, "kendo-toolbar-button[kendoEditorPrintButton]", never, {}, {}, never, never, true, never>;
31
- }
@@ -1,28 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { EditorToolsService } from '../tools.service';
9
- import { ProviderService } from '../../common/provider.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **SelectAll** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * This directive sets the SVG icon and `click` event handlers for the button.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorSelectAllButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorSelectAllButtonDirective extends EditorCommandButton {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- protected clickHandler(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorSelectAllButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorSelectAllButtonDirective, "kendo-toolbar-button[kendoEditorSelectAllButton]", never, {}, {}, never, never, true, never>;
28
- }
@@ -1,20 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ElementRef, NgZone } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export declare class DropDownToolDirective {
11
- private hostEl;
12
- private zone;
13
- private get hostElement();
14
- constructor(hostEl: ElementRef, zone: NgZone);
15
- ngAfterViewInit(): void;
16
- ngOnDestroy(): void;
17
- private preventDefault;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownToolDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownToolDirective, "[kendoEditorDropDownTool]", never, {}, {}, never, never, true, never>;
20
- }
@@ -1,31 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Subscription } from 'rxjs';
6
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
- import type { EditorComponent } from '../../editor.component';
8
- import { EditorCommand, DialogCommand, EditorInternalCommand } from '../../common/commands';
9
- import { LocalizationService } from '@progress/kendo-angular-l10n';
10
- import { ProviderService } from '../../common/provider.service';
11
- import { EditorToolsService } from '../tools.service';
12
- import * as i0 from "@angular/core";
13
- /**
14
- * @hidden
15
- */
16
- export declare abstract class EditorCommandBaseDirective {
17
- protected command: DialogCommand | EditorCommand | EditorInternalCommand;
18
- protected button: ToolBarButtonComponent;
19
- protected localization: LocalizationService;
20
- protected toolsService: EditorToolsService;
21
- protected subs: Subscription;
22
- protected editor: EditorComponent;
23
- constructor(command: DialogCommand | EditorCommand | EditorInternalCommand, button: ToolBarButtonComponent, localization: LocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
24
- ngOnInit(): void;
25
- ngOnDestroy(): void;
26
- protected clickHandler(): void;
27
- protected pointerdownHandler(_event: PointerEvent): void;
28
- protected onStateChange(_toolBarState: any): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorCommandBaseDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorCommandBaseDirective, "[kendoEditorCommandBase]", never, {}, {}, never, never, true, never>;
31
- }
@@ -1,24 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommand, EditorInternalCommand } from '../../common/commands';
7
- import { EditorCommandBaseDirective } from './editor-command-base';
8
- import { LocalizationService } from '@progress/kendo-angular-l10n';
9
- import { EditorToolsService } from '../tools.service';
10
- import { ProviderService } from '../../common/provider.service';
11
- /**
12
- * @hidden
13
- */
14
- export declare abstract class EditorCommandButton extends EditorCommandBaseDirective {
15
- protected command: EditorCommand | EditorInternalCommand;
16
- protected button: ToolBarButtonComponent;
17
- protected localization: LocalizationService;
18
- protected providerService: ProviderService;
19
- protected toolsService: EditorToolsService;
20
- constructor(command: EditorCommand | EditorInternalCommand, button: ToolBarButtonComponent, localization: LocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
21
- protected clickHandler(): void;
22
- protected pointerdownHandler(e?: PointerEvent): void;
23
- protected onStateChange(toolBarState?: any): void;
24
- }
@@ -1,23 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { DialogCommand } from '../../common/commands';
7
- import { EditorCommandBaseDirective } from './editor-command-base';
8
- import { LocalizationService } from '@progress/kendo-angular-l10n';
9
- import { ProviderService } from '../../common/provider.service';
10
- import { EditorToolsService } from '../tools.service';
11
- /**
12
- * @hidden
13
- */
14
- export declare abstract class EditorCommandDialog extends EditorCommandBaseDirective {
15
- protected dialog: DialogCommand;
16
- protected button: ToolBarButtonComponent;
17
- protected localization: LocalizationService;
18
- protected providerService: ProviderService;
19
- protected toolsService: EditorToolsService;
20
- constructor(dialog: DialogCommand, button: ToolBarButtonComponent, localization: LocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
21
- protected clickHandler(): void;
22
- protected onStateChange(toolBarState?: any): void;
23
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandDialog } from '../shared/editor-command-dialog';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **ViewSource** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * The directive sets the SVG icon and `click` event handlers for the button.
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorViewSourceButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorViewSourceButtonDirective extends EditorCommandDialog {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorViewSourceButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorViewSourceButtonDirective, "kendo-toolbar-button[kendoEditorViewSourceButton]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,28 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
- import { EditorCommandButton } from '../shared/editor-command-button';
7
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
8
- import { ProviderService } from '../../common/provider.service';
9
- import { EditorToolsService } from '../tools.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Configures a ToolBarButtonComponent as an Editor **AddColumnAfter** tool
13
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
14
- * The directive sets the SVG icon and `click` event handlers for the button.
15
- * The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
16
- *
17
- * @example
18
- * ```html
19
- * <kendo-toolbar-button kendoEditorAddColumnAfterButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorAddColumnAfterButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorAddColumnAfterButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAddColumnAfterButtonDirective, "kendo-toolbar-button[kendoEditorAddColumnAfterButton]", never, {}, {}, never, never, true, never>;
28
- }