@progress/kendo-angular-editor 4.2.0 → 11.0.0-develop.79
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.
- package/NOTICE.txt +3 -3
- package/README.md +2 -2
- package/common/active-marks.d.ts +1 -1
- package/common/apply-to-word-options.d.ts +1 -1
- package/common/commands.d.ts +1 -1
- package/common/css-settings.interface.d.ts +1 -1
- package/common/direction.d.ts +1 -1
- package/common/error-messages.d.ts +1 -1
- package/common/font-family-item.interface.d.ts +1 -1
- package/common/font-size-item.interface.d.ts +1 -1
- package/common/format-item.interface.d.ts +1 -1
- package/common/image-data.interface.d.ts +1 -1
- package/common/link-data.interface.d.ts +1 -1
- package/common/paste-cleanup-settings.d.ts +1 -1
- package/common/plugins-function.d.ts +1 -1
- package/common/predicate.d.ts +1 -1
- package/common/provider.service.d.ts +1 -1
- package/common/resizable-options.interface.d.ts +1 -1
- package/common/styles.d.ts +1 -1
- package/common/table-data.interface.d.ts +1 -1
- package/config/command-icons.d.ts +1 -1
- package/config/commands.d.ts +1 -1
- package/config/schema.d.ts +1 -1
- package/config/semantic-nodes.d.ts +1 -1
- package/config/table-commands.d.ts +1 -1
- package/config/utils.d.ts +1 -1
- package/dialogs/colorpicker-dialog.component.d.ts +1 -1
- package/dialogs/file-link-dialog.component.d.ts +1 -1
- package/dialogs/font-family-dialog.component.d.ts +1 -1
- package/dialogs/font-size-dialog.component.d.ts +1 -1
- package/dialogs/format-dialog.component.d.ts +1 -1
- package/dialogs/image-dialog.component.d.ts +1 -1
- package/dialogs/insert-table-dialog.component.d.ts +1 -1
- package/dialogs/source-dialog.component.d.ts +1 -1
- package/editor-toolbar-state.d.ts +1 -1
- package/editor.component.d.ts +1 -1
- package/editor.module.d.ts +1 -1
- package/{esm2015/common/css-settings.interface.js → esm2020/common/active-marks.mjs} +1 -1
- package/{esm2015/common/active-marks.js → esm2020/common/apply-to-word-options.mjs} +1 -1
- package/{esm2015/common/apply-to-word-options.js → esm2020/common/commands.mjs} +1 -1
- package/{esm2015/common/commands.js → esm2020/common/css-settings.interface.mjs} +1 -1
- package/esm2020/common/direction.mjs +5 -0
- package/{esm2015/common/error-messages.js → esm2020/common/error-messages.mjs} +1 -1
- package/esm2020/common/font-family-item.interface.mjs +5 -0
- package/esm2020/common/font-size-item.interface.mjs +5 -0
- package/esm2020/common/format-item.interface.mjs +5 -0
- package/esm2020/common/image-data.interface.mjs +5 -0
- package/esm2020/common/link-data.interface.mjs +5 -0
- package/esm2020/common/paste-cleanup-settings.mjs +5 -0
- package/esm2020/common/plugins-function.mjs +5 -0
- package/esm2020/common/predicate.mjs +5 -0
- package/{esm2015/common/provider.service.js → esm2020/common/provider.service.mjs} +4 -4
- package/esm2020/common/resizable-options.interface.mjs +5 -0
- package/{esm2015/common/styles.js → esm2020/common/styles.mjs} +1 -1
- package/esm2020/common/table-data.interface.mjs +5 -0
- package/{esm2015/config/command-icons.js → esm2020/config/command-icons.mjs} +1 -1
- package/{esm2015/config/commands.js → esm2020/config/commands.mjs} +7 -7
- package/{esm2015/config/schema.js → esm2020/config/schema.mjs} +1 -1
- package/{esm2015/config/semantic-nodes.js → esm2020/config/semantic-nodes.mjs} +4 -2
- package/{esm2015/config/table-commands.js → esm2020/config/table-commands.mjs} +1 -1
- package/{esm2015/config/utils.js → esm2020/config/utils.mjs} +11 -7
- package/{esm2015/dialogs/colorpicker-dialog.component.js → esm2020/dialogs/colorpicker-dialog.component.mjs} +10 -8
- package/{esm2015/dialogs/file-link-dialog.component.js → esm2020/dialogs/file-link-dialog.component.mjs} +17 -16
- package/{esm2015/dialogs/font-family-dialog.component.js → esm2020/dialogs/font-family-dialog.component.mjs} +10 -8
- package/{esm2015/dialogs/font-size-dialog.component.js → esm2020/dialogs/font-size-dialog.component.mjs} +10 -8
- package/{esm2015/dialogs/format-dialog.component.js → esm2020/dialogs/format-dialog.component.mjs} +9 -8
- package/{esm2015/dialogs/image-dialog.component.js → esm2020/dialogs/image-dialog.component.mjs} +13 -12
- package/{esm2015/dialogs/insert-table-dialog.component.js → esm2020/dialogs/insert-table-dialog.component.mjs} +10 -8
- package/{esm2015/dialogs/source-dialog.component.js → esm2020/dialogs/source-dialog.component.mjs} +10 -16
- package/{esm2015/editor-toolbar-state.js → esm2020/editor-toolbar-state.mjs} +6 -6
- package/{esm2015/editor.component.js → esm2020/editor.component.mjs} +22 -31
- package/{esm2015/editor.module.js → esm2020/editor.module.mjs} +5 -5
- package/{esm2015/main.js → esm2020/index.mjs} +3 -2
- package/{esm2015/localization/custom-messages.component.js → esm2020/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/localization/editor-localization.service.js → esm2020/localization/editor-localization.service.mjs} +5 -5
- package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/localization/messages.js → esm2020/localization/messages.mjs} +4 -4
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/esm2020/preventable-events/paste-event-data.mjs +5 -0
- package/{esm2015/preventable-events/paste-event.js → esm2020/preventable-events/paste-event.mjs} +1 -1
- package/{esm2015/preventable-events/preventable-event.js → esm2020/preventable-events/preventable-event.mjs} +1 -1
- package/{esm2015/kendo-angular-editor.js → esm2020/progress-kendo-angular-editor.mjs} +2 -2
- package/{esm2015/tools/alignment/editor-align-center-button.directive.js → esm2020/tools/alignment/editor-align-center-button.directive.mjs} +8 -4
- package/{esm2015/tools/alignment/editor-align-justify-button.directive.js → esm2020/tools/alignment/editor-align-justify-button.directive.mjs} +8 -4
- package/{esm2015/tools/alignment/editor-align-left-button.directive.js → esm2020/tools/alignment/editor-align-left-button.directive.mjs} +8 -4
- package/{esm2015/tools/alignment/editor-align-right-button.directive.js → esm2020/tools/alignment/editor-align-right-button.directive.mjs} +8 -4
- package/{esm2015/tools/blockquote/editor-blockquote-button.directive.js → esm2020/tools/blockquote/editor-blockquote-button.directive.mjs} +8 -4
- package/{esm2015/tools/colorpicker/editor-back-color.directive.js → esm2020/tools/colorpicker/editor-back-color.directive.mjs} +5 -4
- package/{esm2015/tools/colorpicker/editor-colorpicker.component.js → esm2020/tools/colorpicker/editor-colorpicker.component.mjs} +9 -6
- package/{esm2015/tools/colorpicker/editor-fore-color.directive.js → esm2020/tools/colorpicker/editor-fore-color.directive.mjs} +5 -4
- package/{esm2015/tools/editor-clean-formatting-button.directive.js → esm2020/tools/editor-clean-formatting-button.directive.mjs} +8 -4
- package/{esm2015/tools/fontfamily/editor-fontfamily-dropdownlist.component.js → esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs} +9 -12
- package/{esm2015/tools/fontfamily/editor-fontfamily.component.js → esm2020/tools/fontfamily/editor-fontfamily.component.mjs} +12 -8
- package/{esm2015/tools/fontsize/editor-fontsize-dropdownlist.component.js → esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs} +9 -12
- package/{esm2015/tools/fontsize/editor-fontsize.component.js → esm2020/tools/fontsize/editor-fontsize.component.mjs} +13 -9
- package/{esm2015/tools/format/editor-format-dropdownlist.component.js → esm2020/tools/format/editor-format-dropdownlist.component.mjs} +23 -26
- package/{esm2015/tools/format/editor-format.component.js → esm2020/tools/format/editor-format.component.mjs} +13 -8
- package/{esm2015/tools/history/editor-redo-button.directive.js → esm2020/tools/history/editor-redo-button.directive.mjs} +8 -4
- package/{esm2015/tools/history/editor-undo-button.directive.js → esm2020/tools/history/editor-undo-button.directive.mjs} +8 -4
- package/{esm2015/tools/image/editor-insert-image-button.directive.js → esm2020/tools/image/editor-insert-image-button.directive.mjs} +8 -4
- package/{esm2015/tools/indentation/editor-indent-button.directive.js → esm2020/tools/indentation/editor-indent-button.directive.mjs} +8 -4
- package/{esm2015/tools/indentation/editor-outdent-button.directive.js → esm2020/tools/indentation/editor-outdent-button.directive.mjs} +8 -4
- package/{esm2015/tools/link/editor-create-link-button.directive.js → esm2020/tools/link/editor-create-link-button.directive.mjs} +8 -4
- package/{esm2015/tools/link/editor-insert-file-button.directive.js → esm2020/tools/link/editor-insert-file-button.directive.mjs} +8 -4
- package/{esm2015/tools/link/editor-unlink-button.directive.js → esm2020/tools/link/editor-unlink-button.directive.mjs} +8 -4
- package/{esm2015/tools/list/editor-insert-ordered-list-button.directive.js → esm2020/tools/list/editor-insert-ordered-list-button.directive.mjs} +8 -4
- package/{esm2015/tools/list/editor-insert-unordered-list-button.directive.js → esm2020/tools/list/editor-insert-unordered-list-button.directive.mjs} +8 -4
- package/{esm2015/tools/print/editor-print-button.directive.js → esm2020/tools/print/editor-print-button.directive.mjs} +8 -4
- package/{esm2015/tools/select-all/select-all-button.directive.js → esm2020/tools/select-all/select-all-button.directive.mjs} +8 -4
- package/{esm2015/tools/shared/dropdown-tool.directive.js → esm2020/tools/shared/dropdown-tool.directive.mjs} +5 -5
- package/{esm2015/tools/shared/editor-command-base.js → esm2020/tools/shared/editor-command-base.mjs} +8 -7
- package/{esm2015/tools/shared/editor-command-button.js → esm2020/tools/shared/editor-command-button.mjs} +1 -1
- package/{esm2015/tools/shared/editor-command-dialog.js → esm2020/tools/shared/editor-command-dialog.mjs} +1 -1
- package/{esm2015/tools/source/editor-view-source-button.directive.js → esm2020/tools/source/editor-view-source-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-add-column-after-button.directive.js → esm2020/tools/tables/editor-add-column-after-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-add-column-before-button.directive.js → esm2020/tools/tables/editor-add-column-before-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-add-row-after-button.directive.js → esm2020/tools/tables/editor-add-row-after-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-add-row-before-button.directive.js → esm2020/tools/tables/editor-add-row-before-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-delete-column-button.directive.js → esm2020/tools/tables/editor-delete-column-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-delete-row-button.directive.js → esm2020/tools/tables/editor-delete-row-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-delete-table-button.directive.js → esm2020/tools/tables/editor-delete-table-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-insert-table-button.component.js → esm2020/tools/tables/editor-insert-table-button.component.mjs} +19 -15
- package/{esm2015/tools/tables/editor-merge-cells-button.directive.js → esm2020/tools/tables/editor-merge-cells-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/editor-split-cell-button.directive.js → esm2020/tools/tables/editor-split-cell-button.directive.mjs} +8 -4
- package/{esm2015/tools/tables/popup-table-grid.component.js → esm2020/tools/tables/popup-table-grid.component.mjs} +6 -6
- package/{esm2015/tools/tools.service.js → esm2020/tools/tools.service.mjs} +4 -4
- package/{esm2015/tools/typographical-emphasis/editor-bold-button.directive.js → esm2020/tools/typographical-emphasis/editor-bold-button.directive.mjs} +8 -4
- package/{esm2015/tools/typographical-emphasis/editor-italic-button.directive.js → esm2020/tools/typographical-emphasis/editor-italic-button.directive.mjs} +8 -4
- package/{esm2015/tools/typographical-emphasis/editor-strikethrough-button.directive.js → esm2020/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs} +8 -4
- package/{esm2015/tools/typographical-emphasis/editor-subscript-button.directive.js → esm2020/tools/typographical-emphasis/editor-subscript-button.directive.mjs} +8 -4
- package/{esm2015/tools/typographical-emphasis/editor-superscript-button.directive.js → esm2020/tools/typographical-emphasis/editor-superscript-button.directive.mjs} +8 -4
- package/{esm2015/tools/typographical-emphasis/editor-underline-button.directive.js → esm2020/tools/typographical-emphasis/editor-underline-button.directive.mjs} +8 -4
- package/{esm2015/util.js → esm2020/util.mjs} +2 -2
- package/fesm2015/{kendo-angular-editor.js → progress-kendo-angular-editor.mjs} +319 -343
- package/fesm2020/progress-kendo-angular-editor.mjs +6480 -0
- package/{main.d.ts → index.d.ts} +3 -2
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/editor-localization.service.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +36 -63
- package/preventable-events/paste-event-data.d.ts +1 -1
- package/preventable-events/paste-event.d.ts +1 -1
- package/preventable-events/preventable-event.d.ts +1 -1
- package/{kendo-angular-editor.d.ts → progress-kendo-angular-editor.d.ts} +2 -2
- package/schematics/ngAdd/index.js +1 -5
- package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
- package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
- package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
- package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
- package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
- package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
- package/tools/colorpicker/editor-colorpicker.component.d.ts +1 -1
- package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
- package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
- package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +1 -1
- package/tools/fontfamily/editor-fontfamily.component.d.ts +1 -1
- package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +1 -1
- package/tools/fontsize/editor-fontsize.component.d.ts +1 -1
- package/tools/format/editor-format-dropdownlist.component.d.ts +1 -1
- package/tools/format/editor-format.component.d.ts +1 -1
- package/tools/history/editor-redo-button.directive.d.ts +1 -1
- package/tools/history/editor-undo-button.directive.d.ts +1 -1
- package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
- package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
- package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
- package/tools/link/editor-create-link-button.directive.d.ts +1 -1
- package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
- package/tools/link/editor-unlink-button.directive.d.ts +1 -1
- package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
- package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
- package/tools/print/editor-print-button.directive.d.ts +1 -1
- package/tools/select-all/select-all-button.directive.d.ts +1 -1
- package/tools/shared/dropdown-tool.directive.d.ts +1 -1
- package/tools/shared/editor-command-base.d.ts +1 -1
- package/tools/shared/editor-command-button.d.ts +1 -1
- package/tools/shared/editor-command-dialog.d.ts +1 -1
- package/tools/source/editor-view-source-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
- package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
- package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
- package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
- package/tools/tables/editor-insert-table-button.component.d.ts +1 -1
- package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
- package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
- package/tools/tables/popup-table-grid.component.d.ts +1 -1
- package/tools/tools.service.d.ts +1 -1
- package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
- package/util.d.ts +1 -1
- package/bundles/kendo-angular-editor.umd.js +0 -5
- package/esm2015/common/direction.js +0 -5
- package/esm2015/common/font-family-item.interface.js +0 -5
- package/esm2015/common/font-size-item.interface.js +0 -5
- package/esm2015/common/format-item.interface.js +0 -5
- package/esm2015/common/image-data.interface.js +0 -5
- package/esm2015/common/link-data.interface.js +0 -5
- package/esm2015/common/paste-cleanup-settings.js +0 -5
- package/esm2015/common/plugins-function.js +0 -5
- package/esm2015/common/predicate.js +0 -5
- package/esm2015/common/resizable-options.interface.js +0 -5
- package/esm2015/common/table-data.interface.js +0 -5
- package/esm2015/preventable-events/paste-event-data.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
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
6
|
import { Injectable, Inject, Optional, Component, Input, ViewChild, ElementRef, Directive, EventEmitter, Output, forwardRef, InjectionToken, isDevMode, ViewContainerRef, HostBinding, ContentChild, NgModule } from '@angular/core';
|
|
7
|
-
import * as
|
|
7
|
+
import * as i4$1 from '@angular/forms';
|
|
8
8
|
import { FormControl, Validators, FormGroup, NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
9
9
|
import { Subject, BehaviorSubject, zip, fromEvent, interval } from 'rxjs';
|
|
10
10
|
import { take, map, filter as filter$1, concatMap, takeUntil } from 'rxjs/operators';
|
|
@@ -20,9 +20,9 @@ import * as i1 from '@progress/kendo-angular-l10n';
|
|
|
20
20
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
21
21
|
import * as i4 from '@progress/kendo-angular-buttons';
|
|
22
22
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
23
|
-
import * as i3
|
|
23
|
+
import * as i3 from '@angular/common';
|
|
24
24
|
import { CommonModule } from '@angular/common';
|
|
25
|
-
import * as
|
|
25
|
+
import * as i6 from '@progress/kendo-angular-inputs';
|
|
26
26
|
import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
27
27
|
import * as i1$2 from '@progress/kendo-angular-dropdowns';
|
|
28
28
|
import { DropDownListComponent, DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
@@ -35,16 +35,16 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-editor',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
38
|
+
publishDate: 1672320924,
|
|
39
39
|
version: '',
|
|
40
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
40
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* @hidden
|
|
45
45
|
*/
|
|
46
46
|
const hasAttrs = (attrs, exclude) => {
|
|
47
|
-
for (
|
|
47
|
+
for (const attr in attrs) {
|
|
48
48
|
if (attr && attrs[attr] !== null && attr !== exclude) {
|
|
49
49
|
return true;
|
|
50
50
|
}
|
|
@@ -56,7 +56,7 @@ const hasAttrs = (attrs, exclude) => {
|
|
|
56
56
|
*/
|
|
57
57
|
const getAttrs = (attrs, exclude) => {
|
|
58
58
|
const result = {};
|
|
59
|
-
for (
|
|
59
|
+
for (const attr in attrs) {
|
|
60
60
|
if (attr && attrs[attr] !== null && attr !== exclude) {
|
|
61
61
|
result[attr] = attrs[attr];
|
|
62
62
|
}
|
|
@@ -68,9 +68,9 @@ const getAttrs = (attrs, exclude) => {
|
|
|
68
68
|
*/
|
|
69
69
|
const getAttributes = (dom) => {
|
|
70
70
|
const result = {};
|
|
71
|
-
|
|
71
|
+
const attributes = dom.attributes;
|
|
72
72
|
for (let i = 0; i < attributes.length; i++) {
|
|
73
|
-
attr = attributes[i];
|
|
73
|
+
const attr = attributes[i];
|
|
74
74
|
result[attr.name] = attr.value;
|
|
75
75
|
}
|
|
76
76
|
return result;
|
|
@@ -266,14 +266,14 @@ const getToolbarState = (state, options) => ({
|
|
|
266
266
|
},
|
|
267
267
|
indent: {
|
|
268
268
|
selected: false,
|
|
269
|
-
disabled: !(canIndentAsListItem(state, state.schema.nodes
|
|
269
|
+
disabled: !(canIndentAsListItem(state, state.schema.nodes['list_item']) || canBeIndented(state, indentRules))
|
|
270
270
|
},
|
|
271
271
|
insertOrderedList: {
|
|
272
|
-
selected: hasNode(state, state.schema.nodes
|
|
272
|
+
selected: hasNode(state, state.schema.nodes['ordered_list']),
|
|
273
273
|
disabled: false
|
|
274
274
|
},
|
|
275
275
|
insertUnorderedList: {
|
|
276
|
-
selected: hasNode(state, state.schema.nodes
|
|
276
|
+
selected: hasNode(state, state.schema.nodes['bullet_list']),
|
|
277
277
|
disabled: false
|
|
278
278
|
},
|
|
279
279
|
italic: {
|
|
@@ -287,7 +287,7 @@ const getToolbarState = (state, options) => ({
|
|
|
287
287
|
outdent: {
|
|
288
288
|
selected: false,
|
|
289
289
|
get disabled() {
|
|
290
|
-
return !(hasNode(state, state.schema.nodes
|
|
290
|
+
return !(hasNode(state, state.schema.nodes['blockquote']) ||
|
|
291
291
|
canOutdentAsListItem(state, outdentRules) ||
|
|
292
292
|
isIndented(state, outdentRules.nodes));
|
|
293
293
|
}
|
|
@@ -305,7 +305,7 @@ const getToolbarState = (state, options) => ({
|
|
|
305
305
|
disabled: false
|
|
306
306
|
},
|
|
307
307
|
style: {
|
|
308
|
-
selected: getActiveMarks(state, state.schema.marks
|
|
308
|
+
selected: getActiveMarks(state, state.schema.marks['style']),
|
|
309
309
|
disabled: false
|
|
310
310
|
},
|
|
311
311
|
subscript: {
|
|
@@ -590,7 +590,7 @@ const getUniqueStyleValues = (style, cssStyle) => {
|
|
|
590
590
|
}
|
|
591
591
|
const uniqueMarkValues = style.marks
|
|
592
592
|
.filter(m => m.type.name === 'style')
|
|
593
|
-
.map(m => m.attrs
|
|
593
|
+
.map(m => m.attrs['style'])
|
|
594
594
|
.map(safeString)
|
|
595
595
|
.map(split(';'))
|
|
596
596
|
.map(filter((m) => m.includes(cssStyle)))
|
|
@@ -630,21 +630,23 @@ class EditorLocalizationService extends LocalizationService {
|
|
|
630
630
|
super(prefix, messageService, _rtl);
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
|
-
EditorLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
634
|
-
EditorLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
633
|
+
EditorLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
634
|
+
EditorLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorLocalizationService });
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorLocalizationService, decorators: [{
|
|
636
636
|
type: Injectable
|
|
637
|
-
}], ctorParameters: function () {
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
type:
|
|
642
|
-
|
|
643
|
-
type:
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
637
|
+
}], ctorParameters: function () {
|
|
638
|
+
return [{ type: undefined, decorators: [{
|
|
639
|
+
type: Inject,
|
|
640
|
+
args: [L10N_PREFIX]
|
|
641
|
+
}] }, { type: i1.MessageService, decorators: [{
|
|
642
|
+
type: Optional
|
|
643
|
+
}] }, { type: undefined, decorators: [{
|
|
644
|
+
type: Optional
|
|
645
|
+
}, {
|
|
646
|
+
type: Inject,
|
|
647
|
+
args: [RTL]
|
|
648
|
+
}] }];
|
|
649
|
+
} });
|
|
648
650
|
|
|
649
651
|
/**
|
|
650
652
|
* @hidden
|
|
@@ -686,32 +688,25 @@ class SourceDialogComponent extends DialogContentBase {
|
|
|
686
688
|
.replace(/\n$/, '');
|
|
687
689
|
}
|
|
688
690
|
}
|
|
689
|
-
SourceDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
690
|
-
SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
691
|
+
SourceDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SourceDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
692
|
+
SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SourceDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "textarea", first: true, predicate: ["textarea"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
691
693
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
692
694
|
{{ textFor('viewSource') }}
|
|
693
695
|
</kendo-dialog-titlebar>
|
|
694
|
-
<textarea [value]="data" #textarea class="k-textarea k-editor-textarea"></textarea>
|
|
696
|
+
<textarea [value]="data" #textarea class="k-textarea k-editor-textarea" [style.height.%]="100"></textarea>
|
|
695
697
|
<kendo-dialog-actions>
|
|
696
698
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
697
699
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
698
700
|
</kendo-dialog-actions>
|
|
699
|
-
`, isInline: true,
|
|
700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
701
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SourceDialogComponent, decorators: [{
|
|
701
703
|
type: Component,
|
|
702
704
|
args: [{
|
|
703
|
-
styles: [
|
|
704
|
-
`
|
|
705
|
-
>>> .k-editor-textarea {
|
|
706
|
-
height: 100%;
|
|
707
|
-
}
|
|
708
|
-
`
|
|
709
|
-
],
|
|
710
705
|
template: `
|
|
711
706
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
712
707
|
{{ textFor('viewSource') }}
|
|
713
708
|
</kendo-dialog-titlebar>
|
|
714
|
-
<textarea [value]="data" #textarea class="k-textarea k-editor-textarea"></textarea>
|
|
709
|
+
<textarea [value]="data" #textarea class="k-textarea k-editor-textarea" [style.height.%]="100"></textarea>
|
|
715
710
|
<kendo-dialog-actions>
|
|
716
711
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
717
712
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -774,10 +769,10 @@ class ImageDialogComponent extends DialogContentBase {
|
|
|
774
769
|
setData(state) {
|
|
775
770
|
const node = getNodeFromSelection(state);
|
|
776
771
|
if (node) {
|
|
777
|
-
this.src.patchValue(node.attrs
|
|
778
|
-
this.alt.patchValue(node.attrs
|
|
779
|
-
this.width.patchValue(node.attrs
|
|
780
|
-
this.height.patchValue(node.attrs
|
|
772
|
+
this.src.patchValue(node.attrs['src']);
|
|
773
|
+
this.alt.patchValue(node.attrs['alt']);
|
|
774
|
+
this.width.patchValue(node.attrs['width']);
|
|
775
|
+
this.height.patchValue(node.attrs['height']);
|
|
781
776
|
}
|
|
782
777
|
}
|
|
783
778
|
textFor(key) {
|
|
@@ -795,8 +790,8 @@ class ImageDialogComponent extends DialogContentBase {
|
|
|
795
790
|
return Number.isNaN(parseInt(value, 10)) || parseInt(value, 10) <= 0 ? '' : safeString(parseInt(value, 10));
|
|
796
791
|
}
|
|
797
792
|
}
|
|
798
|
-
ImageDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
799
|
-
ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
793
|
+
ImageDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ImageDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
794
|
+
ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ImageDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, viewQueries: [{ propertyName: "srcInput", first: true, predicate: ["srcInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
800
795
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
801
796
|
{{ textFor('insertImage') }}
|
|
802
797
|
</kendo-dialog-titlebar>
|
|
@@ -835,8 +830,8 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
835
830
|
<button kendoButton [disabled]="imageData.invalid"
|
|
836
831
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
837
832
|
</kendo-dialog-actions>
|
|
838
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }], directives: [{ type:
|
|
839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
833
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ImageDialogComponent, decorators: [{
|
|
840
835
|
type: Component,
|
|
841
836
|
args: [{
|
|
842
837
|
template: `
|
|
@@ -922,14 +917,14 @@ class FileLinkDialogComponent extends DialogContentBase {
|
|
|
922
917
|
if (this.command === 'createLink') {
|
|
923
918
|
this.linkForm.addControl('target', new FormControl());
|
|
924
919
|
}
|
|
925
|
-
const linkMark = getMark(state, state.schema.marks
|
|
920
|
+
const linkMark = getMark(state, state.schema.marks['link']);
|
|
926
921
|
if (linkMark) {
|
|
927
922
|
// const linkMarkRange = getMarkRange(state.selection.$cursor, schema.marks.link);
|
|
928
923
|
// const mark = parentNode.child(cursorNodeIndex).marks.find(m => m.type === markType);
|
|
929
924
|
this.linkForm.reset({
|
|
930
|
-
href: linkMark.attrs
|
|
931
|
-
title: linkMark.attrs
|
|
932
|
-
target: isPresent(linkMark.attrs
|
|
925
|
+
href: linkMark.attrs['href'],
|
|
926
|
+
title: linkMark.attrs['title'],
|
|
927
|
+
target: isPresent(linkMark.attrs['target']),
|
|
933
928
|
text: this.setLinkText(state)
|
|
934
929
|
});
|
|
935
930
|
return;
|
|
@@ -968,15 +963,15 @@ class FileLinkDialogComponent extends DialogContentBase {
|
|
|
968
963
|
}
|
|
969
964
|
}
|
|
970
965
|
getData() {
|
|
971
|
-
|
|
972
|
-
if (isPresent(this.linkForm.controls
|
|
966
|
+
const linkData = this.linkForm.value;
|
|
967
|
+
if (isPresent(this.linkForm.controls['target'])) {
|
|
973
968
|
linkData.target = linkData.target ? '_blank' : null;
|
|
974
969
|
}
|
|
975
970
|
return linkData;
|
|
976
971
|
}
|
|
977
972
|
}
|
|
978
|
-
FileLinkDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
979
|
-
FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
973
|
+
FileLinkDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileLinkDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
974
|
+
FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: FileLinkDialogComponent, selector: "ng-component", inputs: { editor: "editor", command: "command" }, viewQueries: [{ propertyName: "hrefInput", first: true, predicate: ["hrefInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
980
975
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
981
976
|
{{ titleText }}
|
|
982
977
|
</kendo-dialog-titlebar>
|
|
@@ -1021,8 +1016,8 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1021
1016
|
{{ textFor('dialogInsert') }}
|
|
1022
1017
|
</button>
|
|
1023
1018
|
</kendo-dialog-actions>
|
|
1024
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }], directives: [{ type:
|
|
1025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1019
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i4$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i4$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4$1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i6.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }] });
|
|
1020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
|
|
1026
1021
|
type: Component,
|
|
1027
1022
|
args: [{
|
|
1028
1023
|
template: `
|
|
@@ -1402,9 +1397,9 @@ const EditorErrorMessages = {
|
|
|
1402
1397
|
*/
|
|
1403
1398
|
class ProviderService {
|
|
1404
1399
|
}
|
|
1405
|
-
ProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1406
|
-
ProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1400
|
+
ProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1401
|
+
ProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ProviderService });
|
|
1402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ProviderService, decorators: [{
|
|
1408
1403
|
type: Injectable
|
|
1409
1404
|
}] });
|
|
1410
1405
|
|
|
@@ -1416,9 +1411,9 @@ class EditorToolsService {
|
|
|
1416
1411
|
this.needsCheck = new Subject();
|
|
1417
1412
|
}
|
|
1418
1413
|
}
|
|
1419
|
-
EditorToolsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1420
|
-
EditorToolsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1414
|
+
EditorToolsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorToolsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1415
|
+
EditorToolsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorToolsService });
|
|
1416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorToolsService, decorators: [{
|
|
1422
1417
|
type: Injectable
|
|
1423
1418
|
}] });
|
|
1424
1419
|
|
|
@@ -1485,9 +1480,9 @@ class DropDownToolDirective {
|
|
|
1485
1480
|
this.hostElement.removeEventListener('pointerdown', this.preventDefault);
|
|
1486
1481
|
}
|
|
1487
1482
|
}
|
|
1488
|
-
DropDownToolDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1489
|
-
DropDownToolDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1483
|
+
DropDownToolDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropDownToolDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1484
|
+
DropDownToolDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]", ngImport: i0 });
|
|
1485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropDownToolDirective, decorators: [{
|
|
1491
1486
|
type: Directive,
|
|
1492
1487
|
args: [{ selector: '[kendoEditorDropDownTool]' }]
|
|
1493
1488
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1506,8 +1501,8 @@ class FormatDropDownListComponent {
|
|
|
1506
1501
|
this.dropDownList.focus();
|
|
1507
1502
|
}
|
|
1508
1503
|
}
|
|
1509
|
-
FormatDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1510
|
-
FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1504
|
+
FormatDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FormatDropDownListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1505
|
+
FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
1511
1506
|
<kendo-dropdownlist
|
|
1512
1507
|
#element
|
|
1513
1508
|
kendoEditorDropDownTool
|
|
@@ -1522,34 +1517,35 @@ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
1522
1517
|
[disabled]="disabled"
|
|
1523
1518
|
[tabindex]="tabindex"
|
|
1524
1519
|
(valueChange)="onValueChange($event)"
|
|
1520
|
+
[style.width.em]="13"
|
|
1525
1521
|
>
|
|
1526
1522
|
<ng-template kendoDropDownListItemTemplate let-dataItem>
|
|
1527
1523
|
<ng-container [ngSwitch]="dataItem.tag">
|
|
1528
|
-
<span *ngSwitchCase="'h1'" style="display: block; font-size: 2em; margin-left: 0; font-weight: bold;">
|
|
1524
|
+
<span *ngSwitchCase="'h1'" [style]="'display: block; font-size: 2em; margin-left: 0; font-weight: bold;'">
|
|
1529
1525
|
{{ dataItem.text }}
|
|
1530
1526
|
</span>
|
|
1531
1527
|
|
|
1532
|
-
<span *ngSwitchCase="'h2'" style="display: block; font-size: 1.5em; margin-left: 0; font-weight: bold;">
|
|
1528
|
+
<span *ngSwitchCase="'h2'" [style]="'display: block; font-size: 1.5em; margin-left: 0; font-weight: bold;'">
|
|
1533
1529
|
{{ dataItem.text }}
|
|
1534
1530
|
</span>
|
|
1535
1531
|
|
|
1536
|
-
<span *ngSwitchCase="'h3'" style="display: block; font-size: 1.17em; margin-left: 0; font-weight: bold;">
|
|
1532
|
+
<span *ngSwitchCase="'h3'" [style]="'display: block; font-size: 1.17em; margin-left: 0; font-weight: bold;'">
|
|
1537
1533
|
{{ dataItem.text }}
|
|
1538
1534
|
</span>
|
|
1539
1535
|
|
|
1540
|
-
<span *ngSwitchCase="'h4'" style="display: block; font-size: 1em; margin-left: 0; font-weight: bold;">
|
|
1536
|
+
<span *ngSwitchCase="'h4'" [style]="'display: block; font-size: 1em; margin-left: 0; font-weight: bold;'">
|
|
1541
1537
|
{{ dataItem.text }}
|
|
1542
1538
|
</span>
|
|
1543
1539
|
|
|
1544
|
-
<span *ngSwitchCase="'h5'" style="display: block; font-size: .83em; margin-left: 0; font-weight: bold;">
|
|
1540
|
+
<span *ngSwitchCase="'h5'" [style]="'display: block; font-size: .83em; margin-left: 0; font-weight: bold;'">
|
|
1545
1541
|
{{ dataItem.text }}
|
|
1546
1542
|
</span>
|
|
1547
1543
|
|
|
1548
|
-
<span *ngSwitchCase="'h6'" style="display: block; font-size: .67em; margin-left: 0; font-weight: bold;">
|
|
1544
|
+
<span *ngSwitchCase="'h6'" [style]="'display: block; font-size: .67em; margin-left: 0; font-weight: bold;'">
|
|
1549
1545
|
{{ dataItem.text }}
|
|
1550
1546
|
</span>
|
|
1551
1547
|
|
|
1552
|
-
<span *ngSwitchCase="'p'" style="display: block; margin-left: 0;">
|
|
1548
|
+
<span *ngSwitchCase="'p'" [style]="'display: block; margin-left: 0;'">
|
|
1553
1549
|
{{ dataItem.text }}
|
|
1554
1550
|
</span>
|
|
1555
1551
|
|
|
@@ -1557,8 +1553,8 @@ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
1557
1553
|
</ng-container>
|
|
1558
1554
|
</ng-template>
|
|
1559
1555
|
</kendo-dropdownlist>
|
|
1560
|
-
`, isInline: true,
|
|
1561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1556
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FormatDropDownListComponent, decorators: [{
|
|
1562
1558
|
type: Component,
|
|
1563
1559
|
args: [{
|
|
1564
1560
|
selector: 'kendo-editor-format-dropdownlist',
|
|
@@ -1577,34 +1573,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1577
1573
|
[disabled]="disabled"
|
|
1578
1574
|
[tabindex]="tabindex"
|
|
1579
1575
|
(valueChange)="onValueChange($event)"
|
|
1576
|
+
[style.width.em]="13"
|
|
1580
1577
|
>
|
|
1581
1578
|
<ng-template kendoDropDownListItemTemplate let-dataItem>
|
|
1582
1579
|
<ng-container [ngSwitch]="dataItem.tag">
|
|
1583
|
-
<span *ngSwitchCase="'h1'" style="display: block; font-size: 2em; margin-left: 0; font-weight: bold;">
|
|
1580
|
+
<span *ngSwitchCase="'h1'" [style]="'display: block; font-size: 2em; margin-left: 0; font-weight: bold;'">
|
|
1584
1581
|
{{ dataItem.text }}
|
|
1585
1582
|
</span>
|
|
1586
1583
|
|
|
1587
|
-
<span *ngSwitchCase="'h2'" style="display: block; font-size: 1.5em; margin-left: 0; font-weight: bold;">
|
|
1584
|
+
<span *ngSwitchCase="'h2'" [style]="'display: block; font-size: 1.5em; margin-left: 0; font-weight: bold;'">
|
|
1588
1585
|
{{ dataItem.text }}
|
|
1589
1586
|
</span>
|
|
1590
1587
|
|
|
1591
|
-
<span *ngSwitchCase="'h3'" style="display: block; font-size: 1.17em; margin-left: 0; font-weight: bold;">
|
|
1588
|
+
<span *ngSwitchCase="'h3'" [style]="'display: block; font-size: 1.17em; margin-left: 0; font-weight: bold;'">
|
|
1592
1589
|
{{ dataItem.text }}
|
|
1593
1590
|
</span>
|
|
1594
1591
|
|
|
1595
|
-
<span *ngSwitchCase="'h4'" style="display: block; font-size: 1em; margin-left: 0; font-weight: bold;">
|
|
1592
|
+
<span *ngSwitchCase="'h4'" [style]="'display: block; font-size: 1em; margin-left: 0; font-weight: bold;'">
|
|
1596
1593
|
{{ dataItem.text }}
|
|
1597
1594
|
</span>
|
|
1598
1595
|
|
|
1599
|
-
<span *ngSwitchCase="'h5'" style="display: block; font-size: .83em; margin-left: 0; font-weight: bold;">
|
|
1596
|
+
<span *ngSwitchCase="'h5'" [style]="'display: block; font-size: .83em; margin-left: 0; font-weight: bold;'">
|
|
1600
1597
|
{{ dataItem.text }}
|
|
1601
1598
|
</span>
|
|
1602
1599
|
|
|
1603
|
-
<span *ngSwitchCase="'h6'" style="display: block; font-size: .67em; margin-left: 0; font-weight: bold;">
|
|
1600
|
+
<span *ngSwitchCase="'h6'" [style]="'display: block; font-size: .67em; margin-left: 0; font-weight: bold;'">
|
|
1604
1601
|
{{ dataItem.text }}
|
|
1605
1602
|
</span>
|
|
1606
1603
|
|
|
1607
|
-
<span *ngSwitchCase="'p'" style="display: block; margin-left: 0;">
|
|
1604
|
+
<span *ngSwitchCase="'p'" [style]="'display: block; margin-left: 0;'">
|
|
1608
1605
|
{{ dataItem.text }}
|
|
1609
1606
|
</span>
|
|
1610
1607
|
|
|
@@ -1612,12 +1609,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1612
1609
|
</ng-container>
|
|
1613
1610
|
</ng-template>
|
|
1614
1611
|
</kendo-dropdownlist>
|
|
1615
|
-
|
|
1616
|
-
styles: [`
|
|
1617
|
-
.k-dropdownlist {
|
|
1618
|
-
width: 13em;
|
|
1619
|
-
}
|
|
1620
|
-
`]
|
|
1612
|
+
`
|
|
1621
1613
|
}]
|
|
1622
1614
|
}], propDecorators: { data: [{
|
|
1623
1615
|
type: Input
|
|
@@ -1678,14 +1670,14 @@ class FormatDialogComponent extends DialogContentBase {
|
|
|
1678
1670
|
return this.localization.get(key);
|
|
1679
1671
|
}
|
|
1680
1672
|
}
|
|
1681
|
-
FormatDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1682
|
-
FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1673
|
+
FormatDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FormatDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1674
|
+
FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
1683
1675
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
1684
1676
|
{{ textFor('format') }}
|
|
1685
1677
|
</kendo-dialog-titlebar>
|
|
1686
1678
|
<div class="k-editor-dialog">
|
|
1687
1679
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
1688
|
-
<div class="k-edit-form-container k-window-content" style
|
|
1680
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
1689
1681
|
<kendo-editor-format-dropdownlist
|
|
1690
1682
|
#formatDropDownList
|
|
1691
1683
|
[defaultItem]="defaultItem"
|
|
@@ -1702,8 +1694,8 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1702
1694
|
<button kendoButton
|
|
1703
1695
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
1704
1696
|
</kendo-dialog-actions>
|
|
1705
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }
|
|
1706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1697
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
1698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FormatDialogComponent, decorators: [{
|
|
1707
1699
|
type: Component,
|
|
1708
1700
|
args: [{
|
|
1709
1701
|
template: `
|
|
@@ -1712,7 +1704,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1712
1704
|
</kendo-dialog-titlebar>
|
|
1713
1705
|
<div class="k-editor-dialog">
|
|
1714
1706
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
1715
|
-
<div class="k-edit-form-container k-window-content" style
|
|
1707
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
1716
1708
|
<kendo-editor-format-dropdownlist
|
|
1717
1709
|
#formatDropDownList
|
|
1718
1710
|
[defaultItem]="defaultItem"
|
|
@@ -1868,8 +1860,8 @@ class EditorFormatComponent extends ToolBarToolComponent {
|
|
|
1868
1860
|
return false;
|
|
1869
1861
|
}
|
|
1870
1862
|
}
|
|
1871
|
-
EditorFormatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1872
|
-
EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1863
|
+
EditorFormatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorFormatComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1864
|
+
EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
1873
1865
|
<ng-template #toolbarTemplate>
|
|
1874
1866
|
<kendo-editor-format-dropdownlist
|
|
1875
1867
|
#formatDropDownList
|
|
@@ -1900,8 +1892,8 @@ EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1900
1892
|
{{ title }}
|
|
1901
1893
|
</button>
|
|
1902
1894
|
</ng-template>
|
|
1903
|
-
`, isInline: true, components: [{ type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }
|
|
1904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1895
|
+
`, isInline: true, components: [{ type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
1896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorFormatComponent, decorators: [{
|
|
1905
1897
|
type: Component,
|
|
1906
1898
|
args: [{
|
|
1907
1899
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFormatComponent) }],
|
|
@@ -1951,10 +1943,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1951
1943
|
args: ['popupTemplate', { static: true }]
|
|
1952
1944
|
}], formatDropDownList: [{
|
|
1953
1945
|
type: ViewChild,
|
|
1954
|
-
args: ['formatDropDownList'
|
|
1946
|
+
args: ['formatDropDownList']
|
|
1955
1947
|
}], formatButton: [{
|
|
1956
1948
|
type: ViewChild,
|
|
1957
|
-
args: ['formatButton', {
|
|
1949
|
+
args: ['formatButton', { read: ElementRef }]
|
|
1958
1950
|
}] } });
|
|
1959
1951
|
|
|
1960
1952
|
/**
|
|
@@ -1962,9 +1954,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1962
1954
|
*/
|
|
1963
1955
|
class MessagesDirective extends ComponentMessages {
|
|
1964
1956
|
}
|
|
1965
|
-
MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1966
|
-
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1957
|
+
MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1958
|
+
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", 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", 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 });
|
|
1959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
1968
1960
|
type: Directive,
|
|
1969
1961
|
args: [{
|
|
1970
1962
|
selector: '[kendoEditorMessages]'
|
|
@@ -2090,12 +2082,12 @@ class LocalizedMessagesDirective extends MessagesDirective {
|
|
|
2090
2082
|
this.service = service;
|
|
2091
2083
|
}
|
|
2092
2084
|
}
|
|
2093
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2094
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2085
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2086
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]", providers: [{
|
|
2095
2087
|
provide: MessagesDirective,
|
|
2096
2088
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2097
2089
|
}], usesInheritance: true, ngImport: i0 });
|
|
2098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
2099
2091
|
type: Directive,
|
|
2100
2092
|
args: [{
|
|
2101
2093
|
providers: [{
|
|
@@ -2186,24 +2178,23 @@ class EditorCommandBaseDirective {
|
|
|
2186
2178
|
this.subs.unsubscribe();
|
|
2187
2179
|
}
|
|
2188
2180
|
}
|
|
2189
|
-
// eslint-disable -next-line
|
|
2190
2181
|
clickHandler() { }
|
|
2191
|
-
// eslint-disable -next-line
|
|
2192
2182
|
pointerdownHandler(_event) { }
|
|
2193
|
-
// eslint-disable -next-line
|
|
2194
2183
|
onStateChange(_toolBarState) { }
|
|
2195
2184
|
}
|
|
2196
|
-
EditorCommandBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2197
|
-
EditorCommandBaseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2185
|
+
EditorCommandBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorCommandBaseDirective, deps: [{ token: MY_TOKEN }, { token: i1$3.ToolBarButtonComponent }, { token: i1.LocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2186
|
+
EditorCommandBaseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorCommandBaseDirective, selector: "[kendoEditorCommandBase]", ngImport: i0 });
|
|
2187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorCommandBaseDirective, decorators: [{
|
|
2199
2188
|
type: Directive,
|
|
2200
2189
|
args: [{
|
|
2201
2190
|
selector: '[kendoEditorCommandBase]'
|
|
2202
2191
|
}]
|
|
2203
|
-
}], ctorParameters: function () {
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2192
|
+
}], ctorParameters: function () {
|
|
2193
|
+
return [{ type: undefined, decorators: [{
|
|
2194
|
+
type: Inject,
|
|
2195
|
+
args: [MY_TOKEN]
|
|
2196
|
+
}] }, { type: i1$3.ToolBarButtonComponent }, { type: i1.LocalizationService }, { type: ProviderService }, { type: EditorToolsService }];
|
|
2197
|
+
} });
|
|
2207
2198
|
|
|
2208
2199
|
/**
|
|
2209
2200
|
* @hidden
|
|
@@ -2253,9 +2244,9 @@ class EditorBoldButtonDirective extends EditorCommandButton {
|
|
|
2253
2244
|
super('bold', button, localization, providerService, toolsService);
|
|
2254
2245
|
}
|
|
2255
2246
|
}
|
|
2256
|
-
EditorBoldButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2257
|
-
EditorBoldButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2247
|
+
EditorBoldButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorBoldButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2248
|
+
EditorBoldButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]", usesInheritance: true, ngImport: i0 });
|
|
2249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorBoldButtonDirective, decorators: [{
|
|
2259
2250
|
type: Directive,
|
|
2260
2251
|
args: [{
|
|
2261
2252
|
selector: 'kendo-toolbar-button[kendoEditorBoldButton]'
|
|
@@ -2285,9 +2276,9 @@ class EditorItalicButtonDirective extends EditorCommandButton {
|
|
|
2285
2276
|
super('italic', button, localization, providerService, toolsService);
|
|
2286
2277
|
}
|
|
2287
2278
|
}
|
|
2288
|
-
EditorItalicButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2289
|
-
EditorItalicButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2279
|
+
EditorItalicButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorItalicButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2280
|
+
EditorItalicButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]", usesInheritance: true, ngImport: i0 });
|
|
2281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorItalicButtonDirective, decorators: [{
|
|
2291
2282
|
type: Directive,
|
|
2292
2283
|
args: [{
|
|
2293
2284
|
selector: 'kendo-toolbar-button[kendoEditorItalicButton]'
|
|
@@ -2317,9 +2308,9 @@ class EditorUnderlineButtonDirective extends EditorCommandButton {
|
|
|
2317
2308
|
super('underline', button, localization, providerService, toolsService);
|
|
2318
2309
|
}
|
|
2319
2310
|
}
|
|
2320
|
-
EditorUnderlineButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2321
|
-
EditorUnderlineButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2311
|
+
EditorUnderlineButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorUnderlineButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2312
|
+
EditorUnderlineButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]", usesInheritance: true, ngImport: i0 });
|
|
2313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorUnderlineButtonDirective, decorators: [{
|
|
2323
2314
|
type: Directive,
|
|
2324
2315
|
args: [{
|
|
2325
2316
|
selector: 'kendo-toolbar-button[kendoEditorUnderlineButton]'
|
|
@@ -2349,9 +2340,9 @@ class EditorAlignLeftButtonDirective extends EditorCommandButton {
|
|
|
2349
2340
|
super('alignLeft', button, localization, providerService, toolsService);
|
|
2350
2341
|
}
|
|
2351
2342
|
}
|
|
2352
|
-
EditorAlignLeftButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2353
|
-
EditorAlignLeftButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2343
|
+
EditorAlignLeftButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignLeftButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2344
|
+
EditorAlignLeftButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]", usesInheritance: true, ngImport: i0 });
|
|
2345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignLeftButtonDirective, decorators: [{
|
|
2355
2346
|
type: Directive,
|
|
2356
2347
|
args: [{
|
|
2357
2348
|
selector: 'kendo-toolbar-button[kendoEditorAlignLeftButton]'
|
|
@@ -2381,9 +2372,9 @@ class EditorAlignCenterButtonDirective extends EditorCommandButton {
|
|
|
2381
2372
|
super('alignCenter', button, localization, providerService, toolsService);
|
|
2382
2373
|
}
|
|
2383
2374
|
}
|
|
2384
|
-
EditorAlignCenterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2385
|
-
EditorAlignCenterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2375
|
+
EditorAlignCenterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignCenterButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2376
|
+
EditorAlignCenterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]", usesInheritance: true, ngImport: i0 });
|
|
2377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignCenterButtonDirective, decorators: [{
|
|
2387
2378
|
type: Directive,
|
|
2388
2379
|
args: [{
|
|
2389
2380
|
selector: 'kendo-toolbar-button[kendoEditorAlignCenterButton]'
|
|
@@ -2413,9 +2404,9 @@ class EditorAlignRightButtonDirective extends EditorCommandButton {
|
|
|
2413
2404
|
super('alignRight', button, localization, providerService, toolsService);
|
|
2414
2405
|
}
|
|
2415
2406
|
}
|
|
2416
|
-
EditorAlignRightButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2417
|
-
EditorAlignRightButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2407
|
+
EditorAlignRightButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignRightButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2408
|
+
EditorAlignRightButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]", usesInheritance: true, ngImport: i0 });
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignRightButtonDirective, decorators: [{
|
|
2419
2410
|
type: Directive,
|
|
2420
2411
|
args: [{
|
|
2421
2412
|
selector: 'kendo-toolbar-button[kendoEditorAlignRightButton]'
|
|
@@ -2445,9 +2436,9 @@ class EditorAlignJustifyButtonDirective extends EditorCommandButton {
|
|
|
2445
2436
|
super('alignJustify', button, localization, providerService, toolsService);
|
|
2446
2437
|
}
|
|
2447
2438
|
}
|
|
2448
|
-
EditorAlignJustifyButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2449
|
-
EditorAlignJustifyButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2439
|
+
EditorAlignJustifyButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignJustifyButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2440
|
+
EditorAlignJustifyButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]", usesInheritance: true, ngImport: i0 });
|
|
2441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAlignJustifyButtonDirective, decorators: [{
|
|
2451
2442
|
type: Directive,
|
|
2452
2443
|
args: [{
|
|
2453
2444
|
selector: 'kendo-toolbar-button[kendoEditorAlignJustifyButton]'
|
|
@@ -2477,9 +2468,9 @@ class EditorInsertUnorderedListButtonDirective extends EditorCommandButton {
|
|
|
2477
2468
|
super('insertUnorderedList', button, localization, providerService, toolsService);
|
|
2478
2469
|
}
|
|
2479
2470
|
}
|
|
2480
|
-
EditorInsertUnorderedListButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2481
|
-
EditorInsertUnorderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2471
|
+
EditorInsertUnorderedListButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertUnorderedListButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2472
|
+
EditorInsertUnorderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]", usesInheritance: true, ngImport: i0 });
|
|
2473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertUnorderedListButtonDirective, decorators: [{
|
|
2483
2474
|
type: Directive,
|
|
2484
2475
|
args: [{
|
|
2485
2476
|
selector: 'kendo-toolbar-button[kendoEditorInsertUnorderedListButton]'
|
|
@@ -2509,9 +2500,9 @@ class EditorInsertOrderedListButtonDirective extends EditorCommandButton {
|
|
|
2509
2500
|
super('insertOrderedList', button, localization, providerService, toolsService);
|
|
2510
2501
|
}
|
|
2511
2502
|
}
|
|
2512
|
-
EditorInsertOrderedListButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2513
|
-
EditorInsertOrderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2503
|
+
EditorInsertOrderedListButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertOrderedListButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2504
|
+
EditorInsertOrderedListButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]", usesInheritance: true, ngImport: i0 });
|
|
2505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertOrderedListButtonDirective, decorators: [{
|
|
2515
2506
|
type: Directive,
|
|
2516
2507
|
args: [{
|
|
2517
2508
|
selector: 'kendo-toolbar-button[kendoEditorInsertOrderedListButton]'
|
|
@@ -2541,9 +2532,9 @@ class EditorIndentButtonDirective extends EditorCommandButton {
|
|
|
2541
2532
|
super('indent', button, localization, providerService, toolsService);
|
|
2542
2533
|
}
|
|
2543
2534
|
}
|
|
2544
|
-
EditorIndentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2545
|
-
EditorIndentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2535
|
+
EditorIndentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorIndentButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2536
|
+
EditorIndentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]", usesInheritance: true, ngImport: i0 });
|
|
2537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorIndentButtonDirective, decorators: [{
|
|
2547
2538
|
type: Directive,
|
|
2548
2539
|
args: [{
|
|
2549
2540
|
selector: 'kendo-toolbar-button[kendoEditorIndentButton]'
|
|
@@ -2573,9 +2564,9 @@ class EditorOutdentButtonDirective extends EditorCommandButton {
|
|
|
2573
2564
|
super('outdent', button, localization, providerService, toolsService);
|
|
2574
2565
|
}
|
|
2575
2566
|
}
|
|
2576
|
-
EditorOutdentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2577
|
-
EditorOutdentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2567
|
+
EditorOutdentButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorOutdentButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2568
|
+
EditorOutdentButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]", usesInheritance: true, ngImport: i0 });
|
|
2569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorOutdentButtonDirective, decorators: [{
|
|
2579
2570
|
type: Directive,
|
|
2580
2571
|
args: [{
|
|
2581
2572
|
selector: 'kendo-toolbar-button[kendoEditorOutdentButton]'
|
|
@@ -2625,9 +2616,9 @@ class EditorCreateLinkButtonDirective extends EditorCommandDialog {
|
|
|
2625
2616
|
super('createLink', button, localization, providerService, toolsService);
|
|
2626
2617
|
}
|
|
2627
2618
|
}
|
|
2628
|
-
EditorCreateLinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2629
|
-
EditorCreateLinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2619
|
+
EditorCreateLinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorCreateLinkButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2620
|
+
EditorCreateLinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]", usesInheritance: true, ngImport: i0 });
|
|
2621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorCreateLinkButtonDirective, decorators: [{
|
|
2631
2622
|
type: Directive,
|
|
2632
2623
|
args: [{
|
|
2633
2624
|
selector: 'kendo-toolbar-button[kendoEditorCreateLinkButton]'
|
|
@@ -2657,9 +2648,9 @@ class EditorUnlinkButtonDirective extends EditorCommandButton {
|
|
|
2657
2648
|
super('unlink', button, localization, providerService, toolsService);
|
|
2658
2649
|
}
|
|
2659
2650
|
}
|
|
2660
|
-
EditorUnlinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2661
|
-
EditorUnlinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2651
|
+
EditorUnlinkButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorUnlinkButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2652
|
+
EditorUnlinkButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]", usesInheritance: true, ngImport: i0 });
|
|
2653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorUnlinkButtonDirective, decorators: [{
|
|
2663
2654
|
type: Directive,
|
|
2664
2655
|
args: [{
|
|
2665
2656
|
selector: 'kendo-toolbar-button[kendoEditorUnlinkButton]'
|
|
@@ -2688,9 +2679,9 @@ class EditorInsertImageButtonDirective extends EditorCommandDialog {
|
|
|
2688
2679
|
super('insertImage', button, localization, providerService, toolsService);
|
|
2689
2680
|
}
|
|
2690
2681
|
}
|
|
2691
|
-
EditorInsertImageButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2692
|
-
EditorInsertImageButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2682
|
+
EditorInsertImageButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertImageButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2683
|
+
EditorInsertImageButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]", usesInheritance: true, ngImport: i0 });
|
|
2684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertImageButtonDirective, decorators: [{
|
|
2694
2685
|
type: Directive,
|
|
2695
2686
|
args: [{
|
|
2696
2687
|
selector: 'kendo-toolbar-button[kendoEditorInsertImageButton]'
|
|
@@ -2872,7 +2863,7 @@ class EditorComponent {
|
|
|
2872
2863
|
if (this.trOnChange) {
|
|
2873
2864
|
return this.htmlOnChange;
|
|
2874
2865
|
}
|
|
2875
|
-
|
|
2866
|
+
const value = this._view ? this.getSource() : this._value;
|
|
2876
2867
|
if (value === EMPTY_PARAGRAPH) {
|
|
2877
2868
|
return this._value ? '' : this._value;
|
|
2878
2869
|
}
|
|
@@ -3064,6 +3055,9 @@ class EditorComponent {
|
|
|
3064
3055
|
this.subs.add(this.toolsService.needsCheck.subscribe(() => this.cdr.markForCheck()));
|
|
3065
3056
|
}
|
|
3066
3057
|
ngAfterViewInit() {
|
|
3058
|
+
if (!isDocumentAvailable()) {
|
|
3059
|
+
return;
|
|
3060
|
+
}
|
|
3067
3061
|
this.afterViewInit.next();
|
|
3068
3062
|
if (!this.iframe) {
|
|
3069
3063
|
this.contentAreaLoaded.next();
|
|
@@ -3073,13 +3067,13 @@ class EditorComponent {
|
|
|
3073
3067
|
}
|
|
3074
3068
|
}
|
|
3075
3069
|
ngOnChanges(changes) {
|
|
3076
|
-
if (changes
|
|
3077
|
-
this.changeValue(changes
|
|
3070
|
+
if (changes['value'] && this.view) {
|
|
3071
|
+
this.changeValue(changes['value'].currentValue);
|
|
3078
3072
|
}
|
|
3079
|
-
if (changes
|
|
3073
|
+
if (changes['iframe'] && !changes['iframe'].isFirstChange()) {
|
|
3080
3074
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.initialize());
|
|
3081
3075
|
}
|
|
3082
|
-
if (changes
|
|
3076
|
+
if (changes['resizable'] && !changes['resizable'].isFirstChange()) {
|
|
3083
3077
|
this.normalizeSize();
|
|
3084
3078
|
}
|
|
3085
3079
|
}
|
|
@@ -3370,6 +3364,8 @@ class EditorComponent {
|
|
|
3370
3364
|
else {
|
|
3371
3365
|
containerElement = this.container.element.nativeElement;
|
|
3372
3366
|
}
|
|
3367
|
+
const proseMirror = containerElement.querySelector('.ProseMirror');
|
|
3368
|
+
proseMirror.style = "'height: 100%; width: 100%; box-sizing: border-box; outline: none; overflow: auto;'";
|
|
3373
3369
|
this.subs.add(fromEvent(containerElement, 'focusin')
|
|
3374
3370
|
.subscribe((e) => {
|
|
3375
3371
|
if (this.readonly) {
|
|
@@ -3470,8 +3466,8 @@ class EditorComponent {
|
|
|
3470
3466
|
}
|
|
3471
3467
|
;
|
|
3472
3468
|
}
|
|
3473
|
-
EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3474
|
-
EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3469
|
+
EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", 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 }], target: i0.ɵɵFactoryTarget.Component });
|
|
3470
|
+
EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: [
|
|
3475
3471
|
EditorLocalizationService,
|
|
3476
3472
|
ProviderService,
|
|
3477
3473
|
EditorToolsService,
|
|
@@ -3637,12 +3633,12 @@ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
3637
3633
|
<div *ngIf="!iframe" #content [attr.dir]="direction" class="k-editor-content"></div>
|
|
3638
3634
|
|
|
3639
3635
|
<div class="k-editor-content" *ngIf="iframe">
|
|
3640
|
-
<iframe #content srcdoc="<!DOCTYPE html>" frameborder="0" class="k-iframe" (load)="iframeOnLoad()"></iframe>
|
|
3636
|
+
<iframe #content srcdoc="<!DOCTYPE html>" frameborder="0" class="k-iframe" [style.width.%]="100" [style.height.%]="100" [style.display]="'block'" (load)="iframeOnLoad()"></iframe>
|
|
3641
3637
|
</div>
|
|
3642
3638
|
|
|
3643
3639
|
<ng-container #dialogsContainer></ng-container>
|
|
3644
|
-
`, isInline: true,
|
|
3645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3640
|
+
`, isInline: true, components: [{ type: i1$3.ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "tabindex", "tabIndex"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { type: i1$3.ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { type: i1$3.ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "themeColor", "icon", "iconClass", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { type: EditorFormatComponent, selector: "kendo-toolbar-dropdownlist[kendoEditorFormat]", inputs: ["data"], outputs: ["valueChange"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoEditorLocalizedMessages]" }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: EditorBoldButtonDirective, selector: "kendo-toolbar-button[kendoEditorBoldButton]" }, { type: EditorItalicButtonDirective, selector: "kendo-toolbar-button[kendoEditorItalicButton]" }, { type: EditorUnderlineButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnderlineButton]" }, { type: EditorAlignLeftButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignLeftButton]" }, { type: EditorAlignCenterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignCenterButton]" }, { type: EditorAlignRightButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignRightButton]" }, { type: EditorAlignJustifyButtonDirective, selector: "kendo-toolbar-button[kendoEditorAlignJustifyButton]" }, { type: EditorInsertUnorderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertUnorderedListButton]" }, { type: EditorInsertOrderedListButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertOrderedListButton]" }, { type: EditorIndentButtonDirective, selector: "kendo-toolbar-button[kendoEditorIndentButton]" }, { type: EditorOutdentButtonDirective, selector: "kendo-toolbar-button[kendoEditorOutdentButton]" }, { type: EditorCreateLinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorCreateLinkButton]" }, { type: EditorUnlinkButtonDirective, selector: "kendo-toolbar-button[kendoEditorUnlinkButton]" }, { type: EditorInsertImageButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertImageButton]" }] });
|
|
3641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorComponent, decorators: [{
|
|
3646
3642
|
type: Component,
|
|
3647
3643
|
args: [{
|
|
3648
3644
|
selector: 'kendo-editor',
|
|
@@ -3813,26 +3809,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3813
3809
|
<div *ngIf="!iframe" #content [attr.dir]="direction" class="k-editor-content"></div>
|
|
3814
3810
|
|
|
3815
3811
|
<div class="k-editor-content" *ngIf="iframe">
|
|
3816
|
-
<iframe #content srcdoc="<!DOCTYPE html>" frameborder="0" class="k-iframe" (load)="iframeOnLoad()"></iframe>
|
|
3812
|
+
<iframe #content srcdoc="<!DOCTYPE html>" frameborder="0" class="k-iframe" [style.width.%]="100" [style.height.%]="100" [style.display]="'block'" (load)="iframeOnLoad()"></iframe>
|
|
3817
3813
|
</div>
|
|
3818
3814
|
|
|
3819
3815
|
<ng-container #dialogsContainer></ng-container>
|
|
3820
|
-
|
|
3821
|
-
styles: [`
|
|
3822
|
-
.k-editor-content > .ProseMirror {
|
|
3823
|
-
height: 100%;
|
|
3824
|
-
width: 100%;
|
|
3825
|
-
box-sizing: border-box;
|
|
3826
|
-
outline: none;
|
|
3827
|
-
overflow: auto;
|
|
3828
|
-
}
|
|
3829
|
-
|
|
3830
|
-
.k-iframe {
|
|
3831
|
-
width: 100%;
|
|
3832
|
-
height: 100%;
|
|
3833
|
-
display: block;
|
|
3834
|
-
}
|
|
3835
|
-
`]
|
|
3816
|
+
`
|
|
3836
3817
|
}]
|
|
3837
3818
|
}], ctorParameters: function () { return [{ type: i1$1.DialogService }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: ProviderService }, { type: EditorToolsService }]; }, propDecorators: { value: [{
|
|
3838
3819
|
type: Input
|
|
@@ -3961,14 +3942,14 @@ class ColorPickerDialogComponent extends DialogContentBase {
|
|
|
3961
3942
|
return this.localization.get(key);
|
|
3962
3943
|
}
|
|
3963
3944
|
}
|
|
3964
|
-
ColorPickerDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3965
|
-
ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3945
|
+
ColorPickerDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColorPickerDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3946
|
+
ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
3966
3947
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
3967
3948
|
{{ textFor(editorCommand) }}
|
|
3968
3949
|
</kendo-dialog-titlebar>
|
|
3969
3950
|
<div class="k-editor-dialog">
|
|
3970
3951
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
3971
|
-
<div class="k-edit-form-container k-window-content" style
|
|
3952
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
3972
3953
|
<kendo-colorpicker
|
|
3973
3954
|
#colorpicker
|
|
3974
3955
|
[views]="views"
|
|
@@ -3988,8 +3969,8 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
3988
3969
|
<button kendoButton
|
|
3989
3970
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
3990
3971
|
</kendo-dialog-actions>
|
|
3991
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type:
|
|
3992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3972
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i6.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
3973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
|
|
3993
3974
|
type: Component,
|
|
3994
3975
|
args: [{
|
|
3995
3976
|
template: `
|
|
@@ -3998,7 +3979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3998
3979
|
</kendo-dialog-titlebar>
|
|
3999
3980
|
<div class="k-editor-dialog">
|
|
4000
3981
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4001
|
-
<div class="k-edit-form-container k-window-content" style
|
|
3982
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
4002
3983
|
<kendo-colorpicker
|
|
4003
3984
|
#colorpicker
|
|
4004
3985
|
[views]="views"
|
|
@@ -4041,8 +4022,8 @@ class FontFamilyDropDownListComponent {
|
|
|
4041
4022
|
this.dropDownList.focus();
|
|
4042
4023
|
}
|
|
4043
4024
|
}
|
|
4044
|
-
FontFamilyDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4045
|
-
FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4025
|
+
FontFamilyDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontFamilyDropDownListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4026
|
+
FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
4046
4027
|
<kendo-dropdownlist
|
|
4047
4028
|
#element
|
|
4048
4029
|
kendoEditorDropDownTool
|
|
@@ -4057,6 +4038,7 @@ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4057
4038
|
[disabled]="disabled"
|
|
4058
4039
|
[tabindex]="tabindex"
|
|
4059
4040
|
(valueChange)="onValueChange($event)"
|
|
4041
|
+
[style.width.em]="13"
|
|
4060
4042
|
>
|
|
4061
4043
|
<ng-template kendoDropDownListItemTemplate let-dataItem>
|
|
4062
4044
|
<span [ngStyle]="{ 'font-family': dataItem.fontName }">
|
|
@@ -4064,8 +4046,8 @@ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4064
4046
|
</span>
|
|
4065
4047
|
</ng-template>
|
|
4066
4048
|
</kendo-dropdownlist>
|
|
4067
|
-
`, isInline: true,
|
|
4068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4049
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontFamilyDropDownListComponent, decorators: [{
|
|
4069
4051
|
type: Component,
|
|
4070
4052
|
args: [{
|
|
4071
4053
|
selector: 'kendo-editor-fontfamily-dropdownlist',
|
|
@@ -4084,6 +4066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4084
4066
|
[disabled]="disabled"
|
|
4085
4067
|
[tabindex]="tabindex"
|
|
4086
4068
|
(valueChange)="onValueChange($event)"
|
|
4069
|
+
[style.width.em]="13"
|
|
4087
4070
|
>
|
|
4088
4071
|
<ng-template kendoDropDownListItemTemplate let-dataItem>
|
|
4089
4072
|
<span [ngStyle]="{ 'font-family': dataItem.fontName }">
|
|
@@ -4091,12 +4074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4091
4074
|
</span>
|
|
4092
4075
|
</ng-template>
|
|
4093
4076
|
</kendo-dropdownlist>
|
|
4094
|
-
|
|
4095
|
-
styles: [`
|
|
4096
|
-
.k-dropdownlist {
|
|
4097
|
-
width: 13em;
|
|
4098
|
-
}
|
|
4099
|
-
`]
|
|
4077
|
+
`
|
|
4100
4078
|
}]
|
|
4101
4079
|
}], propDecorators: { data: [{
|
|
4102
4080
|
type: Input
|
|
@@ -4157,14 +4135,14 @@ class FontFamilyDialogComponent extends DialogContentBase {
|
|
|
4157
4135
|
return this.localization.get(key);
|
|
4158
4136
|
}
|
|
4159
4137
|
}
|
|
4160
|
-
FontFamilyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4161
|
-
FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4138
|
+
FontFamilyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontFamilyDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4139
|
+
FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
4162
4140
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
4163
4141
|
{{ textFor('fontFamily') }}
|
|
4164
4142
|
</kendo-dialog-titlebar>
|
|
4165
4143
|
<div class="k-editor-dialog">
|
|
4166
4144
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4167
|
-
<div class="k-edit-form-container k-window-content" style
|
|
4145
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
4168
4146
|
<kendo-editor-fontfamily-dropdownlist
|
|
4169
4147
|
#fontFamilyDropDownList
|
|
4170
4148
|
[defaultItem]="defaultItem"
|
|
@@ -4181,8 +4159,8 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4181
4159
|
<button kendoButton
|
|
4182
4160
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
4183
4161
|
</kendo-dialog-actions>
|
|
4184
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }
|
|
4185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4162
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
|
|
4186
4164
|
type: Component,
|
|
4187
4165
|
args: [{
|
|
4188
4166
|
template: `
|
|
@@ -4191,7 +4169,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4191
4169
|
</kendo-dialog-titlebar>
|
|
4192
4170
|
<div class="k-editor-dialog">
|
|
4193
4171
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4194
|
-
<div class="k-edit-form-container k-window-content" style
|
|
4172
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
4195
4173
|
<kendo-editor-fontfamily-dropdownlist
|
|
4196
4174
|
#fontFamilyDropDownList
|
|
4197
4175
|
[defaultItem]="defaultItem"
|
|
@@ -4256,9 +4234,9 @@ class PopupTableGridComponent {
|
|
|
4256
4234
|
this.tableWizardClick.emit();
|
|
4257
4235
|
}
|
|
4258
4236
|
}
|
|
4259
|
-
PopupTableGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4260
|
-
PopupTableGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4261
|
-
<div style
|
|
4237
|
+
PopupTableGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopupTableGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4238
|
+
PopupTableGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: { cellClick: "cellClick", tableWizardClick: "tableWizardClick" }, ngImport: i0, template: `
|
|
4239
|
+
<div [style.border-color]="'inherit'" (mouseleave)="resetState()" (click)="insertTable()">
|
|
4262
4240
|
<span *ngFor="let i of cells"
|
|
4263
4241
|
class="k-ct-cell"
|
|
4264
4242
|
[class.k-selected]="selected(i)"
|
|
@@ -4272,13 +4250,13 @@ PopupTableGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4272
4250
|
<button type="button" kendoButton class="k-tool" [icon]="'table-wizard'" (click)="openTableWizard()" title="Table Wizard">Table Wizard</button>
|
|
4273
4251
|
</div>
|
|
4274
4252
|
-->
|
|
4275
|
-
`, isInline: true, directives: [{ type: i3
|
|
4276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4253
|
+
`, isInline: true, directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
4254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PopupTableGridComponent, decorators: [{
|
|
4277
4255
|
type: Component,
|
|
4278
4256
|
args: [{
|
|
4279
4257
|
selector: 'kendo-popup-table-grid',
|
|
4280
4258
|
template: `
|
|
4281
|
-
<div style
|
|
4259
|
+
<div [style.border-color]="'inherit'" (mouseleave)="resetState()" (click)="insertTable()">
|
|
4282
4260
|
<span *ngFor="let i of cells"
|
|
4283
4261
|
class="k-ct-cell"
|
|
4284
4262
|
[class.k-selected]="selected(i)"
|
|
@@ -4325,14 +4303,14 @@ class InsertTableDialogComponent extends DialogContentBase {
|
|
|
4325
4303
|
return this.localization.get(key);
|
|
4326
4304
|
}
|
|
4327
4305
|
}
|
|
4328
|
-
InsertTableDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4329
|
-
InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4306
|
+
InsertTableDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InsertTableDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4307
|
+
InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: InsertTableDialogComponent, selector: "ng-component", inputs: { editor: "editor" }, usesInheritance: true, ngImport: i0, template: `
|
|
4330
4308
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
4331
4309
|
{{ textFor('insertTable') }}
|
|
4332
4310
|
</kendo-dialog-titlebar>
|
|
4333
4311
|
<div class="k-editor-dialog">
|
|
4334
4312
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4335
|
-
<div class="k-ct-popup k-window-content" style
|
|
4313
|
+
<div class="k-ct-popup k-window-content" [style.text-align]="'center'">
|
|
4336
4314
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4337
4315
|
</div>
|
|
4338
4316
|
</div>
|
|
@@ -4340,8 +4318,8 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4340
4318
|
<kendo-dialog-actions>
|
|
4341
4319
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4342
4320
|
</kendo-dialog-actions>
|
|
4343
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }
|
|
4344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4321
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
|
|
4345
4323
|
type: Component,
|
|
4346
4324
|
args: [{
|
|
4347
4325
|
template: `
|
|
@@ -4350,7 +4328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4350
4328
|
</kendo-dialog-titlebar>
|
|
4351
4329
|
<div class="k-editor-dialog">
|
|
4352
4330
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4353
|
-
<div class="k-ct-popup k-window-content" style
|
|
4331
|
+
<div class="k-ct-popup k-window-content" [style.text-align]="'center'">
|
|
4354
4332
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4355
4333
|
</div>
|
|
4356
4334
|
</div>
|
|
@@ -4378,8 +4356,8 @@ class FontSizeDropDownListComponent {
|
|
|
4378
4356
|
this.dropDownList.focus();
|
|
4379
4357
|
}
|
|
4380
4358
|
}
|
|
4381
|
-
FontSizeDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4382
|
-
FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4359
|
+
FontSizeDropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontSizeDropDownListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4360
|
+
FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
4383
4361
|
<kendo-dropdownlist
|
|
4384
4362
|
#element
|
|
4385
4363
|
kendoEditorDropDownTool
|
|
@@ -4394,10 +4372,11 @@ FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
4394
4372
|
[disabled]="disabled"
|
|
4395
4373
|
[tabindex]="tabindex"
|
|
4396
4374
|
(valueChange)="onValueChange($event)"
|
|
4375
|
+
[style.width.em]="13"
|
|
4397
4376
|
>
|
|
4398
4377
|
</kendo-dropdownlist>
|
|
4399
|
-
`, isInline: true,
|
|
4400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4378
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
4379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontSizeDropDownListComponent, decorators: [{
|
|
4401
4380
|
type: Component,
|
|
4402
4381
|
args: [{
|
|
4403
4382
|
selector: 'kendo-editor-fontsize-dropdownlist',
|
|
@@ -4416,14 +4395,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4416
4395
|
[disabled]="disabled"
|
|
4417
4396
|
[tabindex]="tabindex"
|
|
4418
4397
|
(valueChange)="onValueChange($event)"
|
|
4398
|
+
[style.width.em]="13"
|
|
4419
4399
|
>
|
|
4420
4400
|
</kendo-dropdownlist>
|
|
4421
|
-
|
|
4422
|
-
styles: [`
|
|
4423
|
-
.k-dropdownlist {
|
|
4424
|
-
width: 13em;
|
|
4425
|
-
}
|
|
4426
|
-
`]
|
|
4401
|
+
`
|
|
4427
4402
|
}]
|
|
4428
4403
|
}], propDecorators: { data: [{
|
|
4429
4404
|
type: Input
|
|
@@ -4484,14 +4459,14 @@ class FontSizeDialogComponent extends DialogContentBase {
|
|
|
4484
4459
|
return this.localization.get(key);
|
|
4485
4460
|
}
|
|
4486
4461
|
}
|
|
4487
|
-
FontSizeDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4488
|
-
FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4462
|
+
FontSizeDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontSizeDialogComponent, deps: [{ token: i1$1.DialogRef }, { token: EditorLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4463
|
+
FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
4489
4464
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
4490
4465
|
{{ textFor('fontSize') }}
|
|
4491
4466
|
</kendo-dialog-titlebar>
|
|
4492
4467
|
<div class="k-editor-dialog">
|
|
4493
4468
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4494
|
-
<div class="k-edit-form-container k-window-content" style
|
|
4469
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
4495
4470
|
<kendo-editor-fontsize-dropdownlist
|
|
4496
4471
|
#fontSizeDropDownList
|
|
4497
4472
|
[defaultItem]="defaultItem"
|
|
@@ -4508,8 +4483,8 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4508
4483
|
<button kendoButton
|
|
4509
4484
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
4510
4485
|
</kendo-dialog-actions>
|
|
4511
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }
|
|
4512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4486
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
|
|
4513
4488
|
type: Component,
|
|
4514
4489
|
args: [{
|
|
4515
4490
|
template: `
|
|
@@ -4518,7 +4493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4518
4493
|
</kendo-dialog-titlebar>
|
|
4519
4494
|
<div class="k-editor-dialog">
|
|
4520
4495
|
<div class="k-editor-dialog k-popup-edit-form k-window-content k-content">
|
|
4521
|
-
<div class="k-edit-form-container k-window-content" style
|
|
4496
|
+
<div class="k-edit-form-container k-window-content" [style.text-align]="'center'">
|
|
4522
4497
|
<kendo-editor-fontsize-dropdownlist
|
|
4523
4498
|
#fontSizeDropDownList
|
|
4524
4499
|
[defaultItem]="defaultItem"
|
|
@@ -4686,8 +4661,8 @@ class EditorFontSizeComponent extends ToolBarToolComponent {
|
|
|
4686
4661
|
return false;
|
|
4687
4662
|
}
|
|
4688
4663
|
}
|
|
4689
|
-
EditorFontSizeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4690
|
-
EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4664
|
+
EditorFontSizeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorFontSizeComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4665
|
+
EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
4691
4666
|
<ng-template #toolbarTemplate>
|
|
4692
4667
|
<kendo-editor-fontsize-dropdownlist
|
|
4693
4668
|
#element
|
|
@@ -4718,8 +4693,8 @@ EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4718
4693
|
{{ title }}
|
|
4719
4694
|
</button>
|
|
4720
4695
|
</ng-template>
|
|
4721
|
-
`, isInline: true, components: [{ type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }
|
|
4722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4696
|
+
`, isInline: true, components: [{ type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorFontSizeComponent, decorators: [{
|
|
4723
4698
|
type: Component,
|
|
4724
4699
|
args: [{
|
|
4725
4700
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFontSizeComponent) }],
|
|
@@ -4769,13 +4744,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4769
4744
|
args: ['popupTemplate', { static: true }]
|
|
4770
4745
|
}], element: [{
|
|
4771
4746
|
type: ViewChild,
|
|
4772
|
-
args: ['element'
|
|
4747
|
+
args: ['element']
|
|
4773
4748
|
}], fontSizeDropDownList: [{
|
|
4774
4749
|
type: ViewChild,
|
|
4775
4750
|
args: ['element', { read: FontSizeDropDownListComponent, static: false }]
|
|
4776
4751
|
}], fontSizeButton: [{
|
|
4777
4752
|
type: ViewChild,
|
|
4778
|
-
args: ['fontSizeButton', {
|
|
4753
|
+
args: ['fontSizeButton', { read: ElementRef }]
|
|
4779
4754
|
}] } });
|
|
4780
4755
|
|
|
4781
4756
|
/**
|
|
@@ -4911,8 +4886,8 @@ class EditorFontFamilyComponent extends ToolBarToolComponent {
|
|
|
4911
4886
|
return false;
|
|
4912
4887
|
}
|
|
4913
4888
|
}
|
|
4914
|
-
EditorFontFamilyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4915
|
-
EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4889
|
+
EditorFontFamilyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorFontFamilyComponent, deps: [{ token: i1$1.DialogService }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4890
|
+
EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
4916
4891
|
<ng-template #toolbarTemplate>
|
|
4917
4892
|
<kendo-editor-fontfamily-dropdownlist
|
|
4918
4893
|
#element
|
|
@@ -4943,8 +4918,8 @@ EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4943
4918
|
{{ title }}
|
|
4944
4919
|
</button>
|
|
4945
4920
|
</ng-template>
|
|
4946
|
-
`, isInline: true, components: [{ type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }
|
|
4947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4921
|
+
`, isInline: true, components: [{ type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorFontFamilyComponent, decorators: [{
|
|
4948
4923
|
type: Component,
|
|
4949
4924
|
args: [{
|
|
4950
4925
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorFontFamilyComponent) }],
|
|
@@ -4994,13 +4969,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4994
4969
|
args: ['popupTemplate', { static: true }]
|
|
4995
4970
|
}], element: [{
|
|
4996
4971
|
type: ViewChild,
|
|
4997
|
-
args: ['element'
|
|
4972
|
+
args: ['element']
|
|
4998
4973
|
}], fontFamilyDropDownList: [{
|
|
4999
4974
|
type: ViewChild,
|
|
5000
4975
|
args: ['element', { read: FontFamilyDropDownListComponent, static: false }]
|
|
5001
4976
|
}], fontFamilyButton: [{
|
|
5002
4977
|
type: ViewChild,
|
|
5003
|
-
args: ['fontFamilyButton', {
|
|
4978
|
+
args: ['fontFamilyButton', { read: ElementRef }]
|
|
5004
4979
|
}] } });
|
|
5005
4980
|
|
|
5006
4981
|
// eslint-disable no-forward-ref
|
|
@@ -5150,8 +5125,8 @@ class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
5150
5125
|
return false;
|
|
5151
5126
|
}
|
|
5152
5127
|
}
|
|
5153
|
-
EditorColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5154
|
-
EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5128
|
+
EditorColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorColorPickerComponent, deps: [{ token: EditorLocalizationService }, { token: i1$1.DialogService }, { token: i0.NgZone }, { token: ProviderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5129
|
+
EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: EditorColorPickerComponent, selector: "kendo-toolbar-colorpicker", inputs: { value: "value", icon: "icon", 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: `
|
|
5155
5130
|
<ng-template #toolbarTemplate>
|
|
5156
5131
|
<kendo-colorpicker
|
|
5157
5132
|
#colorpicker
|
|
@@ -5187,8 +5162,8 @@ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
5187
5162
|
{{ title }}
|
|
5188
5163
|
</button>
|
|
5189
5164
|
</ng-template>
|
|
5190
|
-
`, isInline: true, components: [{ type:
|
|
5191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5165
|
+
`, isInline: true, components: [{ type: i6.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
5166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorColorPickerComponent, decorators: [{
|
|
5192
5167
|
type: Component,
|
|
5193
5168
|
args: [{
|
|
5194
5169
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorColorPickerComponent) }],
|
|
@@ -5400,8 +5375,8 @@ class EditorInsertTableButtonComponent extends ToolBarToolComponent {
|
|
|
5400
5375
|
return (this.overflows ? this.overflowElement : this.element).nativeElement;
|
|
5401
5376
|
}
|
|
5402
5377
|
}
|
|
5403
|
-
EditorInsertTableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5404
|
-
EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5378
|
+
EditorInsertTableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertTableButtonComponent, deps: [{ token: EditorLocalizationService }, { token: i2.PopupService }, { token: i1$1.DialogService }, { token: ProviderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5379
|
+
EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
5405
5380
|
<ng-template #toolbarTemplate>
|
|
5406
5381
|
<button
|
|
5407
5382
|
type="button"
|
|
@@ -5409,7 +5384,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5409
5384
|
#element
|
|
5410
5385
|
[attr.title]="title"
|
|
5411
5386
|
[attr.tabindex]="tabIndex"
|
|
5412
|
-
|
|
5387
|
+
icon="table-add"
|
|
5413
5388
|
[disabled]="disabled"
|
|
5414
5389
|
(click)="toggle()"
|
|
5415
5390
|
(blur)="onBlur()"
|
|
@@ -5421,7 +5396,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5421
5396
|
#overflowElement
|
|
5422
5397
|
[attr.title]="title"
|
|
5423
5398
|
[attr.tabindex]="tabIndex"
|
|
5424
|
-
|
|
5399
|
+
icon="table-add"
|
|
5425
5400
|
[disabled]="disabled"
|
|
5426
5401
|
(click)="openDialog()">
|
|
5427
5402
|
{{ title }}
|
|
@@ -5430,8 +5405,8 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5430
5405
|
<ng-template #popupGridTemplate>
|
|
5431
5406
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
|
|
5432
5407
|
</ng-template>
|
|
5433
|
-
`, isInline: true, components: [{ type:
|
|
5434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5408
|
+
`, isInline: true, components: [{ type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
|
|
5409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
|
|
5435
5410
|
type: Component,
|
|
5436
5411
|
args: [{
|
|
5437
5412
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => EditorInsertTableButtonComponent) }],
|
|
@@ -5444,7 +5419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5444
5419
|
#element
|
|
5445
5420
|
[attr.title]="title"
|
|
5446
5421
|
[attr.tabindex]="tabIndex"
|
|
5447
|
-
|
|
5422
|
+
icon="table-add"
|
|
5448
5423
|
[disabled]="disabled"
|
|
5449
5424
|
(click)="toggle()"
|
|
5450
5425
|
(blur)="onBlur()"
|
|
@@ -5456,7 +5431,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5456
5431
|
#overflowElement
|
|
5457
5432
|
[attr.title]="title"
|
|
5458
5433
|
[attr.tabindex]="tabIndex"
|
|
5459
|
-
|
|
5434
|
+
icon="table-add"
|
|
5460
5435
|
[disabled]="disabled"
|
|
5461
5436
|
(click)="openDialog()">
|
|
5462
5437
|
{{ title }}
|
|
@@ -5472,13 +5447,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5472
5447
|
args: ['toolbarTemplate', { static: true }]
|
|
5473
5448
|
}], popupTemplate: [{
|
|
5474
5449
|
type: ViewChild,
|
|
5475
|
-
args: ['popupTemplate'
|
|
5450
|
+
args: ['popupTemplate']
|
|
5476
5451
|
}], element: [{
|
|
5477
5452
|
type: ViewChild,
|
|
5478
|
-
args: ['element', {
|
|
5453
|
+
args: ['element', { read: ElementRef }]
|
|
5479
5454
|
}], overflowElement: [{
|
|
5480
5455
|
type: ViewChild,
|
|
5481
|
-
args: ['overflowElement', {
|
|
5456
|
+
args: ['overflowElement', { read: ElementRef }]
|
|
5482
5457
|
}], popupGridTemplate: [{
|
|
5483
5458
|
type: ViewChild,
|
|
5484
5459
|
args: ['popupGridTemplate', { static: true }]
|
|
@@ -5506,9 +5481,9 @@ class EditorBlockquoteDirective extends EditorCommandButton {
|
|
|
5506
5481
|
super('blockquote', button, localization, providerService, toolsService);
|
|
5507
5482
|
}
|
|
5508
5483
|
}
|
|
5509
|
-
EditorBlockquoteDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5510
|
-
EditorBlockquoteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5484
|
+
EditorBlockquoteDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorBlockquoteDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5485
|
+
EditorBlockquoteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorBlockquoteDirective, selector: "kendo-toolbar-button[kendoEditorBlockquoteButton]", usesInheritance: true, ngImport: i0 });
|
|
5486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorBlockquoteDirective, decorators: [{
|
|
5512
5487
|
type: Directive,
|
|
5513
5488
|
args: [{
|
|
5514
5489
|
selector: 'kendo-toolbar-button[kendoEditorBlockquoteButton]'
|
|
@@ -5538,9 +5513,9 @@ class EditorRedoButtonDirective extends EditorCommandButton {
|
|
|
5538
5513
|
super('redo', button, localization, providerService, toolsService);
|
|
5539
5514
|
}
|
|
5540
5515
|
}
|
|
5541
|
-
EditorRedoButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5542
|
-
EditorRedoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5516
|
+
EditorRedoButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorRedoButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5517
|
+
EditorRedoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorRedoButtonDirective, selector: "kendo-toolbar-button[kendoEditorRedoButton]", usesInheritance: true, ngImport: i0 });
|
|
5518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorRedoButtonDirective, decorators: [{
|
|
5544
5519
|
type: Directive,
|
|
5545
5520
|
args: [{
|
|
5546
5521
|
selector: 'kendo-toolbar-button[kendoEditorRedoButton]'
|
|
@@ -5570,9 +5545,9 @@ class EditorUndoButtonDirective extends EditorCommandButton {
|
|
|
5570
5545
|
super('undo', button, localization, providerService, toolsService);
|
|
5571
5546
|
}
|
|
5572
5547
|
}
|
|
5573
|
-
EditorUndoButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5574
|
-
EditorUndoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5548
|
+
EditorUndoButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorUndoButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5549
|
+
EditorUndoButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorUndoButtonDirective, selector: "kendo-toolbar-button[kendoEditorUndoButton]", usesInheritance: true, ngImport: i0 });
|
|
5550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorUndoButtonDirective, decorators: [{
|
|
5576
5551
|
type: Directive,
|
|
5577
5552
|
args: [{
|
|
5578
5553
|
selector: 'kendo-toolbar-button[kendoEditorUndoButton]'
|
|
@@ -5601,9 +5576,9 @@ class EditorViewSourceButtonDirective extends EditorCommandDialog {
|
|
|
5601
5576
|
super('viewSource', button, localization, providerService, toolsService);
|
|
5602
5577
|
}
|
|
5603
5578
|
}
|
|
5604
|
-
EditorViewSourceButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5605
|
-
EditorViewSourceButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5579
|
+
EditorViewSourceButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorViewSourceButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5580
|
+
EditorViewSourceButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorViewSourceButtonDirective, selector: "kendo-toolbar-button[kendoEditorViewSourceButton]", usesInheritance: true, ngImport: i0 });
|
|
5581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorViewSourceButtonDirective, decorators: [{
|
|
5607
5582
|
type: Directive,
|
|
5608
5583
|
args: [{
|
|
5609
5584
|
selector: 'kendo-toolbar-button[kendoEditorViewSourceButton]'
|
|
@@ -5633,9 +5608,9 @@ class EditorStrikethroughButtonDirective extends EditorCommandButton {
|
|
|
5633
5608
|
super('strikethrough', button, localization, providerService, toolsService);
|
|
5634
5609
|
}
|
|
5635
5610
|
}
|
|
5636
|
-
EditorStrikethroughButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5637
|
-
EditorStrikethroughButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5611
|
+
EditorStrikethroughButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorStrikethroughButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5612
|
+
EditorStrikethroughButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorStrikethroughButtonDirective, selector: "kendo-toolbar-button[kendoEditorStrikethroughButton]", usesInheritance: true, ngImport: i0 });
|
|
5613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorStrikethroughButtonDirective, decorators: [{
|
|
5639
5614
|
type: Directive,
|
|
5640
5615
|
args: [{
|
|
5641
5616
|
selector: 'kendo-toolbar-button[kendoEditorStrikethroughButton]'
|
|
@@ -5665,9 +5640,9 @@ class EditorSubscriptButtonDirective extends EditorCommandButton {
|
|
|
5665
5640
|
super('subscript', button, localization, providerService, toolsService);
|
|
5666
5641
|
}
|
|
5667
5642
|
}
|
|
5668
|
-
EditorSubscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5669
|
-
EditorSubscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5643
|
+
EditorSubscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSubscriptButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5644
|
+
EditorSubscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorSubscriptButtonDirective, selector: "kendo-toolbar-button[kendoEditorSubscriptButton]", usesInheritance: true, ngImport: i0 });
|
|
5645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSubscriptButtonDirective, decorators: [{
|
|
5671
5646
|
type: Directive,
|
|
5672
5647
|
args: [{
|
|
5673
5648
|
selector: 'kendo-toolbar-button[kendoEditorSubscriptButton]'
|
|
@@ -5697,9 +5672,9 @@ class EditorSuperscriptButtonDirective extends EditorCommandButton {
|
|
|
5697
5672
|
super('superscript', button, localization, providerService, toolsService);
|
|
5698
5673
|
}
|
|
5699
5674
|
}
|
|
5700
|
-
EditorSuperscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5701
|
-
EditorSuperscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5675
|
+
EditorSuperscriptButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSuperscriptButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5676
|
+
EditorSuperscriptButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorSuperscriptButtonDirective, selector: "kendo-toolbar-button[kendoEditorSuperscriptButton]", usesInheritance: true, ngImport: i0 });
|
|
5677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSuperscriptButtonDirective, decorators: [{
|
|
5703
5678
|
type: Directive,
|
|
5704
5679
|
args: [{
|
|
5705
5680
|
selector: 'kendo-toolbar-button[kendoEditorSuperscriptButton]'
|
|
@@ -5721,9 +5696,9 @@ class EditorInsertFileButtonDirective extends EditorCommandDialog {
|
|
|
5721
5696
|
super('insertFile', button, localization, providerService, toolsService);
|
|
5722
5697
|
}
|
|
5723
5698
|
}
|
|
5724
|
-
EditorInsertFileButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5725
|
-
EditorInsertFileButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5699
|
+
EditorInsertFileButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertFileButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5700
|
+
EditorInsertFileButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorInsertFileButtonDirective, selector: "kendo-toolbar-button[kendoEditorInsertFileButton]", usesInheritance: true, ngImport: i0 });
|
|
5701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorInsertFileButtonDirective, decorators: [{
|
|
5727
5702
|
type: Directive,
|
|
5728
5703
|
args: [{
|
|
5729
5704
|
selector: 'kendo-toolbar-button[kendoEditorInsertFileButton]'
|
|
@@ -5742,9 +5717,9 @@ class EditorForeColorDirective {
|
|
|
5742
5717
|
this.colorPicker.editorCommand = 'foreColor';
|
|
5743
5718
|
}
|
|
5744
5719
|
}
|
|
5745
|
-
EditorForeColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5746
|
-
EditorForeColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5720
|
+
EditorForeColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorForeColorDirective, deps: [{ token: EditorColorPickerComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5721
|
+
EditorForeColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorForeColorDirective, selector: "[kendoEditorForeColor]", ngImport: i0 });
|
|
5722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorForeColorDirective, decorators: [{
|
|
5748
5723
|
type: Directive,
|
|
5749
5724
|
args: [{
|
|
5750
5725
|
selector: '[kendoEditorForeColor]'
|
|
@@ -5763,9 +5738,9 @@ class EditorBackColorDirective {
|
|
|
5763
5738
|
this.colorPicker.editorCommand = 'backColor';
|
|
5764
5739
|
}
|
|
5765
5740
|
}
|
|
5766
|
-
EditorBackColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5767
|
-
EditorBackColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5741
|
+
EditorBackColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorBackColorDirective, deps: [{ token: EditorColorPickerComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5742
|
+
EditorBackColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorBackColorDirective, selector: "[kendoEditorBackColor]", ngImport: i0 });
|
|
5743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorBackColorDirective, decorators: [{
|
|
5769
5744
|
type: Directive,
|
|
5770
5745
|
args: [{
|
|
5771
5746
|
selector: '[kendoEditorBackColor]'
|
|
@@ -5794,9 +5769,9 @@ class EditorCleanFormattingButtonDirective extends EditorCommandButton {
|
|
|
5794
5769
|
super('cleanFormatting', button, localization, providerService, toolsService);
|
|
5795
5770
|
}
|
|
5796
5771
|
}
|
|
5797
|
-
EditorCleanFormattingButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5798
|
-
EditorCleanFormattingButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5772
|
+
EditorCleanFormattingButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorCleanFormattingButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5773
|
+
EditorCleanFormattingButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorCleanFormattingButtonDirective, selector: "kendo-toolbar-button[kendoEditorCleanFormattingButton]", usesInheritance: true, ngImport: i0 });
|
|
5774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorCleanFormattingButtonDirective, decorators: [{
|
|
5800
5775
|
type: Directive,
|
|
5801
5776
|
args: [{
|
|
5802
5777
|
selector: 'kendo-toolbar-button[kendoEditorCleanFormattingButton]'
|
|
@@ -5819,9 +5794,9 @@ class EditorAddColumnBeforeButtonDirective extends EditorCommandButton {
|
|
|
5819
5794
|
super('addColumnBefore', button, localization, providerService, toolsService);
|
|
5820
5795
|
}
|
|
5821
5796
|
}
|
|
5822
|
-
EditorAddColumnBeforeButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5823
|
-
EditorAddColumnBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5797
|
+
EditorAddColumnBeforeButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddColumnBeforeButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5798
|
+
EditorAddColumnBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAddColumnBeforeButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddColumnBeforeButton]", usesInheritance: true, ngImport: i0 });
|
|
5799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddColumnBeforeButtonDirective, decorators: [{
|
|
5825
5800
|
type: Directive,
|
|
5826
5801
|
args: [{
|
|
5827
5802
|
selector: 'kendo-toolbar-button[kendoEditorAddColumnBeforeButton]'
|
|
@@ -5844,9 +5819,9 @@ class EditorAddColumnAfterButtonDirective extends EditorCommandButton {
|
|
|
5844
5819
|
super('addColumnAfter', button, localization, providerService, toolsService);
|
|
5845
5820
|
}
|
|
5846
5821
|
}
|
|
5847
|
-
EditorAddColumnAfterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5848
|
-
EditorAddColumnAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5822
|
+
EditorAddColumnAfterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddColumnAfterButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5823
|
+
EditorAddColumnAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAddColumnAfterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddColumnAfterButton]", usesInheritance: true, ngImport: i0 });
|
|
5824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddColumnAfterButtonDirective, decorators: [{
|
|
5850
5825
|
type: Directive,
|
|
5851
5826
|
args: [{
|
|
5852
5827
|
selector: 'kendo-toolbar-button[kendoEditorAddColumnAfterButton]'
|
|
@@ -5869,9 +5844,9 @@ class EditorAddRowBeforeButtonDirective extends EditorCommandButton {
|
|
|
5869
5844
|
super('addRowBefore', button, localization, providerService, toolsService);
|
|
5870
5845
|
}
|
|
5871
5846
|
}
|
|
5872
|
-
EditorAddRowBeforeButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5873
|
-
EditorAddRowBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5847
|
+
EditorAddRowBeforeButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddRowBeforeButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5848
|
+
EditorAddRowBeforeButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAddRowBeforeButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddRowBeforeButton]", usesInheritance: true, ngImport: i0 });
|
|
5849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddRowBeforeButtonDirective, decorators: [{
|
|
5875
5850
|
type: Directive,
|
|
5876
5851
|
args: [{
|
|
5877
5852
|
selector: 'kendo-toolbar-button[kendoEditorAddRowBeforeButton]'
|
|
@@ -5894,9 +5869,9 @@ class EditorAddRowAfterButtonDirective extends EditorCommandButton {
|
|
|
5894
5869
|
super('addRowAfter', button, localization, providerService, toolsService);
|
|
5895
5870
|
}
|
|
5896
5871
|
}
|
|
5897
|
-
EditorAddRowAfterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5898
|
-
EditorAddRowAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5872
|
+
EditorAddRowAfterButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddRowAfterButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5873
|
+
EditorAddRowAfterButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorAddRowAfterButtonDirective, selector: "kendo-toolbar-button[kendoEditorAddRowAfterButton]", usesInheritance: true, ngImport: i0 });
|
|
5874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorAddRowAfterButtonDirective, decorators: [{
|
|
5900
5875
|
type: Directive,
|
|
5901
5876
|
args: [{
|
|
5902
5877
|
selector: 'kendo-toolbar-button[kendoEditorAddRowAfterButton]'
|
|
@@ -5919,9 +5894,9 @@ class EditorDeleteColumnButtonDirective extends EditorCommandButton {
|
|
|
5919
5894
|
super('deleteColumn', button, localization, providerService, toolsService);
|
|
5920
5895
|
}
|
|
5921
5896
|
}
|
|
5922
|
-
EditorDeleteColumnButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5923
|
-
EditorDeleteColumnButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5897
|
+
EditorDeleteColumnButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorDeleteColumnButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5898
|
+
EditorDeleteColumnButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorDeleteColumnButtonDirective, selector: "kendo-toolbar-button[kendoEditorDeleteColumnButton]", usesInheritance: true, ngImport: i0 });
|
|
5899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorDeleteColumnButtonDirective, decorators: [{
|
|
5925
5900
|
type: Directive,
|
|
5926
5901
|
args: [{
|
|
5927
5902
|
selector: 'kendo-toolbar-button[kendoEditorDeleteColumnButton]'
|
|
@@ -5944,9 +5919,9 @@ class EditorDeleteRowButtonDirective extends EditorCommandButton {
|
|
|
5944
5919
|
super('deleteRow', button, localization, providerService, toolsService);
|
|
5945
5920
|
}
|
|
5946
5921
|
}
|
|
5947
|
-
EditorDeleteRowButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5948
|
-
EditorDeleteRowButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5922
|
+
EditorDeleteRowButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorDeleteRowButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5923
|
+
EditorDeleteRowButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorDeleteRowButtonDirective, selector: "kendo-toolbar-button[kendoEditorDeleteRowButton]", usesInheritance: true, ngImport: i0 });
|
|
5924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorDeleteRowButtonDirective, decorators: [{
|
|
5950
5925
|
type: Directive,
|
|
5951
5926
|
args: [{
|
|
5952
5927
|
selector: 'kendo-toolbar-button[kendoEditorDeleteRowButton]'
|
|
@@ -5969,9 +5944,9 @@ class EditorDeleteTableButtonDirective extends EditorCommandButton {
|
|
|
5969
5944
|
super('deleteTable', button, localization, providerService, toolsService);
|
|
5970
5945
|
}
|
|
5971
5946
|
}
|
|
5972
|
-
EditorDeleteTableButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5973
|
-
EditorDeleteTableButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5947
|
+
EditorDeleteTableButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorDeleteTableButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5948
|
+
EditorDeleteTableButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorDeleteTableButtonDirective, selector: "kendo-toolbar-button[kendoEditorDeleteTableButton]", usesInheritance: true, ngImport: i0 });
|
|
5949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorDeleteTableButtonDirective, decorators: [{
|
|
5975
5950
|
type: Directive,
|
|
5976
5951
|
args: [{
|
|
5977
5952
|
selector: 'kendo-toolbar-button[kendoEditorDeleteTableButton]'
|
|
@@ -5996,9 +5971,9 @@ class EditorMergeCellsButtonDirective extends EditorCommandButton {
|
|
|
5996
5971
|
super('mergeCells', button, localization, providerService, toolsService);
|
|
5997
5972
|
}
|
|
5998
5973
|
}
|
|
5999
|
-
EditorMergeCellsButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6000
|
-
EditorMergeCellsButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5974
|
+
EditorMergeCellsButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorMergeCellsButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5975
|
+
EditorMergeCellsButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorMergeCellsButtonDirective, selector: "kendo-toolbar-button[kendoEditorMergeCellsButton]", usesInheritance: true, ngImport: i0 });
|
|
5976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorMergeCellsButtonDirective, decorators: [{
|
|
6002
5977
|
type: Directive,
|
|
6003
5978
|
args: [{
|
|
6004
5979
|
selector: 'kendo-toolbar-button[kendoEditorMergeCellsButton]'
|
|
@@ -6023,9 +5998,9 @@ class EditorSplitCellButtonDirective extends EditorCommandButton {
|
|
|
6023
5998
|
super('splitCell', button, localization, providerService, toolsService);
|
|
6024
5999
|
}
|
|
6025
6000
|
}
|
|
6026
|
-
EditorSplitCellButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6027
|
-
EditorSplitCellButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6001
|
+
EditorSplitCellButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSplitCellButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6002
|
+
EditorSplitCellButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorSplitCellButtonDirective, selector: "kendo-toolbar-button[kendoEditorSplitCellButton]", usesInheritance: true, ngImport: i0 });
|
|
6003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSplitCellButtonDirective, decorators: [{
|
|
6029
6004
|
type: Directive,
|
|
6030
6005
|
args: [{
|
|
6031
6006
|
selector: 'kendo-toolbar-button[kendoEditorSplitCellButton]'
|
|
@@ -6045,14 +6020,14 @@ class CustomMessagesComponent extends MessagesDirective {
|
|
|
6045
6020
|
return true;
|
|
6046
6021
|
}
|
|
6047
6022
|
}
|
|
6048
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6049
|
-
CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6023
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6024
|
+
CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CustomMessagesComponent, selector: "kendo-editor-messages", providers: [
|
|
6050
6025
|
{
|
|
6051
6026
|
provide: MessagesDirective,
|
|
6052
6027
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
6053
6028
|
}
|
|
6054
6029
|
], usesInheritance: true, ngImport: i0 });
|
|
6055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
6056
6031
|
type: Directive,
|
|
6057
6032
|
args: [{
|
|
6058
6033
|
providers: [
|
|
@@ -6108,9 +6083,9 @@ class EditorPrintDirective extends EditorCommandButton {
|
|
|
6108
6083
|
}
|
|
6109
6084
|
}
|
|
6110
6085
|
}
|
|
6111
|
-
EditorPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6112
|
-
EditorPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6086
|
+
EditorPrintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorPrintDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6087
|
+
EditorPrintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorPrintDirective, selector: "kendo-toolbar-button[kendoEditorPrintButton]", usesInheritance: true, ngImport: i0 });
|
|
6088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorPrintDirective, decorators: [{
|
|
6114
6089
|
type: Directive,
|
|
6115
6090
|
args: [{
|
|
6116
6091
|
selector: 'kendo-toolbar-button[kendoEditorPrintButton]'
|
|
@@ -6143,9 +6118,9 @@ class EditorSelectAllButtonDirective extends EditorCommandButton {
|
|
|
6143
6118
|
super.clickHandler();
|
|
6144
6119
|
}
|
|
6145
6120
|
}
|
|
6146
|
-
EditorSelectAllButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6147
|
-
EditorSelectAllButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6121
|
+
EditorSelectAllButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSelectAllButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: EditorLocalizationService }, { token: ProviderService }, { token: EditorToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6122
|
+
EditorSelectAllButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditorSelectAllButtonDirective, selector: "kendo-toolbar-button[kendoEditorSelectAllButton]", usesInheritance: true, ngImport: i0 });
|
|
6123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorSelectAllButtonDirective, decorators: [{
|
|
6149
6124
|
type: Directive,
|
|
6150
6125
|
args: [{
|
|
6151
6126
|
selector: 'kendo-toolbar-button[kendoEditorSelectAllButton]'
|
|
@@ -6280,8 +6255,8 @@ const INTERNAL_COMPONENTS = [
|
|
|
6280
6255
|
*/
|
|
6281
6256
|
class EditorModule {
|
|
6282
6257
|
}
|
|
6283
|
-
EditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6284
|
-
EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
6258
|
+
EditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6259
|
+
EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorModule, declarations: [EditorComponent,
|
|
6285
6260
|
//alignment
|
|
6286
6261
|
EditorAlignLeftButtonDirective,
|
|
6287
6262
|
EditorAlignCenterButtonDirective,
|
|
@@ -6355,7 +6330,8 @@ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6355
6330
|
// TableSettingsComponent,
|
|
6356
6331
|
// CellSettingsComponent,
|
|
6357
6332
|
// AccessibilitySettingsComponent
|
|
6358
|
-
,
|
|
6333
|
+
,
|
|
6334
|
+
PopupTableGridComponent,
|
|
6359
6335
|
FormatDropDownListComponent,
|
|
6360
6336
|
FontFamilyDropDownListComponent,
|
|
6361
6337
|
FontSizeDropDownListComponent], imports: [CommonModule,
|
|
@@ -6369,7 +6345,7 @@ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6369
6345
|
NumericTextBoxModule,
|
|
6370
6346
|
CheckBoxModule,
|
|
6371
6347
|
ToolBarModule,
|
|
6372
|
-
TextBoxModule], exports: [EditorComponent,
|
|
6348
|
+
TextBoxModule], exports: [EditorComponent,
|
|
6373
6349
|
//alignment
|
|
6374
6350
|
EditorAlignLeftButtonDirective,
|
|
6375
6351
|
EditorAlignCenterButtonDirective,
|
|
@@ -6437,7 +6413,7 @@ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6437
6413
|
FormatDropDownListComponent,
|
|
6438
6414
|
FontFamilyDropDownListComponent,
|
|
6439
6415
|
FontSizeDropDownListComponent] });
|
|
6440
|
-
EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6416
|
+
EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorModule, imports: [[
|
|
6441
6417
|
CommonModule,
|
|
6442
6418
|
FormsModule,
|
|
6443
6419
|
ReactiveFormsModule,
|
|
@@ -6454,7 +6430,7 @@ EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
6454
6430
|
ButtonModule,
|
|
6455
6431
|
FormsModule,
|
|
6456
6432
|
ReactiveFormsModule] });
|
|
6457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditorModule, decorators: [{
|
|
6458
6434
|
type: NgModule,
|
|
6459
6435
|
args: [{
|
|
6460
6436
|
declarations: [
|