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

rc-picker

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-picker - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

6

es/panels/DatePanel/DateBody.js

@@ -110,7 +110,9 @@ "use strict";

return React.createElement("table", {
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows));
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows)));
}
exports.default = DateBody;

@@ -86,5 +86,9 @@ "use strict";

return React.createElement("table", null, React.createElement("tbody", null, rows));
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("tbody", null, rows)));
}
exports.default = DecadeBody;

@@ -81,5 +81,9 @@ "use strict";

return React.createElement("table", null, React.createElement("tbody", null, rows));
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("tbody", null, rows)));
}
exports.default = MonthBody;

@@ -83,5 +83,9 @@ "use strict";

return React.createElement("table", null, React.createElement("tbody", null, rows));
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("tbody", null, rows)));
}
exports.default = YearBody;

@@ -110,7 +110,9 @@ "use strict";

return React.createElement("table", {
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows));
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows)));
}
exports.default = DateBody;

@@ -86,5 +86,9 @@ "use strict";

return React.createElement("table", null, React.createElement("tbody", null, rows));
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("tbody", null, rows)));
}
exports.default = DecadeBody;

@@ -81,5 +81,9 @@ "use strict";

return React.createElement("table", null, React.createElement("tbody", null, rows));
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("tbody", null, rows)));
}
exports.default = MonthBody;

@@ -83,5 +83,9 @@ "use strict";

return React.createElement("table", null, React.createElement("tbody", null, rows));
return React.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React.createElement("table", {
className: "".concat(prefixCls, "-content")
}, React.createElement("tbody", null, rows)));
}
exports.default = YearBody;
{
"name": "rc-picker",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "React date & time picker",

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