JiaQi
9d51345f90
feat(Collapse): Collapse support for setting size ( #40286 )
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2 years ago
二货爱吃白萝卜
1fc374495f
chore: patch for missing rootClassName ( #40217 )
* chore: init test
* test: rootClassName inject
* test: part of test
* chore: patch qrcode rootCls
* chore: part rootClassName
* chore: part rootClassName
* test: more test
* test: more test
* test: more test
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* test: more test
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: fix lint
* chore: fix lint
* chore: ignore part of lint
* test: update snapshot
* test: fix test case
* chore: fix node test
* chore: adjust render logic
* fix: test
* test: update snapshot
* test: update
* refactor
* chore: fix require module logic
2 years ago
二货爱吃白萝卜
1bcb25166b
test: update snapshot ( #40328 )
2 years ago
lijianan
b9a6b7b578
demo: update demo ( #40318 )
* demo: update demo
* add form
* clear
* add Select
* add
* fix style
* fix style
* fix
* revert
2 years ago
Simón Posada Fishman
73a71967c5
Focus outline: lineWidth -> lineWidthBold ( #40291 )
Instead of multiplying by 4 lineWidth, simply use lineWidthBold.
This makes it possible to customize the focus outline line width with the theme config.
2 years ago
luo3house
98cf6b582e
fix(wave): validate detached dom node's wave style ( #40307 )
2 years ago
kiner-tang(文辉)
8b3868ac63
feat(tooltip): tooltip support arrow prop ( #40234 )
* feat: tooltip support arrow props
* docs: update docs
* chore: update rc-tooltip version
* feat: update snapshots
* feat: update snapshots
* style: format code
* Update components/tooltip/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/tooltip/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/tooltip/demo/arrow.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/tooltip/demo/arrow.md
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: code optimize
* docs: update docs
* feat: code optimize
* feat: del doc
* feat: update snapshots
* feat: update snapshots
* feat: update snapshots
* feat: refactor dropdown arrow style
* feat: comment
* Update components/tooltip/demo/arrow.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: popover support arrow prop
* feat: tour arrow style optimize
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: update test case
* feat: update test case
* feat: update test case
* Update components/popover/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/tooltip/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
lijianan
d549964493
demo: update demo ( #40313 )
* demo: update demo
* add
* fix lint
2 years ago
lijianan
ba38ef6804
demo: update demo ( #40306 )
2 years ago
ChenXiao
0e9623ccb0
fix(Breadcrumb): fix wrong overlay deprecation warning in Dropdown when use Breadcrumb with menu props ( #40211 )
* fix(Breadcrumb): wrong overlay deprecation warning in Dropdown when use Breadcrumb with menu props
* fix(Breadcrumb): fix wrong overlay deprecation warning in Dropdown when use Breadcrumb with menu props
2 years ago
lijianan
3892ce3c6d
chore: remove useless code ( #40303 )
2 years ago
lijianan
26ec8fcdc9
demo: update demo ( #40295 )
* demo: update demo
* update demo
* update demo
2 years ago
Rinku Chaudhari
055624f85b
reformat/typo: removed useless ts-ignore and 'ignore' typo fix ( #40298 )
* reformat/typo: removed useless ts-ignore and 'ignore' typo fix
* fix: components/version/index.ts typescript error
Co-authored-by: rinku.chaudhary <rinku.chaudhary@amniltech.com>
2 years ago
René Wang
a2980e3d57
lint: remove useless `ts-ignore` comment ( #40289 )
2 years ago
二货爱吃白萝卜
cc1870d8bd
chore: add linter of not selector ( #40264 )
* chore: add linter of not selector
* chore: update tree style
* fix: DatePicker
* fix: compact
* fix: compact vertical
* perf: style
* fix: vertical compact
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
Danial Soheili
164ea65250
Bugfix/modal destroy all with context ( #40281 )
* 🐞 FIX: destroyAll not working with useModal
* 🧪 TEST: add test
* Update components/modal/useModal/index.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2 years ago
JiaQi
a713bf7978
fix(Message): Message global static method 'config' setting duration is invalid ( #40232 )
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2 years ago
Danial Soheili
a91ef95184
💄 STYLE: Button's color should override child anchor's color ( #40269 )
2 years ago
二货爱吃白萝卜
8f81298027
docs: Adjust Modal demos ( #40274 )
* docs: Adjust modal demo
* test: update snapshot
2 years ago
Danial Soheili
65c6d5717d
💄 STYLE: wrong text color & cursor when Radio is disabled ( #40273 )
2 years ago
Rafael Carvalho
e13c8ad877
fix: missing translation for Brazilian Portuguese ( #40270 )
Add translation for filterCheckall, filterSearchPlaceholder and Tour
2 years ago
Wuxh
64eb840be2
chore: fix Menu split line style error ( #40268 )
* chore: fix Menu split line style error
* docs: update demo
* test: update snapshot
2 years ago
lijianan
ca2d1325e3
docs: fix typo word ( #40267 )
2 years ago
lijianan
cfca763fa8
chore: adjust parameter order ( #40251 )
2 years ago
lijianan
199c72a212
chore: adjust parameter order ( #40252 )
2 years ago
lijianan
8970f65faf
chore: adjust parameter order ( #40250 )
2 years ago
lijianan
4626bfb0af
git add . ( #40249 )
2 years ago
lijianan
0ad9ae1695
chore: adjust parameter order ( #40253 )
2 years ago
lijianan
6cbeb26582
chore: adjust parameter order ( #40254 )
2 years ago
lijianan
1f201d5cc9
chore: adjust parameter order ( #40256 )
2 years ago
lijianan
6a255f1a23
chore: adjust parameter order ( #40255 )
2 years ago
lijianan
c627ff381a
refactor: adjust parameter order ( #40257 )
2 years ago
lijianan
a318fabe6c
chore: ts optimization ( #40258 )
2 years ago
lijianan
28d1157d6b
type: optimization undefined type ( #40241 )
* type: optimization undefined type
* fix type
* fix type
* add
* revert
* revert
* revert
2 years ago
MadCcc
c8b4915767
fix: checkbox should have line-height ( #40208 )
2 years ago
JarvisArt
bc32f1444d
demo: calendar demo supports dark mode ( #40239 )
2 years ago
Danial Soheili
dfa207253e
💄 STYLE: fix DatePicker's next & prev icons in rtl mode ( #40238 )
2 years ago
Jimmy
546bda457f
demo : Tabs `onEdit` Callback parameter type problem ( #39926 )
* fix : Tabs`onEdit`Callback parameter type problem
* fix : Tabs onEdit Callback parameter type problem
2 years ago
puxiao
5fa7baa786
docs: Update Image index.zh-CN.md ( #40233 )
2 years ago
lijianan
973abb6e56
test: add test case for en-US blog to avoid omission in translation ( #40231 )
2 years ago
前端练习两年半
4f14109aef
docs: update dropdownRender demo description ( #40212 )
Co-authored-by: chengqu <wd348312@alibaba-inc.com>
2 years ago
JarvisArt
2e234aa285
demo: tag demo supports dark mode ( #40202 )
2 years ago
dong
e378ec5493
fix: Dropdown accidental opening of container ( #40201 )
2 years ago
二货爱吃白萝卜
96c0c21139
chore: adjust wave pos ( #40192 )
* chore: adjust wave pos
* chore: patch check
* chore: update post
2 years ago
Wuxh
06dde33601
fix(Table): fix sticky table header shadow style error ( #40171 )
* fix: fix sticky table header shadow style error
* fix
2 years ago
lijianan
481710ecae
fix: eslint error ( #40183 )
2 years ago
JarvisArt
c55180341e
demo: form advanced-search beautification style ( #40180 )
2 years ago
JarvisArt
76e0d9cdca
demo: drawer render-in-current demo supports dark mode ( #40181 )
2 years ago
afc163
5518855f82
style: fix Segmented thumb radius size ( #40179 )
2 years ago
afc163
a6a315b43f
style: fix Segmented item hover radius style ( #40175 )
* style: fix Segmented item hover radius style
* chore: update function name
2 years ago