@beisen-phoenix/mobile-input
Advanced tools
Comparing version 0.0.3 to 0.0.4
import React from 'react'; | ||
interface InputProps { | ||
className?: string; | ||
prefixCls?: string; | ||
labelText?: string; | ||
@@ -5,0 +5,0 @@ value?: any; |
@@ -53,3 +53,3 @@ import "core-js/modules/es6.object.assign"; | ||
var Input = function Input(props) { | ||
var className = props.className, | ||
var prefixCls = props.prefixCls, | ||
labelText = props.labelText, | ||
@@ -63,3 +63,3 @@ required = props.required, | ||
onFocus = props.onFocus, | ||
others = __rest(props, ["className", "labelText", "required", "readOnly", "helpIcon", "onClickHelp", "rightEl", "hasError", "onFocus"]); | ||
others = __rest(props, ["prefixCls", "labelText", "required", "readOnly", "helpIcon", "onClickHelp", "rightEl", "hasError", "onFocus"]); | ||
@@ -86,3 +86,3 @@ var _a = useState(hasError), | ||
rightEl: rightEl, | ||
className: className, | ||
prefixCls: prefixCls, | ||
hasError: showError | ||
@@ -89,0 +89,0 @@ }; |
{ | ||
"name": "@beisen-phoenix/mobile-input", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -48,6 +48,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@beisen-phoenix/mobile-field-box": "^1.0.5", | ||
"@beisen-phoenix/mobile-inner-input": "0.0.3", | ||
"@beisen-phoenix/mobile-field-box": "^1.0.10", | ||
"@beisen-phoenix/mobile-inner-input": "0.0.4", | ||
"@beisen-phoenix/mobile-style-token": "^1.0.5" | ||
} | ||
} |
4821
+ Added@beisen-phoenix/mobile-inner-input@0.0.4(transitive)
- Removed@beisen-phoenix/mobile-inner-input@0.0.3(transitive)