Commit Graph

16037 Commits

Author SHA1 Message Date
MadCcc
40b7aaf991
fix: arrow compatible (#41872) 2023-04-19 15:53:42 +08:00
iola1999
26555fcd12
fix: tour arrow color (#41761)
* fix: tour arrow color

* test: updte

* fix: duplicate class name

* test: update snapshot

* chore: speedup

* fix: update current step props by onChange

* chore: optimization

* fix: props.current may change

* chore: save

* test: coverage

* chore: optimization

* chore: add useMergedType

* chore: save

* chore: optimization

* chore: optimization

* chore: optimization

* chore: move file

* refactor: useMergedType hook

* chore: save

* chore: optimization

* test: ci

* chore: remove useMemo

* chore: use nullish coalescing operator

* chore: rename setInnerCurrent to updateInnerCurrent
2023-04-19 13:13:50 +08:00
dependabot[bot]
faffd45d57
chore(deps-dev): bump immer from 9.0.21 to 10.0.1 (#41857)
* chore(deps-dev): bump immer from 9.0.21 to 10.0.1

Bumps [immer](https://github.com/immerjs/immer) from 9.0.21 to 10.0.1.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.21...v10.0.1)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
2023-04-19 12:15:21 +08:00
afc163
107a28fa94
demo: fix Deprecated usage in form demo (#41860)
* demo: fix Deprecated usage in form demo

* test: update snapshot

* test: update snapshot
2023-04-19 11:56:15 +08:00
二货爱吃白萝卜
a5d420b941
chore: bump motion (#41873)
* chore: bump motion

* test: update snapshot

* test: update snapshot
2023-04-19 11:22:09 +08:00
MadCcc
df6c82f027
test: fix typo test case (#41850)
* test: fix typo test case

* test: update snapshot
2023-04-18 11:35:07 +08:00
二货爱吃白萝卜
099b0fc52a
docs: adjust form diabled demo (#41839) 2023-04-17 14:33:11 +08:00
Kiyan
0bcdce0cd7
fix: FloatButton findDOMNode is deprecated in StrictMode. (#41833)
* fix: FloatButton findDOMNode is deprecated in StrictMode.

* revert basic.tsx
2023-04-17 10:37:15 +08:00
afc163
7cd9b90b94
demo: improve Layout trigger style (#41827)
* demo: improve Layout trigger style

* test: update snapshot
2023-04-16 16:13:42 +08:00
afc163
49519a37af
style: remove Layout.Sider transition (#41828) 2023-04-16 16:10:21 +08:00
Amumu
6f2a829621
chore: rc-trigger move to dev depds (#41808)
* chore: rc-trigger move to dev depds

* test: fix type

* ci: lock react-sticky-box@2.0.0
2023-04-14 16:50:07 +08:00
Amumu
e6300a56c6
docs: update docs for showArrow (#41796)
* docs: update docs for `showArrow`

* docs: update
2023-04-13 21:14:13 +08:00
aaarichter
816e250c8f
fix: typo in deDE (#41780)
Co-authored-by: Andreas Richter <andreas.richter2@qbeyond.de>
2023-04-12 22:25:07 +08:00
二货爱吃白萝卜
e2606d477d
fix: form item support comment (#41771)
* fix: form item support comment

* chore: clean up

* fix: lint
2023-04-12 16:15:04 +08:00
lijianan
646f7cd014
docs: update docs (#41764) 2023-04-12 12:08:38 +08:00
dependabot[bot]
5b23a6aac2
chore(deps-dev): bump glob from 9.3.5 to 10.0.0 (#41737)
* chore(deps-dev): bump glob from 9.3.5 to 10.0.0

Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 10.0.0.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v9.3.5...v10.0.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: upgrade glob usage

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-04-12 11:40:09 +08:00
muxin
a496ecdb5d
fix: optimize the type definition of Modal (#41742)
* fix: optimize modal type

* test: update test

* test: update test

* fix: funcModal do not support afterOPenChange

* fix: funcModal do not support afterOPenChange1

* docs: use en exegesis

* docs: use en exegesis
2023-04-12 10:11:31 +08:00
二货爱吃白萝卜
96311fe443
fix: Edge useless icon (#41759) 2023-04-12 09:59:31 +08:00
Yuki Zhang
0495be222c
fix: styling issues with the Popover component within the Space.Compa… (#41707)
* fix: styling issues with the Popover component within the Space.Compact wrapper

* fix: styling issues with the Tooltip based  component within the Space.Compact wrapper

* test: update snapshots

* test: update snapshots

* refactor: memoOverlay

* test: update snapshot

* Revert "test: update snapshot"

This reverts commit 85d8142498f752172f610674040df098e5e7432e.

* test: adjust check logic

* test: add test case for popover content

* test: update tooltip case

* fix: test coverage

* fix: lint

---------

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-04-11 22:26:21 +08:00
Wuxh
1fc3675b91
Revert "type: TimePicker added hourStep type" (#40956)
* Revert "type: TimePicker added hourStep type (#40947)"

This reverts commit c89640d843.

* deps: bump rc-picker@3.6.0

* Update package.json

Co-authored-by: Wuxh <wxh1220@gmail.com>

* Update components/time-picker/demo/interval-options.tsx

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-04-11 19:01:12 +08:00
Eldar Mirzabekov
e36dfde87d
fix: add missing translations for de_DE (#41747) 2023-04-11 16:33:10 +08:00
二货爱吃白萝卜
b1c42a3292
test: Diff of React 17 & 18 (#41739)
* test: prepare for 17 & 18 diff

* test: prepare for 17 & 18 diff

* test: update snapshot

* test: fix arr check

* test: update snapshot

* test: update snapshot
2023-04-11 11:47:38 +08:00
黑雨
cef58664e8
📝doc: add design token table (#41717)
* feat: add token

* 📝doc: update lint

* 📝doc: update doc
2023-04-11 10:25:24 +08:00
afc163
0eed438d76
fix: Select width getting smaller when search (#41722)
* bump rc-select

* fix: Select width become 0px when searching
2023-04-10 13:11:51 +08:00
afc163
4b2c5ded8d
fix: Empty style in small width container (#41727)
close #41726
2023-04-10 13:11:34 +08:00
Wuxh
32f8134f4f
feat: improve noStyle validation message display logic (#41698)
* test: add case

* feat: improve `noStyle` validation message display logic

When `noStyle=true` and `help=false`, the error message is blocked from being passed up

* test: update test case

* Revert "test: update test case"

This reverts commit a3e5d84ea620becb9e72b6b71766c01114add9ae.

* chore(type): update typo

* Revert "chore(type): update typo"

This reverts commit e13ec3ba5267394e8112fb742ec9bc9d4afdef5b.

* test(deps): DO NOT MERGE

* test: DO NOT MERGE

* Revert "test: DO NOT MERGE"

This reverts commit 2f4ea8e0ce64f88ab690c6e54b86034a92bcb55f.

* Revert "test(deps): DO NOT MERGE"

This reverts commit 48e700ef4aaa4675f29d3fbd23156bd8f692949e.
2023-04-10 12:03:11 +08:00
Wuxh
0e65dad8e9
chore: Form.Item should not support requiredMark (#41725)
* test: add case

* chore: Form.Item does not support requiredMark
2023-04-10 12:02:06 +08:00
afc163
9619c8c37e
style: remove Space font style (#40326)
* refactor: simplify code

* style: fix Space font style

* demo: fix Select demo
2023-04-10 10:29:26 +08:00
lijianan
862ce2eba5
fix: fix hover style (#41685)
* fix: fix hover style

* fix

* fix
2023-04-10 09:43:03 +08:00
lijianan
117203b05b
test: update snap fix CI (#41701)
* test: update snap fix ci

* test: update snapshot

---------

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-04-08 21:26:15 +08:00
JiaQi
1688d5995f
chore: Update random image sources (#41704)
* chore: update demo

* chore: update test case

* chore: update snap
2023-04-08 21:01:51 +08:00
Chinnawat Chimdee
09430623b5
fix: add missing Thai locale config (#41697) 2023-04-08 16:24:24 +08:00
acyza
3b60671fb9
fix: switcherIcon cannot be hidden (#41708)
* fix: switcherIcon cannot be hidden

* fix: switcherIcon cannot be hidden

* chore: update

* chore: add test case

* chore: fix test
2023-04-08 09:54:20 +08:00
JiaQi
b483ef8c3f
style(List.Item.Meta): Avatar and title are not aligned (#41688)
* fix(List.Item.Meta):Avatar and title are not aligned

* chore: add test case
2023-04-07 23:39:23 +08:00
Rinku Chaudhari
4dc86da9e5
chore: code comment english (#41706)
* translations: cn to en

* docs: grammar fix and ts definitions translated to english

* scripts change revert
2023-04-07 23:27:50 +08:00
JiaQi
bebc05196d
fix(Grid): Row justify setting space-evenly does not work (#41679) 2023-04-06 19:43:32 +08:00
lijianan
3b22b89e6d
type: fix type error (#41650)
* type: fix type error

* fix
2023-04-06 17:33:14 +08:00
Jiehui
820abee5f7
docs(Notification): completing descriptions of missing props (#41671)
* docs(Notification): completing descriptions of missing props.

* Update components/notification/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-04-06 17:28:21 +08:00
lijianan
326d7a1074
fix: add col width, fix table width error (#41626)
* Update useSelection.tsx

* Update useSelection.tsx

* fix

* fix

* fix

* add demo
2023-04-06 17:16:27 +08:00
muxin
fc24f382fc
style: remove fixed height in badge.ribbon (#41661)
* style: remove fixed height in badge.ribbon

* docs: update demo

* test: update snapshot
2023-04-06 16:41:03 +08:00
afc163
c0fb6236a2
style: fix Mentions dropdown style (#41660) 2023-04-06 14:31:35 +08:00
ChuTao Zhang
abdb770683
demo: demo bug of draggable modal (#41630)
该值默认false时,弹出窗口,鼠标不经过modal 的header(即绕过header,从左/右/下方进入modal的body),鼠标左键在body区域按下=着不放并移动,modal也会跟着移动,有时需要选中复制body内文字时,modal一直跟着移动而造成无法选择文字
2023-04-05 11:17:29 +08:00
Wxh16144
ef8b824ef1
chore: improve Form.Item on Require judgment logic (#41623)
* test: add case

* chore: improve `Form.Item` on Require judgment logic
2023-04-04 15:23:43 +08:00
二货爱吃白萝卜
4299d774ac
chore: optimize Select like component popup logic (#41619)
* chore: bump trigger ver

* chore: support auto flip + shift

* test: update snapshot

* chore: use in TreeSelect & Cascader
2023-04-04 13:43:53 +08:00
二货爱吃白萝卜
1a1fdf0cee
docs: Update QR Code basic demo (#41614)
* docs: Update qr code demo

* docs: update demo
2023-04-03 22:34:05 +08:00
Amumu
bf9eff66d7
chore: merge feature into master (#41598)
* 🦄️ refactor(DatePicker,Calendar): dateRender,monthRender => cellRender (#41584)

* refactor: dateRender => cellRender

* feat: update snapshots

* feat: update snapshots

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* feat: update test case

* docs: update docs

* feat: optimize code

* feat: optimize code

* feat: update test case

* feat: update test case

* test: fix lint error (#41596) (#41600)

* test: fix lint error

* chore: fix lint

---------

* feat: Picker luxon support (#41580)

* chore: add luxon english documentation

* chore: add draft chinese documentation

This documentation was auto-generated based on the english version so it is only a rough draft and will most likely need to be refined.

* fix: improve documentation phrasing

---------

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: Sylvain Boulade <sboulade@gmail.com>
2023-04-03 11:21:24 +08:00
JiaQi
f414abc96d
fix(Form): Feedback does not automatically deduce the correct state (#41594)
* fix(form): Feedback does not automatically deduce the correct state

* rerunning
2023-04-02 17:53:29 +08:00
afc163
bc7fc713bc test: update checkbox snapshot 2023-04-01 21:20:04 +08:00
afc163
468f806e03 Merge branch 'feature' into master-merge-feature 2023-04-01 21:17:17 +08:00
lijianan
fd4cab792b
🦄️ refactor: renderSwitcherIcon => React.FC (#41556) 2023-04-01 13:38:34 +08:00