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

hui-ui

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hui-ui - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

lib/chart/chart.jsx

7

lib/chart/chart.js

@@ -22,2 +22,3 @@ 'use strict';

require('./chart.scss');
// require('./list.scss');

@@ -71,3 +72,6 @@ var UnfoldIcon = function (_React$Component) {

},
series: []
series: [],
legend: {
data: []
}
};

@@ -155,2 +159,3 @@

this.option.series = data.series;
this.option.legend = data.legend;
if (this.props.theme === 'radio') {

@@ -157,0 +162,0 @@ this.option.series[0].itemStyle = {

6

lib/list/list-table.js

@@ -121,8 +121,2 @@ 'use strict';

}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
this.hideTip();
console.log(1);
}
}, {
key: 'showTip',

@@ -129,0 +123,0 @@ value: function showTip(x, y, txt) {

@@ -100,3 +100,3 @@ 'use strict';

this.setState({
listShow: false
ctiyBoxShow: false
});

@@ -103,0 +103,0 @@ }

{
"name": "hui-ui",
"version": "0.0.29",
"version": "0.0.30",
"description": "hui-ui",

@@ -8,3 +8,4 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
"dev": "webpack",
"pub": "babel lib-src -d lib"
},

@@ -11,0 +12,0 @@ "repository": {

@@ -9,31 +9,31 @@ /**

module.exports = {
entry: {
'list/list': './src/list/list.jsx',
'list/list-table': './src/list/list-table.jsx',
'chart/chart': './src/chart/chart.jsx',
'option/option': './src/option/option.jsx'
// vendor: ['react', 'react-dom']
},
output: {
filename: './dist/[name].js',
// publicPath: 'dist/demo'
},
module: {
rules: [
// dafa
{
test: /.jsx?$/,
loader: 'babel-loader'
},
// {
// test: /\.scss$/,
// loaders: ['style-loader', 'css-loader', 'sass-loader']
// },
// {
// test: /\.less$/,
// loaders: ['style-loader', 'css-loader', 'less-loader']
// }
]
entry: {
'list/list': './src/list/list.jsx',
'list/list-table': './src/list/list-table.jsx',
'chart/chart': './src/chart/chart.jsx',
'option/option': './src/option/option.jsx'
// vendor: ['react', 'react-dom']
},
output: {
filename: './dist/[name].js',
// publicPath: 'dist/demo'
},
module: {
rules: [
// dafa
{
test: /.jsx?$/,
loader: 'babel-loader'
},
watch: true || env !== 'production'
};
{
test: /\.scss$/,
loaders: ['style-loader', 'css-loader', 'sass-loader']
},
// {
// test: /\.less$/,
// loaders: ['style-loader', 'css-loader', 'less-loader']
// }
]
},
watch: true || env !== 'production'
};

Sorry, the diff of this file is not supported yet

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