rmc-cascader
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -87,7 +87,8 @@ import React from 'react'; | ||
disabled = props.disabled, | ||
pickerItemStyle = props.pickerItemStyle; | ||
pickerItemStyle = props.pickerItemStyle, | ||
indicatorStyle = props.indicatorStyle; | ||
return React.createElement(MultiPicker, { prefixCls: prefixCls, pickerPrefixCls: pickerPrefixCls, disabled: disabled, className: className, selectedValue: this.state.value, rootNativeProps: rootNativeProps, pickerItemStyle: pickerItemStyle, onValueChange: this.onValueChange }, this.getCols()); | ||
return React.createElement(MultiPicker, { prefixCls: prefixCls, pickerPrefixCls: pickerPrefixCls, disabled: disabled, className: className, selectedValue: this.state.value, rootNativeProps: rootNativeProps, indicatorStyle: indicatorStyle, pickerItemStyle: pickerItemStyle, onValueChange: this.onValueChange }, this.getCols()); | ||
} | ||
}); | ||
export default Cascader; |
@@ -17,2 +17,3 @@ export declare type CascaderOneValue = string | number; | ||
pickerItemStyle?: {}; | ||
indicatorStyle?: {}; | ||
/** web only */ | ||
@@ -19,0 +20,0 @@ prefixCls?: string; |
@@ -104,5 +104,6 @@ 'use strict'; | ||
disabled = props.disabled, | ||
pickerItemStyle = props.pickerItemStyle; | ||
pickerItemStyle = props.pickerItemStyle, | ||
indicatorStyle = props.indicatorStyle; | ||
return _react2['default'].createElement(_MultiPicker2['default'], { prefixCls: prefixCls, pickerPrefixCls: pickerPrefixCls, disabled: disabled, className: className, selectedValue: this.state.value, rootNativeProps: rootNativeProps, pickerItemStyle: pickerItemStyle, onValueChange: this.onValueChange }, this.getCols()); | ||
return _react2['default'].createElement(_MultiPicker2['default'], { prefixCls: prefixCls, pickerPrefixCls: pickerPrefixCls, disabled: disabled, className: className, selectedValue: this.state.value, rootNativeProps: rootNativeProps, indicatorStyle: indicatorStyle, pickerItemStyle: pickerItemStyle, onValueChange: this.onValueChange }, this.getCols()); | ||
} | ||
@@ -109,0 +110,0 @@ }); |
@@ -17,2 +17,3 @@ export declare type CascaderOneValue = string | number; | ||
pickerItemStyle?: {}; | ||
indicatorStyle?: {}; | ||
/** web only */ | ||
@@ -19,0 +20,0 @@ prefixCls?: string; |
{ | ||
"name": "rmc-cascader", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "m-cascader ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
19251
389