Update material to angular 15.
This commit is contained in:
parent
a97bac9e69
commit
0dd4fc6717
|
@ -17,13 +17,13 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.9",
|
||||
"@angular/cdk": "^14.2.2",
|
||||
"@angular/cdk": "^15.2.9",
|
||||
"@angular/common": "^15.2.9",
|
||||
"@angular/compiler": "^15.2.9",
|
||||
"@angular/core": "^15.2.9",
|
||||
"@angular/forms": "^15.2.9",
|
||||
"@angular/localize": "^15.2.9",
|
||||
"@angular/material": "^14.2.2",
|
||||
"@angular/material": "^15.2.9",
|
||||
"@angular/platform-browser": "^15.2.9",
|
||||
"@angular/platform-browser-dynamic": "^15.2.9",
|
||||
"@angular/router": "^15.2.9",
|
||||
|
@ -63,4 +63,4 @@
|
|||
"ts-node": "~7.0.0",
|
||||
"typescript": "~4.9.5"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit a53c4e90d099d0bf3919df55edceaf7f793427d0
|
||||
Subproject commit 3b6822c71f32512533793e6b57f6ff017f4c874e
|
|
@ -21,14 +21,14 @@ import {CustomizationOptions} from '../../openaireLibrary/connect/community/Cust
|
|||
`,
|
||||
styles:[
|
||||
`
|
||||
.color-input{
|
||||
width:24px;
|
||||
height:14px;
|
||||
border-radius:3px;
|
||||
border:0.1px solid #707070;
|
||||
cursor: pointer;
|
||||
|
||||
}`
|
||||
.color-input{
|
||||
width:24px;
|
||||
height:14px;
|
||||
border-radius:3px;
|
||||
border:0.1px solid #707070;
|
||||
cursor: pointer;
|
||||
|
||||
}`
|
||||
]
|
||||
})
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2fd57843f85125e54adfb95b35776755037ea359
|
||||
Subproject commit 9cb1f835a93501d9566ea2a3123d92eecd73f27d
|
Loading…
Reference in New Issue