@progress/kendo-angular-editor 16.5.0 → 16.6.0-develop.10

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 (126) hide show
  1. package/NOTICE.txt +12 -19
  2. package/dialogs/colorpicker-dialog.component.d.ts +2 -2
  3. package/dialogs/file-link-dialog.component.d.ts +2 -2
  4. package/dialogs/font-family-dialog.component.d.ts +1 -1
  5. package/dialogs/font-size-dialog.component.d.ts +1 -1
  6. package/dialogs/format-dialog.component.d.ts +1 -1
  7. package/dialogs/image-dialog.component.d.ts +2 -2
  8. package/dialogs/insert-table-dialog.component.d.ts +1 -1
  9. package/dialogs/source-dialog.component.d.ts +1 -1
  10. package/directives.d.ts +51 -0
  11. package/editor.component.d.ts +7 -7
  12. package/editor.module.d.ts +14 -36
  13. package/esm2020/dialogs/colorpicker-dialog.component.mjs +7 -6
  14. package/esm2020/dialogs/file-link-dialog.component.mjs +12 -11
  15. package/esm2020/dialogs/font-family-dialog.component.mjs +7 -6
  16. package/esm2020/dialogs/font-size-dialog.component.mjs +7 -6
  17. package/esm2020/dialogs/format-dialog.component.mjs +7 -6
  18. package/esm2020/dialogs/image-dialog.component.mjs +11 -10
  19. package/esm2020/dialogs/insert-table-dialog.component.mjs +8 -6
  20. package/esm2020/dialogs/source-dialog.component.mjs +7 -6
  21. package/esm2020/directives.mjs +95 -0
  22. package/esm2020/editor.component.mjs +30 -30
  23. package/esm2020/editor.module.mjs +55 -348
  24. package/esm2020/index.mjs +1 -0
  25. package/esm2020/localization/custom-messages.component.mjs +3 -2
  26. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  27. package/esm2020/package-metadata.mjs +2 -2
  28. package/esm2020/tools/alignment/editor-align-center-button.directive.mjs +3 -2
  29. package/esm2020/tools/alignment/editor-align-justify-button.directive.mjs +3 -2
  30. package/esm2020/tools/alignment/editor-align-left-button.directive.mjs +3 -2
  31. package/esm2020/tools/alignment/editor-align-right-button.directive.mjs +3 -2
  32. package/esm2020/tools/blockquote/editor-blockquote-button.directive.mjs +3 -2
  33. package/esm2020/tools/colorpicker/editor-back-color.directive.mjs +3 -2
  34. package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +9 -8
  35. package/esm2020/tools/colorpicker/editor-fore-color.directive.mjs +3 -2
  36. package/esm2020/tools/editor-clean-formatting-button.directive.mjs +3 -2
  37. package/esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs +8 -7
  38. package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +9 -8
  39. package/esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs +6 -5
  40. package/esm2020/tools/fontsize/editor-fontsize.component.mjs +9 -8
  41. package/esm2020/tools/format/editor-format-dropdownlist.component.mjs +8 -7
  42. package/esm2020/tools/format/editor-format.component.mjs +8 -7
  43. package/esm2020/tools/history/editor-redo-button.directive.mjs +3 -2
  44. package/esm2020/tools/history/editor-undo-button.directive.mjs +3 -2
  45. package/esm2020/tools/image/editor-insert-image-button.directive.mjs +3 -2
  46. package/esm2020/tools/indentation/editor-indent-button.directive.mjs +3 -2
  47. package/esm2020/tools/indentation/editor-outdent-button.directive.mjs +3 -2
  48. package/esm2020/tools/link/editor-create-link-button.directive.mjs +3 -2
  49. package/esm2020/tools/link/editor-insert-file-button.directive.mjs +3 -2
  50. package/esm2020/tools/link/editor-unlink-button.directive.mjs +3 -2
  51. package/esm2020/tools/list/editor-insert-ordered-list-button.directive.mjs +3 -2
  52. package/esm2020/tools/list/editor-insert-unordered-list-button.directive.mjs +3 -2
  53. package/esm2020/tools/print/editor-print-button.directive.mjs +3 -2
  54. package/esm2020/tools/select-all/select-all-button.directive.mjs +3 -2
  55. package/esm2020/tools/shared/dropdown-tool.directive.mjs +5 -2
  56. package/esm2020/tools/source/editor-view-source-button.directive.mjs +3 -2
  57. package/esm2020/tools/tables/editor-add-column-after-button.directive.mjs +3 -2
  58. package/esm2020/tools/tables/editor-add-column-before-button.directive.mjs +3 -2
  59. package/esm2020/tools/tables/editor-add-row-after-button.directive.mjs +3 -2
  60. package/esm2020/tools/tables/editor-add-row-before-button.directive.mjs +3 -2
  61. package/esm2020/tools/tables/editor-delete-column-button.directive.mjs +3 -2
  62. package/esm2020/tools/tables/editor-delete-row-button.directive.mjs +3 -2
  63. package/esm2020/tools/tables/editor-delete-table-button.directive.mjs +3 -2
  64. package/esm2020/tools/tables/editor-insert-table-button.component.mjs +11 -9
  65. package/esm2020/tools/tables/editor-merge-cells-button.directive.mjs +3 -2
  66. package/esm2020/tools/tables/editor-split-cell-button.directive.mjs +3 -2
  67. package/esm2020/tools/tables/popup-table-grid.component.mjs +6 -4
  68. package/esm2020/tools/typographical-emphasis/editor-bold-button.directive.mjs +3 -2
  69. package/esm2020/tools/typographical-emphasis/editor-italic-button.directive.mjs +3 -2
  70. package/esm2020/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs +3 -2
  71. package/esm2020/tools/typographical-emphasis/editor-subscript-button.directive.mjs +3 -2
  72. package/esm2020/tools/typographical-emphasis/editor-superscript-button.directive.mjs +3 -2
  73. package/esm2020/tools/typographical-emphasis/editor-underline-button.directive.mjs +3 -2
  74. package/fesm2015/progress-kendo-angular-editor.mjs +692 -857
  75. package/fesm2020/progress-kendo-angular-editor.mjs +669 -833
  76. package/index.d.ts +1 -0
  77. package/localization/custom-messages.component.d.ts +1 -1
  78. package/localization/localized-messages.directive.d.ts +1 -1
  79. package/package.json +15 -15
  80. package/schematics/ngAdd/index.js +4 -4
  81. package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
  82. package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
  83. package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
  84. package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
  85. package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
  86. package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
  87. package/tools/colorpicker/editor-colorpicker.component.d.ts +3 -3
  88. package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
  89. package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
  90. package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +1 -1
  91. package/tools/fontfamily/editor-fontfamily.component.d.ts +3 -3
  92. package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +1 -1
  93. package/tools/fontsize/editor-fontsize.component.d.ts +3 -3
  94. package/tools/format/editor-format-dropdownlist.component.d.ts +1 -1
  95. package/tools/format/editor-format.component.d.ts +2 -2
  96. package/tools/history/editor-redo-button.directive.d.ts +1 -1
  97. package/tools/history/editor-undo-button.directive.d.ts +1 -1
  98. package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
  99. package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
  100. package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
  101. package/tools/link/editor-create-link-button.directive.d.ts +1 -1
  102. package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
  103. package/tools/link/editor-unlink-button.directive.d.ts +1 -1
  104. package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
  105. package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
  106. package/tools/print/editor-print-button.directive.d.ts +1 -1
  107. package/tools/select-all/select-all-button.directive.d.ts +1 -1
  108. package/tools/shared/dropdown-tool.directive.d.ts +1 -1
  109. package/tools/source/editor-view-source-button.directive.d.ts +1 -1
  110. package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
  111. package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
  112. package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
  113. package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
  114. package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
  115. package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
  116. package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
  117. package/tools/tables/editor-insert-table-button.component.d.ts +3 -3
  118. package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
  119. package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
  120. package/tools/tables/popup-table-grid.component.d.ts +1 -1
  121. package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
  122. package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
  123. package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
  124. package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
  125. package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
  126. package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
