@progress/kendo-angular-editor 13.0.0-develop.2 → 13.0.0-develop.20
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
|
@@ -18,11 +18,11 @@ import * as i1$1 from '@progress/kendo-angular-dialog';
|
|
|
18
18
|
import { DialogContentBase, DialogModule } from '@progress/kendo-angular-dialog';
|
|
19
19
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
20
20
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
21
|
-
import * as
|
|
22
|
-
import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule } from '@progress/kendo-angular-inputs';
|
|
23
|
-
import * as i4
|
|
21
|
+
import * as i3 from '@progress/kendo-angular-inputs';
|
|
22
|
+
import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule, FormFieldModule } from '@progress/kendo-angular-inputs';
|
|
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: 1685961229,
|
|
44
|
+
version: '13.0.0-develop.20',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -706,11 +706,18 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
706
706
|
[value]="data"
|
|
707
707
|
[style.height.%]="100"
|
|
708
708
|
></kendo-textarea>
|
|
709
|
-
<kendo-dialog-actions>
|
|
710
|
-
<button
|
|
711
|
-
|
|
709
|
+
<kendo-dialog-actions layout="start">
|
|
710
|
+
<button
|
|
711
|
+
kendoButton
|
|
712
|
+
[primary]="true"
|
|
713
|
+
(click)="onConfirmAction()"
|
|
714
|
+
>{{ textFor('dialogUpdate') }}</button>
|
|
715
|
+
<button
|
|
716
|
+
kendoButton
|
|
717
|
+
(click)="onCancelAction()"
|
|
718
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
712
719
|
</kendo-dialog-actions>
|
|
713
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type:
|
|
720
|
+
`, 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"] }] });
|
|
714
721
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SourceDialogComponent, decorators: [{
|
|
715
722
|
type: Component,
|
|
716
723
|
args: [{
|
|
@@ -726,9 +733,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
726
733
|
[value]="data"
|
|
727
734
|
[style.height.%]="100"
|
|
728
735
|
></kendo-textarea>
|
|
729
|
-
<kendo-dialog-actions>
|
|
730
|
-
<button
|
|
731
|
-
|
|
736
|
+
<kendo-dialog-actions layout="start">
|
|
737
|
+
<button
|
|
738
|
+
kendoButton
|
|
739
|
+
[primary]="true"
|
|
740
|
+
(click)="onConfirmAction()"
|
|
741
|
+
>{{ textFor('dialogUpdate') }}</button>
|
|
742
|
+
<button
|
|
743
|
+
kendoButton
|
|
744
|
+
(click)="onCancelAction()"
|
|
745
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
732
746
|
</kendo-dialog-actions>
|
|
733
747
|
`
|
|
734
748
|
}]
|
|
@@ -814,46 +828,65 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
814
828
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
815
829
|
{{ textFor('insertImage') }}
|
|
816
830
|
</kendo-dialog-titlebar>
|
|
817
|
-
<div class="k-form k-form-md k-form-
|
|
818
|
-
<
|
|
819
|
-
<
|
|
820
|
-
|
|
821
|
-
|
|
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
|
-
|
|
831
|
+
<div class="k-form k-form-md k-form-vertical">
|
|
832
|
+
<kendo-formfield>
|
|
833
|
+
<kendo-label
|
|
834
|
+
labelCssClass="k-form-label"
|
|
835
|
+
[for]="srcInput"
|
|
836
|
+
[text]="textFor('imageWebAddress')"
|
|
837
|
+
></kendo-label>
|
|
838
|
+
<kendo-textbox
|
|
839
|
+
#srcInput
|
|
840
|
+
[formControl]="src"
|
|
841
|
+
></kendo-textbox>
|
|
842
|
+
</kendo-formfield>
|
|
843
|
+
<kendo-formfield>
|
|
844
|
+
<kendo-label
|
|
845
|
+
labelCssClass="k-form-label"
|
|
846
|
+
[for]="altTextInput"
|
|
847
|
+
[text]="textFor('imageAltText')"
|
|
848
|
+
></kendo-label>
|
|
849
|
+
<kendo-textbox
|
|
850
|
+
#altTextInput
|
|
851
|
+
[formControl]="alt"
|
|
852
|
+
></kendo-textbox>
|
|
853
|
+
</kendo-formfield>
|
|
854
|
+
<kendo-formfield>
|
|
855
|
+
<kendo-label
|
|
856
|
+
labelCssClass="k-form-label"
|
|
857
|
+
[for]="widthInput"
|
|
858
|
+
[text]="textFor('imageWidth')"
|
|
859
|
+
></kendo-label>
|
|
860
|
+
<kendo-textbox
|
|
861
|
+
#widthInput
|
|
862
|
+
[formControl]="width"
|
|
863
|
+
></kendo-textbox>
|
|
864
|
+
</kendo-formfield>
|
|
865
|
+
<kendo-formfield>
|
|
866
|
+
<kendo-label
|
|
867
|
+
[for]="heightInput"
|
|
868
|
+
[text]="textFor('imageHeight')"
|
|
869
|
+
labelCssClass="k-form-label"
|
|
870
|
+
></kendo-label>
|
|
871
|
+
<kendo-textbox
|
|
872
|
+
#heightInput
|
|
873
|
+
[formControl]="height"
|
|
874
|
+
></kendo-textbox>
|
|
875
|
+
</kendo-formfield>
|
|
850
876
|
</div>
|
|
851
|
-
<kendo-dialog-actions
|
|
852
|
-
<button
|
|
853
|
-
|
|
854
|
-
|
|
877
|
+
<kendo-dialog-actions layout="start">
|
|
878
|
+
<button
|
|
879
|
+
kendoButton
|
|
880
|
+
[disabled]="imageData.invalid"
|
|
881
|
+
[primary]="true"
|
|
882
|
+
(click)="onConfirmAction()"
|
|
883
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
884
|
+
<button
|
|
885
|
+
kendoButton
|
|
886
|
+
(click)="onCancelAction()"
|
|
887
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
855
888
|
</kendo-dialog-actions>
|
|
856
|
-
`, 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:
|
|
889
|
+
`, 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"] }] });
|
|
857
890
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImageDialogComponent, decorators: [{
|
|
858
891
|
type: Component,
|
|
859
892
|
args: [{
|
|
@@ -861,44 +894,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
861
894
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
862
895
|
{{ textFor('insertImage') }}
|
|
863
896
|
</kendo-dialog-titlebar>
|
|
864
|
-
<div class="k-form k-form-md k-form-
|
|
865
|
-
<
|
|
866
|
-
<
|
|
867
|
-
|
|
868
|
-
|
|
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
|
+
<div class="k-form k-form-md k-form-vertical">
|
|
898
|
+
<kendo-formfield>
|
|
899
|
+
<kendo-label
|
|
900
|
+
labelCssClass="k-form-label"
|
|
901
|
+
[for]="srcInput"
|
|
902
|
+
[text]="textFor('imageWebAddress')"
|
|
903
|
+
></kendo-label>
|
|
904
|
+
<kendo-textbox
|
|
905
|
+
#srcInput
|
|
906
|
+
[formControl]="src"
|
|
907
|
+
></kendo-textbox>
|
|
908
|
+
</kendo-formfield>
|
|
909
|
+
<kendo-formfield>
|
|
910
|
+
<kendo-label
|
|
911
|
+
labelCssClass="k-form-label"
|
|
912
|
+
[for]="altTextInput"
|
|
913
|
+
[text]="textFor('imageAltText')"
|
|
914
|
+
></kendo-label>
|
|
915
|
+
<kendo-textbox
|
|
916
|
+
#altTextInput
|
|
917
|
+
[formControl]="alt"
|
|
918
|
+
></kendo-textbox>
|
|
919
|
+
</kendo-formfield>
|
|
920
|
+
<kendo-formfield>
|
|
921
|
+
<kendo-label
|
|
922
|
+
labelCssClass="k-form-label"
|
|
923
|
+
[for]="widthInput"
|
|
924
|
+
[text]="textFor('imageWidth')"
|
|
925
|
+
></kendo-label>
|
|
926
|
+
<kendo-textbox
|
|
927
|
+
#widthInput
|
|
928
|
+
[formControl]="width"
|
|
929
|
+
></kendo-textbox>
|
|
930
|
+
</kendo-formfield>
|
|
931
|
+
<kendo-formfield>
|
|
932
|
+
<kendo-label
|
|
933
|
+
[for]="heightInput"
|
|
934
|
+
[text]="textFor('imageHeight')"
|
|
935
|
+
labelCssClass="k-form-label"
|
|
936
|
+
></kendo-label>
|
|
937
|
+
<kendo-textbox
|
|
938
|
+
#heightInput
|
|
939
|
+
[formControl]="height"
|
|
940
|
+
></kendo-textbox>
|
|
941
|
+
</kendo-formfield>
|
|
897
942
|
</div>
|
|
898
|
-
<kendo-dialog-actions
|
|
899
|
-
<button
|
|
900
|
-
|
|
901
|
-
|
|
943
|
+
<kendo-dialog-actions layout="start">
|
|
944
|
+
<button
|
|
945
|
+
kendoButton
|
|
946
|
+
[disabled]="imageData.invalid"
|
|
947
|
+
[primary]="true"
|
|
948
|
+
(click)="onConfirmAction()"
|
|
949
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
950
|
+
<button
|
|
951
|
+
kendoButton
|
|
952
|
+
(click)="onCancelAction()"
|
|
953
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
902
954
|
</kendo-dialog-actions>
|
|
903
955
|
`
|
|
904
956
|
}]
|
|
@@ -1002,48 +1054,69 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1002
1054
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
1003
1055
|
{{ titleText }}
|
|
1004
1056
|
</kendo-dialog-titlebar>
|
|
1005
|
-
<form class="k-form k-form-md k-form-
|
|
1006
|
-
<
|
|
1007
|
-
<
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
<
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
<
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1057
|
+
<form class="k-form k-form-md k-form-vertical" novalidate [formGroup]="linkForm">
|
|
1058
|
+
<kendo-formfield>
|
|
1059
|
+
<kendo-label
|
|
1060
|
+
labelCssClass="k-form-label"
|
|
1061
|
+
[for]="hrefInput"
|
|
1062
|
+
[text]="textForWithPrefix('WebAddress')"
|
|
1063
|
+
></kendo-label>
|
|
1064
|
+
<kendo-textbox
|
|
1065
|
+
#hrefInput
|
|
1066
|
+
formControlName="href"
|
|
1067
|
+
></kendo-textbox>
|
|
1068
|
+
</kendo-formfield>
|
|
1069
|
+
<kendo-formfield>
|
|
1070
|
+
<kendo-label
|
|
1071
|
+
labelCssClass="k-form-label"
|
|
1072
|
+
[for]="textInput"
|
|
1073
|
+
[text]="textForWithPrefix('Text')"
|
|
1074
|
+
></kendo-label>
|
|
1075
|
+
<kendo-textbox
|
|
1076
|
+
#textInput
|
|
1077
|
+
formControlName="text"
|
|
1078
|
+
></kendo-textbox>
|
|
1079
|
+
</kendo-formfield>
|
|
1080
|
+
<kendo-formfield>
|
|
1081
|
+
<kendo-label
|
|
1082
|
+
labelCssClass="k-form-label"
|
|
1083
|
+
[for]="titleInput"
|
|
1084
|
+
[text]="textForWithPrefix('Title')"
|
|
1085
|
+
></kendo-label>
|
|
1086
|
+
<kendo-textbox
|
|
1087
|
+
#titleInput
|
|
1088
|
+
formControlName="title"
|
|
1089
|
+
></kendo-textbox>
|
|
1090
|
+
</kendo-formfield>
|
|
1030
1091
|
<ng-container *ngIf="command === 'createLink'">
|
|
1031
|
-
<
|
|
1032
|
-
<
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1092
|
+
<kendo-formfield>
|
|
1093
|
+
<ng-container>
|
|
1094
|
+
<span class="k-checkbox-wrap">
|
|
1095
|
+
<input
|
|
1096
|
+
id='k-target-blank'
|
|
1097
|
+
type='checkbox'
|
|
1098
|
+
kendoCheckBox
|
|
1099
|
+
formControlName="target"
|
|
1100
|
+
/>
|
|
1101
|
+
</span>
|
|
1102
|
+
<label [labelClass]="false" class='k-checkbox-label' for='k-target-blank'>{{ textForWithPrefix('OpenInNewWindow') }}</label>
|
|
1103
|
+
</ng-container>
|
|
1104
|
+
</kendo-formfield>
|
|
1038
1105
|
</ng-container>
|
|
1039
1106
|
</form>
|
|
1040
|
-
<kendo-dialog-actions
|
|
1041
|
-
<button
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1107
|
+
<kendo-dialog-actions layout="start">
|
|
1108
|
+
<button
|
|
1109
|
+
kendoButton
|
|
1110
|
+
[disabled]="linkForm.invalid"
|
|
1111
|
+
[primary]="true"
|
|
1112
|
+
(click)="onConfirmAction()"
|
|
1113
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
1114
|
+
<button
|
|
1115
|
+
kendoButton
|
|
1116
|
+
(click)="onCancelAction()"
|
|
1117
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1045
1118
|
</kendo-dialog-actions>
|
|
1046
|
-
`, 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:
|
|
1119
|
+
`, 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"] }] });
|
|
1047
1120
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
|
|
1048
1121
|
type: Component,
|
|
1049
1122
|
args: [{
|
|
@@ -1051,46 +1124,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1051
1124
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
1052
1125
|
{{ titleText }}
|
|
1053
1126
|
</kendo-dialog-titlebar>
|
|
1054
|
-
<form class="k-form k-form-md k-form-
|
|
1055
|
-
<
|
|
1056
|
-
<
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
<
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
<
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1127
|
+
<form class="k-form k-form-md k-form-vertical" novalidate [formGroup]="linkForm">
|
|
1128
|
+
<kendo-formfield>
|
|
1129
|
+
<kendo-label
|
|
1130
|
+
labelCssClass="k-form-label"
|
|
1131
|
+
[for]="hrefInput"
|
|
1132
|
+
[text]="textForWithPrefix('WebAddress')"
|
|
1133
|
+
></kendo-label>
|
|
1134
|
+
<kendo-textbox
|
|
1135
|
+
#hrefInput
|
|
1136
|
+
formControlName="href"
|
|
1137
|
+
></kendo-textbox>
|
|
1138
|
+
</kendo-formfield>
|
|
1139
|
+
<kendo-formfield>
|
|
1140
|
+
<kendo-label
|
|
1141
|
+
labelCssClass="k-form-label"
|
|
1142
|
+
[for]="textInput"
|
|
1143
|
+
[text]="textForWithPrefix('Text')"
|
|
1144
|
+
></kendo-label>
|
|
1145
|
+
<kendo-textbox
|
|
1146
|
+
#textInput
|
|
1147
|
+
formControlName="text"
|
|
1148
|
+
></kendo-textbox>
|
|
1149
|
+
</kendo-formfield>
|
|
1150
|
+
<kendo-formfield>
|
|
1151
|
+
<kendo-label
|
|
1152
|
+
labelCssClass="k-form-label"
|
|
1153
|
+
[for]="titleInput"
|
|
1154
|
+
[text]="textForWithPrefix('Title')"
|
|
1155
|
+
></kendo-label>
|
|
1156
|
+
<kendo-textbox
|
|
1157
|
+
#titleInput
|
|
1158
|
+
formControlName="title"
|
|
1159
|
+
></kendo-textbox>
|
|
1160
|
+
</kendo-formfield>
|
|
1079
1161
|
<ng-container *ngIf="command === 'createLink'">
|
|
1080
|
-
<
|
|
1081
|
-
<
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1162
|
+
<kendo-formfield>
|
|
1163
|
+
<ng-container>
|
|
1164
|
+
<span class="k-checkbox-wrap">
|
|
1165
|
+
<input
|
|
1166
|
+
id='k-target-blank'
|
|
1167
|
+
type='checkbox'
|
|
1168
|
+
kendoCheckBox
|
|
1169
|
+
formControlName="target"
|
|
1170
|
+
/>
|
|
1171
|
+
</span>
|
|
1172
|
+
<label [labelClass]="false" class='k-checkbox-label' for='k-target-blank'>{{ textForWithPrefix('OpenInNewWindow') }}</label>
|
|
1173
|
+
</ng-container>
|
|
1174
|
+
</kendo-formfield>
|
|
1087
1175
|
</ng-container>
|
|
1088
1176
|
</form>
|
|
1089
|
-
<kendo-dialog-actions
|
|
1090
|
-
<button
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1177
|
+
<kendo-dialog-actions layout="start">
|
|
1178
|
+
<button
|
|
1179
|
+
kendoButton
|
|
1180
|
+
[disabled]="linkForm.invalid"
|
|
1181
|
+
[primary]="true"
|
|
1182
|
+
(click)="onConfirmAction()"
|
|
1183
|
+
>{{ textFor('dialogInsert') }}</button>
|
|
1184
|
+
<button
|
|
1185
|
+
kendoButton
|
|
1186
|
+
(click)="onCancelAction()"
|
|
1187
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1094
1188
|
</kendo-dialog-actions>
|
|
1095
1189
|
`
|
|
1096
1190
|
}]
|
|
@@ -1713,12 +1807,18 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1713
1807
|
>
|
|
1714
1808
|
</kendo-editor-format-dropdownlist>
|
|
1715
1809
|
</div>
|
|
1716
|
-
<kendo-dialog-actions
|
|
1717
|
-
<button
|
|
1718
|
-
|
|
1719
|
-
|
|
1810
|
+
<kendo-dialog-actions layout="start">
|
|
1811
|
+
<button
|
|
1812
|
+
kendoButton
|
|
1813
|
+
[primary]="true"
|
|
1814
|
+
(click)="onConfirmAction()"
|
|
1815
|
+
>{{ textFor('dialogApply') }}</button>
|
|
1816
|
+
<button
|
|
1817
|
+
kendoButton
|
|
1818
|
+
(click)="onCancelAction()"
|
|
1819
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1720
1820
|
</kendo-dialog-actions>
|
|
1721
|
-
`, 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
|
|
1821
|
+
`, 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"] }] });
|
|
1722
1822
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDialogComponent, decorators: [{
|
|
1723
1823
|
type: Component,
|
|
1724
1824
|
args: [{
|
|
@@ -1736,10 +1836,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1736
1836
|
>
|
|
1737
1837
|
</kendo-editor-format-dropdownlist>
|
|
1738
1838
|
</div>
|
|
1739
|
-
<kendo-dialog-actions
|
|
1740
|
-
<button
|
|
1741
|
-
|
|
1742
|
-
|
|
1839
|
+
<kendo-dialog-actions layout="start">
|
|
1840
|
+
<button
|
|
1841
|
+
kendoButton
|
|
1842
|
+
[primary]="true"
|
|
1843
|
+
(click)="onConfirmAction()"
|
|
1844
|
+
>{{ textFor('dialogApply') }}</button>
|
|
1845
|
+
<button
|
|
1846
|
+
kendoButton
|
|
1847
|
+
(click)="onCancelAction()"
|
|
1848
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
1743
1849
|
</kendo-dialog-actions>
|
|
1744
1850
|
`
|
|
1745
1851
|
}]
|
|
@@ -1914,7 +2020,7 @@ EditorFormatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1914
2020
|
</span>
|
|
1915
2021
|
</div>
|
|
1916
2022
|
</ng-template>
|
|
1917
|
-
`, 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"] }] });
|
|
2023
|
+
`, 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"] }] });
|
|
1918
2024
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorFormatComponent, decorators: [{
|
|
1919
2025
|
type: Component,
|
|
1920
2026
|
args: [{
|
|
@@ -2287,16 +2393,10 @@ class EditorCommandButton extends EditorCommandBaseDirective {
|
|
|
2287
2393
|
e.preventDefault();
|
|
2288
2394
|
}
|
|
2289
2395
|
onStateChange(toolBarState) {
|
|
2290
|
-
|
|
2291
|
-
setTimeout(() => {
|
|
2292
|
-
this.button.selected = toolBarState[this.command].selected;
|
|
2293
|
-
this.button.disabled = toolBarState[this.command].disabled;
|
|
2294
|
-
});
|
|
2295
|
-
}
|
|
2296
|
-
else {
|
|
2396
|
+
this.providerService.editor.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
2297
2397
|
this.button.selected = toolBarState[this.command].selected;
|
|
2298
2398
|
this.button.disabled = toolBarState[this.command].disabled;
|
|
2299
|
-
}
|
|
2399
|
+
});
|
|
2300
2400
|
}
|
|
2301
2401
|
}
|
|
2302
2402
|
|
|
@@ -2661,22 +2761,17 @@ class EditorCommandDialog extends EditorCommandBaseDirective {
|
|
|
2661
2761
|
this.dialog = dialog;
|
|
2662
2762
|
this.button = button;
|
|
2663
2763
|
this.localization = localization;
|
|
2764
|
+
this.providerService = providerService;
|
|
2664
2765
|
this.toolsService = toolsService;
|
|
2665
2766
|
}
|
|
2666
2767
|
clickHandler() {
|
|
2667
2768
|
this.editor.openDialog(this.dialog);
|
|
2668
2769
|
}
|
|
2669
2770
|
onStateChange(toolBarState) {
|
|
2670
|
-
|
|
2671
|
-
setTimeout(() => {
|
|
2672
|
-
this.button.selected = toolBarState[this.command].selected;
|
|
2673
|
-
this.button.disabled = toolBarState[this.command].disabled;
|
|
2674
|
-
});
|
|
2675
|
-
}
|
|
2676
|
-
else {
|
|
2771
|
+
this.providerService.editor.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
2677
2772
|
this.button.selected = toolBarState[this.command].selected;
|
|
2678
2773
|
this.button.disabled = toolBarState[this.command].disabled;
|
|
2679
|
-
}
|
|
2774
|
+
});
|
|
2680
2775
|
}
|
|
2681
2776
|
}
|
|
2682
2777
|
|
|
@@ -2907,7 +3002,7 @@ class EditorComponent {
|
|
|
2907
3002
|
return this.dispatchPasteEvent(dirtyHtml, clean);
|
|
2908
3003
|
};
|
|
2909
3004
|
this.transformPastedHTML = (html) => this.transformPastedContent(html);
|
|
2910
|
-
this.transformPastedText = (html
|
|
3005
|
+
this.transformPastedText = (html) => this.transformPastedContent(html, true);
|
|
2911
3006
|
this.changeValue = (value) => {
|
|
2912
3007
|
const prev = this._value;
|
|
2913
3008
|
this._value = value;
|
|
@@ -3423,7 +3518,9 @@ class EditorComponent {
|
|
|
3423
3518
|
view: () => ({
|
|
3424
3519
|
update: editorView => {
|
|
3425
3520
|
if (!this.disabled) {
|
|
3426
|
-
this.
|
|
3521
|
+
this.ngZone.run(() => {
|
|
3522
|
+
this.stateChange.next(this.readonly ? disabledToolBarState : getToolbarState(editorView.state, { applyToWord: this.applyToWord }));
|
|
3523
|
+
});
|
|
3427
3524
|
}
|
|
3428
3525
|
}
|
|
3429
3526
|
})
|
|
@@ -3504,12 +3601,14 @@ class EditorComponent {
|
|
|
3504
3601
|
}));
|
|
3505
3602
|
}
|
|
3506
3603
|
this.subs.add(this.stateChange.subscribe(() => {
|
|
3507
|
-
|
|
3508
|
-
this.userToolBarComponent
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3604
|
+
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
3605
|
+
if (this.userToolBarComponent) {
|
|
3606
|
+
this.userToolBarComponent.cdr.detectChanges();
|
|
3607
|
+
}
|
|
3608
|
+
else {
|
|
3609
|
+
this.cdr.detectChanges();
|
|
3610
|
+
}
|
|
3611
|
+
});
|
|
3513
3612
|
}));
|
|
3514
3613
|
this.subs.add(this.valueModified.subscribe((value) => {
|
|
3515
3614
|
this.onChangeCallback(value);
|
|
@@ -4088,12 +4187,18 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4088
4187
|
>
|
|
4089
4188
|
</kendo-colorpicker>
|
|
4090
4189
|
</div>
|
|
4091
|
-
<kendo-dialog-actions
|
|
4092
|
-
<button
|
|
4093
|
-
|
|
4094
|
-
|
|
4190
|
+
<kendo-dialog-actions layout="start">
|
|
4191
|
+
<button
|
|
4192
|
+
kendoButton
|
|
4193
|
+
[primary]="true"
|
|
4194
|
+
(click)="onConfirmAction()"
|
|
4195
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4196
|
+
<button
|
|
4197
|
+
kendoButton
|
|
4198
|
+
(click)="onCancelAction()"
|
|
4199
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4095
4200
|
</kendo-dialog-actions>
|
|
4096
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type:
|
|
4201
|
+
`, 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"] }] });
|
|
4097
4202
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
|
|
4098
4203
|
type: Component,
|
|
4099
4204
|
args: [{
|
|
@@ -4116,10 +4221,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4116
4221
|
>
|
|
4117
4222
|
</kendo-colorpicker>
|
|
4118
4223
|
</div>
|
|
4119
|
-
<kendo-dialog-actions
|
|
4120
|
-
<button
|
|
4121
|
-
|
|
4122
|
-
|
|
4224
|
+
<kendo-dialog-actions layout="start">
|
|
4225
|
+
<button
|
|
4226
|
+
kendoButton
|
|
4227
|
+
[primary]="true"
|
|
4228
|
+
(click)="onConfirmAction()"
|
|
4229
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4230
|
+
<button
|
|
4231
|
+
kendoButton
|
|
4232
|
+
(click)="onCancelAction()"
|
|
4233
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4123
4234
|
</kendo-dialog-actions>
|
|
4124
4235
|
`
|
|
4125
4236
|
}]
|
|
@@ -4272,12 +4383,18 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4272
4383
|
>
|
|
4273
4384
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4274
4385
|
</div>
|
|
4275
|
-
<kendo-dialog-actions
|
|
4276
|
-
<button
|
|
4277
|
-
|
|
4278
|
-
|
|
4386
|
+
<kendo-dialog-actions layout="start">
|
|
4387
|
+
<button
|
|
4388
|
+
kendoButton
|
|
4389
|
+
[primary]="true"
|
|
4390
|
+
(click)="onConfirmAction()"
|
|
4391
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4392
|
+
<button
|
|
4393
|
+
kendoButton
|
|
4394
|
+
(click)="onCancelAction()"
|
|
4395
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4279
4396
|
</kendo-dialog-actions>
|
|
4280
|
-
`, 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
|
|
4397
|
+
`, 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"] }] });
|
|
4281
4398
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
|
|
4282
4399
|
type: Component,
|
|
4283
4400
|
args: [{
|
|
@@ -4295,10 +4412,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4295
4412
|
>
|
|
4296
4413
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4297
4414
|
</div>
|
|
4298
|
-
<kendo-dialog-actions
|
|
4299
|
-
<button
|
|
4300
|
-
|
|
4301
|
-
|
|
4415
|
+
<kendo-dialog-actions layout="start">
|
|
4416
|
+
<button
|
|
4417
|
+
kendoButton
|
|
4418
|
+
[primary]="true"
|
|
4419
|
+
(click)="onConfirmAction()"
|
|
4420
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4421
|
+
<button
|
|
4422
|
+
kendoButton
|
|
4423
|
+
(click)="onCancelAction()"
|
|
4424
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4302
4425
|
</kendo-dialog-actions>
|
|
4303
4426
|
`
|
|
4304
4427
|
}]
|
|
@@ -4426,10 +4549,13 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4426
4549
|
<div [style.text-align]="'center'">
|
|
4427
4550
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4428
4551
|
</div>
|
|
4429
|
-
<kendo-dialog-actions
|
|
4430
|
-
<button
|
|
4552
|
+
<kendo-dialog-actions layout="start">
|
|
4553
|
+
<button
|
|
4554
|
+
kendoButton
|
|
4555
|
+
(click)="onCancelAction()"
|
|
4556
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4431
4557
|
</kendo-dialog-actions>
|
|
4432
|
-
`, 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
|
|
4558
|
+
`, 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"] }] });
|
|
4433
4559
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
|
|
4434
4560
|
type: Component,
|
|
4435
4561
|
args: [{
|
|
@@ -4440,8 +4566,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4440
4566
|
<div [style.text-align]="'center'">
|
|
4441
4567
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4442
4568
|
</div>
|
|
4443
|
-
<kendo-dialog-actions
|
|
4444
|
-
<button
|
|
4569
|
+
<kendo-dialog-actions layout="start">
|
|
4570
|
+
<button
|
|
4571
|
+
kendoButton
|
|
4572
|
+
(click)="onCancelAction()"
|
|
4573
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4445
4574
|
</kendo-dialog-actions>
|
|
4446
4575
|
`
|
|
4447
4576
|
}]
|
|
@@ -4581,12 +4710,18 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4581
4710
|
>
|
|
4582
4711
|
</kendo-editor-fontsize-dropdownlist>
|
|
4583
4712
|
</div>
|
|
4584
|
-
<kendo-dialog-actions
|
|
4585
|
-
<button
|
|
4586
|
-
|
|
4587
|
-
|
|
4713
|
+
<kendo-dialog-actions layout="start">
|
|
4714
|
+
<button
|
|
4715
|
+
kendoButton
|
|
4716
|
+
[primary]="true"
|
|
4717
|
+
(click)="onConfirmAction()"
|
|
4718
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4719
|
+
<button
|
|
4720
|
+
kendoButton
|
|
4721
|
+
(click)="onCancelAction()"
|
|
4722
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4588
4723
|
</kendo-dialog-actions>
|
|
4589
|
-
`, 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
|
|
4724
|
+
`, 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"] }] });
|
|
4590
4725
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
|
|
4591
4726
|
type: Component,
|
|
4592
4727
|
args: [{
|
|
@@ -4604,10 +4739,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4604
4739
|
>
|
|
4605
4740
|
</kendo-editor-fontsize-dropdownlist>
|
|
4606
4741
|
</div>
|
|
4607
|
-
<kendo-dialog-actions
|
|
4608
|
-
<button
|
|
4609
|
-
|
|
4610
|
-
|
|
4742
|
+
<kendo-dialog-actions layout="start">
|
|
4743
|
+
<button
|
|
4744
|
+
kendoButton
|
|
4745
|
+
[primary]="true"
|
|
4746
|
+
(click)="onConfirmAction()"
|
|
4747
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4748
|
+
<button
|
|
4749
|
+
kendoButton
|
|
4750
|
+
(click)="onCancelAction()"
|
|
4751
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4611
4752
|
</kendo-dialog-actions>
|
|
4612
4753
|
`
|
|
4613
4754
|
}]
|
|
@@ -4795,7 +4936,7 @@ EditorFontSizeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4795
4936
|
</span>
|
|
4796
4937
|
</div>
|
|
4797
4938
|
</ng-template>
|
|
4798
|
-
`, 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"] }] });
|
|
4939
|
+
`, 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"] }] });
|
|
4799
4940
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorFontSizeComponent, decorators: [{
|
|
4800
4941
|
type: Component,
|
|
4801
4942
|
args: [{
|
|
@@ -5023,7 +5164,7 @@ EditorFontFamilyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
5023
5164
|
</span>
|
|
5024
5165
|
</div>
|
|
5025
5166
|
</ng-template>
|
|
5026
|
-
`, 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"] }] });
|
|
5167
|
+
`, 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"] }] });
|
|
5027
5168
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorFontFamilyComponent, decorators: [{
|
|
5028
5169
|
type: Component,
|
|
5029
5170
|
args: [{
|
|
@@ -5285,7 +5426,7 @@ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
5285
5426
|
</span>
|
|
5286
5427
|
</div>
|
|
5287
5428
|
</ng-template>
|
|
5288
|
-
`, isInline: true, components: [{ type:
|
|
5429
|
+
`, 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"] }] });
|
|
5289
5430
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorColorPickerComponent, decorators: [{
|
|
5290
5431
|
type: Component,
|
|
5291
5432
|
args: [{
|
|
@@ -5542,7 +5683,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5542
5683
|
<ng-template #popupGridTemplate>
|
|
5543
5684
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
|
|
5544
5685
|
</ng-template>
|
|
5545
|
-
`, isInline: true, components: [{ type: i4
|
|
5686
|
+
`, 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"] }] });
|
|
5546
5687
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
|
|
5547
5688
|
type: Component,
|
|
5548
5689
|
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
|
}]
|