@codebakery/origami
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.2.3"></a> | ||
## [1.2.3](https://github.com/hotforfeature/origami/compare/v1.2.2...v1.2.3) (2017-06-21) | ||
### Bug Fixes | ||
* **collections:** add iron control to paper-textarea ([66a75da](https://github.com/hotforfeature/origami/commit/66a75da)), closes [#35](https://github.com/hotforfeature/origami/issues/35) | ||
<a name="1.2.2"></a> | ||
@@ -12,3 +22,3 @@ ## [1.2.2](https://github.com/hotforfeature/origami/compare/v1.2.1...v1.2.2) (2017-06-13) | ||
* **styles:** prevent wrapping Polymer scoped styles in <custom-style> ([80775a6](https://github.com/hotforfeature/origami/commit/80775a6)), closes [#33](https://github.com/hotforfeature/origami/issues/33) | ||
* **styles:** prevent wrapping Polymer scoped styles in <custom-style> ([80775a6](https://github.com/hotforfeature/origami/commit/80775a6)), closes [#33](https://github.com/hotforfeature/origami/issues/33) | ||
@@ -15,0 +25,0 @@ |
@@ -29,3 +29,3 @@ var __extends = (this && this.__extends) || (function () { | ||
{ type: Directive, args: [{ | ||
selector: "paper-checkbox, paper-input, paper-listbox, paper-radio-button, paper-radio-group,\n paper-toggle-button", | ||
selector: "paper-checkbox, paper-input, paper-textarea, paper-listbox, paper-radio-button,\n paper-radio-group, paper-toggle-button", | ||
providers: [PAPER_INPUT_CONTROL_VALUE_ACCESSOR] | ||
@@ -32,0 +32,0 @@ },] }, |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{"PAPER_INPUT_CONTROL_VALUE_ACCESSOR":{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"PaperInputControl"},"multi":true},"PaperInputControl":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"../../forms/iron-control.directive","name":"IronControlDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"paper-checkbox, paper-input, paper-listbox, paper-radio-button, paper-radio-group,\n paper-toggle-button","providers":[{"__symbolic":"reference","name":"PAPER_INPUT_CONTROL_VALUE_ACCESSOR"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"PAPER_INPUT_CONTROL_VALUE_ACCESSOR":{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"PaperInputControl"},"multi":true},"PaperInputControl":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"../../forms/iron-control.directive","name":"IronControlDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"paper-checkbox, paper-input, paper-listbox, paper-radio-button, paper-radio-group,\n paper-toggle-button","providers":[{"__symbolic":"reference","name":"PAPER_INPUT_CONTROL_VALUE_ACCESSOR"}]}]}]}}}] | ||
[{"__symbolic":"module","version":3,"metadata":{"PAPER_INPUT_CONTROL_VALUE_ACCESSOR":{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"PaperInputControl"},"multi":true},"PaperInputControl":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"../../forms/iron-control.directive","name":"IronControlDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"paper-checkbox, paper-input, paper-textarea, paper-listbox, paper-radio-button,\n paper-radio-group, paper-toggle-button","providers":[{"__symbolic":"reference","name":"PAPER_INPUT_CONTROL_VALUE_ACCESSOR"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"PAPER_INPUT_CONTROL_VALUE_ACCESSOR":{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"PaperInputControl"},"multi":true},"PaperInputControl":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"../../forms/iron-control.directive","name":"IronControlDirective"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"paper-checkbox, paper-input, paper-textarea, paper-listbox, paper-radio-button,\n paper-radio-group, paper-toggle-button","providers":[{"__symbolic":"reference","name":"PAPER_INPUT_CONTROL_VALUE_ACCESSOR"}]}]}]}}}] |
@@ -14,4 +14,2 @@ import { Directive, ElementRef } from '@angular/core'; | ||
this.copyKeysFrom(klass.properties, properties_1); | ||
// Hybrid element properties and behaviors | ||
this.copyKeysFrom(klass.prototype.properties, properties_1); | ||
if (klass.prototype.behaviors) { | ||
@@ -18,0 +16,0 @@ klass.prototype.behaviors.map(function (behavior) { |
@@ -9,2 +9,3 @@ // tslint:disable:no-string-literal | ||
var nativeAppend = HTMLTemplateElement.prototype.appendChild; | ||
// tslint:disable-next-line:only-arrow-functions | ||
HTMLTemplateElement.prototype.appendChild = function (childNode) { | ||
@@ -11,0 +12,0 @@ return this.content.appendChild(childNode); |
{ | ||
"name": "@codebakery/origami", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Angular + Polymer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
169313
1549