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

sz-mx-cabin

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sz-mx-cabin - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

es/widgets/form/DatePicker.js

@@ -111,3 +111,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

}), /*#__PURE__*/React.createElement(DatePicker_m, _extends({}, properties, eventObj, leftProps, {
precision: properties.picker
precision: properties.picker === 'date' ? 'day' : properties.picker
}), function (value) {

@@ -114,0 +114,0 @@ return value ? moment(value).format(properties.format) : "请选择日期";

@@ -127,3 +127,3 @@ "use strict";

}), /*#__PURE__*/_react["default"].createElement(_antdMobile.DatePicker, _extends({}, properties, eventObj, leftProps, {
precision: properties.picker
precision: properties.picker === 'date' ? 'day' : properties.picker
}), function (value) {

@@ -130,0 +130,0 @@ return value ? (0, _moment["default"])(value).format(properties.format) : "请选择日期";

{
"name": "sz-mx-cabin",
"version": "1.2.0",
"version": "1.2.1",
"description": "reactCabin",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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