File tree 6 files changed +20
-16
lines changed 6 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
- Angular 13 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
1
+ Angular 14 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
2
2
assumes that you are building an Angular app with TypeScript. Angular CLI makes it even easier but isn't required.
3
3
4
4
[ ![ CircleCI] ( https://circleci.com/gh/mseemann/angular2-mdl/tree/master.svg?style=shield )] ( https://circleci.com/gh/mseemann/angular2-mdl/tree/master )
@@ -16,7 +16,7 @@ assumes that you are building an Angular app with TypeScript. Angular CLI makes
16
16
by [ AndreaM16] ( https://github.com/AndreaM16 ) : [ Demo-App] ( https://angular-mdl-dashboard.herokuapp.com/#/home )
17
17
, [ Sources] ( https://github.com/AndreaM16/angular-mdl-dashboard ) .
18
18
19
- ### Status of the npm package version 13 (mdl version 1.3.0; angular 13 )
19
+ ### Status of the npm package version 14 (mdl version 1.3.0; angular 14 )
20
20
21
21
- Badges
22
22
- Buttons
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-mdl" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " Angular 2-13 components, directives and styles based on material design lite https://getmdl.io." ,
4
+ "description" : " Angular 2-14 components, directives and styles based on material design lite https://getmdl.io." ,
5
5
"keywords" : [],
6
6
"homepage" : " http://mseemann.io/angular2-mdl/" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-mdl/core" ,
3
- "version" : " 13 .0.0" ,
3
+ "version" : " 14 .0.0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Angular components, directives and styles based on material design lite https://getmdl.io." ,
6
6
"homepage" : " http://mseemann.io/angular2-mdl/" ,
10
10
"directory" : " projects/core"
11
11
},
12
12
"keywords" : [
13
- " angular 2 4 5 6 7 8 9 10 11 12 13" ,
13
+ " angular 2 4 5 6 7 8 9 10 11 12 13 14 " ,
14
14
" angular2" ,
15
15
" angular4" ,
16
16
" angular5" ,
22
22
" angular11" ,
23
23
" angular12" ,
24
24
" angular13" ,
25
+ " angular14" ,
25
26
" angular" ,
26
27
" material" ,
27
28
" material design" ,
41
42
" toggle"
42
43
],
43
44
"peerDependencies" : {
44
- "@angular/core" : " >=13.0.0 < 14.0.0" ,
45
- "@angular/common" : " >=13 .0.0 <14 .0.0" ,
46
- "@angular/forms" : " >=13 .0.0 <14 .0.0"
45
+ "@angular/core" : " >=14.0.0" ,
46
+ "@angular/common" : " >=14 .0.0 <15 .0.0" ,
47
+ "@angular/forms" : " >=14 .0.0 <15 .0.0"
47
48
},
48
49
"dependencies" : {
49
50
"tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-mdl/datepicker" ,
3
- "version" : " 13 .0.0" ,
3
+ "version" : " 14 .0.0" ,
4
4
"description" : " Angular Material Design Lite - Date Picker Component" ,
5
5
"repository" : {
6
6
"type" : " git" ,
14
14
" angular11" ,
15
15
" angular12" ,
16
16
" angular13" ,
17
+ " angular14" ,
17
18
" angular" ,
18
19
" material design lite" ,
19
20
" datepicker"
24
25
},
25
26
"homepage" : " https://github.com/mseemann/angular2-mdl/tree/master/src/projects/datepicker" ,
26
27
"peerDependencies" : {
27
- "@angular/common" : " >=13 .0.0 <14 .0.0" ,
28
- "@angular/core" : " >=13 .0.0 <14 .0.0" ,
28
+ "@angular/common" : " >=14 .0.0 <15 .0.0" ,
29
+ "@angular/core" : " >=14 .0.0 <15 .0.0" ,
29
30
"@angular-mdl/core" : " >=14.0.0" ,
30
31
"moment" : " ^2.18.1"
31
32
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-mdl/expansion-panel" ,
3
- "version" : " 13 .0.0" ,
3
+ "version" : " 14 .0.0" ,
4
4
"description" : " Angular Material Design Lite - Extension Panel Component" ,
5
5
"repository" : {
6
6
"type" : " git" ,
14
14
" angular11" ,
15
15
" angular12" ,
16
16
" angular13" ,
17
+ " angular14" ,
17
18
" angular" ,
18
19
" material design lite" ,
19
20
" expansion panel"
24
25
},
25
26
"homepage" : " https://github.com/mseemann/angular2-mdl/tree/master/src/projects/expansion-panel" ,
26
27
"peerDependencies" : {
27
- "@angular-mdl/core" : " >=13 .0.0"
28
+ "@angular-mdl/core" : " >=14 .0.0"
28
29
},
29
30
"dependencies" : {
30
31
"tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-mdl/select" ,
3
- "version" : " 13 .0.0" ,
3
+ "version" : " 14 .0.0" ,
4
4
"description" : " Angular Material Design Lite - Select Component" ,
5
5
"repository" : {
6
6
"type" : " git" ,
14
14
" angular11" ,
15
15
" angular12" ,
16
16
" angular13" ,
17
+ " angular14" ,
17
18
" angular" ,
18
19
" material design lite" ,
19
20
" select"
24
25
},
25
26
"homepage" : " https://github.com/mseemann/angular2-mdl/tree/master/src/projects/select" ,
26
27
"peerDependencies" : {
27
- "@angular-mdl/core" : " >=13 .0.0" ,
28
- "@angular-mdl/popover" : " >=13 .0.0"
28
+ "@angular-mdl/core" : " >=14 .0.0" ,
29
+ "@angular-mdl/popover" : " >=14 .0.0"
29
30
},
30
31
"dependencies" : {
31
32
"tslib" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments