@progress/kendo-angular-editor 16.10.1-develop.3 → 16.11.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/package-metadata.mjs +2 -2
- package/esm2020/tools/tables/editor-insert-table-button.component.mjs +2 -0
- package/fesm2015/progress-kendo-angular-editor.mjs +4 -2
- package/fesm2020/progress-kendo-angular-editor.mjs +4 -2
- package/package.json +14 -14
- package/schematics/ngAdd/index.js +4 -4
- package/tools/colorpicker/editor-colorpicker.component.d.ts +2 -2
|
@@ -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: 1727948646,
|
|
13
|
+
version: '16.11.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -174,6 +174,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
174
174
|
<button
|
|
175
175
|
type="button"
|
|
176
176
|
kendoButton
|
|
177
|
+
class="k-toolbar-button"
|
|
177
178
|
#element
|
|
178
179
|
[attr.title]="title"
|
|
179
180
|
[attr.tabindex]="tabIndex"
|
|
@@ -212,6 +213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
212
213
|
<button
|
|
213
214
|
type="button"
|
|
214
215
|
kendoButton
|
|
216
|
+
class="k-toolbar-button"
|
|
215
217
|
#element
|
|
216
218
|
[attr.title]="title"
|
|
217
219
|
[attr.tabindex]="tabIndex"
|
|
@@ -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: 1727948646,
|
|
39
|
+
version: '16.11.0-develop.10',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -5574,6 +5574,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5574
5574
|
<button
|
|
5575
5575
|
type="button"
|
|
5576
5576
|
kendoButton
|
|
5577
|
+
class="k-toolbar-button"
|
|
5577
5578
|
#element
|
|
5578
5579
|
[attr.title]="title"
|
|
5579
5580
|
[attr.tabindex]="tabIndex"
|
|
@@ -5612,6 +5613,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5612
5613
|
<button
|
|
5613
5614
|
type="button"
|
|
5614
5615
|
kendoButton
|
|
5616
|
+
class="k-toolbar-button"
|
|
5615
5617
|
#element
|
|
5616
5618
|
[attr.title]="title"
|
|
5617
5619
|
[attr.tabindex]="tabIndex"
|
|
@@ -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: 1727948646,
|
|
39
|
+
version: '16.11.0-develop.10',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -5571,6 +5571,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5571
5571
|
<button
|
|
5572
5572
|
type="button"
|
|
5573
5573
|
kendoButton
|
|
5574
|
+
class="k-toolbar-button"
|
|
5574
5575
|
#element
|
|
5575
5576
|
[attr.title]="title"
|
|
5576
5577
|
[attr.tabindex]="tabIndex"
|
|
@@ -5609,6 +5610,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5609
5610
|
<button
|
|
5610
5611
|
type="button"
|
|
5611
5612
|
kendoButton
|
|
5613
|
+
class="k-toolbar-button"
|
|
5612
5614
|
#element
|
|
5613
5615
|
[attr.title]="title"
|
|
5614
5616
|
[attr.tabindex]="tabIndex"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.11.0-develop.10",
|
|
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.11.0-develop.10",
|
|
27
|
+
"@progress/kendo-angular-common": "16.11.0-develop.10",
|
|
28
|
+
"@progress/kendo-angular-dialog": "16.11.0-develop.10",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "16.11.0-develop.10",
|
|
30
|
+
"@progress/kendo-angular-inputs": "16.11.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-intl": "16.11.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-l10n": "16.11.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-label": "16.11.0-develop.10",
|
|
34
|
+
"@progress/kendo-angular-layout": "16.11.0-develop.10",
|
|
35
|
+
"@progress/kendo-angular-icons": "16.11.0-develop.10",
|
|
36
|
+
"@progress/kendo-angular-popup": "16.11.0-develop.10",
|
|
37
|
+
"@progress/kendo-angular-toolbar": "16.11.0-develop.10",
|
|
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.11.0-develop.10",
|
|
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.11.0-develop.10',
|
|
8
|
+
'@progress/kendo-angular-treeview': '16.11.0-develop.10',
|
|
9
9
|
// peer dependency of kendo-angular-layout
|
|
10
|
-
'@progress/kendo-angular-progressbar': '16.
|
|
10
|
+
'@progress/kendo-angular-progressbar': '16.11.0-develop.10',
|
|
11
11
|
// peer dependency of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-dialog': '16.
|
|
12
|
+
'@progress/kendo-angular-dialog': '16.11.0-develop.10',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
15
15
|
} });
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, NgZone, Renderer2 } from '@angular/core';
|
|
5
|
+
import { ElementRef, TemplateRef, NgZone, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { PaletteSettings, ActiveColorClickEvent, ColorPickerComponent, ColorPickerView } from '@progress/kendo-angular-inputs';
|
|
8
8
|
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
@@ -67,7 +67,7 @@ export declare class EditorColorPickerComponent extends ToolBarToolComponent {
|
|
|
67
67
|
get title(): string;
|
|
68
68
|
toolbarTemplate: TemplateRef<any>;
|
|
69
69
|
popupTemplate: TemplateRef<any>;
|
|
70
|
-
|
|
70
|
+
element: ElementRef;
|
|
71
71
|
private colorPicker;
|
|
72
72
|
private colorPickerButton;
|
|
73
73
|
private subs;
|