Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1365,4 +1365,4 @@ The Syncfusion JavaScript UI controls library is the only suite that you will ev
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).
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.
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
The Syncfusion Essential Studio license and copyright applies to this distribution.
The Syncfusion Essential Studio license and copyright applies to this distribution.
9 changes: 9 additions & 0 deletions controls/buttons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ Button controls are also offered to following list of frameworks.
* Expanse Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_campaign=button#/dashboard)
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_campaign=button)

## Resources

* [Documentation](https://ej2.syncfusion.com/documentation/button/getting-started)
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
* [Custom Resource Generator](https://crg.syncfusion.com/)
* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)
* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)
* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)

## Support

Product support is available through following mediums.
Expand Down
17 changes: 7 additions & 10 deletions controls/ej2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@syncfusion/ej2-treemap": "*"
},
"devDependencies": {
"@syncfusion/ej2-staging": "^1.0.1",
"@types/lodash": "4.14.159",
"@types/node": "18.11.11",
"gulp-print": "^5.0.2",
Expand All @@ -66,22 +65,20 @@
"gulp-util": "^3.0.8",
"postcss": "^8.4.14",
"readline-sync": "^1.4.10",
"rollup": "1.32.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript": "1.0.1",
"rollup-plugin-uglify": "6.0.4",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-terser": "^0.4.0",
"sass": "1.51.0",
"serve": "12.0.1",
"stylelint": "^13.13.1",
"stylelint-scss": "^3.18.0",
"table": "^6.8.0",
"tslib": "^1.8.0",
"typescript": "2.3.4",
"tslib": "^2.0.0",
"typescript": "~4.9.0",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3"
},
Expand Down