@progress/kendo-angular-editor 11.3.1-develop.1 → 11.4.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.
- package/esm2020/dialogs/source-dialog.component.mjs +16 -2
- package/esm2020/editor.component.mjs +3 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-editor.mjs +21 -5
- package/fesm2020/progress-kendo-angular-editor.mjs +21 -5
- package/package.json +14 -14
- package/schematics/ngAdd/index.js +3 -3
|
@@ -57,7 +57,14 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
57
57
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
58
58
|
{{ textFor('viewSource') }}
|
|
59
59
|
</kendo-dialog-titlebar>
|
|
60
|
-
<kendo-textarea
|
|
60
|
+
<kendo-textarea
|
|
61
|
+
#textarea
|
|
62
|
+
class="k-editor-textarea"
|
|
63
|
+
flow="horizontal"
|
|
64
|
+
resizable="none"
|
|
65
|
+
[value]="data"
|
|
66
|
+
[style.height.%]="100"
|
|
67
|
+
></kendo-textarea>
|
|
61
68
|
<kendo-dialog-actions>
|
|
62
69
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
63
70
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -70,7 +77,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
70
77
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
71
78
|
{{ textFor('viewSource') }}
|
|
72
79
|
</kendo-dialog-titlebar>
|
|
73
|
-
<kendo-textarea
|
|
80
|
+
<kendo-textarea
|
|
81
|
+
#textarea
|
|
82
|
+
class="k-editor-textarea"
|
|
83
|
+
flow="horizontal"
|
|
84
|
+
resizable="none"
|
|
85
|
+
[value]="data"
|
|
86
|
+
[style.height.%]="100"
|
|
87
|
+
></kendo-textarea>
|
|
74
88
|
<kendo-dialog-actions>
|
|
75
89
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
76
90
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -437,7 +437,9 @@ export class EditorComponent {
|
|
|
437
437
|
if (this.userToolBarComponent) {
|
|
438
438
|
this.renderer.addClass(this.userToolBarComponent.element.nativeElement, 'k-editor-toolbar');
|
|
439
439
|
}
|
|
440
|
-
this.toolbar.
|
|
440
|
+
if (this.toolbar.overflow) {
|
|
441
|
+
this.toolbar.onResize();
|
|
442
|
+
}
|
|
441
443
|
}
|
|
442
444
|
ngOnChanges(changes) {
|
|
443
445
|
if (changes['value'] && this.view) {
|
|
@@ -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: '11.
|
|
12
|
+
publishDate: 1678804318,
|
|
13
|
+
version: '11.4.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-editor',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '11.
|
|
43
|
+
publishDate: 1678804318,
|
|
44
|
+
version: '11.4.0-develop.10',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -698,7 +698,14 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
698
698
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
699
699
|
{{ textFor('viewSource') }}
|
|
700
700
|
</kendo-dialog-titlebar>
|
|
701
|
-
<kendo-textarea
|
|
701
|
+
<kendo-textarea
|
|
702
|
+
#textarea
|
|
703
|
+
class="k-editor-textarea"
|
|
704
|
+
flow="horizontal"
|
|
705
|
+
resizable="none"
|
|
706
|
+
[value]="data"
|
|
707
|
+
[style.height.%]="100"
|
|
708
|
+
></kendo-textarea>
|
|
702
709
|
<kendo-dialog-actions>
|
|
703
710
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
704
711
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -711,7 +718,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
711
718
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
712
719
|
{{ textFor('viewSource') }}
|
|
713
720
|
</kendo-dialog-titlebar>
|
|
714
|
-
<kendo-textarea
|
|
721
|
+
<kendo-textarea
|
|
722
|
+
#textarea
|
|
723
|
+
class="k-editor-textarea"
|
|
724
|
+
flow="horizontal"
|
|
725
|
+
resizable="none"
|
|
726
|
+
[value]="data"
|
|
727
|
+
[style.height.%]="100"
|
|
728
|
+
></kendo-textarea>
|
|
715
729
|
<kendo-dialog-actions>
|
|
716
730
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
717
731
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -3149,7 +3163,9 @@ class EditorComponent {
|
|
|
3149
3163
|
if (this.userToolBarComponent) {
|
|
3150
3164
|
this.renderer.addClass(this.userToolBarComponent.element.nativeElement, 'k-editor-toolbar');
|
|
3151
3165
|
}
|
|
3152
|
-
this.toolbar.
|
|
3166
|
+
if (this.toolbar.overflow) {
|
|
3167
|
+
this.toolbar.onResize();
|
|
3168
|
+
}
|
|
3153
3169
|
}
|
|
3154
3170
|
ngOnChanges(changes) {
|
|
3155
3171
|
if (changes['value'] && this.view) {
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-editor',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '11.
|
|
43
|
+
publishDate: 1678804318,
|
|
44
|
+
version: '11.4.0-develop.10',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -702,7 +702,14 @@ SourceDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
702
702
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
703
703
|
{{ textFor('viewSource') }}
|
|
704
704
|
</kendo-dialog-titlebar>
|
|
705
|
-
<kendo-textarea
|
|
705
|
+
<kendo-textarea
|
|
706
|
+
#textarea
|
|
707
|
+
class="k-editor-textarea"
|
|
708
|
+
flow="horizontal"
|
|
709
|
+
resizable="none"
|
|
710
|
+
[value]="data"
|
|
711
|
+
[style.height.%]="100"
|
|
712
|
+
></kendo-textarea>
|
|
706
713
|
<kendo-dialog-actions>
|
|
707
714
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
708
715
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -715,7 +722,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
715
722
|
<kendo-dialog-titlebar (close)="onCancelAction()">
|
|
716
723
|
{{ textFor('viewSource') }}
|
|
717
724
|
</kendo-dialog-titlebar>
|
|
718
|
-
<kendo-textarea
|
|
725
|
+
<kendo-textarea
|
|
726
|
+
#textarea
|
|
727
|
+
class="k-editor-textarea"
|
|
728
|
+
flow="horizontal"
|
|
729
|
+
resizable="none"
|
|
730
|
+
[value]="data"
|
|
731
|
+
[style.height.%]="100"
|
|
732
|
+
></kendo-textarea>
|
|
719
733
|
<kendo-dialog-actions>
|
|
720
734
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
721
735
|
<button kendoButton (click)="onConfirmAction()" [primary]="true">{{ textFor('dialogUpdate') }}</button>
|
|
@@ -3151,7 +3165,9 @@ class EditorComponent {
|
|
|
3151
3165
|
if (this.userToolBarComponent) {
|
|
3152
3166
|
this.renderer.addClass(this.userToolBarComponent.element.nativeElement, 'k-editor-toolbar');
|
|
3153
3167
|
}
|
|
3154
|
-
this.toolbar.
|
|
3168
|
+
if (this.toolbar.overflow) {
|
|
3169
|
+
this.toolbar.onResize();
|
|
3170
|
+
}
|
|
3155
3171
|
}
|
|
3156
3172
|
ngOnChanges(changes) {
|
|
3157
3173
|
if (changes['value'] && this.view) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Editor for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"@angular/platform-browser": "13 - 15",
|
|
23
23
|
"@progress/kendo-drawing": "^1.17.2",
|
|
24
24
|
"@progress/kendo-licensing": "^1.0.2",
|
|
25
|
-
"@progress/kendo-angular-buttons": "11.
|
|
26
|
-
"@progress/kendo-angular-common": "11.
|
|
27
|
-
"@progress/kendo-angular-dialog": "11.
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "11.
|
|
29
|
-
"@progress/kendo-angular-inputs": "11.
|
|
30
|
-
"@progress/kendo-angular-intl": "11.
|
|
31
|
-
"@progress/kendo-angular-l10n": "11.
|
|
32
|
-
"@progress/kendo-angular-label": "11.
|
|
33
|
-
"@progress/kendo-angular-layout": "11.
|
|
34
|
-
"@progress/kendo-angular-icons": "11.
|
|
35
|
-
"@progress/kendo-angular-popup": "11.
|
|
36
|
-
"@progress/kendo-angular-toolbar": "11.
|
|
25
|
+
"@progress/kendo-angular-buttons": "11.4.0-develop.10",
|
|
26
|
+
"@progress/kendo-angular-common": "11.4.0-develop.10",
|
|
27
|
+
"@progress/kendo-angular-dialog": "11.4.0-develop.10",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "11.4.0-develop.10",
|
|
29
|
+
"@progress/kendo-angular-inputs": "11.4.0-develop.10",
|
|
30
|
+
"@progress/kendo-angular-intl": "11.4.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-l10n": "11.4.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-label": "11.4.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-layout": "11.4.0-develop.10",
|
|
34
|
+
"@progress/kendo-angular-icons": "11.4.0-develop.10",
|
|
35
|
+
"@progress/kendo-angular-popup": "11.4.0-develop.10",
|
|
36
|
+
"@progress/kendo-angular-toolbar": "11.4.0-develop.10",
|
|
37
37
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"tslib": "^2.3.1",
|
|
41
|
-
"@progress/kendo-angular-schematics": "11.
|
|
41
|
+
"@progress/kendo-angular-schematics": "11.4.0-develop.10",
|
|
42
42
|
"@progress/kendo-editor-common": "1.9.4"
|
|
43
43
|
},
|
|
44
44
|
"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': '11.
|
|
7
|
+
'@progress/kendo-angular-treeview': '11.4.0-develop.10',
|
|
8
8
|
// peer dependency of kendo-angular-layout
|
|
9
|
-
'@progress/kendo-angular-progressbar': '11.
|
|
9
|
+
'@progress/kendo-angular-progressbar': '11.4.0-develop.10',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
|
-
'@progress/kendo-angular-dialog': '11.
|
|
11
|
+
'@progress/kendo-angular-dialog': '11.4.0-develop.10',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
14
14
|
} });
|