@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.
@@ -16,13 +16,13 @@ import { isDocumentAvailable, guid, hasObservers, KendoInput, Keys } from '@prog
16
16
  import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
17
17
  export { Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeType, Plugin, PluginKey, Schema, Transaction, baseKeymap, dropCursor, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
18
18
  import { validatePackage } from '@progress/kendo-licensing';
19
- import * as i4 from '@progress/kendo-angular-inputs';
20
- import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule } from '@progress/kendo-angular-inputs';
19
+ import * as i3 from '@progress/kendo-angular-inputs';
20
+ import { ColorPickerComponent, ColorPickerModule, NumericTextBoxModule, CheckBoxModule, TextBoxModule, TextAreaModule, FormFieldModule } from '@progress/kendo-angular-inputs';
21
21
  import * as i1 from '@progress/kendo-angular-l10n';
22
22
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
23
- import * as i4$1 from '@progress/kendo-angular-buttons';
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
 
@@ -710,11 +710,18 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
710
710
  [value]="data"
711
711
  [style.height.%]="100"
712
712
  ></kendo-textarea>
713
- <kendo-dialog-actions>
714
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
715
- <button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
713
+ <kendo-dialog-actions layout="start">
714
+ <button
715
+ kendoButton
716
+ [primary]="true"
717
+ (click)="onConfirmAction()"
718
+ >{{ textFor('dialogUpdate') }}</button>
719
+ <button
720
+ kendoButton
721
+ (click)="onCancelAction()"
722
+ >{{ textFor('dialogCancel') }}</button>
716
723
  </kendo-dialog-actions>
