linercoder
1fdd45ef10
doc: replace the printed value ( #40847 )
...
Co-authored-by: linercoder <linjunjie@realibox.com>
2023-02-21 17:59:18 +08:00
JiaQi
7043cadab0
fix(TimeLine): Fixed the Timeline item className error ( #40835 )
2023-02-21 12:09:01 +08:00
linxianxi
6c49fc9422
demo: fix upload drag can not preview ( #40837 )
2023-02-21 11:13:00 +08:00
JiaQi
f76e5bb954
style(rate): fix the rate interaction style under disabled ( #40836 )
2023-02-21 10:25:46 +08:00
MadCcc
853283b7e4
docs: DatePicker design tab ( #40745 )
...
* docs: DatePicker design tab
* docs: add design demo
* docs: add anchor for design demo
* docs: init g6
* docs: behavior map
* test: fix test cov
* docs: behavior map comp
* docs: add map title
* docs: fix ssr
* docs: update demo
* docs: optimize copy ux
* docs: update demo
* chore: code clean
2023-02-20 10:51:18 +08:00
lijianan
33275b6e80
demo: fixed the avatars are all the same picture ( #40809 )
...
* demo: update demo
* update snap
* update snap
* update snap
2023-02-20 10:24:40 +08:00
afc163
c32e5e38ef
style: fix List item padding when enable grid
( #40806 )
...
- Reduce the horizontal padding of list items from `${token.paddingContentHorizontalLG}px` to `0`
[components/list/style/index.ts]
- Reduce the horizontal padding of list items from `${token.paddingContentHorizontalLG}px` to `0`
2023-02-19 21:43:23 +08:00
afc163
3b2cd725cb
style: fix Upload picture card style alignment ( #40805 )
...
- Align SVG elements in the picture card style
- Update components/upload/style/picture.ts
[components/upload/style/picture.ts]
- Add vertical alignment for SVG elements in the picture card style
2023-02-19 21:40:05 +08:00
JiaQi
e142e2436d
style(DatePicker): fix hover style error when checked again ( #40785 )
2023-02-19 21:27:46 +08:00
afc163
9b25304c29
style: fix Table dropdown radius style ( #40802 )
2023-02-19 20:35:36 +08:00
Lukáš Licek
6fa4c2e59f
demo: Example checkbox does not disable Form ( #40740 )
...
* fix: Example checkbox does not disable Form
In this demo, the example checkbox disables the form, which should be the functionality of the "Form disabled" checkbox and only that one.
* Update disabled.tsx
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-02-19 16:59:20 +08:00
Jungzl
76dc87f1c3
fix: adjust onBackground outputs to support semi-transparent colors ( #40729 )
...
* chore(deps): bump @ctrl/tinycolor from 3.4.0 to 3.6.0
* fix: adjust onBackground outputs to support semi-transparent colors
2023-02-19 16:24:20 +08:00
Ritesh Makan
54d3a738f6
demo: Fix broken avatars ( #40793 )
...
* Update links from https://joeschmoe.io to https://joesch.moe
* updated snapshots
2023-02-19 14:20:01 +08:00
红果汁
0a24676845
fix: use loading delay not delay at first time ( #40751 ) ( #40759 )
...
* fix: use loading delay not delay at first time
* perf: test code
* refactor: optimization code
* fix: lint problem
* refactor: prefer code
* refactor: prefer code
* refactor: prefer code
2023-02-19 12:48:28 +08:00
lijianan
de82a15b22
type: simplify getPlacement return type ( #40775 )
2023-02-17 22:11:06 +08:00
shitian9
51200e7732
demo: fix lazy.tsx type ( #40778 )
...
Demo 有问题,会在 VSCode中 引用 `loadData`、`onChange` 时 会报错
2023-02-17 22:10:23 +08:00
lijianan
5199344d09
docs: fix unsupported syntax ( #40779 )
2023-02-17 18:27:35 +08:00
carla-cn
fd2db7614f
fix: diabled Input abbdon should not have status style ( #40744 )
...
Co-authored-by: zhouling <zhouling@kezaihui.com>
2023-02-17 15:45:29 +08:00
MadCcc
40abef340a
fix: update DatePicker style ( #40768 )
2023-02-17 12:04:35 +08:00
JiaQi
12a734adac
fix(Radio): Handle nesting correctly ( #40741 )
2023-02-17 10:23:34 +08:00
muxin
03ef8225cf
docs: add description of maxTagTextLength api ( #40757 )
...
close 40755
2023-02-16 19:20:23 +08:00
红果汁
c4f83649ae
fix: add Tour french locale ( #40750 )
2023-02-16 12:17:55 +08:00
slotDumpling
6234509d18
fix: active skeleton safari problem ( #40692 )
2023-02-15 16:52:48 +08:00
JiaQi
910d0fc340
fix: inconsistency between checkbox and radio in table when Form is disabled ( #40728 )
2023-02-15 13:21:53 +08:00
Wade
213efa2cf1
demo: lose input focus when add new tag in animation demo ( #40722 )
...
Co-authored-by: wen-wei-feng <wen-wei.feng@hp.com>
2023-02-14 17:43:53 +08:00
lyn
d823f60edf
docs: fix docs error ( #40714 )
2023-02-14 10:15:30 +08:00
Jung Min O
2c694258d2
Update ko_KR.ts ( #40716 )
2023-02-14 09:20:45 +08:00
@linhf2023
fb5305d4c6
fix(TimeLine): Correct className ( #40700 )
...
Co-authored-by: WB780012 <wb-lhf780012@antgroup.com>
2023-02-13 15:41:47 +08:00
lijianan
c885a42e3b
refactor: rewrite panelRender function to funtion component ( #40670 )
...
* fix: Indicators support number 0
* fix
* fix
* fix
* fix
* fix
* refactoring: rewrite panelRender function to funtion component
* restart ci
* fix
* fix
* fix
* Update index.test.tsx
* Update index.en-US.md
* Update components/tour/panelRender.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* raname
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-13 14:30:08 +08:00
Long Hao (龙濠)
4299a0b28b
fix: 修复滑动条中 dot 的触发范围异常 ( #40679 )
2023-02-13 10:58:11 +08:00
RamonEspinosa
9632b36b04
type: fix drag sorting demo typos ( #40697 )
2023-02-13 10:49:44 +08:00
JiaQi
f646ba9c3a
fix(DatePicker): Fixed incorrect cursor when Picker of DatePicker is month and quarter ( #40607 )
...
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2023-02-13 10:42:05 +08:00
linxianxi
c48c712371
demo: remove react-dnd, use dnd-kit ( #40674 )
...
* demo: remove react-dnd, use dnd-kit
* change type
2023-02-13 10:29:12 +08:00
lijianan
774bd8e6aa
fix: Indicators support number 0、null、undefined ( #40631 )
...
* fix: Indicators support number 0
* fix
* fix
* fix
* fix
* fix
* Update components/tour/__tests__/index.test.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* test: add test
* Update index.zh-CN.md
* Update index.en-US.md
* fix: update test
* test case
* Update components/tour/__tests__/index.test.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/tour/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* fix style
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-13 10:21:45 +08:00
藤原托漆
766e7f8f6b
docs: fix docs file name error ( #40683 )
2023-02-10 23:15:54 +08:00
MadCcc
c5dc6a4b92
fix: steps custom icon size ( #40672 )
2023-02-10 17:31:30 +08:00
Sunny-117
3cd756a514
chore(test): replace toEqual with toBe for boolean results ( #40673 )
2023-02-10 16:15:16 +08:00
MadCcc
40e77c40d3
docs: overview dark cover ( #40666 )
...
* docs: add dark overview
* docs: show dark cover in dark theme
* docs: update cover
2023-02-09 22:17:31 +08:00
Eldar Mirzabekov
31cbbce825
fix: add missing translations for ru_RU and uk_UA ( #40656 )
2023-02-09 16:41:22 +08:00
Wuxh
654897e151
docs(date-pciker): update demo docs ( #40653 )
2023-02-09 12:59:30 +08:00
lijianan
8ecb4cdc60
docs: update 5.2.0 changelog ( #40649 )
...
* update changelog
* update changelog
* update changelog
* Update components/timeline/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update CHANGELOG.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/timeline/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-09 11:37:40 +08:00
lijianan
9ad1a8e091
docs: fix docs error ( #40645 )
2023-02-09 00:19:08 +08:00
Riyad Elberkawy
21da39ae33
type: update upload UploadFile type ( #40634 )
2023-02-08 19:00:25 +08:00
lijianan
9fd6159772
lint: fix eslint error ( #40629 )
2023-02-08 15:04:32 +08:00
lijianan
57d0fdde8e
fix: deleted margin of the last indicator ( #40624 )
2023-02-08 10:46:38 +08:00
xrkffgg
c325474047
style: rename fontFamilyCode ( #40622 )
...
* style: rename fontFamilyCode
* Update seed.ts
* Update mixins.ts
2023-02-08 10:34:06 +08:00
lijianan
66885f6f5c
docs: adjust the order of Alert ( #40623 )
2023-02-08 10:27:07 +08:00
github-actions[bot]
e4e94b9144
chore: auto merge branches ( #40614 )
...
chore: merge feature into master
2023-02-08 01:11:48 +00:00
Amumu
c412894eba
docs: revert docs ( #40615 )
...
* docs: revert docs
* docs: update
* docs: update
* docs: update
* docs: update
* docs: update
2023-02-08 00:32:58 +08:00
Alan
1dded7fd4b
fix(Spin): not close Spin immediately when using delay ( #40475 )
...
* fix(Spin): close Spin immediately when using delay
* test(Spin): add delay close test case
2023-02-07 23:46:10 +08:00