@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,9 +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 { type PackageMetadata } from '@progress/kendo-licensing';
6
- /**
7
- * @hidden
8
- */
9
- export declare const packageMetadata: PackageMetadata;
@@ -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 { PreventableEvent } from "./preventable-event";
6
- /**
7
- * Fires when the Editor [`paste`](https://www.telerik.com/kendo-angular-ui/components/editor/api/editorcomponent#paste) event occurs.
8
- */
9
- export declare class EditorPasteEvent extends PreventableEvent {
10
- /**
11
- * Contains the HTML content cleaned according to the [`PasteCleanupSettings`](https://www.telerik.com/kendo-angular-ui/components/editor/paste-cleanup).
12
- */
13
- cleanedHtml: string;
14
- /**
15
- * Contains the raw pasted content.
16
- */
17
- originalHtml: string;
18
- /**
19
- * Contains the original DOM event.
20
- */
21
- originalEvent: ClipboardEvent;
22
- /**
23
- * Constructs the event arguments for the `paste` event.
24
- * @hidden
25
- */
26
- constructor(cleanedHtml: string, originalHtml: string, originalEvent: ClipboardEvent);
27
- }
@@ -1,21 +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
- /**
6
- * @hidden
7
- */
8
- export declare abstract class PreventableEvent {
9
- private prevented;
10
- /**
11
- * Prevents the default action for a specified event.
12
- * In this way, the source component suppresses the built-in behavior that follows the event.
13
- */
14
- preventDefault(): void;
15
- /**
16
- * If the event is prevented by any of its subscribers, returns `true`.
17
- *
18
- * @returns `true` if the default action was prevented. Otherwise, returns `false`.
19
- */
20
- isDefaultPrevented(): boolean;
21
- }
@@ -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
- * Use this directive to turn a ToolBarButtonComponent into an Editor **AlignCenter** 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
- * 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 kendoEditorAlignCenterButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorAlignCenterButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignCenterButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignCenterButtonDirective, "kendo-toolbar-button[kendoEditorAlignCenterButton]", 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
- * Use this directive to turn a ToolBarButtonComponent into an Editor **AlignJustify** 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
- * 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 kendoEditorAlignJustifyButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorAlignJustifyButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignJustifyButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignJustifyButtonDirective, "kendo-toolbar-button[kendoEditorAlignJustifyButton]", 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
- * Use this directive to turn a ToolBarButtonComponent into an Editor **AlignLeft** 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
- * 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 kendoEditorAlignLeftButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorAlignLeftButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignLeftButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignLeftButtonDirective, "kendo-toolbar-button[kendoEditorAlignLeftButton]", 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
- * Use this directive to turn a ToolBarButtonComponent into an Editor **AlignRight** 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
- * 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 kendoEditorAlignRightButton></kendo-toolbar-button>
20
- * ```
21
- * @remarks
22
- * Applied to: {@link ToolBarButtonComponent}
23
- */
24
- export declare class EditorAlignRightButtonDirective extends EditorCommandButton {
25
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignRightButtonDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignRightButtonDirective, "kendo-toolbar-button[kendoEditorAlignRightButton]", never, {}, {}, never, never, true, never>;
28
- }
@@ -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 { 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 **Blockquote** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
13
- * The directive predefines the SVG icon and `click` event handlers of the button.
14
- *
15
- * @example
16
- * ```html
17
- * <kendo-toolbar-button kendoEditorBlockquoteButton></kendo-toolbar-button>
18
- * ```
19
- * @remarks
20
- * Applied to: {@link ToolBarButtonComponent}
21
- */
22
- export declare class EditorBlockquoteDirective extends EditorCommandButton {
23
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorBlockquoteDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorBlockquoteDirective, "kendo-toolbar-button[kendoEditorBlockquoteButton]", never, {}, {}, never, never, true, never>;
26
- }
@@ -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 { EditorColorPickerComponent } from './editor-colorpicker.component';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Configures an EditorColorPickerComponent for manipulating the background color of the text ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
9
- *
10
- * @example
11
- * ```html
12
- * <kendo-editor>
13
- * <kendo-toolbar>
14
- * <kendo-toolbar-colorpicker kendoEditorBackColor view="gradient"></kendo-toolbar-colorpicker>
15
- * </kendo-toolbar>
16
- * </kendo-editor>
17
- * ```
18
- * @remarks
19
- * Applied to: {@link EditorColorPickerComponent}
20
- */
21
- export declare class EditorBackColorDirective {
22
- private colorPicker;
23
- constructor(colorPicker: EditorColorPickerComponent);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorBackColorDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorBackColorDirective, "[kendoEditorBackColor]", never, {}, {}, never, never, true, never>;
26
- }
@@ -1,129 +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, Renderer2 } from '@angular/core';
6
- import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
7
- import { PaletteSettings, ActiveColorClickEvent, ColorPickerView } from '@progress/kendo-angular-inputs';
8
- import { DialogService } from '@progress/kendo-angular-dialog';
9
- import { SVGIcon } from '@progress/kendo-svg-icons';
10
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
11
- import { ProviderService } from '../../common/provider.service';
12
- import * as i0 from "@angular/core";
13
- /**
14
- * Configures a ColorPickerComponent as a ToolBar tool.
15
- * Use this component to associate a `kendo-toolbar-colorpicker` with an Editor command that changes the foreground or background color of the text.
16
- * Use the `kendoEditorForeColor` or `kendoEditorBackColor` directive ([more information](https://www.telerik.com/kendo-angular-ui/components/editor/tools#colorpickers)).
17
- *
18
- * @example
19
- * ```html
20
- * <kendo-toolbar-colorpicker kendoEditorForeColor></kendo-toolbar-colorpicker>
21
- * ```
22
- */
23
- export declare class EditorColorPickerComponent extends ToolBarToolComponent {
24
- private localization;
25
- private dialogService;
26
- private ngZone;
27
- private renderer;
28
- /**
29
- * Specifies the tab index of the component.
30
- *
31
- * @default -1
32
- */
33
- tabindex: number;
34
- /**
35
- * Specifies the initial value of the color picker.
36
- */
37
- value: string;
38
- /**
39
- * Specifies the Kendo UI font icon that the component uses.
40
- */
41
- icon: string;
42
- /**
43
- * Defines an SVGIcon to render within the ColorPicker button.
44
- * The input can take either an existing Kendo SVG icon or a custom one.
45
- */
46
- svgIcon: SVGIcon;
47
- /**
48
- * Overrides the default color palette settings.
49
- */
50
- paletteSettings: PaletteSettings;
51
- /**
52
- * Specifies the color-related command that the component executes.
53
- */
54
- editorCommand: 'foreColor' | 'backColor';
55
- /**
56
- * Specifies if the component is disabled.
57
- *
58
- * @default false
59
- */
60
- disabled: boolean;
61
- /**
62
- * Specifies whether the ColorPicker renders a gradient, palette, or both in its popup.
63
- *
64
- * @default ['palette']
65
- */
66
- views: ColorPickerView[];
67
- /**
68
- * @hidden
69
- *
70
- * For backward compatibility with configurations using the deprecated "view" input.
71
- */
72
- set view(view: ColorPickerView);
73
- get view(): ColorPickerView;
74
- /**
75
- * @hidden
76
- */
77
- get title(): string;
78
- element: ElementRef;
79
- private colorPicker;
80
- private colorPickerButton;
81
- private subs;
82
- private editor;
83
- private activeView;
84
- constructor(localization: EditorLocalizationService, dialogService: DialogService, ngZone: NgZone, providerService: ProviderService, renderer: Renderer2);
85
- ngOnInit(): void;
86
- ngOnDestroy(): void;
87
- /**
88
- * @hidden
89
- */
90
- handleValueChange(color: string): void;
91
- /**
92
- * @hidden
93
- */
94
- handleActiveColorClick(event: ActiveColorClickEvent): void;
95
- /**
96
- * @hidden
97
- */
98
- onClose(): void;
99
- /**
100
- * @hidden
101
- */
102
- handleClearButtonClick(): void;
103
- /**
104
- * @hidden
105
- */
106
- onActiveViewChange(view: string | ColorPickerView): void;
107
- /**
108
- * @hidden
109
- */
110
- get outerWidth(): number;
111
- /**
112
- * @hidden
113
- */
114
- openDialog(): void;
115
- /**
116
- * @hidden
117
- */
118
- canFocus(): boolean;
119
- /**
120
- * @hidden
121
- */
122
- focus(): void;
123
- /**
124
- * @hidden
125
- */
126
- handleKey(): boolean;
127
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorColorPickerComponent, never>;
128
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorColorPickerComponent, "kendo-toolbar-colorpicker", never, { "value": { "alias": "value"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "paletteSettings": { "alias": "paletteSettings"; "required": false; }; "editorCommand": { "alias": "editorCommand"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "views": { "alias": "views"; "required": false; }; "view": { "alias": "view"; "required": false; }; }, {}, never, never, true, never>;
129
- }
@@ -1,22 +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 { EditorColorPickerComponent } from './editor-colorpicker.component';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Configures an EditorColorPickerComponent for manipulating the foreground color of the text ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
9
- *
10
- * @example
11
- * ```html
12
- * <kendo-toolbar-colorpicker kendoEditorForeColor></kendo-toolbar-colorpicker>
13
- * ```
14
- * @remarks
15
- * Applied to: {@link EditorColorPickerComponent}
16
- */
17
- export declare class EditorForeColorDirective {
18
- private colorPicker;
19
- constructor(colorPicker: EditorColorPickerComponent);
20
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorForeColorDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorForeColorDirective, "[kendoEditorForeColor]", never, {}, {}, never, never, true, never>;
22
- }
@@ -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
- * A directive that configures a ToolBarButtonComponent as an Editor **Clean Formatting** tool.
13
- * The directive sets the SVG icon and `click` event handlers for the button.
14
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools))
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-toolbar-button kendoEditorCleanFormattingButton></kendo-toolbar-button>
19
- * ```
20
- * @remarks
21
- * Applied to: {@link ToolBarButtonComponent}
22
- */
23
- export declare class EditorCleanFormattingButtonDirective extends EditorCommandButton {
24
- constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorCleanFormattingButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditorCleanFormattingButtonDirective, "kendo-toolbar-button[kendoEditorCleanFormattingButton]", 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 { ElementRef, EventEmitter } from '@angular/core';
6
- import { ItemDisabledFn, DropDownListComponent } from '@progress/kendo-angular-dropdowns';
7
- import { FontFamilyItem } from '../../common/font-family-item.interface';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class FontFamilyDropDownListComponent {
13
- data: FontFamilyItem[];
14
- value: string;
15
- defaultItem: FontFamilyItem;
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<FontFamilyDropDownListComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<FontFamilyDropDownListComponent, "kendo-editor-fontfamily-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,91 +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, Renderer2 } from '@angular/core';
6
- import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
7
- import { DialogService } from '@progress/kendo-angular-dialog';
8
- import { SVGIcon } from '@progress/kendo-svg-icons';
9
- import { FontFamilyItem } from '../../common/font-family-item.interface';
10
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
11
- import { FontFamilyDropDownListComponent } from './editor-fontfamily-dropdownlist.component';
12
- import { ProviderService } from '../../common/provider.service';
13
- import { EditorToolsService } from '../tools.service';
14
- import * as i0 from "@angular/core";
15
- /**
16
- * Configures a DropDownListComponent as an Editor tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
17
- * Use this component to associate a kendo-toolbar-dropdownlist with an Editor command that changes the font family of a content block.
18
- * The component automatically sets the options and values of the drop-down list ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#dropdownlists)).
19
- *
20
- * @example
21
- * ```html
22
- * <kendo-editor>
23
- * <kendo-toolbar>
24
- * <kendo-toolbar-dropdownlist kendoEditorFontFamily></kendo-toolbar-dropdownlist>
25
- * </kendo-toolbar>
26
- * </kendo-editor>
27
- * ```
28
- */
29
- export declare class EditorFontFamilyComponent extends ToolBarToolComponent {
30
- private dialogService;
31
- private localization;
32
- private toolsService;
33
- private renderer;
34
- value: string;
35
- disabled: boolean;
36
- tabindex: number;
37
- /**
38
- * Overrides the default font list.
39
- */
40
- set data(fonts: FontFamilyItem[]);
41
- get data(): FontFamilyItem[];
42
- /**
43
- * Fires when the user updates the value of the drop-down list.
44
- */
45
- valueChange: EventEmitter<FontFamilyItem>;
46
- element: ElementRef;
47
- fontFamilyDropDownList: FontFamilyDropDownListComponent;
48
- fontFamilyButton: ElementRef;
49
- /**
50
- * @hidden
51
- */
52
- defaultItem: FontFamilyItem;
53
- /**
54
- * @hidden
55
- */
56
- itemDisabled: (itemArgs: {
57
- dataItem: any;
58
- index: number;
59
- }) => boolean;
60
- fontFamilySVGIcon: SVGIcon;
61
- private subs;
62
- private editor;
63
- private _data;
64
- constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
65
- ngOnInit(): void;
66
- /**
67
- * @hidden
68
- */
69
- onValueChange(ev: string): void;
70
- ngOnDestroy(): void;
71
- get outerWidth(): number;
72
- get title(): string;
73
- /**
74
- * @hidden
75
- */
76
- openDialog(): void;
77
- /**
78
- * @hidden
79
- */
80
- canFocus(): boolean;
81
- /**
82
- * @hidden
83
- */
84
- focus(): void;
85
- /**
86
- * @hidden
87
- */
88
- handleKey(): boolean;
89
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorFontFamilyComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorFontFamilyComponent, "kendo-toolbar-dropdownlist[kendoEditorFontFamily]", never, { "data": { "alias": "data"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
91
- }
@@ -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 { FontSizeItem } from '../../common/font-size-item.interface';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class FontSizeDropDownListComponent {
13
- data: FontSizeItem[];
14
- value: string;
15
- defaultItem: FontSizeItem;
16
- itemDisabled: ItemDisabledFn;
17
- title: string;
18
- disabled: boolean;
19
- tabindex: number;
20
- valueChange: EventEmitter<string>;
21
- element: ElementRef;
22
- dropDownList: DropDownListComponent;
23
- onValueChange(size: string): void;
24
- focus(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<FontSizeDropDownListComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<FontSizeDropDownListComponent, "kendo-editor-fontsize-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,91 +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, Renderer2 } from '@angular/core';
6
- import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
7
- import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
8
- import { SVGIcon } from '@progress/kendo-svg-icons';
9
- import { DialogService } from '@progress/kendo-angular-dialog';
10
- import { FontSizeItem } from '../../common/font-size-item.interface';
11
- import { EditorLocalizationService } from '../../localization/editor-localization.service';
12
- import { FontSizeDropDownListComponent } from './editor-fontsize-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 ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
18
- * Use this component to associate a `kendo-dropdownlist` with an Editor command that changes the font size of a content block.
19
- * The component automatically sets the options and values of the drop-down list.
20
- * ([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 kendoEditorFontSize></kendo-toolbar-dropdownlist>
27
- * </kendo-toolbar>
28
- * </kendo-editor>
29
- * ```
30
- */
31
- export declare class EditorFontSizeComponent extends ToolBarToolComponent {
32
- private dialogService;
33
- private localization;
34
- private toolsService;
35
- private renderer;
36
- value: string;
37
- disabled: boolean;
38
- tabindex: number;
39
- /**
40
- * Overrides the default font size list.
41
- * Treat numeric values as pixels.
42
- */
43
- set data(sizes: FontSizeItem[]);
44
- get data(): FontSizeItem[];
45
- /**
46
- * Fires when the user updates the value of the drop-down list.
47
- */
48
- valueChange: EventEmitter<FontSizeItem>;
49
- element: ElementRef;
50
- fontSizeDropDownList: FontSizeDropDownListComponent;
51
- fontSizeButton: ElementRef;
52
- /**
53
- * @hidden
54
- */
55
- defaultItem: FontSizeItem;
56
- fontSizeSVGIcon: SVGIcon;
57
- /**
58
- * @hidden
59
- */
60
- itemDisabled: ItemDisabledFn;
61
- private subs;
62
- private editor;
63
- private _data;
64
- constructor(dialogService: DialogService, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
65
- ngOnInit(): void;
66
- /**
67
- * @hidden
68
- */
69
- onValueChange(ev: string): void;
70
- ngOnDestroy(): void;
71
- get outerWidth(): number;
72
- get title(): string;
73
- /**
74
- * @hidden
75
- */
76
- openDialog(): void;
77
- /**
78
- * @hidden
79
- */
80
- canFocus(): boolean;
81
- /**
82
- * @hidden
83
- */
84
- focus(): void;
85
- /**
86
- * @hidden
87
- */
88
- handleKey(): boolean;
89
- static ɵfac: i0.ɵɵFactoryDeclaration<EditorFontSizeComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorFontSizeComponent, "kendo-toolbar-dropdownlist[kendoEditorFontSize]", never, { "data": { "alias": "data"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
91
- }