717
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: 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"] }] });
724
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "rows", "cols", "maxlength", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
718
725
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SourceDialogComponent, decorators: [{
719
726
  type: Component,
720
727
  args: [{
@@ -730,9 +737,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
730
737
  [value]="data"
731
738
  [style.height.%]="100"
732
739
  ></kendo-textarea>
733
- <kendo-dialog-actions>
734
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
735
- <button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
740
+ <kendo-dialog-actions layout="start">
741
+ <button
742
+ kendoButton
743
+ [primary]="true"
744
+ (click)="onConfirmAction()"
745
+ >{{ textFor('dialogUpdate') }}</button>
746
+ <button
747
+ kendoButton
748
+ (click)="onCancelAction()"
749
+ >{{ textFor('dialogCancel') }}</button>
736
750
  </kendo-dialog-actions>
737
751
  `
738
752
  }]
@@ -818,46 +832,65 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
818
832
  <kendo-dialog-titlebar (close)="onCancelAction()">
819
833
  {{ textFor('insertImage') }}
820
834
  </kendo-dialog-titlebar>
821
- <div class="k-form k-form-md k-form-horizontal">
822
- <div class="k-form-field">
823
- <div class="k-form-label">
824
- <kendo-label [for]="srcInput" [text]="textFor('imageWebAddress')"></kendo-label>
825
- </div>
826
- <div class="k-form-field-wrap">
827
- <kendo-textbox #srcInput [formControl]="src"></kendo-textbox>
828
- </div>
829
- </div>
830
- <div class="k-form-field">
831
- <div class="k-form-label">
832
- <kendo-label [for]="altTextInput" [text]="textFor('imageAltText')"></kendo-label>
833
- </div>
834
- <div class="k-form-field-wrap">
835
- <kendo-textbox #altTextInput [formControl]="alt"></kendo-textbox>
836
- </div>
837
- </div>
838
- <div class="k-form-field">
839
- <div class="k-form-label">
840
- <kendo-label [for]="widthInput" [text]="textFor('imageWidth')"></kendo-label>
841
- </div>
842
- <div class="k-form-field-wrap">
843
- <kendo-textbox #widthInput [formControl]="width"></kendo-textbox>
844
- </div>
845
- </div>
846
- <div class="k-form-field">
847
- <div class="k-form-label">
848
- <kendo-label [for]="heightInput" [text]="textFor('imageHeight')"></kendo-label>
849
- </div>
850
- <div class="k-form-field-wrap">
851
- <kendo-textbox #heightInput [formControl]="height"></kendo-textbox>
852
- </div>
853
- </div>
835
+ <div class="k-form k-form-md k-form-vertical">
836
+ <kendo-formfield>
837
+ <kendo-label
838
+ labelCssClass="k-form-label"
839
+ [for]="srcInput"
840
+ [text]="textFor('imageWebAddress')"
841
+ ></kendo-label>
842
+ <kendo-textbox
843
+ #srcInput
844
+ [formControl]="src"
845
+ ></kendo-textbox>
846
+ </kendo-formfield>
847
+ <kendo-formfield>
848
+ <kendo-label
849
+ labelCssClass="k-form-label"
850
+ [for]="altTextInput"
851
+ [text]="textFor('imageAltText')"
852
+ ></kendo-label>
853
+ <kendo-textbox
854
+ #altTextInput
855
+ [formControl]="alt"
856
+ ></kendo-textbox>
857
+ </kendo-formfield>
858
+ <kendo-formfield>
859
+ <kendo-label
860
+ labelCssClass="k-form-label"
861
+ [for]="widthInput"
862
+ [text]="textFor('imageWidth')"
863
+ ></kendo-label>
864
+ <kendo-textbox
865
+ #widthInput
866
+ [formControl]="width"
867
+ ></kendo-textbox>
868
+ </kendo-formfield>
869
+ <kendo-formfield>
870
+ <kendo-label
871
+ [for]="heightInput"
872
+ [text]="textFor('imageHeight')"
873
+ labelCssClass="k-form-label"
874
+ ></kendo-label>
875
+ <kendo-textbox
876
+ #heightInput
877
+ [formControl]="height"
878
+ ></kendo-textbox>
879
+ </kendo-formfield>
854
880
  </div>
855
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
856
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
857
- <button kendoButton [disabled]="imageData.invalid"
858
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
881
+ <kendo-dialog-actions layout="start">
882
+ <button
883
+ kendoButton
884
+ [disabled]="imageData.invalid"
885
+ [primary]="true"
886
+ (click)="onConfirmAction()"
887
+ >{{ textFor('dialogInsert') }}</button>
888
+ <button
889
+ kendoButton
890
+ (click)="onCancelAction()"
891
+ >{{ textFor('dialogCancel') }}</button>
859
892
  </kendo-dialog-actions>
860
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: 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"] }] });
893
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i4$1.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i3.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "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"] }] });
861
894
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImageDialogComponent, decorators: [{
862
895
  type: Component,
863
896
  args: [{
@@ -865,44 +898,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
865
898
  <kendo-dialog-titlebar (close)="onCancelAction()">
866
899
  {{ textFor('insertImage') }}
867
900
  </kendo-dialog-titlebar>
868
- <div class="k-form k-form-md k-form-horizontal">
869
- <div class="k-form-field">
870
- <div class="k-form-label">
871
- <kendo-label [for]="srcInput" [text]="textFor('imageWebAddress')"></kendo-label>
872
- </div>
873
- <div class="k-form-field-wrap">
874
- <kendo-textbox #srcInput [formControl]="src"></kendo-textbox>
875
- </div>
876
- </div>
877
- <div class="k-form-field">
878
- <div class="k-form-label">
879
- <kendo-label [for]="altTextInput" [text]="textFor('imageAltText')"></kendo-label>
880
- </div>
881
- <div class="k-form-field-wrap">
882
- <kendo-textbox #altTextInput [formControl]="alt"></kendo-textbox>
883
- </div>
884
- </div>
885
- <div class="k-form-field">
886
- <div class="k-form-label">
887
- <kendo-label [for]="widthInput" [text]="textFor('imageWidth')"></kendo-label>
888
- </div>
889
- <div class="k-form-field-wrap">
890
- <kendo-textbox #widthInput [formControl]="width"></kendo-textbox>
891
- </div>
892
- </div>
893
- <div class="k-form-field">
894
- <div class="k-form-label">
895
- <kendo-label [for]="heightInput" [text]="textFor('imageHeight')"></kendo-label>
896
- </div>
897
- <div class="k-form-field-wrap">
898
- <kendo-textbox #heightInput [formControl]="height"></kendo-textbox>
899
- </div>
900
- </div>
901
+ <div class="k-form k-form-md k-form-vertical">
902
+ <kendo-formfield>
903
+ <kendo-label
904
+ labelCssClass="k-form-label"
905
+ [for]="srcInput"
906
+ [text]="textFor('imageWebAddress')"
907
+ ></kendo-label>
908
+ <kendo-textbox
909
+ #srcInput
910
+ [formControl]="src"
911
+ ></kendo-textbox>
912
+ </kendo-formfield>
913
+ <kendo-formfield>
914
+ <kendo-label
915
+ labelCssClass="k-form-label"
916
+ [for]="altTextInput"
917
+ [text]="textFor('imageAltText')"
918
+ ></kendo-label>
919
+ <kendo-textbox
920
+ #altTextInput
921
+ [formControl]="alt"
922
+ ></kendo-textbox>
923
+ </kendo-formfield>
924
+ <kendo-formfield>
925
+ <kendo-label
926
+ labelCssClass="k-form-label"
927
+ [for]="widthInput"
928
+ [text]="textFor('imageWidth')"
929
+ ></kendo-label>
930
+ <kendo-textbox
931
+ #widthInput
932
+ [formControl]="width"
933
+ ></kendo-textbox>
934
+ </kendo-formfield>
935
+ <kendo-formfield>
936
+ <kendo-label
937
+ [for]="heightInput"
938
+ [text]="textFor('imageHeight')"
939
+ labelCssClass="k-form-label"
940
+ ></kendo-label>
941
+ <kendo-textbox
942
+ #heightInput
943
+ [formControl]="height"
944
+ ></kendo-textbox>
945
+ </kendo-formfield>
901
946
  </div>
902
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
903
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
904
- <button kendoButton [disabled]="imageData.invalid"
905
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
947
+ <kendo-dialog-actions layout="start">
948
+ <button
949
+ kendoButton
950
+ [disabled]="imageData.invalid"
951
+ [primary]="true"
952
+ (click)="onConfirmAction()"
953
+ >{{ textFor('dialogInsert') }}</button>
954
+ <button
955
+ kendoButton
956
+ (click)="onCancelAction()"
957
+ >{{ textFor('dialogCancel') }}</button>
906
958
  </kendo-dialog-actions>
907
959
  `
908
960
  }]
@@ -1006,48 +1058,69 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
1006
1058
  <kendo-dialog-titlebar (close)="onCancelAction()">
1007
1059
  {{ titleText }}
1008
1060
  </kendo-dialog-titlebar>
1009
- <form class="k-form k-form-md k-form-horizontal" novalidate [formGroup]="linkForm">
1010
- <div class="k-form-field">
1011
- <div class="k-form-label">
1012
- <kendo-label [for]="hrefInput" [text]="textForWithPrefix('WebAddress')"></kendo-label>
1013
- </div>
1014
- <div class="k-form-field-wrap">
1015
- <kendo-textbox #hrefInput formControlName="href"></kendo-textbox>
1016
- </div>
1017
- </div>
1018
- <div class="k-form-field">
1019
- <div class="k-form-label">
1020
- <kendo-label [for]="textInput" [text]="textForWithPrefix('Text')"></kendo-label>
1021
- </div>
1022
- <div class="k-form-field-wrap">
1023
- <kendo-textbox #textInput formControlName="text"></kendo-textbox>
1024
- </div>
1025
- </div>
1026
- <div class="k-form-field">
1027
- <div class="k-form-label">
1028
- <kendo-label [for]="titleInput" [text]="textForWithPrefix('Title')"></kendo-label>
1029
- </div>
1030
- <div class="k-form-field-wrap">
1031
- <kendo-textbox #titleInput formControlName="title"></kendo-textbox>
1032
- </div>
1033
- </div>
1061
+ <form class="k-form k-form-md k-form-vertical" novalidate [formGroup]="linkForm">
1062
+ <kendo-formfield>
1063
+ <kendo-label
1064
+ labelCssClass="k-form-label"
1065
+ [for]="hrefInput"
1066
+ [text]="textForWithPrefix('WebAddress')"
1067
+ ></kendo-label>
1068
+ <kendo-textbox
1069
+ #hrefInput
1070
+ formControlName="href"
1071
+ ></kendo-textbox>
1072
+ </kendo-formfield>
1073
+ <kendo-formfield>
1074
+ <kendo-label
1075
+ labelCssClass="k-form-label"
1076
+ [for]="textInput"
1077
+ [text]="textForWithPrefix('Text')"
1078
+ ></kendo-label>
1079
+ <kendo-textbox
1080
+ #textInput
1081
+ formControlName="text"
1082
+ ></kendo-textbox>
1083
+ </kendo-formfield>
1084
+ <kendo-formfield>
1085
+ <kendo-label
1086
+ labelCssClass="k-form-label"
1087
+ [for]="titleInput"
1088
+ [text]="textForWithPrefix('Title')"
1089
+ ></kendo-label>
1090
+ <kendo-textbox
1091
+ #titleInput
1092
+ formControlName="title"
1093
+ ></kendo-textbox>
1094
+ </kendo-formfield>
1034
1095
  <ng-container *ngIf="command === 'createLink'">
1035
- <div class="k-form-field">
1036
- <div class="k-form-label"></div>
1037
- <div class="k-form-field-wrap">
1038
- <input type="checkbox" id="k-target-blank" kendoCheckBox formControlName="target" />
1039
- <label class="k-checkbox-label" for="k-target-blank" [style.display]="'inline'">{{ textForWithPrefix('OpenInNewWindow') }}</label>
1040
- </div>
1041
- </div>
1096
+ <kendo-formfield>
1097
+ <ng-container>
1098
+ <span class="k-checkbox-wrap">
1099
+ <input
1100
+ id='k-target-blank'
1101
+ type='checkbox'
1102
+ kendoCheckBox
1103
+ formControlName="target"
1104
+ />
1105
+ </span>
1106
+ <label [labelClass]="false" class='k-checkbox-label' for='k-target-blank'>{{ textForWithPrefix('OpenInNewWindow') }}</label>
1107
+ </ng-container>
1108
+ </kendo-formfield>
1042
1109
  </ng-container>
1043
1110
  </form>
1044
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1045
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1046
- <button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
1047
- {{ textFor('dialogInsert') }}
1048
- </button>
1111
+ <kendo-dialog-actions layout="start">
1112
+ <button
1113
+ kendoButton
1114
+ [disabled]="linkForm.invalid"
1115
+ [primary]="true"
1116
+ (click)="onConfirmAction()"
1117
+ >{{ textFor('dialogInsert') }}</button>
1118
+ <button
1119
+ kendoButton
1120
+ (click)="onCancelAction()"
1121
+ >{{ textFor('dialogCancel') }}</button>
1049
1122
  </kendo-dialog-actions>
1050
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: 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"] }] });
1123
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i4$1.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i3.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "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"] }] });
1051
1124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
1052
1125
  type: Component,
