@polymer/iron-form-element-behavior
Advanced tools
Comparing version 3.0.0-pre.16 to 3.0.0-pre.17
@@ -15,9 +15,6 @@ /** | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'simple-element', | ||
extends: 'input', | ||
behaviors: [IronFormElementBehavior] | ||
}); |
@@ -14,7 +14,5 @@ /** | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'simple-form', | ||
extends: 'form', | ||
properties: {formElements: {type: Object, notify: true}}, | ||
@@ -45,3 +43,2 @@ | ||
} | ||
}); |
@@ -18,4 +18,4 @@ { | ||
"webmat": "^0.2.0", | ||
"@polymer/iron-component-page": "^3.0.0-pre.16", | ||
"@polymer/paper-styles": "^3.0.0-pre.16", | ||
"@polymer/iron-component-page": "^3.0.0-pre.17", | ||
"@polymer/paper-styles": "^3.0.0-pre.17", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
@@ -28,3 +28,3 @@ "@webcomponents/webcomponentsjs": "^2.0.0-beta.2" | ||
}, | ||
"version": "3.0.0-pre.16", | ||
"version": "3.0.0-pre.17", | ||
"resolutions": { | ||
@@ -31,0 +31,0 @@ "inherits": "2.0.3", |
@@ -15,2 +15,3 @@ /** | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'simple-element', | ||
@@ -17,0 +18,0 @@ extends: 'input', |
@@ -13,2 +13,6 @@ /** | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
Polymer({is: 'simple-form', extends: 'form'}); | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'simple-form', | ||
extends: 'form' | ||
}); |
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
23598
247