@vaadin/vaadin-template-renderer
Advanced tools
Comparing version 21.0.4 to 21.0.5
{ | ||
"name": "@vaadin/vaadin-template-renderer", | ||
"version": "21.0.4", | ||
"version": "21.0.5", | ||
"description": "vaadin-template-renderer", | ||
@@ -29,5 +29,5 @@ "main": "vaadin-template-renderer.js", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/vaadin-checkbox": "^21.0.4", | ||
"@vaadin/vaadin-grid": "^21.0.4", | ||
"@vaadin/vaadin-grid-pro": "^21.0.4" | ||
"@vaadin/vaadin-checkbox": "^21.0.5", | ||
"@vaadin/vaadin-grid": "^21.0.5", | ||
"@vaadin/vaadin-grid-pro": "^21.0.5" | ||
}, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf" | ||
"gitHead": "c79135f420e560fa566afc1377db9585757bc4c3" | ||
} |
@@ -104,2 +104,6 @@ import { PolymerElement } from '@polymer/polymer'; | ||
this.__TemplateClass = templatize(this.__template, this, { | ||
// Events handled by declarative event listeners | ||
// (`on-event="handler"`) will be decorated with a `model` property pointing | ||
// to the template instance that stamped it. | ||
parentModel: true, | ||
// This property prevents the template instance properties | ||
@@ -106,0 +110,0 @@ // from passing into the `forwardHostProp` callback |
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
12174
308