@progress/kendo-angular-editor 15.0.1-develop.1 → 15.0.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,5 +12,5 @@ export const EditorErrorMessages = {
12
12
  pastedContentCallbackType: (arg) => `pastedContent must be a function, but received ${JSON.stringify(arg)}.`,
13
13
  setPluginsOnce: 'The plugins cannot be changed dynamically. See http://www.telerik.com/kendo-angular-ui/components/editor/plugins/',
14
14
  setPlaceHolderOnce: 'The placeholder cannot be changed dynamically. See https://www.telerik.com/kendo-angular-ui/components/editor/plugins/#toc-custom-plugins/',
15
- printTool: 'The Print tool and functionality are supported only in iframe mode. See https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorPrintButtonDirective/'
15
+ printTool: 'The Print tool and functionality are supported only in iframe mode. See https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorPrintDirective/'
16
16
  };
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-editor',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1706698250,
13
- version: '15.0.1-develop.1',
12
+ publishDate: 1706874194,
13
+ version: '15.0.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -41,8 +41,8 @@ const packageMetadata = {
41
41
  name: '@progress/kendo-angular-editor',
42
42
  productName: 'Kendo UI for Angular',
43
43
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
44
- publishDate: 1706698250,
45
- version: '15.0.1-develop.1',
44
+ publishDate: 1706874194,
45
+ version: '15.0.1',
46
46
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
47
47
  };
48
48
 
@@ -1529,7 +1529,7 @@ const EditorErrorMessages = {
1529
1529
  pastedContentCallbackType: (arg) => `pastedContent must be a function, but received ${JSON.stringify(arg)}.`,
1530
1530
  setPluginsOnce: 'The plugins cannot be changed dynamically. See http://www.telerik.com/kendo-angular-ui/components/editor/plugins/',
1531
1531
  setPlaceHolderOnce: 'The placeholder cannot be changed dynamically. See https://www.telerik.com/kendo-angular-ui/components/editor/plugins/#toc-custom-plugins/',
1532
- printTool: 'The Print tool and functionality are supported only in iframe mode. See https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorPrintButtonDirective/'
1532
+ printTool: 'The Print tool and functionality are supported only in iframe mode. See https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorPrintDirective/'
1533
1533
  };
1534
1534
 
1535
1535
  /**
@@ -41,8 +41,8 @@ const packageMetadata = {
41
41
  name: '@progress/kendo-angular-editor',
42
42
  productName: 'Kendo UI for Angular',
43
43
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
44
- publishDate: 1706698250,
45
- version: '15.0.1-develop.1',
44
+ publishDate: 1706874194,
45
+ version: '15.0.1',
46
46
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
47
47
  };
48
48
 
@@ -1533,7 +1533,7 @@ const EditorErrorMessages = {
1533
1533
  pastedContentCallbackType: (arg) => `pastedContent must be a function, but received ${JSON.stringify(arg)}.`,
1534
1534
  setPluginsOnce: 'The plugins cannot be changed dynamically. See http://www.telerik.com/kendo-angular-ui/components/editor/plugins/',
1535
1535
  setPlaceHolderOnce: 'The placeholder cannot be changed dynamically. See https://www.telerik.com/kendo-angular-ui/components/editor/plugins/#toc-custom-plugins/',
1536
- printTool: 'The Print tool and functionality are supported only in iframe mode. See https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorPrintButtonDirective/'
1536
+ printTool: 'The Print tool and functionality are supported only in iframe mode. See https://www.telerik.com/kendo-angular-ui-develop/components/editor/api/EditorPrintDirective/'
1537
1537
  };
1538
1538
 
1539
1539
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-editor",
3
- "version": "15.0.1-develop.1",
3
+ "version": "15.0.1",
4
4
  "description": "Kendo UI Editor for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,23 +23,23 @@
23
23
  "@angular/platform-browser": "13 - 17",
24
24
  "@progress/kendo-drawing": "^1.19.0",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-buttons": "15.0.1-develop.1",
27
- "@progress/kendo-angular-common": "15.0.1-develop.1",
28
- "@progress/kendo-angular-dialog": "15.0.1-develop.1",
29
- "@progress/kendo-angular-dropdowns": "15.0.1-develop.1",
30
- "@progress/kendo-angular-inputs": "15.0.1-develop.1",
31
- "@progress/kendo-angular-intl": "15.0.1-develop.1",
32
- "@progress/kendo-angular-l10n": "15.0.1-develop.1",
33
- "@progress/kendo-angular-label": "15.0.1-develop.1",
34
- "@progress/kendo-angular-layout": "15.0.1-develop.1",
35
- "@progress/kendo-angular-icons": "15.0.1-develop.1",
36
- "@progress/kendo-angular-popup": "15.0.1-develop.1",
37
- "@progress/kendo-angular-toolbar": "15.0.1-develop.1",
26
+ "@progress/kendo-angular-buttons": "15.0.1",
27
+ "@progress/kendo-angular-common": "15.0.1",
28
+ "@progress/kendo-angular-dialog": "15.0.1",
29
+ "@progress/kendo-angular-dropdowns": "15.0.1",
30
+ "@progress/kendo-angular-inputs": "15.0.1",
31
+ "@progress/kendo-angular-intl": "15.0.1",
32
+ "@progress/kendo-angular-l10n": "15.0.1",
33
+ "@progress/kendo-angular-label": "15.0.1",
34
+ "@progress/kendo-angular-layout": "15.0.1",
35
+ "@progress/kendo-angular-icons": "15.0.1",
36
+ "@progress/kendo-angular-popup": "15.0.1",
37
+ "@progress/kendo-angular-toolbar": "15.0.1",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "15.0.1-develop.1",
42
+ "@progress/kendo-angular-schematics": "15.0.1",
43
43
  "@progress/kendo-editor-common": "1.11.1"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",
@@ -4,11 +4,11 @@ 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 dependency of kendo-angular-dropdowns
7
- '@progress/kendo-angular-treeview': '15.0.1-develop.1',
7
+ '@progress/kendo-angular-treeview': '15.0.1',
8
8
  // peer dependency of kendo-angular-layout
9
- '@progress/kendo-angular-progressbar': '15.0.1-develop.1',
9
+ '@progress/kendo-angular-progressbar': '15.0.1',
10
10
  // peer dependency of kendo-angular-inputs
11
- '@progress/kendo-angular-dialog': '15.0.1-develop.1',
11
+ '@progress/kendo-angular-dialog': '15.0.1',
12
12
  // Peer dependency of icons
13
13
  '@progress/kendo-svg-icons': '^2.0.0'
14
14
  } });