@syncfusion/ej2-base 19.4.42 → 19.4.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +5 -0
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +5 -0
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +52 -7
- package/src/component.d.ts +1 -0
- package/src/component.js +5 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -91,11 +91,11 @@ Product support is available for through following mediums.
|
|
|
91
91
|
|
|
92
92
|
## License
|
|
93
93
|
|
|
94
|
-
Check the license detail [here](https://github.com/syncfusion/ej2-
|
|
94
|
+
Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license).
|
|
95
95
|
|
|
96
96
|
## Changelog
|
|
97
97
|
|
|
98
|
-
Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes?utm_source=npm&utm_campaign=ej2-base)
|
|
98
|
+
Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes/index?utm_source=npm&utm_campaign=ej2-base)
|
|
99
99
|
|
|
100
100
|
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
|
|
101
101
|
The Syncfusion Essential Studio license and copyright applies to this distribution.
|