@progress/kendo-angular-editor 4.1.9 → 4.1.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/bundles/kendo-angular-editor.umd.js +1 -1
- package/common/apply-to-word-options.d.ts +2 -2
- package/esm2015/editor.component.js +8 -0
- package/esm2015/localization/messages.js +5 -1
- package/esm2015/package-metadata.js +1 -1
- package/fesm2015/kendo-angular-editor.js +14 -2
- package/localization/messages.d.ts +9 -1
- package/package.json +1 -1
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
export interface ApplyToWordOptions {
|
|
12
12
|
/**
|
|
13
13
|
* The regular expression that sets the delimeters used to determine the start of the matching text relevant to the current cursor position.
|
|
14
|
-
* @default
|
|
14
|
+
* @default `/[^ !,?.\[\]{}()]+$/i`
|
|
15
15
|
*/
|
|
16
16
|
before: RegExp;
|
|
17
17
|
/**
|
|
18
18
|
* The regular expression that sets the delimeters used to determine the end of the matching text relevant to the current cursor position.
|
|
19
|
-
* @default
|
|
19
|
+
* @default `/^[^ !,?.\[\]{}()]+/i`
|
|
20
20
|
*/
|
|
21
21
|
after: RegExp;
|
|
22
22
|
}
|
|
@@ -926,6 +926,10 @@ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
926
926
|
addRowBefore="Add row before"
|
|
927
927
|
i18n-addRowAfter="kendo.editor.addRowAfter|The title of the tool that adds new row after currently selected row."
|
|
928
928
|
addRowAfter="Add row after"
|
|
929
|
+
i18n-mergeCells="kendo.editor.mergeCells|The title of the tool that merges the currently selected cells."
|
|
930
|
+
mergeCells="Merge cells"
|
|
931
|
+
i18n-splitCell="kendo.editor.splitCell|The title of the tool that splits the currently selected cell."
|
|
932
|
+
splitCell="Split cell"
|
|
929
933
|
i18n-deleteColumn="kendo.editor.deleteColumn|The title of the tool that deletes a table column."
|
|
930
934
|
deleteColumn="Delete column"
|
|
931
935
|
i18n-deleteRow="kendo.editor.deleteRow|The title of the tool that deletes a table row."
|
|
@@ -1098,6 +1102,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1098
1102
|
addRowBefore="Add row before"
|
|
1099
1103
|
i18n-addRowAfter="kendo.editor.addRowAfter|The title of the tool that adds new row after currently selected row."
|
|
1100
1104
|
addRowAfter="Add row after"
|
|
1105
|
+
i18n-mergeCells="kendo.editor.mergeCells|The title of the tool that merges the currently selected cells."
|
|
1106
|
+
mergeCells="Merge cells"
|
|
1107
|
+
i18n-splitCell="kendo.editor.splitCell|The title of the tool that splits the currently selected cell."
|
|
1108
|
+
splitCell="Split cell"
|
|
1101
1109
|
i18n-deleteColumn="kendo.editor.deleteColumn|The title of the tool that deletes a table column."
|
|
1102
1110
|
deleteColumn="Delete column"
|
|
1103
1111
|
i18n-deleteRow="kendo.editor.deleteRow|The title of the tool that deletes a table row."
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export class MessagesDirective extends ComponentMessages {
|
|
12
12
|
}
|
|
13
13
|
MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: MessagesDirective, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress" }, usesInheritance: true, ngImport: i0 });
|
|
14
|
+
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: MessagesDirective, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", mergeCells: "mergeCells", splitCell: "splitCell", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress" }, usesInheritance: true, ngImport: i0 });
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
@@ -93,6 +93,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
93
93
|
type: Input
|
|
94
94
|
}], deleteTable: [{
|
|
95
95
|
type: Input
|
|
96
|
+
}], mergeCells: [{
|
|
97
|
+
type: Input
|
|
98
|
+
}], splitCell: [{
|
|
99
|
+
type: Input
|
|
96
100
|
}], dialogApply: [{
|
|
97
101
|
type: Input
|
|
98
102
|
}], dialogCancel: [{
|
|
@@ -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:
|
|
12
|
+
publishDate: 1664270405,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -35,7 +35,7 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-editor',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
38
|
+
publishDate: 1664270405,
|
|
39
39
|
version: '',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
41
41
|
};
|
|
@@ -1940,7 +1940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1940
1940
|
class MessagesDirective extends ComponentMessages {
|
|
1941
1941
|
}
|
|
1942
1942
|
MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1943
|
-
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: MessagesDirective, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress" }, usesInheritance: true, ngImport: i0 });
|
|
1943
|
+
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: MessagesDirective, selector: "[kendoEditorMessages]", inputs: { alignCenter: "alignCenter", alignJustify: "alignJustify", alignLeft: "alignLeft", alignRight: "alignRight", backColor: "backColor", blockquote: "blockquote", bold: "bold", cleanFormatting: "cleanFormatting", createLink: "createLink", fontFamily: "fontFamily", fontSize: "fontSize", foreColor: "foreColor", format: "format", indent: "indent", insertFile: "insertFile", insertImage: "insertImage", insertOrderedList: "insertOrderedList", insertUnorderedList: "insertUnorderedList", italic: "italic", outdent: "outdent", print: "print", redo: "redo", selectAll: "selectAll", strikethrough: "strikethrough", subscript: "subscript", superscript: "superscript", underline: "underline", undo: "undo", unlink: "unlink", viewSource: "viewSource", insertTable: "insertTable", addColumnBefore: "addColumnBefore", addColumnAfter: "addColumnAfter", addRowBefore: "addRowBefore", addRowAfter: "addRowAfter", deleteColumn: "deleteColumn", deleteRow: "deleteRow", deleteTable: "deleteTable", mergeCells: "mergeCells", splitCell: "splitCell", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogInsert: "dialogInsert", dialogUpdate: "dialogUpdate", fileText: "fileText", fileTitle: "fileTitle", fileWebAddress: "fileWebAddress", imageAltText: "imageAltText", imageHeight: "imageHeight", imageWebAddress: "imageWebAddress", imageWidth: "imageWidth", linkOpenInNewWindow: "linkOpenInNewWindow", linkText: "linkText", linkTitle: "linkTitle", linkWebAddress: "linkWebAddress" }, usesInheritance: true, ngImport: i0 });
|
|
1944
1944
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
1945
1945
|
type: Directive,
|
|
1946
1946
|
args: [{
|
|
@@ -2022,6 +2022,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2022
2022
|
type: Input
|
|
2023
2023
|
}], deleteTable: [{
|
|
2024
2024
|
type: Input
|
|
2025
|
+
}], mergeCells: [{
|
|
2026
|
+
type: Input
|
|
2027
|
+
}], splitCell: [{
|
|
2028
|
+
type: Input
|
|
2025
2029
|
}], dialogApply: [{
|
|
2026
2030
|
type: Input
|
|
2027
2031
|
}], dialogCancel: [{
|
|
@@ -3548,6 +3552,10 @@ EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
3548
3552
|
addRowBefore="Add row before"
|
|
3549
3553
|
i18n-addRowAfter="kendo.editor.addRowAfter|The title of the tool that adds new row after currently selected row."
|
|
3550
3554
|
addRowAfter="Add row after"
|
|
3555
|
+
i18n-mergeCells="kendo.editor.mergeCells|The title of the tool that merges the currently selected cells."
|
|
3556
|
+
mergeCells="Merge cells"
|
|
3557
|
+
i18n-splitCell="kendo.editor.splitCell|The title of the tool that splits the currently selected cell."
|
|
3558
|
+
splitCell="Split cell"
|
|
3551
3559
|
i18n-deleteColumn="kendo.editor.deleteColumn|The title of the tool that deletes a table column."
|
|
3552
3560
|
deleteColumn="Delete column"
|
|
3553
3561
|
i18n-deleteRow="kendo.editor.deleteRow|The title of the tool that deletes a table row."
|
|
@@ -3720,6 +3728,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
3720
3728
|
addRowBefore="Add row before"
|
|
3721
3729
|
i18n-addRowAfter="kendo.editor.addRowAfter|The title of the tool that adds new row after currently selected row."
|
|
3722
3730
|
addRowAfter="Add row after"
|
|
3731
|
+
i18n-mergeCells="kendo.editor.mergeCells|The title of the tool that merges the currently selected cells."
|
|
3732
|
+
mergeCells="Merge cells"
|
|
3733
|
+
i18n-splitCell="kendo.editor.splitCell|The title of the tool that splits the currently selected cell."
|
|
3734
|
+
splitCell="Split cell"
|
|
3723
3735
|
i18n-deleteColumn="kendo.editor.deleteColumn|The title of the tool that deletes a table column."
|
|
3724
3736
|
deleteColumn="Delete column"
|
|
3725
3737
|
i18n-deleteRow="kendo.editor.deleteRow|The title of the tool that deletes a table row."
|
|
@@ -160,6 +160,14 @@ export declare class MessagesDirective extends ComponentMessages {
|
|
|
160
160
|
* The title of the tool that deletes a table.
|
|
161
161
|
*/
|
|
162
162
|
deleteTable: string;
|
|
163
|
+
/**
|
|
164
|
+
* The title of the tool that merges the currently selected cells.
|
|
165
|
+
*/
|
|
166
|
+
mergeCells: string;
|
|
167
|
+
/**
|
|
168
|
+
* The title of the tool that splits the currently selected cell.
|
|
169
|
+
*/
|
|
170
|
+
splitCell: string;
|
|
163
171
|
/**
|
|
164
172
|
* The label of the **Apply** button in all Editor dialogs.
|
|
165
173
|
*/
|
|
@@ -221,5 +229,5 @@ export declare class MessagesDirective extends ComponentMessages {
|
|
|
221
229
|
*/
|
|
222
230
|
linkWebAddress: string;
|
|
223
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessagesDirective, never>;
|
|
224
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoEditorMessages]", never, { "alignCenter": "alignCenter"; "alignJustify": "alignJustify"; "alignLeft": "alignLeft"; "alignRight": "alignRight"; "backColor": "backColor"; "blockquote": "blockquote"; "bold": "bold"; "cleanFormatting": "cleanFormatting"; "createLink": "createLink"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "foreColor": "foreColor"; "format": "format"; "indent": "indent"; "insertFile": "insertFile"; "insertImage": "insertImage"; "insertOrderedList": "insertOrderedList"; "insertUnorderedList": "insertUnorderedList"; "italic": "italic"; "outdent": "outdent"; "print": "print"; "redo": "redo"; "selectAll": "selectAll"; "strikethrough": "strikethrough"; "subscript": "subscript"; "superscript": "superscript"; "underline": "underline"; "undo": "undo"; "unlink": "unlink"; "viewSource": "viewSource"; "insertTable": "insertTable"; "addColumnBefore": "addColumnBefore"; "addColumnAfter": "addColumnAfter"; "addRowBefore": "addRowBefore"; "addRowAfter": "addRowAfter"; "deleteColumn": "deleteColumn"; "deleteRow": "deleteRow"; "deleteTable": "deleteTable"; "dialogApply": "dialogApply"; "dialogCancel": "dialogCancel"; "dialogInsert": "dialogInsert"; "dialogUpdate": "dialogUpdate"; "fileText": "fileText"; "fileTitle": "fileTitle"; "fileWebAddress": "fileWebAddress"; "imageAltText": "imageAltText"; "imageHeight": "imageHeight"; "imageWebAddress": "imageWebAddress"; "imageWidth": "imageWidth"; "linkOpenInNewWindow": "linkOpenInNewWindow"; "linkText": "linkText"; "linkTitle": "linkTitle"; "linkWebAddress": "linkWebAddress"; }, {}, never>;
|
|
232
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoEditorMessages]", never, { "alignCenter": "alignCenter"; "alignJustify": "alignJustify"; "alignLeft": "alignLeft"; "alignRight": "alignRight"; "backColor": "backColor"; "blockquote": "blockquote"; "bold": "bold"; "cleanFormatting": "cleanFormatting"; "createLink": "createLink"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "foreColor": "foreColor"; "format": "format"; "indent": "indent"; "insertFile": "insertFile"; "insertImage": "insertImage"; "insertOrderedList": "insertOrderedList"; "insertUnorderedList": "insertUnorderedList"; "italic": "italic"; "outdent": "outdent"; "print": "print"; "redo": "redo"; "selectAll": "selectAll"; "strikethrough": "strikethrough"; "subscript": "subscript"; "superscript": "superscript"; "underline": "underline"; "undo": "undo"; "unlink": "unlink"; "viewSource": "viewSource"; "insertTable": "insertTable"; "addColumnBefore": "addColumnBefore"; "addColumnAfter": "addColumnAfter"; "addRowBefore": "addRowBefore"; "addRowAfter": "addRowAfter"; "deleteColumn": "deleteColumn"; "deleteRow": "deleteRow"; "deleteTable": "deleteTable"; "mergeCells": "mergeCells"; "splitCell": "splitCell"; "dialogApply": "dialogApply"; "dialogCancel": "dialogCancel"; "dialogInsert": "dialogInsert"; "dialogUpdate": "dialogUpdate"; "fileText": "fileText"; "fileTitle": "fileTitle"; "fileWebAddress": "fileWebAddress"; "imageAltText": "imageAltText"; "imageHeight": "imageHeight"; "imageWebAddress": "imageWebAddress"; "imageWidth": "imageWidth"; "linkOpenInNewWindow": "linkOpenInNewWindow"; "linkText": "linkText"; "linkTitle": "linkTitle"; "linkWebAddress": "linkWebAddress"; }, {}, never>;
|
|
225
233
|
}
|