antd-mini-rpx
Advanced tools
Comparing version 0.0.3-beta.14 to 0.0.3
@@ -1,2 +0,2 @@ | ||
var jsUnitRpx = 'true'; | ||
var jsUnitRpx = 'false'; | ||
/* eslint-disable no-continue, prefer-spread */ | ||
@@ -3,0 +3,0 @@ |
@@ -21,7 +21,2 @@ import { IBaseProps } from '../_base'; | ||
/** | ||
* @description 是否为气泡形态(带箭头) | ||
* @default false | ||
*/ | ||
bubble?: boolean; | ||
/** | ||
* @description 相对于 children 所在访问,left-top(左上角) top-right(右上角) | ||
@@ -36,3 +31,11 @@ * @default "top-right" | ||
stroke?: boolean; | ||
/** | ||
* @description 自定义图标 | ||
*/ | ||
iconType?: string; | ||
/** | ||
* @description 背景色 | ||
*/ | ||
bgColor?: string; | ||
} | ||
export declare const BadgeDefaultProps: Partial<IBadgeProps>; |
export const BadgeDefaultProps = { | ||
placement: 'top-right', | ||
stroke: false, | ||
badge: 'dot', | ||
type: 'dot', | ||
bgColor: '#FF411C', | ||
}; |
@@ -13,3 +13,3 @@ | ||
/** | ||
* @description 左侧图片 | ||
* @description 图片尺寸 | ||
*/ | ||
@@ -45,4 +45,4 @@ imageSize: 'small' | 'medium' | 'large'; | ||
*/ | ||
onTap?: (event?: T) => void; | ||
onTap?: (event?: any) => void; | ||
} | ||
export declare const ListItemDefaultProps: Partial<IListItemProps>; |
@@ -6,4 +6,4 @@ export const ModalDefaultProps = { | ||
mainButtonText: '主操作', | ||
addonButtonText: '主操作', | ||
addonButtonText: '辅助操作', | ||
maskClosable: true, | ||
}; |
{ | ||
"name": "antd-mini-rpx", | ||
"version": "0.0.3-beta.14", | ||
"version": "0.0.3", | ||
"scripts": { | ||
@@ -15,3 +15,3 @@ "dev": "minidev dev --less --typescript --no-source-map", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"prepublishOnly": "npm run build:component:rpx", | ||
"prepublishOnly": "npm run build:component", | ||
"pub": "node scripts/publish.js", | ||
@@ -125,3 +125,4 @@ "test:less": "jest __tests__/less.spec.ts", | ||
"license": "MIT", | ||
"homepage": "https://github.com/ant-design/ant-design-mini" | ||
"homepage": "https://github.com/ant-design/ant-design-mini", | ||
"prepublishOnly": "npm run build:component:rpx" | ||
} |
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
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
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
Sorry, the diff of this file is not supported yet
6032
320981