@progress/kendo-angular-editor 16.0.0-develop.2 → 16.0.0-develop.5

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 (130) hide show
  1. package/dialogs/colorpicker-dialog.component.d.ts +1 -1
  2. package/dialogs/file-link-dialog.component.d.ts +1 -1
  3. package/dialogs/font-family-dialog.component.d.ts +1 -1
  4. package/dialogs/font-size-dialog.component.d.ts +1 -1
  5. package/dialogs/format-dialog.component.d.ts +1 -1
  6. package/dialogs/image-dialog.component.d.ts +1 -1
  7. package/dialogs/insert-table-dialog.component.d.ts +1 -1
  8. package/dialogs/source-dialog.component.d.ts +1 -1
  9. package/editor.component.d.ts +1 -1
  10. package/esm2020/common/provider.service.mjs +3 -3
  11. package/esm2020/dialogs/colorpicker-dialog.component.mjs +6 -6
  12. package/esm2020/dialogs/file-link-dialog.component.mjs +8 -8
  13. package/esm2020/dialogs/font-family-dialog.component.mjs +6 -6
  14. package/esm2020/dialogs/font-size-dialog.component.mjs +6 -6
  15. package/esm2020/dialogs/format-dialog.component.mjs +6 -6
  16. package/esm2020/dialogs/image-dialog.component.mjs +8 -8
  17. package/esm2020/dialogs/insert-table-dialog.component.mjs +6 -6
  18. package/esm2020/dialogs/source-dialog.component.mjs +6 -6
  19. package/esm2020/editor.component.mjs +22 -23
  20. package/esm2020/editor.module.mjs +20 -22
  21. package/esm2020/index.mjs +1 -0
  22. package/esm2020/localization/custom-messages.component.mjs +3 -3
  23. package/esm2020/localization/editor-localization.service.mjs +3 -3
  24. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  25. package/esm2020/localization/messages.mjs +3 -3
  26. package/esm2020/package-metadata.mjs +2 -2
  27. package/esm2020/tools/alignment/editor-align-center-button.directive.mjs +3 -3
  28. package/esm2020/tools/alignment/editor-align-justify-button.directive.mjs +3 -3
  29. package/esm2020/tools/alignment/editor-align-left-button.directive.mjs +3 -3
  30. package/esm2020/tools/alignment/editor-align-right-button.directive.mjs +3 -3
  31. package/esm2020/tools/blockquote/editor-blockquote-button.directive.mjs +3 -3
  32. package/esm2020/tools/colorpicker/editor-back-color.directive.mjs +3 -3
  33. package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +7 -7
  34. package/esm2020/tools/colorpicker/editor-fore-color.directive.mjs +3 -3
  35. package/esm2020/tools/editor-clean-formatting-button.directive.mjs +3 -3
  36. package/esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs +7 -7
  37. package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +6 -6
  38. package/esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs +4 -4
  39. package/esm2020/tools/fontsize/editor-fontsize.component.mjs +6 -6
  40. package/esm2020/tools/format/editor-format-dropdownlist.component.mjs +7 -7
  41. package/esm2020/tools/format/editor-format.component.mjs +6 -6
  42. package/esm2020/tools/history/editor-redo-button.directive.mjs +3 -3
  43. package/esm2020/tools/history/editor-undo-button.directive.mjs +3 -3
  44. package/esm2020/tools/image/editor-insert-image-button.directive.mjs +3 -3
  45. package/esm2020/tools/indentation/editor-indent-button.directive.mjs +3 -3
  46. package/esm2020/tools/indentation/editor-outdent-button.directive.mjs +3 -3
  47. package/esm2020/tools/link/editor-create-link-button.directive.mjs +3 -3
  48. package/esm2020/tools/link/editor-insert-file-button.directive.mjs +3 -3
  49. package/esm2020/tools/link/editor-unlink-button.directive.mjs +3 -3
  50. package/esm2020/tools/list/editor-insert-ordered-list-button.directive.mjs +3 -3
  51. package/esm2020/tools/list/editor-insert-unordered-list-button.directive.mjs +3 -3
  52. package/esm2020/tools/print/editor-print-button.directive.mjs +3 -3
  53. package/esm2020/tools/select-all/select-all-button.directive.mjs +3 -3
  54. package/esm2020/tools/shared/dropdown-tool.directive.mjs +3 -3
  55. package/esm2020/tools/shared/editor-command-base.mjs +3 -3
  56. package/esm2020/tools/source/editor-view-source-button.directive.mjs +3 -3
  57. package/esm2020/tools/tables/editor-add-column-after-button.directive.mjs +3 -3
  58. package/esm2020/tools/tables/editor-add-column-before-button.directive.mjs +3 -3
  59. package/esm2020/tools/tables/editor-add-row-after-button.directive.mjs +3 -3
  60. package/esm2020/tools/tables/editor-add-row-before-button.directive.mjs +3 -3
  61. package/esm2020/tools/tables/editor-delete-column-button.directive.mjs +3 -3
  62. package/esm2020/tools/tables/editor-delete-row-button.directive.mjs +3 -3
  63. package/esm2020/tools/tables/editor-delete-table-button.directive.mjs +3 -3
  64. package/esm2020/tools/tables/editor-insert-table-button.component.mjs +8 -8
  65. package/esm2020/tools/tables/editor-merge-cells-button.directive.mjs +3 -3
  66. package/esm2020/tools/tables/editor-split-cell-button.directive.mjs +3 -3
  67. package/esm2020/tools/tables/popup-table-grid.component.mjs +4 -4
  68. package/esm2020/tools/tools.service.mjs +3 -3
  69. package/esm2020/tools/typographical-emphasis/editor-bold-button.directive.mjs +3 -3
  70. package/esm2020/tools/typographical-emphasis/editor-italic-button.directive.mjs +3 -3
  71. package/esm2020/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs +3 -3
  72. package/esm2020/tools/typographical-emphasis/editor-subscript-button.directive.mjs +3 -3
  73. package/esm2020/tools/typographical-emphasis/editor-superscript-button.directive.mjs +3 -3
  74. package/esm2020/tools/typographical-emphasis/editor-underline-button.directive.mjs +3 -3
  75. package/fesm2015/progress-kendo-angular-editor.mjs +1175 -1177
  76. package/fesm2020/progress-kendo-angular-editor.mjs +1035 -1037
  77. package/index.d.ts +1 -0
  78. package/localization/custom-messages.component.d.ts +1 -1
  79. package/localization/localized-messages.directive.d.ts +1 -1
  80. package/localization/messages.d.ts +1 -1
  81. package/package.json +21 -21
  82. package/schematics/ngAdd/index.js +3 -3
  83. package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
  84. package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
  85. package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
  86. package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
  87. package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
  88. package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
  89. package/tools/colorpicker/editor-colorpicker.component.d.ts +1 -1
  90. package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
  91. package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
  92. package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +1 -1
  93. package/tools/fontfamily/editor-fontfamily.component.d.ts +1 -1
  94. package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +1 -1
  95. package/tools/fontsize/editor-fontsize.component.d.ts +1 -1
  96. package/tools/format/editor-format-dropdownlist.component.d.ts +1 -1
  97. package/tools/format/editor-format.component.d.ts +1 -1
  98. package/tools/history/editor-redo-button.directive.d.ts +1 -1
  99. package/tools/history/editor-undo-button.directive.d.ts +1 -1
  100. package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
  101. package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
  102. package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
  103. package/tools/link/editor-create-link-button.directive.d.ts +1 -1
  104. package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
  105. package/tools/link/editor-unlink-button.directive.d.ts +1 -1
  106. package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
  107. package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
  108. package/tools/print/editor-print-button.directive.d.ts +1 -1
  109. package/tools/select-all/select-all-button.directive.d.ts +1 -1
  110. package/tools/shared/dropdown-tool.directive.d.ts +1 -1
  111. package/tools/shared/editor-command-base.d.ts +1 -1
  112. package/tools/source/editor-view-source-button.directive.d.ts +1 -1
  113. package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
  114. package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
  115. package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
  116. package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
  117. package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
  118. package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
  119. package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
  120. package/tools/tables/editor-insert-table-button.component.d.ts +1 -1
  121. package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
  122. package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
  123. package/tools/tables/popup-table-grid.component.d.ts +1 -1
  124. package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
  125. package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
  126. package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
  127. package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
  128. package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
  129. package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
  130. package/progress-kendo-angular-editor.d.ts +0 -9
