@vaadin/avatar-group
Advanced tools
Comparing version 22.0.14 to 22.0.15
{ | ||
"name": "@vaadin/avatar-group", | ||
"version": "22.0.14", | ||
"version": "22.0.15", | ||
"publishConfig": { | ||
@@ -39,10 +39,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/avatar": "^22.0.14", | ||
"@vaadin/component-base": "^22.0.14", | ||
"@vaadin/item": "^22.0.14", | ||
"@vaadin/list-box": "^22.0.14", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.14", | ||
"@vaadin/vaadin-material-styles": "^22.0.14", | ||
"@vaadin/vaadin-overlay": "^22.0.14", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.14" | ||
"@vaadin/avatar": "^22.0.15", | ||
"@vaadin/component-base": "^22.0.15", | ||
"@vaadin/item": "^22.0.15", | ||
"@vaadin/list-box": "^22.0.15", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.15", | ||
"@vaadin/vaadin-material-styles": "^22.0.15", | ||
"@vaadin/vaadin-overlay": "^22.0.15", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.15" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "62419e3f8f41fe9dc4f0bce5e1717b16828459b6" | ||
"gitHead": "bba021b56ba45da93d2bb980242956ad929ecfe2" | ||
} |
@@ -21,3 +21,3 @@ /** | ||
`, | ||
{ moduleId: 'vaadin-avatar-group-overlay-styles' } | ||
{ moduleId: 'vaadin-avatar-group-overlay-styles' }, | ||
); | ||
@@ -24,0 +24,0 @@ |
@@ -194,3 +194,3 @@ /** | ||
items: { | ||
type: Array | ||
type: Array, | ||
}, | ||
@@ -204,3 +204,3 @@ | ||
maxItemsVisible: { | ||
type: Number | ||
type: Number, | ||
}, | ||
@@ -244,8 +244,8 @@ | ||
one: 'Currently one active user', | ||
many: 'Currently {count} active users' | ||
many: 'Currently {count} active users', | ||
}, | ||
joined: '{user} joined', | ||
left: '{user} left' | ||
left: '{user} left', | ||
}; | ||
} | ||
}, | ||
}, | ||
@@ -256,3 +256,3 @@ | ||
type: Boolean, | ||
computed: '__computeMaxReached(items.length, maxItemsVisible)' | ||
computed: '__computeMaxReached(items.length, maxItemsVisible)', | ||
}, | ||
@@ -263,3 +263,3 @@ | ||
type: Number, | ||
value: null | ||
value: null, | ||
}, | ||
@@ -271,4 +271,4 @@ | ||
observer: '__openedChanged', | ||
value: false | ||
} | ||
value: false, | ||
}, | ||
}; | ||
@@ -281,3 +281,3 @@ } | ||
'__itemsChanged(items.splices, items.*)', | ||
'__i18nItemsChanged(i18n.*, items.length)' | ||
'__i18nItemsChanged(i18n.*, items.length)', | ||
]; | ||
@@ -331,5 +331,5 @@ } | ||
detail: { | ||
text | ||
} | ||
}) | ||
text, | ||
}, | ||
}), | ||
); | ||
@@ -336,0 +336,0 @@ } |
@@ -47,3 +47,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
`, | ||
{ moduleId: 'lumo-avatar-group' } | ||
{ moduleId: 'lumo-avatar-group' }, | ||
); | ||
@@ -63,3 +63,3 @@ | ||
registerStyles('vaadin-avatar-group-overlay', [overlay, menuOverlayCore, avatarGroupOverlay], { | ||
moduleId: 'lumo-avatar-group-overlay' | ||
moduleId: 'lumo-avatar-group-overlay', | ||
}); | ||
@@ -80,3 +80,3 @@ | ||
`, | ||
{ moduleId: 'lumo-avatar-group-list-box' } | ||
{ moduleId: 'lumo-avatar-group-list-box' }, | ||
); | ||
@@ -105,3 +105,3 @@ | ||
`, | ||
{ moduleId: 'lumo-avatar-group-item' } | ||
{ moduleId: 'lumo-avatar-group-item' }, | ||
); |
@@ -12,3 +12,3 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
registerStyles('vaadin-avatar-group-overlay', [menuOverlay, avatarGroupOverlay], { | ||
moduleId: 'material-avatar-group-overlay' | ||
moduleId: 'material-avatar-group-overlay', | ||
}); | ||
@@ -29,3 +29,3 @@ | ||
`, | ||
{ moduleId: 'material-avatar-group-list-box' } | ||
{ moduleId: 'material-avatar-group-list-box' }, | ||
); | ||
@@ -53,3 +53,3 @@ | ||
`, | ||
{ moduleId: 'material-avatar-group-item' } | ||
{ moduleId: 'material-avatar-group-item' }, | ||
); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44655