File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
projects/igniteui-angular Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
2020- npm run build:style
2121- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib; fi
2222- if [ -z "${TRAVIS_TAG}" ]; then npm run test:migration; fi
23- - if [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
23+ - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
2424
2525before_deploy :
2626- npm run build:migration
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ export class UpdateChanges {
217217 }
218218}
219219
220- enum BindingType {
220+ export enum BindingType {
221221 output ,
222222 input
223223}
Original file line number Diff line number Diff line change 2222 " tabs" ,
2323 " calendar" ,
2424 " date picker" ,
25+ " datepicker" ,
2526 " time picker" ,
27+ " timepicker" ,
2628 " dialog" ,
2729 " navbar" ,
2830 " navdrawer" ,
3234 " badge" ,
3335 " card" ,
3436 " checkbox" ,
37+ " switch" ,
3538 " input" ,
3639 " bottom nav" ,
3740 " mask" ,
3841 " button" ,
39- " drag drop"
42+ " radio" ,
43+ " drag drop" ,
44+ " drag" ,
45+ " drop" ,
46+ " chips" ,
47+ " chip" ,
48+ " icon" ,
49+ " progress bar" ,
50+ " circular progress" ,
51+ " linear progress" ,
52+ " slider" ,
53+ " toast" ,
54+ " snackbar" ,
55+ " excel export" ,
56+ " csv export"
4057 ],
4158 "dependencies" : {
4259 "@types/hammerjs" : " ^2.0.35" ,
You can’t perform that action at this time.
0 commit comments