@progress/kendo-angular-editor 24.0.0-develop.21 → 24.0.0-develop.23
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.
|
@@ -21,7 +21,7 @@ import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progr
|
|
|
21
21
|
import { TextAreaComponent, FormFieldComponent, TextBoxComponent, CheckBoxDirective, ColorPickerComponent } from '@progress/kendo-angular-inputs';
|
|
22
22
|
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
23
23
|
import { LabelComponent, LabelDirective } from '@progress/kendo-angular-label';
|
|
24
|
-
import { tableDeleteIcon, cellSplitHorizontallyIcon, cellsMergeIcon, tableColumnDeleteIcon, tableRowDeleteIcon, tableRowInsertBelowIcon, tableRowInsertAboveIcon, tableColumnInsertRightIcon, tableColumnInsertLeftIcon, tableAddIcon, codeSnippetIcon, unlinkIcon, undoIcon, underlineIcon,
|
|
24
|
+
import { tableDeleteIcon, cellSplitHorizontallyIcon, cellsMergeIcon, tableColumnDeleteIcon, tableRowDeleteIcon, tableRowInsertBelowIcon, tableRowInsertAboveIcon, tableColumnInsertRightIcon, tableColumnInsertLeftIcon, tableAddIcon, codeSnippetIcon, unlinkIcon, undoIcon, underlineIcon, superscriptIcon, subscriptIcon, strikethroughIcon, selectAllIcon, redoIcon, printIcon, outdentIcon, italicIcon, listUnorderedIcon, listOrderedIcon, fileImageIcon, fileAddIcon, indentIcon, foregroundColorIcon, linkIcon, clearCssIcon, boldIcon, rightDoubleQuotesIcon, dropletIcon, alignRightIcon, alignLeftIcon, alignJustifyIcon, alignCenterIcon, applyFormatIcon, fontSizeIcon, fontFamilyIcon, tableWizardIcon } from '@progress/kendo-svg-icons';
|
|
25
25
|
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
26
26
|
import { DropDownListComponent, ItemTemplateDirective } from '@progress/kendo-angular-dropdowns';
|
|
27
27
|
import * as i2 from '@progress/kendo-angular-popup';
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '24.0.0-develop.
|
|
39
|
+
publishDate: 1778500886,
|
|
40
|
+
version: '24.0.0-develop.23',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -1629,7 +1629,7 @@ const commandIcons = {
|
|
|
1629
1629
|
selectAll: 'select-all',
|
|
1630
1630
|
strikethrough: 'strikethrough',
|
|
1631
1631
|
subscript: 'subscript',
|
|
1632
|
-
superscript: '
|
|
1632
|
+
superscript: 'superscript',
|
|
1633
1633
|
underline: 'underline',
|
|
1634
1634
|
undo: 'undo',
|
|
1635
1635
|
unlink: 'unlink',
|
|
@@ -1673,7 +1673,7 @@ const commandSVGIcons = {
|
|
|
1673
1673
|
selectAll: selectAllIcon,
|
|
1674
1674
|
strikethrough: strikethroughIcon,
|
|
1675
1675
|
subscript: subscriptIcon,
|
|
1676
|
-
superscript:
|
|
1676
|
+
superscript: superscriptIcon,
|
|
1677
1677
|
underline: underlineIcon,
|
|
1678
1678
|
undo: undoIcon,
|
|
1679
1679
|
unlink: unlinkIcon,
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778500886,
|
|
11
|
+
"version": "24.0.0-develop.23",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.23",
|
|
4
4
|
"description": "Kendo UI Editor for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1778500886,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"@angular/platform-browser": "19 - 21",
|
|
30
30
|
"@progress/kendo-drawing": "^1.25.0",
|
|
31
31
|
"@progress/kendo-licensing": "^1.11.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-dialog": "24.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "24.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-label": "24.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-layout": "24.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-toolbar": "24.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.23",
|
|
33
|
+
"@progress/kendo-angular-common": "24.0.0-develop.23",
|
|
34
|
+
"@progress/kendo-angular-dialog": "24.0.0-develop.23",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "24.0.0-develop.23",
|
|
36
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.23",
|
|
37
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.23",
|
|
38
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.23",
|
|
39
|
+
"@progress/kendo-angular-label": "24.0.0-develop.23",
|
|
40
|
+
"@progress/kendo-angular-layout": "24.0.0-develop.23",
|
|
41
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.23",
|
|
42
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.23",
|
|
43
|
+
"@progress/kendo-angular-toolbar": "24.0.0-develop.23",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.23",
|
|
49
49
|
"@progress/kendo-editor-common": "1.12.5"
|
|
50
50
|
},
|
|
51
51
|
"schematics": "./schematics/collection.json",
|
|
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
|
|
11
11
|
// peer dependencies of kendo-angular-dropdowns
|
|
12
|
-
'@progress/kendo-angular-navigation': '24.0.0-develop.
|
|
13
|
-
'@progress/kendo-angular-treeview': '24.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-navigation': '24.0.0-develop.23',
|
|
13
|
+
'@progress/kendo-angular-treeview': '24.0.0-develop.23',
|
|
14
14
|
// peer dependency of kendo-angular-layout
|
|
15
|
-
'@progress/kendo-angular-progressbar': '24.0.0-develop.
|
|
15
|
+
'@progress/kendo-angular-progressbar': '24.0.0-develop.23',
|
|
16
16
|
// peer dependency of kendo-angular-inputs
|
|
17
|
-
'@progress/kendo-angular-dialog': '24.0.0-develop.
|
|
17
|
+
'@progress/kendo-angular-dialog': '24.0.0-develop.23',
|
|
18
18
|
// Peer dependency of icons
|
|
19
19
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
20
20
|
} });
|