1053
1126
  args: [{
@@ -1055,46 +1128,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1055
1128
  <kendo-dialog-titlebar (close)="onCancelAction()">
1056
1129
  {{ titleText }}
1057
1130
  </kendo-dialog-titlebar>
1058
- <form class="k-form k-form-md k-form-horizontal" novalidate [formGroup]="linkForm">
1059
- <div class="k-form-field">
1060
- <div class="k-form-label">
1061
- <kendo-label [for]="hrefInput" [text]="textForWithPrefix('WebAddress')"></kendo-label>
1062
- </div>
1063
- <div class="k-form-field-wrap">
1064
- <kendo-textbox #hrefInput formControlName="href"></kendo-textbox>
1065
- </div>
1066
- </div>
1067
- <div class="k-form-field">
1068
- <div class="k-form-label">
1069
- <kendo-label [for]="textInput" [text]="textForWithPrefix('Text')"></kendo-label>
1070
- </div>
1071
- <div class="k-form-field-wrap">
1072
- <kendo-textbox #textInput formControlName="text"></kendo-textbox>
1073
- </div>
1074
- </div>
1075
- <div class="k-form-field">
1076
- <div class="k-form-label">
1077
- <kendo-label [for]="titleInput" [text]="textForWithPrefix('Title')"></kendo-label>
1078
- </div>
1079
- <div class="k-form-field-wrap">
1080
- <kendo-textbox #titleInput formControlName="title"></kendo-textbox>
1081
- </div>
1082
- </div>
1131
+ <form class="k-form k-form-md k-form-vertical" novalidate [formGroup]="linkForm">
1132
+ <kendo-formfield>
1133
+ <kendo-label
1134
+ labelCssClass="k-form-label"
1135
+ [for]="hrefInput"
1136
+ [text]="textForWithPrefix('WebAddress')"
1137
+ ></kendo-label>
1138
+ <kendo-textbox
1139
+ #hrefInput
1140
+ formControlName="href"
1141
+ ></kendo-textbox>
1142
+ </kendo-formfield>
1143
+ <kendo-formfield>
1144
+ <kendo-label
1145
+ labelCssClass="k-form-label"
1146
+ [for]="textInput"
1147
+ [text]="textForWithPrefix('Text')"
1148
+ ></kendo-label>
1149
+ <kendo-textbox
1150
+ #textInput
1151
+ formControlName="text"
1152
+ ></kendo-textbox>
1153
+ </kendo-formfield>
1154
+ <kendo-formfield>
1155
+ <kendo-label
1156
+ labelCssClass="k-form-label"
1157
+ [for]="titleInput"
1158
+ [text]="textForWithPrefix('Title')"
1159
+ ></kendo-label>
1160
+ <kendo-textbox
1161
+ #titleInput
1162
+ formControlName="title"
1163
+ ></kendo-textbox>
1164
+ </kendo-formfield>
1083
1165
  <ng-container *ngIf="command === 'createLink'">
1084
- <div class="k-form-field">
1085
- <div class="k-form-label"></div>
1086
- <div class="k-form-field-wrap">
1087
- <input type="checkbox" id="k-target-blank" kendoCheckBox formControlName="target" />
1088
- <label class="k-checkbox-label" for="k-target-blank" [style.display]="'inline'">{{ textForWithPrefix('OpenInNewWindow') }}</label>
1089
- </div>
1090
- </div>
1166
+ <kendo-formfield>
1167
+ <ng-container>
1168
+ <span class="k-checkbox-wrap">
1169
+ <input
1170
+ id='k-target-blank'
1171
+ type='checkbox'
1172
+ kendoCheckBox
1173
+ formControlName="target"
1174
+ />
1175
+ </span>
1176
+ <label [labelClass]="false" class='k-checkbox-label' for='k-target-blank'>{{ textForWithPrefix('OpenInNewWindow') }}</label>
1177
+ </ng-container>
1178
+ </kendo-formfield>
1091
1179
  </ng-container>
1092
1180
  </form>
1093
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1094
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1095
- <button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
1096
- {{ textFor('dialogInsert') }}
1097
- </button>
1181
+ <kendo-dialog-actions layout="start">
1182
+ <button
1183
+ kendoButton
1184
+ [disabled]="linkForm.invalid"
1185
+ [primary]="true"
1186
+ (click)="onConfirmAction()"
1187
+ >{{ textFor('dialogInsert') }}</button>
1188
+ <button
1189
+ kendoButton
1190
+ (click)="onCancelAction()"
1191
+ >{{ textFor('dialogCancel') }}</button>
1098
1192
  </kendo-dialog-actions>
1099
1193
  `
1100
1194
  }]
@@ -1717,12 +1811,18 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
1717
1811
  >
1718
1812
  </kendo-editor-format-dropdownlist>
1719
1813
  </div>
1720
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1721
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1722
- <button kendoButton
1723
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
1814
+ <kendo-dialog-actions layout="start">
1815
+ <button
1816
+ kendoButton
1817
+ [primary]="true"
1818
+ (click)="onConfirmAction()"
1819
+ >{{ textFor('dialogApply') }}</button>
1820
+ <button
1821
+ kendoButton
1822
+ (click)="onCancelAction()"
1823
+ >{{ textFor('dialogCancel') }}</button>
1724
1824
  </kendo-dialog-actions>
1725
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$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"] }] });
1825
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
1726
1826
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDialogComponent, decorators: [{
1727
1827
  type: Component,
1728
1828
  args: [{
@@ -1740,10 +1840,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1740
1840
  >
1741
1841
  </kendo-editor-format-dropdownlist>
1742
1842
  </div>
1743
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
1744
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
1745
- <button kendoButton
1746
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
1843
+ <kendo-dialog-actions layout="start">
1844
+ <button
1845
+ kendoButton
1846
+ [primary]="true"
1847
+ (click)="onConfirmAction()"
1848
+ >{{ textFor('dialogApply') }}</button>
1849
+ <button
1850
+ kendoButton
1851
+ (click)="onCancelAction()"
1852
+ >{{ textFor('dialogCancel') }}</button>
1747
1853
  </kendo-dialog-actions>
1748
1854
  `
1749
1855
  }]
