@progress/kendo-angular-editor 25.0.0-develop.1 → 25.0.0-develop.12

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.
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1783680047,
40
- version: '25.0.0-develop.1',
39
+ publishDate: 1785318013,
40
+ version: '25.0.0-develop.12',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -705,7 +705,7 @@ const getSelectionText = (state) => getSelectionText$1(state);
705
705
  * @hidden
706
706
  */
707
707
  const replaceMessagePlaceholder = (message, replacements) => {
708
- replacements.forEach((replacement) => message = message.replace(new RegExp(`{\\s*${replacement.placeholder}\\s*}`, 'g'), replacement.value));
708
+ replacements.forEach((replacement) => message = message.replace(new RegExp(`\\[\\[\\s*${replacement.placeholder}\\s*]]|{\\s*${replacement.placeholder}\\s*}`, 'g'), replacement.value));
709
709
  return message;
710
710
  };
711
711
 
@@ -3089,8 +3089,13 @@ class MessagesDirective extends ComponentMessages {
3089
3089
  * The caption for the URL in the createLink dialog.
3090
3090
  */
3091
3091
  linkWebAddress;
3092
+ /* End of Dialog Messages Section */
3093
+ /**
3094
+ * The accessible label for the editor content area.
3095
+ */
3096
+ contentAreaAriaLabel;
3092
3097
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3093
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: MessagesDirective, isStandalone: true, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", insertTableHint: "insertTableHint", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", mergeCells: "mergeCells", splitCell: "splitCell", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress" }, usesInheritance: true, ngImport: i0 });
3098
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: MessagesDirective, isStandalone: true, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", insertTableHint: "insertTableHint", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", mergeCells: "mergeCells", splitCell: "splitCell", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress", contentAreaAriaLabel: "contentAreaAriaLabel" }, usesInheritance: true, ngImport: i0 });
3094
3099
  }
3095
3100
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MessagesDirective, decorators: [{
3096
3101
  type: Directive,
@@ -3209,6 +3214,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3209
3214
  type: Input
3210
3215
  }], linkWebAddress: [{
3211
3216
  type: Input
3217
+ }], contentAreaAriaLabel: [{
3218
+ type: Input
3212
3219
  }] } });
3213
3220
 
3214
3221
  /**
@@ -3516,6 +3523,12 @@ class EditorComponent {
3516
3523
  get toolbar() {
3517
3524
  return this.defaultToolbarComponent || this.userToolBarComponent;
3518
3525
  }
3526
+ /**
3527
+ * @hidden
3528
+ */
3529
+ messageFor(key) {
3530
+ return this.localization.get(key);
3531
+ }
3519
3532
  get toolbarElement() {
3520
3533
  return this.defaultToolbar || this.userToolBarElement;
3521
3534
  }
