@progress/kendo-angular-editor 21.4.1 → 22.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 (101) hide show
  1. package/fesm2022/progress-kendo-angular-editor.mjs +196 -196
  2. package/localization/messages.d.ts +1 -1
  3. package/package.json +20 -28
  4. package/schematics/ngAdd/index.js +4 -4
  5. package/tools/shared/editor-command-base.d.ts +1 -1
  6. package/esm2022/common/active-marks.mjs +0 -5
  7. package/esm2022/common/apply-to-word-options.mjs +0 -5
  8. package/esm2022/common/commands.mjs +0 -5
  9. package/esm2022/common/css-settings.interface.mjs +0 -5
  10. package/esm2022/common/direction.mjs +0 -5
  11. package/esm2022/common/error-messages.mjs +0 -16
  12. package/esm2022/common/font-family-item.interface.mjs +0 -5
  13. package/esm2022/common/font-size-item.interface.mjs +0 -5
  14. package/esm2022/common/format-item.interface.mjs +0 -5
  15. package/esm2022/common/image-data.interface.mjs +0 -5
  16. package/esm2022/common/link-data.interface.mjs +0 -5
  17. package/esm2022/common/paste-cleanup-settings.mjs +0 -5
  18. package/esm2022/common/plugins-function.mjs +0 -5
  19. package/esm2022/common/predicate.mjs +0 -5
  20. package/esm2022/common/provider.service.mjs +0 -17
  21. package/esm2022/common/resizable-options.interface.mjs +0 -5
  22. package/esm2022/common/styles.mjs +0 -306
  23. package/esm2022/common/table-data.interface.mjs +0 -5
  24. package/esm2022/config/command-icons.mjs +0 -93
  25. package/esm2022/config/commands.mjs +0 -62
  26. package/esm2022/config/schema.mjs +0 -22
  27. package/esm2022/config/semantic-nodes.mjs +0 -27
  28. package/esm2022/config/table-commands.mjs +0 -14
  29. package/esm2022/config/utils.mjs +0 -96
  30. package/esm2022/dialogs/colorpicker-dialog.component.mjs +0 -140
  31. package/esm2022/dialogs/file-link-dialog.component.mjs +0 -252
  32. package/esm2022/dialogs/font-family-dialog.component.mjs +0 -115
  33. package/esm2022/dialogs/font-size-dialog.component.mjs +0 -115
  34. package/esm2022/dialogs/format-dialog.component.mjs +0 -114
  35. package/esm2022/dialogs/image-dialog.component.mjs +0 -230
  36. package/esm2022/dialogs/insert-table-dialog.component.mjs +0 -79
  37. package/esm2022/dialogs/source-dialog.component.mjs +0 -112
  38. package/esm2022/directives.mjs +0 -95
  39. package/esm2022/editor-toolbar-state.mjs +0 -280
  40. package/esm2022/editor.component.mjs +0 -1319
  41. package/esm2022/editor.module.mjs +0 -89
  42. package/esm2022/index.mjs +0 -64
  43. package/esm2022/localization/custom-messages.component.mjs +0 -53
  44. package/esm2022/localization/editor-localization.service.mjs +0 -31
  45. package/esm2022/localization/localized-messages.directive.mjs +0 -35
  46. package/esm2022/localization/messages.mjs +0 -364
  47. package/esm2022/package-metadata.mjs +0 -16
  48. package/esm2022/preventable-events/paste-event.mjs +0 -32
  49. package/esm2022/preventable-events/preventable-event.mjs +0 -25
  50. package/esm2022/progress-kendo-angular-editor.mjs +0 -8
  51. package/esm2022/tools/alignment/editor-align-center-button.directive.mjs +0 -42
  52. package/esm2022/tools/alignment/editor-align-justify-button.directive.mjs +0 -42
  53. package/esm2022/tools/alignment/editor-align-left-button.directive.mjs +0 -42
  54. package/esm2022/tools/alignment/editor-align-right-button.directive.mjs +0 -42
  55. package/esm2022/tools/blockquote/editor-blockquote-button.directive.mjs +0 -40
  56. package/esm2022/tools/colorpicker/editor-back-color.directive.mjs +0 -41
  57. package/esm2022/tools/colorpicker/editor-colorpicker.component.mjs +0 -377
  58. package/esm2022/tools/colorpicker/editor-fore-color.directive.mjs +0 -37
  59. package/esm2022/tools/editor-clean-formatting-button.directive.mjs +0 -41
  60. package/esm2022/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs +0 -109
  61. package/esm2022/tools/fontfamily/editor-fontfamily.component.mjs +0 -297
  62. package/esm2022/tools/fontsize/editor-fontsize-dropdownlist.component.mjs +0 -98
  63. package/esm2022/tools/fontsize/editor-fontsize.component.mjs +0 -305
  64. package/esm2022/tools/format/editor-format-dropdownlist.component.mjs +0 -182
  65. package/esm2022/tools/format/editor-format.component.mjs +0 -283
  66. package/esm2022/tools/history/editor-redo-button.directive.mjs +0 -42
  67. package/esm2022/tools/history/editor-undo-button.directive.mjs +0 -42
  68. package/esm2022/tools/image/editor-insert-image-button.directive.mjs +0 -41
  69. package/esm2022/tools/indentation/editor-indent-button.directive.mjs +0 -41
  70. package/esm2022/tools/indentation/editor-outdent-button.directive.mjs +0 -41
  71. package/esm2022/tools/link/editor-create-link-button.directive.mjs +0 -41
  72. package/esm2022/tools/link/editor-insert-file-button.directive.mjs +0 -40
  73. package/esm2022/tools/link/editor-unlink-button.directive.mjs +0 -41
  74. package/esm2022/tools/list/editor-insert-ordered-list-button.directive.mjs +0 -41
  75. package/esm2022/tools/list/editor-insert-unordered-list-button.directive.mjs +0 -42
  76. package/esm2022/tools/print/editor-print-button.directive.mjs +0 -62
  77. package/esm2022/tools/select-all/select-all-button.directive.mjs +0 -45
  78. package/esm2022/tools/shared/dropdown-tool.directive.mjs +0 -40
  79. package/esm2022/tools/shared/editor-command-base.mjs +0 -78
  80. package/esm2022/tools/shared/editor-command-button.mjs +0 -37
  81. package/esm2022/tools/shared/editor-command-dialog.mjs +0 -33
  82. package/esm2022/tools/source/editor-view-source-button.directive.mjs +0 -41
  83. package/esm2022/tools/tables/editor-add-column-after-button.directive.mjs +0 -42
  84. package/esm2022/tools/tables/editor-add-column-before-button.directive.mjs +0 -42
  85. package/esm2022/tools/tables/editor-add-row-after-button.directive.mjs +0 -42
  86. package/esm2022/tools/tables/editor-add-row-before-button.directive.mjs +0 -42
  87. package/esm2022/tools/tables/editor-delete-column-button.directive.mjs +0 -42
  88. package/esm2022/tools/tables/editor-delete-row-button.directive.mjs +0 -42
  89. package/esm2022/tools/tables/editor-delete-table-button.directive.mjs +0 -42
  90. package/esm2022/tools/tables/editor-insert-table-button.component.mjs +0 -307
  91. package/esm2022/tools/tables/editor-merge-cells-button.directive.mjs +0 -44
  92. package/esm2022/tools/tables/editor-split-cell-button.directive.mjs +0 -44
  93. package/esm2022/tools/tables/popup-table-grid.component.mjs +0 -117
  94. package/esm2022/tools/tools.service.mjs +0 -22
  95. package/esm2022/tools/typographical-emphasis/editor-bold-button.directive.mjs +0 -42
  96. package/esm2022/tools/typographical-emphasis/editor-italic-button.directive.mjs +0 -42
  97. package/esm2022/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs +0 -42
  98. package/esm2022/tools/typographical-emphasis/editor-subscript-button.directive.mjs +0 -42
  99. package/esm2022/tools/typographical-emphasis/editor-superscript-button.directive.mjs +0 -42
  100. package/esm2022/tools/typographical-emphasis/editor-underline-button.directive.mjs +0 -42
  101. package/esm2022/util.mjs +0 -130
