@progress/kendo-angular-editor 19.0.0-develop.12 → 19.0.0-develop.13

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1747069951,
14
- version: '19.0.0-develop.12',
13
+ publishDate: 1747133743,
14
+ version: '19.0.0-develop.13',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -19,7 +19,7 @@ import * as i4 from "../tools.service";
19
19
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
20
20
  * The directive will predefine the SVG icon and `click` event handlers of the button.
21
21
  *
22
- * > The Editor Print tool is supported in the default [`iframe`](https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorComponent/#toc-iframe) mode only.
22
+ * > The Editor Print tool is supported in the default [`iframe`](slug:api_editor_editorcomponent#iframe) mode only.
23
23
  *
24
24
  * @example
25
25
  * ```html
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1747069951,
40
- version: '19.0.0-develop.12',
39
+ publishDate: 1747133743,
40
+ version: '19.0.0-develop.13',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -6773,7 +6773,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6773
6773
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
6774
6774
  * The directive will predefine the SVG icon and `click` event handlers of the button.
6775
6775
  *
6776
- * > The Editor Print tool is supported in the default [`iframe`](https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorComponent/#toc-iframe) mode only.
6776
+ * > The Editor Print tool is supported in the default [`iframe`](slug:api_editor_editorcomponent#iframe) mode only.
6777
6777
  *
6778
6778
  * @example
6779
6779
  * ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-editor",
3
- "version": "19.0.0-develop.12",
3
+ "version": "19.0.0-develop.13",
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": 1747069951,
20
+ "publishDate": 1747133743,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -29,23 +29,23 @@
29
29
  "@angular/platform-browser": "16 - 19",
30
30
  "@progress/kendo-drawing": "^1.21.0",
31
31
  "@progress/kendo-licensing": "^1.5.0",
32
- "@progress/kendo-angular-buttons": "19.0.0-develop.12",
33
- "@progress/kendo-angular-common": "19.0.0-develop.12",
34
- "@progress/kendo-angular-dialog": "19.0.0-develop.12",
35
- "@progress/kendo-angular-dropdowns": "19.0.0-develop.12",
36
- "@progress/kendo-angular-inputs": "19.0.0-develop.12",
37
- "@progress/kendo-angular-intl": "19.0.0-develop.12",
38
- "@progress/kendo-angular-l10n": "19.0.0-develop.12",
39
- "@progress/kendo-angular-label": "19.0.0-develop.12",
40
- "@progress/kendo-angular-layout": "19.0.0-develop.12",
41
- "@progress/kendo-angular-icons": "19.0.0-develop.12",
42
- "@progress/kendo-angular-popup": "19.0.0-develop.12",
43
- "@progress/kendo-angular-toolbar": "19.0.0-develop.12",
32
+ "@progress/kendo-angular-buttons": "19.0.0-develop.13",
33
+ "@progress/kendo-angular-common": "19.0.0-develop.13",
34
+ "@progress/kendo-angular-dialog": "19.0.0-develop.13",
35
+ "@progress/kendo-angular-dropdowns": "19.0.0-develop.13",
36
+ "@progress/kendo-angular-inputs": "19.0.0-develop.13",
37
+ "@progress/kendo-angular-intl": "19.0.0-develop.13",
38
+ "@progress/kendo-angular-l10n": "19.0.0-develop.13",
39
+ "@progress/kendo-angular-label": "19.0.0-develop.13",
40
+ "@progress/kendo-angular-layout": "19.0.0-develop.13",
41
+ "@progress/kendo-angular-icons": "19.0.0-develop.13",
42
+ "@progress/kendo-angular-popup": "19.0.0-develop.13",
43
+ "@progress/kendo-angular-toolbar": "19.0.0-develop.13",
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": "19.0.0-develop.12",
48
+ "@progress/kendo-angular-schematics": "19.0.0-develop.13",
49
49
  "@progress/kendo-editor-common": "1.12.2"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
@@ -4,12 +4,12 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
6
6
  // peer dependencies of kendo-angular-dropdowns
7
- '@progress/kendo-angular-navigation': '19.0.0-develop.12',
8
- '@progress/kendo-angular-treeview': '19.0.0-develop.12',
7
+ '@progress/kendo-angular-navigation': '19.0.0-develop.13',
8
+ '@progress/kendo-angular-treeview': '19.0.0-develop.13',
9
9
  // peer dependency of kendo-angular-layout
10
- '@progress/kendo-angular-progressbar': '19.0.0-develop.12',
10
+ '@progress/kendo-angular-progressbar': '19.0.0-develop.13',
11
11
  // peer dependency of kendo-angular-inputs
12
- '@progress/kendo-angular-dialog': '19.0.0-develop.12',
12
+ '@progress/kendo-angular-dialog': '19.0.0-develop.13',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
13
13
  * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
14
14
  * The directive will predefine the SVG icon and `click` event handlers of the button.
15
15
  *
16
- * > The Editor Print tool is supported in the default [`iframe`](https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorComponent/#toc-iframe) mode only.
16
+ * > The Editor Print tool is supported in the default [`iframe`](slug:api_editor_editorcomponent#iframe) mode only.
17
17
  *
18
18
  * @example
19
19
  * ```html