@vaadin/item
Advanced tools
Comparing version 23.1.0-beta4 to 23.1.0-rc1
{ | ||
"name": "@vaadin/item", | ||
"version": "23.1.0-beta4", | ||
"version": "23.1.0-rc1", | ||
"publishConfig": { | ||
@@ -38,6 +38,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.1.0-beta4", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-beta4", | ||
"@vaadin/vaadin-material-styles": "23.1.0-beta4", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-beta4" | ||
"@vaadin/component-base": "23.1.0-rc1", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-rc1", | ||
"@vaadin/vaadin-material-styles": "23.1.0-rc1", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-rc1" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "06e283473964ecb3085aacf3eddb5333d052a045" | ||
"gitHead": "5ecb85e16e938df827fefca4bd2a665a1e29913e" | ||
} |
@@ -28,2 +28,7 @@ /** | ||
/** | ||
* If true, the item is in selected state. | ||
*/ | ||
selected: boolean; | ||
/** | ||
* Used for mixin detection because `instanceof` does not work with mixins. | ||
@@ -34,7 +39,2 @@ * e.g. in VaadinListMixin it filters items by using the | ||
protected _hasVaadinItemMixin: boolean; | ||
/** | ||
* If true, the item is in selected state. | ||
*/ | ||
selected: boolean; | ||
} |
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
28805
+ Added@vaadin/component-base@23.1.0-rc1(transitive)
+ Added@vaadin/icon@23.1.0-rc1(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-rc1(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-rc1(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-rc1(transitive)
- Removed@vaadin/component-base@23.1.0-beta4(transitive)
- Removed@vaadin/icon@23.1.0-beta4(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-beta4(transitive)
- Removed@vaadin/vaadin-material-styles@23.1.0-beta4(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-beta4(transitive)