@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.
@@ -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: 1685095225,
44
- version: '13.0.0-develop.6',
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 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", "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-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", "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-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
  }]
@@ -4088,12 +4194,18 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4088
4194
  >
4089
4195
  </kendo-colorpicker>
4090
4196
  </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>
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: 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"] }] });
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 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>
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 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>
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$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"] }] });
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 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>
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4430
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</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$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"] }] });
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 class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4444
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</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 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>
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$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"] }] });
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 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>
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: 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", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
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$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", "size"], exportAs: ["kendoIconWrapper"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
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
  }]