Skip to content

Commit 132c1a9

Browse files
authored
Merge pull request #33 from Saranya13/master
feature(EJ2-18009): move gitlab source to github repo for ej2
2 parents 5140b1f + 6b0f20b commit 132c1a9

File tree

5,356 files changed

+1778271
-67
lines changed

Some content is hidden

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

5,356 files changed

+1778271
-67
lines changed

license renamed to LICENSE

File renamed without changes.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ A free community license (https://www.syncfusion.com/products/communitylicense)
163163

164164
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
165165
The Syncfusion Essential Studio license and copyright applies to this distribution.
166+

package.json

-67
This file was deleted.

src/base/CHANGELOG.md

+205
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
### Common
6+
7+
#### New Features
8+
9+
- Upgraded TypeScript version to 3.0
10+
11+
## 16.3.24 (2018-10-09)
12+
13+
### Common
14+
15+
#### Bug Fixes
16+
17+
- Fixed wrong handler removed from observer on subscribing more than one handler for a property.
18+
19+
## 16.3.21 (2018-09-22)
20+
21+
### Common
22+
23+
#### Breaking Changes
24+
25+
- The individual `npm` package will no longer bundle dependent component's style and global `javascript` source. The online web tool [`CRG`](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component global script and styles.
26+
27+
## 16.3.17 (2018-09-12)
28+
29+
### Common
30+
31+
#### Breaking Changes
32+
33+
- The individual `npm` package will no longer bundle dependent component's style and global `javascript` source. The online web tool [`CRG`](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component global script and styles.
34+
35+
## 16.2.47 (2018-08-07)
36+
37+
### Common
38+
39+
#### Bug Fixes
40+
41+
- Fixed the First Day of week default index value to 0.
42+
43+
## 16.2.41 (2018-06-25)
44+
45+
### Common
46+
47+
#### New Features
48+
49+
- Provided support for First Day of the Week in Internationalization Library.
50+
51+
#### Bug Fixes
52+
53+
- Fixed the compilation issue in Angular Universal.
54+
- Fixed object typing issue for typescript version 2.8.0.
55+
56+
#### New Features
57+
58+
- Provided public function [`getComponent`] for getting an instance of current component.
59+
- Provided `N\A support` for an internationalization.
60+
61+
## 16.1.38 (2018-05-02)
62+
63+
### Common
64+
65+
#### Bug Fixes
66+
67+
- Fixed the date parser validation issue for invalid date input.
68+
- Fixed the memory leak issue in the `setImmediate` method.
69+
70+
## 16.1.37 (2018-04-24)
71+
72+
### Common
73+
74+
#### Bug Fixes
75+
76+
- Fixed angular base performance issue.
77+
78+
## 16.1.35 (2018-04-17)
79+
80+
### Common
81+
82+
#### New Features
83+
84+
- **Template**-Provided `elseif` conditional statement for template rendering.
85+
86+
### Common
87+
88+
#### Bug Fixes
89+
90+
- Fixed the static currency format returned issue on `getNumberPattern` method.
91+
92+
## 16.1.33 (2018-04-03)
93+
94+
### Common
95+
96+
#### Bug Fixes
97+
98+
- Fixed Date Time Parser parsing issue on British Time Zone
99+
100+
## 16.1.32 (2018-03-29)
101+
102+
### Common
103+
104+
#### Bug Fixes
105+
106+
- Fixed C# number formatting issue.
107+
108+
#### New Features
109+
110+
- Generating page based unique id for components.
111+
112+
## 16.1.30 (2018-03-20)
113+
114+
### Common
115+
116+
#### Bug Fixes
117+
118+
- Fixed content security policy issue.
119+
120+
## 16.1.29 (2018-03-13)
121+
122+
### Common
123+
124+
#### Bug Fixes
125+
126+
- Fixed `rtl` issue in styles.
127+
128+
## 16.1.28 (2018-03-09)
129+
130+
### Common
131+
132+
#### Bug Fixes
133+
134+
- Fixed `statePersistence` issue in destroyed control destroy.
135+
136+
## 16.1.24 (2018-02-22)
137+
138+
### Common
139+
140+
#### New Features
141+
142+
- Essential JS 2 is now officially released and production ready.
143+
- Angular Universal support added
144+
- New High Contrast theme added
145+
- A web based tool for Custom Resource Generator is released for JavaScript (ES5) users
146+
147+
#### Breaking Changes
148+
149+
- Tag prefix for Angular components is changed from `ej` to `ejs`. For example, `ej-grid` is changed to `ejs-grid`.
150+
- **Touch**: Removed `doubleTap` event and added `tapCount` argument in tap event.
151+
152+
## 15.4.23-preview (2017-12-27)
153+
154+
### Common
155+
156+
#### New Features
157+
158+
- Added typing file for ES5 global scripts (`dist/global/index.d.ts`)
159+
160+
#### Breaking Changes
161+
162+
- Modified the module bundle file name for ES6 bundling
163+
164+
#### Bug Fixes
165+
166+
- Fixed Chinese culture time parsing issue in Date parser
167+
168+
## 15.4.21-preview (2017-12-08)
169+
170+
### Common
171+
172+
#### Bug Fixes
173+
174+
- Fixed enable persistence issue in angular
175+
176+
## 15.4.20-preview (2017-12-01)
177+
178+
### Common
179+
180+
#### New Features
181+
182+
- Upgraded TypeScript version to 2.6.2
183+
184+
## 15.4.19-preview (2017-11-23)
185+
186+
### Common
187+
188+
#### Bug Fixes
189+
190+
- Fixed script error for invalid culture input in L10 library.
191+
192+
## 15.4.17-preview (2017-11-13)
193+
194+
### Common
195+
196+
Base library has the following list of libraries which are commonly used by all Essential JS 2 components
197+
198+
- Internationalization
199+
- Localization
200+
- Animation
201+
- Drag and Drop
202+
- Touch
203+
- Keyboard
204+
- Ripple Effect
205+
- State Persistence

src/base/README.md

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
[![coverage](http://ej2.syncfusion.com/badges/ej2-base/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-base)
2+
3+
# ej2-base
4+
5+
A common package of Essential JS 2 which contains base libraries, methods and class definitions.
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 `ej2-base`, use the following command
14+
15+
```sh
16+
npm install @syncfusion/ej2-base
17+
```
18+
19+
## Resources
20+
21+
* [Getting Started](https://ej2.syncfusion.com/documentation/getting-started?utm_source=npm&utm_campaign=ej2-base)
22+
* [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=ej2-base)
23+
* [Product Page](https://www.syncfusion.com/products/javascript?utm_source=npm&utm_campaign=ej2-base)
24+
25+
## Framework highlights
26+
27+
### Lightweight and user friendly
28+
29+
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.
30+
31+
### Modular architecture
32+
33+
All components have been built as modules to enable selective referencing, so only the components and features you need are included in your application.
34+
35+
### Built for performance
36+
37+
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.
38+
39+
### Responsive and touch friendly
40+
41+
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.
42+
43+
### Stunning built-in themes
44+
45+
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.
46+
47+
### Globalization simplified
48+
49+
Easily build applications to be used by a global audience in various language and culture settings.
50+
51+
### Stay current
52+
53+
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.
54+
55+
## Supported Frameworks
56+
57+
The Essential JS 2 is also offered in following list of frameworks.
58+
59+
* [Angular](https://www.syncfusion.com/products/angular?utm_source=npm&utm_campaign=ej2-base)
60+
* [React](https://www.syncfusion.com/products/react?utm_source=npm&utm_campaign=ej2-base)
61+
* [Vue.js](https://www.syncfusion.com/products/vue?utm_source=npm&utm_campaign=ej2-base)
62+
* [ASP.NET Core](https://www.syncfusion.com/products/aspnetcore?utm_source=npm&utm_campaign=ej2-base)
63+
* [ASP.NET MVC](https://www.syncfusion.com/products/aspnetmvc?utm_source=npm&utm_campaign=ej2-base)
64+
65+
## Showcase Applications
66+
67+
* [Diagram Builder](https://ej2.syncfusion.com/showcase/angular/diagrambuilder?utm_source=npm&utm_campaign=ej2-base)
68+
* [Expense Tracker](https://ej2.syncfusion.com/showcase/typescript/expensetracker?utm_source=npm&utm_campaign=ej2-base)
69+
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-base)
70+
* [Loan Calculator](https://ej2.syncfusion.com/showcase/typescript/loancalculator?utm_source=npm&utm_campaign=ej2-base)
71+
* [Stock Chart](https://ej2.syncfusion.com/showcase/angular/stockchart?utm_source=npm&utm_campaign=ej2-base)
72+
* [Story Estimator](https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/)
73+
* [Web Mail](https://ej2.syncfusion.com/showcase/typescript/webmail?utm_source=npm&utm_campaign=ej2-base)
74+
75+
## Key Features
76+
77+
* Ajax
78+
* Animation
79+
* Drag and Drop
80+
* Internationalization
81+
* Localization
82+
* Template Engine
83+
* Right to Left
84+
* State Persistence
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=ej2-base) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=ej2-base).
91+
* New [GitHub issue](https://github.com/syncfusion/ej2-base/issues/new).
92+
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
93+
94+
## License
95+
96+
Check the license detail [here](https://github.com/syncfusion/ej2-base/blob/master/license).
97+
98+
## Changelog
99+
100+
Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes?utm_source=npm&utm_campaign=ej2-base)
101+
102+
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
103+
The Syncfusion Essential Studio license and copyright applies to this distribution.

src/base/dist/ej2-base.umd.min.js

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

src/base/dist/ej2-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)