Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "material", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A lightweight implementation of Material Design Components - ES6", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -96,3 +96,3 @@ | ||
onInput (ev) { | ||
console.log('onInput', this.value, this.input.value) | ||
// console.log('onInput', this.value, this.input.value) | ||
@@ -99,0 +99,0 @@ this.emit('change', ev) |
@@ -42,3 +42,3 @@ | ||
changeMode (mode) { | ||
console.log('changeMode', mode) | ||
// console.log('changeMode', mode) | ||
@@ -45,0 +45,0 @@ if (mode === 'update' && this.enableControls) { |
@@ -24,8 +24,8 @@ | ||
getFilter () { | ||
// console.log('getFilter') | ||
console.log('getFilter') | ||
var filter = null | ||
for (var name in this.filter) { | ||
if (this.filter.hasOwnProperty(name)) { | ||
// console.log('--', typeof this.filter[name].get(), this.filter[name].get()) | ||
if (this.filter[name].get() !== '' && this.filter[name].get() !== []) { | ||
console.log('--', typeof this.filter[name].get(), this.filter[name].get()) | ||
if (this.filter[name].get() !== ''/* && this.filter[name].get() !== [] */) { | ||
if (filter) { | ||
@@ -32,0 +32,0 @@ filter = filter + '&' + name + '=' + this.filter[name].get() |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
796541
12