@progress/kendo-angular-editor 11.4.0-develop.4 → 11.4.0-develop.6
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.
|
@@ -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>
|
|
@@ -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.4.0-develop.
|
|
12
|
+
publishDate: 1678518289,
|
|
13
|
+
version: '11.4.0-develop.6',
|
|
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.4.0-develop.
|
|
43
|
+
publishDate: 1678518289,
|
|
44
|
+
version: '11.4.0-develop.6',
|
|
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>
|
|
@@ -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.4.0-develop.
|
|
43
|
+
publishDate: 1678518289,
|
|
44
|
+
version: '11.4.0-develop.6',
|
|
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>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "11.4.0-develop.
|
|
3
|
+
"version": "11.4.0-develop.6",
|
|
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.4.0-develop.
|
|
26
|
-
"@progress/kendo-angular-common": "11.4.0-develop.
|
|
27
|
-
"@progress/kendo-angular-dialog": "11.4.0-develop.
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "11.4.0-develop.
|
|
29
|
-
"@progress/kendo-angular-inputs": "11.4.0-develop.
|
|
30
|
-
"@progress/kendo-angular-intl": "11.4.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "11.4.0-develop.
|
|
32
|
-
"@progress/kendo-angular-label": "11.4.0-develop.
|
|
33
|
-
"@progress/kendo-angular-layout": "11.4.0-develop.
|
|
34
|
-
"@progress/kendo-angular-icons": "11.4.0-develop.
|
|
35
|
-
"@progress/kendo-angular-popup": "11.4.0-develop.
|
|
36
|
-
"@progress/kendo-angular-toolbar": "11.4.0-develop.
|
|
25
|
+
"@progress/kendo-angular-buttons": "11.4.0-develop.6",
|
|
26
|
+
"@progress/kendo-angular-common": "11.4.0-develop.6",
|
|
27
|
+
"@progress/kendo-angular-dialog": "11.4.0-develop.6",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "11.4.0-develop.6",
|
|
29
|
+
"@progress/kendo-angular-inputs": "11.4.0-develop.6",
|
|
30
|
+
"@progress/kendo-angular-intl": "11.4.0-develop.6",
|
|
31
|
+
"@progress/kendo-angular-l10n": "11.4.0-develop.6",
|
|
32
|
+
"@progress/kendo-angular-label": "11.4.0-develop.6",
|
|
33
|
+
"@progress/kendo-angular-layout": "11.4.0-develop.6",
|
|
34
|
+
"@progress/kendo-angular-icons": "11.4.0-develop.6",
|
|
35
|
+
"@progress/kendo-angular-popup": "11.4.0-develop.6",
|
|
36
|
+
"@progress/kendo-angular-toolbar": "11.4.0-develop.6",
|
|
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.4.0-develop.
|
|
41
|
+
"@progress/kendo-angular-schematics": "11.4.0-develop.6",
|
|
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.4.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '11.4.0-develop.6',
|
|
8
8
|
// peer dependency of kendo-angular-layout
|
|
9
|
-
'@progress/kendo-angular-progressbar': '11.4.0-develop.
|
|
9
|
+
'@progress/kendo-angular-progressbar': '11.4.0-develop.6',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
|
-
'@progress/kendo-angular-dialog': '11.4.0-develop.
|
|
11
|
+
'@progress/kendo-angular-dialog': '11.4.0-develop.6',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
14
14
|
} });
|