Skip to content

Commit e5897cc

Browse files
author
pipeline
committed
v16.3.32 is released
1 parent a65fcd4 commit e5897cc

File tree

201 files changed

+2766
-745
lines changed

Some content is hidden

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

201 files changed

+2766
-745
lines changed

README.md

+1-76
Original file line numberDiff line numberDiff line change
@@ -1,76 +1 @@
1-
# Syncfusion Vue UI Components Library (Essential JS 2)
2-
3-
Syncfusion Vue UI Components library has been built from the ground up to be lightweight, responsive, modular and touch friendly. It offers 50+ UI components that every applications will ever need.
4-
5-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
6-
>
7-
> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
8-
9-
## Resources
10-
11-
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/getting-started/vue-cli?utm_source=npm&utm_campaign=ej2-vue-ui-components)
12-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos?utm_source=npm&utm_campaign=ej2-vue-ui-components)
13-
* [Product Page](https://www.syncfusion.com/vue-ui-components?utm_source=npm&utm_campaign=ej2-vue-ui-components)
14-
15-
## Framework highlights
16-
17-
### Lightweight and user friendly
18-
19-
The entire Essential JS 2 framework is built from scratch to be lightweight and modular. Its footprint can be reduced further by including only the specific components and features your application requires.
20-
21-
### Modular architecture
22-
23-
All components have been built as modules to enable selective referencing, so only the components and features you need are included in your application.
24-
25-
### Built for performance
26-
27-
Performance is critical for delivering a good user experience. We ensure that all our components are designed and built to achieve the best performance possible.
28-
29-
### Responsive and touch friendly
30-
31-
All Essential JS 2 controls are touch friendly and render adaptively based on the device they are on to provide optimal usage experience on phones, tablets and desktops.
32-
33-
### Stunning built-in themes
34-
35-
Pixel-perfect built-in themes are available in material, bootstrap and fabric design. In addition, it comes with Accessible high-contrast theme and an online tool "[Theme Studio](https://ej2.syncfusion.com/themestudio/)" to customize the provided built-in themes.
36-
37-
### Globalization simplified
38-
39-
Easily build applications to be used by a global audience in various language and culture settings.
40-
41-
### Stay current
42-
43-
With our commitment to at least four major updates per year, you receive the most up-to-date functionality and new components in addition to monthly service packs and bug fixes. Custom patches are available as needed.
44-
45-
## Supported Frameworks
46-
47-
The Essential JS 2 is also offered in following list of frameworks.
48-
49-
* [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
50-
* [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_campaign=ej2-vue-ui-components)
51-
* [React](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_campaign=ej2-vue-ui-components)
52-
* [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
53-
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
54-
55-
## Showcase Applications
56-
57-
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-vue-ui-components)
58-
59-
## Support
60-
61-
Product support is available for through following mediums.
62-
63-
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-vue-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=ej2-vue-ui-components).
64-
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/issues/new).
65-
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
66-
67-
## License
68-
69-
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/LICENSE).
70-
71-
## Changelog
72-
73-
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-ui-components)
74-
75-
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
76-
The Syncfusion Essential Studio license and copyright applies to this distribution.
1+
Repository for vue github-source

components/base/CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## 16.3.31 (2018-11-07)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed the comptability issues in the child directive elements on using with vuestic admin app.
12+
13+
## 16.3.25 (2018-10-15)
14+
15+
### Common
16+
17+
#### Bug Fixes
18+
19+
- Fixed the child directives property value not updated while specifying property name in kebab-case.
20+
21+
## 16.3.21 (2018-09-22)
22+
23+
### Common
24+
25+
#### Breaking Changes
26+
27+
- The individual npm package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles.
28+
29+
## 16.3.17 (2018-09-12)
30+
31+
### Common
32+
33+
Base library provide options to enable following Vue functionalities in Essential JS 2 components.
34+
35+
- Model Binding
36+
- Dependency Injection
37+
- Vue Templating
38+
39+
#### Breaking Changes
40+
41+
- The individual npm package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles.
42+
43+

components/base/README.md

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# ej2-vue-base
2+
3+
A common package of Syncfusion Vue UI Components (Essential JS 2) which contains base libraries, methods and class definitions.
4+
5+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
6+
>
7+
> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
8+
9+
## Setup
10+
11+
To install `ej2-vue-base` and its dependent packages, use the following command
12+
13+
```sh
14+
npm install @syncfusion/ej2-vue-base
15+
```
16+
17+
## Resources
18+
19+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/getting-started/vue-cli?utm_source=npm&utm_campaign=ej2-vue-base)
20+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos?utm_source=npm&utm_campaign=ej2-vue-base)
21+
* [Product Page](https://www.syncfusion.com/vue-ui-components?utm_source=npm&utm_campaign=ej2-vue-base)
22+
23+
## Framework highlights
24+
25+
### Lightweight and user friendly
26+
27+
The entire Essential JS 2 framework is built from scratch to be lightweight and modular. Its footprint can be reduced further by including only the specific components and features your application requires.
28+
29+
### Modular architecture
30+
31+
All components have been built as modules to enable selective referencing, so only the components and features you need are included in your application.
32+
33+
### Built for performance
34+
35+
Performance is critical for delivering a good user experience. We ensure that all our components are designed and built to achieve the best performance possible.
36+
37+
### Responsive and touch friendly
38+
39+
All Essential JS 2 controls are touch friendly and render adaptively based on the device they are on to provide optimal usage experience on phones, tablets and desktops.
40+
41+
### Stunning built-in themes
42+
43+
Pixel-perfect built-in themes are available in material, bootstrap and fabric design. In addition, it comes with Accessible high-contrast theme and an online tool "[Theme Studio](https://ej2.syncfusion.com/themestudio/)" to customize the provided built-in themes.
44+
45+
### Globalization simplified
46+
47+
Easily build applications to be used by a global audience in various language and culture settings.
48+
49+
### Stay current
50+
51+
With our commitment to at least four major updates per year, you receive the most up-to-date functionality and new components in addition to monthly service packs and bug fixes. Custom patches are available as needed.
52+
53+
## Supported Frameworks
54+
55+
The Essential JS 2 is also offered in following list of frameworks.
56+
57+
* [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_campaign=ej2-vue-base)
58+
* [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_campaign=ej2-vue-base)
59+
* [React](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_campaign=ej2-vue-base)
60+
* [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_campaign=ej2-vue-base)
61+
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-vue-base)
62+
63+
## Showcase Applications
64+
65+
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-vue-base)
66+
67+
## Support
68+
69+
Product support is available for through following mediums.
70+
71+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-vue-base) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=ej2-vue-base).
72+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
73+
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
74+
75+
## License
76+
77+
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
78+
79+
## Changelog
80+
81+
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-base)
82+
83+
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
84+
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/base/dist/ej2-vue-base.umd.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/ej2-vue-base.umd.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)