@progress/kendo-angular-editor 14.1.0-develop.1 → 14.1.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.
@@ -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: 1698853383,
13
- version: '14.1.0-develop.1',
12
+ publishDate: 1698869790,
13
+ version: '14.1.0-develop.2',
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 neccessary for proper API generation
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: 1698853383,
45
- version: '14.1.0-develop.1',
44
+ publishDate: 1698869790,
45
+ version: '14.1.0-develop.2',
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 neccessary for proper API generation
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: 1698853383,
45
- version: '14.1.0-develop.1',
44
+ publishDate: 1698869790,
45
+ version: '14.1.0-develop.2',
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 neccessary for proper API generation
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.1.0-develop.1",
3
+ "version": "14.1.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.17.2",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-buttons": "14.1.0-develop.1",
27
- "@progress/kendo-angular-common": "14.1.0-develop.1",
28
- "@progress/kendo-angular-dialog": "14.1.0-develop.1",
29
- "@progress/kendo-angular-dropdowns": "14.1.0-develop.1",
30
- "@progress/kendo-angular-inputs": "14.1.0-develop.1",
31
- "@progress/kendo-angular-intl": "14.1.0-develop.1",
32
- "@progress/kendo-angular-l10n": "14.1.0-develop.1",
33
- "@progress/kendo-angular-label": "14.1.0-develop.1",
34
- "@progress/kendo-angular-layout": "14.1.0-develop.1",
35
- "@progress/kendo-angular-icons": "14.1.0-develop.1",
36
- "@progress/kendo-angular-popup": "14.1.0-develop.1",
37
- "@progress/kendo-angular-toolbar": "14.1.0-develop.1",
26
+ "@progress/kendo-angular-buttons": "14.1.0-develop.2",
27
+ "@progress/kendo-angular-common": "14.1.0-develop.2",
28
+ "@progress/kendo-angular-dialog": "14.1.0-develop.2",
29
+ "@progress/kendo-angular-dropdowns": "14.1.0-develop.2",
30
+ "@progress/kendo-angular-inputs": "14.1.0-develop.2",
31
+ "@progress/kendo-angular-intl": "14.1.0-develop.2",
32
+ "@progress/kendo-angular-l10n": "14.1.0-develop.2",
33
+ "@progress/kendo-angular-label": "14.1.0-develop.2",
34
+ "@progress/kendo-angular-layout": "14.1.0-develop.2",
35
+ "@progress/kendo-angular-icons": "14.1.0-develop.2",
36
+ "@progress/kendo-angular-popup": "14.1.0-develop.2",
37
+ "@progress/kendo-angular-toolbar": "14.1.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": "14.1.0-develop.1",
42
+ "@progress/kendo-angular-schematics": "14.1.0-develop.2",
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.1.0-develop.1',
7
+ '@progress/kendo-angular-treeview': '14.1.0-develop.2',
8
8
  // peer dependency of kendo-angular-layout
9
- '@progress/kendo-angular-progressbar': '14.1.0-develop.1',
9
+ '@progress/kendo-angular-progressbar': '14.1.0-develop.2',
10
10
  // peer dependency of kendo-angular-inputs
11
- '@progress/kendo-angular-dialog': '14.1.0-develop.1',
11
+ '@progress/kendo-angular-dialog': '14.1.0-develop.2',
12
12
  // Peer dependency of icons
13
13
  '@progress/kendo-svg-icons': '^2.0.0'
14
14
  } });
package/util.d.ts CHANGED
@@ -91,6 +91,6 @@ export declare const pipe: (...fns: any[]) => (x: any) => any;
91
91
  * }
92
92
  * ```
93
93
  * @param state
94
- * @returns
94
+ * @returns the selection text.
95
95
  */
96
96
  export declare const getSelectionText: (state: EditorState) => string;