wangao
d87901e9a5
fix(Badge): update cached isDotRef when isHidden ( #30090 )
4 years ago
xiejiahe
eca9767ba0
docs(Avatar): add draggable api ( #30073 )
* docs(Avatar): add draggable api
* docs(Avatar): add draggable api
4 years ago
Gamote
a7130187ed
fix: `undefined` was added to the `SelectValue` type ( #30068 )
* Fix: `undefined` was added to the SelectValue type
* fix: `undefined` was added to the SelectValue type
4 years ago
二货机器人
793abf4284
fix: TextArea control with maxLenght ( #30070 )
* fix: Textarea control missing maxLength
* docs: Clean up
4 years ago
二货机器人
33dbd3f4f1
fix: Table flex pagination ( #30065 )
* fix: Table flex pagination
* update style
4 years ago
大猫
05127d564a
fix: PageHeader tabs remove padding setting ( #29819 )
* fix: PageHeader tabs remove padding setting
* fix: only change padding top and bottom
4 years ago
wangao
bee77c3362
fix: add forwardRef to CheckBoxGroup for v3 compatibility ( #30039 )
* fix: add forwardRef to CheckBoxGroup for v3 compatibility
* tests: add CheckboxGroup forwardRef test
4 years ago
jinchaofs
aa9fac49f7
fix: [Transfer] The box-shadow of the bottom button is not visible ( #30030 )
Co-authored-by: jinchao.li <jinchao.li@cyclone-robotics.com>
4 years ago
云剪者
f5d6756d77
docs: fix the align - items ( #30022 )
4 years ago
undefined
2ca113afd5
fix: Cannot read property 'removeChild' of null ( #29961 )
* fix: undefined error
fix: undefined error
* fix: exec order
4 years ago
afc163
87c8b5a180
fix: Button align issue ( #30006 )
close #29978
4 years ago
afc163
13a829d20c
fix: classNames typing errors ( #30018 )
4 years ago
Kermit
dda9f61458
fix(tabs): can't scroll when vertical mode in safari ( #29983 )
* fix(tabs): can't scroll when vertical mode in safari
* fix: typo
* fix: operation button
4 years ago
lijianqiang0502
d05ff8e777
docs: Update Tag index.zh-CN.md ( #29982 )
* Update index.zh-CN.md
增加文档api可读性,避免因tag closable的默认行为给用户造成预期之外的错误
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
einq7
04fa4fce39
docs: fix treeDataSimpleMode type ( #29984 )
4 years ago
zombiej
3d7f077539
docs: Fix doc typo
4 years ago
Caspian Chen
453d278a5c
fix: @table-border-radius-base没有被应用到.ant-table节点上 ( #29966 )
4 years ago
Ignatius Aggrey
e32c881cd0
fix: Change type of Popconfirm props: okButtonProps to ButtonProps ( #29928 )
* Change type of Popconfirm props: okButtonProps to ButtonProps
According to the Popconfirm API docs the type of the type of the props okButtonProps and cancelButtonProps is ButtonProps In the actual code however it is was typed as NativeButtonProps causing type errors when using ButtonProps like 'href'
* fix: Remove unused NativeButtonProps
4 years ago
MaoXiangming
b5c8bcd409
fix: add es_Es locale Table 'selectNone' field ( #29962 )
4 years ago
xrkffgg
7f15e7f38e
fix: Descriptions labelStyle unsuccessful ( #29942 )
* fix: Descriptions labelStyle unsuccessful
* use hook
* Update components/descriptions/demo/style.md
* fix lint
* fix ts
4 years ago
二货机器人
8e885a7e08
fix: Not try to modify lock file ( #29944 )
4 years ago
zombiej
a1baecbd2f
test: Always wait for motion ended
4 years ago
二货机器人
7fe8f0469c
refactor: Remove useless code ( #29931 )
* refactor: Remove useless code
* rm useless code
4 years ago
afc163
077443696b
docs: fix Form requiredMark demo
close #29921
4 years ago
einq7
4f52d7f964
docs: fix typography mistake in Upload section ( #29912 )
4 years ago
Guru Mahendran
7e6bfa4a8c
chore: fix typo initTreeDate -> initTreeData ( #29911 )
4 years ago
undefined
ba9323decb
Fix Button Wave Effect in shadow root ( #29897 )
* fix wave effect for shadow dom
fix
* fix: wave tests
components are inside shadow dom, test fail because they are looking for a style element outside of the shadow dom, they fail because style is now placed (as expected) inside the shadow dom
* fix: typeguard
* fix: use updateCSS api
4 years ago
isakol
d9885c7be0
feat: improve sv_SE locale ( #29896 )
4 years ago
kily zhou
59c3c71b72
feat: Table adds rowSelection.defaultSelectedRowKeys ( #29879 )
4 years ago
afc163
afbbeb5337
fix: Pagination focus style stay after interaction ( #29891 )
close https://github.com/react-component/pagination/pull/329
close #29882
4 years ago
afc163
603c0c1733
fix: Steps progress item cut at edge ( #29893 )
close #29824
4 years ago
SyMind
a142969986
fix(pagination): Unexpected input height ( #29886 )
When use modifyVars to override the `input-height-base`, the quick jumper input height expected `input-height-base`, but not really.
4 years ago
yaoweiprc
ed37b80d11
docs: Update dynamic-form-items.md ( #29807 )
* Update dynamic-form-items.md
原来的代码只有在使用Space包裹多个Form.Item的时候可以跑起来,如果把Space换成div或者其它组件,点击Add Field之后,因为多个Form.Item 通过 {...restField} 指定了相同的key,浏览器会报 Encountered two children with the same key, `0`. Keys should be unique so that components maintain their identity across updates.
换成这种restField的写法可以避免这个问题,让不使用Space包裹多个Form.Item的场景也能跑通不报错。
* Update components/form/demo/dynamic-form-items.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
Jojo Narte
a98e4fc907
fix: (Upload) stopPropagation on file drop ( #29832 )
Call e.stopPropagation on file drop to support nested drag and drop upload use-cases
4 years ago
Bernard Niset
e49281c7f5
feat: Apply ConfigProvider componentSize on Tabs component ( #29844 )
4 years ago
二货机器人
462386a9ab
chore: Rm tag hover style ( #29874 )
4 years ago
二货机器人
5f38753f6c
fix: align TextArea `maxLength` logic ( #29867 )
* fix composition
* fix input
* update doc
* fix tst
* more test case
* more test case
4 years ago
CodingYingYingYing
a21c1a88c1
fix: Typography.Paragraph\Text\Title ts ( #29787 )
* fix: Typography.Paragraph\Text\Title ts
* feat: add doc
* feat: title ts
* feat: cr
* chore: revert
* chore: ts
* feat: doc/sort & drop onChange
4 years ago
Bernard Niset
76a96965ee
feat: Add form translations to fr_FR i18n ( #29839 )
4 years ago
MaoXiangming
8ff10277e1
fix: table demo drag-sorting drag error ( #29825 )
close #29800
4 years ago
二货机器人
2e35b4ee05
refactor: use rc-util for csp ( #29804 )
* refactor: use rc-util for csp
* update icons version
* add csp support
* update deps
4 years ago
afc163
99289a0856
style: better Checkbox/Radio label text layout ( #29788 )
* style: optimize checkbox label text layout
* style: optimize radio label text layout
* fix transfer checkbox position
* fix checkbox align issue in Transfer
* fix snapshot
4 years ago
afc163
92bc5dfdcd
fix: Tabs active item width changes ( #29781 )
close #29532
4 years ago
xrkffgg
b5ac892ada
docs: perf website
4 years ago
杨兴洲
d775fb830d
docs: fix ConfigProvider doc typo ( #29776 )
4 years ago
Kermit
7fdfa4e64d
fix(upload): beforeUpload type declaration ( #29766 )
* fix(upload): beforeUpload type declaration
* chore: update doc
4 years ago
Amumu
e2eb810ed3
feat: add fr_CA locale ( #29748 )
4 years ago
xrkffgg
8622c39f29
docs: update typography api show
4 years ago
xrkffgg
135f39ddd4
Update components/upload/index.zh-CN.md
4 years ago
xrkffgg
d05112427a
Update components/upload/index.en-US.md
4 years ago