New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mini-antui

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-antui - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## 0.4.3
`2018-11-07`
- **Enhancement**
- `tabs`新增`tabBarCls`tabBar自定义样式class
- `tabs`新增`duration`控制滑动动画时长
- `calendar`date参数兼容IOS格式要求
## 0.4.2

@@ -2,0 +11,0 @@

20

es/notice/index.js

@@ -8,2 +8,3 @@ Component({

enableMarquee: false, // 是否开启marquee
onClick: function onClick() {},
marqueeProps: {

@@ -104,8 +105,21 @@ loop: false,

},
onTap: function onTap() {
if (this.props.onClick) {
this.props.onClick();
onNoticeTap: function onNoticeTap() {
var _props = this.props,
mode = _props.mode,
onClick = _props.onClick;
if (mode === 'link' && typeof onClick === 'function') {
onClick();
}
},
onOperationTap: function onOperationTap() {
var _props2 = this.props,
mode = _props2.mode,
onClick = _props2.onClick;
if (mode === 'closable' && typeof onClick === 'function') {
onClick();
}
}
}
});

2

package.json
{
"name": "mini-antui",
"version": "0.4.3",
"version": "0.4.4",
"description": "小程序版AntUI",

@@ -5,0 +5,0 @@ "repository": {

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