@@ -33,5 +33,5 @@ export declare class ColorPickerDialogComponent extends DialogContentBase {
33
33
  setData(args: any): void;
34
34
  textFor(key: string): string;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerDialogComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
37
37
  }
@@ -30,5 +30,5 @@ export declare class FileLinkDialogComponent extends DialogContentBase {
30
30
  private setLinkText;
31
31
  private getData;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<FileLinkDialogComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<FileLinkDialogComponent, "ng-component", never, { "editor": "editor"; "command": "command"; }, {}, never, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileLinkDialogComponent, "ng-component", never, { "editor": "editor"; "command": "command"; }, {}, never, never, false, never>;
34
34
  }
@@ -28,5 +28,5 @@ export declare class FontFamilyDialogComponent extends DialogContentBase {
28
28
  setData(args: any): void;
29
29
  textFor(key: string): string;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FontFamilyDialogComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<FontFamilyDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<FontFamilyDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
32
32
  }
@@ -28,5 +28,5 @@ export declare class FontSizeDialogComponent extends DialogContentBase {
28
28
  setData(args: any): void;
29
29
  textFor(key: string): string;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FontSizeDialogComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<FontSizeDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<FontSizeDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
32
32
  }
@@ -28,5 +28,5 @@ export declare class FormatDialogComponent extends DialogContentBase {
28
28
  setData(args: any): void;
29
29
  textFor(key: string): string;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatDialogComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<FormatDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormatDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
32
32
  }