@@ -3,17 +3,11 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
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';
8
9
  import { ToolBarModule } from '@progress/kendo-angular-toolbar';
9
- import { WatermarkModule } from '@progress/kendo-angular-common';
10
- import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
11
- import { DialogModule } from '@progress/kendo-angular-dialog';
12
- import { ButtonModule } from '@progress/kendo-angular-buttons';
13
- import { NumericTextBoxModule, TextBoxModule, TextAreaModule, ColorPickerModule, CheckBoxModule, FormFieldModule } from '@progress/kendo-angular-inputs';
14
- import { LabelModule } from "@progress/kendo-angular-label";
15
- import { IconsModule } from '@progress/kendo-angular-icons';
16
- import { EditorComponent } from './editor.component';
10
+ import { PopupService } from '@progress/kendo-angular-popup';
17
11
  import { ImageDialogComponent } from './dialogs/image-dialog.component';
18
12
  import { SourceDialogComponent } from './dialogs/source-dialog.component';
19
13
  import { FileLinkDialogComponent } from './dialogs/file-link-dialog.component';
@@ -21,122 +15,53 @@ import { FormatDialogComponent } from './dialogs/format-dialog.component';
21
15
  import { ColorPickerDialogComponent } from './dialogs/colorpicker-dialog.component';