@@ -1,89 +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 { NgModule } from '@angular/core';
6
- import { ResizeBatchService } from '@progress/kendo-angular-common';
7
- import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
8
- import { IconsService } from '@progress/kendo-angular-icons';
9
- import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
10
- import { PopupService } from '@progress/kendo-angular-popup';
11
- import { KENDO_EDITOR } from './directives';
12
- import * as i0 from "@angular/core";
13
- import * as i1 from "./editor.component";
14
- import * as i2 from "./tools/alignment/editor-align-left-button.directive";
15
- import * as i3 from "./tools/alignment/editor-align-center-button.directive";
16
- import * as i4 from "./tools/alignment/editor-align-right-button.directive";
17
- import * as i5 from "./tools/alignment/editor-align-justify-button.directive";
18
- import * as i6 from "./tools/link/editor-insert-file-button.directive";
19
- import * as i7 from "./tools/history/editor-redo-button.directive";
20
- import * as i8 from "./tools/history/editor-undo-button.directive";
21
- import * as i9 from "./tools/image/editor-insert-image-button.directive";
22
- import * as i10 from "./tools/indentation/editor-indent-button.directive";
23
- import * as i11 from "./tools/indentation/editor-outdent-button.directive";
24
- import * as i12 from "./tools/link/editor-create-link-button.directive";
25
- import * as i13 from "./tools/link/editor-unlink-button.directive";
26
- import * as i14 from "./tools/list/editor-insert-ordered-list-button.directive";
27
- import * as i15 from "./tools/list/editor-insert-unordered-list-button.directive";
28
- import * as i16 from "./tools/source/editor-view-source-button.directive";
29
- import * as i17 from "./tools/typographical-emphasis/editor-bold-button.directive";
30
- import * as i18 from "./tools/typographical-emphasis/editor-italic-button.directive";
31
- import * as i19 from "./tools/typographical-emphasis/editor-underline-button.directive";
32
- import * as i20 from "./tools/typographical-emphasis/editor-strikethrough-button.directive";
33
- import * as i21 from "./tools/typographical-emphasis/editor-subscript-button.directive";
34
- import * as i22 from "./tools/typographical-emphasis/editor-superscript-button.directive";
35
- import * as i23 from "./tools/colorpicker/editor-fore-color.directive";
36
- import * as i24 from "./tools/colorpicker/editor-back-color.directive";
37
- import * as i25 from "./tools/editor-clean-formatting-button.directive";
38
- import * as i26 from "./tools/tables/editor-add-column-before-button.directive";
39
- import * as i27 from "./tools/tables/editor-add-column-after-button.directive";
40
- import * as i28 from "./tools/tables/editor-add-row-before-button.directive";
41
- import * as i29 from "./tools/tables/editor-add-row-after-button.directive";
42
- import * as i30 from "./tools/tables/editor-delete-column-button.directive";
43
- import * as i31 from "./tools/tables/editor-delete-row-button.directive";
44
- import * as i32 from "./tools/tables/editor-delete-table-button.directive";
45
- import * as i33 from "./localization/custom-messages.component";
46
- import * as i34 from "./tools/print/editor-print-button.directive";
47
- import * as i35 from "./tools/select-all/select-all-button.directive";
48
- import * as i36 from "./tools/blockquote/editor-blockquote-button.directive";
49
- import * as i37 from "./tools/fontsize/editor-fontsize.component";
50
- import * as i38 from "./tools/fontfamily/editor-fontfamily.component";
51
- import * as i39 from "./tools/format/editor-format.component";
52
- import * as i40 from "./tools/colorpicker/editor-colorpicker.component";
53
- import * as i41 from "./tools/tables/editor-insert-table-button.component";
54
- import * as i42 from "./tools/tables/editor-merge-cells-button.directive";
55
- import * as i43 from "./tools/tables/editor-split-cell-button.directive";
56
- import * as i44 from "@progress/kendo-angular-toolbar";
57
- // IMPORTANT: NgModule export kept for backwards compatibility
58
- /**
59
- * Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Editor component.
60
- * Use this module to import the Editor and its related directives and services into your NgModule-based Angular application.
61
- *
62
- * @example
63
- * ```ts
64
- * import { NgModule } from '@angular/core';
65
- * import { EditorModule } from '@progress/kendo-angular-editor';
66
- * import { BrowserModule } from "@angular/platform-browser";
67
- * import { AppComponent } from './app.component';
68
- *
69
- * @NgModule({
70
- * declarations: [AppComponent],
71
- * imports: [BrowserModule, EditorModule],
72
- * bootstrap: [AppComponent]
73
- * })
74
- * export class AppModule {}
75
- * ```
76
- */
77
- export class EditorModule {
78
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
79
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: EditorModule, imports: [i1.EditorComponent, i2.EditorAlignLeftButtonDirective, i3.EditorAlignCenterButtonDirective, i4.EditorAlignRightButtonDirective, i5.EditorAlignJustifyButtonDirective, i6.EditorInsertFileButtonDirective, i7.EditorRedoButtonDirective, i8.EditorUndoButtonDirective, i9.EditorInsertImageButtonDirective, i10.EditorIndentButtonDirective, i11.EditorOutdentButtonDirective, i12.EditorCreateLinkButtonDirective, i13.EditorUnlinkButtonDirective, i14.EditorInsertOrderedListButtonDirective, i15.EditorInsertUnorderedListButtonDirective, i16.EditorViewSourceButtonDirective, i17.EditorBoldButtonDirective, i18.EditorItalicButtonDirective, i19.EditorUnderlineButtonDirective, i20.EditorStrikethroughButtonDirective, i21.EditorSubscriptButtonDirective, i22.EditorSuperscriptButtonDirective, i23.EditorForeColorDirective, i24.EditorBackColorDirective, i25.EditorCleanFormattingButtonDirective, i26.EditorAddColumnBeforeButtonDirective, i27.EditorAddColumnAfterButtonDirective, i28.EditorAddRowBeforeButtonDirective, i29.EditorAddRowAfterButtonDirective, i30.EditorDeleteColumnButtonDirective, i31.EditorDeleteRowButtonDirective, i32.EditorDeleteTableButtonDirective, i33.CustomMessagesComponent, i34.EditorPrintDirective, i35.EditorSelectAllButtonDirective, i36.EditorBlockquoteDirective, i37.EditorFontSizeComponent, i38.EditorFontFamilyComponent, i39.EditorFormatComponent, i40.EditorColorPickerComponent, i41.EditorInsertTableButtonComponent, i42.EditorMergeCellsButtonDirective, i43.EditorSplitCellButtonDirective, i44.ToolBarComponent, i44.ToolbarCustomMessagesComponent, i44.ToolBarButtonComponent, i44.ToolBarButtonGroupComponent, i44.ToolBarDropDownButtonComponent, i44.ToolBarSeparatorComponent, i44.ToolBarSpacerComponent, i44.ToolBarSplitButtonComponent, i44.ToolBarToolComponent], exports: [i1.EditorComponent, i2.EditorAlignLeftButtonDirective, i3.EditorAlignCenterButtonDirective, i4.EditorAlignRightButtonDirective, i5.EditorAlignJustifyButtonDirective, i6.EditorInsertFileButtonDirective, i7.EditorRedoButtonDirective, i8.EditorUndoButtonDirective, i9.EditorInsertImageButtonDirective, i10.EditorIndentButtonDirective, i11.EditorOutdentButtonDirective, i12.EditorCreateLinkButtonDirective, i13.EditorUnlinkButtonDirective, i14.EditorInsertOrderedListButtonDirective, i15.EditorInsertUnorderedListButtonDirective, i16.EditorViewSourceButtonDirective, i17.EditorBoldButtonDirective, i18.EditorItalicButtonDirective, i19.EditorUnderlineButtonDirective, i20.EditorStrikethroughButtonDirective, i21.EditorSubscriptButtonDirective, i22.EditorSuperscriptButtonDirective, i23.EditorForeColorDirective, i24.EditorBackColorDirective, i25.EditorCleanFormattingButtonDirective, i26.EditorAddColumnBeforeButtonDirective, i27.EditorAddColumnAfterButtonDirective, i28.EditorAddRowBeforeButtonDirective, i29.EditorAddRowAfterButtonDirective, i30.EditorDeleteColumnButtonDirective, i31.EditorDeleteRowButtonDirective, i32.EditorDeleteTableButtonDirective, i33.CustomMessagesComponent, i34.EditorPrintDirective, i35.EditorSelectAllButtonDirective, i36.EditorBlockquoteDirective, i37.EditorFontSizeComponent, i38.EditorFontFamilyComponent, i39.EditorFormatComponent, i40.EditorColorPickerComponent, i41.EditorInsertTableButtonComponent, i42.EditorMergeCellsButtonDirective, i43.EditorSplitCellButtonDirective, i44.ToolBarComponent, i44.ToolbarCustomMessagesComponent, i44.ToolBarButtonComponent, i44.ToolBarButtonGroupComponent, i44.ToolBarDropDownButtonComponent, i44.ToolBarSeparatorComponent, i44.ToolBarSpacerComponent, i44.ToolBarSplitButtonComponent, i44.ToolBarToolComponent] });
80
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditorModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [i1.EditorComponent, i37.EditorFontSizeComponent, i38.EditorFontFamilyComponent, i39.EditorFormatComponent, i40.EditorColorPickerComponent, i41.EditorInsertTableButtonComponent, i44.ToolBarComponent, i44.ToolbarCustomMessagesComponent, i44.ToolBarButtonComponent, i44.ToolBarButtonGroupComponent, i44.ToolBarDropDownButtonComponent, i44.ToolBarSeparatorComponent, i44.ToolBarSpacerComponent, i44.ToolBarSplitButtonComponent] });
81
- }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditorModule, decorators: [{
83
- type: NgModule,
84
- args: [{
85
- exports: [...KENDO_EDITOR, ...KENDO_TOOLBAR],
86
- imports: [...KENDO_EDITOR, ...KENDO_TOOLBAR],
87
- providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService]
88
- }]
89
- }] });
package/esm2022/index.mjs DELETED
@@ -1,64 +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
- export { EditorComponent } from './editor.component';
6
- export { EditorModule } from './editor.module';
7
- export { schema } from './config/schema';
8
- export { Schema } from '@progress/kendo-editor-common';
9
- export { EditorState, Plugin, PluginKey, Transaction, EditorView, Decoration, DecorationSet, NodeType, Node, MarkType, Mark, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, baseKeymap, history, dropCursor, gapCursor, tableNodes, TextSelection, NodeSelection, CellSelection, AllSelection, flattenNestedSpans } from '@progress/kendo-editor-common';
10
- export { getSelectionText } from './util';
11
- export { EditorPasteEvent } from './preventable-events/paste-event';
12
- // addresses build errors due to "error NG3001: Unsupported private class"
13
- // https://stackoverflow.com/questions/60121962/this-class-is-visible-to-consumers-via-somemodule-somecomponent-but-is-not-e/60122077#60122077
14
- export { PopupTableGridComponent } from './tools/tables/popup-table-grid.component';
15
- export { FormatDropDownListComponent } from './tools/format/editor-format-dropdownlist.component';
16
- export { FontFamilyDropDownListComponent } from './tools/fontfamily/editor-fontfamily-dropdownlist.component';
17
- export { FontSizeDropDownListComponent } from './tools/fontsize/editor-fontsize-dropdownlist.component';
18
- export { EditorFormatComponent } from './tools/format/editor-format.component';
19
- export { EditorFontSizeComponent } from './tools/fontsize/editor-fontsize.component';
20
- export { EditorFontFamilyComponent } from './tools/fontfamily/editor-fontfamily.component';
21
- export { EditorColorPickerComponent } from './tools/colorpicker/editor-colorpicker.component';
22
- export { EditorInsertTableButtonComponent } from './tools/tables/editor-insert-table-button.component';
23
- export { EditorAlignLeftButtonDirective } from './tools/alignment/editor-align-left-button.directive';
24
- export { EditorAlignCenterButtonDirective } from './tools/alignment/editor-align-center-button.directive';
25
- export { EditorAlignRightButtonDirective } from './tools/alignment/editor-align-right-button.directive';
26
- export { EditorAlignJustifyButtonDirective } from './tools/alignment/editor-align-justify-button.directive';
27
- export { EditorRedoButtonDirective } from './tools/history/editor-redo-button.directive';
28
- export { EditorUndoButtonDirective } from './tools/history/editor-undo-button.directive';
29
- export { EditorInsertImageButtonDirective } from './tools/image/editor-insert-image-button.directive';
30
- export { EditorIndentButtonDirective } from './tools/indentation/editor-indent-button.directive';
31
- export { EditorOutdentButtonDirective } from './tools/indentation/editor-outdent-button.directive';
32
- export { EditorCreateLinkButtonDirective } from './tools/link/editor-create-link-button.directive';
33
- export { EditorUnlinkButtonDirective } from './tools/link/editor-unlink-button.directive';
34
- export { EditorInsertOrderedListButtonDirective } from './tools/list/editor-insert-ordered-list-button.directive';
35
- export { EditorInsertUnorderedListButtonDirective } from './tools/list/editor-insert-unordered-list-button.directive';
36
- export { EditorViewSourceButtonDirective } from './tools/source/editor-view-source-button.directive';
37
- export { EditorBoldButtonDirective } from './tools/typographical-emphasis/editor-bold-button.directive';
38
- export { EditorItalicButtonDirective } from './tools/typographical-emphasis/editor-italic-button.directive';
39
- export { EditorUnderlineButtonDirective } from './tools/typographical-emphasis/editor-underline-button.directive';
40
- export { EditorStrikethroughButtonDirective } from './tools/typographical-emphasis/editor-strikethrough-button.directive';
41
- export { EditorSubscriptButtonDirective } from './tools/typographical-emphasis/editor-subscript-button.directive';
42
- export { EditorSuperscriptButtonDirective } from './tools/typographical-emphasis/editor-superscript-button.directive';
43
- export { EditorInsertFileButtonDirective } from './tools/link/editor-insert-file-button.directive';
44
- export { EditorForeColorDirective } from './tools/colorpicker/editor-fore-color.directive';
45
- export { EditorBackColorDirective } from './tools/colorpicker/editor-back-color.directive';
46
- export { EditorCleanFormattingButtonDirective } from './tools/editor-clean-formatting-button.directive';
47
- export { EditorAddColumnBeforeButtonDirective } from './tools/tables/editor-add-column-before-button.directive';
48
- export { EditorAddColumnAfterButtonDirective } from './tools/tables/editor-add-column-after-button.directive';
49
- export { EditorAddRowBeforeButtonDirective } from './tools/tables/editor-add-row-before-button.directive';
50
- export { EditorAddRowAfterButtonDirective } from './tools/tables/editor-add-row-after-button.directive';
51
- export { EditorDeleteColumnButtonDirective } from './tools/tables/editor-delete-column-button.directive';
52
- export { EditorDeleteRowButtonDirective } from './tools/tables/editor-delete-row-button.directive';
53
- export { EditorDeleteTableButtonDirective } from './tools/tables/editor-delete-table-button.directive';
54
- export { EditorMergeCellsButtonDirective } from './tools/tables/editor-merge-cells-button.directive';
55
- export { EditorSplitCellButtonDirective } from './tools/tables/editor-split-cell-button.directive';
56
- export { CustomMessagesComponent } from './localization/custom-messages.component';
57
- export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
58
- export { DropDownToolDirective } from './tools/shared/dropdown-tool.directive';
59
- export { EditorBlockquoteDirective } from './tools/blockquote/editor-blockquote-button.directive';
60
- export { EditorPrintDirective } from './tools/print/editor-print-button.directive';
61
- export { EditorSelectAllButtonDirective } from './tools/select-all/select-all-button.directive';
62
- export { PreventableEvent } from './preventable-events/preventable-event';
63
- export { EditorLocalizationService } from './localization/editor-localization.service';
64
- export * from './directives';
@@ -1,53 +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 { Directive, forwardRef } from '@angular/core';
6
- import { LocalizationService } from '@progress/kendo-angular-l10n';
7
- import { MessagesDirective } from './messages';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "@progress/kendo-angular-l10n";
10
- /**
11
- * Use this component to override the default component messages
12
- * ([see example]({% slug globalization_editor %}#toc-custom-messages)).
13
- * @example
14
- * ```html
15
- * <kendo-editor>
16
- * <kendo-editor-messages
17
- * bold="Custom Bold"
18
- * italic="Custom Italic">
19
- * </kendo-editor-messages>
20
- * </kendo-editor>
21
- * ```
22
- */
23
- export class CustomMessagesComponent extends MessagesDirective {
24
- service;
25
- constructor(service) {
26
- super();
27
- this.service = service;
28
- }
29
- get override() {
30
- return true;
31
- }
32
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
33
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-editor-messages", providers: [
34
- {
35
- provide: MessagesDirective,
36
- useExisting: forwardRef(() => CustomMessagesComponent)
37
- }
38
- ], usesInheritance: true, ngImport: i0 });
39
- }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, decorators: [{
41
- type: Directive,
42
- args: [{
43
- providers: [
44
- {
45
- provide: MessagesDirective,
46
- useExisting: forwardRef(() => CustomMessagesComponent)
47
- }
48
- ],
49
- // eslint-disable-next-line @angular-eslint/directive-selector
50
- selector: 'kendo-editor-messages',
51
- standalone: true
52
- }]
53
- }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -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 { Inject, Injectable, Optional } from '@angular/core';
6
- import { LocalizationService, L10N_PREFIX, MessageService, RTL } from '@progress/kendo-angular-l10n';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@progress/kendo-angular-l10n";
9
- /**
10
- * @hidden
11
- */
12
- export class EditorLocalizationService extends LocalizationService {
13
- constructor(prefix, messageService, _rtl) {
14
- super(prefix, messageService, _rtl);
15
- }
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditorLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
17
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditorLocalizationService });
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditorLocalizationService, decorators: [{
20
- type: Injectable
21
- }], ctorParameters: () => [{ type: undefined, decorators: [{
22
- type: Inject,
23
- args: [L10N_PREFIX]
24
- }] }, { type: i1.MessageService, decorators: [{
25
- type: Optional
26
- }] }, { type: undefined, decorators: [{
27
- type: Optional
28
- }, {
29
- type: Inject,
30
- args: [RTL]
31
- }] }] });
@@ -1,35 +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 { Directive, forwardRef } from '@angular/core';
6
- import { LocalizationService } from '@progress/kendo-angular-l10n';
7
- import { MessagesDirective } from './messages';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "@progress/kendo-angular-l10n";
10
- /**
11
- * @hidden
12
- */
13
- export class LocalizedMessagesDirective extends MessagesDirective {
14
- service;
15
- constructor(service) {
16
- super();
17
- this.service = service;
18
- }
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoEditorLocalizedMessages]", providers: [{
21
- provide: MessagesDirective,
22
- useExisting: forwardRef(() => LocalizedMessagesDirective)
23
- }], usesInheritance: true, ngImport: i0 });
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
26
- type: Directive,
27
- args: [{
28
- providers: [{
29
- provide: MessagesDirective,
30
- useExisting: forwardRef(() => LocalizedMessagesDirective)
31
- }],
32
- selector: '[kendoEditorLocalizedMessages]',
33
- standalone: true
34
- }]
35
- }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -1,364 +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 { Directive, Input } from '@angular/core';
6
- import { ComponentMessages } from '@progress/kendo-angular-l10n';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- */
11
- export class MessagesDirective extends ComponentMessages {
12
- /* Section of Tools Messages */
13
- /**
14
- * The title of the tool that aligns text in the center.
15
- */
16
- alignCenter;
17
- /**
18
- * The title of the tool that justifies text both left and right.
19
- */
20
- alignJustify;
21
- /**
22
- * The title of the tool that aligns text on the left.
23
- */
24
- alignLeft;
25
- /**
26
- * The title of the tool that aligns text on the right.
27
- */
28
- alignRight;
29
- /**
30
- * The title of the tool that changes the text background color.
31
- */
32
- backColor;
33
- /**
34
- * The title of the tool that wraps an element in a blockquote.
35
- */
36
- blockquote;
37
- /**
38
- * The title of the tool that makes text bold.
39
- */
40
- bold;
41
- /**
42
- * The title of the Clean Formatting tool.
43
- */
44
- cleanFormatting;
45
- /**
46
- * The title of the tool that creates hyperlinks.
47
- */
48
- createLink;
49
- /**
50
- * The title of the tool that changes the text font.
51
- */
52
- fontFamily;
53
- /**
54
- * The title of the tool that changes the text size.
55
- */
56
- fontSize;
57
- /**
58
- * The title of the tool that changes the text color.
59
- */
60
- foreColor;
61
- /**
62
- * The title of the tool that lets users choose block formats.
63
- */
64
- format;
65
- /**
66
- * The title of the tool that indents the content.
67
- */
68
- indent;
69
- /**
70
- * The title of the tool that inserts links to files.
71
- */
72
- insertFile;
73
- /**
74
- * The title of the tool that inserts images.
75
- */
76
- insertImage;
77
- /**
78
- * The title of the tool that inserts an ordered list.
79
- */
80
- insertOrderedList;
81
- /**
82
- * The title of the tool that inserts an unordered list.
83
- */
84
- insertUnorderedList;
85
- /**
86
- * The title of the tool that makes text italicized.
87
- */
88
- italic;
89
- /**
90
- * The title of the tool that outdents the content.
91
- */
92
- outdent;
93
- /**
94
- * The title of the print tool.
95
- */
96
- print;
97
- /**
98
- * The title of the tool that redos the last action.
99
- */
100
- redo;
101
- /**
102
- * The title of the tool that selects all content.
103
- */
104
- selectAll;
105
- /**
106
- * The title of the tool that strikes through text.
107
- */
108
- strikethrough;
109
- /**
110
- * The title of the tool that makes text subscript.
111
- */
112
- subscript;
113
- /**
114
- * The title of the tool that makes text superscript.
115
- */
116
- superscript;
117
- /**
118
- * The title of the tool that underlines text.
119
- */
120
- underline;
121
- /**
122
- * The title of the tool that undos the last action.
123
- */
124
- undo;
125
- /**
126
- * The title of the tool that removes hyperlinks.
127
- */
128
- unlink;
129
- /**
130
- * The title of the tool that shows the editor value as HTML.
131
- */
132
- viewSource;
133
- /**
134
- * The title of the tool that inserts table.
135
- */
136
- insertTable;
137
- /**
138
- * The caption for the hint in the insert table tool.
139
- *
140
- * The message consists of several parts - the amount of rows, the amount of columns, an `x` separator, and a localizable string.
141
- * To allow for reordering its parts, the `insertTableHint` input accepts a string with placeholders for the selected rows, selected columns
142
- * and the separator. The `{rows}` and `{columns}` placeholders will be replaced internally with the respective actual values. The `{x}` placeholder
143
- * shows a separator only when rows and columns are selected.
144
- */
145
- insertTableHint;
146
- /**
147
- * The title of the tool that adds new column before currently selected column.
148
- */
149
- addColumnBefore;
150
- /**
151
- * The title of the tool that adds new column after currently selected column.
152
- */
153
- addColumnAfter;
154
- /**
155
- * The title of the tool that adds new row before currently selected row.
156
- */
157
- addRowBefore;
158
- /**
159
- * The title of the tool that adds new row after currently selected row.
160
- */
161
- addRowAfter;
162
- /**
163
- * The title of the tool that deletes a table column.
164
- */
165
- deleteColumn;
166
- /**
167
- * The title of the tool that deletes a table row.
168
- */
169
- deleteRow;
170
- /**
171
- * The title of the tool that deletes a table.
172
- */
173
- deleteTable;
174
- /**
175
- * The title of the tool that merges the currently selected cells.
176
- */
177
- mergeCells;
178
- /**
179
- * The title of the tool that splits the currently selected cell.
180
- */
181
- splitCell;
182
- /* End of Tools Messages Section */
183
- /* Section of Dialog Messages */
184
- /**
185
- * The label of the **Apply** button in all Editor dialogs.
186
- */
187
- dialogApply;
188
- /**
189
- * The label of the **Cancel** button in all editor dialogs.
190
- */
191
- dialogCancel;
192
- /**
193
- * The label of the **Insert** button in all editor dialogs.
194
- */
195
- dialogInsert;
196
- /**
197
- * The label of the **Update** button in all editor dialogs.
198
- */
199
- dialogUpdate;
200
- /**
201
- * The caption for the file text in the insertFile dialog.
202
- */
203
- fileText;
204
- /**
205
- * The caption for the file Title in the insertFile dialog.
206
- */
207
- fileTitle;
208
- /**
209
- * The caption for the file URL in the insertFile dialog.
210
- */
211
- fileWebAddress;
212
- /**
213
- * The caption for the image alternate text in the insertImage dialog.
214
- */
215
- imageAltText;
216
- /**
217
- * The caption for the image height in the insertImage dialog.
218
- */
219
- imageHeight;
220
- /**
221
- * The caption for the image URL in the insertImage dialog.
222
- */
223
- imageWebAddress;
224
- /**
225
- * The caption for the image width in the insertImage dialog.
226
- */
227
- imageWidth;
228
- /**
229
- * The caption for the checkbox for opening the link in a new window in the createLink dialog.
230
- */
231
- linkOpenInNewWindow;
232
- /**
233
- * The caption for the link text in the createLink dialog.
234
- */
235
- linkText;
236
- /**
237
- * The caption for the link title in the createLink dialog.
238
- */
239
- linkTitle;
240
- /**
241
- * The caption for the URL in the createLink dialog.
242
- */
243
- linkWebAddress;
244
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
245
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MessagesDirective, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", insertTableHint: "insertTableHint", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", mergeCells: "mergeCells", splitCell: "splitCell", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress" }, usesInheritance: true, ngImport: i0 });
246
- }
247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessagesDirective, decorators: [{
248
- type: Directive,
249
- args: [{
250
- selector: '[kendoEditorMessages]'
251
- }]
252
- }], propDecorators: { alignCenter: [{
253
- type: Input
254
- }], alignJustify: [{
255
- type: Input
256
- }], alignLeft: [{
257
- type: Input
258
- }], alignRight: [{
259
- type: Input
260
- }], backColor: [{
261
- type: Input
262
- }], blockquote: [{
263
- type: Input
264
- }], bold: [{
265
- type: Input
266
- }], cleanFormatting: [{
267
- type: Input
268
- }], createLink: [{
269
- type: Input
270
- }], fontFamily: [{
271
- type: Input
272
- }], fontSize: [{
273
- type: Input
274
- }], foreColor: [{
275
- type: Input
276
- }], format: [{
277
- type: Input
278
- }], indent: [{
279
- type: Input
280
- }], insertFile: [{
281
- type: Input
282
- }], insertImage: [{
283
- type: Input
284
- }], insertOrderedList: [{
285
- type: Input
286
- }], insertUnorderedList: [{
287
- type: Input
288
- }], italic: [{
289
- type: Input
290
- }], outdent: [{
291
- type: Input
292
- }], print: [{
293
- type: Input
294
- }], redo: [{
295
- type: Input
296
- }], selectAll: [{
297
- type: Input
298
- }], strikethrough: [{
299
- type: Input
300
- }], subscript: [{
301
- type: Input
302
- }], superscript: [{
303
- type: Input
304
- }], underline: [{
305
- type: Input
306
- }], undo: [{
307
- type: Input
308
- }], unlink: [{
309
- type: Input
310
- }], viewSource: [{
311
- type: Input
312
- }], insertTable: [{
313
- type: Input
314
- }], insertTableHint: [{
315
- type: Input
316
- }], addColumnBefore: [{
317
- type: Input
318
- }], addColumnAfter: [{
319
- type: Input
320
- }], addRowBefore: [{
321
- type: Input
322
- }], addRowAfter: [{
323
- type: Input
324
- }], deleteColumn: [{
325
- type: Input
326
- }], deleteRow: [{
327
- type: Input
328
- }], deleteTable: [{
329
- type: Input
330
- }], mergeCells: [{
331
- type: Input
332
- }], splitCell: [{
333
- type: Input
334
- }], dialogApply: [{
335
- type: Input
336
- }], dialogCancel: [{
337
- type: Input
338
- }], dialogInsert: [{
339
- type: Input
340
- }], dialogUpdate: [{
341
- type: Input
342
- }], fileText: [{
343
- type: Input
344
- }], fileTitle: [{
345
- type: Input
346
- }], fileWebAddress: [{
347
- type: Input
348
- }], imageAltText: [{
349
- type: Input
350
- }], imageHeight: [{
351
- type: Input
352
- }], imageWebAddress: [{
353
- type: Input
354
- }], imageWidth: [{
355
- type: Input
356
- }], linkOpenInNewWindow: [{
357
- type: Input
358
- }], linkText: [{
359
- type: Input
360
- }], linkTitle: [{
361
- type: Input
362
- }], linkWebAddress: [{
363
- type: Input
364
- }] } });
@@ -1,16 +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 const packageMetadata = {
9
- name: '@progress/kendo-angular-editor',
10
- productName: 'Kendo UI for Angular',
11
- productCode: 'KENDOUIANGULAR',
12
- productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1768393328,
14
- version: '21.4.1',
15
- licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
- };