[ADF-1518] Update material2 beta 10 and angular 4.3.6 (#2304)

* ignore pkg lock

* update pkg json

* date picker update material beta.10

* isDateInstance moment adapter

* style and  datepicker update material2 beta 10

* update test dateitem to beta10

* regenerate style files

* use material icons web font

* fix data range material 2 beta 10

* minors cleaning

* recreate styles

* remove unused componentHandler var

* fix failing test checkbox
This commit is contained in:
Eugenio Romano
2017-09-15 11:39:27 +01:00
committed by Denys Vuika
parent ab9fbda53f
commit 3c1729b960
55 changed files with 4928 additions and 2761 deletions

View File

@@ -22,17 +22,17 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"@angular/animations": "4.2.5",
"@angular/cdk": "2.0.0-beta.8",
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/http": "4.2.5",
"@angular/material": "2.0.0-beta.8",
"@angular/platform-browser": "4.2.5",
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/router": "4.2.5",
"@angular/animations": "4.3.6",
"@angular/cdk": "2.0.0-beta.10",
"@angular/common": "4.3.6",
"@angular/compiler": "4.3.6",
"@angular/core": "4.3.6",
"@angular/forms": "4.3.6",
"@angular/http": "4.3.6",
"@angular/material": "2.0.0-beta.10",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@ngx-translate/core": "7.0.0",
"alfresco-js-api": "1.8.0",
"core-js": "2.4.1",
@@ -41,7 +41,7 @@
"reflect-metadata": "0.1.10",
"rxjs": "5.1.0",
"systemjs": "0.19.27",
"zone.js": "0.7.6"
"zone.js": "0.8.12"
},
"devDependencies": {
"@types/hammerjs": "2.0.34",
@@ -52,7 +52,7 @@
"autoprefixer": "6.5.4",
"codelyzer": "3.1.2",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.23.1",
"css-loader": "0.25.0",
"css-to-string-loader": "0.1.2",
"cssnano": "3.8.1",
"extract-text-webpack-plugin": "2.0.0-rc.3",

View File

@@ -10,15 +10,15 @@
border-radius: 90%;
width: 40px;
height: 40px;
margin-right: 0%;
margin-right: 0;
cursor: pointer;
vertical-align: middle;
}
&-userinfo-menu_button.mat-button {
margin-right: 0%;
margin-right: 0;
border-radius: 90%;
padding: 0px;
padding: 0;
min-width: 40px;
height: 40px;
}
@@ -47,7 +47,7 @@
}
&-userinfo-card.mat-card {
padding: 0px;
padding: 0;
}
&-userinfo-supporting-text {
@@ -55,7 +55,6 @@
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
display: block;
overflow: hidden;
padding: 32px;
-webkit-column-count: 2;
@@ -66,7 +65,7 @@
}
&-userinfo-title {
font: 500 20px/32px Roboto,"Helvetica Neue",sans-serif;
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0;
align-self: flex-end;
display: flex;
@@ -76,21 +75,19 @@
padding: 0;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
&-userinfo__detail-profile {
align-items: flex-start;
font-size: 14px;
font-size: 14px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
display: block;
padding: 0;
align-items: flex-start;
margin: 0px;
margin: 0;
color: mat-color($primary, A100);
}
@@ -117,13 +114,13 @@
height: 80px;
width: 80px;
z-index: 3;
margin-left: 0px;
margin-left: 0;
margin-right: 8px;
}
&-userinfo-button-profile {
display: inline-block;
border: 0px;
border: 0;
vertical-align: middle;
}
@@ -139,15 +136,15 @@
@media only screen and (min-device-width: 480px) {
.mat-menu-panel.adf-userinfo-menu {
max-height: 450px;
min-width: 450px;
overflow: auto;
padding: 0px;
max-height: 450px;
min-width: 450px;
overflow: auto;
padding: 0;
}
}
.mat-menu-panel.adf-userinfo-menu .mat-menu-content{
padding: 0px;
.mat-menu-panel.adf-userinfo-menu .mat-menu-content {
padding: 0;
}
}