Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rmc-cascader

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmc-cascader - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

5

es/Cascader.js

@@ -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;

1

es/CascaderTypes.d.ts

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc