afc163
|
6092ca2319
|
upgrade input-number to 2.1.x
|
9 years ago |
afc163
|
59e5ff25ae
|
Add color tint and color transform tool
|
9 years ago |
偏右
|
8c55c16194
|
Merge pull request #383 from kevyu/master
fix text-color typo in popover.less
|
9 years ago |
Haibin Yu
|
3faa1535db
|
fix text-color typo in popover.less
|
9 years ago |
afc163
|
a3b2ad5791
|
#380
|
9 years ago |
羽航
|
1c9b9e8c86
|
fix little code style
|
9 years ago |
羽航
|
dd76fe6520
|
增加InputNumber的Validator示例
|
9 years ago |
yiminghe
|
fb43a1b86d
|
fix anim server render
|
9 years ago |
羽航
|
1efca6afa3
|
增加Datepicker的Validator示例
|
9 years ago |
羽航
|
52edc78676
|
修改onSelect属性为onChange属性,以支持Validator.为向前兼容,保留了onSelect属性.
|
9 years ago |
afc163
|
ecb98d8787
|
Merge branch 'master' into develop-0.10.0
|
9 years ago |
afc163
|
a085adcf05
|
Add react to devDeps
|
9 years ago |
afc163
|
dfab1e274d
|
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into develop-0.10.0
|
9 years ago |
afc163
|
70448f45cb
|
fix doc style
|
9 years ago |
偏右
|
842c7bb33d
|
Merge pull request #370 from benjycui/feature-button
feat: add support for `htmlType`
|
9 years ago |
afc163
|
37da0caf2c
|
Remove importing jquery
|
9 years ago |
afc163
|
100adfc69a
|
update row select argument name
|
9 years ago |
afc163
|
33f152b4ac
|
update steps style
|
9 years ago |
afc163
|
a4ad6cd1b0
|
update input-number transition style
|
9 years ago |
afc163
|
d184b39450
|
Merge branch 'feature-#252' of https://github.com/RaoHai/ant-design into develop-0.10.0
|
9 years ago |
RaoHai
|
390ba270b9
|
Table 列选择模式重构
close #252
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
return {
defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
disabled: value.name === '李大嘴ajax3' //配置无法勾选的列
}
},
```
|
9 years ago |
RaoHai
|
2c1fda70d6
|
Table 列选择模式重构
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
return {
defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列
}
},
```
|
9 years ago |
Benjy Cui
|
1e45e02e8a
|
feat: add support for htmlType
|
9 years ago |
Benjy Cui
|
f4ca0798de
|
refactor: generate className with `rcUtil.classSet`
|
9 years ago |
偏右
|
88f6be5855
|
Merge pull request #368 from benjycui/feature-button
chore: replace `button` tag with `Button` component
|
9 years ago |
afc163
|
cea77e00a5
|
Change version to 0.10.0-beta, Merge branch 'master' into develop-0.10.0
|
9 years ago |
afc163
|
ac3eaaf6ea
|
update stableVersion
|
9 years ago |
Benjy Cui
|
0183694f9c
|
refactor: remove `.ant-btn-menu`
|
9 years ago |
偏右
|
a52de54748
|
Merge pull request #369 from benjycui/feature-react@0.14.x
fix: antd build fail
|
9 years ago |
Benjy Cui
|
26069c33e9
|
chore: upgrade react-slick in order to work with React@0.14.x
|
9 years ago |
Benjy Cui
|
429a4ca382
|
refactor: `joinClasses` is removed in React@0.14.x
|
9 years ago |
Benjy Cui
|
5b86a4be1d
|
refactor: replace `button` tag with `Button` component
|
9 years ago |
偏右
|
67a4027346
|
Merge pull request #361 from ant-design/feature/migrateIcon
Feature/migrate icon
|
9 years ago |
afc163
|
93c181677a
|
Merge branch develop-0.10.0
|
9 years ago |
偏右
|
0d2fcf429b
|
Merge pull request #345 from benjycui/feature-button
feat: button should be a component
|
9 years ago |
Benjy Cui
|
2f771b0482
|
feat: button should be a component
|
9 years ago |
elrrrrrrr
|
c540d124a5
|
chore: 迁移 upload iconfont
|
9 years ago |
elrrrrrrr
|
725a142669
|
chore: 迁移 tag iconfont
|
9 years ago |
elrrrrrrr
|
b7a922a895
|
chore: 迁移 tabs iconfont
|
9 years ago |
elrrrrrrr
|
1640a34c4c
|
chore: 迁移 table iconfont
|
9 years ago |
elrrrrrrr
|
37a1e03bc8
|
chore: 迁移 switch iconfont
|
9 years ago |
elrrrrrrr
|
335c34aab7
|
chore: 迁移 slider iconfont
- 需要飞哥 review
|
9 years ago |
elrrrrrrr
|
b9fa8d1a45
|
chore: 迁移 progress iconfont
|
9 years ago |
elrrrrrrr
|
ac6505e68a
|
chore: 迁移 notification iconfont
|
9 years ago |
elrrrrrrr
|
244c3a78a5
|
chore: 迁移 modal iconfont
- api 接口有变
|
9 years ago |
elrrrrrrr
|
f99848a5a0
|
chore: 迁移 message iconfont
- 需要修改组件 jsx
|
9 years ago |
elrrrrrrr
|
ae5ae396ef
|
chore: 迁移 menu iconfont
|
9 years ago |
elrrrrrrr
|
d467994249
|
chore: 迁移 form iconfont
|
9 years ago |
elrrrrrrr
|
d89cc5610b
|
chore: 迁移 dropdown iconfont 组件
|
9 years ago |
elrrrrrrr
|
bcc4265201
|
chore: 迁移 button iconfont
- 手动加上 margin-right 8px
|
9 years ago |