@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,36 +3,30 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
6
- import { Injectable, Inject, Optional, Component, Input, ViewChild, InjectionToken, Directive, forwardRef, EventEmitter, Output, ElementRef, isDevMode, ViewContainerRef, HostBinding, ContentChild, NgModule } from '@angular/core';
7
- import * as i4 from '@angular/forms';
8
- import { FormControl, Validators, FormGroup, NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule } from '@angular/forms';
6
+ import { Injectable, Inject, Optional, Component, Input, ViewChild, InjectionToken, Directive, EventEmitter, Output, forwardRef, ElementRef, isDevMode, ViewContainerRef, HostBinding, ContentChild, NgModule } from '@angular/core';
7
+ import { NgIf, NgSwitch, NgSwitchCase, NgSwitchDefault, NgStyle, NgFor } from '@angular/common';
8
+ import * as i3 from '@angular/forms';
9
+ import { FormControl, Validators, FormGroup, ReactiveFormsModule, NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
9
10
  import { Subject, BehaviorSubject, zip, fromEvent, interval } from 'rxjs';
10
11
  import { take, map, filter as filter$1, concatMap, takeUntil } from 'rxjs/operators';
11
12
  import * as i1$2 from '@progress/kendo-angular-toolbar';
12
- import { ToolBarToolComponent, ToolBarComponent, ToolBarModule } from '@progress/kendo-angular-toolbar';
13
+ import { ToolBarToolComponent, ToolBarComponent, ToolBarButtonGroupComponent, ToolBarButtonComponent, ToolBarModule } from '@progress/kendo-angular-toolbar';
13
14
  import * as i1$1 from '@progress/kendo-angular-dialog';
14
- import { DialogContentBase, DialogModule } from '@progress/kendo-angular-dialog';
15
- import * as i7$1 from '@progress/kendo-angular-common';
16
- import { isDocumentAvailable, guid, shouldShowValidationUI, hasObservers, KendoInput, isPresent as isPresent$1, Keys, WatermarkModule } from '@progress/kendo-angular-common';
15
+ import { DialogContentBase, DialogTitleBarComponent, DialogActionsComponent, DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
16
+ import { isDocumentAvailable, guid, shouldShowValidationUI, hasObservers, KendoInput, WatermarkOverlayComponent, isPresent as isPresent$1, Keys, ResizeBatchService } from '@progress/kendo-angular-common';
17
17
  import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, cspFix, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
18
18
  export { Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeType, Plugin, PluginKey, Schema, Transaction, baseKeymap, dropCursor, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
19
19
  import { validatePackage } from '@progress/kendo-licensing';
20
- import * as i6 from '@progress/kendo-angular-inputs';
21
- import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule, FormFieldModule } from '@progress/kendo-angular-inputs';
22
20
  import * as i1 from '@progress/kendo-angular-l10n';
23
21
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
24
- import * as i3 from '@progress/kendo-angular-buttons';
25
- import { ButtonModule } from '@progress/kendo-angular-buttons';
26
- import * as i7 from '@progress/kendo-angular-label';
27
- import { LabelModule } from '@progress/kendo-angular-label';
28
- import * as i5 from '@angular/common';
29
- import { CommonModule } from '@angular/common';
22
+ import { TextAreaComponent, FormFieldComponent, TextBoxComponent, CheckBoxDirective, ColorPickerComponent } from '@progress/kendo-angular-inputs';
23
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
24
+ import { LabelComponent, LabelDirective } from '@progress/kendo-angular-label';
30
25
  import { alignCenterIcon, alignJustifyIcon, alignLeftIcon, alignRightIcon, dropletIcon, rightDoubleQuotesIcon, boldIcon, clearCssIcon, linkIcon, foregroundColorIcon, indentIcon, fileAddIcon, fileImageIcon, listOrderedIcon, listUnorderedIcon, italicIcon, outdentIcon, printIcon, redoIcon, selectAllIcon, strikethroughIcon, subscriptIcon, supscriptIcon, underlineIcon, undoIcon, unlinkIcon, codeSnippetIcon, tableAddIcon, tableColumnInsertLeftIcon, tableColumnInsertRightIcon, tableRowInsertAboveIcon, tableRowInsertBelowIcon, tableRowDeleteIcon, tableColumnDeleteIcon, cellsMergeIcon, cellSplitHorizontallyIcon, tableDeleteIcon, applyFormatIcon, tableWizardIcon, fontSizeIcon, fontFamilyIcon } from '@progress/kendo-svg-icons';
31
- import * as i2 from '@progress/kendo-angular-dropdowns';
32
- import { DropDownListComponent, DropDownsModule } from '@progress/kendo-angular-dropdowns';
33
- import * as i6$1 from '@progress/kendo-angular-icons';
34
- import { IconsModule } from '@progress/kendo-angular-icons';
35
- import * as i2$1 from '@progress/kendo-angular-popup';
26
+ import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
27
+ import { DropDownListComponent, ItemTemplateDirective } from '@progress/kendo-angular-dropdowns';
28
+ import * as i2 from '@progress/kendo-angular-popup';
29
+ import { PopupService } from '@progress/kendo-angular-popup';
36
30
 
37
31
  /**
38
32
  * @hidden
@@ -41,8 +35,8 @@ const packageMetadata = {
41
35
  name: '@progress/kendo-angular-editor',
42
36
  productName: 'Kendo UI for Angular',
43
37
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
44
- publishDate: 1721814424,
45
- version: '16.5.0',
38
+ publishDate: 1722607210,
39
+ version: '16.6.0-develop.10',
46
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
47
41
  };
48
42
 
@@ -712,7 +706,7 @@ class SourceDialogComponent extends DialogContentBase {
712
706
  }
713
707
  }
714
708
  SourceDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SourceDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
715
- SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SourceDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "textarea", first: true, predicate: ["textarea"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
709
+ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SourceDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "textarea", first: true, predicate: ["textarea"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
716
710
  <kendo-dialog-titlebar (close)="onCancelAction()">
717
711
  {{ textFor('viewSource') }}
718
712
  </kendo-dialog-titlebar>
@@ -735,7 +729,7 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
735
729
  (click)="onCancelAction()"
736
730
  >{{ textFor('dialogCancel') }}</button>
737
731
  </kendo-dialog-actions>
738
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i6.TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }] });
732
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
739
733
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SourceDialogComponent, decorators: [{
740
734
  type: Component,
741
735
  args: [{
@@ -762,7 +756,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
762
756
  (click)="onCancelAction()"
763
757
  >{{ textFor('dialogCancel') }}</button>
764
758
  </kendo-dialog-actions>
765
- `
759
+ `,
760
+ standalone: true,
761
+ imports: [DialogTitleBarComponent, TextAreaComponent, DialogActionsComponent, ButtonComponent]
766
762
  }]
767
763
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
768
764
  type: Input
@@ -837,7 +833,7 @@ class ImageDialogComponent extends DialogContentBase {
837
833
  }
838
834
  }
839
835
  ImageDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ImageDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
840
- ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ImageDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "srcInput", first: true, predicate: ["srcInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
836
+ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ImageDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "srcInput", first: true, predicate: ["srcInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
841
837
  <kendo-dialog-titlebar (close)="onCancelAction()">
842
838
  {{ textFor('insertImage') }}
843
839
  </kendo-dialog-titlebar>
@@ -899,7 +895,7 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
899
895
  (click)="onCancelAction()"
900
896
  >{{ textFor('dialogCancel') }}</button>
901
897
  </kendo-dialog-actions>
902
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i6.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "component", type: i6.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: i7.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
898
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
903
899
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ImageDialogComponent, decorators: [{
904
900
  type: Component,
905
901
  args: [{
@@ -965,7 +961,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
965
961
  (click)="onCancelAction()"
966
962
  >{{ textFor('dialogCancel') }}</button>
967
963
  </kendo-dialog-actions>
968
- `
964
+ `,
965
+ standalone: true,
966
+ imports: [DialogTitleBarComponent, FormFieldComponent, LabelComponent, TextBoxComponent, ReactiveFormsModule, DialogActionsComponent, ButtonComponent]
969
967
  }]
970
968
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
971
969
  type: Input
@@ -1058,7 +1056,7 @@ class FileLinkDialogComponent extends DialogContentBase {
1058
1056
  }
1059
1057
  }
1060
1058
  FileLinkDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FileLinkDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
1061
- FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FileLinkDialogComponent, selector: "ng-component", inputs: { editor: "editor", command: "command" }, viewQueries: [{ propertyName: "hrefInput", first: true, predicate: ["hrefInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
1059
+ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FileLinkDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor", command: "command" }, viewQueries: [{ propertyName: "hrefInput", first: true, predicate: ["hrefInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
1062
1060
  <kendo-dialog-titlebar (close)="onCancelAction()">
1063
1061
  {{ titleText }}
1064
1062
  </kendo-dialog-titlebar>
@@ -1124,7 +1122,7 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
1124
1122
  (click)="onCancelAction()"
1125
1123
  >{{ textFor('dialogCancel') }}</button>
1126
1124
  </kendo-dialog-actions>
1127
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "directive", type: i6.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "component", type: i6.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "component", type: i6.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "directive", type: i7.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i7.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
1125
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
1128
1126
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
1129
1127
  type: Component,
1130
1128
  args: [{
@@ -1194,7 +1192,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1194
1192
  (click)="onCancelAction()"
1195
1193
  >{{ textFor('dialogCancel') }}</button>
1196
1194
  </kendo-dialog-actions>
1197
- `
1195
+ `,
1196
+ standalone: true,
1197
+ imports: [DialogTitleBarComponent, ReactiveFormsModule, FormFieldComponent, LabelComponent, TextBoxComponent, NgIf, CheckBoxDirective, LabelDirective, DialogActionsComponent, ButtonComponent]
1198
1198
  }]
1199
1199
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
1200
1200
  type: Input
@@ -1737,21 +1737,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1737
1737
  /**
1738
1738
  * @hidden
1739
1739
  */
1740
- class EditorCommandButton extends EditorCommandBaseDirective {
1741
- constructor(command, button, localization, providerService, toolsService) {
1742
- super(command, button, localization, providerService, toolsService);
1743
- this.command = command;
1740
+ class EditorCommandDialog extends EditorCommandBaseDirective {
1741
+ constructor(dialog, button, localization, providerService, toolsService) {
1742
+ super(dialog, button, localization, providerService, toolsService);
1743
+ this.dialog = dialog;
1744
1744
  this.button = button;
1745
1745
  this.localization = localization;
1746
1746
  this.providerService = providerService;
1747
1747
  this.toolsService = toolsService;
1748
1748
  }
1749
1749
  clickHandler() {
1750
- this.editor.exec(this.command, this.editor.applyToWord);
1751
- this.editor.focus();
1752
- }
1753
- pointerdownHandler(e) {
1754
- e.preventDefault();
1750
+ this.editor.openDialog(this.dialog);
1755
1751
  }
1756
1752
  onStateChange(toolBarState) {
1757
1753
  this.providerService.editor.ngZone.onStable.pipe(take(1)).subscribe(() => {
@@ -1762,119 +1758,48 @@ class EditorCommandButton extends EditorCommandBaseDirective {
1762
1758
  }
1763
1759
 
1764
1760
  /**
1765
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignLeft** tool
1766
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1767
- * The directive will predefine the SVG icon and `click` event handlers of the button.
1768
- * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
1769
- *
1770
- * @example
1771
- * ```html
1772
- * <kendo-toolbar-button kendoEditorAlignLeftButton></kendo-toolbar-button>
1773
- * ```
1774
- */
1775
- class EditorAlignLeftButtonDirective extends EditorCommandButton {
1776
- constructor(button, localization, providerService, toolsService) {
1777
- super('alignLeft', button, localization, providerService, toolsService);
1778
- }
1779
- }
1780
- EditorAlignLeftButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignLeftButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1781
- EditorAlignLeftButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]", usesInheritance: true, ngImport: i0 });
1782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignLeftButtonDirective, decorators: [{
1783
- type: Directive,
1784
- args: [{
1785
- selector: 'kendo-toolbar-button[kendoEditorAlignLeftButton]'
1786
- }]
1787
- }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1788
-
1789
- /**
1790
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignCenter** tool
1791
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1792
- * The directive will predefine the SVG icon and `click` event handlers of the button.
1793
- * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
1794
- *
1795
- * @example
1796
- * ```html
1797
- * <kendo-toolbar-button kendoEditorAlignCenterButton></kendo-toolbar-button>
1798
- * ```
1799
- */
1800
- class EditorAlignCenterButtonDirective extends EditorCommandButton {
1801
- constructor(button, localization, providerService, toolsService) {
1802
- super('alignCenter', button, localization, providerService, toolsService);
1803
- }
1804
- }
1805
- EditorAlignCenterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignCenterButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1806
- EditorAlignCenterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]", usesInheritance: true, ngImport: i0 });
1807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignCenterButtonDirective, decorators: [{
1808
- type: Directive,
1809
- args: [{
1810
- selector: 'kendo-toolbar-button[kendoEditorAlignCenterButton]'
1811
- }]
1812
- }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1813
-
1814
- /**
1815
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignRight** tool
1816
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1817
- * The directive will predefine the SVG icon and `click` event handlers of the button.
1818
- * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
1819
- *
1820
- * @example
1821
- * ```html
1822
- * <kendo-toolbar-button kendoEditorAlignRightButton></kendo-toolbar-button>
1823
- * ```
1824
- */
1825
- class EditorAlignRightButtonDirective extends EditorCommandButton {
1826
- constructor(button, localization, providerService, toolsService) {
1827
- super('alignRight', button, localization, providerService, toolsService);
1828
- }
1829
- }
1830
- EditorAlignRightButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignRightButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1831
- EditorAlignRightButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]", usesInheritance: true, ngImport: i0 });
1832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignRightButtonDirective, decorators: [{
1833
- type: Directive,
1834
- args: [{
1835
- selector: 'kendo-toolbar-button[kendoEditorAlignRightButton]'
1836
- }]
1837
- }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1838
-
1839
- /**
1840
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignJustify** tool
1761
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **InsertImage** tool
1841
1762
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1842
1763
  * The directive will predefine the SVG icon and `click` event handlers of the button.
1843
- * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
1844
1764
  *
1845
1765
  * @example
1846
1766
  * ```html
1847
- * <kendo-toolbar-button kendoEditorAlignJustifyButton></kendo-toolbar-button>
1767
+ * <kendo-toolbar-button kendoEditorInsertImageButton></kendo-toolbar-button>
1848
1768
  * ```
1849
1769
  */
1850
- class EditorAlignJustifyButtonDirective extends EditorCommandButton {
1770
+ class EditorInsertImageButtonDirective extends EditorCommandDialog {
1851
1771
  constructor(button, localization, providerService, toolsService) {
1852
- super('alignJustify', button, localization, providerService, toolsService);
1772
+ super('insertImage', button, localization, providerService, toolsService);
1853
1773
  }
1854
1774
  }
1855
- EditorAlignJustifyButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignJustifyButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1856
- EditorAlignJustifyButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]", usesInheritance: true, ngImport: i0 });
1857
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignJustifyButtonDirective, decorators: [{
1775
+ EditorInsertImageButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertImageButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1776
+ EditorInsertImageButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertImageButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]", usesInheritance: true, ngImport: i0 });
1777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertImageButtonDirective, decorators: [{
1858
1778
  type: Directive,
1859
1779
  args: [{
1860
- selector: 'kendo-toolbar-button[kendoEditorAlignJustifyButton]'
1780
+ selector: 'kendo-toolbar-button[kendoEditorInsertImageButton]',
1781
+ standalone: true
1861
1782
  }]
1862
1783
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1863
1784
 
1864
1785
  /**
1865
1786
  * @hidden
1866
1787
  */
1867
- class EditorCommandDialog extends EditorCommandBaseDirective {
1868
- constructor(dialog, button, localization, providerService, toolsService) {
1869
- super(dialog, button, localization, providerService, toolsService);
1870
- this.dialog = dialog;
1788
+ class EditorCommandButton extends EditorCommandBaseDirective {
1789
+ constructor(command, button, localization, providerService, toolsService) {
1790
+ super(command, button, localization, providerService, toolsService);
1791
+ this.command = command;
1871
1792
  this.button = button;
1872
1793
  this.localization = localization;
1873
1794
  this.providerService = providerService;
1874
1795
  this.toolsService = toolsService;
1875
1796
  }
1876
1797
  clickHandler() {
1877
- this.editor.openDialog(this.dialog);
1798
+ this.editor.exec(this.command, this.editor.applyToWord);
1799
+ this.editor.focus();
1800
+ }
1801
+ pointerdownHandler(e) {
1802
+ e.preventDefault();
1878
1803
  }
1879
1804
  onStateChange(toolBarState) {
1880
1805
  this.providerService.editor.ngZone.onStable.pipe(take(1)).subscribe(() => {
@@ -1885,51 +1810,54 @@ class EditorCommandDialog extends EditorCommandBaseDirective {
1885
1810
  }
1886
1811
 
1887
1812
  /**
1888
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **InsertImage** tool
1813
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Unlink** tool
1889
1814
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1890
1815
  * The directive will predefine the SVG icon and `click` event handlers of the button.
1816
+ * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
1891
1817
  *
1892
1818
  * @example
1893
1819
  * ```html
1894
- * <kendo-toolbar-button kendoEditorInsertImageButton></kendo-toolbar-button>
1820
+ * <kendo-toolbar-button kendoEditorUnlinkButton></kendo-toolbar-button>
1895
1821
  * ```
1896
1822
  */
1897
- class EditorInsertImageButtonDirective extends EditorCommandDialog {
1823
+ class EditorUnlinkButtonDirective extends EditorCommandButton {
1898
1824
  constructor(button, localization, providerService, toolsService) {
1899
- super('insertImage', button, localization, providerService, toolsService);
1825
+ super('unlink', button, localization, providerService, toolsService);
1900
1826
  }
1901
1827
  }
1902
- EditorInsertImageButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertImageButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1903
- EditorInsertImageButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]", usesInheritance: true, ngImport: i0 });
1904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertImageButtonDirective, decorators: [{
1828
+ EditorUnlinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnlinkButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1829
+ EditorUnlinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUnlinkButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]", usesInheritance: true, ngImport: i0 });
1830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnlinkButtonDirective, decorators: [{
1905
1831
  type: Directive,
1906
1832
  args: [{
1907
- selector: 'kendo-toolbar-button[kendoEditorInsertImageButton]'
1833
+ selector: 'kendo-toolbar-button[kendoEditorUnlinkButton]',
1834
+ standalone: true
1908
1835
  }]
1909
1836
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1910
1837
 
1911
1838
  /**
1912
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Indent** tool
1839
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **CreateLink** tool
1913
1840
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1914
1841
  * The directive will predefine the SVG icon and `click` event handlers of the button.
1915
1842
  * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
1916
1843
  *
1917
1844
  * @example
1918
1845
  * ```html
1919
- * <kendo-toolbar-button kendoEditorIndentButton></kendo-toolbar-button>
1846
+ * <kendo-toolbar-button kendoEditorCreateLinkButton></kendo-toolbar-button>
1920
1847
  * ```
1921
1848
  */
1922
- class EditorIndentButtonDirective extends EditorCommandButton {
1849
+ class EditorCreateLinkButtonDirective extends EditorCommandDialog {
1923
1850
  constructor(button, localization, providerService, toolsService) {
1924
- super('indent', button, localization, providerService, toolsService);
1851
+ super('createLink', button, localization, providerService, toolsService);
1925
1852
  }
1926
1853
  }
1927
- EditorIndentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorIndentButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1928
- EditorIndentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]", usesInheritance: true, ngImport: i0 });
1929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorIndentButtonDirective, decorators: [{
1854
+ EditorCreateLinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorCreateLinkButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1855
+ EditorCreateLinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorCreateLinkButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]", usesInheritance: true, ngImport: i0 });
1856
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorCreateLinkButtonDirective, decorators: [{
1930
1857
  type: Directive,
1931
1858
  args: [{
1932
- selector: 'kendo-toolbar-button[kendoEditorIndentButton]'
1859
+ selector: 'kendo-toolbar-button[kendoEditorCreateLinkButton]',
1860
+ standalone: true
1933
1861
  }]
1934
1862
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1935
1863
 
@@ -1950,61 +1878,38 @@ class EditorOutdentButtonDirective extends EditorCommandButton {
1950
1878
  }
1951
1879
  }
1952
1880
  EditorOutdentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorOutdentButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1953
- EditorOutdentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]", usesInheritance: true, ngImport: i0 });
1881
+ EditorOutdentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorOutdentButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorOutdentButton]", usesInheritance: true, ngImport: i0 });
1954
1882
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorOutdentButtonDirective, decorators: [{
1955
1883
  type: Directive,
1956
1884
  args: [{
1957
- selector: 'kendo-toolbar-button[kendoEditorOutdentButton]'
1885
+ selector: 'kendo-toolbar-button[kendoEditorOutdentButton]',
1886
+ standalone: true
1958
1887
  }]
1959
1888
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1960
1889
 
1961
1890
  /**
1962
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **CreateLink** tool
1963
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1964
- * The directive will predefine the SVG icon and `click` event handlers of the button.
1965
- * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
1966
- *
1967
- * @example
1968
- * ```html
1969
- * <kendo-toolbar-button kendoEditorCreateLinkButton></kendo-toolbar-button>
1970
- * ```
1971
- */
1972
- class EditorCreateLinkButtonDirective extends EditorCommandDialog {
1973
- constructor(button, localization, providerService, toolsService) {
1974
- super('createLink', button, localization, providerService, toolsService);
1975
- }
1976
- }
1977
- EditorCreateLinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorCreateLinkButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1978
- EditorCreateLinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]", usesInheritance: true, ngImport: i0 });
1979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorCreateLinkButtonDirective, decorators: [{
1980
- type: Directive,
1981
- args: [{
1982
- selector: 'kendo-toolbar-button[kendoEditorCreateLinkButton]'
1983
- }]
1984
- }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
1985
-
1986
- /**
1987
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Unlink** tool
1891
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Indent** tool
1988
1892
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
1989
1893
  * The directive will predefine the SVG icon and `click` event handlers of the button.
1990
1894
  * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
1991
1895
  *
1992
1896
  * @example
1993
1897
  * ```html
1994
- * <kendo-toolbar-button kendoEditorUnlinkButton></kendo-toolbar-button>
1898
+ * <kendo-toolbar-button kendoEditorIndentButton></kendo-toolbar-button>
1995
1899
  * ```
1996
1900
  */
1997
- class EditorUnlinkButtonDirective extends EditorCommandButton {
1901
+ class EditorIndentButtonDirective extends EditorCommandButton {
1998
1902
  constructor(button, localization, providerService, toolsService) {
1999
- super('unlink', button, localization, providerService, toolsService);
1903
+ super('indent', button, localization, providerService, toolsService);
2000
1904
  }
2001
1905
  }
2002
- EditorUnlinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnlinkButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2003
- EditorUnlinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]", usesInheritance: true, ngImport: i0 });
2004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnlinkButtonDirective, decorators: [{
1906
+ EditorIndentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorIndentButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1907
+ EditorIndentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorIndentButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorIndentButton]", usesInheritance: true, ngImport: i0 });
1908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorIndentButtonDirective, decorators: [{
2005
1909
  type: Directive,
2006
1910
  args: [{
2007
- selector: 'kendo-toolbar-button[kendoEditorUnlinkButton]'
1911
+ selector: 'kendo-toolbar-button[kendoEditorIndentButton]',
1912
+ standalone: true
2008
1913
  }]
2009
1914
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2010
1915
 
@@ -2025,11 +1930,12 @@ class EditorInsertOrderedListButtonDirective extends EditorCommandButton {
2025
1930
  }
2026
1931
  }
2027
1932
  EditorInsertOrderedListButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertOrderedListButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2028
- EditorInsertOrderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]", usesInheritance: true, ngImport: i0 });
1933
+ EditorInsertOrderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertOrderedListButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]", usesInheritance: true, ngImport: i0 });
2029
1934
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertOrderedListButtonDirective, decorators: [{
2030
1935
  type: Directive,
2031
1936
  args: [{
2032
- selector: 'kendo-toolbar-button[kendoEditorInsertOrderedListButton]'
1937
+ selector: 'kendo-toolbar-button[kendoEditorInsertOrderedListButton]',
1938
+ standalone: true
2033
1939
  }]
2034
1940
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2035
1941
 
@@ -2050,239 +1956,118 @@ class EditorInsertUnorderedListButtonDirective extends EditorCommandButton {
2050
1956
  }
2051
1957
  }
2052
1958
  EditorInsertUnorderedListButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertUnorderedListButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2053
- EditorInsertUnorderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]", usesInheritance: true, ngImport: i0 });
1959
+ EditorInsertUnorderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertUnorderedListButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]", usesInheritance: true, ngImport: i0 });
2054
1960
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertUnorderedListButtonDirective, decorators: [{
2055
1961
  type: Directive,
2056
1962
  args: [{
2057
- selector: 'kendo-toolbar-button[kendoEditorInsertUnorderedListButton]'
1963
+ selector: 'kendo-toolbar-button[kendoEditorInsertUnorderedListButton]',
1964
+ standalone: true
2058
1965
  }]
2059
1966
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2060
1967
 
2061
1968
  /**
2062
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Bold** tool
1969
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignJustify** tool
2063
1970
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2064
1971
  * The directive will predefine the SVG icon and `click` event handlers of the button.
2065
1972
  * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2066
1973
  *
2067
1974
  * @example
2068
1975
  * ```html
2069
- * <kendo-toolbar-button kendoEditorBoldButton></kendo-toolbar-button>
1976
+ * <kendo-toolbar-button kendoEditorAlignJustifyButton></kendo-toolbar-button>
2070
1977
  * ```
2071
1978
  */
2072
- class EditorBoldButtonDirective extends EditorCommandButton {
1979
+ class EditorAlignJustifyButtonDirective extends EditorCommandButton {
2073
1980
  constructor(button, localization, providerService, toolsService) {
2074
- super('bold', button, localization, providerService, toolsService);
1981
+ super('alignJustify', button, localization, providerService, toolsService);
2075
1982
  }
2076
1983
  }
2077
- EditorBoldButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBoldButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2078
- EditorBoldButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]", usesInheritance: true, ngImport: i0 });
2079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBoldButtonDirective, decorators: [{
1984
+ EditorAlignJustifyButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignJustifyButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
1985
+ 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 });
1986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignJustifyButtonDirective, decorators: [{
2080
1987
  type: Directive,
2081
1988
  args: [{
2082
- selector: 'kendo-toolbar-button[kendoEditorBoldButton]'
1989
+ selector: 'kendo-toolbar-button[kendoEditorAlignJustifyButton]',
1990
+ standalone: true
2083
1991
  }]
2084
1992
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2085
1993
 
2086
1994
  /**
2087
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Italic** tool
1995
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignRight** tool
2088
1996
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2089
1997
  * The directive will predefine the SVG icon and `click` event handlers of the button.
2090
1998
  * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2091
1999
  *
2092
2000
  * @example
2093
2001
  * ```html
2094
- * <kendo-toolbar-button kendoEditorItalicButton></kendo-toolbar-button>
2002
+ * <kendo-toolbar-button kendoEditorAlignRightButton></kendo-toolbar-button>
2095
2003
  * ```
2096
2004
  */
2097
- class EditorItalicButtonDirective extends EditorCommandButton {
2005
+ class EditorAlignRightButtonDirective extends EditorCommandButton {
2098
2006
  constructor(button, localization, providerService, toolsService) {
2099
- super('italic', button, localization, providerService, toolsService);
2007
+ super('alignRight', button, localization, providerService, toolsService);
2100
2008
  }
2101
2009
  }
2102
- EditorItalicButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorItalicButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2103
- EditorItalicButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]", usesInheritance: true, ngImport: i0 });
2104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorItalicButtonDirective, decorators: [{
2010
+ EditorAlignRightButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignRightButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2011
+ 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 });
2012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignRightButtonDirective, decorators: [{
2105
2013
  type: Directive,
2106
2014
  args: [{
2107
- selector: 'kendo-toolbar-button[kendoEditorItalicButton]'
2015
+ selector: 'kendo-toolbar-button[kendoEditorAlignRightButton]',
2016
+ standalone: true
2108
2017
  }]
2109
2018
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2110
2019
 
2111
2020
  /**
2112
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Underline** tool
2021
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignCenter** tool
2113
2022
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2114
2023
  * The directive will predefine the SVG icon and `click` event handlers of the button.
2115
2024
  * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2116
2025
  *
2117
2026
  * @example
2118
2027
  * ```html
2119
- * <kendo-toolbar-button kendoEditorUnderlineButton></kendo-toolbar-button>
2028
+ * <kendo-toolbar-button kendoEditorAlignCenterButton></kendo-toolbar-button>
2120
2029
  * ```
2121
2030
  */
2122
- class EditorUnderlineButtonDirective extends EditorCommandButton {
2031
+ class EditorAlignCenterButtonDirective extends EditorCommandButton {
2123
2032
  constructor(button, localization, providerService, toolsService) {
2124
- super('underline', button, localization, providerService, toolsService);
2033
+ super('alignCenter', button, localization, providerService, toolsService);
2125
2034
  }
2126
2035
  }
2127
- EditorUnderlineButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnderlineButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2128
- EditorUnderlineButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]", usesInheritance: true, ngImport: i0 });
2129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnderlineButtonDirective, decorators: [{
2036
+ EditorAlignCenterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignCenterButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2037
+ 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 });
2038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignCenterButtonDirective, decorators: [{
2130
2039
  type: Directive,
2131
2040
  args: [{
2132
- selector: 'kendo-toolbar-button[kendoEditorUnderlineButton]'
2041
+ selector: 'kendo-toolbar-button[kendoEditorAlignCenterButton]',
2042
+ standalone: true
2133
2043
  }]
2134
2044
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2135
2045
 
2136
2046
  /**
2137
- * @hidden
2138
- */
2139
- class MessagesDirective extends ComponentMessages {
2140
- }
2141
- MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2142
- MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
2143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MessagesDirective, decorators: [{
2144
- type: Directive,
2145
- args: [{
2146
- selector: '[kendoEditorMessages]'
2147
- }]
2148
- }], propDecorators: { alignCenter: [{
2149
- type: Input
2150
- }], alignJustify: [{
2151
- type: Input
2152
- }], alignLeft: [{
2153
- type: Input
2154
- }], alignRight: [{
2155
- type: Input
2156
- }], backColor: [{
2157
- type: Input
2158
- }], blockquote: [{
2159
- type: Input
2160
- }], bold: [{
2161
- type: Input
2162
- }], cleanFormatting: [{
2163
- type: Input
2164
- }], createLink: [{
2165
- type: Input
2166
- }], fontFamily: [{
2167
- type: Input
2168
- }], fontSize: [{
2169
- type: Input
2170
- }], foreColor: [{
2171
- type: Input
2172
- }], format: [{
2173
- type: Input
2174
- }], indent: [{
2175
- type: Input
2176
- }], insertFile: [{
2177
- type: Input
2178
- }], insertImage: [{
2179
- type: Input
2180
- }], insertOrderedList: [{
2181
- type: Input
2182
- }], insertUnorderedList: [{
2183
- type: Input
2184
- }], italic: [{
2185
- type: Input
2186
- }], outdent: [{
2187
- type: Input
2188
- }], print: [{
2189
- type: Input
2190
- }], redo: [{
2191
- type: Input
2192
- }], selectAll: [{
2193
- type: Input
2194
- }], strikethrough: [{
2195
- type: Input
2196
- }], subscript: [{
2197
- type: Input
2198
- }], superscript: [{
2199
- type: Input
2200
- }], underline: [{
2201
- type: Input
2202
- }], undo: [{
2203
- type: Input
2204
- }], unlink: [{
2205
- type: Input
2206
- }], viewSource: [{
2207
- type: Input
2208
- }], insertTable: [{
2209
- type: Input
2210
- }], insertTableHint: [{
2211
- type: Input
2212
- }], addColumnBefore: [{
2213
- type: Input
2214
- }], addColumnAfter: [{
2215
- type: Input
2216
- }], addRowBefore: [{
2217
- type: Input
2218
- }], addRowAfter: [{
2219
- type: Input
2220
- }], deleteColumn: [{
2221
- type: Input
2222
- }], deleteRow: [{
2223
- type: Input
2224
- }], deleteTable: [{
2225
- type: Input
2226
- }], mergeCells: [{
2227
- type: Input
2228
- }], splitCell: [{
2229
- type: Input
2230
- }], dialogApply: [{
2231
- type: Input
2232
- }], dialogCancel: [{
2233
- type: Input
2234
- }], dialogInsert: [{
2235
- type: Input
2236
- }], dialogUpdate: [{
2237
- type: Input
2238
- }], fileText: [{
2239
- type: Input
2240
- }], fileTitle: [{
2241
- type: Input
2242
- }], fileWebAddress: [{
2243
- type: Input
2244
- }], imageAltText: [{
2245
- type: Input
2246
- }], imageHeight: [{
2247
- type: Input
2248
- }], imageWebAddress: [{
2249
- type: Input
2250
- }], imageWidth: [{
2251
- type: Input
2252
- }], linkOpenInNewWindow: [{
2253
- type: Input
2254
- }], linkText: [{
2255
- type: Input
2256
- }], linkTitle: [{
2257
- type: Input
2258
- }], linkWebAddress: [{
2259
- type: Input
2260
- }] } });
2261
-
2262
- /**
2263
- * @hidden
2264
- */
2265
- class LocalizedMessagesDirective extends MessagesDirective {
2266
- constructor(service) {
2267
- super();
2268
- this.service = service;
2047
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **AlignLeft** tool
2048
+ * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2049
+ * The directive will predefine the SVG icon and `click` event handlers of the button.
2050
+ * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2051
+ *
2052
+ * @example
2053
+ * ```html
2054
+ * <kendo-toolbar-button kendoEditorAlignLeftButton></kendo-toolbar-button>
2055
+ * ```
2056
+ */
2057
+ class EditorAlignLeftButtonDirective extends EditorCommandButton {
2058
+ constructor(button, localization, providerService, toolsService) {
2059
+ super('alignLeft', button, localization, providerService, toolsService);
2269
2060
  }
2270
2061
  }
2271
- LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
2272
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]", providers: [{
2273
- provide: MessagesDirective,
2274
- useExisting: forwardRef(() => LocalizedMessagesDirective)
2275
- }], usesInheritance: true, ngImport: i0 });
2276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
2062
+ EditorAlignLeftButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignLeftButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2063
+ 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 });
2064
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAlignLeftButtonDirective, decorators: [{
2277
2065
  type: Directive,
2278
2066
  args: [{
2279
- providers: [{
2280
- provide: MessagesDirective,
2281
- useExisting: forwardRef(() => LocalizedMessagesDirective)
2282
- }],
2283
- selector: '[kendoEditorLocalizedMessages]'
2067
+ selector: 'kendo-toolbar-button[kendoEditorAlignLeftButton]',
2068
+ standalone: true
2284
2069
  }]
2285
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
2070
+ }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2286
2071
 
2287
2072
  /**
2288
2073
  * @hidden
@@ -2308,10 +2093,13 @@ class DropDownToolDirective {
2308
2093
  }
2309
2094
  }
2310
2095
  DropDownToolDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownToolDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
2311
- DropDownToolDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]", ngImport: i0 });
2096
+ DropDownToolDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownToolDirective, isStandalone: true, selector: "[kendoEditorDropDownTool]", ngImport: i0 });
2312
2097
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownToolDirective, decorators: [{
2313
2098
  type: Directive,
2314
- args: [{ selector: '[kendoEditorDropDownTool]' }]
2099
+ args: [{
2100
+ selector: '[kendoEditorDropDownTool]',
2101
+ standalone: true
2102
+ }]
2315
2103
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; } });
2316
2104
 
2317
2105
  /**
@@ -2329,7 +2117,7 @@ class FormatDropDownListComponent {
2329
2117
  }
2330
2118
  }
2331
2119
  FormatDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormatDropDownListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2332
- FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: { data: "data", value: "value", defaultItem: "defaultItem", itemDisabled: "itemDisabled", title: "title", disabled: "disabled", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0, template: `
2120
+ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FormatDropDownListComponent, isStandalone: true, selector: "kendo-editor-format-dropdownlist", inputs: { data: "data", value: "value", defaultItem: "defaultItem", itemDisabled: "itemDisabled", title: "title", disabled: "disabled", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0, template: `
2333
2121
  <kendo-dropdownlist
2334
2122
  #element
2335
2123
  kendoEditorDropDownTool
@@ -2380,7 +2168,7 @@ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
2380
2168
  </ng-container>
2381
2169
  </ng-template>
2382
2170
  </kendo-dropdownlist>
2383
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i5.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i5.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "component", type: i2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
2171
+ `, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
2384
2172
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormatDropDownListComponent, decorators: [{
2385
2173
  type: Component,
2386
2174
  args: [{
@@ -2436,7 +2224,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2436
2224
  </ng-container>
2437
2225
  </ng-template>
2438
2226
  </kendo-dropdownlist>
2439
- `
2227
+ `,
2228
+ standalone: true,
2229
+ imports: [DropDownListComponent, DropDownToolDirective, ItemTemplateDirective, NgSwitch, NgSwitchCase, NgSwitchDefault]
2440
2230
  }]
2441
2231
  }], propDecorators: { data: [{
2442
2232
  type: Input
@@ -2493,7 +2283,7 @@ class FormatDialogComponent extends DialogContentBase {
2493
2283
  }
2494
2284
  }
2495
2285
  FormatDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormatDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
2496
- FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FormatDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "formatDropDownList", first: true, predicate: ["formatDropDownList"], descendants: true, read: FormatDropDownListComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
2286
+ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FormatDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "formatDropDownList", first: true, predicate: ["formatDropDownList"], descendants: true, read: FormatDropDownListComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
2497
2287
  <kendo-dialog-titlebar (close)="onCancelAction()">
2498
2288
  {{ textFor('format') }}
2499
2289
  </kendo-dialog-titlebar>
@@ -2518,7 +2308,7 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2518
2308
  (click)="onCancelAction()"
2519
2309
  >{{ textFor('dialogCancel') }}</button>
2520
2310
  </kendo-dialog-actions>
2521
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
2311
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
2522
2312
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormatDialogComponent, decorators: [{
2523
2313
  type: Component,
2524
2314
  args: [{
@@ -2547,7 +2337,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2547
2337
  (click)="onCancelAction()"
2548
2338
  >{{ textFor('dialogCancel') }}</button>
2549
2339
  </kendo-dialog-actions>
2550
- `
2340
+ `,
2341
+ standalone: true,
2342
+ imports: [DialogTitleBarComponent, FormatDropDownListComponent, DialogActionsComponent, ButtonComponent]
2551
2343
  }]
2552
2344
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
2553
2345
  type: Input
@@ -2691,90 +2483,322 @@ class EditorFormatComponent extends ToolBarToolComponent {
2691
2483
  return false;
2692
2484
  }
2693
2485
  }
2694
- EditorFormatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFormatComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
2695
- EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorFormatComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: { data: "data" }, outputs: { valueChange: "valueChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFormatComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "formatDropDownList", first: true, predicate: ["formatDropDownList"], descendants: true }, { propertyName: "formatButton", first: true, predicate: ["formatButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
2696
- <ng-template #toolbarTemplate>
2697
- <kendo-editor-format-dropdownlist
2698
- #formatDropDownList
2699
- [defaultItem]="defaultItem"
2700
- [data]="data"
2701
- [(value)]="value"
2702
- [itemDisabled]="itemDisabled"
2703
- [title]="title"
2704
- [disabled]="disabled"
2705
- [tabindex]="tabindex"
2706
- (valueChange)="onValueChange($event)"
2707
- >
2708
- </kendo-editor-format-dropdownlist>
2709
- </ng-template>
2710
- <ng-template #popupTemplate>
2711
- <div #formatButton
2712
- role="menuitem"
2713
- class="k-item k-menu-item"
2714
- [class.k-disabled]="disabled"
2715
- [tabindex]="tabindex"
2716
- (click)="openDialog()">
2717
- <span
2718
- class="k-link k-menu-link">
2719
- <kendo-icon-wrapper name="apply-format" [svgIcon]="applyFormatSVGIcon"></kendo-icon-wrapper>
2720
- <span *ngIf="title" class="k-menu-link-text">{{title}}</span>
2721
- </span>
2722
- </div>
2723
- </ng-template>
2724
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
2725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFormatComponent, decorators: [{
2726
- type: Component,
2486
+ EditorFormatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFormatComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
2487
+ EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorFormatComponent, isStandalone: true, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: { data: "data" }, outputs: { valueChange: "valueChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFormatComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "formatDropDownList", first: true, predicate: ["formatDropDownList"], descendants: true }, { propertyName: "formatButton", first: true, predicate: ["formatButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
2488
+ <ng-template #toolbarTemplate>
2489
+ <kendo-editor-format-dropdownlist
2490
+ #formatDropDownList
2491
+ [defaultItem]="defaultItem"
2492
+ [data]="data"
2493
+ [(value)]="value"
2494
+ [itemDisabled]="itemDisabled"
2495
+ [title]="title"
2496
+ [disabled]="disabled"
2497
+ [tabindex]="tabindex"
2498
+ (valueChange)="onValueChange($event)"
2499
+ >
2500
+ </kendo-editor-format-dropdownlist>
2501
+ </ng-template>
2502
+ <ng-template #popupTemplate>
2503
+ <div #formatButton
2504
+ role="menuitem"
2505
+ class="k-item k-menu-item"
2506
+ [class.k-disabled]="disabled"
2507
+ [tabindex]="tabindex"
2508
+ (click)="openDialog()">
2509
+ <span
2510
+ class="k-link k-menu-link">
2511
+ <kendo-icon-wrapper name="apply-format" [svgIcon]="applyFormatSVGIcon"></kendo-icon-wrapper>
2512
+ <span *ngIf="title" class="k-menu-link-text">{{title}}</span>
2513
+ </span>
2514
+ </div>
2515
+ </ng-template>
2516
+ `, isInline: true, dependencies: [{ kind: "component", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFormatComponent, decorators: [{
2518
+ type: Component,
2519
+ args: [{
2520
+ providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFormatComponent) }],
2521
+ selector: 'kendo-toolbar-dropdownlist[kendoEditorFormat]',
2522
+ template: `
2523
+ <ng-template #toolbarTemplate>
2524
+ <kendo-editor-format-dropdownlist
2525
+ #formatDropDownList
2526
+ [defaultItem]="defaultItem"
2527
+ [data]="data"
2528
+ [(value)]="value"
2529
+ [itemDisabled]="itemDisabled"
2530
+ [title]="title"
2531
+ [disabled]="disabled"
2532
+ [tabindex]="tabindex"
2533
+ (valueChange)="onValueChange($event)"
2534
+ >
2535
+ </kendo-editor-format-dropdownlist>
2536
+ </ng-template>
2537
+ <ng-template #popupTemplate>
2538
+ <div #formatButton
2539
+ role="menuitem"
2540
+ class="k-item k-menu-item"
2541
+ [class.k-disabled]="disabled"
2542
+ [tabindex]="tabindex"
2543
+ (click)="openDialog()">
2544
+ <span
2545
+ class="k-link k-menu-link">
2546
+ <kendo-icon-wrapper name="apply-format" [svgIcon]="applyFormatSVGIcon"></kendo-icon-wrapper>
2547
+ <span *ngIf="title" class="k-menu-link-text">{{title}}</span>
2548
+ </span>
2549
+ </div>
2550
+ </ng-template>
2551
+ `,
2552
+ standalone: true,
2553
+ imports: [FormatDropDownListComponent, IconWrapperComponent, NgIf]
2554
+ }]
2555
+ }], ctorParameters: function () { return [{ type: i1$1.DialogService }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }, { type: i0.Renderer2 }]; }, propDecorators: { data: [{
2556
+ type: Input
2557
+ }], valueChange: [{
2558
+ type: Output
2559
+ }], toolbarTemplate: [{
2560
+ type: ViewChild,
2561
+ args: ['toolbarTemplate', { static: true }]
2562
+ }], popupTemplate: [{
2563
+ type: ViewChild,
2564
+ args: ['popupTemplate', { static: true }]
2565
+ }], formatDropDownList: [{
2566
+ type: ViewChild,
2567
+ args: ['formatDropDownList']
2568
+ }], formatButton: [{
2569
+ type: ViewChild,
2570
+ args: ['formatButton', { read: ElementRef }]
2571
+ }] } });
2572
+
2573
+ /**
2574
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Underline** tool
2575
+ * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2576
+ * The directive will predefine the SVG icon and `click` event handlers of the button.
2577
+ * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2578
+ *
2579
+ * @example
2580
+ * ```html
2581
+ * <kendo-toolbar-button kendoEditorUnderlineButton></kendo-toolbar-button>
2582
+ * ```
2583
+ */
2584
+ class EditorUnderlineButtonDirective extends EditorCommandButton {
2585
+ constructor(button, localization, providerService, toolsService) {
2586
+ super('underline', button, localization, providerService, toolsService);
2587
+ }
2588
+ }
2589
+ EditorUnderlineButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnderlineButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2590
+ EditorUnderlineButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUnderlineButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]", usesInheritance: true, ngImport: i0 });
2591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUnderlineButtonDirective, decorators: [{
2592
+ type: Directive,
2593
+ args: [{
2594
+ selector: 'kendo-toolbar-button[kendoEditorUnderlineButton]',
2595
+ standalone: true
2596
+ }]
2597
+ }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2598
+
2599
+ /**
2600
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Italic** tool
2601
+ * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2602
+ * The directive will predefine the SVG icon and `click` event handlers of the button.
2603
+ * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2604
+ *
2605
+ * @example
2606
+ * ```html
2607
+ * <kendo-toolbar-button kendoEditorItalicButton></kendo-toolbar-button>
2608
+ * ```
2609
+ */
2610
+ class EditorItalicButtonDirective extends EditorCommandButton {
2611
+ constructor(button, localization, providerService, toolsService) {
2612
+ super('italic', button, localization, providerService, toolsService);
2613
+ }
2614
+ }
2615
+ EditorItalicButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorItalicButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2616
+ EditorItalicButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorItalicButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorItalicButton]", usesInheritance: true, ngImport: i0 });
2617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorItalicButtonDirective, decorators: [{
2618
+ type: Directive,
2619
+ args: [{
2620
+ selector: 'kendo-toolbar-button[kendoEditorItalicButton]',
2621
+ standalone: true
2622
+ }]
2623
+ }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2624
+
2625
+ /**
2626
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor **Bold** tool
2627
+ * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
2628
+ * The directive will predefine the SVG icon and `click` event handlers of the button.
2629
+ * In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
2630
+ *
2631
+ * @example
2632
+ * ```html
2633
+ * <kendo-toolbar-button kendoEditorBoldButton></kendo-toolbar-button>
2634
+ * ```
2635
+ */
2636
+ class EditorBoldButtonDirective extends EditorCommandButton {
2637
+ constructor(button, localization, providerService, toolsService) {
2638
+ super('bold', button, localization, providerService, toolsService);
2639
+ }
2640
+ }
2641
+ EditorBoldButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBoldButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
2642
+ EditorBoldButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBoldButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorBoldButton]", usesInheritance: true, ngImport: i0 });
2643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBoldButtonDirective, decorators: [{
2644
+ type: Directive,
2645
+ args: [{
2646
+ selector: 'kendo-toolbar-button[kendoEditorBoldButton]',
2647
+ standalone: true
2648
+ }]
2649
+ }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
2650
+
2651
+ /**
2652
+ * @hidden
2653
+ */
2654
+ class MessagesDirective extends ComponentMessages {
2655
+ }
2656
+ MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2657
+ MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
2658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MessagesDirective, decorators: [{
2659
+ type: Directive,
2660
+ args: [{
2661
+ selector: '[kendoEditorMessages]'
2662
+ }]
2663
+ }], propDecorators: { alignCenter: [{
2664
+ type: Input
2665
+ }], alignJustify: [{
2666
+ type: Input
2667
+ }], alignLeft: [{
2668
+ type: Input
2669
+ }], alignRight: [{
2670
+ type: Input
2671
+ }], backColor: [{
2672
+ type: Input
2673
+ }], blockquote: [{
2674
+ type: Input
2675
+ }], bold: [{
2676
+ type: Input
2677
+ }], cleanFormatting: [{
2678
+ type: Input
2679
+ }], createLink: [{
2680
+ type: Input
2681
+ }], fontFamily: [{
2682
+ type: Input
2683
+ }], fontSize: [{
2684
+ type: Input
2685
+ }], foreColor: [{
2686
+ type: Input
2687
+ }], format: [{
2688
+ type: Input
2689
+ }], indent: [{
2690
+ type: Input
2691
+ }], insertFile: [{
2692
+ type: Input
2693
+ }], insertImage: [{
2694
+ type: Input
2695
+ }], insertOrderedList: [{
2696
+ type: Input
2697
+ }], insertUnorderedList: [{
2698
+ type: Input
2699
+ }], italic: [{
2700
+ type: Input
2701
+ }], outdent: [{
2702
+ type: Input
2703
+ }], print: [{
2704
+ type: Input
2705
+ }], redo: [{
2706
+ type: Input
2707
+ }], selectAll: [{
2708
+ type: Input
2709
+ }], strikethrough: [{
2710
+ type: Input
2711
+ }], subscript: [{
2712
+ type: Input
2713
+ }], superscript: [{
2714
+ type: Input
2715
+ }], underline: [{
2716
+ type: Input
2717
+ }], undo: [{
2718
+ type: Input
2719
+ }], unlink: [{
2720
+ type: Input
2721
+ }], viewSource: [{
2722
+ type: Input
2723
+ }], insertTable: [{
2724
+ type: Input
2725
+ }], insertTableHint: [{
2726
+ type: Input
2727
+ }], addColumnBefore: [{
2728
+ type: Input
2729
+ }], addColumnAfter: [{
2730
+ type: Input
2731
+ }], addRowBefore: [{
2732
+ type: Input
2733
+ }], addRowAfter: [{
2734
+ type: Input
2735
+ }], deleteColumn: [{
2736
+ type: Input
2737
+ }], deleteRow: [{
2738
+ type: Input
2739
+ }], deleteTable: [{
2740
+ type: Input
2741
+ }], mergeCells: [{
2742
+ type: Input
2743
+ }], splitCell: [{
2744
+ type: Input
2745
+ }], dialogApply: [{
2746
+ type: Input
2747
+ }], dialogCancel: [{
2748
+ type: Input
2749
+ }], dialogInsert: [{
2750
+ type: Input
2751
+ }], dialogUpdate: [{
2752
+ type: Input
2753
+ }], fileText: [{
2754
+ type: Input
2755
+ }], fileTitle: [{
2756
+ type: Input
2757
+ }], fileWebAddress: [{
2758
+ type: Input
2759
+ }], imageAltText: [{
2760
+ type: Input
2761
+ }], imageHeight: [{
2762
+ type: Input
2763
+ }], imageWebAddress: [{
2764
+ type: Input
2765
+ }], imageWidth: [{
2766
+ type: Input
2767
+ }], linkOpenInNewWindow: [{
2768
+ type: Input
2769
+ }], linkText: [{
2770
+ type: Input
2771
+ }], linkTitle: [{
2772
+ type: Input
2773
+ }], linkWebAddress: [{
2774
+ type: Input
2775
+ }] } });
2776
+
2777
+ /**
2778
+ * @hidden
2779
+ */
2780
+ class LocalizedMessagesDirective extends MessagesDirective {
2781
+ constructor(service) {
2782
+ super();
2783
+ this.service = service;
2784
+ }
2785
+ }
2786
+ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
2787
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoEditorLocalizedMessages]", providers: [{
2788
+ provide: MessagesDirective,
2789
+ useExisting: forwardRef(() => LocalizedMessagesDirective)
2790
+ }], usesInheritance: true, ngImport: i0 });
2791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
2792
+ type: Directive,
2727
2793
  args: [{
2728
- providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFormatComponent) }],
2729
- selector: 'kendo-toolbar-dropdownlist[kendoEditorFormat]',
2730
- template: `
2731
- <ng-template #toolbarTemplate>
2732
- <kendo-editor-format-dropdownlist
2733
- #formatDropDownList
2734
- [defaultItem]="defaultItem"
2735
- [data]="data"
2736
- [(value)]="value"
2737
- [itemDisabled]="itemDisabled"
2738
- [title]="title"
2739
- [disabled]="disabled"
2740
- [tabindex]="tabindex"
2741
- (valueChange)="onValueChange($event)"
2742
- >
2743
- </kendo-editor-format-dropdownlist>
2744
- </ng-template>
2745
- <ng-template #popupTemplate>
2746
- <div #formatButton
2747
- role="menuitem"
2748
- class="k-item k-menu-item"
2749
- [class.k-disabled]="disabled"
2750
- [tabindex]="tabindex"
2751
- (click)="openDialog()">
2752
- <span
2753
- class="k-link k-menu-link">
2754
- <kendo-icon-wrapper name="apply-format" [svgIcon]="applyFormatSVGIcon"></kendo-icon-wrapper>
2755
- <span *ngIf="title" class="k-menu-link-text">{{title}}</span>
2756
- </span>
2757
- </div>
2758
- </ng-template>
2759
- `
2794
+ providers: [{
2795
+ provide: MessagesDirective,
2796
+ useExisting: forwardRef(() => LocalizedMessagesDirective)
2797
+ }],
2798
+ selector: '[kendoEditorLocalizedMessages]',
2799
+ standalone: true
2760
2800
  }]
2761
- }], ctorParameters: function () { return [{ type: i1$1.DialogService }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }, { type: i0.Renderer2 }]; }, propDecorators: { data: [{
2762
- type: Input
2763
- }], valueChange: [{
2764
- type: Output
2765
- }], toolbarTemplate: [{
2766
- type: ViewChild,
2767
- args: ['toolbarTemplate', { static: true }]
2768
- }], popupTemplate: [{
2769
- type: ViewChild,
2770
- args: ['popupTemplate', { static: true }]
2771
- }], formatDropDownList: [{
2772
- type: ViewChild,
2773
- args: ['formatDropDownList']
2774
- }], formatButton: [{
2775
- type: ViewChild,
2776
- args: ['formatButton', { read: ElementRef }]
2777
- }] } });
2801
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
2778
2802
 
2779
2803
  const EMPTY_PARAGRAPH = '<p></p>';
2780
2804
  const defaultPasteCleanupSettings = {
@@ -2837,23 +2861,23 @@ class EditorComponent {
2837
2861
  this.resizable = false;
2838
2862
  /**
2839
2863
  * Fires each time the value of the Editor is changed upon user interaction&mdash;
2840
- * for example, when the value is updated through typing in the content area or using some of the Editor tools ([see example]({% slug overview_editor %}#toc-events)).
2864
+ * for example, when the value is updated through typing in the content area or using some of the Editor tools ([see example](slug:events_editor)).
2841
2865
  * When the value of the Editor is programmatically changed through its API (`ngModel`) or form binding (`formControl`),
2842
2866
  * the `valueChange` event is not triggered because it might cause a mix-up with the
2843
2867
  * built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.
2844
2868
  */
2845
2869
  this.valueChange = new EventEmitter();
2846
2870
  /**
2847
- * Fires when the content area of the Editor is focused ([see example]({% slug overview_editor %}#toc-events)).
2871
+ * Fires when the content area of the Editor is focused ([see example](slug:events_editor)).
2848
2872
  */
2849
2873
  this.onFocus = new EventEmitter();
2850
2874
  /**
2851
- * Fires when the user performs paste in the content area of the Editor ([see example]({% slug overview_editor %}#toc-events)).
2875
+ * Fires when the user performs paste in the content area of the Editor ([see example](slug:events_editor)).
2852
2876
  * The event is preventable. If you cancel it, the Editor content will not change.
2853
2877
  */
2854
2878
  this.paste = new EventEmitter();
2855
2879
  /**
2856
- * Fires when the content area of the Editor is blurred ([see example]({% slug overview_editor %}#toc-events)).
2880
+ * Fires when the content area of the Editor is blurred ([see example](slug:events_editor)).
2857
2881
  */
2858
2882
  this.onBlur = new EventEmitter();
2859
2883
  this.hostClass = true;
@@ -2955,7 +2979,7 @@ class EditorComponent {
2955
2979
  this.subs = zip(this.afterViewInit.asObservable(), this.contentAreaLoaded.asObservable()).subscribe(() => this.initialize());
2956
2980
  }
2957
2981
  /**
2958
- * Sets the value of the Editor ([see example]({% slug overview_editor %}#toc-basic-usage)).
2982
+ * Sets the value of the Editor ([see example](slug:overview_editor)).
2959
2983
  */
2960
2984
  set value(value) {
2961
2985
  this.changeValue(value);
@@ -3526,7 +3550,7 @@ class EditorComponent {
3526
3550
  }
3527
3551
  }
3528
3552
  EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorComponent, deps: [{ token: i1$1.DialogService }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: ProviderService }, { token: EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
3529
- EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorComponent, selector: "kendo-editor", inputs: { value: "value", disabled: "disabled", readonly: "readonly", iframe: "iframe", iframeCss: "iframeCss", applyToWord: "applyToWord", schema: "schema", plugins: "plugins", placeholder: "placeholder", preserveWhitespace: "preserveWhitespace", pasteCleanupSettings: "pasteCleanupSettings", resizable: "resizable" }, outputs: { valueChange: "valueChange", onFocus: "focus", paste: "paste", onBlur: "blur" }, host: { properties: { "class.k-editor": "this.hostClass", "class.k-editor-resizable": "this.resizableClass", "class.k-disabled": "this.isDisabled", "class.k-readonly": "this.isReadonly", "class.k-ie": "this.isIE", "attr.dir": "this.dir", "attr.ariaDisabled": "this.ariaDisabled", "style.minWidth": "this.minWidth", "style.maxWidth": "this.maxWidth", "style.minHeight": "this.minHeight", "style.maxHeight": "this.maxHeight" } }, providers: [
3553
+ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorComponent, isStandalone: true, selector: "kendo-editor", inputs: { value: "value", disabled: "disabled", readonly: "readonly", iframe: "iframe", iframeCss: "iframeCss", applyToWord: "applyToWord", schema: "schema", plugins: "plugins", placeholder: "placeholder", preserveWhitespace: "preserveWhitespace", pasteCleanupSettings: "pasteCleanupSettings", resizable: "resizable" }, outputs: { valueChange: "valueChange", onFocus: "focus", paste: "paste", onBlur: "blur" }, host: { properties: { "class.k-editor": "this.hostClass", "class.k-editor-resizable": "this.resizableClass", "class.k-disabled": "this.isDisabled", "class.k-readonly": "this.isReadonly", "class.k-ie": "this.isIE", "attr.dir": "this.dir", "attr.ariaDisabled": "this.ariaDisabled", "style.minWidth": "this.minWidth", "style.maxWidth": "this.maxWidth", "style.minHeight": "this.minHeight", "style.maxHeight": "this.maxHeight" } }, providers: [
3530
3554
  EditorLocalizationService,
3531
3555
  ProviderService,
3532
3556
  EditorToolsService,
@@ -3706,7 +3730,7 @@ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
3706
3730
  <ng-container #dialogsContainer></ng-container>
3707
3731
 
3708
3732
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
3709
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$2.ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "tabindex", "size", "tabIndex"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: i1$2.ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "themeColor", "icon", "iconClass", "svgIcon", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { kind: "component", type: i1$2.ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { kind: "component", type: i7$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "directive", type: EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]" }, { kind: "directive", type: EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]" }, { kind: "directive", type: EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]" }, { kind: "directive", type: EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]" }, { kind: "directive", type: EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]" }, { kind: "directive", type: EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]" }, { kind: "directive", type: EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]" }, { kind: "directive", type: EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]" }, { kind: "directive", type: EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]" }, { kind: "directive", type: EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]" }, { kind: "directive", type: EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]" }, { kind: "directive", type: EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]" }, { kind: "directive", type: EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]" }, { kind: "directive", type: EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]" }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]" }, { kind: "component", type: EditorFormatComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: ["data"], outputs: ["valueChange"] }] });
3733
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "tabindex", "size", "tabIndex"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { kind: "component", type: ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "themeColor", "icon", "iconClass", "svgIcon", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { kind: "directive", type: EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]" }, { kind: "directive", type: EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]" }, { kind: "directive", type: EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]" }, { kind: "component", type: EditorFormatComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: ["data"], outputs: ["valueChange"] }, { kind: "directive", type: EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]" }, { kind: "directive", type: EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]" }, { kind: "directive", type: EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]" }, { kind: "directive", type: EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]" }, { kind: "directive", type: EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]" }, { kind: "directive", type: EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]" }, { kind: "directive", type: EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]" }, { kind: "directive", type: EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]" }, { kind: "directive", type: EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]" }, { kind: "directive", type: EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]" }, { kind: "directive", type: EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]" }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
3710
3734
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorComponent, decorators: [{
3711
3735
  type: Component,
3712
3736
  args: [{
@@ -3892,7 +3916,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3892
3916
  <ng-container #dialogsContainer></ng-container>
3893
3917
 
3894
3918
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
3895
- `
3919
+ `,
3920
+ standalone: true,
3921
+ imports: [LocalizedMessagesDirective, NgIf, ToolBarComponent, ToolBarButtonGroupComponent, ToolBarButtonComponent, EditorBoldButtonDirective, EditorItalicButtonDirective, EditorUnderlineButtonDirective, EditorFormatComponent, EditorAlignLeftButtonDirective, EditorAlignCenterButtonDirective, EditorAlignRightButtonDirective, EditorAlignJustifyButtonDirective, EditorInsertUnorderedListButtonDirective, EditorInsertOrderedListButtonDirective, EditorIndentButtonDirective, EditorOutdentButtonDirective, EditorCreateLinkButtonDirective, EditorUnlinkButtonDirective, EditorInsertImageButtonDirective, WatermarkOverlayComponent]
3896
3922
  }]
3897
3923
  }], ctorParameters: function () { return [{ type: i1$1.DialogService }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: ProviderService }, { type: EditorToolsService }, { type: i0.Renderer2 }]; }, propDecorators: { value: [{
3898
3924
  type: Input
@@ -4022,7 +4048,7 @@ class ColorPickerDialogComponent extends DialogContentBase {
4022
4048
  }
4023
4049
  }
4024
4050
  ColorPickerDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorPickerDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4025
- ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColorPickerDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "colorPicker", first: true, predicate: ["colorpicker"], descendants: true, read: ColorPickerComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
4051
+ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColorPickerDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "colorPicker", first: true, predicate: ["colorpicker"], descendants: true, read: ColorPickerComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
4026
4052
  <kendo-dialog-titlebar (close)="onCancelAction()">
4027
4053
  {{ textFor(editorCommand) }}
4028
4054
  </kendo-dialog-titlebar>
@@ -4052,7 +4078,7 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
4052
4078
  (click)="onCancelAction()"
4053
4079
  >{{ textFor('dialogCancel') }}</button>
4054
4080
  </kendo-dialog-actions>
4055
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i6.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }] });
4081
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4056
4082
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
4057
4083
  type: Component,
