Skip to content

Commit ff81279

Browse files
author
pipeline
committed
v19.1.67 is released
1 parent 93d3b9a commit ff81279

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+321
-100
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.66 (2021-06-01)
5+
## 19.1.67 (2021-06-08)
66

77
### Barcode
88

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "19.1.64",
3+
"version": "19.1.66",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## [Unreleased]
44

5-
## 19.1.65 (2021-05-25)
5+
## 19.1.67 (2021-06-08)
66

77
### Chart
88

99
#### Bug Fixes
1010

11+
- `#F165670` - Marker Explode is now rendered properly with image.
1112
- `#328528` - Histogram is rendering properly when the `binInterval` value is 0.
13+
- `#328780` - `multiLevelLabelClick` event is now triggering in canvas mode.
14+
15+
## 19.1.65 (2021-05-25)
16+
17+
### Chart
1218

1319
### Stock Chart
1420

components/charts/src/range-navigator/rangenavigator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { RangeNavigator } from '@syncfusion/ej2-charts';
55
import { RangenavigatorSeriesCollectionDirective, RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionPlugin, RangenavigatorSeriesPlugin } from './series.directive'
66

77

8-
export const properties: string[] = ['allowIntervalData', 'allowSnapping', 'animationDuration', 'dataSource', 'disableRangeSelector', 'enableDeferredUpdate', 'enableGrouping', 'enablePersistence', 'enableRtl', 'groupBy', 'height', 'interval', 'intervalType', 'labelFormat', 'labelIntersectAction', 'labelPosition', 'labelStyle', 'locale', 'logBase', 'majorGridLines', 'majorTickLines', 'margin', 'maximum', 'minimum', 'navigatorBorder', 'navigatorStyleSettings', 'periodSelectorSettings', 'query', 'secondaryLabelAlignment', 'series', 'skeleton', 'skeletonType', 'theme', 'tickPosition', 'tooltip', 'useGroupingSeparator', 'value', 'valueType', 'width', 'xName', 'yName', 'beforePrint', 'changed', 'labelRender', 'load', 'loaded', 'resized', 'selectorRender', 'tooltipRender'];
8+
export const properties: string[] = ['allowIntervalData', 'allowSnapping', 'animationDuration', 'background', 'dataSource', 'disableRangeSelector', 'enableDeferredUpdate', 'enableGrouping', 'enablePersistence', 'enableRtl', 'groupBy', 'height', 'interval', 'intervalType', 'labelFormat', 'labelIntersectAction', 'labelPosition', 'labelStyle', 'locale', 'logBase', 'majorGridLines', 'majorTickLines', 'margin', 'maximum', 'minimum', 'navigatorBorder', 'navigatorStyleSettings', 'periodSelectorSettings', 'query', 'secondaryLabelAlignment', 'series', 'skeleton', 'skeletonType', 'theme', 'tickPosition', 'tooltip', 'useGroupingSeparator', 'value', 'valueType', 'width', 'xName', 'yName', 'beforePrint', 'changed', 'labelRender', 'load', 'loaded', 'resized', 'selectorRender', 'tooltipRender'];
99
export const modelProps: string[] = ['dataSource'];
1010

