@progress/kendo-angular-editor 14.0.2-develop.9 → 14.1.0-develop.10
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.
|
@@ -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: '14.0
|
|
12
|
+
publishDate: 1699437609,
|
|
13
|
+
version: '14.1.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
package/esm2020/util.mjs
CHANGED
|
@@ -115,7 +115,7 @@ export const conditionallyExecute = (fn) => (condition) => (param) => (condition
|
|
|
115
115
|
* @hidden
|
|
116
116
|
*/
|
|
117
117
|
export const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
|
|
118
|
-
// This re-declaration is
|
|
118
|
+
// This re-declaration is necessary for proper API generation
|
|
119
119
|
/**
|
|
120
120
|
* A method for extracting the text from the current editor state's selection ([see example]({% slug plugins_editor %}#toc-popup-tools)).
|
|
121
121
|
*
|
|
@@ -130,6 +130,6 @@ export const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
|
|
|
130
130
|
* }
|
|
131
131
|
* ```
|
|
132
132
|
* @param state
|
|
133
|
-
* @returns
|
|
133
|
+
* @returns the selection text.
|
|
134
134
|
*/
|
|
135
135
|
export const getSelectionText = (state) => commonGetSelectionText(state);
|
|
@@ -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: '14.0
|
|
44
|
+
publishDate: 1699437609,
|
|
45
|
+
version: '14.1.0-develop.10',
|
|
46
46
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
47
47
|
};
|
|
48
48
|
|
|
@@ -620,7 +620,7 @@ const conditionallyExecute = (fn) => (condition) => (param) => (condition ? fn(p
|
|
|
620
620
|
* @hidden
|
|
621
621
|
*/
|
|
622
622
|
const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
|
|
623
|
-
// This re-declaration is
|
|
623
|
+
// This re-declaration is necessary for proper API generation
|
|
624
624
|
/**
|
|
625
625
|
* A method for extracting the text from the current editor state's selection ([see example]({% slug plugins_editor %}#toc-popup-tools)).
|
|
626
626
|
*
|
|
@@ -635,7 +635,7 @@ const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
|
|
|
635
635
|
* }
|
|
636
636
|
* ```
|
|
637
637
|
* @param state
|
|
638
|
-
* @returns
|
|
638
|
+
* @returns the selection text.
|
|
639
639
|
*/
|
|
640
640
|
const getSelectionText = (state) => getSelectionText$1(state);
|
|
641
641
|
|
|
@@ -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: '14.0
|
|
44
|
+
publishDate: 1699437609,
|
|
45
|
+
version: '14.1.0-develop.10',
|
|
46
46
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
47
47
|
};
|
|
48
48
|
|
|
@@ -626,7 +626,7 @@ const conditionallyExecute = (fn) => (condition) => (param) => (condition ? fn(p
|
|
|
626
626
|
* @hidden
|
|
627
627
|
*/
|
|
628
628
|
const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
|
|
629
|
-
// This re-declaration is
|
|
629
|
+
// This re-declaration is necessary for proper API generation
|
|
630
630
|
/**
|
|
631
631
|
* A method for extracting the text from the current editor state's selection ([see example]({% slug plugins_editor %}#toc-popup-tools)).
|
|
632
632
|
*
|
|
@@ -641,7 +641,7 @@ const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
|
|
|
641
641
|
* }
|
|
642
642
|
* ```
|
|
643
643
|
* @param state
|
|
644
|
-
* @returns
|
|
644
|
+
* @returns the selection text.
|
|
645
645
|
*/
|
|
646
646
|
const getSelectionText = (state) => getSelectionText$1(state);
|
|
647
647
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.1.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Editor for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -16,30 +16,30 @@
|
|
|
16
16
|
"friendlyName": "Editor"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/animations": "13 -
|
|
20
|
-
"@angular/common": "13 -
|
|
21
|
-
"@angular/core": "13 -
|
|
22
|
-
"@angular/forms": "13 -
|
|
23
|
-
"@angular/platform-browser": "13 -
|
|
19
|
+
"@angular/animations": "13 - 17",
|
|
20
|
+
"@angular/common": "13 - 17",
|
|
21
|
+
"@angular/core": "13 - 17",
|
|
22
|
+
"@angular/forms": "13 - 17",
|
|
23
|
+
"@angular/platform-browser": "13 - 17",
|
|
24
24
|
"@progress/kendo-drawing": "^1.17.2",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-buttons": "14.0
|
|
27
|
-
"@progress/kendo-angular-common": "14.0
|
|
28
|
-
"@progress/kendo-angular-dialog": "14.0
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "14.0
|
|
30
|
-
"@progress/kendo-angular-inputs": "14.0
|
|
31
|
-
"@progress/kendo-angular-intl": "14.0
|
|
32
|
-
"@progress/kendo-angular-l10n": "14.0
|
|
33
|
-
"@progress/kendo-angular-label": "14.0
|
|
34
|
-
"@progress/kendo-angular-layout": "14.0
|
|
35
|
-
"@progress/kendo-angular-icons": "14.0
|
|
36
|
-
"@progress/kendo-angular-popup": "14.0
|
|
37
|
-
"@progress/kendo-angular-toolbar": "14.0
|
|
26
|
+
"@progress/kendo-angular-buttons": "14.1.0-develop.10",
|
|
27
|
+
"@progress/kendo-angular-common": "14.1.0-develop.10",
|
|
28
|
+
"@progress/kendo-angular-dialog": "14.1.0-develop.10",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "14.1.0-develop.10",
|
|
30
|
+
"@progress/kendo-angular-inputs": "14.1.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-intl": "14.1.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-l10n": "14.1.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-label": "14.1.0-develop.10",
|
|
34
|
+
"@progress/kendo-angular-layout": "14.1.0-develop.10",
|
|
35
|
+
"@progress/kendo-angular-icons": "14.1.0-develop.10",
|
|
36
|
+
"@progress/kendo-angular-popup": "14.1.0-develop.10",
|
|
37
|
+
"@progress/kendo-angular-toolbar": "14.1.0-develop.10",
|
|
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": "14.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "14.1.0-develop.10",
|
|
43
43
|
"@progress/kendo-editor-common": "1.10.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': '14.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '14.1.0-develop.10',
|
|
8
8
|
// peer dependency of kendo-angular-layout
|
|
9
|
-
'@progress/kendo-angular-progressbar': '14.0
|
|
9
|
+
'@progress/kendo-angular-progressbar': '14.1.0-develop.10',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
|
-
'@progress/kendo-angular-dialog': '14.0
|
|
11
|
+
'@progress/kendo-angular-dialog': '14.1.0-develop.10',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
14
14
|
} });
|