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

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
package/config/utils.d.ts DELETED
@@ -1,73 +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 { Node } from '@progress/kendo-editor-common';
6
- /**
7
- * @hidden
8
- */
9
- export type EditorMarks = 'link' | 'em' | 'strong' | 'code' | 'underline' | 'strikethrough' | 'subscript' | 'superscript' | 'style';
10
- /**
11
- * @hidden
12
- */
13
- export type EditorNodes = 'doc' | 'paragraph' | 'blockquote' | 'horizontalRule' | 'heading' | 'codeBlock' | 'text' | 'image' | 'hardBreak' | 'listItem' | 'orderedList' | 'bulletList' | 'htmlBlock' | 'table' | 'table_colgroup' | 'table_col' | 'table_body' | 'table_foot' | 'table_head' | 'table_row' | 'table_cell' | 'table_header';
14
- /**
15
- * @hidden
16
- */
17
- export declare const hasAttrs: (attrs: any, exclude?: any) => boolean;
18
- /**
19
- * @hidden
20
- */
21
- export declare const getAttrs: (attrs: any, exclude?: any) => {};
22
- /**
23
- * @hidden
24
- */
25
- export declare const getAttributes: (dom: any) => {};
26
- /**
27
- * @hidden
28
- */
29
- export declare const serializeDOMAttrs: (el: HTMLElement) => Record<string, string | number>;
30
- /**
31
- * @hidden
32
- */
33
- export declare const commonAttributes: () => {};
34
- /**
35
- * @hidden
36
- */
37
- export declare const createDefaultAttributes: (attrs?: string[]) => {};
38
- /**
39
- * @hidden
40
- */
41
- export declare const hole = 0;
42
- /**
43
- * @hidden
44
- */
45
- export declare const isSchemaNode: (schemaNodeName: string) => (node: Node) => boolean;
46
- /**
47
- * @hidden
48
- */
49
- export declare const isTable: (node: Node) => boolean;
50
- /**
51
- * @hidden
52
- */
53
- export declare const isTableBody: (node: Node) => boolean;
54
- /**
55
- * @hidden
56
- */
57
- export declare const isTableHead: (node: Node) => boolean;
58
- /**
59
- * @hidden
60
- */
61
- export declare const isTableFoot: (node: Node) => boolean;
62
- /**
63
- * @hidden
64
- */
65
- export declare const isTableRow: (node: Node) => boolean;
66
- /**
67
- * @hidden
68
- */
69
- export declare const isTableCell: (node: Node) => boolean;
70
- /**
71
- * @hidden
72
- */
73
- export declare const isTableHeaderCell: (node: Node) => boolean;
@@ -1,36 +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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
6
- import { SVGIcon } from '@progress/kendo-svg-icons';
7
- import { EditorLocalizationService } from '../localization/editor-localization.service';
8
- import { EditorComponent } from '../editor.component';
9
- import { PaletteSettings, ActiveColorClickEvent, ColorPickerComponent, ColorPickerView } from '@progress/kendo-angular-inputs';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * @hidden
13
- */
14
- export declare class ColorPickerDialogComponent extends DialogContentBase {
15
- dialog: DialogRef;
16
- private localization;
17
- editor: EditorComponent;
18
- colorPicker: ColorPickerComponent;
19
- value: string;
20
- title: string;
21
- editorCommand: 'foreColor' | 'backColor';
22
- paletteSettings: PaletteSettings;
23
- icon: string;
24
- svgIcon: SVGIcon;
25
- view: ColorPickerView;
26
- views: ColorPickerView[];
27
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
28
- handleActiveColorClick(event: ActiveColorClickEvent): void;
29
- handleClearButtonClick(): void;
30
- onCancelAction(): void;
31
- onConfirmAction(): void;
32
- setData(args: any): void;
33
- textFor(key: string): string;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerDialogComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
36
- }
@@ -1,33 +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 { FormGroup } from '@angular/forms';
6
- import { DialogContentBase, DialogRef } from '@progress/kendo-angular-dialog';
7
- import { TextBoxComponent } from '@progress/kendo-angular-inputs';
8
- import { EditorState } from '@progress/kendo-editor-common';
9
- import { DialogCommand } from '../common/commands';
10
- import { EditorLocalizationService } from '../localization/editor-localization.service';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class FileLinkDialogComponent extends DialogContentBase {
16
- dialog: DialogRef;
17
- localization: EditorLocalizationService;
18
- editor: any;
19
- command: DialogCommand;
20
- hrefInput: TextBoxComponent;
21
- linkForm: FormGroup;
22
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
23
- onCancelAction(): void;
24
- onConfirmAction(): void;
25
- get titleText(): string;
26
- setData(state: EditorState, options?: any): void;
27
- textForWithPrefix(key: string): string;
28
- textFor(key: string): string;
29
- private setLinkText;
30
- private getData;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<FileLinkDialogComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<FileLinkDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; "command": { "alias": "command"; "required": false; }; }, {}, never, never, true, never>;
33
- }
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
6
- import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
7
- import { EditorLocalizationService } from '../localization/editor-localization.service';
8
- import { EditorComponent } from '../editor.component';
9
- import { FontFamilyItem } from '../common/font-family-item.interface';
10
- import { FontFamilyDropDownListComponent } from '../tools/fontfamily/editor-fontfamily-dropdownlist.component';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class FontFamilyDialogComponent extends DialogContentBase {
16
- dialog: DialogRef;
17
- private localization;
18
- editor: EditorComponent;
19
- fontFamilyDropDownList: FontFamilyDropDownListComponent;
20
- data: FontFamilyItem[];
21
- defaultItem: FontFamilyItem;
22
- value: string;
23
- itemDisabled: ItemDisabledFn;
24
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
25
- onCancelAction(): void;
26
- onConfirmAction(): void;
27
- setData(args: any): void;
28
- textFor(key: string): string;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<FontFamilyDialogComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<FontFamilyDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
31
- }
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
6
- import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
7
- import { EditorLocalizationService } from '../localization/editor-localization.service';
8
- import { EditorComponent } from '../editor.component';
9
- import { FontSizeItem } from '../common/font-size-item.interface';
10
- import { FontSizeDropDownListComponent } from '../tools/fontsize/editor-fontsize-dropdownlist.component';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class FontSizeDialogComponent extends DialogContentBase {
16
- dialog: DialogRef;
17
- private localization;
18
- editor: EditorComponent;
19
- fontSizeDropDownList: FontSizeDropDownListComponent;
20
- data: FontSizeItem[];
21
- defaultItem: FontSizeItem;
22
- value: string;
23
- itemDisabled: ItemDisabledFn;
24
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
25
- onCancelAction(): void;
26
- onConfirmAction(): void;
27
- setData(args: any): void;
28
- textFor(key: string): string;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<FontSizeDialogComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<FontSizeDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
31
- }
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
6
- import { ItemDisabledFn } from '@progress/kendo-angular-dropdowns';
7
- import { EditorLocalizationService } from '../localization/editor-localization.service';
8
- import { FormatItem } from '../common/format-item.interface';
9
- import type { EditorComponent } from '../editor.component';
10
- import { FormatDropDownListComponent } from '../tools/format/editor-format-dropdownlist.component';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class FormatDialogComponent extends DialogContentBase {
16
- dialog: DialogRef;
17
- private localization;
18
- editor: EditorComponent;
19
- formatDropDownList: FormatDropDownListComponent;
20
- data: FormatItem[];
21
- defaultItem: FormatItem;
22
- value: string;
23
- itemDisabled: ItemDisabledFn;
24
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
25
- onCancelAction(): void;
26
- onConfirmAction(): void;
27
- setData(args: any): void;
28
- textFor(key: string): string;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<FormatDialogComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<FormatDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
31
- }
@@ -1,40 +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 { FormControl, FormGroup } from '@angular/forms';
6
- import { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
7
- import { EditorState } from '@progress/kendo-editor-common';
8
- import { TextBoxComponent } from '@progress/kendo-angular-inputs';
9
- import { ImageData } from '../common/image-data.interface';
10
- import { EditorLocalizationService } from '../localization/editor-localization.service';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class ImageDialogComponent extends DialogContentBase {
16
- dialog: DialogRef;
17
- private localization;
18
- editor: any;
19
- srcInput: TextBoxComponent;
20
- src: FormControl;
21
- alt: FormControl;
22
- width: FormControl;
23
- height: FormControl;
24
- data: ImageData;
25
- imageData: FormGroup;
26
- srcInputId: string;
27
- altTextInputId: string;
28
- widthInputId: string;
29
- heightInputId: string;
30
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
31
- ngOnInit(): void;
32
- onCancelAction(): void;
33
- onConfirmAction(): void;
34
- setData(state: EditorState): void;
35
- textFor(key: string): string;
36
- private getData;
37
- private normalizeDimension;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<ImageDialogComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
40
- }
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
6
- import { EditorLocalizationService } from '../localization/editor-localization.service';
7
- import { EditorComponent } from '../editor.component';
8
- import { TableData } from '../common/table-data.interface';
9
- import * as i0 from "@angular/core";
10
- /**
11
- * @hidden
12
- */
13
- export declare class InsertTableDialogComponent extends DialogContentBase {
14
- dialog: DialogRef;
15
- private localization;
16
- editor: EditorComponent;
17
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
18
- onCancelAction(): void;
19
- onCellClick(args: TableData): void;
20
- setData(args: any): void;
21
- textFor(key: string): string;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<InsertTableDialogComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<InsertTableDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
24
- }
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
6
- import { TextAreaComponent } from '@progress/kendo-angular-inputs';
7
- import { EditorLocalizationService } from '../localization/editor-localization.service';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class SourceDialogComponent extends DialogContentBase {
13
- dialog: DialogRef;
14
- private localization;
15
- editor: any;
16
- textarea: TextAreaComponent;
17
- data: string;
18
- constructor(dialog: DialogRef, localization: EditorLocalizationService);
19
- onCancelAction(): void;
20
- onConfirmAction(): void;
21
- getData(): string;
22
- setData(): void;
23
- textFor(key: string): string;
24
- private indent;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<SourceDialogComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SourceDialogComponent, "ng-component", never, { "editor": { "alias": "editor"; "required": false; }; }, {}, never, never, true, never>;
27
- }
package/directives.d.ts DELETED
@@ -1,51 +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 { EditorComponent } from './editor.component';
6
- import { EditorFormatComponent } from './tools/format/editor-format.component';
7
- import { EditorFontSizeComponent } from './tools/fontsize/editor-fontsize.component';
8
- import { EditorFontFamilyComponent } from './tools/fontfamily/editor-fontfamily.component';
9
- import { EditorColorPickerComponent } from './tools/colorpicker/editor-colorpicker.component';
10
- import { EditorInsertTableButtonComponent } from './tools/tables/editor-insert-table-button.component';
11
- import { EditorAlignLeftButtonDirective } from './tools/alignment/editor-align-left-button.directive';
12
- import { EditorAlignCenterButtonDirective } from './tools/alignment/editor-align-center-button.directive';
13
- import { EditorAlignRightButtonDirective } from './tools/alignment/editor-align-right-button.directive';
14
- import { EditorAlignJustifyButtonDirective } from './tools/alignment/editor-align-justify-button.directive';
15
- import { EditorBlockquoteDirective } from './tools/blockquote/editor-blockquote-button.directive';
16
- import { EditorRedoButtonDirective } from './tools/history/editor-redo-button.directive';
17
- import { EditorUndoButtonDirective } from './tools/history/editor-undo-button.directive';
18
- import { EditorInsertImageButtonDirective } from './tools/image/editor-insert-image-button.directive';
19
- import { EditorIndentButtonDirective } from './tools/indentation/editor-indent-button.directive';
20
- import { EditorOutdentButtonDirective } from './tools/indentation/editor-outdent-button.directive';
21
- import { EditorCreateLinkButtonDirective } from './tools/link/editor-create-link-button.directive';
22
- import { EditorUnlinkButtonDirective } from './tools/link/editor-unlink-button.directive';
23
- import { EditorInsertOrderedListButtonDirective } from './tools/list/editor-insert-ordered-list-button.directive';
24
- import { EditorInsertUnorderedListButtonDirective } from './tools/list/editor-insert-unordered-list-button.directive';
25
- import { EditorViewSourceButtonDirective } from './tools/source/editor-view-source-button.directive';
26
- import { EditorBoldButtonDirective } from './tools/typographical-emphasis/editor-bold-button.directive';
27
- import { EditorItalicButtonDirective } from './tools/typographical-emphasis/editor-italic-button.directive';
28
- import { EditorUnderlineButtonDirective } from './tools/typographical-emphasis/editor-underline-button.directive';
29
- import { EditorStrikethroughButtonDirective } from './tools/typographical-emphasis/editor-strikethrough-button.directive';
30
- import { EditorSubscriptButtonDirective } from './tools/typographical-emphasis/editor-subscript-button.directive';
31
- import { EditorSuperscriptButtonDirective } from './tools/typographical-emphasis/editor-superscript-button.directive';
32
- import { EditorInsertFileButtonDirective } from './tools/link/editor-insert-file-button.directive';
33
- import { EditorForeColorDirective } from './tools/colorpicker/editor-fore-color.directive';
34
- import { EditorBackColorDirective } from './tools/colorpicker/editor-back-color.directive';
35
- import { EditorCleanFormattingButtonDirective } from './tools/editor-clean-formatting-button.directive';
36
- import { EditorAddColumnBeforeButtonDirective } from './tools/tables/editor-add-column-before-button.directive';
37
- import { EditorAddColumnAfterButtonDirective } from './tools/tables/editor-add-column-after-button.directive';
38
- import { EditorAddRowBeforeButtonDirective } from './tools/tables/editor-add-row-before-button.directive';
39
- import { EditorAddRowAfterButtonDirective } from './tools/tables/editor-add-row-after-button.directive';
40
- import { EditorDeleteColumnButtonDirective } from './tools/tables/editor-delete-column-button.directive';
41
- import { EditorDeleteRowButtonDirective } from './tools/tables/editor-delete-row-button.directive';
42
- import { EditorDeleteTableButtonDirective } from './tools/tables/editor-delete-table-button.directive';
43
- import { CustomMessagesComponent } from './localization/custom-messages.component';
44
- import { EditorPrintDirective } from './tools/print/editor-print-button.directive';
45
- import { EditorSelectAllButtonDirective } from './tools/select-all/select-all-button.directive';
46
- import { EditorSplitCellButtonDirective } from './tools/tables/editor-split-cell-button.directive';
47
- import { EditorMergeCellsButtonDirective } from './tools/tables/editor-merge-cells-button.directive';
48
- /**
49
- * Utility array that contains all `Editor` related components and directives.
50
- */
51
- export declare const KENDO_EDITOR: readonly [typeof EditorComponent, typeof EditorAlignLeftButtonDirective, typeof EditorAlignCenterButtonDirective, typeof EditorAlignRightButtonDirective, typeof EditorAlignJustifyButtonDirective, typeof EditorInsertFileButtonDirective, typeof EditorRedoButtonDirective, typeof EditorUndoButtonDirective, typeof EditorInsertImageButtonDirective, typeof EditorIndentButtonDirective, typeof EditorOutdentButtonDirective, typeof EditorCreateLinkButtonDirective, typeof EditorUnlinkButtonDirective, typeof EditorInsertOrderedListButtonDirective, typeof EditorInsertUnorderedListButtonDirective, typeof EditorViewSourceButtonDirective, typeof EditorBoldButtonDirective, typeof EditorItalicButtonDirective, typeof EditorUnderlineButtonDirective, typeof EditorStrikethroughButtonDirective, typeof EditorSubscriptButtonDirective, typeof EditorSuperscriptButtonDirective, typeof EditorForeColorDirective, typeof EditorBackColorDirective, typeof EditorCleanFormattingButtonDirective, typeof EditorAddColumnBeforeButtonDirective, typeof EditorAddColumnAfterButtonDirective, typeof EditorAddRowBeforeButtonDirective, typeof EditorAddRowAfterButtonDirective, typeof EditorDeleteColumnButtonDirective, typeof EditorDeleteRowButtonDirective, typeof EditorDeleteTableButtonDirective, typeof CustomMessagesComponent, typeof EditorPrintDirective, typeof EditorSelectAllButtonDirective, typeof EditorBlockquoteDirective, typeof EditorFontSizeComponent, typeof EditorFontFamilyComponent, typeof EditorFormatComponent, typeof EditorColorPickerComponent, typeof EditorInsertTableButtonComponent, typeof EditorMergeCellsButtonDirective, typeof EditorSplitCellButtonDirective];
@@ -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 { EditorState } from '@progress/kendo-editor-common';
6
- import { ApplyToWordOptions } from './common/apply-to-word-options';
7
- /**
8
- * @hidden
9
- */
10
- export declare const getToolbarState: (state: EditorState, options?: {
11
- applyToWord: boolean | ApplyToWordOptions;
12
- }) => any;
13
- /**
14
- * @hidden
15
- */
16
- export declare const initialToolBarState: any;
17
- /**
18
- * @hidden
19
- */
20
- export declare const disabledToolBarState: any;