@progress/kendo-angular-editor 15.5.0 → 16.0.0-develop.2
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.
- package/editor.component.d.ts +1 -1
- package/esm2020/editor.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-editor.mjs +3 -3
- package/fesm2020/progress-kendo-angular-editor.mjs +3 -3
- package/package.json +14 -14
- package/schematics/ngAdd/index.js +3 -3
package/editor.component.d.ts
CHANGED
|
@@ -204,7 +204,7 @@ export declare class EditorComponent implements AfterViewInit, ControlValueAcces
|
|
|
204
204
|
iframeOnLoad(): void;
|
|
205
205
|
/**
|
|
206
206
|
* Executes a command on the currently selected text
|
|
207
|
-
* ([more information and example]({% slug toolbartools_editor %}#toc-
|
|
207
|
+
* ([more information and example]({% slug toolbartools_editor %}#toc-associating-toolbar-tools-with-editor-commands)).
|
|
208
208
|
*
|
|
209
209
|
* @param {EditorCommand} commandName - The command that will be executed.
|
|
210
210
|
* @param {any} attr - Optional parameters for the command.
|
|
@@ -467,7 +467,7 @@ export class EditorComponent {
|
|
|
467
467
|
}
|
|
468
468
|
/**
|
|
469
469
|
* Executes a command on the currently selected text
|
|
470
|
-
* ([more information and example]({% slug toolbartools_editor %}#toc-
|
|
470
|
+
* ([more information and example]({% slug toolbartools_editor %}#toc-associating-toolbar-tools-with-editor-commands)).
|
|
471
471
|
*
|
|
472
472
|
* @param {EditorCommand} commandName - The command that will be executed.
|
|
473
473
|
* @param {any} attr - Optional parameters for the command.
|
|
@@ -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:
|
|
13
|
-
version: '
|
|
12
|
+
publishDate: 1714067587,
|
|
13
|
+
version: '16.0.0-develop.2',
|
|
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:
|
|
45
|
-
version: '
|
|
44
|
+
publishDate: 1714067587,
|
|
45
|
+
version: '16.0.0-develop.2',
|
|
46
46
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
47
47
|
};
|
|
48
48
|
|
|
@@ -3210,7 +3210,7 @@ class EditorComponent {
|
|
|
3210
3210
|
}
|
|
3211
3211
|
/**
|
|
3212
3212
|
* Executes a command on the currently selected text
|
|
3213
|
-
* ([more information and example]({% slug toolbartools_editor %}#toc-
|
|
3213
|
+
* ([more information and example]({% slug toolbartools_editor %}#toc-associating-toolbar-tools-with-editor-commands)).
|
|
3214
3214
|
*
|
|
3215
3215
|
* @param {EditorCommand} commandName - The command that will be executed.
|
|
3216
3216
|
* @param {any} attr - Optional parameters for the command.
|
|
@@ -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:
|
|
45
|
-
version: '
|
|
44
|
+
publishDate: 1714067587,
|
|
45
|
+
version: '16.0.0-develop.2',
|
|
46
46
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
47
47
|
};
|
|
48
48
|
|
|
@@ -3212,7 +3212,7 @@ class EditorComponent {
|
|
|
3212
3212
|
}
|
|
3213
3213
|
/**
|
|
3214
3214
|
* Executes a command on the currently selected text
|
|
3215
|
-
* ([more information and example]({% slug toolbartools_editor %}#toc-
|
|
3215
|
+
* ([more information and example]({% slug toolbartools_editor %}#toc-associating-toolbar-tools-with-editor-commands)).
|
|
3216
3216
|
*
|
|
3217
3217
|
* @param {EditorCommand} commandName - The command that will be executed.
|
|
3218
3218
|
* @param {any} attr - Optional parameters for the command.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0-develop.2",
|
|
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": "
|
|
27
|
-
"@progress/kendo-angular-common": "
|
|
28
|
-
"@progress/kendo-angular-dialog": "
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "
|
|
30
|
-
"@progress/kendo-angular-inputs": "
|
|
31
|
-
"@progress/kendo-angular-intl": "
|
|
32
|
-
"@progress/kendo-angular-l10n": "
|
|
33
|
-
"@progress/kendo-angular-label": "
|
|
34
|
-
"@progress/kendo-angular-layout": "
|
|
35
|
-
"@progress/kendo-angular-icons": "
|
|
36
|
-
"@progress/kendo-angular-popup": "
|
|
37
|
-
"@progress/kendo-angular-toolbar": "
|
|
26
|
+
"@progress/kendo-angular-buttons": "16.0.0-develop.2",
|
|
27
|
+
"@progress/kendo-angular-common": "16.0.0-develop.2",
|
|
28
|
+
"@progress/kendo-angular-dialog": "16.0.0-develop.2",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "16.0.0-develop.2",
|
|
30
|
+
"@progress/kendo-angular-inputs": "16.0.0-develop.2",
|
|
31
|
+
"@progress/kendo-angular-intl": "16.0.0-develop.2",
|
|
32
|
+
"@progress/kendo-angular-l10n": "16.0.0-develop.2",
|
|
33
|
+
"@progress/kendo-angular-label": "16.0.0-develop.2",
|
|
34
|
+
"@progress/kendo-angular-layout": "16.0.0-develop.2",
|
|
35
|
+
"@progress/kendo-angular-icons": "16.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-popup": "16.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-toolbar": "16.0.0-develop.2",
|
|
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": "
|
|
42
|
+
"@progress/kendo-angular-schematics": "16.0.0-develop.2",
|
|
43
43
|
"@progress/kendo-editor-common": "1.11.3"
|
|
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': '
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.0.0-develop.2',
|
|
8
8
|
// peer dependency of kendo-angular-layout
|
|
9
|
-
'@progress/kendo-angular-progressbar': '
|
|
9
|
+
'@progress/kendo-angular-progressbar': '16.0.0-develop.2',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
|
-
'@progress/kendo-angular-dialog': '
|
|
11
|
+
'@progress/kendo-angular-dialog': '16.0.0-develop.2',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
14
14
|
} });
|