antd-mini-rpx
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -77,3 +77,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
fill?: 'outline' | 'solid' | 'none'; | ||
/** | ||
* @description 是否阻止事件冒泡 | ||
*/ | ||
stopPropagation?: boolean; | ||
} | ||
export declare const ButtonDefaultProps: Partial<IButtonProps>; |
@@ -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
407661
7259