mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
"ionicons": "4.3.0"
|
"ionicons": "4.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stencil/core": "0.11.2",
|
"@stencil/core": "0.11.3",
|
||||||
"@stencil/dev-server": "latest",
|
"@stencil/dev-server": "latest",
|
||||||
"@stencil/sass": "0.1.0",
|
"@stencil/sass": "0.1.0",
|
||||||
"@stencil/utils": "latest",
|
"@stencil/utils": "latest",
|
||||||
|
|||||||
@ -120,9 +120,9 @@ export class Item {
|
|||||||
|
|
||||||
hostData() {
|
hostData() {
|
||||||
const childStyles = {};
|
const childStyles = {};
|
||||||
for (const value of this.itemStyles.values()) {
|
this.itemStyles.forEach(value => {
|
||||||
Object.assign(childStyles, value);
|
Object.assign(childStyles, value);
|
||||||
}
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'tappable': this.isClickable(),
|
'tappable': this.isClickable(),
|
||||||
|
|||||||
Reference in New Issue
Block a user