Skip to content

Commit 7969a7f

Browse files
committed
feature(EJ2-18009): move gitlab to github repo in vue
1 parent 225163a commit 7969a7f

File tree

736 files changed

+34082
-1
lines changed

Some content is hidden

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

736 files changed

+34082
-1
lines changed

LICENSE

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
3+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
4+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
5+
The Syncfusion license that contains the terms and conditions can be found at
6+
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# ej2-vue-ui-components
1+
Repository for vue github-source

src/buttons/CHANGELOG.md

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## 16.2.49 (2018-08-21)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Provided renderer support.
12+
13+
## 16.2.41 (2018-06-25)
14+
15+
### Button
16+
17+
#### Breaking Changes
18+
19+
- Default color changed for the flat button.
20+
21+
undefinedButton is a graphical user interface element that triggers an event on its click action.
22+
23+
24+
- **Types** - Provided with different types of Button.
25+
- **Predefined Styles** - Provided with predefined styles of Button.
26+
- **Sizes** - Provided with different sizes of Button.
27+
- **Icons** - Supports text and icon on the Button.
28+
29+
### RadioButton
30+
31+
#### Bug Fixes
32+
33+
- Wrapped text of a RadioButton label overlaps with next RadioButton label issue fixed.
34+
35+
undefinedRadioButton is a graphical user interface element that allows to select one option from the choices.
36+
37+
38+
- **States** - Provided with different states of RadioButton.
39+
- **Label** - Supports label and its positioning.
40+
- **Sizes** - Provided with different sizes of RadioButton.
41+
42+
### Switch
43+
44+
Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.
45+
46+
47+
- **Text** - Supports text.
48+
- **Sizes** - Provided with different sizes of Switch.
49+
50+
Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.
51+
52+
53+
- **Text** - Supports text.
54+
- **Sizes** - Provided with different sizes of Switch.
55+
56+
57+
### CheckBox
58+
59+
CheckBox is a graphical user interface element that allows to select one or more options from the choices.
60+
61+
62+
- **States** - Provided with different states of CheckBox.
63+
- **Label** - Supports label and its positioning.
64+
- **Sizes** - Provided with different sizes of CheckBox.
65+
66+
## 16.1.28 (2018-03-09)
67+
68+
### CheckBox
69+
70+
#### Bug Fixes
71+
72+
- Style compatibility issue fixed.
73+
74+
## 16.1.24 (2018-02-22)
75+
76+
### Common
77+
78+
#### Breaking Changes
79+
80+
Pascal casing changes in Button Component.
81+
82+
83+
| Enum Name | Old Property Value | New Property Value |
84+
|: ---------:| ---------:| ---------:|
85+
| `IconPosition` | left | Left |
86+
| `IconPosition` | right | Right |
87+
88+
Pascal casing changes in CheckBox Component.
89+
90+
91+
| Enum Name | Old Property Value | New Property Value |
92+
|: ---------:| ---------:| ---------:|
93+
| `LabelPosition` | after | After |
94+
| `LabelPosition` | before | Before |
95+
96+
Pascal casing changes in RadioButton Component.
97+
98+
99+
| Enum Name | Old Property Value | New Property Value |
100+
|: ---------:| ---------:| ---------:|
101+
| `RadioLabelPosition` | after | After |
102+
| `RadioLabelPosition` | before | Before |
103+
104+
## 15.4.30-preview (2018-02-14)
105+
106+
### CheckBox
107+
108+
#### Bug Fixes
109+
110+
- Label text responsive issue fixed.
111+
112+
## 15.4.27-preview (2018-01-30)
113+
114+
### CheckBox
115+
116+
#### Bug Fixes
117+
118+
- Wrapped text overlaps frame icon issue fixed.
119+
120+
## 15.4.26-preview (2018-01-23)
121+
122+
### CheckBox
123+
124+
#### Bug Fixes
125+
126+
- Theme compatibility issue resolved for CSS components.
127+
128+
## 15.4.23-preview (2017-12-27)
129+
130+
### Common
131+
132+
#### New Features
133+
134+
- Added typing file for ES5 global scripts (dist/global/index.d.ts).
135+
136+
#### Breaking Changes
137+
138+
- Modified the module bundle file name for ES6 bundling.
139+
140+
## 15.4.22-preview (2017-12-14)
141+
142+
### RadioButton
143+
144+
#### Bug Fixes
145+
146+
- RadioButton not working properly with ngModel issue fixed.
147+
148+
## 15.4.21-preview (2017-12-08)
149+
150+
### RadioButton
151+
152+
#### Bug Fixes
153+
154+
- Custom material theme issue fixed.
155+
156+
## 15.4.20-preview (2017-12-01)
157+
158+
### Common
159+
160+
#### New Features
161+
162+
- Upgraded TypeScript version to 2.6.2
163+
164+
## 15.4.17-preview (2017-11-13)
165+
166+
### Button
167+
168+
Button is a graphical user interface element that triggers an event on its click action.
169+
170+
171+
- **Types** - Provided with different types of Button.
172+
- **Predefined Styles** - Provided with predefined styles of Button.
173+
- **Sizes** - Provided with different sizes of Button.
174+
- **Icons** - Supports text and icon on the Button.
175+
176+
### CheckBox
177+
178+
CheckBox is a graphical user interface element that allows to select one or more options from the choices.
179+
180+
181+
- **States** - Provided with different states of CheckBox.
182+
- **Label** - Supports label and its positioning.
183+
- **Sizes** - Provided with different sizes of CheckBox.
184+
185+
### RadioButton
186+
187+
RadioButton is a graphical user interface element that allows to select one option from the choices.
188+
189+
190+
- **States** - Provided with different states of RadioButton.
191+
- **Label** - Supports label and its positioning.
192+
- **Sizes** - Provided with different sizes of RadioButton.
193+
194+

