File tree 3 files changed +20
-3
lines changed
projects/igniteui-angular
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
20
20
- npm run build:style
21
21
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib; fi
22
22
- 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
24
24
25
25
before_deploy :
26
26
- npm run build:migration
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ export class UpdateChanges {
217
217
}
218
218
}
219
219
220
- enum BindingType {
220
+ export enum BindingType {
221
221
output ,
222
222
input
223
223
}
Original file line number Diff line number Diff line change 22
22
" tabs" ,
23
23
" calendar" ,
24
24
" date picker" ,
25
+ " datepicker" ,
25
26
" time picker" ,
27
+ " timepicker" ,
26
28
" dialog" ,
27
29
" navbar" ,
28
30
" navdrawer" ,
32
34
" badge" ,
33
35
" card" ,
34
36
" checkbox" ,
37
+ " switch" ,
35
38
" input" ,
36
39
" bottom nav" ,
37
40
" mask" ,
38
41
" 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"
40
57
],
41
58
"dependencies" : {
42
59
"@types/hammerjs" : " ^2.0.35" ,
You can’t perform that action at this time.
0 commit comments