@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.
@@ -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 i4 from '@progress/kendo-angular-inputs';
22
- import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule } from '@progress/kendo-angular-inputs';
23
- import * as i4$1 from '@progress/kendo-angular-buttons';
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 i3 from '@progress/kendo-angular-label';
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: 1684846731,
44
- version: '13.0.0-develop.2',
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
 
@@ -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 kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
711
- <button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
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: i4.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$1.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"] }] });
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 kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
731
- <button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
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-horizontal">
818
- <div class="k-form-field">
819
- <div class="k-form-label">
820
- <kendo-label [for]="srcInput" [text]="textFor('imageWebAddress')"></kendo-label>
821
- </div>
822
- <div class="k-form-field-wrap">
823
- <kendo-textbox #srcInput [formControl]="src"></kendo-textbox>
824
- </div>
825
- </div>
826
- <div class="k-form-field">
827
- <div class="k-form-label">
828
- <kendo-label [for]="altTextInput" [text]="textFor('imageAltText')"></kendo-label>
829
- </div>
830
- <div class="k-form-field-wrap">
831
- <kendo-textbox #altTextInput [formControl]="alt"></kendo-textbox>
832
- </div>
833
- </div>
834
- <div class="k-form-field">
835
- <div class="k-form-label">
836
- <kendo-label [for]="widthInput" [text]="textFor('imageWidth')"></kendo-label>
837
- </div>
838
- <div class="k-form-field-wrap">
839
- <kendo-textbox #widthInput [formControl]="width"></kendo-textbox>
840
- </div>
841
- </div>
842
- <div class="k-form-field">
843
- <div class="k-form-label">
844
- <kendo-label [for]="heightInput" [text]="textFor('imageHeight')"></kendo-label>
845
- </div>
846
- <div class="k-form-field-wrap">
847
- <kendo-textbox #heightInput [formControl]="height"></kendo-textbox>
848
- </div>
849
- </div>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
852
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
853
- <button kendoButton [disabled]="imageData.invalid"
854
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
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: i4.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$1.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"] }] });
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-horizontal">
865
- <div class="k-form-field">
866
- <div class="k-form-label">
867
- <kendo-label [for]="srcInput" [text]="textFor('imageWebAddress')"></kendo-label>
868
- </div>
869
- <div class="k-form-field-wrap">
870
- <kendo-textbox #srcInput [formControl]="src"></kendo-textbox>
871
- </div>
872
- </div>
873
- <div class="k-form-field">
874
- <div class="k-form-label">
875
- <kendo-label [for]="altTextInput" [text]="textFor('imageAltText')"></kendo-label>
876
- </div>
877
- <div class="k-form-field-wrap">
878
- <kendo-textbox #altTextInput [formControl]="alt"></kendo-textbox>
879
- </div>
880
- </div>
881
- <div class="k-form-field">
882
- <div class="k-form-label">
883
- <kendo-label [for]="widthInput" [text]="textFor('imageWidth')"></kendo-label>
884
- </div>
885
- <div class="k-form-field-wrap">
886
- <kendo-textbox #widthInput [formControl]="width"></kendo-textbox>
887
- </div>
888
- </div>
889
- <div class="k-form-field">
890
- <div class="k-form-label">
891
- <kendo-label [for]="heightInput" [text]="textFor('imageHeight')"></kendo-label>
892
- </div>
893
- <div class="k-form-field-wrap">
894
- <kendo-textbox #heightInput [formControl]="height"></kendo-textbox>
895
- </div>
896
- </div>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
899
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
900
- <button kendoButton [disabled]="imageData.invalid"
901
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
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-horizontal" novalidate [formGroup]="linkForm">
1006
- <div class="k-form-field">
1007
- <div class="k-form-label">
1008
- <kendo-label [for]="hrefInput" [text]="textForWithPrefix('WebAddress')"></kendo-label>
1009
- </div>
1010
- <div class="k-form-field-wrap">
1011
- <kendo-textbox #hrefInput formControlName="href"></kendo-textbox>
1012
- </div>
1013
- </div>
1014
- <div class="k-form-field">
1015
- <div class="k-form-label">
1016
- <kendo-label [for]="textInput" [text]="textForWithPrefix('Text')"></kendo-label>
1017
- </div>
1018
- <div class="k-form-field-wrap">
1019
- <kendo-textbox #textInput formControlName="text"></kendo-textbox>
1020
- </div>
1021
- </div>
1022
- <div class="k-form-field">
1023
- <div class="k-form-label">
1024
- <kendo-label [for]="titleInput" [text]="textForWithPrefix('Title')"></kendo-label>
1025
- </div>
1026
- <div class="k-form-field-wrap">
1027
- <kendo-textbox #titleInput formControlName="title"></kendo-textbox>
1028
- </div>
1029
- </div>
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
- <div class="k-form-field">
1032
- <div class="k-form-label"></div>
1033
- <div class="k-form-field-wrap">
1034
- <input type="checkbox" id="k-target-blank" kendoCheckBox formControlName="target" />
1035
- <label class="k-checkbox-label" for="k-target-blank" [style.display]="'inline'">{{ textForWithPrefix('OpenInNewWindow') }}</label>
1036
- </div>
1037
- </div>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1041
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1042
- <button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
1043
- {{ textFor('dialogInsert') }}
1044
- </button>
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: i4.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$1.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: i4.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for"] }] });
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-horizontal" novalidate [formGroup]="linkForm">
1055
- <div class="k-form-field">
1056
- <div class="k-form-label">
1057
- <kendo-label [for]="hrefInput" [text]="textForWithPrefix('WebAddress')"></kendo-label>
1058
- </div>
1059
- <div class="k-form-field-wrap">
1060
- <kendo-textbox #hrefInput formControlName="href"></kendo-textbox>
1061
- </div>
1062
- </div>
1063
- <div class="k-form-field">
1064
- <div class="k-form-label">
1065
- <kendo-label [for]="textInput" [text]="textForWithPrefix('Text')"></kendo-label>
1066
- </div>
1067
- <div class="k-form-field-wrap">
1068
- <kendo-textbox #textInput formControlName="text"></kendo-textbox>
1069
- </div>
1070
- </div>
1071
- <div class="k-form-field">
1072
- <div class="k-form-label">
1073
- <kendo-label [for]="titleInput" [text]="textForWithPrefix('Title')"></kendo-label>
1074
- </div>
1075
- <div class="k-form-field-wrap">
1076
- <kendo-textbox #titleInput formControlName="title"></kendo-textbox>
1077
- </div>
1078
- </div>
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
- <div class="k-form-field">
1081
- <div class="k-form-label"></div>
1082
- <div class="k-form-field-wrap">
1083
- <input type="checkbox" id="k-target-blank" kendoCheckBox formControlName="target" />
1084
- <label class="k-checkbox-label" for="k-target-blank" [style.display]="'inline'">{{ textForWithPrefix('OpenInNewWindow') }}</label>
1085
- </div>
1086
- </div>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1090
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1091
- <button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
1092
- {{ textFor('dialogInsert') }}
1093
- </button>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1717
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1718
- <button kendoButton
1719
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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$1.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"] }] });
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1740
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1741
- <button kendoButton
1742
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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
- if (this.button.overflows) {
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
- if (this.button.overflows) {
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, plain) => this.transformPastedContent(html, plain);
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.stateChange.next(this.readonly ? disabledToolBarState : getToolbarState(editorView.state, { applyToWord: this.applyToWord }));
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
- if (this.userToolBarComponent) {
3508
- this.userToolBarComponent.cdr.detectChanges();
3509
- }
3510
- else {
3511
- this.cdr.detectChanges();
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4092
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4093
- <button kendoButton
4094
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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: i4.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$1.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"] }] });
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4120
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4121
- <button kendoButton
4122
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4276
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4277
- <button kendoButton
4278
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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$1.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"] }] });
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4299
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4300
- <button kendoButton
4301
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4430
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</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$1.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"] }] });
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4444
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4585
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4586
- <button kendoButton
4587
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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$1.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"] }] });
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4608
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4609
- <button kendoButton
4610
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
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: i4.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { 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"] }] });
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$1.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"], exportAs: ["kendoIconWrapper"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
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
  }]