src/buttons/ReadMe.md

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
# ej2-vue-buttons
2+
3+
A package of Essential JS 2 Button, CheckBox, RadioButton and Switch components.
4+
5+
![Button](https://ej2.syncfusion.com/products/images/button/readme.gif)
6+
7+
> 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).
8+
9+
> 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.
10+
11+
## Setup
12+
13+
To install `Button` and its dependent packages, use the following command
14+
15+
```sh
16+
npm install @syncfusion/ej2-vue-buttons
17+
```
18+
19+
## Components included
20+
21+
Following list of components are available in the package.
22+
23+
* Button - `Button` is a graphical user interface element that triggers an event on its click action.
24+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/button/getting-started.html?utm_source=npm&utm_campaign=button)
25+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=button#/material/button/default.html)
26+
* [Product Page](https://www.syncfusion.com/products/vue/button)
27+
28+
* CheckBox - `CheckBox` is a graphical user interface element that allows to select one or more options from the choices.
29+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/check-box/getting-started.html?utm_source=npm&utm_campaign=check-box)
30+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=check-box#/material/button/check-box.html)
31+
* [Product Page](https://www.syncfusion.com/products/vue/checkbox)
32+
33+
* RadioButton - `RadioButton` is a graphical user interface element that allows to select one option from the choices.
34+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/radio-button/getting-started.html?utm_source=npm&utm_campaign=radio-button)
35+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=radio-button#/material/button/radio-button.html)
36+
* [Product Page](https://www.syncfusion.com/products/vue/radio-button)
37+
38+
* Switch - `Switch` is a graphical user interface element that allows you to toggle between checked and unchecked states.
39+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/switch/getting-started.html?utm_source=npm&utm_campaign=switch)
40+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=switch#/material/button/switch.html)
41+
* [Product Page](https://www.syncfusion.com/products/vue/switch)
42+
43+
## Supported Frameworks
44+
45+
These components are available in following list of frameworks.
46+
47+
1. [Angular](https://github.com/syncfusion/ej2-ng-buttons?utm_source=npm&utm_campaign=button)
48+
2. [React](https://github.com/syncfusion/ej2-react-buttons?utm_source=npm&utm_campaign=button)
49+
3. [JavaScript (ES5)](https://www.syncfusion.com/products/javascript)
50+
4. [ASP.NET Core](https://www.syncfusion.com/products/aspnetcore)
51+
5. [ASP.NET MVC](https://www.syncfusion.com/products/aspnetmvc)
52+
53+
## Key Features
54+
55+
### Button
56+
57+
* [**Types**](https://ej2.syncfusion.com/vue/documentation/button/types-and-styles.html#button-types) - Provided with different types of Button.
58+
59+
* [**Predefined Styles**](https://ej2.syncfusion.com/vue/documentation/button/types-and-styles.html#button-styles) - Provided with predefined styles of Button.
60+
61+
* [**Sizes**](https://ej2.syncfusion.com/vue/documentation/button/types-and-styles.html#button-size) - Provided with different sizes of Button.
62+
63+
* [**Icons**](https://ej2.syncfusion.com/vue/documentation/button/types-and-styles.html#icons) - Supports text and icon on the Button.
64+
65+
### CheckBox
66+
67+
* [**States**](https://ej2.syncfusion.com/vue/documentation/check-box/getting-started.html#change-the-checkbox-state) - Provided with different states of CheckBox.
68+
69+
* [**Label**](https://ej2.syncfusion.com/vue/documentation/check-box/label-and-size.html#label) - Supports label and its positioning.
70+
71+
* [**Sizes**](https://ej2.syncfusion.com/vue/documentation/check-box/label-and-size.html#size) - Provided with different sizes of CheckBox.
72+
73+
### RadioButton
74+
75+
* [**States**](https://ej2.syncfusion.com/vue/documentation/radio-button/getting-started.html#change-the-radiobutton-state) - Provided with different states of RadioButton.
76+
77+
* [**Label**](https://ej2.syncfusion.com/vue/documentation/radio-button/label-and-size.html#label) - Supports label and its positioning.
78+
79+
* [**Sizes**](https://ej2.syncfusion.com/vue/documentation/radio-button/label-and-size.html#size) - Provided with different sizes of RadioButton.
80+
81+
### Switch
82+
83+
* [**Text**](https://ej2.syncfusion.com/vue/documentation/switch/getting-started.html#set-text-on-switch) - Supports text.
84+
* [**Sizes**](https://ej2.syncfusion.com/vue/documentation/switch/how-to.html#change-size) - Provided with different sizes of Switch.
85+
86+
## Support
87+
88+
Product support is available for through following mediums.
89+
90+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=button) support system or [Community forum](https://www.syncfusion.com/forums?utm_source=npm&utm_campaign=button).
91+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-buttons/issues/new).
92+
* Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=button) with tag `syncfusion`, `ej2`.
93+
94+
## License
95+
96+
Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license).
97+
98+
## Changelog
99+
100+
Check the changelog [here](https://github.com/syncfusion/ej2-vue-buttons/blob/master/CHANGELOG.md)
101+
102+
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

src/buttons/dist/ej2-vue-buttons.umd.min.js

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

src/buttons/dist/ej2-vue-buttons.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)