@@ -37,5 +37,5 @@ export declare class ImageDialogComponent extends DialogContentBase {
37
37
  private getData;
38
38
  private normalizeDimension;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageDialogComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
41
41
  }
@@ -20,5 +20,5 @@ export declare class InsertTableDialogComponent extends DialogContentBase {
20
20
  setData(args: any): void;
21
21
  textFor(key: string): string;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<InsertTableDialogComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<InsertTableDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<InsertTableDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
24
24
  }
@@ -24,5 +24,5 @@ export declare class SourceDialogComponent extends DialogContentBase {
24
24
  textFor(key: string): string;
25
25
  private indent;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SourceDialogComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<SourceDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SourceDialogComponent, "ng-component", never, { "editor": "editor"; }, {}, never, never, false, never>;
28
28
  }
@@ -258,5 +258,5 @@ export declare class EditorComponent implements AfterViewInit, ControlValueAcces
258
258
  private onPaste;
259
259
  private dispatchPasteEvent;
260
260
  static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
261
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "kendo-editor", never, { "value": "value"; "disabled": "disabled"; "readonly": "readonly"; "iframe": "iframe"; "iframeCss": "iframeCss"; "applyToWord": "applyToWord"; "schema": "schema"; "plugins": "plugins"; "placeholder": "placeholder"; "preserveWhitespace": "preserveWhitespace"; "pasteCleanupSettings": "pasteCleanupSettings"; "resizable": "resizable"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "paste": "paste"; "onBlur": "blur"; }, ["userToolBarComponent", "userToolBarElement"], ["kendo-toolbar"]>;
261
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "kendo-editor", never, { "value": "value"; "disabled": "disabled"; "readonly": "readonly"; "iframe": "iframe"; "iframeCss": "iframeCss"; "applyToWord": "applyToWord"; "schema": "schema"; "plugins": "plugins"; "placeholder": "placeholder"; "preserveWhitespace": "preserveWhitespace"; "pasteCleanupSettings": "pasteCleanupSettings"; "resizable": "resizable"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "paste": "paste"; "onBlur": "blur"; }, ["userToolBarComponent", "userToolBarElement"], ["kendo-toolbar"], false, never>;
262
262
  }