1111
/**

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.1.66 (2021-06-01)
8+
## 19.1.67 (2021-06-08)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I327457` - The issue with node gradient is not applied while continuously performing the undo and redo functionality issue has been fixed.
12+
- `#330528` - The issue "Connector horizontal Alignment is not rendered properly at initial rendering" has been fixed.
13+
514
## 19.1.66 (2021-06-01)
615

716
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "19.1.65",
3+
"version": "19.1.66",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB25004` - Exported document with table is opened properly in Libre Office.
12+
- `#I325323` - Textbox shape is now rendered properly.
13+
- `#FB24917` - Document is now exporting properly after deleting comment.
14+
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
15+
- `#I327769` - Checkbox is now layout properly.
16+
- `#I326567` - Nested table with preferred width type percent now rendered properly.
17+
- `#I328479` - Resolved script error while deleting merged cells.
18+
519
## 19.1.66 (2021-06-01)
620

721
### Document Editor
822

923
- `#I326144` - Resolved the issue with multi line track changes.
1024
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
11-
- `#I328067` - Resoved the navigation issue in inline form field editing.
25+
- `#I328067` - Resolved the navigation issue in inline form field editing.
1226
- `#F164875`, `#F163714` - Resolved the unsupported textbox border as square border.
1327
- `#I327817` - Resolved the script error in using insert footnote in custom toolbar.
1428
- `#I325320` - Page number is now updated properly.

components/documenteditor/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ej2-vue-documenteditor
22

3-
The Document Editor component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
3+
The [Vue Document Editor](https://www.syncfusion.com/vue-ui-components/vue-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
44

55
![Document Editor](https://ej2.syncfusion.com/products/images/documenteditor/readme.gif)
66

@@ -19,23 +19,23 @@ npm install @syncfusion/ej2-vue-documenteditor
1919

2020
## Resources
2121

22-
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/document-editor/getting-started?utm_source=npm&utm_campaign=documenteditor)
23-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/#/material/document-editor/default.html?utm_source=npm&utm_campaign=documenteditor)
24-
* [Product Page](https://www.syncfusion.com/vue-ui-components/document-editor?utm_source=npm&utm_campaign=documenteditor)
22+
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
23+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/document-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
24+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm/#/material/document-editor/default.html)
2525

2626
## Supported Frameworks
2727

28-
Document Editor component is also offered in following list of frameworks.
28+
Document Editor component is also available in following list of frameworks.
2929

30-
1. [Angular](https://www.syncfusion.com/angular-ui-components/document-editor?utm_source=npm&utm_campaign=documenteditor)
31-
2. [React](https://www.syncfusion.com/react-ui-components/document-editor?utm_source=npm&utm_campaign=documenteditor)
32-
3. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/document-editor?utm_source=npm&utm_campaign=documenteditor)
33-
4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/document-editor?utm_source=npm&utm_campaign=documenteditor)
34-
5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/document-editor?utm_source=npm&utm_campaign=documenteditor)
30+
1. [Angular Document Editor](https://www.syncfusion.com/angular-ui-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
31+
2. [React Document Editor](https://www.syncfusion.com/react-ui-components/react-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
32+
3. [JavaScript Document Editor](https://www.syncfusion.com/javascript-ui-controls/js-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
33+
4. [ASP.NET Core Document Editor](https://www.syncfusion.com/aspnet-core-ui-controls/word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
34+
5. [ASP.NET MVC Document Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/word-processor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
3535

3636
## Key Features
3737

38-
* [**Document Authoring**](https://ej2.syncfusion.com/vue/demos/samples/document-editor/default/index.html?utm_source=npm&utm_campaign=documenteditor#fabric) - Allows to create a document with supported elements and formatting options.
38+
* [**Document Authoring**](https://ej2.syncfusion.com/vue/demos/document-editor/default/index.html?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#fabric) - Allows to create a document with supported elements and formatting options.
3939
* **Supported elements** - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, section, header, and footer.
4040
* **Styles** - Supports character and paragraph styles.
4141
* **Editing** - Supports all the common editing and formatting operations.
@@ -54,17 +54,17 @@ Document Editor component is also offered in following list of frameworks.
5454

5555
Product support is available for through following mediums.
5656

57-
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=documenteditor) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=documenteditor).
58-
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new?utm_source=npm&utm_campaign=documenteditor).
57+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm).
58+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm).
5959
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
6060

6161
## License
6262

63-
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_campaign=documenteditor).
63+
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm).
6464

6565
## Changelog
6666

67-
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_campaign=documenteditor)
67+
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm)
6868

6969

7070
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "19.1.65",
3+
"version": "19.1.66",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/src/document-editor/documenteditor.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export class DocumentEditorComponent extends ComponentBase {
5555
return this.ej2Instances.enableAllModules();
5656
}
5757

58+
public exportAsImage(pageNumber: number, format: Object): Object {
59+
return this.ej2Instances.exportAsImage(pageNumber, format);
60+
}
61+
5862
public exportFormData(): Object[] {
5963
return this.ej2Instances.exportFormData();
6064
}

components/filemanager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.66 (2021-06-01)
5+
## 19.1.67 (2021-06-08)
66

77
### File Manager
88

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "19.1.64",
3+
"version": "19.1.66",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I329898, #I329726, #I330440, #I330494, #I330714, #I330816, #I331022` - Frozen headers not refreshed while refresh the grid in latest chrome is resolved.
12+
- `#I327857` - Script error throws while save grid with edited state in two child grid is fixed.
13+
- `#I329250` - Adaptive view filter function issue has been fixed.
14+
515
## 19.1.66 (2021-06-01)
616

717
### Grid

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "19.1.65",
3+
"version": "19.1.66",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@
3838
"@types/jasmine": "^2.2.29",
3939
"@types/jasmine-ajax": "^3.1.27",
4040
"@types/requirejs": "^2.1.26",
41-
"vue": "2.5.2 - 2.5.21",
41+
"vue": "2.5.2 - 3.0.5",
42+
"vue-class-component": "^8.0.0-rc.1",
43+
"vue-loader-v16": "^16.0.0-beta.5.4",
4244
"rollup": "^0.51.3",
4345
"rollup-plugin-commonjs": "^8.2.6",
4446
"rollup-plugin-node-resolve": "^3.0.0",
4547
"rollup-plugin-sourcemaps": "^0.4.2",
4648
"rollup-plugin-typescript": "^0.8.1",
4749
"rollup-plugin-uglify": "^2.0.1",
50+
"@types/node": "^15.6.0",
4851
"es6-promise": "^3.2.1",
4952
"gulp": "^3.9.1",
5053
"gulp-sass": "^3.1.0",

components/heatmap/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

components/inplaceeditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.66 (2021-06-01)
5+
## 19.1.57 (2021-04-20)
66

77
### In-place Editor
88

components/inplaceeditor/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inplace-editor",
3-
"version": "19.1.54",
3+
"version": "19.1.63",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -36,13 +36,16 @@
3636
"@types/jasmine": "^2.2.29",
3737
"@types/jasmine-ajax": "^3.1.27",
3838
"@types/requirejs": "^2.1.26",
39-
"vue": "2.5.2 - 2.5.21",
39+
"vue": "2.5.2 - 3.0.5",
40+
"vue-class-component": "^8.0.0-rc.1",
41+
"vue-loader-v16": "^16.0.0-beta.5.4",
4042
"rollup": "^0.51.3",
4143
"rollup-plugin-commonjs": "^8.2.6",
4244
"rollup-plugin-node-resolve": "^3.0.0",
4345
"rollup-plugin-sourcemaps": "^0.4.2",
4446
"rollup-plugin-typescript": "^0.8.1",
4547
"rollup-plugin-uglify": "^2.0.1",
48+
"@types/node": "^15.6.0",
4649
"es6-promise": "^3.2.1",
4750
"gulp": "^3.9.1",
4851
"gulp-sass": "^3.1.0",

components/inplaceeditor/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

components/inputs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### MaskedTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I330427` - Issue with "focus event is not triggered in the all masked characters filled textbox while focusing the control" has been resolved.
12+
513
## 19.1.59 (2021-05-04)
614

715
### Range Slider

components/inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "19.1.63",
3+
"version": "19.1.66",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#F165595` - The issue with "Card data changed even when the editing is canceled in the `dialog(card editing)`" has been resolved.
12+
513
## 19.1.66 (2021-06-01)
614

715
### Kanban

components/kanban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "19.1.65",
3+
"version": "19.1.66",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.66 (2021-06-01)
5+
## 19.1.67 (2021-06-08)
66

77
### Common
88

components/maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "19.1.63",
3+
"version": "19.1.66",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Toolbar
8+
9+
#### Bug Fixes
10+
11+
- `#F165830` - An issue with Toolbar template when state of component changed in functional based components has been fixed.
12+
513
## 19.1.66 (2021-06-01)
614

715
### Menu

components/navigations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "19.1.63",
3+
"version": "19.1.66",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)