material 13

This commit is contained in:
Denys Vuika 2022-02-21 13:58:32 +00:00
parent 65f4338d4c
commit ad6618d166
24 changed files with 37 additions and 37 deletions

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../../lib/core/styles/index';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '~@alfresco/adf-core/theming';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
$mat-menu-overlay-min-width: 112px !default; // 56 * 2
$mat-menu-overlay-max-width: 280px !default; // 56 * 5

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
.adf-search-filter-chip {
&.mat-chip {

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
.adf-search-form {
&.mat-button {

View File

@ -1,5 +1,5 @@
/* stylelint-disable no-descending-specificity */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../../../styles/mixins';
$data-table-header-font-size: var(--theme-caption-font-size) !default;

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
:host {
display: block;

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
.adf {
&-sidebar-action-menu {

View File

@ -1,4 +1,4 @@
@import '~@angular/flex-layout/mq';
@import '@angular/flex-layout/mq';
@import '../../../styles/mixins';
.adf-sidenav-layout {

View File

@ -1,4 +1,4 @@
@import '~@angular/flex-layout/mq';
@import '@angular/flex-layout/mq';
$adf-pagination-height: 48px !default;
$adf-pagination-icon-button-size: 32px !default;

View File

@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
/* stylelint-disable value-list-max-empty-lines */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/at-import-partial-extension */

View File

@ -1,4 +1,4 @@
@import '~@angular/flex-layout/mq';
@import '@angular/flex-layout/mq';
@import './colors';
@import './mixins';
@import './typography';

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
$alfresco-typography: mat.define-typography-config(
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif',

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

View File

@ -1,5 +1,5 @@
/* stylelint-disable value-keyword-case */
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@import '../theming';
@import './all-theme';
@include mat.core($alfresco-typography);

24
package-lock.json generated
View File

@ -2329,12 +2329,12 @@
}
},
"@angular/cdk": {
"version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.13.tgz",
"integrity": "sha512-zSKRhECyFqhingIeyRInIyTvYErt4gWo+x5DQr0b7YLUbU8DZSwWnG4w76Ke2s4U8T7ry1jpJBHoX/e8YBpGMg==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.2.3.tgz",
"integrity": "sha512-X7FH0eGwfK2HcAroYBrE7O9ehZ50k9+DoDV98xm1NRgezNfiQ2QxIdLQKhJv0bnnID+pGk4Tnb44RXUmgk5idw==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
}
},
"@angular/cli": {
@ -2765,19 +2765,19 @@
}
},
"@angular/material": {
"version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.13.tgz",
"integrity": "sha512-6g2GyN4qp2D+DqY2AwrQuPB3cd9gybvQVXvNRbTPXEulHr+LgGei00ySdFHFp6RvdGSMZ4i3LM1Fq3VkFxhCfQ==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.2.3.tgz",
"integrity": "sha512-io9NzL32QKBngSpNbnIGRN0/qhkGpyfZHnpW+IOsYa4gMlXqi0JMV5Ygi+O1Dvd57TXzbb3e2eggdZyAWe7IDA==",
"requires": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
}
},
"@angular/material-moment-adapter": {
"version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-12.2.13.tgz",
"integrity": "sha512-0XhkAhBalvNvIfvi9t5qDKaTBtOuIqd1cABfotyaTecWmw57VoH0KoJtNekXjxDcx71S0LaqeYXfqTo4m+duSA==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-13.2.3.tgz",
"integrity": "sha512-OHsF5wOKfWYr+0HtSgsLBpKV4bqQT3WDpcQEAf7hQxddutx9pOOvIxQI4w7c/u8HJAEAl/eASNOpv3+v9CtCnw==",
"requires": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
}
},
"@angular/platform-browser": {

View File

@ -71,14 +71,14 @@
"dependencies": {
"@alfresco/js-api": "4.8.0",
"@angular/animations": "^13.2.3",
"@angular/cdk": "12.2.13",
"@angular/cdk": "13.2.3",
"@angular/common": "^13.2.3",
"@angular/compiler": "^13.2.3",
"@angular/core": "^13.2.3",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "^13.2.3",
"@angular/material": "^12.2.13",
"@angular/material-moment-adapter": "^12.2.13",
"@angular/material": "^13.2.3",
"@angular/material-moment-adapter": "^13.2.3",
"@angular/platform-browser": "^13.2.3",
"@angular/platform-browser-dynamic": "^13.2.3",
"@angular/router": "^13.2.3",