@progress/kendo-react-editor 5.13.1 → 5.14.0-dev.202305100720
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/dist/cdn/js/kendo-react-editor.js +1 -1
- package/dist/es/config/toolsSettings.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/config/toolsSettings.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-editor.js +1 -1
- package/package.json +12 -12
|
@@ -19,7 +19,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
19
19
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
20
20
|
};
|
|
21
21
|
import { keys, messages } from './../messages';
|
|
22
|
-
import { alignCenterIcon, alignJustifyIcon, alignLeftIcon, alignRemoveIcon, alignRightIcon, boldIcon, cellsMergeIcon, cellSplitHorizontallyIcon, clearCssIcon, codeIcon, dropletIcon, fileAddIcon, filePdfIcon, foregroundColorIcon, imageIcon, indentIcon, italicIcon, linkIcon, listOrderedIcon, listUnorderedIcon, outdentIcon, printIcon, redoIcon,
|
|
22
|
+
import { alignCenterIcon, alignJustifyIcon, alignLeftIcon, alignRemoveIcon, alignRightIcon, binocularsIcon, boldIcon, cellsMergeIcon, cellSplitHorizontallyIcon, clearCssIcon, codeIcon, dropletIcon, fileAddIcon, filePdfIcon, foregroundColorIcon, imageIcon, indentIcon, italicIcon, linkIcon, listOrderedIcon, listUnorderedIcon, outdentIcon, printIcon, redoIcon, selectAllIcon, strikethroughIcon, subscriptIcon, supscriptIcon, tableAddIcon, tableColumnDeleteIcon, tableColumnInsertLeftIcon, tableColumnInsertRightIcon, tableDeleteIcon, tableRowDeleteIcon, tableRowInsertAboveIcon, tableRowInsertBelowIcon, underlineIcon, undoIcon, unlinkIcon } from '@progress/kendo-svg-icons';
|
|
23
23
|
import { bold as boldSettings, italic as italicSettings, underline as underlineSettings, strikethrough as strikethroughSettings, subscript as subscriptSettings, superscript as superscriptSettings, link as linkSettings, alignLeftRules, alignRightRules, alignCenterRules, alignJustifyRules, alignRemoveRules, indentRules, outdentRules } from '@progress/kendo-editor-common';
|
|
24
24
|
/**
|
|
25
25
|
* @hidden
|
|
@@ -284,7 +284,7 @@ export var EditorToolsSettings;
|
|
|
284
284
|
* The object of the Find and Replace tool settings.
|
|
285
285
|
*/
|
|
286
286
|
EditorToolsSettings.findAndReplace = {
|
|
287
|
-
props: __assign({ icon: 'find', svgIcon:
|
|
287
|
+
props: __assign({ icon: 'find', svgIcon: binocularsIcon }, buttonCommonProps),
|
|
288
288
|
messages: {
|
|
289
289
|
findReplaceToolTitle: keys.findReplaceToolTitle,
|
|
290
290
|
findReplaceDialogTitle: keys.findReplaceDialogTitle,
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-editor',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1683701481,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -287,7 +287,7 @@ var EditorToolsSettings;
|
|
|
287
287
|
* The object of the Find and Replace tool settings.
|
|
288
288
|
*/
|
|
289
289
|
EditorToolsSettings.findAndReplace = {
|
|
290
|
-
props: __assign({ icon: 'find', svgIcon: kendo_svg_icons_1.
|
|
290
|
+
props: __assign({ icon: 'find', svgIcon: kendo_svg_icons_1.binocularsIcon }, buttonCommonProps),
|
|
291
291
|
messages: {
|
|
292
292
|
findReplaceToolTitle: messages_1.keys.findReplaceToolTitle,
|
|
293
293
|
findReplaceDialogTitle: messages_1.keys.findReplaceDialogTitle,
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-editor',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1683701481,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
14
14
|
};
|