@progress/kendo-angular-editor 13.0.0-develop.6 → 13.0.0-develop.7
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.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.module.mjs +4 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-editor.mjs +357 -206
- package/fesm2020/progress-kendo-angular-editor.mjs +357 -206
- package/package.json +14 -14
- package/schematics/ngAdd/index.js +3 -3
|
@@ -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: 1685097014,
|
|
44
|
+
version: '13.0.0-develop.7',
|
|
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", "errorIcon", "clearButtonIcon", "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", "errorIcon", "clearButtonIcon", "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
|
}]
|
|
@@ -4088,12 +4194,18 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4088
4194
|
>
|
|
4089
4195
|
</kendo-colorpicker>
|
|
4090
4196
|
</div>
|
|
4091
|
-
<kendo-dialog-actions
|
|
4092
|
-
<button
|
|
4093
|
-
|
|
4094
|
-
|
|
4197
|
+
<kendo-dialog-actions layout="start">
|
|
4198
|
+
<button
|
|
4199
|
+
kendoButton
|
|
4200
|
+
[primary]="true"
|
|
4201
|
+
(click)="onConfirmAction()"
|
|
4202
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4203
|
+
<button
|
|
4204
|
+
kendoButton
|
|
4205
|
+
(click)="onCancelAction()"
|
|
4206
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4095
4207
|
</kendo-dialog-actions>
|
|
4096
|
-
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type:
|
|
4208
|
+
`, 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
4209
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
|
|
4098
4210
|
type: Component,
|
|
4099
4211
|
args: [{
|
|
@@ -4116,10 +4228,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4116
4228
|
>
|
|
4117
4229
|
</kendo-colorpicker>
|
|
4118
4230
|
</div>
|
|
4119
|
-
<kendo-dialog-actions
|
|
4120
|
-
<button
|
|
4121
|
-
|
|
4122
|
-
|
|
4231
|
+
<kendo-dialog-actions layout="start">
|
|
4232
|
+
<button
|
|
4233
|
+
kendoButton
|
|
4234
|
+
[primary]="true"
|
|
4235
|
+
(click)="onConfirmAction()"
|
|
4236
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4237
|
+
<button
|
|
4238
|
+
kendoButton
|
|
4239
|
+
(click)="onCancelAction()"
|
|
4240
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4123
4241
|
</kendo-dialog-actions>
|
|
4124
4242
|
`
|
|
4125
4243
|
}]
|
|
@@ -4272,12 +4390,18 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4272
4390
|
>
|
|
4273
4391
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4274
4392
|
</div>
|
|
4275
|
-
<kendo-dialog-actions
|
|
4276
|
-
<button
|
|
4277
|
-
|
|
4278
|
-
|
|
4393
|
+
<kendo-dialog-actions layout="start">
|
|
4394
|
+
<button
|
|
4395
|
+
kendoButton
|
|
4396
|
+
[primary]="true"
|
|
4397
|
+
(click)="onConfirmAction()"
|
|
4398
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4399
|
+
<button
|
|
4400
|
+
kendoButton
|
|
4401
|
+
(click)="onCancelAction()"
|
|
4402
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4279
4403
|
</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
|
|
4404
|
+
`, 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
4405
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
|
|
4282
4406
|
type: Component,
|
|
4283
4407
|
args: [{
|
|
@@ -4295,10 +4419,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4295
4419
|
>
|
|
4296
4420
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4297
4421
|
</div>
|
|
4298
|
-
<kendo-dialog-actions
|
|
4299
|
-
<button
|
|
4300
|
-
|
|
4301
|
-
|
|
4422
|
+
<kendo-dialog-actions layout="start">
|
|
4423
|
+
<button
|
|
4424
|
+
kendoButton
|
|
4425
|
+
[primary]="true"
|
|
4426
|
+
(click)="onConfirmAction()"
|
|
4427
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4428
|
+
<button
|
|
4429
|
+
kendoButton
|
|
4430
|
+
(click)="onCancelAction()"
|
|
4431
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4302
4432
|
</kendo-dialog-actions>
|
|
4303
4433
|
`
|
|
4304
4434
|
}]
|
|
@@ -4426,10 +4556,13 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4426
4556
|
<div [style.text-align]="'center'">
|
|
4427
4557
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4428
4558
|
</div>
|
|
4429
|
-
<kendo-dialog-actions
|
|
4430
|
-
<button
|
|
4559
|
+
<kendo-dialog-actions layout="start">
|
|
4560
|
+
<button
|
|
4561
|
+
kendoButton
|
|
4562
|
+
(click)="onCancelAction()"
|
|
4563
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4431
4564
|
</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
|
|
4565
|
+
`, 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
4566
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
|
|
4434
4567
|
type: Component,
|
|
4435
4568
|
args: [{
|
|
@@ -4440,8 +4573,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4440
4573
|
<div [style.text-align]="'center'">
|
|
4441
4574
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4442
4575
|
</div>
|
|
4443
|
-
<kendo-dialog-actions
|
|
4444
|
-
<button
|
|
4576
|
+
<kendo-dialog-actions layout="start">
|
|
4577
|
+
<button
|
|
4578
|
+
kendoButton
|
|
4579
|
+
(click)="onCancelAction()"
|
|
4580
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4445
4581
|
</kendo-dialog-actions>
|
|
4446
4582
|
`
|
|
4447
4583
|
}]
|
|
@@ -4581,12 +4717,18 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4581
4717
|
>
|
|
4582
4718
|
</kendo-editor-fontsize-dropdownlist>
|
|
4583
4719
|
</div>
|
|
4584
|
-
<kendo-dialog-actions
|
|
4585
|
-
<button
|
|
4586
|
-
|
|
4587
|
-
|
|
4720
|
+
<kendo-dialog-actions layout="start">
|
|
4721
|
+
<button
|
|
4722
|
+
kendoButton
|
|
4723
|
+
[primary]="true"
|
|
4724
|
+
(click)="onConfirmAction()"
|
|
4725
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4726
|
+
<button
|
|
4727
|
+
kendoButton
|
|
4728
|
+
(click)="onCancelAction()"
|
|
4729
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4588
4730
|
</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
|
|
4731
|
+
`, 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
4732
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
|
|
4591
4733
|
type: Component,
|
|
4592
4734
|
args: [{
|
|
@@ -4604,10 +4746,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4604
4746
|
>
|
|
4605
4747
|
</kendo-editor-fontsize-dropdownlist>
|
|
4606
4748
|
</div>
|
|
4607
|
-
<kendo-dialog-actions
|
|
4608
|
-
<button
|
|
4609
|
-
|
|
4610
|
-
|
|
4749
|
+
<kendo-dialog-actions layout="start">
|
|
4750
|
+
<button
|
|
4751
|
+
kendoButton
|
|
4752
|
+
[primary]="true"
|
|
4753
|
+
(click)="onConfirmAction()"
|
|
4754
|
+
>{{ textFor('dialogApply') }}</button>
|
|
4755
|
+
<button
|
|
4756
|
+
kendoButton
|
|
4757
|
+
(click)="onCancelAction()"
|
|
4758
|
+
>{{ textFor('dialogCancel') }}</button>
|
|
4611
4759
|
</kendo-dialog-actions>
|
|
4612
4760
|
`
|
|
4613
4761
|
}]
|
|
@@ -5285,7 +5433,7 @@ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
5285
5433
|
</span>
|
|
5286
5434
|
</div>
|
|
5287
5435
|
</ng-template>
|
|
5288
|
-
`, isInline: true, components: [{ type:
|
|
5436
|
+
`, 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
5437
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorColorPickerComponent, decorators: [{
|
|
5290
5438
|
type: Component,
|
|
5291
5439
|
args: [{
|
|
@@ -5542,7 +5690,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5542
5690
|
<ng-template #popupGridTemplate>
|
|
5543
5691
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
|
|
5544
5692
|
</ng-template>
|
|
5545
|
-
`, isInline: true, components: [{ type: i4
|
|
5693
|
+
`, 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
5694
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
|
|
5547
5695
|
type: Component,
|
|
5548
5696
|
args: [{
|
|
@@ -6490,6 +6638,7 @@ EditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6490
6638
|
ToolBarModule,
|
|
6491
6639
|
TextBoxModule,
|
|
6492
6640
|
TextAreaModule,
|
|
6641
|
+
FormFieldModule,
|
|
6493
6642
|
LabelModule], exports: [EditorComponent,
|
|
6494
6643
|
//alignment
|
|
6495
6644
|
EditorAlignLeftButtonDirective,
|
|
@@ -6573,6 +6722,7 @@ EditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
6573
6722
|
ToolBarModule,
|
|
6574
6723
|
TextBoxModule,
|
|
6575
6724
|
TextAreaModule,
|
|
6725
|
+
FormFieldModule,
|
|
6576
6726
|
LabelModule
|
|
6577
6727
|
], ToolBarModule,
|
|
6578
6728
|
ButtonModule,
|
|
@@ -6617,6 +6767,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6617
6767
|
ToolBarModule,
|
|
6618
6768
|
TextBoxModule,
|
|
6619
6769
|
TextAreaModule,
|
|
6770
|
+
FormFieldModule,
|
|
6620
6771
|
LabelModule
|
|
6621
6772
|
]
|
|
6622
6773
|
}]
|