4058
4084
  args: [{
@@ -4086,7 +4112,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4086
4112
  (click)="onCancelAction()"
4087
4113
  >{{ textFor('dialogCancel') }}</button>
4088
4114
  </kendo-dialog-actions>
4089
- `
4115
+ `,
4116
+ standalone: true,
4117
+ imports: [DialogTitleBarComponent, ColorPickerComponent, DialogActionsComponent, ButtonComponent]
4090
4118
  }]
4091
4119
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
4092
4120
  type: Input
@@ -4110,7 +4138,7 @@ class FontFamilyDropDownListComponent {
4110
4138
  }
4111
4139
  }
4112
4140
  FontFamilyDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontFamilyDropDownListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4113
- FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: { data: "data", value: "value", defaultItem: "defaultItem", itemDisabled: "itemDisabled", title: "title", disabled: "disabled", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0, template: `
4141
+ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontFamilyDropDownListComponent, isStandalone: true, selector: "kendo-editor-fontfamily-dropdownlist", inputs: { data: "data", value: "value", defaultItem: "defaultItem", itemDisabled: "itemDisabled", title: "title", disabled: "disabled", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0, template: `
4114
4142
  <kendo-dropdownlist
4115
4143
  #element
4116
4144
  kendoEditorDropDownTool
@@ -4133,7 +4161,7 @@ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
4133
4161
  </span>
4134
4162
  </ng-template>
4135
4163
  </kendo-dropdownlist>
4136
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "component", type: i2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
4164
+ `, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
4137
4165
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontFamilyDropDownListComponent, decorators: [{
4138
4166
  type: Component,
4139
4167
  args: [{
@@ -4161,7 +4189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4161
4189
  </span>
4162
4190
  </ng-template>
4163
4191
  </kendo-dropdownlist>
4164
- `
4192
+ `,
4193
+ standalone: true,
4194
+ imports: [DropDownListComponent, DropDownToolDirective, ItemTemplateDirective, NgStyle]
4165
4195
  }]
4166
4196
  }], propDecorators: { data: [{
4167
4197
  type: Input
@@ -4218,7 +4248,7 @@ class FontFamilyDialogComponent extends DialogContentBase {
4218
4248
  }
4219
4249
  }
4220
4250
  FontFamilyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontFamilyDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4221
- FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontFamilyDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "fontFamilyDropDownList", first: true, predicate: ["fontFamilyDropDownList"], descendants: true, read: FontFamilyDropDownListComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
4251
+ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontFamilyDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "fontFamilyDropDownList", first: true, predicate: ["fontFamilyDropDownList"], descendants: true, read: FontFamilyDropDownListComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
4222
4252
  <kendo-dialog-titlebar (close)="onCancelAction()">
4223
4253
  {{ textFor('fontFamily') }}
4224
4254
  </kendo-dialog-titlebar>
@@ -4243,7 +4273,7 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
4243
4273
  (click)="onCancelAction()"
4244
4274
  >{{ textFor('dialogCancel') }}</button>
4245
4275
  </kendo-dialog-actions>
4246
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
4276
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4247
4277
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
4248
4278
  type: Component,
4249
4279
  args: [{
@@ -4272,7 +4302,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4272
4302
  (click)="onCancelAction()"
4273
4303
  >{{ textFor('dialogCancel') }}</button>
4274
4304
  </kendo-dialog-actions>
4275
- `
4305
+ `,
4306
+ standalone: true,
4307
+ imports: [DialogTitleBarComponent, FontFamilyDropDownListComponent, DialogActionsComponent, ButtonComponent]
4276
4308
  }]
4277
4309
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
4278
4310
  type: Input
@@ -4331,7 +4363,7 @@ class PopupTableGridComponent {
4331
4363
  }
4332
4364
  }
4333
4365
  PopupTableGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PopupTableGridComponent, deps: [{ token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4334
- PopupTableGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: { cellClick: "cellClick", tableWizardClick: "tableWizardClick" }, ngImport: i0, template: `
4366
+ PopupTableGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PopupTableGridComponent, isStandalone: true, selector: "kendo-popup-table-grid", outputs: { cellClick: "cellClick", tableWizardClick: "tableWizardClick" }, ngImport: i0, template: `
4335
4367
  <div
4336
4368
  [style.border-color]="'inherit'"
4337
4369
  class="k-ct-popup"
@@ -4350,7 +4382,7 @@ PopupTableGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
4350
4382
  <button type="button" kendoButton class="k-tool" [icon]="'table-wizard'" [svgIcon]="tableWizardIcon" (click)="openTableWizard()" title="Table Wizard">Table Wizard</button>
4351
4383
  </div>
4352
4384
  -->
4353
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
4385
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
4354
4386
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PopupTableGridComponent, decorators: [{
4355
4387
  type: Component,
4356
4388
  args: [{
@@ -4374,7 +4406,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4374
4406
  <button type="button" kendoButton class="k-tool" [icon]="'table-wizard'" [svgIcon]="tableWizardIcon" (click)="openTableWizard()" title="Table Wizard">Table Wizard</button>
4375
4407
  </div>
4376
4408
  -->
4377
- `
4409
+ `,
4410
+ standalone: true,
4411
+ imports: [NgFor]
4378
4412
  }]
4379
4413
  }], ctorParameters: function () { return [{ type: EditorLocalizationService }]; }, propDecorators: { cellClick: [{
4380
4414
  type: Output
@@ -4408,7 +4442,7 @@ class InsertTableDialogComponent extends DialogContentBase {
4408
4442
  }
4409
4443
  }
4410
4444
  InsertTableDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InsertTableDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4411
- InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: InsertTableDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, usesInheritance: true, ngImport: i0, template: `
4445
+ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: InsertTableDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, usesInheritance: true, ngImport: i0, template: `
4412
4446
  <kendo-dialog-titlebar (close)="onCancelAction()">
4413
4447
  {{ textFor('insertTable') }}
4414
4448
  </kendo-dialog-titlebar>
@@ -4421,7 +4455,7 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
4421
4455
  (click)="onCancelAction()"
4422
4456
  >{{ textFor('dialogCancel') }}</button>
4423
4457
  </kendo-dialog-actions>
4424
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
4458
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4425
4459
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
4426
4460
  type: Component,
4427
4461
  args: [{
@@ -4438,7 +4472,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4438
4472
  (click)="onCancelAction()"
4439
4473
  >{{ textFor('dialogCancel') }}</button>
4440
4474
  </kendo-dialog-actions>
4441
- `
4475
+ `,
4476
+ standalone: true,
4477
+ imports: [DialogTitleBarComponent, PopupTableGridComponent, DialogActionsComponent, ButtonComponent]
4442
4478
  }]
4443
4479
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
4444
4480
  type: Input
@@ -4459,7 +4495,7 @@ class FontSizeDropDownListComponent {
4459
4495
  }
4460
4496
  }
4461
4497
  FontSizeDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontSizeDropDownListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4462
- FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: { data: "data", value: "value", defaultItem: "defaultItem", itemDisabled: "itemDisabled", title: "title", disabled: "disabled", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0, template: `
4498
+ FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontSizeDropDownListComponent, isStandalone: true, selector: "kendo-editor-fontsize-dropdownlist", inputs: { data: "data", value: "value", defaultItem: "defaultItem", itemDisabled: "itemDisabled", title: "title", disabled: "disabled", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0, template: `
4463
4499
  <kendo-dropdownlist
4464
4500
  #element
4465
4501
  kendoEditorDropDownTool
@@ -4477,7 +4513,7 @@ FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
4477
4513
  [style.width.em]="13"
4478
4514
  >
4479
4515
  </kendo-dropdownlist>
4480
- `, isInline: true, dependencies: [{ kind: "component", type: i2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
4516
+ `, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
4481
4517
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontSizeDropDownListComponent, decorators: [{
4482
4518
  type: Component,
4483
4519
  args: [{
@@ -4500,7 +4536,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4500
4536
  [style.width.em]="13"
4501
4537
  >
4502
4538
  </kendo-dropdownlist>
4503
- `
4539
+ `,
4540
+ standalone: true,
4541
+ imports: [DropDownListComponent, DropDownToolDirective]
4504
4542
  }]
4505
4543
  }], propDecorators: { data: [{
4506
4544
  type: Input
@@ -4557,7 +4595,7 @@ class FontSizeDialogComponent extends DialogContentBase {
4557
4595
  }
4558
4596
  }
4559
4597
  FontSizeDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontSizeDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4560
- FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontSizeDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "fontSizeDropDownList", first: true, predicate: ["fontSizeDropDownList"], descendants: true, read: FontSizeDropDownListComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
4598
+ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FontSizeDialogComponent, isStandalone: true, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "fontSizeDropDownList", first: true, predicate: ["fontSizeDropDownList"], descendants: true, read: FontSizeDropDownListComponent, static: true }], usesInheritance: true, ngImport: i0, template: `
4561
4599
  <kendo-dialog-titlebar (close)="onCancelAction()">
4562
4600
  {{ textFor('fontSize') }}
4563
4601
  </kendo-dialog-titlebar>
@@ -4582,7 +4620,7 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
4582
4620
  (click)="onCancelAction()"
4583
4621
  >{{ textFor('dialogCancel') }}</button>
4584
4622
  </kendo-dialog-actions>
4585
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
4623
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4586
4624
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
4587
4625
  type: Component,
4588
4626
  args: [{
@@ -4611,7 +4649,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4611
4649
  (click)="onCancelAction()"
4612
4650
  >{{ textFor('dialogCancel') }}</button>
4613
4651
  </kendo-dialog-actions>
4614
- `
4652
+ `,
4653
+ standalone: true,
4654
+ imports: [DialogTitleBarComponent, FontSizeDropDownListComponent, DialogActionsComponent, ButtonComponent]
4615
4655
  }]
4616
4656
  }], ctorParameters: function () { return [{ type: i1$1.DialogRef }, { type: EditorLocalizationService }]; }, propDecorators: { editor: [{
4617
4657
  type: Input
@@ -4766,7 +4806,7 @@ class EditorFontSizeComponent extends ToolBarToolComponent {
4766
4806
  }
4767
4807
  }
4768
4808
  EditorFontSizeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFontSizeComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
4769
- EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorFontSizeComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFontSize]", inputs: { data: "data" }, outputs: { valueChange: "valueChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFontSizeComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "element", first: true, predicate: ["element"], descendants: true }, { propertyName: "fontSizeDropDownList", first: true, predicate: ["element"], descendants: true, read: FontSizeDropDownListComponent }, { propertyName: "fontSizeButton", first: true, predicate: ["fontSizeButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
4809
+ EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorFontSizeComponent, isStandalone: true, selector: "kendo-toolbar-dropdownlist[kendoEditorFontSize]", inputs: { data: "data" }, outputs: { valueChange: "valueChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFontSizeComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "element", first: true, predicate: ["element"], descendants: true }, { propertyName: "fontSizeDropDownList", first: true, predicate: ["element"], descendants: true, read: FontSizeDropDownListComponent }, { propertyName: "fontSizeButton", first: true, predicate: ["fontSizeButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
4770
4810
  <ng-template #toolbarTemplate>
4771
4811
  <kendo-editor-fontsize-dropdownlist
4772
4812
  #element
@@ -4796,7 +4836,7 @@ EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
4796
4836
  </span>
4797
4837
  </div>
4798
4838
  </ng-template>
4799
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
4839
+ `, isInline: true, dependencies: [{ kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4800
4840
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFontSizeComponent, decorators: [{
4801
4841
  type: Component,
4802
4842
  args: [{
@@ -4832,7 +4872,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4832
4872
  </span>
4833
4873
  </div>
4834
4874
  </ng-template>
4835
- `
4875
+ `,
4876
+ standalone: true,
4877
+ imports: [FontSizeDropDownListComponent, IconWrapperComponent, NgIf]
4836
4878
  }]
4837
4879
  }], ctorParameters: function () { return [{ type: i1$1.DialogService }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }, { type: i0.Renderer2 }]; }, propDecorators: { data: [{
4838
4880
  type: Input
@@ -4995,7 +5037,7 @@ class EditorFontFamilyComponent extends ToolBarToolComponent {
4995
5037
  }
4996
5038
  }
4997
5039
  EditorFontFamilyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFontFamilyComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
4998
- EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorFontFamilyComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFontFamily]", inputs: { data: "data" }, outputs: { valueChange: "valueChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFontFamilyComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "element", first: true, predicate: ["element"], descendants: true }, { propertyName: "fontFamilyDropDownList", first: true, predicate: ["element"], descendants: true, read: FontFamilyDropDownListComponent }, { propertyName: "fontFamilyButton", first: true, predicate: ["fontFamilyButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
5040
+ EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorFontFamilyComponent, isStandalone: true, selector: "kendo-toolbar-dropdownlist[kendoEditorFontFamily]", inputs: { data: "data" }, outputs: { valueChange: "valueChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFontFamilyComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "element", first: true, predicate: ["element"], descendants: true }, { propertyName: "fontFamilyDropDownList", first: true, predicate: ["element"], descendants: true, read: FontFamilyDropDownListComponent }, { propertyName: "fontFamilyButton", first: true, predicate: ["fontFamilyButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
4999
5041
  <ng-template #toolbarTemplate>
5000
5042
  <kendo-editor-fontfamily-dropdownlist
5001
5043
  #element
@@ -5025,7 +5067,7 @@ EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
5025
5067
  </span>
5026
5068
  </div>
5027
5069
  </ng-template>
5028
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
5070
+ `, isInline: true, dependencies: [{ kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5029
5071
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorFontFamilyComponent, decorators: [{
5030
5072
  type: Component,
5031
5073
  args: [{
@@ -5061,7 +5103,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5061
5103
  </span>
5062
5104
  </div>
5063
5105
  </ng-template>
5064
- `
5106
+ `,
5107
+ standalone: true,
5108
+ imports: [FontFamilyDropDownListComponent, IconWrapperComponent, NgIf]
5065
5109
  }]
5066
5110
  }], ctorParameters: function () { return [{ type: i1$1.DialogService }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }, { type: i0.Renderer2 }]; }, propDecorators: { data: [{
5067
5111
  type: Input
@@ -5249,7 +5293,7 @@ class EditorColorPickerComponent extends ToolBarToolComponent {
5249
5293
  }
5250
5294
  }
5251
5295
  EditorColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorColorPickerComponent, deps: [{ token: EditorLocalizationService }, { token: i1$1.DialogService }, { token: i0.NgZone }, { token: ProviderService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
5252
- EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorColorPickerComponent, selector: "kendo-toolbar-colorpicker", inputs: { value: "value", icon: "icon", svgIcon: "svgIcon", paletteSettings: "paletteSettings", editorCommand: "editorCommand", disabled: "disabled", views: "views", view: "view" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorColorPickerComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "element", first: true, predicate: ["colorpicker"], descendants: true, read: ElementRef }, { propertyName: "colorPicker", first: true, predicate: ["colorpicker"], descendants: true, read: ColorPickerComponent }, { propertyName: "colorPickerButton", first: true, predicate: ["colorPickerButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
5296
+ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorColorPickerComponent, isStandalone: true, selector: "kendo-toolbar-colorpicker", inputs: { value: "value", icon: "icon", svgIcon: "svgIcon", paletteSettings: "paletteSettings", editorCommand: "editorCommand", disabled: "disabled", views: "views", view: "view" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorColorPickerComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }, { propertyName: "element", first: true, predicate: ["colorpicker"], descendants: true, read: ElementRef }, { propertyName: "colorPicker", first: true, predicate: ["colorpicker"], descendants: true, read: ColorPickerComponent }, { propertyName: "colorPickerButton", first: true, predicate: ["colorPickerButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
5253
5297
  <ng-template #toolbarTemplate>
5254
5298
  <kendo-colorpicker
5255
5299
  #colorpicker
@@ -5290,7 +5334,7 @@ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
5290
5334
  </span>
5291
5335
  </div>
5292
5336
  </ng-template>
5293
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
5337
+ `, isInline: true, dependencies: [{ kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
5294
5338
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorColorPickerComponent, decorators: [{
5295
5339
  type: Component,
5296
5340
  args: [{
@@ -5337,7 +5381,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5337
5381
  </span>
5338
5382
  </div>
5339
5383
  </ng-template>
5340
- `
5384
+ `,
5385
+ standalone: true,
5386
+ imports: [ColorPickerComponent, NgIf, IconWrapperComponent]
5341
5387
  }]
5342
5388
  }], ctorParameters: function () { return [{ type: EditorLocalizationService }, { type: i1$1.DialogService }, { type: i0.NgZone }, { type: ProviderService }, { type: i0.Renderer2 }]; }, propDecorators: { value: [{
5343
5389
  type: Input
@@ -5517,8 +5563,8 @@ class EditorInsertTableButtonComponent extends ToolBarToolComponent {
5517
5563
  return (this.overflows ? this.overflowElement : this.element)?.nativeElement;
5518
5564
  }
5519
5565
  }
5520
- EditorInsertTableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertTableButtonComponent, deps: [{ token: EditorLocalizationService }, { token: i2$1.PopupService }, { token: i1$1.DialogService }, { token: ProviderService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
5521
- EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertTableButtonComponent, selector: "kendo-editor-insert-table-button", providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorInsertTableButtonComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true }, { propertyName: "element", first: true, predicate: ["element"], descendants: true, read: ElementRef }, { propertyName: "overflowElement", first: true, predicate: ["overflowElement"], descendants: true, read: ElementRef }, { propertyName: "popupGridTemplate", first: true, predicate: ["popupGridTemplate"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
5566
+ EditorInsertTableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertTableButtonComponent, deps: [{ token: EditorLocalizationService }, { token: i2.PopupService }, { token: i1$1.DialogService }, { token: ProviderService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
5567
+ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertTableButtonComponent, isStandalone: true, selector: "kendo-editor-insert-table-button", providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorInsertTableButtonComponent) }], viewQueries: [{ propertyName: "toolbarTemplate", first: true, predicate: ["toolbarTemplate"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true }, { propertyName: "element", first: true, predicate: ["element"], descendants: true, read: ElementRef }, { propertyName: "overflowElement", first: true, predicate: ["overflowElement"], descendants: true, read: ElementRef }, { propertyName: "popupGridTemplate", first: true, predicate: ["popupGridTemplate"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
5522
5568
  <ng-template #toolbarTemplate>
5523
5569
  <button
5524
5570
  type="button"
@@ -5550,7 +5596,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
5550
5596
  <ng-template #popupGridTemplate>
5551
5597
  <kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
5552
5598
  </ng-template>
5553
- `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
5599
+ `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
5554
5600
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
5555
5601
  type: Component,
5556
5602
  args: [{
@@ -5588,9 +5634,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5588
5634
  <ng-template #popupGridTemplate>
5589
5635
  <kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
5590
5636
  </ng-template>
5591
- `
5637
+ `,
5638
+ standalone: true,
5639
+ imports: [ButtonComponent, IconWrapperComponent, NgIf, PopupTableGridComponent]
5592
5640
  }]
5593
- }], ctorParameters: function () { return [{ type: EditorLocalizationService }, { type: i2$1.PopupService }, { type: i1$1.DialogService }, { type: ProviderService }, { type: i0.Renderer2 }]; }, propDecorators: { toolbarTemplate: [{
5641
+ }], ctorParameters: function () { return [{ type: EditorLocalizationService }, { type: i2.PopupService }, { type: i1$1.DialogService }, { type: ProviderService }, { type: i0.Renderer2 }]; }, propDecorators: { toolbarTemplate: [{
5594
5642
  type: ViewChild,
5595
5643
  args: ['toolbarTemplate', { static: true }]
5596
5644
  }], popupTemplate: [{
@@ -5623,11 +5671,12 @@ class EditorBlockquoteDirective extends EditorCommandButton {
5623
5671
  }
5624
5672
  }
5625
5673
  EditorBlockquoteDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBlockquoteDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5626
- EditorBlockquoteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBlockquoteDirective, selector: "kendo-toolbar-button[kendoEditorBlockquoteButton]", usesInheritance: true, ngImport: i0 });
5674
+ 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 });
5627
5675
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBlockquoteDirective, decorators: [{
5628
5676
  type: Directive,
5629
5677
  args: [{
5630
- selector: 'kendo-toolbar-button[kendoEditorBlockquoteButton]'
5678
+ selector: 'kendo-toolbar-button[kendoEditorBlockquoteButton]',
5679
+ standalone: true
5631
5680
  }]
5632
5681
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5633
5682
 
@@ -5648,11 +5697,12 @@ class EditorRedoButtonDirective extends EditorCommandButton {
5648
5697
  }
5649
5698
  }
5650
5699
  EditorRedoButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorRedoButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5651
- EditorRedoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorRedoButtonDirective, selector: "kendo-toolbar-button[kendoEditorRedoButton]", usesInheritance: true, ngImport: i0 });
5700
+ EditorRedoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorRedoButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorRedoButton]", usesInheritance: true, ngImport: i0 });
5652
5701
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorRedoButtonDirective, decorators: [{
5653
5702
  type: Directive,
5654
5703
  args: [{
5655
- selector: 'kendo-toolbar-button[kendoEditorRedoButton]'
5704
+ selector: 'kendo-toolbar-button[kendoEditorRedoButton]',
5705
+ standalone: true
5656
5706
  }]
5657
5707
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5658
5708
 
@@ -5673,11 +5723,12 @@ class EditorUndoButtonDirective extends EditorCommandButton {
5673
5723
  }
5674
5724
  }
5675
5725
  EditorUndoButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUndoButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5676
- EditorUndoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUndoButtonDirective, selector: "kendo-toolbar-button[kendoEditorUndoButton]", usesInheritance: true, ngImport: i0 });
5726
+ EditorUndoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorUndoButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorUndoButton]", usesInheritance: true, ngImport: i0 });
5677
5727
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorUndoButtonDirective, decorators: [{
5678
5728
  type: Directive,
5679
5729
  args: [{
5680
- selector: 'kendo-toolbar-button[kendoEditorUndoButton]'
5730
+ selector: 'kendo-toolbar-button[kendoEditorUndoButton]',
5731
+ standalone: true
5681
5732
  }]
5682
5733
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5683
5734
 
@@ -5697,11 +5748,12 @@ class EditorViewSourceButtonDirective extends EditorCommandDialog {
5697
5748
  }
5698
5749
  }
5699
5750
  EditorViewSourceButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorViewSourceButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5700
- EditorViewSourceButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorViewSourceButtonDirective, selector: "kendo-toolbar-button[kendoEditorViewSourceButton]", usesInheritance: true, ngImport: i0 });
5751
+ EditorViewSourceButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorViewSourceButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorViewSourceButton]", usesInheritance: true, ngImport: i0 });
5701
5752
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorViewSourceButtonDirective, decorators: [{
5702
5753
  type: Directive,
5703
5754
  args: [{
5704
- selector: 'kendo-toolbar-button[kendoEditorViewSourceButton]'
5755
+ selector: 'kendo-toolbar-button[kendoEditorViewSourceButton]',
5756
+ standalone: true
5705
5757
  }]
5706
5758
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5707
5759
 
@@ -5722,11 +5774,12 @@ class EditorStrikethroughButtonDirective extends EditorCommandButton {
5722
5774
  }
5723
5775
  }
5724
5776
  EditorStrikethroughButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorStrikethroughButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5725
- EditorStrikethroughButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorStrikethroughButtonDirective, selector: "kendo-toolbar-button[kendoEditorStrikethroughButton]", usesInheritance: true, ngImport: i0 });
5777
+ EditorStrikethroughButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorStrikethroughButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorStrikethroughButton]", usesInheritance: true, ngImport: i0 });
5726
5778
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorStrikethroughButtonDirective, decorators: [{
5727
5779
  type: Directive,
5728
5780
  args: [{
5729
- selector: 'kendo-toolbar-button[kendoEditorStrikethroughButton]'
5781
+ selector: 'kendo-toolbar-button[kendoEditorStrikethroughButton]',
5782
+ standalone: true
5730
5783
  }]
5731
5784
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5732
5785
 
@@ -5747,11 +5800,12 @@ class EditorSubscriptButtonDirective extends EditorCommandButton {
5747
5800
  }
5748
5801
  }
5749
5802
  EditorSubscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSubscriptButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5750
- EditorSubscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSubscriptButtonDirective, selector: "kendo-toolbar-button[kendoEditorSubscriptButton]", usesInheritance: true, ngImport: i0 });
5803
+ EditorSubscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSubscriptButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorSubscriptButton]", usesInheritance: true, ngImport: i0 });
5751
5804
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSubscriptButtonDirective, decorators: [{
5752
5805
  type: Directive,
5753
5806
  args: [{
5754
- selector: 'kendo-toolbar-button[kendoEditorSubscriptButton]'
5807
+ selector: 'kendo-toolbar-button[kendoEditorSubscriptButton]',
5808
+ standalone: true
5755
5809
  }]
5756
5810
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5757
5811
 
@@ -5772,11 +5826,12 @@ class EditorSuperscriptButtonDirective extends EditorCommandButton {
5772
5826
  }
5773
5827
  }
5774
5828
  EditorSuperscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSuperscriptButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5775
- EditorSuperscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSuperscriptButtonDirective, selector: "kendo-toolbar-button[kendoEditorSuperscriptButton]", usesInheritance: true, ngImport: i0 });
5829
+ EditorSuperscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSuperscriptButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorSuperscriptButton]", usesInheritance: true, ngImport: i0 });
5776
5830
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSuperscriptButtonDirective, decorators: [{
5777
5831
  type: Directive,
5778
5832
  args: [{
5779
- selector: 'kendo-toolbar-button[kendoEditorSuperscriptButton]'
5833
+ selector: 'kendo-toolbar-button[kendoEditorSuperscriptButton]',
5834
+ standalone: true
5780
5835
  }]
5781
5836
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5782
5837
 
@@ -5796,11 +5851,12 @@ class EditorInsertFileButtonDirective extends EditorCommandDialog {
5796
5851
  }
5797
5852
  }
5798
5853
  EditorInsertFileButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertFileButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5799
- EditorInsertFileButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertFileButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertFileButton]", usesInheritance: true, ngImport: i0 });
5854
+ EditorInsertFileButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorInsertFileButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorInsertFileButton]", usesInheritance: true, ngImport: i0 });
5800
5855
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorInsertFileButtonDirective, decorators: [{
5801
5856
  type: Directive,
5802
5857
  args: [{
5803
- selector: 'kendo-toolbar-button[kendoEditorInsertFileButton]'
5858
+ selector: 'kendo-toolbar-button[kendoEditorInsertFileButton]',
5859
+ standalone: true
5804
5860
  }]
5805
5861
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5806
5862
 
@@ -5822,11 +5878,12 @@ class EditorForeColorDirective {
5822
5878
  }
5823
5879
  }
5824
5880
  EditorForeColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorForeColorDirective, deps: [{ token: EditorColorPickerComponent }], target: i0.ɵɵFactoryTarget.Directive });
5825
- EditorForeColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorForeColorDirective, selector: "[kendoEditorForeColor]", ngImport: i0 });
5881
+ EditorForeColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorForeColorDirective, isStandalone: true, selector: "[kendoEditorForeColor]", ngImport: i0 });
5826
5882
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorForeColorDirective, decorators: [{
5827
5883
  type: Directive,
5828
5884
  args: [{
5829
- selector: '[kendoEditorForeColor]'
5885
+ selector: '[kendoEditorForeColor]',
5886
+ standalone: true
5830
5887
  }]
5831
5888
  }], ctorParameters: function () { return [{ type: EditorColorPickerComponent }]; } });
5832
5889
 
@@ -5848,11 +5905,12 @@ class EditorBackColorDirective {
5848
5905
  }
5849
5906
  }
5850
5907
  EditorBackColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBackColorDirective, deps: [{ token: EditorColorPickerComponent }], target: i0.ɵɵFactoryTarget.Directive });
5851
- EditorBackColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBackColorDirective, selector: "[kendoEditorBackColor]", ngImport: i0 });
5908
+ EditorBackColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorBackColorDirective, isStandalone: true, selector: "[kendoEditorBackColor]", ngImport: i0 });
5852
5909
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorBackColorDirective, decorators: [{
5853
5910
  type: Directive,
5854
5911
  args: [{
5855
- selector: '[kendoEditorBackColor]'
5912
+ selector: '[kendoEditorBackColor]',
5913
+ standalone: true
5856
5914
  }]
5857
5915
  }], ctorParameters: function () { return [{ type: EditorColorPickerComponent }]; } });
5858
5916
 
@@ -5872,11 +5930,12 @@ class EditorCleanFormattingButtonDirective extends EditorCommandButton {
5872
5930
  }
5873
5931
  }
5874
5932
  EditorCleanFormattingButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorCleanFormattingButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5875
- EditorCleanFormattingButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorCleanFormattingButtonDirective, selector: "kendo-toolbar-button[kendoEditorCleanFormattingButton]", usesInheritance: true, ngImport: i0 });
5933
+ EditorCleanFormattingButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorCleanFormattingButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorCleanFormattingButton]", usesInheritance: true, ngImport: i0 });
5876
5934
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorCleanFormattingButtonDirective, decorators: [{
5877
5935
  type: Directive,
5878
5936
  args: [{
5879
- selector: 'kendo-toolbar-button[kendoEditorCleanFormattingButton]'
5937
+ selector: 'kendo-toolbar-button[kendoEditorCleanFormattingButton]',
5938
+ standalone: true
5880
5939
  }]
5881
5940
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5882
5941
 
@@ -5897,11 +5956,12 @@ class EditorAddColumnBeforeButtonDirective extends EditorCommandButton {
5897
5956
  }
5898
5957
  }
5899
5958
  EditorAddColumnBeforeButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddColumnBeforeButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5900
- EditorAddColumnBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddColumnBeforeButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddColumnBeforeButton]", usesInheritance: true, ngImport: i0 });
5959
+ EditorAddColumnBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddColumnBeforeButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAddColumnBeforeButton]", usesInheritance: true, ngImport: i0 });
5901
5960
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddColumnBeforeButtonDirective, decorators: [{
5902
5961
  type: Directive,
5903
5962
  args: [{
5904
- selector: 'kendo-toolbar-button[kendoEditorAddColumnBeforeButton]'
5963
+ selector: 'kendo-toolbar-button[kendoEditorAddColumnBeforeButton]',
5964
+ standalone: true
5905
5965
  }]
5906
5966
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5907
5967
 
@@ -5922,11 +5982,12 @@ class EditorAddColumnAfterButtonDirective extends EditorCommandButton {
5922
5982
  }
5923
5983
  }
5924
5984
  EditorAddColumnAfterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddColumnAfterButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5925
- EditorAddColumnAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddColumnAfterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddColumnAfterButton]", usesInheritance: true, ngImport: i0 });
5985
+ EditorAddColumnAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddColumnAfterButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAddColumnAfterButton]", usesInheritance: true, ngImport: i0 });
5926
5986
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddColumnAfterButtonDirective, decorators: [{
5927
5987
  type: Directive,
5928
5988
  args: [{
5929
- selector: 'kendo-toolbar-button[kendoEditorAddColumnAfterButton]'
5989
+ selector: 'kendo-toolbar-button[kendoEditorAddColumnAfterButton]',
5990
+ standalone: true
5930
5991
  }]
5931
5992
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5932
5993
 
@@ -5947,11 +6008,12 @@ class EditorAddRowBeforeButtonDirective extends EditorCommandButton {
5947
6008
  }
5948
6009
  }
5949
6010
  EditorAddRowBeforeButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddRowBeforeButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5950
- EditorAddRowBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddRowBeforeButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddRowBeforeButton]", usesInheritance: true, ngImport: i0 });
6011
+ EditorAddRowBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddRowBeforeButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAddRowBeforeButton]", usesInheritance: true, ngImport: i0 });
5951
6012
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddRowBeforeButtonDirective, decorators: [{
5952
6013
  type: Directive,
5953
6014
  args: [{
5954
- selector: 'kendo-toolbar-button[kendoEditorAddRowBeforeButton]'
6015
+ selector: 'kendo-toolbar-button[kendoEditorAddRowBeforeButton]',
6016
+ standalone: true
5955
6017
  }]
5956
6018
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5957
6019
 
@@ -5972,11 +6034,12 @@ class EditorAddRowAfterButtonDirective extends EditorCommandButton {
5972
6034
  }
5973
6035
  }
5974
6036
  EditorAddRowAfterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddRowAfterButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
5975
- EditorAddRowAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddRowAfterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddRowAfterButton]", usesInheritance: true, ngImport: i0 });
6037
+ EditorAddRowAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorAddRowAfterButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorAddRowAfterButton]", usesInheritance: true, ngImport: i0 });
5976
6038
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorAddRowAfterButtonDirective, decorators: [{
5977
6039
  type: Directive,
5978
6040
  args: [{
5979
- selector: 'kendo-toolbar-button[kendoEditorAddRowAfterButton]'
6041
+ selector: 'kendo-toolbar-button[kendoEditorAddRowAfterButton]',
6042
+ standalone: true
5980
6043
  }]
5981
6044
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
5982
6045
 
@@ -5997,11 +6060,12 @@ class EditorDeleteColumnButtonDirective extends EditorCommandButton {
5997
6060
  }
5998
6061
  }
5999
6062
  EditorDeleteColumnButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorDeleteColumnButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6000
- EditorDeleteColumnButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorDeleteColumnButtonDirective, selector: "kendo-toolbar-button[kendoEditorDeleteColumnButton]", usesInheritance: true, ngImport: i0 });
6063
+ EditorDeleteColumnButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorDeleteColumnButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorDeleteColumnButton]", usesInheritance: true, ngImport: i0 });
6001
6064
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorDeleteColumnButtonDirective, decorators: [{
6002
6065
  type: Directive,
6003
6066
  args: [{
6004
- selector: 'kendo-toolbar-button[kendoEditorDeleteColumnButton]'
6067
+ selector: 'kendo-toolbar-button[kendoEditorDeleteColumnButton]',
6068
+ standalone: true
6005
6069
  }]
6006
6070
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6007
6071
 
@@ -6022,11 +6086,12 @@ class EditorDeleteRowButtonDirective extends EditorCommandButton {
6022
6086
  }
6023
6087
  }
6024
6088
  EditorDeleteRowButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorDeleteRowButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6025
- EditorDeleteRowButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorDeleteRowButtonDirective, selector: "kendo-toolbar-button[kendoEditorDeleteRowButton]", usesInheritance: true, ngImport: i0 });
6089
+ EditorDeleteRowButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorDeleteRowButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorDeleteRowButton]", usesInheritance: true, ngImport: i0 });
6026
6090
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorDeleteRowButtonDirective, decorators: [{
6027
6091
  type: Directive,
6028
6092
  args: [{
6029
- selector: 'kendo-toolbar-button[kendoEditorDeleteRowButton]'
6093
+ selector: 'kendo-toolbar-button[kendoEditorDeleteRowButton]',
6094
+ standalone: true
6030
6095
  }]
6031
6096
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6032
6097
 
@@ -6047,65 +6112,12 @@ class EditorDeleteTableButtonDirective extends EditorCommandButton {
6047
6112
  }
6048
6113
  }
6049
6114
  EditorDeleteTableButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorDeleteTableButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6050
- EditorDeleteTableButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorDeleteTableButtonDirective, selector: "kendo-toolbar-button[kendoEditorDeleteTableButton]", usesInheritance: true, ngImport: i0 });
6115
+ EditorDeleteTableButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorDeleteTableButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorDeleteTableButton]", usesInheritance: true, ngImport: i0 });
6051
6116
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorDeleteTableButtonDirective, decorators: [{
6052
6117
  type: Directive,
6053
6118
  args: [{
6054
- selector: 'kendo-toolbar-button[kendoEditorDeleteTableButton]'
6055
- }]
6056
- }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6057
-
6058
- /**
6059
- * @hidden
6060
- *
6061
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor MergeCells tool
6062
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
6063
- * The directive will predefine the `icon` and `click` event handlers of the button.
6064
- * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
6065
- *
6066
- * @example
6067
- * ```ts-no-run
6068
- * <kendo-toolbar-button kendoEditorMergeCellsButton></kendo-toolbar-button>
6069
- * ```
6070
- */
6071
- class EditorMergeCellsButtonDirective extends EditorCommandButton {
6072
- constructor(button, localization, providerService, toolsService) {
6073
- super('mergeCells', button, localization, providerService, toolsService);
6074
- }
6075
- }
6076
- EditorMergeCellsButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorMergeCellsButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6077
- EditorMergeCellsButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorMergeCellsButtonDirective, selector: "kendo-toolbar-button[kendoEditorMergeCellsButton]", usesInheritance: true, ngImport: i0 });
6078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorMergeCellsButtonDirective, decorators: [{
6079
- type: Directive,
6080
- args: [{
6081
- selector: 'kendo-toolbar-button[kendoEditorMergeCellsButton]'
6082
- }]
6083
- }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6084
-
6085
- /**
6086
- * @hidden
6087
- *
6088
- * A directive which configures an existing `ToolBarButtonComponent` as an Editor SplitCell tool
6089
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
6090
- * The directive will predefine the `icon` and `click` event handlers of the button.
6091
- * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
6092
- *
6093
- * @example
6094
- * ```ts-no-run
6095
- * <kendo-toolbar-button kendoEditorSplitCellButton></kendo-toolbar-button>
6096
- * ```
6097
- */
6098
- class EditorSplitCellButtonDirective extends EditorCommandButton {
6099
- constructor(button, localization, providerService, toolsService) {
6100
- super('splitCell', button, localization, providerService, toolsService);
6101
- }
6102
- }
6103
- EditorSplitCellButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSplitCellButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6104
- EditorSplitCellButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSplitCellButtonDirective, selector: "kendo-toolbar-button[kendoEditorSplitCellButton]", usesInheritance: true, ngImport: i0 });
6105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSplitCellButtonDirective, decorators: [{
6106
- type: Directive,
6107
- args: [{
6108
- selector: 'kendo-toolbar-button[kendoEditorSplitCellButton]'
6119
+ selector: 'kendo-toolbar-button[kendoEditorDeleteTableButton]',
6120
+ standalone: true
6109
6121
  }]
6110
6122
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6111
6123
 
@@ -6123,7 +6135,7 @@ class CustomMessagesComponent extends MessagesDirective {
6123
6135
  }
6124
6136
  }
6125
6137
  CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6126
- CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-editor-messages", providers: [
6138
+ CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-editor-messages", providers: [
6127
6139
  {
6128
6140
  provide: MessagesDirective,
6129
6141
  useExisting: forwardRef(() => CustomMessagesComponent)
@@ -6139,7 +6151,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6139
6151
  }
6140
6152
  ],
6141
6153
  // eslint-disable-next-line @angular-eslint/directive-selector
6142
- selector: 'kendo-editor-messages'
6154
+ selector: 'kendo-editor-messages',
6155
+ standalone: true
6143
6156
  }]
6144
6157
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
6145
6158
 
@@ -6179,11 +6192,12 @@ class EditorPrintDirective extends EditorCommandButton {
6179
6192
  }
6180
6193
  }
6181
6194
  EditorPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorPrintDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6182
- EditorPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorPrintDirective, selector: "kendo-toolbar-button[kendoEditorPrintButton]", usesInheritance: true, ngImport: i0 });
6195
+ EditorPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorPrintDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorPrintButton]", usesInheritance: true, ngImport: i0 });
6183
6196
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorPrintDirective, decorators: [{
6184
6197
  type: Directive,
6185
6198
  args: [{
6186
- selector: 'kendo-toolbar-button[kendoEditorPrintButton]'
6199
+ selector: 'kendo-toolbar-button[kendoEditorPrintButton]',
6200
+ standalone: true
6187
6201
  }]
6188
6202
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6189
6203
 
@@ -6207,51 +6221,100 @@ class EditorSelectAllButtonDirective extends EditorCommandButton {
6207
6221
  }
6208
6222
  }
6209
6223
  EditorSelectAllButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSelectAllButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6210
- EditorSelectAllButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSelectAllButtonDirective, selector: "kendo-toolbar-button[kendoEditorSelectAllButton]", usesInheritance: true, ngImport: i0 });
6224
+ EditorSelectAllButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSelectAllButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorSelectAllButton]", usesInheritance: true, ngImport: i0 });
6211
6225
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSelectAllButtonDirective, decorators: [{
6212
6226
  type: Directive,
6213
6227
  args: [{
6214
- selector: 'kendo-toolbar-button[kendoEditorSelectAllButton]'
6228
+ selector: 'kendo-toolbar-button[kendoEditorSelectAllButton]',
6229
+ standalone: true
6215
6230
  }]
6216
6231
  }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6217
6232
 
6218
- const COMPONENT_DIRECTIVES = [
6219
- //alignment
6233
+ /**
6234
+ * @hidden
6235
+ *
6236
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor SplitCell tool
6237
+ * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
6238
+ * The directive will predefine the `icon` and `click` event handlers of the button.
6239
+ * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
6240
+ *
6241
+ * @example
6242
+ * ```ts-no-run
6243
+ * <kendo-toolbar-button kendoEditorSplitCellButton></kendo-toolbar-button>
6244
+ * ```
6245
+ */
6246
+ class EditorSplitCellButtonDirective extends EditorCommandButton {
6247
+ constructor(button, localization, providerService, toolsService) {
6248
+ super('splitCell', button, localization, providerService, toolsService);
6249
+ }
6250
+ }
6251
+ EditorSplitCellButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSplitCellButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6252
+ EditorSplitCellButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorSplitCellButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorSplitCellButton]", usesInheritance: true, ngImport: i0 });
6253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorSplitCellButtonDirective, decorators: [{
6254
+ type: Directive,
6255
+ args: [{
6256
+ selector: 'kendo-toolbar-button[kendoEditorSplitCellButton]',
6257
+ standalone: true
6258
+ }]
6259
+ }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6260
+
6261
+ /**
6262
+ * @hidden
6263
+ *
6264
+ * A directive which configures an existing `ToolBarButtonComponent` as an Editor MergeCells tool
6265
+ * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
6266
+ * The directive will predefine the `icon` and `click` event handlers of the button.
6267
+ * In addition, the directive updates the `disabled` state of the button according to the cursor position in the editing area.
6268
+ *
6269
+ * @example
6270
+ * ```ts-no-run
6271
+ * <kendo-toolbar-button kendoEditorMergeCellsButton></kendo-toolbar-button>
6272
+ * ```
6273
+ */
6274
+ class EditorMergeCellsButtonDirective extends EditorCommandButton {
6275
+ constructor(button, localization, providerService, toolsService) {
6276
+ super('mergeCells', button, localization, providerService, toolsService);
6277
+ }
6278
+ }
6279
+ EditorMergeCellsButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorMergeCellsButtonDirective, deps: [{ token: i1$2.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
6280
+ EditorMergeCellsButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditorMergeCellsButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoEditorMergeCellsButton]", usesInheritance: true, ngImport: i0 });
6281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorMergeCellsButtonDirective, decorators: [{
6282
+ type: Directive,
6283
+ args: [{
6284
+ selector: 'kendo-toolbar-button[kendoEditorMergeCellsButton]',
6285
+ standalone: true
6286
+ }]
6287
+ }], ctorParameters: function () { return [{ type: i1$2.ToolBarButtonComponent }, { type: EditorLocalizationService }, { type: ProviderService }, { type: EditorToolsService }]; } });
6288
+
6289
+ /**
6290
+ * Utility array that contains all `Editor` related components and directives
6291
+ */
6292
+ const KENDO_EDITOR = [
6293
+ EditorComponent,
6220
6294
  EditorAlignLeftButtonDirective,
6221
6295
  EditorAlignCenterButtonDirective,
6222
6296
  EditorAlignRightButtonDirective,
6223
6297
  EditorAlignJustifyButtonDirective,
6224
- //file
6225
6298
  EditorInsertFileButtonDirective,
6226
- //history
6227
6299
  EditorRedoButtonDirective,
6228
6300
  EditorUndoButtonDirective,
6229
- //image
6230
6301
  EditorInsertImageButtonDirective,
6231
- //indent
6232
6302
  EditorIndentButtonDirective,
6233
6303
  EditorOutdentButtonDirective,
6234
- //link
6235
6304
  EditorCreateLinkButtonDirective,
6236
6305
  EditorUnlinkButtonDirective,
6237
- //list
6238
6306
  EditorInsertOrderedListButtonDirective,
6239
6307
  EditorInsertUnorderedListButtonDirective,
6240
- //source
6241
6308
  EditorViewSourceButtonDirective,
6242
- //typographical emphasis
6243
6309
  EditorBoldButtonDirective,
6244
6310
  EditorItalicButtonDirective,
6245
6311
  EditorUnderlineButtonDirective,
6246
6312
  EditorStrikethroughButtonDirective,
6247
6313
  EditorSubscriptButtonDirective,
6248
6314
  EditorSuperscriptButtonDirective,
6249
- //color
6250
6315
  EditorForeColorDirective,
6251
6316
  EditorBackColorDirective,
6252
- //clear format
6253
6317
  EditorCleanFormattingButtonDirective,
6254
- //table
6255
6318
  EditorAddColumnBeforeButtonDirective,
6256
6319
  EditorAddColumnAfterButtonDirective,
6257
6320
  EditorAddRowBeforeButtonDirective,
@@ -6259,28 +6322,19 @@ const COMPONENT_DIRECTIVES = [
6259
6322
  EditorDeleteColumnButtonDirective,
6260
6323
  EditorDeleteRowButtonDirective,
6261
6324
  EditorDeleteTableButtonDirective,
6262
- EditorMergeCellsButtonDirective,
6263
- EditorSplitCellButtonDirective,
6264
- // EditorTableWizardButtonDirective,
6265
- //localization
6266
6325
  CustomMessagesComponent,
6267
- LocalizedMessagesDirective,
6268
- // dropdown tools
6269
- DropDownToolDirective,
6270
- // print
6271
6326
  EditorPrintDirective,
6272
- // select all
6273
6327
  EditorSelectAllButtonDirective,
6274
- // blockquote
6275
- EditorBlockquoteDirective
6276
- ];
6277
- const TOOLBAR_TOOLS = [
6328
+ EditorBlockquoteDirective,
6278
6329
  EditorFontSizeComponent,
6279
6330
  EditorFontFamilyComponent,
6280
6331
  EditorFormatComponent,
6281
6332
  EditorColorPickerComponent,
6282
- EditorInsertTableButtonComponent
6333
+ EditorInsertTableButtonComponent,
6334
+ EditorMergeCellsButtonDirective,
6335
+ EditorSplitCellButtonDirective
6283
6336
  ];
6337
+
6284
6338
  const TOOLBAR_DIALOGS = [
6285
6339
  FileLinkDialogComponent,
6286
6340
  ImageDialogComponent,
@@ -6296,12 +6350,7 @@ const TOOLBAR_DIALOGS = [
6296
6350
  // CellSettingsComponent,
6297
6351
  // AccessibilitySettingsComponent
6298
6352
  ];
6299
- const INTERNAL_COMPONENTS = [
6300
- PopupTableGridComponent,
6301
- FormatDropDownListComponent,
6302
- FontFamilyDropDownListComponent,
6303
- FontSizeDropDownListComponent
6304
- ];
6353
+ // IMPORTANT: NgModule export kept for backwards compatibility
6305
6354
  /**
6306
6355
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the Editor component.
6307
6356
  *
@@ -6323,230 +6372,17 @@ const INTERNAL_COMPONENTS = [
6323
6372
  class EditorModule {
6324
6373
  }
6325
6374
  EditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6326
- EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, declarations: [EditorComponent,
6327
- //alignment
6328
- EditorAlignLeftButtonDirective,
6329
- EditorAlignCenterButtonDirective,
6330
- EditorAlignRightButtonDirective,
6331
- EditorAlignJustifyButtonDirective,
6332
- //file
6333
- EditorInsertFileButtonDirective,
6334
- //history
6335
- EditorRedoButtonDirective,
6336
- EditorUndoButtonDirective,
6337
- //image
6338
- EditorInsertImageButtonDirective,
6339
- //indent
6340
- EditorIndentButtonDirective,
6341
- EditorOutdentButtonDirective,
6342
- //link
6343
- EditorCreateLinkButtonDirective,
6344
- EditorUnlinkButtonDirective,
6345
- //list
6346
- EditorInsertOrderedListButtonDirective,
6347
- EditorInsertUnorderedListButtonDirective,
6348
- //source
6349
- EditorViewSourceButtonDirective,
6350
- //typographical emphasis
6351
- EditorBoldButtonDirective,
6352
- EditorItalicButtonDirective,
6353
- EditorUnderlineButtonDirective,
6354
- EditorStrikethroughButtonDirective,
6355
- EditorSubscriptButtonDirective,
6356
- EditorSuperscriptButtonDirective,
6357
- //color
6358
- EditorForeColorDirective,
6359
- EditorBackColorDirective,
6360
- //clear format
6361
- EditorCleanFormattingButtonDirective,
6362
- //table
6363
- EditorAddColumnBeforeButtonDirective,
6364
- EditorAddColumnAfterButtonDirective,
6365
- EditorAddRowBeforeButtonDirective,
6366
- EditorAddRowAfterButtonDirective,
6367
- EditorDeleteColumnButtonDirective,
6368
- EditorDeleteRowButtonDirective,
6369
- EditorDeleteTableButtonDirective,
6370
- EditorMergeCellsButtonDirective,
6371
- EditorSplitCellButtonDirective,
6372
- // EditorTableWizardButtonDirective,
6373
- //localization
6374
- CustomMessagesComponent,
6375
- LocalizedMessagesDirective,
6376
- // dropdown tools
6377
- DropDownToolDirective,
6378
- // print
6379
- EditorPrintDirective,
6380
- // select all
6381
- EditorSelectAllButtonDirective,
6382
- // blockquote
6383
- EditorBlockquoteDirective, EditorFontSizeComponent,
6384
- EditorFontFamilyComponent,
6385
- EditorFormatComponent,
6386
- EditorColorPickerComponent,
6387
- EditorInsertTableButtonComponent, FileLinkDialogComponent,
6388
- ImageDialogComponent,
6389
- SourceDialogComponent,
6390
- FormatDialogComponent,
6391
- ColorPickerDialogComponent,
6392
- FontFamilyDialogComponent,
6393
- FontSizeDialogComponent,
6394
- InsertTableDialogComponent
6395
- // TableWizardDialogComponent
6396
- // Table Wizard Building Blocks
6397
- // TableSettingsComponent,
6398
- // CellSettingsComponent,
6399
- // AccessibilitySettingsComponent
6400
- , PopupTableGridComponent,
6401
- FormatDropDownListComponent,
6402
- FontFamilyDropDownListComponent,
6403
- FontSizeDropDownListComponent], imports: [CommonModule,
6404
- FormsModule,
6405
- ReactiveFormsModule,
6406
- //Kendo UI Angular Modules
6407
- ButtonModule,
6408
- ColorPickerModule,
6409
- DialogModule,
6410
- DropDownsModule,
6411
- NumericTextBoxModule,
6412
- CheckBoxModule,
6413
- IconsModule,
6414
- ToolBarModule,
6415
- TextBoxModule,
6416
- TextAreaModule,
6417
- FormFieldModule,
6418
- LabelModule,
6419
- WatermarkModule], exports: [EditorComponent,
6420
- //alignment
6421
- EditorAlignLeftButtonDirective,
6422
- EditorAlignCenterButtonDirective,
6423
- EditorAlignRightButtonDirective,
6424
- EditorAlignJustifyButtonDirective,
6425
- //file
6426
- EditorInsertFileButtonDirective,
6427
- //history
6428
- EditorRedoButtonDirective,
6429
- EditorUndoButtonDirective,
6430
- //image
6431
- EditorInsertImageButtonDirective,
6432
- //indent
6433
- EditorIndentButtonDirective,
6434
- EditorOutdentButtonDirective,
6435
- //link
6436
- EditorCreateLinkButtonDirective,
6437
- EditorUnlinkButtonDirective,
6438
- //list
6439
- EditorInsertOrderedListButtonDirective,
6440
- EditorInsertUnorderedListButtonDirective,
6441
- //source
6442
- EditorViewSourceButtonDirective,
6443
- //typographical emphasis
6444
- EditorBoldButtonDirective,
6445
- EditorItalicButtonDirective,
6446
- EditorUnderlineButtonDirective,
6447
- EditorStrikethroughButtonDirective,
6448
- EditorSubscriptButtonDirective,
6449
- EditorSuperscriptButtonDirective,
6450
- //color
6451
- EditorForeColorDirective,
6452
- EditorBackColorDirective,
6453
- //clear format
6454
- EditorCleanFormattingButtonDirective,
6455
- //table
6456
- EditorAddColumnBeforeButtonDirective,
6457
- EditorAddColumnAfterButtonDirective,
6458
- EditorAddRowBeforeButtonDirective,
6459
- EditorAddRowAfterButtonDirective,
6460
- EditorDeleteColumnButtonDirective,
6461
- EditorDeleteRowButtonDirective,
6462
- EditorDeleteTableButtonDirective,
6463
- EditorMergeCellsButtonDirective,
6464
- EditorSplitCellButtonDirective,
6465
- // EditorTableWizardButtonDirective,
6466
- //localization
6467
- CustomMessagesComponent,
6468
- LocalizedMessagesDirective,
6469
- // dropdown tools
6470
- DropDownToolDirective,
6471
- // print
6472
- EditorPrintDirective,
6473
- // select all
6474
- EditorSelectAllButtonDirective,
6475
- // blockquote
6476
- EditorBlockquoteDirective, EditorFontSizeComponent,
6477
- EditorFontFamilyComponent,
6478
- EditorFormatComponent,
6479
- EditorColorPickerComponent,
6480
- EditorInsertTableButtonComponent, ToolBarModule,
6481
- ButtonModule,
6482
- FormsModule,
6483
- ReactiveFormsModule, PopupTableGridComponent,
6484
- FormatDropDownListComponent,
6485
- FontFamilyDropDownListComponent,
6486
- FontSizeDropDownListComponent] });
6487
- EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, imports: [CommonModule,
6488
- FormsModule,
6489
- ReactiveFormsModule,
6490
- //Kendo UI Angular Modules
6491
- ButtonModule,
6492
- ColorPickerModule,
6493
- DialogModule,
6494
- DropDownsModule,
6495
- NumericTextBoxModule,
6496
- CheckBoxModule,
6497
- IconsModule,
6498
- ToolBarModule,
6499
- TextBoxModule,
6500
- TextAreaModule,
6501
- FormFieldModule,
6502
- LabelModule,
6503
- WatermarkModule, ToolBarModule,
6504
- ButtonModule,
6505
- FormsModule,
6506
- ReactiveFormsModule] });
6375
+ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, imports: [EditorComponent, EditorAlignLeftButtonDirective, EditorAlignCenterButtonDirective, EditorAlignRightButtonDirective, EditorAlignJustifyButtonDirective, EditorInsertFileButtonDirective, EditorRedoButtonDirective, EditorUndoButtonDirective, EditorInsertImageButtonDirective, EditorIndentButtonDirective, EditorOutdentButtonDirective, EditorCreateLinkButtonDirective, EditorUnlinkButtonDirective, EditorInsertOrderedListButtonDirective, EditorInsertUnorderedListButtonDirective, EditorViewSourceButtonDirective, EditorBoldButtonDirective, EditorItalicButtonDirective, EditorUnderlineButtonDirective, EditorStrikethroughButtonDirective, EditorSubscriptButtonDirective, EditorSuperscriptButtonDirective, EditorForeColorDirective, EditorBackColorDirective, EditorCleanFormattingButtonDirective, EditorAddColumnBeforeButtonDirective, EditorAddColumnAfterButtonDirective, EditorAddRowBeforeButtonDirective, EditorAddRowAfterButtonDirective, EditorDeleteColumnButtonDirective, EditorDeleteRowButtonDirective, EditorDeleteTableButtonDirective, CustomMessagesComponent, EditorPrintDirective, EditorSelectAllButtonDirective, EditorBlockquoteDirective, EditorFontSizeComponent, EditorFontFamilyComponent, EditorFormatComponent, EditorColorPickerComponent, EditorInsertTableButtonComponent, EditorMergeCellsButtonDirective, EditorSplitCellButtonDirective], exports: [EditorComponent, EditorAlignLeftButtonDirective, EditorAlignCenterButtonDirective, EditorAlignRightButtonDirective, EditorAlignJustifyButtonDirective, EditorInsertFileButtonDirective, EditorRedoButtonDirective, EditorUndoButtonDirective, EditorInsertImageButtonDirective, EditorIndentButtonDirective, EditorOutdentButtonDirective, EditorCreateLinkButtonDirective, EditorUnlinkButtonDirective, EditorInsertOrderedListButtonDirective, EditorInsertUnorderedListButtonDirective, EditorViewSourceButtonDirective, EditorBoldButtonDirective, EditorItalicButtonDirective, EditorUnderlineButtonDirective, EditorStrikethroughButtonDirective, EditorSubscriptButtonDirective, EditorSuperscriptButtonDirective, EditorForeColorDirective, EditorBackColorDirective, EditorCleanFormattingButtonDirective, EditorAddColumnBeforeButtonDirective, EditorAddColumnAfterButtonDirective, EditorAddRowBeforeButtonDirective, EditorAddRowAfterButtonDirective, EditorDeleteColumnButtonDirective, EditorDeleteRowButtonDirective, EditorDeleteTableButtonDirective, CustomMessagesComponent, EditorPrintDirective, EditorSelectAllButtonDirective, EditorBlockquoteDirective, EditorFontSizeComponent, EditorFontFamilyComponent, EditorFormatComponent, EditorColorPickerComponent, EditorInsertTableButtonComponent, EditorMergeCellsButtonDirective, EditorSplitCellButtonDirective, FormsModule, ReactiveFormsModule, ToolBarModule] });
6376
+ 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: [EditorComponent, EditorFontSizeComponent, EditorFontFamilyComponent, EditorFormatComponent, EditorColorPickerComponent, EditorInsertTableButtonComponent, FormsModule, ReactiveFormsModule, ToolBarModule] });
6507
6377
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditorModule, decorators: [{
6508
6378
  type: NgModule,
6509
6379
  args: [{
6510
- declarations: [
6511
- EditorComponent,
6512
- COMPONENT_DIRECTIVES,
6513
- TOOLBAR_TOOLS,
6514
- TOOLBAR_DIALOGS,
6515
- INTERNAL_COMPONENTS
6516
- ],
6517
6380
  entryComponents: [
6518
6381
  TOOLBAR_DIALOGS
6519
6382
  ],
6520
- exports: [
6521
- EditorComponent,
6522
- COMPONENT_DIRECTIVES,
6523
- TOOLBAR_TOOLS,
6524
- ToolBarModule,
6525
- ButtonModule,
6526
- FormsModule,
6527
- ReactiveFormsModule,
6528
- //needed for unit tests
6529
- INTERNAL_COMPONENTS
6530
- ],
6531
- imports: [
6532
- CommonModule,
6533
- FormsModule,
6534
- ReactiveFormsModule,
6535
- //Kendo UI Angular Modules
6536
- ButtonModule,
6537
- ColorPickerModule,
6538
- DialogModule,
6539
- DropDownsModule,
6540
- NumericTextBoxModule,
6541
- CheckBoxModule,
6542
- IconsModule,
6543
- ToolBarModule,
6544
- TextBoxModule,
6545
- TextAreaModule,
6546
- FormFieldModule,
6547
- LabelModule,
6548
- WatermarkModule
6549
- ]
6383
+ exports: [...KENDO_EDITOR, FormsModule, ReactiveFormsModule, ToolBarModule],
6384
+ imports: [...KENDO_EDITOR],
6385
+ providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService]
6550
6386
  }]
6551
6387
  }] });
6552
6388
 
@@ -6554,5 +6390,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6554
6390
  * Generated bundle index. Do not edit.
6555
6391
  */
6556
6392
 
6557
- export { CustomMessagesComponent, DropDownToolDirective, EditorAddColumnAfterButtonDirective, EditorAddColumnBeforeButtonDirective, EditorAddRowAfterButtonDirective, EditorAddRowBeforeButtonDirective, EditorAlignCenterButtonDirective, EditorAlignJustifyButtonDirective, EditorAlignLeftButtonDirective, EditorAlignRightButtonDirective, EditorBackColorDirective, EditorBlockquoteDirective, EditorBoldButtonDirective, EditorCleanFormattingButtonDirective, EditorColorPickerComponent, EditorComponent, EditorCreateLinkButtonDirective, EditorDeleteColumnButtonDirective, EditorDeleteRowButtonDirective, EditorDeleteTableButtonDirective, EditorFontFamilyComponent, EditorFontSizeComponent, EditorForeColorDirective, EditorFormatComponent, EditorIndentButtonDirective, EditorInsertFileButtonDirective, EditorInsertImageButtonDirective, EditorInsertOrderedListButtonDirective, EditorInsertTableButtonComponent, EditorInsertUnorderedListButtonDirective, EditorItalicButtonDirective, EditorLocalizationService, EditorMergeCellsButtonDirective, EditorModule, EditorOutdentButtonDirective, EditorPasteEvent, EditorPrintDirective, EditorRedoButtonDirective, EditorSelectAllButtonDirective, EditorSplitCellButtonDirective, EditorStrikethroughButtonDirective, EditorSubscriptButtonDirective, EditorSuperscriptButtonDirective, EditorUnderlineButtonDirective, EditorUndoButtonDirective, EditorUnlinkButtonDirective, EditorViewSourceButtonDirective, FontFamilyDropDownListComponent, FontSizeDropDownListComponent, FormatDropDownListComponent, LocalizedMessagesDirective, PopupTableGridComponent, PreventableEvent, getSelectionText, schema };
6393
+ export { CustomMessagesComponent, DropDownToolDirective, EditorAddColumnAfterButtonDirective, EditorAddColumnBeforeButtonDirective, EditorAddRowAfterButtonDirective, EditorAddRowBeforeButtonDirective, EditorAlignCenterButtonDirective, EditorAlignJustifyButtonDirective, EditorAlignLeftButtonDirective, EditorAlignRightButtonDirective, EditorBackColorDirective, EditorBlockquoteDirective, EditorBoldButtonDirective, EditorCleanFormattingButtonDirective, EditorColorPickerComponent, EditorComponent, EditorCreateLinkButtonDirective, EditorDeleteColumnButtonDirective, EditorDeleteRowButtonDirective, EditorDeleteTableButtonDirective, EditorFontFamilyComponent, EditorFontSizeComponent, EditorForeColorDirective, EditorFormatComponent, EditorIndentButtonDirective, EditorInsertFileButtonDirective, EditorInsertImageButtonDirective, EditorInsertOrderedListButtonDirective, EditorInsertTableButtonComponent, EditorInsertUnorderedListButtonDirective, EditorItalicButtonDirective, EditorLocalizationService, EditorMergeCellsButtonDirective, EditorModule, EditorOutdentButtonDirective, EditorPasteEvent, EditorPrintDirective, EditorRedoButtonDirective, EditorSelectAllButtonDirective, EditorSplitCellButtonDirective, EditorStrikethroughButtonDirective, EditorSubscriptButtonDirective, EditorSuperscriptButtonDirective, EditorUnderlineButtonDirective, EditorUndoButtonDirective, EditorUnlinkButtonDirective, EditorViewSourceButtonDirective, FontFamilyDropDownListComponent, FontSizeDropDownListComponent, FormatDropDownListComponent, KENDO_EDITOR, LocalizedMessagesDirective, PopupTableGridComponent, PreventableEvent, getSelectionText, schema };
6558
6394