@@ -9,8 +9,8 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class ProviderService {
11
11
  }
12
- ProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- ProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProviderService });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProviderService, decorators: [{
12
+ ProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ ProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ProviderService });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ProviderService, decorators: [{
15
15
  type: Injectable
16
16
  }] });
@@ -11,8 +11,8 @@ import { ColorPickerComponent } from '@progress/kendo-angular-inputs';
11
11
  import * as i0 from "@angular/core";
12
12
  import * as i1 from "@progress/kendo-angular-dialog";
13
13
  import * as i2 from "../localization/editor-localization.service";
14
- import * as i3 from "@progress/kendo-angular-inputs";
15
- import * as i4 from "@progress/kendo-angular-buttons";
14
+ import * as i3 from "@progress/kendo-angular-buttons";
15
+ import * as i4 from "@progress/kendo-angular-inputs";
16
16
  /**
17
17
  * @hidden
18
18
  */
@@ -57,8 +57,8 @@ export class ColorPickerDialogComponent extends DialogContentBase {
57
57
  return this.localization.get(key);
58
58
  }
59
59
  }
60
- ColorPickerDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
61
- ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
60
+ ColorPickerDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
61
+ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
62
62
  <kendo-dialog-titlebar (close)="onCancelAction()">
63
63
  {{ textFor(editorCommand) }}
64
64
  </kendo-dialog-titlebar>
@@ -88,8 +88,8 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
88
88
  (click)="onCancelAction()"
89
89
  >{{ textFor('dialogCancel') }}</button>
90
90
  </kendo-dialog-actions>
91
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.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"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.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"] }] });
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
91
+ `, 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: i4.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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }] });
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
93
93
  type: Component,
94
94
  args: [{
95
95
  template: `
@@ -12,11 +12,11 @@ import { TextBoxComponent } from '@progress/kendo-angular-inputs';
12
12
  import * as i0 from "@angular/core";
13
13
  import * as i1 from "@progress/kendo-angular-dialog";
14
14
  import * as i2 from "../localization/editor-localization.service";
15
- import * as i3 from "@progress/kendo-angular-inputs";
16
- import * as i4 from "@progress/kendo-angular-label";
15
+ import * as i3 from "@angular/common";
16
+ import * as i4 from "@angular/forms";
17
17
  import * as i5 from "@progress/kendo-angular-buttons";
18
- import * as i6 from "@angular/forms";
19
- import * as i7 from "@angular/common";
18
+ import * as i6 from "@progress/kendo-angular-inputs";
19
+ import * as i7 from "@progress/kendo-angular-label";
20
20
  /**
21
21
  * @hidden
22
22
  */
@@ -105,8 +105,8 @@ export class FileLinkDialogComponent extends DialogContentBase {
105
105
  return linkData;
106
106
  }
107
107
  }
