@alifd/adaptor-generate
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@alifd/adaptor-generate", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Next adaptor generate", | ||
@@ -5,0 +5,0 @@ "main": "umd/adaptor-generate.js", |
@@ -24,3 +24,3 @@ import React, { Component } from 'react'; | ||
if (defaultProps.size && defaultProps.size !== size) return false; | ||
if (defaultProps.state && defaultProps.state.state !== state) return false; | ||
if (defaultProps.state && defaultProps.state !== state) return false; | ||
if (data && STATE_MARK[data.substring(0, 1)]) return false; | ||
@@ -27,0 +27,0 @@ |
@@ -1316,3 +1316,3 @@ import React$1, { Component } from 'react'; | ||
if (defaultProps.size && defaultProps.size !== size) return false; | ||
if (defaultProps.state && defaultProps.state.state !== state) return false; | ||
if (defaultProps.state && defaultProps.state !== state) return false; | ||
if (data && STATE_MARK[data.substring(0, 1)]) return false; | ||
@@ -1319,0 +1319,0 @@ return true; |
@@ -1321,3 +1321,3 @@ 'use strict'; | ||
if (defaultProps.size && defaultProps.size !== size) return false; | ||
if (defaultProps.state && defaultProps.state.state !== state) return false; | ||
if (defaultProps.state && defaultProps.state !== state) return false; | ||
if (data && adaptorHelper.STATE_MARK[data.substring(0, 1)]) return false; | ||
@@ -1324,0 +1324,0 @@ return true; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
419517