@progress/kendo-angular-editor 16.9.0-develop.7 → 16.9.0-develop.8
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.
|
@@ -195,7 +195,9 @@ export class EditorComponent {
|
|
|
195
195
|
this.view.updateState(this.view.state.apply(this.trOnChange));
|
|
196
196
|
}
|
|
197
197
|
else {
|
|
198
|
-
|
|
198
|
+
const newValue = (prev || '') !== (value || '');
|
|
199
|
+
const formReset = (this.inForm && !value);
|
|
200
|
+
if (newValue || formReset) {
|
|
199
201
|
const iframeContentWindowNotPresent = this.iframe && !this.container.element.nativeElement.contentWindow;
|
|
200
202
|
if (iframeContentWindowNotPresent) {
|
|
201
203
|
return;
|
|
@@ -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: '16.9.0-develop.
|
|
12
|
+
publishDate: 1724848951,
|
|
13
|
+
version: '16.9.0-develop.8',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-editor',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.9.0-develop.
|
|
38
|
+
publishDate: 1724848951,
|
|
39
|
+
version: '16.9.0-develop.8',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -2946,7 +2946,9 @@ class EditorComponent {
|
|
|
2946
2946
|
this.view.updateState(this.view.state.apply(this.trOnChange));
|
|
2947
2947
|
}
|
|
2948
2948
|
else {
|
|
2949
|
-
|
|
2949
|
+
const newValue = (prev || '') !== (value || '');
|
|
2950
|
+
const formReset = (this.inForm && !value);
|
|
2951
|
+
if (newValue || formReset) {
|
|
2950
2952
|
const iframeContentWindowNotPresent = this.iframe && !this.container.element.nativeElement.contentWindow;
|
|
2951
2953
|
if (iframeContentWindowNotPresent) {
|
|
2952
2954
|
return;
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-editor',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.9.0-develop.
|
|
38
|
+
publishDate: 1724848951,
|
|
39
|
+
version: '16.9.0-develop.8',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -2947,7 +2947,9 @@ class EditorComponent {
|
|
|
2947
2947
|
this.view.updateState(this.view.state.apply(this.trOnChange));
|
|
2948
2948
|
}
|
|
2949
2949
|
else {
|
|
2950
|
-
|
|
2950
|
+
const newValue = (prev || '') !== (value || '');
|
|
2951
|
+
const formReset = (this.inForm && !value);
|
|
2952
|
+
if (newValue || formReset) {
|
|
2951
2953
|
const iframeContentWindowNotPresent = this.iframe && !this.container.element.nativeElement.contentWindow;
|
|
2952
2954
|
if (iframeContentWindowNotPresent) {
|
|
2953
2955
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "16.9.0-develop.
|
|
3
|
+
"version": "16.9.0-develop.8",
|
|
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": "15 - 18",
|
|
24
24
|
"@progress/kendo-drawing": "^1.19.0",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-buttons": "16.9.0-develop.
|
|
27
|
-
"@progress/kendo-angular-common": "16.9.0-develop.
|
|
28
|
-
"@progress/kendo-angular-dialog": "16.9.0-develop.
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "16.9.0-develop.
|
|
30
|
-
"@progress/kendo-angular-inputs": "16.9.0-develop.
|
|
31
|
-
"@progress/kendo-angular-intl": "16.9.0-develop.
|
|
32
|
-
"@progress/kendo-angular-l10n": "16.9.0-develop.
|
|
33
|
-
"@progress/kendo-angular-label": "16.9.0-develop.
|
|
34
|
-
"@progress/kendo-angular-layout": "16.9.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "16.9.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "16.9.0-develop.
|
|
37
|
-
"@progress/kendo-angular-toolbar": "16.9.0-develop.
|
|
26
|
+
"@progress/kendo-angular-buttons": "16.9.0-develop.8",
|
|
27
|
+
"@progress/kendo-angular-common": "16.9.0-develop.8",
|
|
28
|
+
"@progress/kendo-angular-dialog": "16.9.0-develop.8",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "16.9.0-develop.8",
|
|
30
|
+
"@progress/kendo-angular-inputs": "16.9.0-develop.8",
|
|
31
|
+
"@progress/kendo-angular-intl": "16.9.0-develop.8",
|
|
32
|
+
"@progress/kendo-angular-l10n": "16.9.0-develop.8",
|
|
33
|
+
"@progress/kendo-angular-label": "16.9.0-develop.8",
|
|
34
|
+
"@progress/kendo-angular-layout": "16.9.0-develop.8",
|
|
35
|
+
"@progress/kendo-angular-icons": "16.9.0-develop.8",
|
|
36
|
+
"@progress/kendo-angular-popup": "16.9.0-develop.8",
|
|
37
|
+
"@progress/kendo-angular-toolbar": "16.9.0-develop.8",
|
|
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": "16.9.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "16.9.0-develop.8",
|
|
43
43
|
"@progress/kendo-editor-common": "1.11.6"
|
|
44
44
|
},
|
|
45
45
|
"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': '16.9.0-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '16.9.0-develop.
|
|
7
|
+
'@progress/kendo-angular-navigation': '16.9.0-develop.8',
|
|
8
|
+
'@progress/kendo-angular-treeview': '16.9.0-develop.8',
|
|
9
9
|
// peer dependency of kendo-angular-layout
|
|
10
|
-
'@progress/kendo-angular-progressbar': '16.9.0-develop.
|
|
10
|
+
'@progress/kendo-angular-progressbar': '16.9.0-develop.8',
|
|
11
11
|
// peer dependency of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-dialog': '16.9.0-develop.
|
|
12
|
+
'@progress/kendo-angular-dialog': '16.9.0-develop.8',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
15
15
|
} });
|