@@ -4090,12 +4196,18 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4090
4196
  >
4091
4197
  </kendo-colorpicker>
4092
4198
  </div>
4093
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4094
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4095
- <button kendoButton
4096
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
4199
+ <kendo-dialog-actions layout="start">
4200
+ <button
4201
+ kendoButton
4202
+ [primary]="true"
4203
+ (click)="onConfirmAction()"
4204
+ >{{ textFor('dialogApply') }}</button>
4205
+ <button
4206
+ kendoButton
4207
+ (click)="onCancelAction()"
4208
+ >{{ textFor('dialogCancel') }}</button>
4097
4209
  </kendo-dialog-actions>
4098
- `, 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"] }] });
4210
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4099
4211
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
4100
4212
  type: Component,
4101
4213
  args: [{
@@ -4118,10 +4230,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4118
4230
  >
4119
4231
  </kendo-colorpicker>
4120
4232
  </div>
4121
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4122
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4123
- <button kendoButton
4124
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
4233
+ <kendo-dialog-actions layout="start">
4234
+ <button
4235
+ kendoButton
4236
+ [primary]="true"
4237
+ (click)="onConfirmAction()"
4238
+ >{{ textFor('dialogApply') }}</button>
4239
+ <button
4240
+ kendoButton
4241
+ (click)="onCancelAction()"
4242
+ >{{ textFor('dialogCancel') }}</button>
4125
4243
  </kendo-dialog-actions>
4126
4244
  `