22
16
  import { FontFamilyDialogComponent } from './dialogs/font-family-dialog.component';
23
17
  import { InsertTableDialogComponent } from './dialogs/insert-table-dialog.component';
24
- import { EditorFormatComponent } from './tools/format/editor-format.component';
25
- import { EditorFontSizeComponent } from './tools/fontsize/editor-fontsize.component';
26
- import { EditorFontFamilyComponent } from './tools/fontfamily/editor-fontfamily.component';
27
- import { EditorColorPickerComponent } from './tools/colorpicker/editor-colorpicker.component';
28
- import { EditorInsertTableButtonComponent } from './tools/tables/editor-insert-table-button.component';
29
- import { PopupTableGridComponent } from './tools/tables/popup-table-grid.component';
30
- import { EditorAlignLeftButtonDirective } from './tools/alignment/editor-align-left-button.directive';
31
- import { EditorAlignCenterButtonDirective } from './tools/alignment/editor-align-center-button.directive';
32
- import { EditorAlignRightButtonDirective } from './tools/alignment/editor-align-right-button.directive';
33
- import { EditorAlignJustifyButtonDirective } from './tools/alignment/editor-align-justify-button.directive';
34
- import { EditorBlockquoteDirective } from './tools/blockquote/editor-blockquote-button.directive';
35
- import { EditorRedoButtonDirective } from './tools/history/editor-redo-button.directive';
36
- import { EditorUndoButtonDirective } from './tools/history/editor-undo-button.directive';
37
- import { EditorInsertImageButtonDirective } from './tools/image/editor-insert-image-button.directive';
38
- import { EditorIndentButtonDirective } from './tools/indentation/editor-indent-button.directive';
39
- import { EditorOutdentButtonDirective } from './tools/indentation/editor-outdent-button.directive';
40
- import { EditorCreateLinkButtonDirective } from './tools/link/editor-create-link-button.directive';
41
- import { EditorUnlinkButtonDirective } from './tools/link/editor-unlink-button.directive';
42
- import { EditorInsertOrderedListButtonDirective } from './tools/list/editor-insert-ordered-list-button.directive';
43
- import { EditorInsertUnorderedListButtonDirective } from './tools/list/editor-insert-unordered-list-button.directive';
44
- import { EditorViewSourceButtonDirective } from './tools/source/editor-view-source-button.directive';
45
- import { EditorBoldButtonDirective } from './tools/typographical-emphasis/editor-bold-button.directive';
46
- import { EditorItalicButtonDirective } from './tools/typographical-emphasis/editor-italic-button.directive';
47
- import { EditorUnderlineButtonDirective } from './tools/typographical-emphasis/editor-underline-button.directive';
48
- import { EditorStrikethroughButtonDirective } from './tools/typographical-emphasis/editor-strikethrough-button.directive';
49
- import { EditorSubscriptButtonDirective } from './tools/typographical-emphasis/editor-subscript-button.directive';
50
- import { EditorSuperscriptButtonDirective } from './tools/typographical-emphasis/editor-superscript-button.directive';
51
- import { EditorInsertFileButtonDirective } from './tools/link/editor-insert-file-button.directive';
52
- import { EditorForeColorDirective } from './tools/colorpicker/editor-fore-color.directive';
53
- import { EditorBackColorDirective } from './tools/colorpicker/editor-back-color.directive';
54
- import { EditorCleanFormattingButtonDirective } from './tools/editor-clean-formatting-button.directive';
55
- import { EditorAddColumnBeforeButtonDirective } from './tools/tables/editor-add-column-before-button.directive';
56
- import { EditorAddColumnAfterButtonDirective } from './tools/tables/editor-add-column-after-button.directive';
57
- import { EditorAddRowBeforeButtonDirective } from './tools/tables/editor-add-row-before-button.directive';
58
- import { EditorAddRowAfterButtonDirective } from './tools/tables/editor-add-row-after-button.directive';
59
- import { EditorDeleteColumnButtonDirective } from './tools/tables/editor-delete-column-button.directive';
60
- import { EditorDeleteRowButtonDirective } from './tools/tables/editor-delete-row-button.directive';
61
- import { EditorDeleteTableButtonDirective } from './tools/tables/editor-delete-table-button.directive';
62
- import { EditorMergeCellsButtonDirective } from './tools/tables/editor-merge-cells-button.directive';
63
- import { EditorSplitCellButtonDirective } from './tools/tables/editor-split-cell-button.directive';
64
- import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
65
- import { CustomMessagesComponent } from './localization/custom-messages.component';
66
- import { FormatDropDownListComponent } from './tools/format/editor-format-dropdownlist.component';
67
- import { FontFamilyDropDownListComponent } from './tools/fontfamily/editor-fontfamily-dropdownlist.component';
68
- import { FontSizeDropDownListComponent } from './tools/fontsize/editor-fontsize-dropdownlist.component';
69
18
  import { FontSizeDialogComponent } from './dialogs/font-size-dialog.component';
