@vaadin/polymer-legacy-adapter
Advanced tools
Comparing version 23.0.0-alpha1 to 23.0.0-alpha2
{ | ||
"name": "@vaadin/polymer-legacy-adapter", | ||
"version": "23.0.0-alpha1", | ||
"version": "23.0.0-alpha2", | ||
"publishConfig": { | ||
@@ -34,3 +34,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha2", | ||
"lit": "^2.0.0" | ||
@@ -40,9 +40,9 @@ }, | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/checkbox": "23.0.0-alpha1", | ||
"@vaadin/grid": "23.0.0-alpha1", | ||
"@vaadin/grid-pro": "23.0.0-alpha1", | ||
"@vaadin/checkbox": "23.0.0-alpha2", | ||
"@vaadin/grid": "23.0.0-alpha2", | ||
"@vaadin/grid-pro": "23.0.0-alpha2", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"sinon": "^9.2.4" | ||
}, | ||
"gitHead": "fbcb07328fdf88260e3b461088d207426b21c710" | ||
"gitHead": "070f586dead02ca41b66717820c647f48bf1665f" | ||
} |
@@ -97,3 +97,5 @@ import { PolymerElement } from '@polymer/polymer'; | ||
__createTemplateClass(properties) { | ||
if (this.__TemplateClass) return; | ||
if (this.__TemplateClass) { | ||
return; | ||
} | ||
@@ -100,0 +102,0 @@ const instanceProps = Object.keys(properties).reduce((accum, key) => { |
@@ -50,3 +50,2 @@ import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js'; | ||
assignRenderer(grid, 'rowDetailsRenderer', renderer); | ||
return; | ||
} | ||
@@ -111,3 +110,5 @@ } | ||
function observeTemplates(component) { | ||
if (component.__templateObserver) return; | ||
if (component.__templateObserver) { | ||
return; | ||
} | ||
@@ -114,0 +115,0 @@ component.__templateObserver = new FlattenedNodesObserver(component, () => { |
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
27642
436
+ Added@vaadin/vaadin-themable-mixin@23.0.0-alpha2(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.0.0-alpha1(transitive)