File tree Expand file tree Collapse file tree 6 files changed +20
-16
lines changed Expand file tree Collapse file tree 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
22assumes that you are building an Angular app with TypeScript. Angular CLI makes it even easier but isn't required.
33
44[ ![ 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
1616 by [ AndreaM16] ( https://github.com/AndreaM16 ) : [ Demo-App] ( https://angular-mdl-dashboard.herokuapp.com/#/home )
1717 , [ Sources] ( https://github.com/AndreaM16/angular-mdl-dashboard ) .
1818
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 )
2020
2121- Badges
2222- Buttons
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-mdl" ,
33 "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." ,
55 "keywords" : [],
66 "homepage" : " http://mseemann.io/angular2-mdl/" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-mdl/core" ,
3- "version" : " 13 .0.0" ,
3+ "version" : " 14 .0.0" ,
44 "license" : " MIT" ,
55 "description" : " Angular components, directives and styles based on material design lite https://getmdl.io." ,
66 "homepage" : " http://mseemann.io/angular2-mdl/" ,
1010 "directory" : " projects/core"
1111 },
1212 "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 " ,
1414 " angular2" ,
1515 " angular4" ,
1616 " angular5" ,
2222 " angular11" ,
2323 " angular12" ,
2424 " angular13" ,
25+ " angular14" ,
2526 " angular" ,
2627 " material" ,
2728 " material design" ,
4142 " toggle"
4243 ],
4344 "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"
4748 },
4849 "dependencies" : {
4950 "tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-mdl/datepicker" ,
3- "version" : " 13 .0.0" ,
3+ "version" : " 14 .0.0" ,
44 "description" : " Angular Material Design Lite - Date Picker Component" ,
55 "repository" : {
66 "type" : " git" ,
1414 " angular11" ,
1515 " angular12" ,
1616 " angular13" ,
17+ " angular14" ,
1718 " angular" ,
1819 " material design lite" ,
1920 " datepicker"
2425 },
2526 "homepage" : " https://github.com/mseemann/angular2-mdl/tree/master/src/projects/datepicker" ,
2627 "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" ,
2930 "@angular-mdl/core" : " >=14.0.0" ,
3031 "moment" : " ^2.18.1"
3132 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-mdl/expansion-panel" ,
3- "version" : " 13 .0.0" ,
3+ "version" : " 14 .0.0" ,
44 "description" : " Angular Material Design Lite - Extension Panel Component" ,
55 "repository" : {
66 "type" : " git" ,
1414 " angular11" ,
1515 " angular12" ,
1616 " angular13" ,
17+ " angular14" ,
1718 " angular" ,
1819 " material design lite" ,
1920 " expansion panel"
2425 },
2526 "homepage" : " https://github.com/mseemann/angular2-mdl/tree/master/src/projects/expansion-panel" ,
2627 "peerDependencies" : {
27- "@angular-mdl/core" : " >=13 .0.0"
28+ "@angular-mdl/core" : " >=14 .0.0"
2829 },
2930 "dependencies" : {
3031 "tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-mdl/select" ,
3- "version" : " 13 .0.0" ,
3+ "version" : " 14 .0.0" ,
44 "description" : " Angular Material Design Lite - Select Component" ,
55 "repository" : {
66 "type" : " git" ,
1414 " angular11" ,
1515 " angular12" ,
1616 " angular13" ,
17+ " angular14" ,
1718 " angular" ,
1819 " material design lite" ,
1920 " select"
2425 },
2526 "homepage" : " https://github.com/mseemann/angular2-mdl/tree/master/src/projects/select" ,
2627 "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"
2930 },
3031 "dependencies" : {
3132 "tslib" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments