This commit is contained in:
pipeline 2021-05-19 10:36:52 +00:00
Родитель 03a14fcfe1
Коммит 43346f0257
37 изменённых файлов: 143 добавлений и 29 удалений

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### Barcode

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "19.1.56",
"version": "19.1.63",
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### Chart

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

@ -5,7 +5,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### CircularGauge

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

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Diagram
#### Bug Fixes
- `#I324251` - The issue "Nodes with SVG shapes have inaccurate positions in the Overview Control" has been fixed.
## 19.1.63 (2021-05-13)
### Diagram

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "19.1.59",
"version": "19.1.63",
"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,6 +2,21 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Document Editor
#### Bug Fixes
- `I325681` - Resolved the textbox border rendering issue.
- `I323059` - Resolved the script error when ignore action in spelling dialog.
- `I323423` - Resolved the footnote moving issue to next page.
- `#I324169` - Resolved opacity issue in toolbar item.
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
- `#I323824` - Resolved the document corruption issue in MS Office 2007.
- Resolved the document rendering issue document footer.
- Resolved the script error for Jest framework.
## 19.1.59 (2021-05-04)
### Document Editor

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "19.1.59",
"version": "19.1.63",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

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

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### File Manager

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

@ -2,6 +2,20 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Gantt
#### Bug Fixes
- `#325587` - Issue while deleting resource on split task has been fixed.
- Issue on dynamically changing the `allowTaskbarEditing` property has been fixed.
- `#165210` - Issue while filtering using Excel type has been fixed.
- `#327043` - Issue in rendering taskbar template has been fixed.
- `#325587` - Issue while deleting resource on split task has been fixed.
- `#165210` - Issue while filtering using Excel type has been fixed.
## 19.1.63 (2021-05-13)
### Gantt

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "19.1.59",
"version": "19.1.63",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,28 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Grid
#### Bug Fixes
- `#I323987` - Wrong batch changes while editing date column has been fixed.
- `#I326727` - `minwidth` issue with detail template has been fixed.
- `#I325707` - When enable detail template and `rowDragAndDrop`, aggregate cells alignment issue has been fixed.
- `#I323588` - Provided `beforeOpenAdaptiveDialog` event to listen the adaptive sort and filter dialog open action.
- `#I323268` - Provided public methods `showAdaptiveFilterDialog` and `showAdaptiveSortDialog` to open the virtual row mode filter and sort dialog in adaptive horizontal mode.
- `#F165067, #I323250` - `setCellValue` method issue with Frozen Grid has been fixed.
- `#I318420` - filter dialog position when `columnMenu` is displayed issue has been fixed.
- `#I321693` - `RowDeselected` event data property issue when unchecking the header checkbox, has been resolved.
- `#I326604` - Aggregate value calculated incorrectly when batch adding is Fixed.
- `#I325669` - Excel export misalignment while using the grouped custom datasource, issue has been fixed.
#### New Features
- `#I315345` - Provided server side CSV exporting support.
- `#I317320` - Provided inline editing support in column `virtualization`.
## 19.1.59 (2021-05-04)
### Grid

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "19.1.59",
"version": "19.1.63",
"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",

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

@ -7,7 +7,7 @@ import { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPl
import { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive'
export const properties: string[] = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'currencyCode', 'currentAction', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];
export const properties: string[] = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'currencyCode', 'currentAction', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenAdaptiveDialog', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];
export const modelProps: string[] = ['dataSource'];
/**
@ -544,6 +544,14 @@ export class GridComponent extends ComponentBase {
return this.ej2Instances.setRowData(key, rowData);
}
public showAdaptiveFilterDialog(): void {
return this.ej2Instances.showAdaptiveFilterDialog();
}
public showAdaptiveSortDialog(): void {
return this.ej2Instances.showAdaptiveSortDialog();
}
public showColumns(keys: string | string[], showBy?: string): void {
return this.ej2Instances.showColumns(keys, showBy);
}

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-heatmap",
"version": "19.1.54",
"version": "19.1.63",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### In-place Editor

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
"version": "19.1.59",
"version": "19.1.63",
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-kanban",
"version": "19.1.59",
"version": "19.1.63",
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-layouts",
"version": "19.1.58",
"version": "19.1.63",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lists",
"version": "19.1.56",
"version": "19.1.63",
"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,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### Accordion

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### Toast

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

@ -2,6 +2,17 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### PDF Viewer
#### Bug Fixes
- `#325096` - The Script error will no longer be thrown if we add form fields value by code behind.
- `#326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
- `#326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
- `#324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
## 19.1.59 (2021-05-04)
### PDF Viewer

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

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Popup
#### Bug Fixes
- `#I317799` - The issue with "Script error is raised, when the `element` is not present" has been resolved.
## 19.1.63 (2021-05-13)
### Dialog

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "19.1.59",
"version": "19.1.63",
"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.1.63 (2021-05-13)
## 19.1.57 (2021-04-20)
### ProgressBar

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-progressbar",
"version": "19.1.54",
"version": "19.1.63",
"description": "Essential JS 2 ProgressBar Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### QueryBuilder

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

@ -2,6 +2,15 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### RichTextEditor
#### Bug Fixes
- `#I326887`- The issue with "Bold and other formats not working inside the table when the cell in empty" has been resolved.
- `#I324041`- The issue with "When strong is applied more than one time for an element, `un-bold` doesn't remove all the bold tags" has been resolved.
## 19.1.63 (2021-05-13)
### RichTextEditor
@ -15,7 +24,6 @@
- The issue with "Pasting the table elements from `MSword` to the editor, removes the empty cells in table" has been resolved.
- `#I324985`- The issue with "Pasting the link in the Rich Text Editor doesn't add the `target=_blank` in the link" has been resolved.
- `#I324430`- The issue with "Rich Text Editor not rendered properly when ID is given as a number" has been resolved.
- `#I324041`- The issue with "When strong is applied more than one time for an element, `un-bold` doesn't remove all the bold tags" has been resolved.
## 19.1.59 (2021-05-04)

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

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

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-schedule",
"version": "19.1.59",
"version": "19.1.63",
"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,7 +2,7 @@
## [Unreleased]
## 19.1.63 (2021-05-13)
## 19.1.64 (2021-05-19)
### DropDownButton

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

@ -2,6 +2,17 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Spreadsheet
#### Bug Fixes
- `I304896`, `I305853` - `SUMIF` and `AVERGEIFS` formula issue resolved.
- `I325908` - Empty space occurs with merge / freeze pane and `IF` formula calculation return as wrong number issues resolved.
- `!289803`, `I306565`, `I305935`, `I308657`, `I321503`, `I296802`, `I316078`, `I325908`, `I327092` - We have provided the cross tab reference in formula expression support.
- `#25146` - Copy paste related issue with the locked / unlocked cells has been fixed.
## 19.1.63 (2021-05-13)
### Spreadsheet

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-spreadsheet",
"version": "19.1.59",
"version": "19.1.63",
"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",

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

@ -2,6 +2,15 @@
## [Unreleased]
## 19.1.64 (2021-05-19)
### Tree Grid
#### Bug Fixes
- `#I325061` - Adding a new record below last row using `addRecord` method works fine.
- `#F165367` - StackedHeader columns works fine when value for `columns` property is given as `null`.
## 19.1.63 (2021-05-13)
### Tree Grid

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

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