@progress/kendo-angular-editor 13.0.0-develop.2 → 13.0.0-develop.21
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/editor.component.d.ts +1 -1
- package/editor.module.d.ts +1 -1
- package/esm2020/dialogs/colorpicker-dialog.component.mjs +20 -8
- package/esm2020/dialogs/file-link-dialog.component.mjs +119 -77
- package/esm2020/dialogs/font-family-dialog.component.mjs +20 -8
- package/esm2020/dialogs/font-size-dialog.component.mjs +20 -8
- package/esm2020/dialogs/format-dialog.component.mjs +20 -8
- package/esm2020/dialogs/image-dialog.component.mjs +115 -77
- package/esm2020/dialogs/insert-table-dialog.component.mjs +10 -4
- package/esm2020/dialogs/source-dialog.component.mjs +20 -6
- package/esm2020/editor.component.mjs +12 -8
- package/esm2020/editor.module.mjs +4 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +1 -1
- package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +1 -1
- package/esm2020/tools/fontsize/editor-fontsize.component.mjs +1 -1
- package/esm2020/tools/format/editor-format.component.mjs +1 -1
- package/esm2020/tools/shared/editor-command-button.mjs +3 -8
- package/esm2020/tools/shared/editor-command-dialog.mjs +4 -8
- package/esm2020/tools/tables/editor-insert-table-button.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-editor.mjs +377 -233
- package/fesm2020/progress-kendo-angular-editor.mjs +377 -233
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
- package/tools/shared/editor-command-dialog.d.ts +1 -0
|
@@ -16,13 +16,13 @@ import { isDocumentAvailable, guid, hasObservers, KendoInput, Keys } from '@prog
|
|
|
16
16
|
import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
|
|
17
17
|
export { Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeType, Plugin, PluginKey, Schema, Transaction, baseKeymap, dropCursor, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
|
|
18
18
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
19
|
-
import * as
|
|
20
|
-
import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule } from '@progress/kendo-angular-inputs';
|
|
19
|
+
import * as i3 from '@progress/kendo-angular-inputs';
|
|
20
|
+
import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule, FormFieldModule } from '@progress/kendo-angular-inputs';
|
|
21
21
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
22
22
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
23
|
-
import * as i4
|
|
23
|
+
import * as i4 from '@progress/kendo-angular-buttons';
|
|
24
24
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
25
|
-
import * as
|
|
25
|
+
import * as i4$1 from '@progress/kendo-angular-label';
|
|
26
26
|
import { LabelModule } from '@progress/kendo-angular-label';
|
|
27
27
|
import * as i3$1 from '@angular/common';
|
|
28
28
|
import { CommonModule } from '@angular/common';
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-editor',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '13.0.0-develop.
|
|
43
|
+
publishDate: 1685972972,
|
|
44
|
+
version: '13.0.0-develop.21',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -710,11 +710,18 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
710
710
|
[value]="data"
|
|
711
711
|
[style.height.%]="100"
|
|
712
712
|
></kendo-textarea>
|
|
713
|
-
<kendo-dialog-actions>
|
|
714
|
-
<button
|
|
715
|
-
|
|
713
|
+
<kendo-dialog-actions layout="start">
|
|
714
|
+
<button
|
|
715
|
+
kendoButton
|
|
716
|
+
[primary]="true"
|
|
717
|
+
(click)="onConfirmAction()"
|
|
718
|
+
>{{ textFor('dialogUpdate') }}</button>
|
|
719
|
+
<button
|
|
720
|
+
kendoButton
|
|
721
|
+
(click)="onCancelAction()"
|
|
722
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
716
723
|
</kendo-dialog-actions>
|
|
717
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type:
|
|
724
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "rows", "cols", "maxlength", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { 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"] }] });
|
|
718
725
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SourceDialogComponent, decorators: [{
|
|
719
726
|
type: Component,
|
|
720
727
|
args: [{
|
|
@@ -730,9 +737,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
730
737
|
[value]="data"
|
|
731
738
|
[style.height.%]="100"
|
|
732
739
|
></kendo-textarea>
|
|
733
|
-
<kendo-dialog-actions>
|
|
734
|
-
<button
|
|
735
|
-
|
|
740
|
+
<kendo-dialog-actions layout="start">
|
|
741
|
+
<button
|
|
742
|
+
kendoButton
|
|
743
|
+
[primary]="true"
|
|
744
|
+
(click)="onConfirmAction()"
|
|
745
|
+
>{{ textFor('dialogUpdate') }}</button>
|
|
746
|
+
<button
|
|
747
|
+
kendoButton
|
|
748
|
+
(click)="onCancelAction()"
|
|
749
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
736
750
|
</kendo-dialog-actions>
|
|
737
751
|
`
|
|
738
752
|
}]
|
|
@@ -818,46 +832,65 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
818
832
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
819
833
|
{{ textFor('insertImage') }}
|
|
820
834
|
</kendo-dialog-titlebar>
|
|
821
|
-
<div class="k-form k-form-md k-form-
|
|
822
|
-
<
|
|
823
|
-
<
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
<
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
<
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
<
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
835
|
+
<div class="k-form k-form-md k-form-vertical">
|
|
836
|
+
<kendo-formfield>
|
|
837
|
+
<kendo-label
|
|
838
|
+
labelCssClass="k-form-label"
|
|
839
|
+
[for]="srcInput"
|
|
840
|
+
[text]="textFor('imageWebAddress')"
|
|
841
|
+
></kendo-label>
|
|
842
|
+
<kendo-textbox
|
|
843
|
+
#srcInput
|
|
844
|
+
[formControl]="src"
|
|
845
|
+
></kendo-textbox>
|
|
846
|
+
</kendo-formfield>
|
|
847
|
+
<kendo-formfield>
|
|
848
|
+
<kendo-label
|
|
849
|
+
labelCssClass="k-form-label"
|
|
850
|
+
[for]="altTextInput"
|
|
851
|
+
[text]="textFor('imageAltText')"
|
|
852
|
+
></kendo-label>
|
|
853
|
+
<kendo-textbox
|
|
854
|
+
#altTextInput
|
|
855
|
+
[formControl]="alt"
|
|
856
|
+
></kendo-textbox>
|
|
857
|
+
</kendo-formfield>
|
|
858
|
+
<kendo-formfield>
|
|
859
|
+
<kendo-label
|
|
860
|
+
labelCssClass="k-form-label"
|
|
861
|
+
[for]="widthInput"
|
|
862
|
+
[text]="textFor('imageWidth')"
|
|
863
|
+
></kendo-label>
|
|
864
|
+
<kendo-textbox
|
|
865
|
+
#widthInput
|
|
866
|
+
[formControl]="width"
|
|
867
|
+
></kendo-textbox>
|
|
868
|
+
</kendo-formfield>
|
|
869
|
+
<kendo-formfield>
|
|
870
|
+
<kendo-label
|
|
871
|
+
[for]="heightInput"
|
|
872
|
+
[text]="textFor('imageHeight')"
|
|
873
|
+
labelCssClass="k-form-label"
|
|
874
|
+
></kendo-label>
|
|
875
|
+
<kendo-textbox
|
|
876
|
+
#heightInput
|
|
877
|
+
[formControl]="height"
|
|
878
|
+
></kendo-textbox>
|
|
879
|
+
</kendo-formfield>
|
|
854
880
|
</div>
|
|
855
|
-
<kendo-dialog-actions
|
|
856
|
-
<button
|
|
857
|
-
|
|
858
|
-
|
|
881
|
+
<kendo-dialog-actions layout="start">
|
|
882
|
+
<button
|
|
883
|
+
kendoButton
|
|
884
|
+
[disabled]="imageData.invalid"
|
|
885
|
+
[primary]="true"
|
|
886
|
+
(click)="onConfirmAction()"
|
|
887
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
888
|
+
<button
|
|
889
|
+
kendoButton
|
|
890
|
+
(click)="onCancelAction()"
|
|
891
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
859
892
|
</kendo-dialog-actions>
|
|
860
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type:
|
|
893
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i4$1.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i3.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { 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: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
861
894
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImageDialogComponent, decorators: [{
|
|
862
895
|
type: Component,
|
|
863
896
|
args: [{
|
|
@@ -865,44 +898,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
865
898
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
866
899
|
{{ textFor('insertImage') }}
|
|
867
900
|
</kendo-dialog-titlebar>
|
|
868
|
-
<div class="k-form k-form-md k-form-
|
|
869
|
-
<
|
|
870
|
-
<
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
<
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
<
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
<
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
+
<div class="k-form k-form-md k-form-vertical">
|
|
902
|
+
<kendo-formfield>
|
|
903
|
+
<kendo-label
|
|
904
|
+
labelCssClass="k-form-label"
|
|
905
|
+
[for]="srcInput"
|
|
906
|
+
[text]="textFor('imageWebAddress')"
|
|
907
|
+
></kendo-label>
|
|
908
|
+
<kendo-textbox
|
|
909
|
+
#srcInput
|
|
910
|
+
[formControl]="src"
|
|
911
|
+
></kendo-textbox>
|
|
912
|
+
</kendo-formfield>
|
|
913
|
+
<kendo-formfield>
|
|
914
|
+
<kendo-label
|
|
915
|
+
labelCssClass="k-form-label"
|
|
916
|
+
[for]="altTextInput"
|
|
917
|
+
[text]="textFor('imageAltText')"
|
|
918
|
+
></kendo-label>
|
|
919
|
+
<kendo-textbox
|
|
920
|
+
#altTextInput
|
|
921
|
+
[formControl]="alt"
|
|
922
|
+
></kendo-textbox>
|
|
923
|
+
</kendo-formfield>
|
|
924
|
+
<kendo-formfield>
|
|
925
|
+
<kendo-label
|
|
926
|
+
labelCssClass="k-form-label"
|
|
927
|
+
[for]="widthInput"
|
|
928
|
+
[text]="textFor('imageWidth')"
|
|
929
|
+
></kendo-label>
|
|
930
|
+
<kendo-textbox
|
|
931
|
+
#widthInput
|
|
932
|
+
[formControl]="width"
|
|
933
|
+
></kendo-textbox>
|
|
934
|
+
</kendo-formfield>
|
|
935
|
+
<kendo-formfield>
|
|
936
|
+
<kendo-label
|
|
937
|
+
[for]="heightInput"
|
|
938
|
+
[text]="textFor('imageHeight')"
|
|
939
|
+
labelCssClass="k-form-label"
|
|
940
|
+
></kendo-label>
|
|
941
|
+
<kendo-textbox
|
|
942
|
+
#heightInput
|
|
943
|
+
[formControl]="height"
|
|
944
|
+
></kendo-textbox>
|
|
945
|
+
</kendo-formfield>
|
|
901
946
|
</div>
|
|
902
|
-
<kendo-dialog-actions
|
|
903
|
-
<button
|
|
904
|
-
|
|
905
|
-
|
|
947
|
+
<kendo-dialog-actions layout="start">
|
|
948
|
+
<button
|
|
949
|
+
kendoButton
|
|
950
|
+
[disabled]="imageData.invalid"
|
|
951
|
+
[primary]="true"
|
|
952
|
+
(click)="onConfirmAction()"
|
|
953
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
954
|
+
<button
|
|
955
|
+
kendoButton
|
|
956
|
+
(click)="onCancelAction()"
|
|
957
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
906
958
|
</kendo-dialog-actions>
|
|
907
959
|
`
|
|
908
960
|
}]
|
|
@@ -1006,48 +1058,69 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1006
1058
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
1007
1059
|
{{ titleText }}
|
|
1008
1060
|
</kendo-dialog-titlebar>
|
|
1009
|
-
<form class="k-form k-form-md k-form-
|
|
1010
|
-
<
|
|
1011
|
-
<
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
<
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
<
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1061
|
+
<form class="k-form k-form-md k-form-vertical" novalidate [formGroup]="linkForm">
|
|
1062
|
+
<kendo-formfield>
|
|
1063
|
+
<kendo-label
|
|
1064
|
+
labelCssClass="k-form-label"
|
|
1065
|
+
[for]="hrefInput"
|
|
1066
|
+
[text]="textForWithPrefix('WebAddress')"
|
|
1067
|
+
></kendo-label>
|
|
1068
|
+
<kendo-textbox
|
|
1069
|
+
#hrefInput
|
|
1070
|
+
formControlName="href"
|
|
1071
|
+
></kendo-textbox>
|
|
1072
|
+
</kendo-formfield>
|
|
1073
|
+
<kendo-formfield>
|
|
1074
|
+
<kendo-label
|
|
1075
|
+
labelCssClass="k-form-label"
|
|
1076
|
+
[for]="textInput"
|
|
1077
|
+
[text]="textForWithPrefix('Text')"
|
|
1078
|
+
></kendo-label>
|
|
1079
|
+
<kendo-textbox
|
|
1080
|
+
#textInput
|
|
1081
|
+
formControlName="text"
|
|
1082
|
+
></kendo-textbox>
|
|
1083
|
+
</kendo-formfield>
|
|
1084
|
+
<kendo-formfield>
|
|
1085
|
+
<kendo-label
|
|
1086
|
+
labelCssClass="k-form-label"
|
|
1087
|
+
[for]="titleInput"
|
|
1088
|
+
[text]="textForWithPrefix('Title')"
|
|
1089
|
+
></kendo-label>
|
|
1090
|
+
<kendo-textbox
|
|
1091
|
+
#titleInput
|
|
1092
|
+
formControlName="title"
|
|
1093
|
+
></kendo-textbox>
|
|
1094
|
+
</kendo-formfield>
|
|
1034
1095
|
<ng-container *ngIf="command === 'createLink'">
|
|
1035
|
-
<
|
|
1036
|
-
<
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1096
|
+
<kendo-formfield>
|
|
1097
|
+
<ng-container>
|
|
1098
|
+
<span class="k-checkbox-wrap">
|
|
1099
|
+
<input
|
|
1100
|
+
id='k-target-blank'
|
|
1101
|
+
type='checkbox'
|
|
1102
|
+
kendoCheckBox
|
|
1103
|
+
formControlName="target"
|
|
1104
|
+
/>
|
|
1105
|
+
</span>
|
|
1106
|
+
<label [labelClass]="false" class='k-checkbox-label' for='k-target-blank'>{{ textForWithPrefix('OpenInNewWindow') }}</label>
|
|
1107
|
+
</ng-container>
|
|
1108
|
+
</kendo-formfield>
|
|
1042
1109
|
</ng-container>
|
|
1043
1110
|
</form>
|
|
1044
|
-
<kendo-dialog-actions
|
|
1045
|
-
<button
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1111
|
+
<kendo-dialog-actions layout="start">
|
|
1112
|
+
<button
|
|
1113
|
+
kendoButton
|
|
1114
|
+
[disabled]="linkForm.invalid"
|
|
1115
|
+
[primary]="true"
|
|
1116
|
+
(click)="onConfirmAction()"
|
|
1117
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
1118
|
+
<button
|
|
1119
|
+
kendoButton
|
|
1120
|
+
(click)="onCancelAction()"
|
|
1121
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1049
1122
|
</kendo-dialog-actions>
|
|
1050
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type:
|
|
1123
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i4$1.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i3.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { 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: i6.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i6.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i3.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i4$1.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
|
|
1051
1124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
|
|
1052
1125
|
type: Component,
|
|
1053
1126
|
args: [{
|
|
@@ -1055,46 +1128,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1055
1128
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
1056
1129
|
{{ titleText }}
|
|
1057
1130
|
</kendo-dialog-titlebar>
|
|
1058
|
-
<form class="k-form k-form-md k-form-
|
|
1059
|
-
<
|
|
1060
|
-
<
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
<
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
<
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1131
|
+
<form class="k-form k-form-md k-form-vertical" novalidate [formGroup]="linkForm">
|
|
1132
|
+
<kendo-formfield>
|
|
1133
|
+
<kendo-label
|
|
1134
|
+
labelCssClass="k-form-label"
|
|
1135
|
+
[for]="hrefInput"
|
|
1136
|
+
[text]="textForWithPrefix('WebAddress')"
|
|
1137
|
+
></kendo-label>
|
|
1138
|
+
<kendo-textbox
|
|
1139
|
+
#hrefInput
|
|
1140
|
+
formControlName="href"
|
|
1141
|
+
></kendo-textbox>
|
|
1142
|
+
</kendo-formfield>
|
|
1143
|
+
<kendo-formfield>
|
|
1144
|
+
<kendo-label
|
|
1145
|
+
labelCssClass="k-form-label"
|
|
1146
|
+
[for]="textInput"
|
|
1147
|
+
[text]="textForWithPrefix('Text')"
|
|
1148
|
+
></kendo-label>
|
|
1149
|
+
<kendo-textbox
|
|
1150
|
+
#textInput
|
|
1151
|
+
formControlName="text"
|
|
1152
|
+
></kendo-textbox>
|
|
1153
|
+
</kendo-formfield>
|
|
1154
|
+
<kendo-formfield>
|
|
1155
|
+
<kendo-label
|
|
1156
|
+
labelCssClass="k-form-label"
|
|
1157
|
+
[for]="titleInput"
|
|
1158
|
+
[text]="textForWithPrefix('Title')"
|
|
1159
|
+
></kendo-label>
|
|
1160
|
+
<kendo-textbox
|
|
1161
|
+
#titleInput
|
|
1162
|
+
formControlName="title"
|
|
1163
|
+
></kendo-textbox>
|
|
1164
|
+
</kendo-formfield>
|
|
1083
1165
|
<ng-container *ngIf="command === 'createLink'">
|
|
1084
|
-
<
|
|
1085
|
-
<
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1166
|
+
<kendo-formfield>
|
|
1167
|
+
<ng-container>
|
|
1168
|
+
<span class="k-checkbox-wrap">
|
|
1169
|
+
<input
|
|
1170
|
+
id='k-target-blank'
|
|
1171
|
+
type='checkbox'
|
|
1172
|
+
kendoCheckBox
|
|
1173
|
+
formControlName="target"
|
|
1174
|
+
/>
|
|
1175
|
+
</span>
|
|
1176
|
+
<label [labelClass]="false" class='k-checkbox-label' for='k-target-blank'>{{ textForWithPrefix('OpenInNewWindow') }}</label>
|
|
1177
|
+
</ng-container>
|
|
1178
|
+
</kendo-formfield>
|
|
1091
1179
|
</ng-container>
|
|
1092
1180
|
</form>
|
|
1093
|
-
<kendo-dialog-actions
|
|
1094
|
-
<button
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1181
|
+
<kendo-dialog-actions layout="start">
|
|
1182
|
+
<button
|
|
1183
|
+
kendoButton
|
|
1184
|
+
[disabled]="linkForm.invalid"
|
|
1185
|
+
[primary]="true"
|
|
1186
|
+
(click)="onConfirmAction()"
|
|
1187
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
1188
|
+
<button
|
|
1189
|
+
kendoButton
|
|
1190
|
+
(click)="onCancelAction()"
|
|
1191
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1098
1192
|
</kendo-dialog-actions>
|
|
1099
1193
|
`
|
|
1100
1194
|
}]
|
|
@@ -1717,12 +1811,18 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1717
1811
|
>
|
|
1718
1812
|
</kendo-editor-format-dropdownlist>
|
|
1719
1813
|
</div>
|
|
1720
|
-
<kendo-dialog-actions
|
|
1721
|
-
<button
|
|
1722
|
-
|
|
1723
|
-
|
|
1814
|
+
<kendo-dialog-actions layout="start">
|
|
1815
|
+
<button
|
|
1816
|
+
kendoButton
|
|
1817
|
+
[primary]="true"
|
|
1818
|
+
(click)="onConfirmAction()"
|
|
1819
|
+
>{{ textFor('dialogApply') }}</button>
|
|
1820
|
+
<button
|
|
1821
|
+
kendoButton
|
|
1822
|
+
(click)="onCancelAction()"
|
|
1823
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1724
1824
|
</kendo-dialog-actions>
|
|
1725
|
-
`, 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
|
|
1825
|
+
`, 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"] }] });
|
|
1726
1826
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDialogComponent, decorators: [{
|
|
1727
1827
|
type: Component,
|
|
1728
1828
|
args: [{
|
|
@@ -1740,10 +1840,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1740
1840
|
>
|
|
1741
1841
|
</kendo-editor-format-dropdownlist>
|
|
1742
1842
|
</div>
|
|
1743
|
-
<kendo-dialog-actions
|
|
1744
|
-
<button
|
|
1745
|
-
|
|
1746
|
-
|
|
1843
|
+
<kendo-dialog-actions layout="start">
|
|
1844
|
+
<button
|
|
1845
|
+
kendoButton
|
|
1846
|
+
[primary]="true"
|
|
1847
|
+
(click)="onConfirmAction()"
|
|
1848
|
+
>{{ textFor('dialogApply') }}</button>
|
|
1849
|
+
<button
|
|
1850
|
+
kendoButton
|
|
1851
|
+
(click)="onCancelAction()"
|
|
1852
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1747
1853
|
</kendo-dialog-actions>
|
|
1748
1854
|
`
|
|
1749
1855
|
}]
|
|
@@ -1918,7 +2024,7 @@ EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1918
2024
|
</span>
|
|
1919
2025
|
</div>
|
|
1920
2026
|
</ng-template>
|
|
1921
|
-
`, isInline: true, components: [{ type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2027
|
+
`, isInline: true, components: [{ type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1922
2028
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorFormatComponent, decorators: [{
|
|
1923
2029
|
type: Component,
|
|
1924
2030
|
args: [{
|
|
@@ -2289,16 +2395,10 @@ class EditorCommandButton extends EditorCommandBaseDirective {
|
|
|
2289
2395
|
e.preventDefault();
|
|
2290
2396
|
}
|
|
2291
2397
|
onStateChange(toolBarState) {
|
|
2292
|
-
|
|
2293
|
-
setTimeout(() => {
|
|
2294
|
-
this.button.selected = toolBarState[this.command].selected;
|
|
2295
|
-
this.button.disabled = toolBarState[this.command].disabled;
|
|
2296
|
-
});
|
|
2297
|
-
}
|
|
2298
|
-
else {
|
|
2398
|
+
this.providerService.editor.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
2299
2399
|
this.button.selected = toolBarState[this.command].selected;
|
|
2300
2400
|
this.button.disabled = toolBarState[this.command].disabled;
|
|
2301
|
-
}
|
|
2401
|
+
});
|
|
2302
2402
|
}
|
|
2303
2403
|
}
|
|
2304
2404
|
|
|
@@ -2663,22 +2763,17 @@ class EditorCommandDialog extends EditorCommandBaseDirective {
|
|
|
2663
2763
|
this.dialog = dialog;
|
|
2664
2764
|
this.button = button;
|
|
2665
2765
|
this.localization = localization;
|
|
2766
|
+
this.providerService = providerService;
|
|
2666
2767
|
this.toolsService = toolsService;
|
|
2667
2768
|
}
|
|
2668
2769
|
clickHandler() {
|
|
2669
2770
|
this.editor.openDialog(this.dialog);
|
|
2670
2771
|
}
|
|
2671
2772
|
onStateChange(toolBarState) {
|
|
2672
|
-
|
|
2673
|
-
setTimeout(() => {
|
|
2674
|
-
this.button.selected = toolBarState[this.command].selected;
|
|
2675
|
-
this.button.disabled = toolBarState[this.command].disabled;
|
|
2676
|
-
});
|
|
2677
|
-
}
|
|
2678
|
-
else {
|
|
2773
|
+
this.providerService.editor.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
2679
2774
|
this.button.selected = toolBarState[this.command].selected;
|
|
2680
2775
|
this.button.disabled = toolBarState[this.command].disabled;
|
|
2681
|
-
}
|
|
2776
|
+
});
|
|
2682
2777
|
}
|
|
2683
2778
|
}
|
|
2684
2779
|
|
|
@@ -2909,7 +3004,7 @@ class EditorComponent {
|
|
|
2909
3004
|
return this.dispatchPasteEvent(dirtyHtml, clean);
|
|
2910
3005
|
};
|
|
2911
3006
|
this.transformPastedHTML = (html) => this.transformPastedContent(html);
|
|
2912
|
-
this.transformPastedText = (html
|
|
3007
|
+
this.transformPastedText = (html) => this.transformPastedContent(html, true);
|
|
2913
3008
|
this.changeValue = (value) => {
|
|
2914
3009
|
const prev = this._value;
|
|
2915
3010
|
this._value = value;
|
|
@@ -3425,7 +3520,9 @@ class EditorComponent {
|
|
|
3425
3520
|
view: () => ({
|
|
3426
3521
|
update: editorView => {
|
|
3427
3522
|
if (!this.disabled) {
|
|
3428
|
-
this.
|
|
3523
|
+
this.ngZone.run(() => {
|
|
3524
|
+
this.stateChange.next(this.readonly ? disabledToolBarState : getToolbarState(editorView.state, { applyToWord: this.applyToWord }));
|
|
3525
|
+
});
|
|
3429
3526
|
}
|
|
3430
3527
|
}
|
|
3431
3528
|
})
|
|
@@ -3506,12 +3603,14 @@ class EditorComponent {
|
|
|
3506
3603
|
}));
|
|
3507
3604
|
}
|
|
3508
3605
|
this.subs.add(this.stateChange.subscribe(() => {
|
|
3509
|
-
|
|
3510
|
-
this.userToolBarComponent
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3606
|
+
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
3607
|
+
if (this.userToolBarComponent) {
|
|
3608
|
+
this.userToolBarComponent.cdr.detectChanges();
|
|
3609
|
+
}
|
|
3610
|
+
else {
|
|
3611
|
+
this.cdr.detectChanges();
|
|
3612
|
+
}
|
|
3613
|
+
});
|
|
3515
3614
|
}));
|
|
3516
3615
|
this.subs.add(this.valueModified.subscribe((value) => {
|
|
3517
3616
|
this.onChangeCallback(value);
|
|
@@ -4090,12 +4189,18 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4090
4189
|
>
|
|
4091
4190
|
</kendo-colorpicker>
|
|
4092
4191
|
</div>
|
|
4093
|
-
<kendo-dialog-actions
|
|
4094
|
-
<button
|
|
4095
|
-
|
|
4096
|
-
|
|
4192
|
+
<kendo-dialog-actions layout="start">
|
|
4193
|
+
<button
|
|
4194
|
+
kendoButton
|
|
4195
|
+
[primary]="true"
|
|
4196
|
+
(click)="onConfirmAction()"
|
|
4197
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4198
|
+
<button
|
|
4199
|
+
kendoButton
|
|
4200
|
+
(click)="onCancelAction()"
|
|
4201
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4097
4202
|
</kendo-dialog-actions>
|
|
4098
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type:
|
|
4203
|
+
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i1$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"] }] });
|
|
4099
4204
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
|
|
4100
4205
|
type: Component,
|
|
4101
4206
|
args: [{
|
|
@@ -4118,10 +4223,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4118
4223
|
>
|
|
4119
4224
|
</kendo-colorpicker>
|
|
4120
4225
|
</div>
|
|
4121
|
-
<kendo-dialog-actions
|
|
4122
|
-
<button
|
|
4123
|
-
|
|
4124
|
-
|
|
4226
|
+
<kendo-dialog-actions layout="start">
|
|
4227
|
+
<button
|
|
4228
|
+
kendoButton
|
|
4229
|
+
[primary]="true"
|
|
4230
|
+
(click)="onConfirmAction()"
|
|
4231
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4232
|
+
<button
|
|
4233
|
+
kendoButton
|
|
4234
|
+
(click)="onCancelAction()"
|
|
4235
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4125
4236
|
</kendo-dialog-actions>
|
|
4126
4237
|
`
|
|
4127
4238
|
}]
|
|
@@ -4274,12 +4385,18 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4274
4385
|
>
|
|
4275
4386
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4276
4387
|
</div>
|
|
4277
|
-
<kendo-dialog-actions
|
|
4278
|
-
<button
|
|
4279
|
-
|
|
4280
|
-
|
|
4388
|
+
<kendo-dialog-actions layout="start">
|
|
4389
|
+
<button
|
|
4390
|
+
kendoButton
|
|
4391
|
+
[primary]="true"
|
|
4392
|
+
(click)="onConfirmAction()"
|
|
4393
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4394
|
+
<button
|
|
4395
|
+
kendoButton
|
|
4396
|
+
(click)="onCancelAction()"
|
|
4397
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4281
4398
|
</kendo-dialog-actions>
|
|
4282
|
-
`, 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
|
|
4399
|
+
`, 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"] }] });
|
|
4283
4400
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
|
|
4284
4401
|
type: Component,
|
|
4285
4402
|
args: [{
|
|
@@ -4297,10 +4414,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4297
4414
|
>
|
|
4298
4415
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4299
4416
|
</div>
|
|
4300
|
-
<kendo-dialog-actions
|
|
4301
|
-
<button
|
|
4302
|
-
|
|
4303
|
-
|
|
4417
|
+
<kendo-dialog-actions layout="start">
|
|
4418
|
+
<button
|
|
4419
|
+
kendoButton
|
|
4420
|
+
[primary]="true"
|
|
4421
|
+
(click)="onConfirmAction()"
|
|
4422
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4423
|
+
<button
|
|
4424
|
+
kendoButton
|
|
4425
|
+
(click)="onCancelAction()"
|
|
4426
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4304
4427
|
</kendo-dialog-actions>
|
|
4305
4428
|
`
|
|
4306
4429
|
}]
|
|
@@ -4428,10 +4551,13 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4428
4551
|
<div [style.text-align]="'center'">
|
|
4429
4552
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4430
4553
|
</div>
|
|
4431
|
-
<kendo-dialog-actions
|
|
4432
|
-
<button
|
|
4554
|
+
<kendo-dialog-actions layout="start">
|
|
4555
|
+
<button
|
|
4556
|
+
kendoButton
|
|
4557
|
+
(click)="onCancelAction()"
|
|
4558
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4433
4559
|
</kendo-dialog-actions>
|
|
4434
|
-
`, 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
|
|
4560
|
+
`, 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"] }] });
|
|
4435
4561
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
|
|
4436
4562
|
type: Component,
|
|
4437
4563
|
args: [{
|
|
@@ -4442,8 +4568,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4442
4568
|
<div [style.text-align]="'center'">
|
|
4443
4569
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4444
4570
|
</div>
|
|
4445
|
-
<kendo-dialog-actions
|
|
4446
|
-
<button
|
|
4571
|
+
<kendo-dialog-actions layout="start">
|
|
4572
|
+
<button
|
|
4573
|
+
kendoButton
|
|
4574
|
+
(click)="onCancelAction()"
|
|
4575
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4447
4576
|
</kendo-dialog-actions>
|
|
4448
4577
|
`
|
|
4449
4578
|
}]
|
|
@@ -4583,12 +4712,18 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4583
4712
|
>
|
|
4584
4713
|
</kendo-editor-fontsize-dropdownlist>
|
|
4585
4714
|
</div>
|
|
4586
|
-
<kendo-dialog-actions
|
|
4587
|
-
<button
|
|
4588
|
-
|
|
4589
|
-
|
|
4715
|
+
<kendo-dialog-actions layout="start">
|
|
4716
|
+
<button
|
|
4717
|
+
kendoButton
|
|
4718
|
+
[primary]="true"
|
|
4719
|
+
(click)="onConfirmAction()"
|
|
4720
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4721
|
+
<button
|
|
4722
|
+
kendoButton
|
|
4723
|
+
(click)="onCancelAction()"
|
|
4724
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4590
4725
|
</kendo-dialog-actions>
|
|
4591
|
-
`, 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
|
|
4726
|
+
`, 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"] }] });
|
|
4592
4727
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
|
|
4593
4728
|
type: Component,
|
|
4594
4729
|
args: [{
|
|
@@ -4606,10 +4741,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4606
4741
|
>
|
|
4607
4742
|
</kendo-editor-fontsize-dropdownlist>
|
|
4608
4743
|
</div>
|
|
4609
|
-
<kendo-dialog-actions
|
|
4610
|
-
<button
|
|
4611
|
-
|
|
4612
|
-
|
|
4744
|
+
<kendo-dialog-actions layout="start">
|
|
4745
|
+
<button
|
|
4746
|
+
kendoButton
|
|
4747
|
+
[primary]="true"
|
|
4748
|
+
(click)="onConfirmAction()"
|
|
4749
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4750
|
+
<button
|
|
4751
|
+
kendoButton
|
|
4752
|
+
(click)="onCancelAction()"
|
|
4753
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4613
4754
|
</kendo-dialog-actions>
|
|
4614
4755
|
`
|
|
4615
4756
|
}]
|
|
@@ -4797,7 +4938,7 @@ EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4797
4938
|
</span>
|
|
4798
4939
|
</div>
|
|
4799
4940
|
</ng-template>
|
|
4800
|
-
`, isInline: true, components: [{ type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4941
|
+
`, isInline: true, components: [{ type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4801
4942
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorFontSizeComponent, decorators: [{
|
|
4802
4943
|
type: Component,
|
|
4803
4944
|
args: [{
|
|
@@ -5025,7 +5166,7 @@ EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
5025
5166
|
</span>
|
|
5026
5167
|
</div>
|
|
5027
5168
|
</ng-template>
|
|
5028
|
-
`, isInline: true, components: [{ type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5169
|
+
`, isInline: true, components: [{ type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5029
5170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorFontFamilyComponent, decorators: [{
|
|
5030
5171
|
type: Component,
|
|
5031
5172
|
args: [{
|
|
@@ -5286,7 +5427,7 @@ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
5286
5427
|
</span>
|
|
5287
5428
|
</div>
|
|
5288
5429
|
</ng-template>
|
|
5289
|
-
`, isInline: true, components: [{ type:
|
|
5430
|
+
`, isInline: true, components: [{ type: i3.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5290
5431
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorColorPickerComponent, decorators: [{
|
|
5291
5432
|
type: Component,
|
|
5292
5433
|
args: [{
|
|
@@ -5543,7 +5684,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5543
5684
|
<ng-template #popupGridTemplate>
|
|
5544
5685
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
|
|
5545
5686
|
</ng-template>
|
|
5546
|
-
`, isInline: true, components: [{ type: i4
|
|
5687
|
+
`, 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: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5547
5688
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
|
|
5548
5689
|
type: Component,
|
|
5549
5690
|
args: [{
|
|
@@ -6490,6 +6631,7 @@ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6490
6631
|
ToolBarModule,
|
|
6491
6632
|
TextBoxModule,
|
|
6492
6633
|
TextAreaModule,
|
|
6634
|
+
FormFieldModule,
|
|
6493
6635
|
LabelModule], exports: [EditorComponent,
|
|
6494
6636
|
//alignment
|
|
6495
6637
|
EditorAlignLeftButtonDirective,
|
|
@@ -6573,6 +6715,7 @@ EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
6573
6715
|
ToolBarModule,
|
|
6574
6716
|
TextBoxModule,
|
|
6575
6717
|
TextAreaModule,
|
|
6718
|
+
FormFieldModule,
|
|
6576
6719
|
LabelModule
|
|
6577
6720
|
], ToolBarModule,
|
|
6578
6721
|
ButtonModule,
|
|
@@ -6617,6 +6760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6617
6760
|
ToolBarModule,
|
|
6618
6761
|
TextBoxModule,
|
|
6619
6762
|
TextAreaModule,
|
|
6763
|
+
FormFieldModule,
|
|
6620
6764
|
LabelModule
|
|
6621
6765
|
]
|
|
6622
6766
|
}]
|