This commit is contained in:
pipeline 2021-08-11 06:03:56 +00:00
Родитель e8b9241dc9
Коммит 8aedec67fc
45 изменённых файлов: 199 добавлений и 42 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.48 (2021-07-20)
### Common

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-base",
"version": "19.1.54",
"version": "19.2.48",
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### Checkbox

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Chart
#### New Features
- `#335166` - Provide Fade out support for chart tooltip on touch.
## 19.2.51 (2021-08-03)
### Chart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "19.2.49",
"version": "19.2.51",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -5,7 +5,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### CircularGauge

Просмотреть файл

@ -2,6 +2,16 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Diagram
#### Bug Fixes
- `#I336316` - The issue "The loaded connectors path is differ from saved connectors" has been fixed.
- `#I335836` - The Default tooltip rendered in the wrong position for the native node issue has been fixed.
- `#I337885` - The issue "Connectors have disappeared in Swim lane at initial rendering" has been fixed.
## 19.2.51 (2021-08-03)
### Diagram

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "19.2.49",
"version": "19.2.51",
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### Document Editor

Просмотреть файл

@ -2,8 +2,40 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### ListBox
#### New Features
- Provided No Record Template support.
### DropDownList
#### Bug Fixes
- Issue with "incremental search is not working properly while destroying and rendering the component again" has been resolved.
### AutoComplete
#### Bug Fixes
- `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
### Dropdown Tree
#### Bug Fixes
- `#F167371` - The performance issue that occurred when destroying the Dropdown Tree with a huge data source and CheckBox support has been resolved.
## 19.2.51 (2021-08-03)
### ListBox
#### Bug Fixes
- `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
### Dropdown Tree
#### Bug Fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "19.2.49",
"version": "19.2.51",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.48 (2021-07-20)
### File Manager

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-filemanager",
"version": "18.1.53",
"version": "19.2.48",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -23,8 +23,6 @@ for (let props of modelProps) {
export const isExecute: any = gh ? false : true;
export let tempProxy: any;
/**
* Represents the Essential JS 2 VueJS FileManager Component.
* ```vue
@ -59,7 +57,6 @@ export class FileManagerComponent extends ComponentBase {
this.bindProperties();
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
this.ej2Instances.setProperties = this.setProperties;
tempProxy = this;
}
public setProperties(prop: any, muteOnChange: boolean): void {
if(this.isVue3) {

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Gantt
#### Bug Fixes
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
## 19.2.47 (2021-07-13)
### Gantt

Просмотреть файл

@ -30,8 +30,6 @@ for (let props of modelProps) {
export const isExecute: any = gh ? false : true;
export let tempProxy: any;
/**
* `ejs-gantt` represents the VueJS Gantt Component.
* ```vue
@ -71,7 +69,6 @@ export class GanttComponent extends ComponentBase {
this.bindProperties();
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
this.ej2Instances.setProperties = this.setProperties;
tempProxy = this;
}
public setProperties(prop: any, muteOnChange: boolean): void {
if(this.isVue3) {

Просмотреть файл

@ -2,6 +2,23 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Grid
#### Bug Fixes
- `#I331628` - Clear button issue in filter bar input has been fixed.
- `#I328013` - Copy and paste in `mac os` issue has been resolved.
- `#I336801` - Adding new record is not working in infinite scroll with frozen grid, has been fixed.
- `#F158244` - filter menu destroyed issue in filter template has been fixed.
#### New Features
- `#I334322` - Provided exporting headers with image support.
- `#I284744, #I289234` - Provided keyboard navigation support in infinite scroll.
- `#I325175, #I327940` - Provided Sticky header support.
## 19.2.51 (2021-08-03)
### Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "19.2.49",
"version": "19.2.51",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inplace-editor",
"version": "19.2.46",
"version": "19.2.51",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### Kanban

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Dashboard Layout
#### Bug Fixes
- `#I306072` - The Floating issue in Dashboard Layout when the scroll bar is in the middle of the page has been resolved.
## 19.2.48 (2021-07-20)
### Splitter

Просмотреть файл

@ -2,7 +2,15 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### ListView
#### Bug Fixes
- `#F167149` - The issue with "Multiple requests are made to the controller when using remote data source with template support in the ListView component" has been resolved.
## 19.2.49 (2021-07-27)
### Common
@ -10,6 +18,12 @@
- Sortable helper element issue resolved in List Box.
### ListView
#### Bug Fixes
- `#I335874` - The issue with "The additional new element is added in the template element of the List components" has been resolved.
## 19.2.48 (2021-07-20)
### ListView

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lists",
"version": "19.2.48",
"version": "19.2.49",
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### TreeView
#### Bug Fixes
- `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
### Tab
#### Bug Fixes
- `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
## 19.2.51 (2021-08-03)
### Tab

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "19.2.48",
"version": "19.2.51",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "19.2.49",
"version": "19.2.51",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Pivot Table
#### Bug Fixes
- `#I337487` - Now the field's caption can be changed dynamically using the value field settings dialog.
- `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
## 19.2.51 (2021-08-03)
### Pivot Table

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "19.2.49",
"version": "19.2.51",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.48 (2021-07-20)
### Tooltip

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "19.2.46",
"version": "19.2.48",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### ProgressBar

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### QueryBuilder

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### RichTextEditor
#### Bug Fixes
- `#I335578` - The issue with "alignment mismatching when pasting content from MS Word in the Rich Text Editor" has been fixed.
#### New Features
- `#I309446`, `#I336258` - Provided support to paste rare list contents from MS Word in the Rich Text Editor.
- `#I304121` - Improvements with the `deleteKey` action in the Rich Text Editor.
- Provided `showDialog`, `closeDialog` methods to opens/closes the Link, Image, Table dialogs in the Rich Text Editor.
## 19.2.51 (2021-08-03)
### RichTextEditor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-richtexteditor",
"version": "19.2.49",
"version": "19.2.51",
"description": "Essential JS 2 RichTextEditor component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -128,6 +128,10 @@ export class RichTextEditorComponent extends ComponentBase {
return h('textarea', slots);
}
public closeDialog(type: Object): void {
return this.ej2Instances.closeDialog(type);
}
public disableToolbarItem(items: string | string[], muteToolbarUpdate?: boolean): void {
return this.ej2Instances.disableToolbarItem(items, muteToolbarUpdate);
}
@ -208,6 +212,10 @@ export class RichTextEditorComponent extends ComponentBase {
return this.ej2Instances.selectRange(range);
}
public showDialog(type: Object): void {
return this.ej2Instances.showDialog(type);
}
public showFullScreen(): void {
return this.ej2Instances.showFullScreen();
}

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Schedule
#### Bug Fixes
- `#I337733` - An issue with the scheduler events overlapping when start and end times were the same has been resolved.
## 19.2.51 (2021-08-03)
### Schedule

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-schedule",
"version": "19.2.49",
"version": "19.2.51",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### DropDownButton
#### Bug Fixes
- `#I337016` - Input space not works in DropDownButton if the target is set as text input issue has been resolved.
## 18.4.41 (2021-02-02)
### SplitButton

Просмотреть файл

@ -24,8 +24,6 @@ for (let props of modelProps) {
export const isExecute: any = gh ? false : true;
export let tempProxy: any;
/**
* Represents the Essential JS 2 VueJS DropDownButton Component
* ```html
@ -60,7 +58,6 @@ export class DropDownButtonComponent extends ComponentBase {
this.bindProperties();
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
this.ej2Instances.setProperties = this.setProperties;
tempProxy = this;
}
public setProperties(prop: any, muteOnChange: boolean): void {
if(this.isVue3) {

Просмотреть файл

@ -23,8 +23,6 @@ for (let props of modelProps) {
export const isExecute: any = gh ? false : true;
export let tempProxy: any;
/**
* Represents the Essential JS 2 VueJS ProgressButton Component
* ```html
@ -59,7 +57,6 @@ export class ProgressButtonComponent extends ComponentBase {
this.bindProperties();
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
this.ej2Instances.setProperties = this.setProperties;
tempProxy = this;
}
public setProperties(prop: any, muteOnChange: boolean): void {
if(this.isVue3) {

Просмотреть файл

@ -24,8 +24,6 @@ for (let props of modelProps) {
export const isExecute: any = gh ? false : true;
export let tempProxy: any;
/**
* Represents the Essential JS 2 VueJS SplitButton Component
* ```html
@ -60,7 +58,6 @@ export class SplitButtonComponent extends ComponentBase {
this.bindProperties();
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
this.ej2Instances.setProperties = this.setProperties;
tempProxy = this;
}
public setProperties(prop: any, muteOnChange: boolean): void {
if(this.isVue3) {

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 19.2.55 (2021-08-11)
### Spreadsheet
#### New Features
- `I327430` - Provided support for updating the defined names range while performing insert and delete operation.
- `I331963` - Number formatting applied while performing copy / paste operation between our different spreadsheets.
#### Bug Fixes
- `I336304` - Conditional formatting select button enabled while pressing `SPACE` key without any data issue resolved.
- `I337258` - Script error throws while importing excel file which contains conditional formatting issue resolved.
## 19.2.51 (2021-08-03)
### Spreadsheet

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-spreadsheet",
"version": "19.2.49",
"version": "19.2.51",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-treegrid",
"version": "19.2.49",
"version": "19.2.51",
"description": "Essential JS 2 TreeGrid Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -11,7 +11,7 @@
## [Unreleased]
## 19.2.51 (2021-08-03)
## 19.2.55 (2021-08-11)
### TreeMap