@progress/kendo-angular-editor 24.0.0-develop.9 → 24.0.1-develop.1

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.
@@ -12,7 +12,7 @@ import * as i1$2 from '@progress/kendo-angular-toolbar';
12
12
  import { ToolBarToolComponent, ToolBarComponent, ToolBarButtonGroupComponent, ToolBarButtonComponent, KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
13
13
  import * as i1$1 from '@progress/kendo-angular-dialog';
14
14
  import { DialogContentBase, DialogTitleBarComponent, DialogActionsComponent, DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
15
- import { isDocumentAvailable, guid, getLicenseMessage, shouldShowValidationUI, Keys, hasObservers, WatermarkOverlayComponent, KendoInput, isPresent as isPresent$1, ResizeBatchService } from '@progress/kendo-angular-common';
15
+ import { isDocumentAvailable, guid, getLicenseMessage, shouldShowValidationUI, Keys, hasObservers, WatermarkOverlayComponent, KendoInput, KENDO_WEBMCP_HOST, isPresent as isPresent$1, ResizeBatchService } from '@progress/kendo-angular-common';
16
16
  import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, selectAll, expandToWordWrap, applyInlineStyle, removeLink, link, toggleInlineFormat, underline, superscript, subscript, strikethrough, italic, insertText, applyLink, cleanFormatting, bold, blockquote, undo, setHtml, redo, outdent, toggleUnorderedList, toggleOrderedList, insertImage, indent, getHtml, formatBlockElements, isAligned, alignRightRules, alignLeftRules, alignJustifyRules, alignCenterRules, deleteTable, splitCell, mergeCells, deleteColumn, deleteRow, addRowAfter, addRowBefore, addColumnAfter, addColumnBefore, expandSelection, hasMark, getActiveMarks, hasNode, canOutdentAsListItem, outdentRules, isIndented, canIndentAsListItem, canBeIndented, indentRules, activeNode, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeClassAttr, sanitizeStyleAttr, TextSelection, parseContent, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, cspFix, placeholder, EditorState, EditorView, pasteCleanup, AllSelection } from '@progress/kendo-editor-common';
17
17
  export { AllSelection, CellSelection, Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeSelection, NodeType, Plugin, PluginKey, Schema, TextSelection, Transaction, baseKeymap, dropCursor, flattenNestedSpans, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
18
18
  import { validatePackage } from '@progress/kendo-licensing';
@@ -21,7 +21,7 @@ import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progr
21
21
  import { TextAreaComponent, FormFieldComponent, TextBoxComponent, CheckBoxDirective, ColorPickerComponent } from '@progress/kendo-angular-inputs';
22
22
  import { ButtonComponent } from '@progress/kendo-angular-buttons';
23
23
  import { LabelComponent, LabelDirective } from '@progress/kendo-angular-label';
24
- import { tableDeleteIcon, cellSplitHorizontallyIcon, cellsMergeIcon, tableColumnDeleteIcon, tableRowDeleteIcon, tableRowInsertBelowIcon, tableRowInsertAboveIcon, tableColumnInsertRightIcon, tableColumnInsertLeftIcon, tableAddIcon, codeSnippetIcon, unlinkIcon, undoIcon, underlineIcon, supscriptIcon, subscriptIcon, strikethroughIcon, selectAllIcon, redoIcon, printIcon, outdentIcon, italicIcon, listUnorderedIcon, listOrderedIcon, fileImageIcon, fileAddIcon, indentIcon, foregroundColorIcon, linkIcon, clearCssIcon, boldIcon, rightDoubleQuotesIcon, dropletIcon, alignRightIcon, alignLeftIcon, alignJustifyIcon, alignCenterIcon, applyFormatIcon, fontSizeIcon, fontFamilyIcon, tableWizardIcon } from '@progress/kendo-svg-icons';
24
+ import { tableDeleteIcon, cellSplitHorizontallyIcon, cellsMergeIcon, tableColumnDeleteIcon, tableRowDeleteIcon, tableRowInsertBelowIcon, tableRowInsertAboveIcon, tableColumnInsertRightIcon, tableColumnInsertLeftIcon, tableAddIcon, codeSnippetIcon, unlinkIcon, undoIcon, underlineIcon, superscriptIcon, subscriptIcon, strikethroughIcon, selectAllIcon, redoIcon, printIcon, outdentIcon, italicIcon, listUnorderedIcon, listOrderedIcon, fileImageIcon, fileAddIcon, indentIcon, foregroundColorIcon, linkIcon, clearCssIcon, boldIcon, rightDoubleQuotesIcon, dropletIcon, alignRightIcon, alignLeftIcon, alignJustifyIcon, alignCenterIcon, applyFormatIcon, fontSizeIcon, fontFamilyIcon, tableWizardIcon } from '@progress/kendo-svg-icons';
25
25
  import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
26
26
  import { DropDownListComponent, ItemTemplateDirective } from '@progress/kendo-angular-dropdowns';
27
27
  import * as i2 from '@progress/kendo-angular-popup';
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1777365418,
40
- version: '24.0.0-develop.9',
39
+ publishDate: 1779368626,
40
+ version: '24.0.1-develop.1',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -713,7 +713,7 @@ class SourceDialogComponent extends DialogContentBase {
713
713
  <kendo-dialog-actions layout="start">
714
714
  <button
715
715
  kendoButton
716
- [primary]="true"
716
+ themeColor="primary"
717
717
  (click)="onConfirmAction()"
718
718
  >{{ textFor('dialogUpdate') }}</button>
719
719
  <button
@@ -721,7 +721,7 @@ class SourceDialogComponent extends DialogContentBase {
721
721
  (click)="onCancelAction()"
722
722
  >{{ textFor('dialogCancel') }}</button>
723
723
  </kendo-dialog-actions>
724
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "maxResizableRows", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
724
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "maxResizableRows", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
725
725
  }
726
726
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SourceDialogComponent, decorators: [{
727
727
  type: Component,
@@ -741,7 +741,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
741
741
  <kendo-dialog-actions layout="start">
742
742
  <button
743
743
  kendoButton
744
- [primary]="true"
744
+ themeColor="primary"
745
745
  (click)="onConfirmAction()"
746
746
  >{{ textFor('dialogUpdate') }}</button>
747
747
  <button
@@ -887,7 +887,7 @@ class ImageDialogComponent extends DialogContentBase {
887
887
  <button
888
888
  kendoButton
889
889
  [disabled]="imageData.invalid"
890
- [primary]="true"
890
+ themeColor="primary"
891
891
  (click)="onConfirmAction()"
892
892
  >{{ textFor('dialogInsert') }}</button>
893
893
  <button
@@ -895,7 +895,7 @@ class ImageDialogComponent extends DialogContentBase {
895
895
  (click)="onCancelAction()"
896
896
  >{{ textFor('dialogCancel') }}</button>
897
897
  </kendo-dialog-actions>
898
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors", "colSpan"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
898
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors", "colSpan"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
899
899
  }
900
900
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ImageDialogComponent, decorators: [{
901
901
  type: Component,
@@ -954,7 +954,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
954
954
  <button
955
955
  kendoButton
956
956
  [disabled]="imageData.invalid"
957
- [primary]="true"
957
+ themeColor="primary"
958
958
  (click)="onConfirmAction()"
959
959
  >{{ textFor('dialogInsert') }}</button>
960
960
  <button
@@ -1117,7 +1117,7 @@ class FileLinkDialogComponent extends DialogContentBase {
1117
1117
  <button
1118
1118
  kendoButton
1119
1119
  [disabled]="linkForm.invalid"
1120
- [primary]="true"
1120
+ themeColor="primary"
1121
1121
  (click)="onConfirmAction()"
1122
1122
  >{{ textFor('dialogInsert') }}</button>
1123
1123
  <button
@@ -1125,7 +1125,7 @@ class FileLinkDialogComponent extends DialogContentBase {
1125
1125
  (click)="onCancelAction()"
1126
1126
  >{{ textFor('dialogCancel') }}</button>
1127
1127
  </kendo-dialog-actions>
1128
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors", "colSpan"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
1128
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors", "colSpan"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
1129
1129
  }
1130
1130
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FileLinkDialogComponent, decorators: [{
1131
1131
  type: Component,
@@ -1188,7 +1188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
1188
1188
  <button
1189
1189
  kendoButton
1190
1190
  [disabled]="linkForm.invalid"
1191
- [primary]="true"
1191
+ themeColor="primary"
1192
1192
  (click)="onConfirmAction()"
1193
1193
  >{{ textFor('dialogInsert') }}</button>
1194
1194
  <button
@@ -1629,7 +1629,7 @@ const commandIcons = {
1629
1629
  selectAll: 'select-all',
1630
1630
  strikethrough: 'strikethrough',
1631
1631
  subscript: 'subscript',
1632
- superscript: 'supscript',
1632
+ superscript: 'superscript',
1633
1633
  underline: 'underline',
1634
1634
  undo: 'undo',
1635
1635
  unlink: 'unlink',
@@ -1673,7 +1673,7 @@ const commandSVGIcons = {
1673
1673
  selectAll: selectAllIcon,
1674
1674
  strikethrough: strikethroughIcon,
1675
1675
  subscript: subscriptIcon,
1676
- superscript: supscriptIcon,
1676
+ superscript: superscriptIcon,
1677
1677
  underline: underlineIcon,
1678
1678
  undo: undoIcon,
1679
1679
  unlink: unlinkIcon,
@@ -2382,7 +2382,7 @@ class FormatDialogComponent extends DialogContentBase {
2382
2382
  <kendo-dialog-actions layout="start">
2383
2383
  <button
2384
2384
  kendoButton
2385
- [primary]="true"
2385
+ themeColor="primary"
2386
2386
  (click)="onConfirmAction()"
2387
2387
  >{{ textFor('dialogApply') }}</button>
2388
2388
  <button
@@ -2390,7 +2390,7 @@ class FormatDialogComponent extends DialogContentBase {
2390
2390
  (click)="onCancelAction()"
2391
2391
  >{{ textFor('dialogCancel') }}</button>
2392
2392
  </kendo-dialog-actions>
2393
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
2393
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FormatDropDownListComponent, selector: "kendo-editor-format-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
2394
2394
  }
2395
2395
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FormatDialogComponent, decorators: [{
2396
2396
  type: Component,
@@ -2412,7 +2412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
2412
2412
  <kendo-dialog-actions layout="start">
2413
2413
  <button
2414
2414
  kendoButton
2415
- [primary]="true"
2415
+ themeColor="primary"
2416
2416
  (click)="onConfirmAction()"
2417
2417
  >{{ textFor('dialogApply') }}</button>
2418
2418
  <button
@@ -4002,6 +4002,10 @@ class EditorComponent {
4002
4002
  {
4003
4003
  provide: KendoInput,
4004
4004
  useExisting: forwardRef(() => EditorComponent)
4005
+ },
4006
+ {
4007
+ provide: KENDO_WEBMCP_HOST,
4008
+ useExisting: forwardRef(() => EditorComponent)
4005
4009
  }
4006
4010
  ], queries: [{ propertyName: "userToolBarComponent", first: true, predicate: ToolBarComponent, descendants: true }, { propertyName: "userToolBarElement", first: true, predicate: ToolBarComponent, descendants: true, read: ElementRef }], viewQueries: [{ propertyName: "dialogContainer", first: true, predicate: ["dialogsContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "container", first: true, predicate: ["content"], descendants: true, read: ViewContainerRef }, { propertyName: "defaultToolbar", first: true, predicate: ["defaultToolbar"], descendants: true, read: ElementRef }, { propertyName: "defaultToolbarComponent", first: true, predicate: ["defaultToolbar"], descendants: true, read: ToolBarComponent }], usesOnChanges: true, ngImport: i0, template: `
4007
4011
  <ng-container
@@ -4195,6 +4199,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
4195
4199
  {
4196
4200
  provide: KendoInput,
4197
4201
  useExisting: forwardRef(() => EditorComponent)
4202
+ },
4203
+ {
4204
+ provide: KENDO_WEBMCP_HOST,
4205
+ useExisting: forwardRef(() => EditorComponent)
4198
4206
  }
4199
4207
  ],
4200
4208
  template: `
@@ -4596,7 +4604,7 @@ class FontSizeDialogComponent extends DialogContentBase {
4596
4604
  <kendo-dialog-actions layout="start">
4597
4605
  <button
4598
4606
  kendoButton
4599
- [primary]="true"
4607
+ themeColor="primary"
4600
4608
  (click)="onConfirmAction()"
4601
4609
  >{{ textFor('dialogApply') }}</button>
4602
4610
  <button
@@ -4604,7 +4612,7 @@ class FontSizeDialogComponent extends DialogContentBase {
4604
4612
  (click)="onCancelAction()"
4605
4613
  >{{ textFor('dialogCancel') }}</button>
4606
4614
  </kendo-dialog-actions>
4607
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4615
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-editor-fontsize-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
4608
4616
  }
4609
4617
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FontSizeDialogComponent, decorators: [{
4610
4618
  type: Component,
@@ -4626,7 +4634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
4626
4634
  <kendo-dialog-actions layout="start">
4627
4635
  <button
4628
4636
  kendoButton
4629
- [primary]="true"
4637
+ themeColor="primary"
4630
4638
  (click)="onConfirmAction()"
4631
4639
  >{{ textFor('dialogApply') }}</button>
4632
4640
  <button
@@ -5086,7 +5094,7 @@ class FontFamilyDialogComponent extends DialogContentBase {
5086
5094
  <kendo-dialog-actions layout="start">
5087
5095
  <button
5088
5096
  kendoButton
5089
- [primary]="true"
5097
+ themeColor="primary"
5090
5098
  (click)="onConfirmAction()"
5091
5099
  >{{ textFor('dialogApply') }}</button>
5092
5100
  <button
@@ -5094,7 +5102,7 @@ class FontFamilyDialogComponent extends DialogContentBase {
5094
5102
  (click)="onCancelAction()"
5095
5103
  >{{ textFor('dialogCancel') }}</button>
5096
5104
  </kendo-dialog-actions>
5097
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
5105
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-editor-fontfamily-dropdownlist", inputs: ["data", "value", "defaultItem", "itemDisabled", "title", "disabled", "tabindex"], outputs: ["valueChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
5098
5106
  }
5099
5107
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FontFamilyDialogComponent, decorators: [{
5100
5108
  type: Component,
@@ -5116,7 +5124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
5116
5124
  <kendo-dialog-actions layout="start">
5117
5125
  <button
5118
5126
  kendoButton
5119
- [primary]="true"
5127
+ themeColor="primary"
5120
5128
  (click)="onConfirmAction()"
5121
5129
  >{{ textFor('dialogApply') }}</button>
5122
5130
  <button
@@ -5486,7 +5494,7 @@ class ColorPickerDialogComponent extends DialogContentBase {
5486
5494
  <kendo-dialog-actions layout="start">
5487
5495
  <button
5488
5496
  kendoButton
5489
- [primary]="true"
5497
+ themeColor="primary"
5490
5498
  (click)="onConfirmAction()"
5491
5499
  >{{ textFor('dialogApply') }}</button>
5492
5500
  <button
@@ -5494,7 +5502,7 @@ class ColorPickerDialogComponent extends DialogContentBase {
5494
5502
  (click)="onCancelAction()"
5495
5503
  >{{ textFor('dialogCancel') }}</button>
5496
5504
  </kendo-dialog-actions>
5497
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "adaptiveMode", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "adaptiveTitle", "adaptiveSubtitle", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
5505
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "adaptiveMode", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "adaptiveTitle", "adaptiveSubtitle", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
5498
5506
  }
5499
5507
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ColorPickerDialogComponent, decorators: [{
5500
5508
  type: Component,
@@ -5521,7 +5529,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
5521
5529
  <kendo-dialog-actions layout="start">
5522
5530
  <button
5523
5531
  kendoButton
5524
- [primary]="true"
5532
+ themeColor="primary"
5525
5533
  (click)="onConfirmAction()"
5526
5534
  >{{ textFor('dialogApply') }}</button>
5527
5535
  <button
@@ -6049,7 +6057,7 @@ class InsertTableDialogComponent extends DialogContentBase {
6049
6057
  (click)="onCancelAction()"
6050
6058
  >{{ textFor('dialogCancel') }}</button>
6051
6059
  </kendo-dialog-actions>
6052
- `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
6060
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
6053
6061
  }
6054
6062
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: InsertTableDialogComponent, decorators: [{
6055
6063
  type: Component,
@@ -6287,7 +6295,7 @@ class EditorInsertTableButtonComponent extends ToolBarToolComponent {
6287
6295
  (blur)="onBlur()"
6288
6296
  ></button>
6289
6297
  </ng-template>
6290
- `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
6298
+ `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }] });
6291
6299
  }
6292
6300
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditorInsertTableButtonComponent, decorators: [{
6293
6301
  type: Component,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1777365418,
11
- "version": "24.0.0-develop.9",
10
+ "publishDate": 1779368626,
11
+ "version": "24.0.1-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-editor",
3
- "version": "24.0.0-develop.9",
3
+ "version": "24.0.1-develop.1",
4
4
  "description": "Kendo UI Editor for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1777365418,
20
+ "publishDate": 1779368626,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,25 +27,25 @@
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/forms": "19 - 21",
29
29
  "@angular/platform-browser": "19 - 21",
30
- "@progress/kendo-drawing": "^1.24.1",
30
+ "@progress/kendo-drawing": "^1.25.0",
31
31
  "@progress/kendo-licensing": "^1.11.0",
32
- "@progress/kendo-angular-buttons": "24.0.0-develop.9",
33
- "@progress/kendo-angular-common": "24.0.0-develop.9",
34
- "@progress/kendo-angular-dialog": "24.0.0-develop.9",
35
- "@progress/kendo-angular-dropdowns": "24.0.0-develop.9",
36
- "@progress/kendo-angular-inputs": "24.0.0-develop.9",
37
- "@progress/kendo-angular-intl": "24.0.0-develop.9",
38
- "@progress/kendo-angular-l10n": "24.0.0-develop.9",
39
- "@progress/kendo-angular-label": "24.0.0-develop.9",
40
- "@progress/kendo-angular-layout": "24.0.0-develop.9",
41
- "@progress/kendo-angular-icons": "24.0.0-develop.9",
42
- "@progress/kendo-angular-popup": "24.0.0-develop.9",
43
- "@progress/kendo-angular-toolbar": "24.0.0-develop.9",
32
+ "@progress/kendo-angular-buttons": "24.0.1-develop.1",
33
+ "@progress/kendo-angular-common": "24.0.1-develop.1",
34
+ "@progress/kendo-angular-dialog": "24.0.1-develop.1",
35
+ "@progress/kendo-angular-dropdowns": "24.0.1-develop.1",
36
+ "@progress/kendo-angular-inputs": "24.0.1-develop.1",
37
+ "@progress/kendo-angular-intl": "24.0.1-develop.1",
38
+ "@progress/kendo-angular-l10n": "24.0.1-develop.1",
39
+ "@progress/kendo-angular-label": "24.0.1-develop.1",
40
+ "@progress/kendo-angular-layout": "24.0.1-develop.1",
41
+ "@progress/kendo-angular-icons": "24.0.1-develop.1",
42
+ "@progress/kendo-angular-popup": "24.0.1-develop.1",
43
+ "@progress/kendo-angular-toolbar": "24.0.1-develop.1",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "24.0.0-develop.9",
48
+ "@progress/kendo-angular-schematics": "24.0.1-develop.1",
49
49
  "@progress/kendo-editor-common": "1.12.5"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
11
11
  // peer dependencies of kendo-angular-dropdowns
12
- '@progress/kendo-angular-navigation': '24.0.0-develop.9',
13
- '@progress/kendo-angular-treeview': '24.0.0-develop.9',
12
+ '@progress/kendo-angular-navigation': '24.0.1-develop.1',
13
+ '@progress/kendo-angular-treeview': '24.0.1-develop.1',
14
14
  // peer dependency of kendo-angular-layout
15
- '@progress/kendo-angular-progressbar': '24.0.0-develop.9',
15
+ '@progress/kendo-angular-progressbar': '24.0.1-develop.1',
16
16
  // peer dependency of kendo-angular-inputs
17
- '@progress/kendo-angular-dialog': '24.0.0-develop.9',
17
+ '@progress/kendo-angular-dialog': '24.0.1-develop.1',
18
18
  // Peer dependency of icons
19
19
  '@progress/kendo-svg-icons': '^4.0.0'
20
20
  } });