4127
4245
  }]
@@ -4274,12 +4392,18 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
4274
4392
  >
4275
4393
  </kendo-editor-fontfamily-dropdownlist>
4276
4394
  </div>
4277
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4278
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4279
- <button kendoButton
4280
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
4395
+ <kendo-dialog-actions layout="start">
4396
+ <button
4397
+ kendoButton
4398
+ [primary]="true"
4399
+ (click)="onConfirmAction()"
4400
+ >{{ textFor('dialogApply') }}</button>
4401
+ <button
4402
+ kendoButton
4403
+ (click)="onCancelAction()"
4404
+ >{{ textFor('dialogCancel') }}</button>
4281
4405
  </kendo-dialog-actions>
4282
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$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"] }] });
4406
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4283
4407
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
4284
4408
  type: Component,
4285
4409
  args: [{
@@ -4297,10 +4421,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4297
4421
  >
4298
4422
  </kendo-editor-fontfamily-dropdownlist>
4299
4423
  </div>
4300
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4301
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4302
- <button kendoButton
4303
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
4424
+ <kendo-dialog-actions layout="start">
4425
+ <button
4426
+ kendoButton
4427
+ [primary]="true"
4428
+ (click)="onConfirmAction()"
4429
+ >{{ textFor('dialogApply') }}</button>
4430
+ <button
4431
+ kendoButton
4432
+ (click)="onCancelAction()"
4433
+ >{{ textFor('dialogCancel') }}</button>
4304
4434
  </kendo-dialog-actions>
4305
4435
  `
4306
4436
  }]
@@ -4428,10 +4558,13 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4428
4558
  <div [style.text-align]="'center'">
4429
4559
  <kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
4430
4560
  </div>
4431
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4432
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4561
+ <kendo-dialog-actions layout="start">
4562
+ <button
4563
+ kendoButton
4564
+ (click)="onCancelAction()"
4565
+ >{{ textFor('dialogCancel') }}</button>
4433
4566
  </kendo-dialog-actions>
4434
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$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"] }] });
4567
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4435
4568
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
4436
4569
  type: Component,
4437
4570
  args: [{
@@ -4442,8 +4575,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4442
4575
  <div [style.text-align]="'center'">
4443
4576
  <kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
4444
4577
  </div>
4445
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4446
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4578
+ <kendo-dialog-actions layout="start">
4579
+ <button
4580
+ kendoButton
4581
+ (click)="onCancelAction()"
4582
+ >{{ textFor('dialogCancel') }}</button>
4447
4583
  </kendo-dialog-actions>
4448
4584
  `
4449
4585
  }]
