@pitaya-components/checkbox
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -25,3 +25,3 @@ "use strict"; | ||
checkedChanged(value) { | ||
if (!this._mdcComponent || this._mdcComponent.checked === value) { | ||
if (!this._mdcComponent) { | ||
return; | ||
@@ -33,3 +33,3 @@ } | ||
indeterminateChanged(value) { | ||
if (!this._mdcComponent || this._mdcComponent.indeterminate === value) { | ||
if (!this._mdcComponent) { | ||
return; | ||
@@ -36,0 +36,0 @@ } |
@@ -23,3 +23,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
checkedChanged(value) { | ||
if (!this._mdcComponent || this._mdcComponent.checked === value) { | ||
if (!this._mdcComponent) { | ||
return; | ||
@@ -31,3 +31,3 @@ } | ||
indeterminateChanged(value) { | ||
if (!this._mdcComponent || this._mdcComponent.indeterminate === value) { | ||
if (!this._mdcComponent) { | ||
return; | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "@pitaya-components/checkbox", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Pitaya-Framework Component Checkbox.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
Sorry, the diff of this file is not supported yet
128342