@progress/kendo-angular-editor 16.11.0-develop.9 → 16.12.0-develop.1
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/package-metadata.mjs +2 -2
- package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +1 -0
- package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +1 -0
- package/esm2020/tools/fontsize/editor-fontsize.component.mjs +1 -0
- package/esm2020/tools/format/editor-format.component.mjs +1 -0
- package/esm2020/tools/tables/editor-insert-table-button.component.mjs +1 -0
- package/fesm2015/progress-kendo-angular-editor.mjs +7 -2
- package/fesm2020/progress-kendo-angular-editor.mjs +7 -2
- package/package.json +14 -14
- package/schematics/ngAdd/index.js +4 -4
|
@@ -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.
|
|
12
|
+
publishDate: 1728573076,
|
|
13
|
+
version: '16.12.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -51,6 +51,7 @@ export class EditorInsertTableButtonComponent extends ToolBarToolComponent {
|
|
|
51
51
|
this.subs.add(this.buttonBlurred.pipe(concatMap(() => interval(200).pipe(take(1), takeUntil(this.cellClicked)))).subscribe(() => {
|
|
52
52
|
this.toggle(false);
|
|
53
53
|
}));
|
|
54
|
+
this.isBuiltInTool = true;
|
|
54
55
|
}
|
|
55
56
|
ngOnDestroy() {
|
|
56
57
|
this.destroyPopup();
|
|
@@ -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.
|
|
38
|
+
publishDate: 1728573076,
|
|
39
|
+
version: '16.12.0-develop.1',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -2381,6 +2381,7 @@ class EditorFormatComponent extends ToolBarToolComponent {
|
|
|
2381
2381
|
];
|
|
2382
2382
|
this.applyFormatSVGIcon = applyFormatIcon;
|
|
2383
2383
|
this.editor = providerService.editor;
|
|
2384
|
+
this.isBuiltInTool = true;
|
|
2384
2385
|
}
|
|
2385
2386
|
/**
|
|
2386
2387
|
* Overrides the default format items list.
|
|
@@ -4696,6 +4697,7 @@ class EditorFontSizeComponent extends ToolBarToolComponent {
|
|
|
4696
4697
|
{ text: '36px', size: '36px' }
|
|
4697
4698
|
];
|
|
4698
4699
|
this.editor = providerService.editor;
|
|
4700
|
+
this.isBuiltInTool = true;
|
|
4699
4701
|
}
|
|
4700
4702
|
/**
|
|
4701
4703
|
* Overrides the default font size list.
|
|
@@ -4940,6 +4942,7 @@ class EditorFontFamilyComponent extends ToolBarToolComponent {
|
|
|
4940
4942
|
{ text: 'Verdana', fontName: 'Verdana,Geneva,sans-serif' }
|
|
4941
4943
|
];
|
|
4942
4944
|
this.editor = providerService.editor;
|
|
4945
|
+
this.isBuiltInTool = true;
|
|
4943
4946
|
}
|
|
4944
4947
|
/**
|
|
4945
4948
|
* Overrides the default font list.
|
|
@@ -5159,6 +5162,7 @@ class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
5159
5162
|
*/
|
|
5160
5163
|
this.views = ['palette'];
|
|
5161
5164
|
this.editor = providerService.editor;
|
|
5165
|
+
this.isBuiltInTool = true;
|
|
5162
5166
|
}
|
|
5163
5167
|
/**
|
|
5164
5168
|
* @hidden
|
|
@@ -5450,6 +5454,7 @@ class EditorInsertTableButtonComponent extends ToolBarToolComponent {
|
|
|
5450
5454
|
this.subs.add(this.buttonBlurred.pipe(concatMap(() => interval(200).pipe(take(1), takeUntil(this.cellClicked)))).subscribe(() => {
|
|
5451
5455
|
this.toggle(false);
|
|
5452
5456
|
}));
|
|
5457
|
+
this.isBuiltInTool = true;
|
|
5453
5458
|
}
|
|
5454
5459
|
ngOnDestroy() {
|
|
5455
5460
|
this.destroyPopup();
|
|
@@ -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.
|
|
38
|
+
publishDate: 1728573076,
|
|
39
|
+
version: '16.12.0-develop.1',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -2383,6 +2383,7 @@ class EditorFormatComponent extends ToolBarToolComponent {
|
|
|
2383
2383
|
];
|
|
2384
2384
|
this.applyFormatSVGIcon = applyFormatIcon;
|
|
2385
2385
|
this.editor = providerService.editor;
|
|
2386
|
+
this.isBuiltInTool = true;
|
|
2386
2387
|
}
|
|
2387
2388
|
/**
|
|
2388
2389
|
* Overrides the default format items list.
|
|
@@ -4697,6 +4698,7 @@ class EditorFontSizeComponent extends ToolBarToolComponent {
|
|
|
4697
4698
|
{ text: '36px', size: '36px' }
|
|
4698
4699
|
];
|
|
4699
4700
|
this.editor = providerService.editor;
|
|
4701
|
+
this.isBuiltInTool = true;
|
|
4700
4702
|
}
|
|
4701
4703
|
/**
|
|
4702
4704
|
* Overrides the default font size list.
|
|
@@ -4940,6 +4942,7 @@ class EditorFontFamilyComponent extends ToolBarToolComponent {
|
|
|
4940
4942
|
{ text: 'Verdana', fontName: 'Verdana,Geneva,sans-serif' }
|
|
4941
4943
|
];
|
|
4942
4944
|
this.editor = providerService.editor;
|
|
4945
|
+
this.isBuiltInTool = true;
|
|
4943
4946
|
}
|
|
4944
4947
|
/**
|
|
4945
4948
|
* Overrides the default font list.
|
|
@@ -5158,6 +5161,7 @@ class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
5158
5161
|
*/
|
|
5159
5162
|
this.views = ['palette'];
|
|
5160
5163
|
this.editor = providerService.editor;
|
|
5164
|
+
this.isBuiltInTool = true;
|
|
5161
5165
|
}
|
|
5162
5166
|
/**
|
|
5163
5167
|
* @hidden
|
|
@@ -5448,6 +5452,7 @@ class EditorInsertTableButtonComponent extends ToolBarToolComponent {
|
|
|
5448
5452
|
this.subs.add(this.buttonBlurred.pipe(concatMap(() => interval(200).pipe(take(1), takeUntil(this.cellClicked)))).subscribe(() => {
|
|
5449
5453
|
this.toggle(false);
|
|
5450
5454
|
}));
|
|
5455
|
+
this.isBuiltInTool = true;
|
|
5451
5456
|
}
|
|
5452
5457
|
ngOnDestroy() {
|
|
5453
5458
|
this.destroyPopup();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.12.0-develop.1",
|
|
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.20.4",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-buttons": "16.
|
|
27
|
-
"@progress/kendo-angular-common": "16.
|
|
28
|
-
"@progress/kendo-angular-dialog": "16.
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "16.
|
|
30
|
-
"@progress/kendo-angular-inputs": "16.
|
|
31
|
-
"@progress/kendo-angular-intl": "16.
|
|
32
|
-
"@progress/kendo-angular-l10n": "16.
|
|
33
|
-
"@progress/kendo-angular-label": "16.
|
|
34
|
-
"@progress/kendo-angular-layout": "16.
|
|
35
|
-
"@progress/kendo-angular-icons": "16.
|
|
36
|
-
"@progress/kendo-angular-popup": "16.
|
|
37
|
-
"@progress/kendo-angular-toolbar": "16.
|
|
26
|
+
"@progress/kendo-angular-buttons": "16.12.0-develop.1",
|
|
27
|
+
"@progress/kendo-angular-common": "16.12.0-develop.1",
|
|
28
|
+
"@progress/kendo-angular-dialog": "16.12.0-develop.1",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "16.12.0-develop.1",
|
|
30
|
+
"@progress/kendo-angular-inputs": "16.12.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-intl": "16.12.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-l10n": "16.12.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-label": "16.12.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-layout": "16.12.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-icons": "16.12.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-popup": "16.12.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-toolbar": "16.12.0-develop.1",
|
|
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.
|
|
42
|
+
"@progress/kendo-angular-schematics": "16.12.0-develop.1",
|
|
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.
|
|
8
|
-
'@progress/kendo-angular-treeview': '16.
|
|
7
|
+
'@progress/kendo-angular-navigation': '16.12.0-develop.1',
|
|
8
|
+
'@progress/kendo-angular-treeview': '16.12.0-develop.1',
|
|
9
9
|
// peer dependency of kendo-angular-layout
|
|
10
|
-
'@progress/kendo-angular-progressbar': '16.
|
|
10
|
+
'@progress/kendo-angular-progressbar': '16.12.0-develop.1',
|
|
11
11
|
// peer dependency of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-dialog': '16.
|
|
12
|
+
'@progress/kendo-angular-dialog': '16.12.0-develop.1',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
15
15
|
} });
|