108
- FileLinkDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileLinkDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
109
- FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FileLinkDialogComponent, selector: "ng-component", inputs: { editor: "editor", command: "command" }, viewQueries: [{ propertyName: "hrefInput", first: true, predicate: ["hrefInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
108
+ FileLinkDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FileLinkDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
109
+ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FileLinkDialogComponent, selector: "ng-component", inputs: { editor: "editor", command: "command" }, viewQueries: [{ propertyName: "hrefInput", first: true, predicate: ["hrefInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
110
110
  <kendo-dialog-titlebar (close)="onCancelAction()">
111
111
  {{ titleText }}
112
112
  </kendo-dialog-titlebar>
@@ -172,8 +172,8 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
172
172
  (click)="onCancelAction()"
173
173
  >{{ textFor('dialogCancel') }}</button>
174
174
  </kendo-dialog-actions>
175
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i3.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"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i5.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"] }], directives: [{ type: i6.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i6.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i3.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
175
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.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: i5.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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.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"] }] });
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
177
177
  type: Component,
178
178
  args: [{
179
179
  template: `
@@ -10,8 +10,8 @@ import { FontFamilyDropDownListComponent } from '../tools/fontfamily/editor-font
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@progress/kendo-angular-dialog";
12
12
  import * as i2 from "../localization/editor-localization.service";
13
- import * as i3 from "../tools/fontfamily/editor-fontfamily-dropdownlist.component";
14
- import * as i4 from "@progress/kendo-angular-buttons";
13
+ import * as i3 from "@progress/kendo-angular-buttons";
14
+ import * as i4 from "../tools/fontfamily/editor-fontfamily-dropdownlist.component";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -47,8 +47,8 @@ export class FontFamilyDialogComponent extends DialogContentBase {
47
47
  return this.localization.get(key);
48
48
  }
49
49
  }
50
- FontFamilyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
51
- FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
50
+ FontFamilyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FontFamilyDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
51
+ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
52
52
  <kendo-dialog-titlebar (close)="onCancelAction()">
53
53
  {{ textFor('fontFamily') }}
54
54
  </kendo-dialog-titlebar>
@@ -73,8 +73,8 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
73
73
  (click)="onCancelAction()"
74
74
  >{{ textFor('dialogCancel') }}</button>
75
75
  </kendo-dialog-actions>
76
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.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"] }] });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
76
+ `, 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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i4.FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{
80
80
  template: `
@@ -10,8 +10,8 @@ import { FontSizeDropDownListComponent } from '../tools/fontsize/editor-fontsize
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@progress/kendo-angular-dialog";
12
12
  import * as i2 from "../localization/editor-localization.service";
13
- import * as i3 from "../tools/fontsize/editor-fontsize-dropdownlist.component";
14
- import * as i4 from "@progress/kendo-angular-buttons";
13
+ import * as i3 from "@progress/kendo-angular-buttons";
14
+ import * as i4 from "../tools/fontsize/editor-fontsize-dropdownlist.component";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -47,8 +47,8 @@ export class FontSizeDialogComponent extends DialogContentBase {
47
47
  return this.localization.get(key);
48
48
  }
49
49
  }
50
- FontSizeDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
51
- FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
50
+ FontSizeDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FontSizeDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
51
+ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
52
52
  <kendo-dialog-titlebar (close)="onCancelAction()">
53
53
  {{ textFor('fontSize') }}
54
54
  </kendo-dialog-titlebar>
@@ -73,8 +73,8 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
73
73
  (click)="onCancelAction()"
74
74
  >{{ textFor('dialogCancel') }}</button>
75
75
  </kendo-dialog-actions>
76
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.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"] }] });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
76
+ `, 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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i4.FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{
80
80
  template: `
@@ -9,8 +9,8 @@ import { FormatDropDownListComponent } from '../tools/format/editor-format-dropd
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "@progress/kendo-angular-dialog";
11
11
  import * as i2 from "../localization/editor-localization.service";
12
- import * as i3 from "../tools/format/editor-format-dropdownlist.component";
13
- import * as i4 from "@progress/kendo-angular-buttons";
12
+ import * as i3 from "@progress/kendo-angular-buttons";
13
+ import * as i4 from "../tools/format/editor-format-dropdownlist.component";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -46,8 +46,8 @@ export class FormatDialogComponent extends DialogContentBase {
46
46
  return this.localization.get(key);
47
47
  }
48
48
  }
49
- FormatDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
50
- FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
49
+ FormatDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormatDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
50
+ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
51
51
  <kendo-dialog-titlebar (close)="onCancelAction()">
52
52
  {{ textFor('format') }}
53
53
  </kendo-dialog-titlebar>
@@ -72,8 +72,8 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
72
72
  (click)="onCancelAction()"
73
73
  >{{ textFor('dialogCancel') }}</button>
74
74
  </kendo-dialog-actions>
75
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.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"] }] });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDialogComponent, decorators: [{
75
+ `, 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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i4.FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }] });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormatDialogComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{
79
79
  template: `
@@ -13,10 +13,10 @@ import { TextBoxComponent } from '@progress/kendo-angular-inputs';
13
13
  import * as i0 from "@angular/core";
14
14
  import * as i1 from "@progress/kendo-angular-dialog";
15
15
  import * as i2 from "../localization/editor-localization.service";
16
- import * as i3 from "@progress/kendo-angular-inputs";
17
- import * as i4 from "@progress/kendo-angular-label";
18
- import * as i5 from "@progress/kendo-angular-buttons";
19
- import * as i6 from "@angular/forms";
16
+ import * as i3 from "@angular/forms";
17
+ import * as i4 from "@progress/kendo-angular-buttons";
18
+ import * as i5 from "@progress/kendo-angular-inputs";
19
+ import * as i6 from "@progress/kendo-angular-label";
20
20
  /**
21
21
  * @hidden
22
22
  */
@@ -87,8 +87,8 @@ export class ImageDialogComponent extends DialogContentBase {
87
87
  return Number.isNaN(parseInt(value, 10)) || parseInt(value, 10) <= 0 ? '' : safeString(parseInt(value, 10));
88
88
  }
89
89
  }
90
- ImageDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImageDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
91
- ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ImageDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "srcInput", first: true, predicate: ["srcInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
90
+ ImageDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ImageDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
91
+ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ImageDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "srcInput", first: true, predicate: ["srcInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
92
92
  <kendo-dialog-titlebar (close)="onCancelAction()">
93
93
  {{ textFor('insertImage') }}
94
94
  </kendo-dialog-titlebar>
@@ -150,8 +150,8 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
150
150
  (click)="onCancelAction()"
151
151
  >{{ textFor('dialogCancel') }}</button>
152
152
  </kendo-dialog-actions>
153
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i3.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"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i5.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"] }], directives: [{ type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImageDialogComponent, decorators: [{
153
+ `, isInline: true, dependencies: [{ 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: i4.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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i5.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: i5.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: i6.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ImageDialogComponent, decorators: [{
155
155
  type: Component,
156
156
  args: [{
157
157
  template: `
@@ -9,8 +9,8 @@ import { EditorComponent } from '../editor.component';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "@progress/kendo-angular-dialog";
11
11
  import * as i2 from "../localization/editor-localization.service";
12
- import * as i3 from "../tools/tables/popup-table-grid.component";
13
- import * as i4 from "@progress/kendo-angular-buttons";
12
+ import * as i3 from "@progress/kendo-angular-buttons";
13
+ import * as i4 from "../tools/tables/popup-table-grid.component";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -36,8 +36,8 @@ export class InsertTableDialogComponent extends DialogContentBase {
36
36
  return this.localization.get(key);
37
37
  }
38
38
  }
39
- InsertTableDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InsertTableDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
40
- InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: InsertTableDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, usesInheritance: true, ngImport: i0, template: `
39
+ InsertTableDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InsertTableDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
40
+ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: InsertTableDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, usesInheritance: true, ngImport: i0, template: `
41
41
  <kendo-dialog-titlebar (close)="onCancelAction()">
42
42
  {{ textFor('insertTable') }}
43
43
  </kendo-dialog-titlebar>
@@ -50,8 +50,8 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
50
50
  (click)="onCancelAction()"
51
51
  >{{ textFor('dialogCancel') }}</button>
52
52
  </kendo-dialog-actions>
53
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.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"] }] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
53
+ `, 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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i4.PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
55
55
  type: Component,
56
56
  args: [{
57
57
  template: `
@@ -10,8 +10,8 @@ import { EditorLocalizationService } from '../localization/editor-localization.s
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@progress/kendo-angular-dialog";
12
12
  import * as i2 from "../localization/editor-localization.service";
13
- import * as i3 from "@progress/kendo-angular-inputs";
14
- import * as i4 from "@progress/kendo-angular-buttons";
13
+ import * as i3 from "@progress/kendo-angular-buttons";
14
+ import * as i4 from "@progress/kendo-angular-inputs";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -52,8 +52,8 @@ export class SourceDialogComponent extends DialogContentBase {
52
52
  .replace(/\n$/, '');
53
53
  }
54
54
  }
55
- SourceDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SourceDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
56
- SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SourceDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "textarea", first: true, predicate: ["textarea"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
55
+ SourceDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SourceDialogComponent, deps: [{ token: i1.DialogRef }, { token: i2.EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
56
+ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SourceDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "textarea", first: true, predicate: ["textarea"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
57
57
  <kendo-dialog-titlebar (close)="onCancelAction()">
58
58
  {{ textFor('viewSource') }}
59
59
  </kendo-dialog-titlebar>
@@ -76,8 +76,8 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
76
76
  (click)="onCancelAction()"
77
77
  >{{ textFor('dialogCancel') }}</button>
78
78
  </kendo-dialog-actions>
79
- `, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.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"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.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"] }] });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SourceDialogComponent, decorators: [{
79
+ `, 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.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i4.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"] }] });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SourceDialogComponent, decorators: [{
81
81
  type: Component,
82
82
  args: [{
83
83
  template: `
@@ -31,25 +31,25 @@ import * as i1 from "@progress/kendo-angular-dialog";
31
31
  import * as i2 from "@progress/kendo-angular-l10n";
32
32
  import * as i3 from "./common/provider.service";
33
33
  import * as i4 from "./tools/tools.service";
34
- import * as i5 from "@progress/kendo-angular-toolbar";
35
- import * as i6 from "./tools/format/editor-format.component";
34
+ import * as i5 from "@angular/common";
35
+ import * as i6 from "@progress/kendo-angular-toolbar";
36
36
  import * as i7 from "@progress/kendo-angular-common";
37
- import * as i8 from "./localization/localized-messages.directive";
38
- import * as i9 from "@angular/common";
39
- import * as i10 from "./tools/typographical-emphasis/editor-bold-button.directive";
40
- import * as i11 from "./tools/typographical-emphasis/editor-italic-button.directive";
41
- import * as i12 from "./tools/typographical-emphasis/editor-underline-button.directive";
42
- import * as i13 from "./tools/alignment/editor-align-left-button.directive";
43
- import * as i14 from "./tools/alignment/editor-align-center-button.directive";
44
- import * as i15 from "./tools/alignment/editor-align-right-button.directive";
45
- import * as i16 from "./tools/alignment/editor-align-justify-button.directive";
46
- import * as i17 from "./tools/list/editor-insert-unordered-list-button.directive";
47
- import * as i18 from "./tools/list/editor-insert-ordered-list-button.directive";
48
- import * as i19 from "./tools/indentation/editor-indent-button.directive";
49
- import * as i20 from "./tools/indentation/editor-outdent-button.directive";
50
- import * as i21 from "./tools/link/editor-create-link-button.directive";
51
- import * as i22 from "./tools/link/editor-unlink-button.directive";
52
- import * as i23 from "./tools/image/editor-insert-image-button.directive";
37
+ import * as i8 from "./tools/alignment/editor-align-left-button.directive";
38
+ import * as i9 from "./tools/alignment/editor-align-center-button.directive";
39
+ import * as i10 from "./tools/alignment/editor-align-right-button.directive";
40
+ import * as i11 from "./tools/alignment/editor-align-justify-button.directive";
41
+ import * as i12 from "./tools/image/editor-insert-image-button.directive";
42
+ import * as i13 from "./tools/indentation/editor-indent-button.directive";
43
+ import * as i14 from "./tools/indentation/editor-outdent-button.directive";
44
+ import * as i15 from "./tools/link/editor-create-link-button.directive";
45
+ import * as i16 from "./tools/link/editor-unlink-button.directive";
46
+ import * as i17 from "./tools/list/editor-insert-ordered-list-button.directive";
47
+ import * as i18 from "./tools/list/editor-insert-unordered-list-button.directive";
48
+ import * as i19 from "./tools/typographical-emphasis/editor-bold-button.directive";
49
+ import * as i20 from "./tools/typographical-emphasis/editor-italic-button.directive";
50
+ import * as i21 from "./tools/typographical-emphasis/editor-underline-button.directive";
51
+ import * as i22 from "./localization/localized-messages.directive";
52
+ import * as i23 from "./tools/format/editor-format.component";
53
53
  const EMPTY_PARAGRAPH = '<p></p>';
54
54
  const defaultPasteCleanupSettings = {
55
55
  convertMsLists: false,
@@ -798,10 +798,9 @@ export class EditorComponent {
798
798
  }
799
799
  return cleanContent;
800
800
  }
801
- ;
802
801
  }
803
- EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorComponent, deps: [{ token: i1.DialogService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i3.ProviderService }, { token: i4.EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
804
- EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
802
+ EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditorComponent, deps: [{ token: i1.DialogService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i3.ProviderService }, { token: i4.EditorToolsService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
803
+ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
805
804
  EditorLocalizationService,
806
805
  ProviderService,
807
806
  EditorToolsService,
@@ -981,8 +980,8 @@ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
981
980
  <ng-container #dialogsContainer></ng-container>
982
981
 
983
982
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
984
- `, isInline: true, components: [{ type: i5.ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "tabindex", "size", "tabIndex"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { type: i5.ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { type: i5.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"] }, { type: i6.EditorFormatComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: ["data"], outputs: ["valueChange"] }, { type: i7.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i8.LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]" }, { type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i10.EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]" }, { type: i11.EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]" }, { type: i12.EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]" }, { type: i13.EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]" }, { type: i14.EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]" }, { type: i15.EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]" }, { type: i16.EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]" }, { type: i17.EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]" }, { type: i18.EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]" }, { type: i19.EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]" }, { type: i20.EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]" }, { type: i21.EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]" }, { type: i22.EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]" }, { type: i23.EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]" }] });
985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorComponent, decorators: [{
983
+ `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "tabindex", "size", "tabIndex"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: i6.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: i6.ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { kind: "component", type: i7.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "directive", type: i8.EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]" }, { kind: "directive", type: i9.EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]" }, { kind: "directive", type: i10.EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]" }, { kind: "directive", type: i11.EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]" }, { kind: "directive", type: i12.EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]" }, { kind: "directive", type: i13.EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]" }, { kind: "directive", type: i14.EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]" }, { kind: "directive", type: i15.EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]" }, { kind: "directive", type: i16.EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]" }, { kind: "directive", type: i17.EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]" }, { kind: "directive", type: i18.EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]" }, { kind: "directive", type: i19.EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]" }, { kind: "directive", type: i20.EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]" }, { kind: "directive", type: i21.EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]" }, { kind: "directive", type: i22.LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]" }, { kind: "component", type: i23.EditorFormatComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: ["data"], outputs: ["valueChange"] }] });
984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditorComponent, decorators: [{
986
985
  type: Component,
987
986
  args: [{
988
987
  selector: 'kendo-editor',