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

ac-gridcn-refer-field

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-gridcn-refer-field - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

7

build/GridcnReferField.js

@@ -202,2 +202,9 @@ 'use strict';

}
if (_index.cb.custom) {
_index.cb.custom.referFieldValueKeys = _this.props.value || [];
} else {
_index.cb.custom = {
referFieldValueKeys: _this.props.value || []
};
}
setTimeout(function () {

@@ -204,0 +211,0 @@ document.querySelector('.referModal .refer-footer-container .refer-footer-btns-container .refer-modal-footer-cancle-btn').onclick = _this.onCancel;

@@ -0,1 +1,6 @@

<a name="0.0.18"></a>
## [0.0.18](https://github.com/tinper-bee/ac-gridcn-refer-field/compare/v0.0.17...v0.0.18) (2020-05-19)
<a name="0.0.17"></a>

@@ -2,0 +7,0 @@ ## [0.0.17](https://github.com/tinper-bee/ac-gridcn-refer-field/compare/v0.0.16...v0.0.17) (2020-05-19)

2

package.json
{
"name": "ac-gridcn-refer-field",
"version": "0.0.17",
"version": "0.0.18",
"description": "GridcnReferField ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -76,2 +76,9 @@ /**

}
if(cb.custom){
cb.custom.referFieldValueKeys = this.props.value||[];
}else{
cb.custom = {
referFieldValueKeys:this.props.value||[]
}
}
setTimeout(()=>{

@@ -78,0 +85,0 @@ document.querySelector('.referModal .refer-footer-container .refer-footer-btns-container .refer-modal-footer-cancle-btn').onclick=this.onCancel

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