@syncfusion/ej2-richtexteditor
Advanced tools
Comparing version 17.1.38 to 17.1.40
@@ -5,2 +5,8 @@ # Changelog | ||
### RichTextEditor | ||
#### Bug Fixes | ||
- Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed. | ||
## 17.1.32-beta (2019-03-13) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.1.38 | ||
* version : 17.1.40 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-richtexteditor", | ||
"version": "17.1.38", | ||
"version": "17.1.40", | ||
"description": "Essential JS 2 RichTextEditor component", | ||
@@ -12,4 +12,4 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-base": "~17.1.38", | ||
"@syncfusion/ej2-navigations": "~17.1.38", | ||
"@syncfusion/ej2-popups": "~17.1.38", | ||
"@syncfusion/ej2-navigations": "~17.1.40", | ||
"@syncfusion/ej2-popups": "~17.1.40", | ||
"@syncfusion/ej2-splitbuttons": "~17.1.38" | ||
@@ -16,0 +16,0 @@ }, |
@@ -131,3 +131,3 @@ import * as events from '../base/constant'; | ||
cssClass: 'e-flat ' + CLS_RTE_PASTE_OK, | ||
content: 'ok' | ||
content: this.i10n.getConstant('pasteDialogOk') | ||
} | ||
@@ -144,3 +144,3 @@ }, | ||
cssClass: 'e-flat ' + CLS_RTE_PASTE_CANCEL, | ||
content: 'cancel' | ||
content: this.i10n.getConstant('pasteDialogCancel') | ||
} | ||
@@ -147,0 +147,0 @@ } |
@@ -570,2 +570,4 @@ import { Component, ModuleDeclaration, EmitType } from '@syncfusion/ej2-base'; | ||
* Selects a content range or an element | ||
* @param {Range} range - Specify the range which you want to select within the content. | ||
* The method used to select a particular sentence or word or entire document. | ||
* @public | ||
@@ -581,4 +583,4 @@ */ | ||
* Executes the commands | ||
* CommandName - Specifies the name of the command to be executed. | ||
* value - Specifies the sub command. | ||
* @param {CommandName} CommandName - Specifies the name of the command to be executed. | ||
* @param {string | HTMLElement} value - Specifies the value that you want to execute. | ||
* @public | ||
@@ -676,2 +678,4 @@ */ | ||
* Enables the give toolbar items in the RichTextEditor component. | ||
* @param {string | string[]} items - Specifies the single or collection of items | ||
* that you want to be enable in Rich Text Editor’s Toolbar. | ||
* @public | ||
@@ -682,2 +686,4 @@ */ | ||
* Disables the given toolbar items in the RichTextEditor component. | ||
* @param {string | string[]} items - Specifies the single or collection of items | ||
* that you want to be disable in Rich Text Editor’s Toolbar. | ||
* @public | ||
@@ -688,2 +694,4 @@ */ | ||
* Removes the give toolbar items from the RichTextEditor component. | ||
* @param {string | string[]} items - Specifies the single or collection of items | ||
* that you want to be remove from Rich Text Editor’s Toolbar. | ||
* @public | ||
@@ -690,0 +698,0 @@ */ |
@@ -124,2 +124,3 @@ var __extends = (this && this.__extends) || (function () { | ||
removeClass(this.getToolbar().querySelectorAll('.' + classes.CLS_ACTIVE), classes.CLS_ACTIVE); | ||
removeClass([this.getToolbar()], [classes.CLS_TB_FLOAT, classes.CLS_TB_ABS_FLOAT]); | ||
} | ||
@@ -219,2 +220,4 @@ addClass([this.element], classes.CLS_DISABLED); | ||
* Selects a content range or an element | ||
* @param {Range} range - Specify the range which you want to select within the content. | ||
* The method used to select a particular sentence or word or entire document. | ||
* @public | ||
@@ -240,4 +243,4 @@ */ | ||
* Executes the commands | ||
* CommandName - Specifies the name of the command to be executed. | ||
* value - Specifies the sub command. | ||
* @param {CommandName} CommandName - Specifies the name of the command to be executed. | ||
* @param {string | HTMLElement} value - Specifies the value that you want to execute. | ||
* @public | ||
@@ -796,2 +799,4 @@ */ | ||
* Enables the give toolbar items in the RichTextEditor component. | ||
* @param {string | string[]} items - Specifies the single or collection of items | ||
* that you want to be enable in Rich Text Editor’s Toolbar. | ||
* @public | ||
@@ -804,2 +809,4 @@ */ | ||
* Disables the given toolbar items in the RichTextEditor component. | ||
* @param {string | string[]} items - Specifies the single or collection of items | ||
* that you want to be disable in Rich Text Editor’s Toolbar. | ||
* @public | ||
@@ -812,2 +819,4 @@ */ | ||
* Removes the give toolbar items from the RichTextEditor component. | ||
* @param {string | string[]} items - Specifies the single or collection of items | ||
* that you want to be remove from Rich Text Editor’s Toolbar. | ||
* @public | ||
@@ -814,0 +823,0 @@ */ |
@@ -130,3 +130,5 @@ // tslint:disable | ||
'cleanFormat': 'Clean', | ||
'keepFormat': 'Keep' | ||
'keepFormat': 'Keep', | ||
'pasteDialogOk': 'OK', | ||
'pasteDialogCancel': 'Cancel' | ||
}; | ||
@@ -133,0 +135,0 @@ export var toolsLocale = { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10446041
93333