@@ -4177,7 +4190,7 @@ class EditorComponent {
4177
4190
  i18n-insertTable="kendo.editor.insertTable|The title of the tool that inserts table."
4178
4191
  insertTable="Insert Table"
4179
4192
  i18n-insertTableHint="kendo.editor.insertTableHint|The caption for the hint in the insert table tool."
4180
- insertTableHint="Create a {rows} {x} {columns} table"
4193
+ insertTableHint="Create a [[rows]] [[x]] [[columns]] table"
4181
4194
  i18n-addColumnBefore="kendo.editor.addColumnBefore|The title of the tool that adds new column before currently selected column."
4182
4195
  addColumnBefore="Add column before"
4183
4196
  i18n-addColumnAfter="kendo.editor.addColumnAfter|The title of the tool that adds new column after currently selected column."
@@ -4196,6 +4209,8 @@ class EditorComponent {
4196
4209
  deleteRow="Delete row"
4197
4210
  i18n-deleteTable="kendo.editor.deleteTable|The title of the tool that deletes a table."
4198
4211
  deleteTable="Delete table"
4212
+ i18n-contentAreaAriaLabel="kendo.editor.contentAreaAriaLabel|The accessible label for the editor content area."
4213
+ contentAreaAriaLabel="Editor content"
4199
4214
  >
4200
4215
  </ng-container>
4201
4216
  <ng-content select="kendo-toolbar"></ng-content>
@@ -4233,11 +4248,11 @@ class EditorComponent {
4233
4248
  }
4234
4249
 
4235
4250
  @if (!iframe) {
4236
- <div #content [attr.dir]="direction" class="k-editor-content"></div>
4251
+ <div #content [attr.dir]="direction" class="k-editor-content" [attr.aria-label]="messageFor('contentAreaAriaLabel')" [attr.aria-readonly]="readonly ? true : null"></div>
4237
4252
  }
4238
4253
 
4239
4254
  @if (iframe) {
4240
- <div class="k-editor-content">
4255
+ <div class="k-editor-content" role="textbox" [attr.aria-label]="messageFor('contentAreaAriaLabel')" [attr.aria-readonly]="readonly ? true : null">
4241
4256
  <iframe #content srcdoc="<!DOCTYPE html>" role="none" frameborder="0" class="k-iframe" [style.width.%]="100" [style.height.%]="100" [style.display]="'block'" (load)="iframeOnLoad()"></iframe>
4242
4257
  </div>
4243
4258
  }
@@ -4375,7 +4390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
4375
4390
  i18n-insertTable="kendo.editor.insertTable|The title of the tool that inserts table."
4376
4391
  insertTable="Insert Table"
4377
4392
  i18n-insertTableHint="kendo.editor.insertTableHint|The caption for the hint in the insert table tool."
4378
- insertTableHint="Create a {rows} {x} {columns} table"
4393
+ insertTableHint="Create a [[rows]] [[x]] [[columns]] table"
4379
4394
  i18n-addColumnBefore="kendo.editor.addColumnBefore|The title of the tool that adds new column before currently selected column."
4380
4395
  addColumnBefore="Add column before"
4381
4396
  i18n-addColumnAfter="kendo.editor.addColumnAfter|The title of the tool that adds new column after currently selected column."
@@ -4394,6 +4409,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
4394
4409
  deleteRow="Delete row"
4395
4410
  i18n-deleteTable="kendo.editor.deleteTable|The title of the tool that deletes a table."
4396
4411
  deleteTable="Delete table"
4412
+ i18n-contentAreaAriaLabel="kendo.editor.contentAreaAriaLabel|The accessible label for the editor content area."
4413
+ contentAreaAriaLabel="Editor content"
4397
4414
  >
4398
4415
  </ng-container>
4399
4416
  <ng-content select="kendo-toolbar"></ng-content>
@@ -4431,11 +4448,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
4431
4448
  }
4432
4449
 
4433
4450
  @if (!iframe) {
4434
- <div #content [attr.dir]="direction" class="k-editor-content"></div>
4451
+ <div #content [attr.dir]="direction" class="k-editor-content" [attr.aria-label]="messageFor('contentAreaAriaLabel')" [attr.aria-readonly]="readonly ? true : null"></div>
4435
4452
  }
4436
4453
 
4437
4454
  @if (iframe) {
4438
- <div class="k-editor-content">
4455
+ <div class="k-editor-content" role="textbox" [attr.aria-label]="messageFor('contentAreaAriaLabel')" [attr.aria-readonly]="readonly ? true : null">
4439
4456
  <iframe #content srcdoc="<!DOCTYPE html>" role="none" frameborder="0" class="k-iframe" [style.width.%]="100" [style.height.%]="100" [style.display]="'block'" (load)="iframeOnLoad()"></iframe>
4440
4457
  </div>
4441
4458
  }
package/index.d.ts CHANGED
@@ -404,6 +404,10 @@ declare class EditorComponent implements AfterViewInit, ControlValueAccessor {
404
404
  */
405
405
  licenseMessage?: LicenseMessage;
406
406
  get toolbar(): ToolBarComponent;
407
+ /**
408
+ * @hidden
409
+ */
410
+ messageFor(key: string): string;
407
411
  get toolbarElement(): ElementRef;
408
412
  /**
409
413
  * Returns the ProseMirror [EditorView](https://prosemirror.net/docs/ref/#view.EditorView) object.
@@ -1513,8 +1517,12 @@ declare class MessagesDirective extends ComponentMessages {
1513
1517
  * The caption for the URL in the createLink dialog.
1514
1518
  */
1515
1519
  linkWebAddress: string;
1520
+ /**
1521
+ * The accessible label for the editor content area.
1522
+ */
1523
+ contentAreaAriaLabel: string;
1516
1524
  static ɵfac: i0.ɵɵFactoryDeclaration<MessagesDirective, never>;
1517
- static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoEditorMessages]", never, { "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "backColor": { "alias": "backColor"; "required": false; }; "blockquote": { "alias": "blockquote"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "cleanFormatting": { "alias": "cleanFormatting"; "required": false; }; "createLink": { "alias": "createLink"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "foreColor": { "alias": "foreColor"; "required": false; }; "format": { "alias": "format"; "required": false; }; "indent": { "alias": "indent"; "required": false; }; "insertFile": { "alias": "insertFile"; "required": false; }; "insertImage": { "alias": "insertImage"; "required": false; }; "insertOrderedList": { "alias": "insertOrderedList"; "required": false; }; "insertUnorderedList": { "alias": "insertUnorderedList"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "outdent": { "alias": "outdent"; "required": false; }; "print": { "alias": "print"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "strikethrough": { "alias": "strikethrough"; "required": false; }; "subscript": { "alias": "subscript"; "required": false; }; "superscript": { "alias": "superscript"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "unlink": { "alias": "unlink"; "required": false; }; "viewSource": { "alias": "viewSource"; "required": false; }; "insertTable": { "alias": "insertTable"; "required": false; }; "insertTableHint": { "alias": "insertTableHint"; "required": false; }; "addColumnBefore": { "alias": "addColumnBefore"; "required": false; }; "addColumnAfter": { "alias": "addColumnAfter"; "required": false; }; "addRowBefore": { "alias": "addRowBefore"; "required": false; }; "addRowAfter": { "alias": "addRowAfter"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "deleteTable": { "alias": "deleteTable"; "required": false; }; "mergeCells": { "alias": "mergeCells"; "required": false; }; "splitCell": { "alias": "splitCell"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogUpdate": { "alias": "dialogUpdate"; "required": false; }; "fileText": { "alias": "fileText"; "required": false; }; "fileTitle": { "alias": "fileTitle"; "required": false; }; "fileWebAddress": { "alias": "fileWebAddress"; "required": false; }; "imageAltText": { "alias": "imageAltText"; "required": false; }; "imageHeight": { "alias": "imageHeight"; "required": false; }; "imageWebAddress": { "alias": "imageWebAddress"; "required": false; }; "imageWidth": { "alias": "imageWidth"; "required": false; }; "linkOpenInNewWindow": { "alias": "linkOpenInNewWindow"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkTitle": { "alias": "linkTitle"; "required": false; }; "linkWebAddress": { "alias": "linkWebAddress"; "required": false; }; }, {}, never, never, true, never>;
1525
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoEditorMessages]", never, { "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "backColor": { "alias": "backColor"; "required": false; }; "blockquote": { "alias": "blockquote"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "cleanFormatting": { "alias": "cleanFormatting"; "required": false; }; "createLink": { "alias": "createLink"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "foreColor": { "alias": "foreColor"; "required": false; }; "format": { "alias": "format"; "required": false; }; "indent": { "alias": "indent"; "required": false; }; "insertFile": { "alias": "insertFile"; "required": false; }; "insertImage": { "alias": "insertImage"; "required": false; }; "insertOrderedList": { "alias": "insertOrderedList"; "required": false; }; "insertUnorderedList": { "alias": "insertUnorderedList"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "outdent": { "alias": "outdent"; "required": false; }; "print": { "alias": "print"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "strikethrough": { "alias": "strikethrough"; "required": false; }; "subscript": { "alias": "subscript"; "required": false; }; "superscript": { "alias": "superscript"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "unlink": { "alias": "unlink"; "required": false; }; "viewSource": { "alias": "viewSource"; "required": false; }; "insertTable": { "alias": "insertTable"; "required": false; }; "insertTableHint": { "alias": "insertTableHint"; "required": false; }; "addColumnBefore": { "alias": "addColumnBefore"; "required": false; }; "addColumnAfter": { "alias": "addColumnAfter"; "required": false; }; "addRowBefore": { "alias": "addRowBefore"; "required": false; }; "addRowAfter": { "alias": "addRowAfter"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "deleteTable": { "alias": "deleteTable"; "required": false; }; "mergeCells": { "alias": "mergeCells"; "required": false; }; "splitCell": { "alias": "splitCell"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogUpdate": { "alias": "dialogUpdate"; "required": false; }; "fileText": { "alias": "fileText"; "required": false; }; "fileTitle": { "alias": "fileTitle"; "required": false; }; "fileWebAddress": { "alias": "fileWebAddress"; "required": false; }; "imageAltText": { "alias": "imageAltText"; "required": false; }; "imageHeight": { "alias": "imageHeight"; "required": false; }; "imageWebAddress": { "alias": "imageWebAddress"; "required": false; }; "imageWidth": { "alias": "imageWidth"; "required": false; }; "linkOpenInNewWindow": { "alias": "linkOpenInNewWindow"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkTitle": { "alias": "linkTitle"; "required": false; }; "linkWebAddress": { "alias": "linkWebAddress"; "required": false; }; "contentAreaAriaLabel": { "alias": "contentAreaAriaLabel"; "required": false; }; }, {}, never, never, true, never>;
1518
1526
  }
1519
1527
 
1520
1528
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1783680047,
11
- "version": "25.0.0-develop.1",
10
+ "publishDate": 1785318013,
11
+ "version": "25.0.0-develop.12",
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": "25.0.0-develop.1",
3
+ "version": "25.0.0-develop.12",
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": 1783680047,
20
+ "publishDate": 1785318013,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -29,24 +29,24 @@
29
29
  "@angular/platform-browser": "20 - 22",
30
30
  "@progress/kendo-drawing": "^1.25.0",
31
31
  "@progress/kendo-licensing": "^1.11.0",
32
- "@progress/kendo-angular-buttons": "25.0.0-develop.1",
33
- "@progress/kendo-angular-common": "25.0.0-develop.1",
34
- "@progress/kendo-angular-dialog": "25.0.0-develop.1",
35
- "@progress/kendo-angular-dropdowns": "25.0.0-develop.1",
36
- "@progress/kendo-angular-inputs": "25.0.0-develop.1",
37
- "@progress/kendo-angular-intl": "25.0.0-develop.1",
38
- "@progress/kendo-angular-l10n": "25.0.0-develop.1",
39
- "@progress/kendo-angular-label": "25.0.0-develop.1",
40
- "@progress/kendo-angular-layout": "25.0.0-develop.1",
41
- "@progress/kendo-angular-icons": "25.0.0-develop.1",
42
- "@progress/kendo-angular-popup": "25.0.0-develop.1",
43
- "@progress/kendo-angular-toolbar": "25.0.0-develop.1",
32
+ "@progress/kendo-angular-buttons": "25.0.0-develop.12",
33
+ "@progress/kendo-angular-common": "25.0.0-develop.12",
34
+ "@progress/kendo-angular-dialog": "25.0.0-develop.12",
35
+ "@progress/kendo-angular-dropdowns": "25.0.0-develop.12",
36
+ "@progress/kendo-angular-inputs": "25.0.0-develop.12",
37
+ "@progress/kendo-angular-intl": "25.0.0-develop.12",
38
+ "@progress/kendo-angular-l10n": "25.0.0-develop.12",
39
+ "@progress/kendo-angular-label": "25.0.0-develop.12",
40
+ "@progress/kendo-angular-layout": "25.0.0-develop.12",
41
+ "@progress/kendo-angular-icons": "25.0.0-develop.12",
42
+ "@progress/kendo-angular-popup": "25.0.0-develop.12",
43
+ "@progress/kendo-angular-toolbar": "25.0.0-develop.12",
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": "25.0.0-develop.1",
49
- "@progress/kendo-editor-common": "1.12.5"
48
+ "@progress/kendo-angular-schematics": "25.0.0-develop.12",
49
+ "@progress/kendo-editor-common": "1.12.6"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
52
52
  "module": "fesm2022/progress-kendo-angular-editor.mjs",
@@ -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': '25.0.0-develop.1',
13
- '@progress/kendo-angular-treeview': '25.0.0-develop.1',
12
+ '@progress/kendo-angular-navigation': '25.0.0-develop.12',
13
+ '@progress/kendo-angular-treeview': '25.0.0-develop.12',
14
14
  // peer dependency of kendo-angular-layout
15
- '@progress/kendo-angular-progressbar': '25.0.0-develop.1',
15
+ '@progress/kendo-angular-progressbar': '25.0.0-develop.12',
16
16
  // peer dependency of kendo-angular-inputs
17
- '@progress/kendo-angular-dialog': '25.0.0-develop.1',
17
+ '@progress/kendo-angular-dialog': '25.0.0-develop.12',
18
18
  // Peer dependency of icons
19
19
  '@progress/kendo-svg-icons': '^4.0.0'
20
20
  } });