70
- import { DropDownToolDirective } from './tools/shared/dropdown-tool.directive';
71
- import { EditorPrintDirective } from './tools/print/editor-print-button.directive';
72
- import { EditorSelectAllButtonDirective } from './tools/select-all/select-all-button.directive';
19
+ import { KENDO_EDITOR } from './directives';
20
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
73
21
  import * as i0 from "@angular/core";
74
- const COMPONENT_DIRECTIVES = [
75
- //alignment
76
- EditorAlignLeftButtonDirective,
77
- EditorAlignCenterButtonDirective,
78
- EditorAlignRightButtonDirective,
79
- EditorAlignJustifyButtonDirective,
80
- //file
81
- EditorInsertFileButtonDirective,
82
- //history
83
- EditorRedoButtonDirective,
84
- EditorUndoButtonDirective,
85
- //image
86
- EditorInsertImageButtonDirective,
87
- //indent
88
- EditorIndentButtonDirective,
89
- EditorOutdentButtonDirective,
90
- //link
91
- EditorCreateLinkButtonDirective,
92
- EditorUnlinkButtonDirective,
93
- //list
94
- EditorInsertOrderedListButtonDirective,
95
- EditorInsertUnorderedListButtonDirective,
96
- //source
97
- EditorViewSourceButtonDirective,
98
- //typographical emphasis
99
- EditorBoldButtonDirective,
100
- EditorItalicButtonDirective,
101
- EditorUnderlineButtonDirective,
102
- EditorStrikethroughButtonDirective,
103
- EditorSubscriptButtonDirective,
104
- EditorSuperscriptButtonDirective,
105
- //color
106
- EditorForeColorDirective,
107
- EditorBackColorDirective,
108
- //clear format
109
- EditorCleanFormattingButtonDirective,
110
- //table
111
- EditorAddColumnBeforeButtonDirective,
112
- EditorAddColumnAfterButtonDirective,
113
- EditorAddRowBeforeButtonDirective,
114
- EditorAddRowAfterButtonDirective,
115
- EditorDeleteColumnButtonDirective,
116
- EditorDeleteRowButtonDirective,
117
- EditorDeleteTableButtonDirective,
118
- EditorMergeCellsButtonDirective,
119
- EditorSplitCellButtonDirective,
120
- // EditorTableWizardButtonDirective,
121
- //localization
122
- CustomMessagesComponent,
123
- LocalizedMessagesDirective,
124
- // dropdown tools
125
- DropDownToolDirective,
126
- // print
127
- EditorPrintDirective,
128
- // select all
129
- EditorSelectAllButtonDirective,
130
- // blockquote
131
- EditorBlockquoteDirective
132
- ];
133
- const TOOLBAR_TOOLS = [
134
- EditorFontSizeComponent,
135
- EditorFontFamilyComponent,
136
- EditorFormatComponent,
137
- EditorColorPickerComponent,
138
- EditorInsertTableButtonComponent
139
- ];
22
+ import * as i1 from "./editor.component";
23
+ import * as i2 from "./tools/alignment/editor-align-left-button.directive";
24
+ import * as i3 from "./tools/alignment/editor-align-center-button.directive";
25
+ import * as i4 from "./tools/alignment/editor-align-right-button.directive";
26
+ import * as i5 from "./tools/alignment/editor-align-justify-button.directive";
27
+ import * as i6 from "./tools/link/editor-insert-file-button.directive";
28
+ import * as i7 from "./tools/history/editor-redo-button.directive";
29
+ import * as i8 from "./tools/history/editor-undo-button.directive";
30
+ import * as i9 from "./tools/image/editor-insert-image-button.directive";
31
+ import * as i10 from "./tools/indentation/editor-indent-button.directive";
32
+ import * as i11 from "./tools/indentation/editor-outdent-button.directive";
33
+ import * as i12 from "./tools/link/editor-create-link-button.directive";
34
+ import * as i13 from "./tools/link/editor-unlink-button.directive";
35
+ import * as i14 from "./tools/list/editor-insert-ordered-list-button.directive";
36
+ import * as i15 from "./tools/list/editor-insert-unordered-list-button.directive";
37
+ import * as i16 from "./tools/source/editor-view-source-button.directive";
38
+ import * as i17 from "./tools/typographical-emphasis/editor-bold-button.directive";
39
+ import * as i18 from "./tools/typographical-emphasis/editor-italic-button.directive";
40
+ import * as i19 from "./tools/typographical-emphasis/editor-underline-button.directive";
41
+ import * as i20 from "./tools/typographical-emphasis/editor-strikethrough-button.directive";
42
+ import * as i21 from "./tools/typographical-emphasis/editor-subscript-button.directive";
43
+ import * as i22 from "./tools/typographical-emphasis/editor-superscript-button.directive";
44
+ import * as i23 from "./tools/colorpicker/editor-fore-color.directive";
45
+ import * as i24 from "./tools/colorpicker/editor-back-color.directive";
46
+ import * as i25 from "./tools/editor-clean-formatting-button.directive";
47
+ import * as i26 from "./tools/tables/editor-add-column-before-button.directive";
48
+ import * as i27 from "./tools/tables/editor-add-column-after-button.directive";
49
+ import * as i28 from "./tools/tables/editor-add-row-before-button.directive";
50
+ import * as i29 from "./tools/tables/editor-add-row-after-button.directive";
51
+ import * as i30 from "./tools/tables/editor-delete-column-button.directive";
52
+ import * as i31 from "./tools/tables/editor-delete-row-button.directive";
53
+ import * as i32 from "./tools/tables/editor-delete-table-button.directive";
54
+ import * as i33 from "./localization/custom-messages.component";
55
+ import * as i34 from "./tools/print/editor-print-button.directive";
56
+ import * as i35 from "./tools/select-all/select-all-button.directive";
57
+ import * as i36 from "./tools/blockquote/editor-blockquote-button.directive";
58
+ import * as i37 from "./tools/fontsize/editor-fontsize.component";
59
+ import * as i38 from "./tools/fontfamily/editor-fontfamily.component";
60
+ import * as i39 from "./tools/format/editor-format.component";
61
+ import * as i40 from "./tools/colorpicker/editor-colorpicker.component";
62
+ import * as i41 from "./tools/tables/editor-insert-table-button.component";
63
+ import * as i42 from "./tools/tables/editor-merge-cells-button.directive";
64
+ import * as i43 from "./tools/tables/editor-split-cell-button.directive";
140
65
  const TOOLBAR_DIALOGS = [
141
66
  FileLinkDialogComponent,
142
67
  ImageDialogComponent,
@@ -152,12 +77,7 @@ const TOOLBAR_DIALOGS = [
152
77
  // CellSettingsComponent,
153
78
  // AccessibilitySettingsComponent
154
79
  ];
155
- const INTERNAL_COMPONENTS = [
156
- PopupTableGridComponent,
157
- FormatDropDownListComponent,
158
- FontFamilyDropDownListComponent,
159
- FontSizeDropDownListComponent
160
- ];
80
+ // IMPORTANT: NgModule export kept for backwards compatibility
161
81
  /**
162
82
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the Editor component.
163
83
  *
@@ -179,229 +99,16 @@ const INTERNAL_COMPONENTS = [
179
99
  export class EditorModule {
180
100
  }
181
101
  EditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
182
- EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, declarations: [EditorComponent,
183
- //alignment
184
- EditorAlignLeftButtonDirective,
185
- EditorAlignCenterButtonDirective,
186
- EditorAlignRightButtonDirective,
187
- EditorAlignJustifyButtonDirective,
188
- //file
189
- EditorInsertFileButtonDirective,
190
- //history
191
- EditorRedoButtonDirective,
192
- EditorUndoButtonDirective,
193
- //image
194
- EditorInsertImageButtonDirective,
195
- //indent
196
- EditorIndentButtonDirective,
197
- EditorOutdentButtonDirective,
198
- //link
199
- EditorCreateLinkButtonDirective,
200
- EditorUnlinkButtonDirective,
201
- //list
202
- EditorInsertOrderedListButtonDirective,
203
- EditorInsertUnorderedListButtonDirective,
204
- //source
205
- EditorViewSourceButtonDirective,
206
- //typographical emphasis
207
- EditorBoldButtonDirective,
208
- EditorItalicButtonDirective,
209
- EditorUnderlineButtonDirective,
210
- EditorStrikethroughButtonDirective,
211
- EditorSubscriptButtonDirective,
212
- EditorSuperscriptButtonDirective,
213
- //color
214
- EditorForeColorDirective,
215
- EditorBackColorDirective,
216
- //clear format
217
- EditorCleanFormattingButtonDirective,
218
- //table
219
- EditorAddColumnBeforeButtonDirective,
220
- EditorAddColumnAfterButtonDirective,
221
- EditorAddRowBeforeButtonDirective,
222
- EditorAddRowAfterButtonDirective,
223
- EditorDeleteColumnButtonDirective,
224
- EditorDeleteRowButtonDirective,
225
- EditorDeleteTableButtonDirective,
226
- EditorMergeCellsButtonDirective,
227
- EditorSplitCellButtonDirective,
228
- // EditorTableWizardButtonDirective,
229
- //localization
230
- CustomMessagesComponent,
231
- LocalizedMessagesDirective,
232
- // dropdown tools
233
- DropDownToolDirective,
234
- // print
235
- EditorPrintDirective,
236
- // select all
237
- EditorSelectAllButtonDirective,
238
- // blockquote
239
- EditorBlockquoteDirective, EditorFontSizeComponent,
240
- EditorFontFamilyComponent,
241
- EditorFormatComponent,
242
- EditorColorPickerComponent,
243
- EditorInsertTableButtonComponent, FileLinkDialogComponent,
244
- ImageDialogComponent,
245
- SourceDialogComponent,
246
- FormatDialogComponent,
247
- ColorPickerDialogComponent,
248
- FontFamilyDialogComponent,
249
- FontSizeDialogComponent,
250
- InsertTableDialogComponent
251
- // TableWizardDialogComponent
252
- // Table Wizard Building Blocks
253
- // TableSettingsComponent,
254
- // CellSettingsComponent,
255
- // AccessibilitySettingsComponent
256
- , PopupTableGridComponent,
257
- FormatDropDownListComponent,
258
- FontFamilyDropDownListComponent,
259
- FontSizeDropDownListComponent], imports: [CommonModule,
260
- FormsModule,
261
- ReactiveFormsModule,
262
- //Kendo UI Angular Modules
263
- ButtonModule,
264
- ColorPickerModule,
265
- DialogModule,
266
- DropDownsModule,
267
- NumericTextBoxModule,
268
- CheckBoxModule,
269
- IconsModule,
270
- ToolBarModule,
271
- TextBoxModule,
272
- TextAreaModule,
273
- FormFieldModule,
274
- LabelModule,
275
- WatermarkModule], exports: [EditorComponent,
276
- //alignment
277
- EditorAlignLeftButtonDirective,
278
- EditorAlignCenterButtonDirective,
279
- EditorAlignRightButtonDirective,
280
- EditorAlignJustifyButtonDirective,
281
- //file
282
- EditorInsertFileButtonDirective,
283
- //history
284
- EditorRedoButtonDirective,
285
- EditorUndoButtonDirective,
286
- //image
287
- EditorInsertImageButtonDirective,
288
- //indent
289
- EditorIndentButtonDirective,
290
- EditorOutdentButtonDirective,
291
- //link
292
- EditorCreateLinkButtonDirective,
293
- EditorUnlinkButtonDirective,
294
- //list
295
- EditorInsertOrderedListButtonDirective,
296
- EditorInsertUnorderedListButtonDirective,
297
- //source
298
- EditorViewSourceButtonDirective,
299
- //typographical emphasis
300
- EditorBoldButtonDirective,
301
- EditorItalicButtonDirective,
302
- EditorUnderlineButtonDirective,
303
- EditorStrikethroughButtonDirective,
304
- EditorSubscriptButtonDirective,
305
- EditorSuperscriptButtonDirective,
306
- //color
307
- EditorForeColorDirective,
308
- EditorBackColorDirective,
309
- //clear format
310
- EditorCleanFormattingButtonDirective,
311
- //table
312
- EditorAddColumnBeforeButtonDirective,
313
- EditorAddColumnAfterButtonDirective,
314
- EditorAddRowBeforeButtonDirective,
315
- EditorAddRowAfterButtonDirective,
316
- EditorDeleteColumnButtonDirective,
317
- EditorDeleteRowButtonDirective,
318
- EditorDeleteTableButtonDirective,
319
- EditorMergeCellsButtonDirective,
320
- EditorSplitCellButtonDirective,
321
- // EditorTableWizardButtonDirective,
322
- //localization
323
- CustomMessagesComponent,
324
- LocalizedMessagesDirective,
325
- // dropdown tools
326
- DropDownToolDirective,
327
- // print
328
- EditorPrintDirective,
329
- // select all
330
- EditorSelectAllButtonDirective,
331
- // blockquote
332
- EditorBlockquoteDirective, EditorFontSizeComponent,
333
- EditorFontFamilyComponent,
334
- EditorFormatComponent,
335
- EditorColorPickerComponent,
336
- EditorInsertTableButtonComponent, ToolBarModule,
337
- ButtonModule,
338
- FormsModule,
339
- ReactiveFormsModule, PopupTableGridComponent,
340
- FormatDropDownListComponent,
341
- FontFamilyDropDownListComponent,
342
- FontSizeDropDownListComponent] });
343
- EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, imports: [CommonModule,
344
- FormsModule,
345
- ReactiveFormsModule,
346
- //Kendo UI Angular Modules
347
- ButtonModule,
348
- ColorPickerModule,
349
- DialogModule,
350
- DropDownsModule,
351
- NumericTextBoxModule,
352
- CheckBoxModule,
353
- IconsModule,
354
- ToolBarModule,
355
- TextBoxModule,
356
- TextAreaModule,
357
- FormFieldModule,
358
- LabelModule,
359
- WatermarkModule, ToolBarModule,
360
- ButtonModule,
361
- FormsModule,
362
- ReactiveFormsModule] });
102
+ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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], 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, FormsModule, ReactiveFormsModule, ToolBarModule] });
103
+ EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", 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, FormsModule, ReactiveFormsModule, ToolBarModule] });
363
104
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, decorators: [{
364
105
  type: NgModule,
365
106
  args: [{
366
- declarations: [
367
- EditorComponent,
368
- COMPONENT_DIRECTIVES,
369
- TOOLBAR_TOOLS,
370
- TOOLBAR_DIALOGS,
371
- INTERNAL_COMPONENTS
372
- ],
373
107
  entryComponents: [
374
108
  TOOLBAR_DIALOGS
375
109
  ],
376
- exports: [
377
- EditorComponent,
378
- COMPONENT_DIRECTIVES,
379
- TOOLBAR_TOOLS,
380
- ToolBarModule,
381
- ButtonModule,
382
- FormsModule,
383
- ReactiveFormsModule,
384
- //needed for unit tests
385
- INTERNAL_COMPONENTS
386
- ],
387
- imports: [
388
- CommonModule,
389
- FormsModule,
390
- ReactiveFormsModule,
391
- //Kendo UI Angular Modules
392
- ButtonModule,
393
- ColorPickerModule,
394
- DialogModule,
395
- DropDownsModule,
396
- NumericTextBoxModule,
397
- CheckBoxModule,
398
- IconsModule,
399
- ToolBarModule,
400
- TextBoxModule,
401
- TextAreaModule,
402
- FormFieldModule,
403
- LabelModule,
404
- WatermarkModule
405
- ]
110
+ exports: [...KENDO_EDITOR, FormsModule, ReactiveFormsModule, ToolBarModule],
111
+ imports: [...KENDO_EDITOR],
112
+ providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService]
406
113
  }]
407
114
  }] });
package/esm2020/index.mjs CHANGED
@@ -61,3 +61,4 @@ export { EditorPrintDirective } from './tools/print/editor-print-button.directiv
61
61
  export { EditorSelectAllButtonDirective } from './tools/select-all/select-all-button.directive';
62
62
  export { PreventableEvent } from './preventable-events/preventable-event';
63
63
  export { EditorLocalizationService } from './localization/editor-localization.service';
64
+ export * from './directives';
@@ -21,7 +21,7 @@ export class CustomMessagesComponent extends MessagesDirective {
21
21
  }
22
22
  }
23
23
  CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
24
- CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-editor-messages", providers: [
24
+ CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-editor-messages", providers: [
25
25
  {
26
26
  provide: MessagesDirective,
27
27
  useExisting: forwardRef(() => CustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  // eslint-disable-next-line @angular-eslint/directive-selector
40
- selector: 'kendo-editor-messages'
40
+ selector: 'kendo-editor-messages',
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends MessagesDirective {
17
17
  }
18
18
  }
19
19
  LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]", providers: [{
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoEditorLocalizedMessages]", providers: [{
21
21
  provide: MessagesDirective,
22
22
  useExisting: forwardRef(() => LocalizedMessagesDirective)
23
23
  }], usesInheritance: true, ngImport: i0 });
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
28
28
  provide: MessagesDirective,
29
29
  useExisting: forwardRef(() => LocalizedMessagesDirective)
30
30
  }],
31
- selector: '[kendoEditorLocalizedMessages]'
31
+ selector: '[kendoEditorLocalizedMessages]',
32
+ standalone: true
32
33
  }]
33
34
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-editor',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814424,
13
- version: '16.5.0',
12
+ publishDate: 1722607210,
13
+ version: '16.6.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -30,10 +30,11 @@ export class EditorAlignCenterButtonDirective extends EditorCommandButton {
30
30
  }
31
31
  }
32
32
  EditorAlignCenterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignCenterButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
33
- EditorAlignCenterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]", usesInheritance: true, ngImport: i0 });
33
+ EditorAlignCenterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignCenterButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]", usesInheritance: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignCenterButtonDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: 'kendo-toolbar-button[kendoEditorAlignCenterButton]'
37
+ selector: 'kendo-toolbar-button[kendoEditorAlignCenterButton]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.EditorLocalizationService }, { type: i3.ProviderService }, { type: i4.EditorToolsService }]; } });
@@ -30,10 +30,11 @@ export class EditorAlignJustifyButtonDirective extends EditorCommandButton {
30
30
  }
31
31
  }
32
32
  EditorAlignJustifyButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignJustifyButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
33
- EditorAlignJustifyButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]", usesInheritance: true, ngImport: i0 });
33
+ EditorAlignJustifyButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignJustifyButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]", usesInheritance: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignJustifyButtonDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: 'kendo-toolbar-button[kendoEditorAlignJustifyButton]'
37
+ selector: 'kendo-toolbar-button[kendoEditorAlignJustifyButton]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.EditorLocalizationService }, { type: i3.ProviderService }, { type: i4.EditorToolsService }]; } });
@@ -30,10 +30,11 @@ export class EditorAlignLeftButtonDirective extends EditorCommandButton {
30
30
  }
31
31
  }
32
32
  EditorAlignLeftButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignLeftButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
33
- EditorAlignLeftButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]", usesInheritance: true, ngImport: i0 });
33
+ EditorAlignLeftButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignLeftButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]", usesInheritance: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignLeftButtonDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: 'kendo-toolbar-button[kendoEditorAlignLeftButton]'
37
+ selector: 'kendo-toolbar-button[kendoEditorAlignLeftButton]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.EditorLocalizationService }, { type: i3.ProviderService }, { type: i4.EditorToolsService }]; } });
@@ -30,10 +30,11 @@ export class EditorAlignRightButtonDirective extends EditorCommandButton {
30
30
  }
31
31
  }
32
32
  EditorAlignRightButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignRightButtonDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
33
- EditorAlignRightButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]", usesInheritance: true, ngImport: i0 });
33
+ EditorAlignRightButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignRightButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]", usesInheritance: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignRightButtonDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: 'kendo-toolbar-button[kendoEditorAlignRightButton]'
37
+ selector: 'kendo-toolbar-button[kendoEditorAlignRightButton]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.EditorLocalizationService }, { type: i3.ProviderService }, { type: i4.EditorToolsService }]; } });
@@ -29,10 +29,11 @@ export class EditorBlockquoteDirective extends EditorCommandButton {
29
29
  }
30
30
  }
31
31
  EditorBlockquoteDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBlockquoteDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.EditorLocalizationService }, { token: i3.ProviderService }, { token: i4.EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
32
- EditorBlockquoteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBlockquoteDirective, selector: "kendo-toolbar-button[kendoEditorBlockquoteButton]", usesInheritance: true, ngImport: i0 });
32
+ EditorBlockquoteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBlockquoteDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorBlockquoteButton]", usesInheritance: true, ngImport: i0 });
33
33
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBlockquoteDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
- selector: 'kendo-toolbar-button[kendoEditorBlockquoteButton]'
36
+ selector: 'kendo-toolbar-button[kendoEditorBlockquoteButton]',
37
+ standalone: true
37
38
  }]
38
39
  }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.EditorLocalizationService }, { type: i3.ProviderService }, { type: i4.EditorToolsService }]; } });
@@ -25,10 +25,11 @@ export class EditorBackColorDirective {
25
25
  }
26
26
  }
27
27
  EditorBackColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBackColorDirective, deps: [{ token: i1.EditorColorPickerComponent }], target: i0.ɵɵFactoryTarget.Directive });
28
- EditorBackColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBackColorDirective, selector: "[kendoEditorBackColor]", ngImport: i0 });
28
+ EditorBackColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBackColorDirective, isStandalone: true, selector: "[kendoEditorBackColor]", ngImport: i0 });
29
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBackColorDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
- selector: '[kendoEditorBackColor]'
32
+ selector: '[kendoEditorBackColor]',
33
+ standalone: true
33
34
  }]
34
35
  }], ctorParameters: function () { return [{ type: i1.EditorColorPickerComponent }]; } });