@@ -4583,12 +4719,18 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
4583
4719
  >
4584
4720
  </kendo-editor-fontsize-dropdownlist>
4585
4721
  </div>
4586
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4587
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4588
- <button kendoButton
4589
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
4722
+ <kendo-dialog-actions layout="start">
4723
+ <button
4724
+ kendoButton
4725
+ [primary]="true"
4726
+ (click)="onConfirmAction()"
4727
+ >{{ textFor('dialogApply') }}</button>
4728
+ <button
4729
+ kendoButton
4730
+ (click)="onCancelAction()"
4731
+ >{{ textFor('dialogCancel') }}</button>
4590
4732
  </kendo-dialog-actions>
4591
- `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$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"] }] });
4733
+ `, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4592
4734
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
4593
4735
  type: Component,
4594
4736
  args: [{
@@ -4606,10 +4748,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4606
4748
  >
4607
4749
  </kendo-editor-fontsize-dropdownlist>
4608
4750
  </div>
4609
- <kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
4610
- <button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
4611
- <button kendoButton
4612
- (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
4751
+ <kendo-dialog-actions layout="start">
4752
+ <button
4753
+ kendoButton
4754
+ [primary]="true"
4755
+ (click)="onConfirmAction()"
4756
+ >{{ textFor('dialogApply') }}</button>
4757
+ <button
4758
+ kendoButton
4759
+ (click)="onCancelAction()"
4760
+ >{{ textFor('dialogCancel') }}</button>
4613
4761
  </kendo-dialog-actions>
4614
4762
  `
4615
4763
  }]
@@ -5286,7 +5434,7 @@ EditorColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
5286
5434
  </span>
5287
5435
  </div>
5288
5436
  </ng-template>
5289
- `, 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"] }] });
5437
+ `, isInline: true, components: [{ type: i3.ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5290
5438
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorColorPickerComponent, decorators: [{
5291
5439
  type: Component,
5292
5440
  args: [{
@@ -5543,7 +5691,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
5543
5691
  <ng-template #popupGridTemplate>
5544
5692
  <kendo-popup-table-grid (cellClick)="onCellClick($event)" (tableWizardClick)="onTableWizardClick()"></kendo-popup-table-grid>
5545
5693
  </ng-template>
5546
- `, 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"] }] });
5694
+ `, isInline: true, components: [{ type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { type: i6$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }], directives: [{ type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5547
5695
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
5548
5696
  type: Component,
5549
5697
  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
  }]