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

antd-mini-rpx

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-mini-rpx - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

4

es/Button/props.d.ts

@@ -77,3 +77,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

fill?: 'outline' | 'solid' | 'none';
/**
* @description 是否阻止事件冒泡
*/
stopPropagation?: boolean;
}
export declare const ButtonDefaultProps: Partial<IButtonProps>;

3

es/Button/props.js

@@ -15,4 +15,5 @@ "use strict";

_submit: undefined,
fill: 'solid'
fill: 'solid',
stopPropagation: false
};
exports.ButtonDefaultProps = ButtonDefaultProps;

@@ -15,3 +15,5 @@ "use strict";

},
// 阻止事件冒泡
emptyEvent: function () { },
},
});

@@ -12,4 +12,5 @@ "use strict";

controlled: false,
position: 'vertical',
value: []
};
exports.CheckboxGroupDefaultProps = CheckboxGroupDefaultProps;
{
"component": "true"
"component": true
}

@@ -30,3 +30,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

onTap?: (event: T) => void;
/**
* @description 是否阻止事件冒泡
*/
stopPropagation?: boolean;
}
export declare const IconDefaultProps: Partial<IIconProps>;

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

type: '',
size: 'medium'
size: 'medium',
stopPropagation: false
};
exports.IconDefaultProps = IconDefaultProps;

@@ -50,3 +50,7 @@

onTap?: (event?: any) => void;
/**
* @description 是否阻止事件冒泡
*/
stopPropagation?: boolean;
}
export declare const ListItemDefaultProps: Partial<IListItemProps>;

@@ -10,4 +10,5 @@ "use strict";

disabled: false,
last: false
last: false,
stopPropagation: false
};
exports.ListItemDefaultProps = ListItemDefaultProps;
{
"name": "antd-mini-rpx",
"version": "0.0.16",
"version": "0.0.17",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "minidev dev --no-source-map",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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