tangjinzhou
5376014b33
docs: update doc anchor
2023-04-21 22:29:04 +08:00
tangjinzhou
bccd9204e8
feat: anchor add customTitle slot #6447
2023-04-21 21:29:20 +08:00
Cherry7
8932aff13f
feat(anchor): add direction action ( #6447 )
...
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-04-21 17:33:38 +08:00
tangjinzhou
de00607dc7
feat: remove backtop
2023-04-21 16:19:41 +08:00
tangjinzhou
0683ede0fb
feat: add convertLegacyToken
2023-04-21 14:52:32 +08:00
xihaoshangdi
634adae1c3
fix(a-form):fixed use props.name instead window.name ( #6460 )
2023-04-21 14:01:57 +08:00
Cherry7
95642610da
fix(Select): fix polite span effect ( #6467 )
2023-04-21 13:55:28 +08:00
xing.org1^
69da428a51
fix(RangePicker): syntax errors ( #6469 )
2023-04-21 11:14:34 +08:00
tangjinzhou
78c8c9d791
fix: virtual list error at firefox, close #6470
2023-04-21 11:12:45 +08:00
Cherry7
c690f4188a
doc(transfer): tree-transfer disabled style ( #6480 )
2023-04-21 09:54:05 +08:00
果冻橙
838aa71b4b
fix: cssinjs compatibility ( #6454 )
2023-04-13 16:39:29 +08:00
Cherry7
2bf654da71
chore(docs): update docs ( #6446 )
...
* docs(space): update demo
* docs(affix): update docs
2023-04-12 21:25:23 +08:00
Cherry7
bf5fcdc269
docs(DatePicker): update docs ( #6450 )
2023-04-12 21:22:14 +08:00
tangjinzhou
d4f2e97ca9
fix: modal api method i18n not work, close #6438
2023-04-08 21:56:32 +08:00
鱼见
0b85b84dcf
fix(badge): badge props count default value error ( #6433 )
2023-04-08 21:05:12 +08:00
果冻橙
4e277ea9bb
fix
...
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
2023-04-08 20:57:46 +08:00
selicens
bf97057c2c
test: add QRCode unit testing ( #6441 )
2023-04-08 20:56:35 +08:00
tangjinzhou
637656b0c3
fix: picker import error
2023-04-06 17:31:51 +08:00
tangjinzhou
33d1553908
fix: qrcode size error, close #6418
2023-04-06 17:09:04 +08:00
Cherry7
2eaad16331
fix(defaultConfigProvider): add getPopupContainer ( #6425 ), close #6419
2023-04-06 15:56:58 +08:00
tangjinzhou
58998c4978
fix: progress borderRadius reactive #6409
2023-04-06 15:40:10 +08:00
Cherry7
7db4265616
feat(Progress): enhance size prop and add variants ( #6409 )
...
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
2023-04-06 15:11:58 +08:00
tangjinzhou
8a3ed32254
docs: update compatiple #6415
2023-04-06 14:46:47 +08:00
Cherry7
1151bdad0f
feat(StyleProvider): add StyleProvider handle cssinjs features ( #6415 )
...
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
2023-04-06 11:07:55 +08:00
luoawai
84037f8eef
fix(Modal): fix modal locale ( #6423 )
2023-04-06 10:56:10 +08:00
tangjinzhou
3e46f27b59
perf: shallowRef instead ref
2023-04-05 22:03:02 +08:00
tangjinzhou
719847901e
test: update steps
2023-04-05 17:04:02 +08:00
tangjinzhou
fbfec0a062
refactor: steps #6406
2023-04-05 16:28:49 +08:00
Cherry7
b0125de963
feat(Steps): add items prop and variants ( #6406 )
...
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
2023-04-05 13:39:40 +08:00
tangjinzhou
bf1e6fec95
docs: update datepicker doc #6387
2023-04-05 13:30:31 +08:00
tangjinzhou
5f1cb0d240
fix: datepicker presets error #6387
2023-04-05 13:29:08 +08:00
Cherry7
f6daa8d28f
Feat(DatePicker): increase presets prop ( #6387 )
...
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-04-05 10:56:07 +08:00
tangjinzhou
48ab5a2f99
Merge remote-tracking branch 'origin/main' into feat-v4
2023-04-05 10:05:59 +08:00
Cherry7
1977074a7e
fix(dayjs): cannot handle week and quarter String + Format ( #6385 )
...
* fix(generateRangePicker): onChange type
* fix(dayjs): cannot handle week's String + Format
* test(date-picker): update snap
* test(date-picker): add WeekPicker valueFormat case
* refactor(dayjs): todate support week and quarter
* test(QuarterPicker): test QuarterPicker valueFormat
* chore(QuarterPicker): findTargetStr rename
* test(DatePicker): update demo snap
2023-04-05 09:47:51 +08:00
tangjinzhou
72508d864b
Revert "fix: useMergedState is not updated in time ( #6402 )" ( #6421 )
...
This reverts commit 670ff3f857
.
2023-04-05 09:32:56 +08:00
siaikin
670ff3f857
fix: useMergedState is not updated in time ( #6402 )
...
Co-authored-by: siaikin <abc131054026@outlook.com>
2023-04-05 08:25:18 +08:00
Dmytro Lukashenko
9445dd23c8
fix: fix bug with render class ant-upload-drag-container in dom ( #6413 )
...
Co-authored-by: Dmytro Lukashenko <dmytro.lukashenko@levi9.com>
2023-04-04 23:43:11 +08:00
HeyXml
2a5b18ac6e
fix: fix form error style for input addonAfter slot when disabled ( #6403 ), close #6374
2023-04-04 23:04:46 +08:00
tangjinzhou
a8823f523c
revert: dropdown #6324 , close #6400 , #6405
2023-04-04 22:32:55 +08:00
wheeljs
7ebabb3778
docs(upload): duplicated prop `directory` ( #6378 )
...
Co-authored-by: will.tian <will.tian@hyatt.com>
2023-03-27 08:10:49 +08:00
tangjinzhou
9802fb3ea1
test: update snap
2023-03-23 14:11:40 +08:00
tangjinzhou
5fd866b136
format: inputnumber util
2023-03-23 11:56:15 +08:00
Cherry7
d956eed086
Fix form type prompt ( #6375 )
...
* fix(FormITem): Change from ValidationRule to Rule
* fix(FormI): from props type
2023-03-23 10:37:13 +08:00
tangjinzhou
bfcbd5bdef
fix: ConfigProvider error for style, close #6368
2023-03-21 15:08:16 +08:00
Cherry7
4d2a37fcd3
fix: ant-piker-cell-range-hover-end style error ( #6373 )
...
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
2023-03-21 14:08:37 +08:00
ming
e5e20cca5b
feat[data-picker]: improve format types and docs ( #6371 )
...
Co-authored-by: xiamingming1 <xiamingming@jd.com>
2023-03-21 14:05:57 +08:00
tangjinzhou
dcc3bb10cb
fix: button wave not work
2023-03-20 16:45:26 +08:00
zkwolf
3653f37d6b
fix: dropdown divider disappear, close #6365 ( #6369 )
2023-03-20 13:32:23 +08:00
果冻橙
f265a7bb02
fix docs dark theme & add docs coverDark ( #6367 )
...
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
2023-03-20 11:15:02 +08:00
tangjinzhou
89314fb4d0
fix: qrcode ; error, close #6362
2023-03-17 10:27:17 +08:00
tangjinzhou
d95861aa90
fix: motion not work
2023-03-16 14:41:44 +08:00
Jobin
0a610d818f
fix: Export the types referenced in the Props of the Slider component for external use. ( #6357 )
2023-03-16 08:28:54 +08:00
tangjinzhou
295c417f49
fix: remove not use file
2023-03-13 21:24:27 +08:00
tangjinzhou
27c5a6c96a
fix: qrcode type
2023-03-13 15:22:48 +08:00
tangjinzhou
ad1d6443f2
fix: tag click event not trigger
2023-03-13 12:08:38 +08:00
tangjinzhou
77d0d188f0
doc: format code
2023-03-13 11:58:59 +08:00
tangjinzhou
b22bd85828
fix: cssinjs effect error
2023-03-13 11:11:40 +08:00
tangjinzhou
dde2ff140d
fix: token effect error
2023-03-12 23:48:46 +08:00
果冻橙
f429148734
Feat v4 theme editor ( #6348 )
...
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
2023-03-12 15:15:52 +08:00
tangjinzhou
23a213acda
Merge remote-tracking branch 'origin/main' into feat-v4
2023-03-08 13:44:43 +08:00
tangjinzhou
6fb47874a3
fix: image preview error #6333
2023-03-08 13:43:47 +08:00
tangjinzhou
d241a06f9d
Merge remote-tracking branch 'origin/main' into feat-v4
2023-03-04 08:37:28 +08:00
Zz-ZzzZ
3d2d5fdd99
fix(dropdown): fix close popup doesn't emit 'visibleChange' event ( #6324 )
...
* fix(dropdown): fix close popup doesn't emit 'visibleChange' event
* Update Dropdown.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-03-03 21:45:53 +08:00
tangjinzhou
1d9a521669
fix: floatbutton animation not work
2023-03-03 17:25:11 +08:00
tangjinzhou
a04cae1221
fix: groupsize context error
2023-03-03 17:13:48 +08:00
tangjinzhou
add208aefb
refactor: float-button
2023-03-03 16:58:47 +08:00
tangjinzhou
355c41b4aa
refactor: qrcode #6315
2023-03-03 14:56:23 +08:00
果冻橙
3f5f3ecabf
Feat v4 floatbutton ( #6294 )
...
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
2023-03-02 10:59:44 +08:00
selicens
41a455f881
feat: add qrcode ( #6315 )
...
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
2023-03-02 10:46:16 +08:00
zkwolf
eda7247c2c
fix: inject value maybe undefined && tag style invalid ( #6320 )
...
* fix: inject value maybe undefined
* fix(tag): style invalid
2023-02-28 21:57:11 +08:00
tangjinzhou
a1e967dfc2
refactor: watermark type
2023-02-28 11:01:43 +08:00
Zev Zhu
6058ca5576
feat: add watermark ( #6300 )
...
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
2023-02-28 10:35:10 +08:00
zkwolf
dd063b8275
fix(dropdown): open invalid ( #6316 )
2023-02-28 10:25:46 +08:00
tangjinzhou
9c6a9fb47c
fix: tag warning
2023-02-27 16:06:26 +08:00
tangjinzhou
516b2e5a0c
refactor: rename _style to style
2023-02-27 16:00:05 +08:00
tangjinzhou
b393a0a2dd
doc: refactor doc
2023-02-24 23:58:46 +08:00
tangjinzhou
2b80870461
doc: update doc
2023-02-23 21:42:41 +08:00
tangjinzhou
33a47bc27a
chore: update build script
2023-02-23 17:20:38 +08:00
tangjinzhou
53b146ab88
refactor: remove not use code
2023-02-23 17:19:50 +08:00
tangjinzhou
f3ffcdbc7e
doc: update cover
2023-02-23 12:21:23 +08:00
tangjinzhou
37b5d02b6d
fix: use open, remove visible
2023-02-23 11:58:23 +08:00
tangjinzhou
1b51e6ffb3
fix: directive not work
2023-02-23 10:01:30 +08:00
tangjinzhou
f39d4894e4
refactor: form
2023-02-21 23:11:05 +08:00
一堆菠萝
975d70e7ed
fix: some type & doc ( #6292 )
...
* fix: typo (#6218 )
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233 )
* docs: typo (#6256 )
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-21 14:10:35 +08:00
tangjinzhou
c301c63e8b
feat: radio add disabled context
2023-02-21 12:06:31 +08:00
果冻橙
e04f73dfef
refactor:radio ( #6299 )
...
* refactor:radio
* fix attrs
2023-02-21 11:33:54 +08:00
tangjinzhou
8fcb3fdfe3
refactor: drawer
2023-02-20 23:26:23 +08:00
tangjinzhou
c7b15a96a8
refactor: image
2023-02-20 15:38:42 +08:00
tangjinzhou
e8918ce589
refactor: auto-complete
2023-02-20 14:17:36 +08:00
tangjinzhou
62dda88ea0
refactor: cascader
2023-02-20 14:08:09 +08:00
tangjinzhou
7af22a70f9
perf: table
2023-02-20 11:15:17 +08:00
tangjinzhou
087dfa2f1b
feat: tree-select add context size
2023-02-20 11:04:25 +08:00
果冻橙
799eeed346
refactor: tree select ( #6296 )
2023-02-20 10:32:25 +08:00
tangjinzhou
124aae72a4
feat: select add context size
2023-02-20 10:28:16 +08:00
果冻橙
39e5824699
refactor:select ( #6295 )
...
* refactor:select
* update doc
* delete useless
2023-02-20 00:17:22 +08:00
tangjinzhou
9df8317ece
refactor: segmented #6286
2023-02-20 00:05:54 +08:00
selicens
62e7f94aba
feat: add segmented ( #6286 )
2023-02-18 16:16:44 +08:00
tangjinzhou
47385347ee
refactor: tabs #6288
2023-02-17 23:14:26 +08:00
yang
6240ab2885
[tabs] :less to cssinjs ( #6288 )
...
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
2023-02-17 22:08:24 +08:00
tangjinzhou
328e42a9be
feat: tree add leafIcon
2023-02-17 22:02:59 +08:00
tangjinzhou
634675e032
refactor: rename locale file
2023-02-17 22:02:59 +08:00
果冻橙
7ddf882a99
Feat v4 fix type errors ( #6285 )
...
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
2023-02-17 22:01:30 +08:00
果冻橙
895b43338d
refactor:tree ( #6276 )
2023-02-17 10:04:45 +08:00
果冻橙
9f53d53cb8
refactor:timepicker ( #6270 )
...
* refactor:timepicker
* docs:update & refactor: timepicker type
2023-02-17 10:03:34 +08:00
果冻橙
cd47a277da
refactor:calendar ( #6269 )
...
* refactor:calendar
* docs:update
2023-02-17 10:02:38 +08:00
tangjinzhou
adec5211f1
feat: table add expandColumnTitle slot
2023-02-17 09:49:21 +08:00
tangjinzhou
a6a270b44a
refactor: table
2023-02-16 19:23:44 +08:00
果冻橙
8472c25633
refactor:table ( #6267 )
...
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-16 07:44:48 +08:00
tangjinzhou
c1ed77f67a
feat: number add compactSize & disabledContext
2023-02-15 15:49:23 +08:00
果冻橙
df6a1fdb71
refactor:inputnumber ( #6265 )
...
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-15 15:37:49 +08:00
tangjinzhou
321989b9c2
feat: update collapse type
2023-02-15 15:33:54 +08:00
果冻橙
2f51f2d3af
refactor:collapse ( #6266 )
...
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
2023-02-15 15:28:52 +08:00
tangjinzhou
dc9987aea8
fix: steps icon clss error
2023-02-15 14:34:11 +08:00
果冻橙
3715ded674
refactor:steps ( #6264 )
...
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
2023-02-15 14:08:45 +08:00
tangjinzhou
04e3819b0b
perf: timeline
2023-02-15 14:03:11 +08:00
果冻橙
587c1ca89d
refactor:timeline ( #6263 )
...
* refactor:timeline
* docs:update & refactor: timeline type
2023-02-15 13:52:47 +08:00
tangjinzhou
8a233d7c3a
perf: upload motion
2023-02-15 13:38:57 +08:00
果冻橙
0464c84afc
refcator:upload ( #6261 )
...
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-15 10:19:49 +08:00
tangjinzhou
7e29eb2163
doc: update mentions demo
2023-02-14 15:50:16 +08:00
Zev Zhu
92795a828f
refactor: mentions ( #6255 )
...
* refactor: mentions
* refactor: mentions menu provider
2023-02-14 14:09:23 +08:00
tangjinzhou
44e5d09f22
style: update pagination props type
2023-02-14 14:06:14 +08:00
果冻橙
f6afd7fffc
refactor:pagination ( #6251 )
...
* refactor:pagination
* docs:update & refactor: pagination type
2023-02-14 14:02:22 +08:00
tangjinzhou
7de1be6a9a
feat: checkbox add disabled context
2023-02-14 13:58:37 +08:00
果冻橙
19ec975deb
refactor:checkbox ( #6248 )
...
* refactor:checkbox
* docs:update & refactor: checkbox type
2023-02-14 13:49:06 +08:00
tangjinzhou
4ccb1c3e19
perf: transfer
2023-02-13 20:46:02 +08:00
果冻橙
68d295d7ef
refactor:transfer ( #6247 )
...
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
2023-02-13 20:21:29 +08:00
果冻橙
bbfb3cef7d
refactor:carousel ( #6262 )
...
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-13 17:46:06 +08:00
tangjinzhou
e9ce4eb2d5
refactor: card #6258
2023-02-13 17:35:49 +08:00
yang
cb08f8551a
refactor(crad): less to cssinjs ( #6258 )
...
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
2023-02-13 17:21:48 +08:00
tangjinzhou
f0e5da3b69
feat: slider deprecated tooltipVisible
2023-02-12 15:24:58 +08:00
果冻橙
2f049329a5
refactor:slider ( #6250 )
2023-02-12 15:00:38 +08:00
tangjinzhou
350dbfedbb
docs: update result cover
2023-02-12 14:48:12 +08:00
bqy_fe
4b2ffd7127
refactor(result): less to cssinjs ( #6246 )
...
* refactor(result): less to cssinjs
* fix: class name is overridden
2023-02-12 14:44:50 +08:00
tangjinzhou
a5389a22ea
doc: update layout cover
2023-02-12 14:37:02 +08:00
bqy_fe
7a34c99935
refactor(layout): less to cssinjs ( #6249 )
2023-02-12 14:34:58 +08:00
songsong0707
dc480bd4b3
refactor: rate style ( #6254 )
2023-02-12 11:24:00 +08:00
tangjinzhou
1d774507c0
refactor: datepicker type
2023-02-12 11:18:49 +08:00
果冻橙
80918cba98
refactor:datepicker ( #6245 )
2023-02-12 10:37:06 +08:00
tangjinzhou
197e209b4e
fix: typography #6244
2023-02-12 10:05:44 +08:00
果冻橙
82c4c8f0d3
refactor:typography ( #6244 )
...
* refactor:typography
* fix return
* fix import type
2023-02-12 09:56:57 +08:00
tangjinzhou
23b81b0e17
perf: space compact
2023-02-12 09:49:00 +08:00
bqy_fe
f0649999fb
refactor(Space): less to cssinjs & add compact mode ( #6229 )
...
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-12 09:26:39 +08:00
lyn
b695dc95e3
docs: typo ( #6256 )
2023-02-11 21:18:36 +08:00
tangjinzhou
e2d4f8c2e3
feat: update type
2023-02-08 15:14:43 +08:00
果冻橙
de77b0175d
refactor:list ( #6241 )
...
* refactor:list
* fix inheritAttrs: false & attrs.class
2023-02-08 14:14:08 +08:00
果冻橙
26f98b7b10
refactor:statistic ( #6240 )
...
* refactor:statistic
* fix inheritAttrs: false & attrs.class
2023-02-08 14:11:53 +08:00
果冻橙
a9fbf98f0e
refactor:pageheader ( #6239 )
...
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
2023-02-08 14:10:45 +08:00
果冻橙
fee7c04d67
refactor:comment ( #6238 )
...
* refactor:comment
* fix inheritAttrs: false & attrs.class
2023-02-08 14:09:32 +08:00
tangjinzhou
8658806e3f
feat: input add disabled
2023-02-08 11:04:16 +08:00
果冻橙
4f3ce35e74
refactor:input ( #6237 )
...
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
2023-02-08 07:50:04 +08:00
Zev Zhu
69c17dc255
refactor: switch ( #6236 )
...
* refactor: switch style
* refactor: delete switch style
2023-02-07 23:19:09 +08:00
H1mple
bcc46d1d5d
fix: type of minute in props disabledDateTime of DatePicker ( #6233 )
2023-02-07 11:28:29 +08:00
tangjinzhou
a40816880a
refactor: progress #6234
2023-02-07 11:08:42 +08:00
Zev Zhu
2c1afa5e72
refactor: progress style ( #6234 )
...
* refactor: progress
* refactor: progress style
* fix: progress attrs
2023-02-07 10:25:02 +08:00
tangjinzhou
81e26a900e
fix: empty props #6230
2023-02-07 10:06:05 +08:00
bqy_fe
fc0f0d8a96
refactor(empty): less to cssinjs ( #6230 )
...
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
2023-02-07 09:57:31 +08:00
bqy_fe
a205615af9
refactor(tag): less to cssinjs ( #6227 )
2023-02-03 09:50:40 +08:00
tangjinzhou
9b5a07220b
refactor: popover & popconfirm
2023-02-02 22:18:42 +08:00
tangjinzhou
47c84cdbad
refactor: dropdown
2023-02-02 22:18:42 +08:00
zkwolf
989bedda47
fix(button): link and text should not have wave ( #6226 )
2023-02-02 18:08:36 +08:00
Zev Zhu
dd57d1e305
refactor: skeleton ( #6224 )
...
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
2023-02-02 18:07:46 +08:00
zkwolf
158cca7f8a
test: test case error ( #6225 )
...
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
2023-02-02 18:05:58 +08:00
tangjinzhou
8099391e97
fix: spin error #6222
2023-02-01 17:33:59 +08:00
Zev Zhu
7939eb1718
refactor: spin ( #6222 )
...
* fix: typo (#6218 )
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
2023-02-01 17:17:56 +08:00
tangjinzhou
34373ca05d
refactor: ts
2023-02-01 15:49:24 +08:00
tangjinzhou
4ef70b1503
doc: update demo
2023-01-31 22:49:08 +08:00
tangjinzhou
31776a2cf8
fix: row ts type not work
2023-01-31 22:37:36 +08:00
zkwolf
31ca070a18
refactor: grid ( #6220 )
...
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
2023-01-31 22:20:43 +08:00
lyn
f49437f002
fix: typo ( #6218 )
...
* fix: typo
* docs<upload>: docs update
2023-01-31 22:13:12 +08:00
tangjinzhou
1d01df4b85
refactor: tooltip
2023-01-30 22:28:00 +08:00
zkwolf
337d958c67
fix: custom class ( #6217 )
2023-01-29 14:50:30 +08:00
tangjinzhou
94e981e00b
refactor: menu
2023-01-28 19:11:32 +08:00
tangjinzhou
221b203cbb
refactor: modal
2023-01-28 10:02:40 +08:00
tangjinzhou
dfe462ec6f
refactor: locale-provider
2023-01-28 08:53:47 +08:00
tangjinzhou
8110d8cbbd
refactor: rename locale
2023-01-28 08:39:47 +08:00
bqy_fe
c903de3c0e
refactor(icon): remove style dir ( #6215 )
2023-01-28 08:25:17 +08:00
bqy_fe
44d7917afd
refactor(divider): less to cssinjs ( #6214 )
...
* refactor(divider): less to cssinjs
* fix: add inheritAttrs
2023-01-28 08:22:49 +08:00
tangjinzhou
73ce708868
refactor: message & notification
2023-01-27 22:36:28 +08:00
tangjinzhou
d211688059
fix: responsive reactive #6213
2023-01-27 16:54:13 +08:00
zkwolf
9d5343ae9c
refactor: descriptions ( #6213 )
...
* refactor: descriptions
* fix: ts error
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-01-27 16:46:58 +08:00
tangjinzhou
2d54e2124f
fix: type error
2023-01-27 16:29:47 +08:00
tangjinzhou
b5d7d582cd
refactor: configprovider
2023-01-27 16:00:17 +08:00
tangjinzhou
0399ce0ec7
style: update util
2023-01-26 22:14:20 +08:00
tangjinzhou
94c2887c81
fix: button classname error
2023-01-26 22:13:01 +08:00
tangjinzhou
75e4b72c21
refactor: button
2023-01-26 21:42:27 +08:00
tangjinzhou
287a8d0c4e
refactor: Breadcrumb
2023-01-26 16:52:06 +08:00
tangjinzhou
1e4e3cb3b4
refactor: badge
2023-01-26 11:13:29 +08:00
tangjinzhou
e64a19a05a
refactor: backtop
2023-01-26 10:13:10 +08:00
tangjinzhou
6c735fee67
refactor: anchor & add items
2023-01-25 17:23:03 +08:00
tangjinzhou
f8ddc430cf
refactor: avatar
2023-01-25 16:39:56 +08:00
tangjinzhou
641714734a
doc: update component cover
2023-01-25 16:22:35 +08:00
tangjinzhou
46862d749b
refactor: affix support cssinjs
2023-01-25 16:16:25 +08:00
tangjinzhou
1f33babc89
feat: alert add action slot
2023-01-25 15:27:03 +08:00
tangjinzhou
b2841a27ae
refactor: cssinjs
2023-01-25 11:28:53 +08:00
tangjinzhou
c0d7d041b4
refactor: cssinjs
2023-01-25 10:28:10 +08:00
tangjinzhou
10b52e0072
refactor: ccsinjs
2023-01-24 22:51:59 +08:00
tangjinzhou
d64c6a8d53
Merge remote-tracking branch 'origin/main' into feat-v3.3
2023-01-17 18:39:55 +08:00
Nguyen Ba Hung
058bc3622a
doc: Add "format" prop for time-picker demo ( #6197 )
...
The `format` prop is used to format the display value of the time-picker.
Reference from AntDesign official docs: https://github.com/ant-design/ant-design/blob/master/components/time-picker/demo/hide-column.tsx
2023-01-17 16:55:16 +08:00
DMQ
034f71c005
fix: set the correct activce classname for stickyScrollBar ( #6169 )
2023-01-17 16:52:16 +08:00
lyn
c8b7848f99
docs(date-picker): docs update ( #6175 )
...
* Update index.zh-CN.md
* Update index.en-US.md
2023-01-17 16:51:39 +08:00
M.Wang
8a0c8a8fb1
fix(vc-slick): #6100 - Fix content responsiveness in carousel component slot. ( #6149 )
...
* fix(vc-slick): #6100 - Fix content responsiveness in carousel component slot.
* feat(_util) add deepCloneElement function
2022-12-15 10:28:33 +08:00
Konv Suu
7ea18a8287
fix: notification onClose event runs repeatedly ( #6150 )
2022-12-11 14:49:02 +08:00
lyn
5b3ade8980
docs(select): docs update ( #6118 )
2022-11-25 15:47:23 +08:00
tangjinzhou
6bd8a9b984
test: update snap
2022-11-25 09:55:31 +08:00
tangjinzhou
040956819f
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-11-24 19:28:21 +08:00
luokavin
0fd3d302e4
docs(tree-select): docs typos ( #6107 )
2022-11-22 10:19:01 +08:00
luokavin
80a160d766
docs(tree-select): docs typos ( #6108 )
2022-11-22 10:18:35 +08:00
lyn
cb80e40aa6
docs(pagination): docs update ( #6114 )
...
* Update index.zh-CN.md
* Update index.en-US.md
2022-11-22 10:18:13 +08:00
tangjinzhou
925a8f6ee5
fix: image delete error
2022-11-10 11:40:11 +08:00
tangjinzhou
7c35bcfece
release 3.2.14
2022-11-07 15:57:27 +08:00
tangjinzhou
d484e1f6a0
fix: rangePicker popup pos, close #6073 , #6074
2022-11-07 15:23:24 +08:00
tangjinzhou
7fa1fe428d
feat: add vueuse feature
2022-11-07 13:42:51 +08:00
QiangGuZi
ac9d3e40c1
fix: import type ( #6071 )
2022-11-07 11:03:05 +08:00
QiangGuZi
265233c34f
fix(directory-tree): expose scrollTo method. ( #6067 )
...
Co-authored-by: tan_qiang <tan.qiang@oushu.io>
2022-11-01 13:36:24 +08:00
tangjinzhou
639b746ba5
test: update test
2022-10-31 10:46:36 +08:00
tangjinzhou
fcca4baefe
test: menu test error
2022-10-31 10:18:19 +08:00
tangjinzhou
9eac1a1da5
fix: picker nest select error, close #6062 #5994
2022-10-30 21:45:59 +08:00
tangjinzhou
213c3a4059
fix: not use prefixCls with custom theme #6063
2022-10-30 15:05:36 +08:00
lchrennew
4cdda535a6
fix: Cannot use custom prefixCls with custom theme color ( #6063 )
2022-10-30 15:00:12 +08:00
tangjinzhou
7252149804
fix: error when menu key dynamic, close #6057
2022-10-28 09:07:44 +08:00
Remx Xu
2a30de162c
fix typo ( #6047 )
2022-10-28 08:58:35 +08:00
Li kang
4201c923b5
docs(Badge) Change the description of the text attribute of the Badge component document ( #6012 )
...
* 更改Badge组件文档text属性说明
* 更改Avatar组件文档crossOrigin属性说明
Co-authored-by: 吴亚丹 <wuyadan@uniontech.com>
2022-10-21 14:38:57 +08:00
lyn
d0eebf3791
docs: Update index.en-US.md ( #6040 )
2022-10-21 14:36:33 +08:00
24min
bc5dc845ac
docs: remove one of openFileDialogOnClick props in docs ( #6019 )
2022-10-12 22:40:12 +08:00
tangjinzhou
aea54ac7ad
fix: defaultXXX error in fieldNames, close #6007
2022-10-08 14:26:21 +08:00
tangjinzhou
af756de1f3
test: update snap
2022-10-04 14:50:15 +08:00
tangjinzhou
775e48d428
fix: table fixed shadow error, close #5996
2022-10-04 11:15:12 +08:00
tangjinzhou
714a6f4764
fix: transfer delete error, close #5975
2022-09-27 10:49:49 +08:00
tangjinzhou
8318b731b4
docs: update add accept info, close #5986
2022-09-26 22:15:38 +08:00
yang
31430f5365
feat: cascader add tagRender slot ( #5954 )
...
* Cascader :修复 tagRender 选项,并添加demo 🐛 📝
Cascader: Fix the tagRender option and add Demo 🐛 📝
* 修改 test 中等待时机
* Update index.tsx
* Update index.test.js
Co-authored-by: yang <29636098325@qq.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
2022-09-26 22:06:52 +08:00
bqy_fe
c2b197a443
fix(Table): loading prop type definition ( #5964 )
2022-09-26 21:34:34 +08:00
Garret MH
a2f7d6d062
feat: Vue 3 Migration Build support ( #5973 ), close #5765
...
closes vueComponent/ant-design-vue#5765
Add `compatConfig: { MODE: 3 }` to all component definitions to signal to `@vue/compat` not to use any Vue 2 compatibility features.
2022-09-26 21:33:41 +08:00
manny3
b35f63788d
fix: Tag component close icon display bug ( #5956 )
...
Co-authored-by: Tony <tony.chen@omnichat.ai>
2022-09-13 20:09:49 +08:00
tangjinzhou
0f634e27d5
fix: popover button style
2022-09-13 20:04:00 +08:00
24min
31800cb99c
fix: a flash of pictures when previewing was turned off ✨ ( #5955 )
2022-09-13 19:44:34 +08:00
tangjinzhou
07907ca7f3
test: snap
2022-09-02 16:51:56 +08:00
tangjinzhou
24c4c84576
test: update snap
2022-09-02 16:16:03 +08:00
tangjinzhou
0f11e4ecd4
fix: descriptionsItem labelStyle not work, close #5920
2022-09-01 16:11:01 +08:00
atom
d48cd8ef57
feat: copyable stopPropagation #5746 ( #5769 )
...
* 分离copyable按钮动作,不再冒泡至父级组件
* Update interactive.vue
Co-authored-by: tangjinzhou <415800467@qq.com>
2022-09-01 14:09:07 +08:00
舜岳
187f3b8c07
fix: fix table container z-index ( #5786 )
2022-09-01 14:03:53 +08:00
Peritot Chan
00422ac77b
fix: config provider theme active color not same in variable.less ( #5929 )
2022-09-01 11:03:29 +08:00
tangjinzhou
9815f817d4
fix: type import error
2022-08-28 09:00:25 +08:00
bqy_fe
2a3798e9b4
docs(form): fix typo ( #5896 )
2022-08-22 08:59:35 +08:00
bqy_fe
ae451b71df
feat(props-util): [filterEmpty] support handle nested fragment ( #5890 )
2022-08-14 09:04:17 +08:00
tangjinzhou
d933f3edd5
fix: table column null error, close #5888
2022-08-12 16:19:32 +08:00
tangjinzhou
a26ac3e9f4
feat: rating character add params
2022-08-11 14:24:39 +08:00
tangjinzhou
8d0155878e
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-08-07 20:03:09 +08:00
gp
e79dd3508c
fix(inputNumber): inputNumber size UI error ( #5873 )
2022-08-07 14:10:00 +08:00
BlackTooth
3ca5209e0d
fix: select auto location ( #5843 )
...
* fix: select auto location
* fix: 3 Altitude location errors may occur
Co-authored-by: 隆杰 <longjie.li@taxsoyea.net>
2022-08-07 14:00:29 +08:00
tangjinzhou
e5e98e5776
feat: add tooltip-border-radius
2022-08-06 17:16:11 +08:00
tangjinzhou
4c8131bd70
test: update snap
2022-07-25 08:41:38 +08:00
peritot
612c5000b5
docs: update alert & drawer doc in closeIcon default value ( #5838 )
2022-07-24 09:13:57 +08:00
meteorlxy
05357a8c3f
feat(Divider): add divider-horizontal-gutter variable ( #5820 )
2022-07-24 09:08:40 +08:00
舜岳
151555b7b7
doc(site): fix Login Form style ( #5797 )
2022-07-24 09:04:22 +08:00
tangjinzhou
c739e498c5
perf: import icons #5822
2022-07-24 08:59:51 +08:00
tangjinzhou
86450c2a1b
perf: import icons #5822
2022-07-24 08:56:44 +08:00
tangjinzhou
6650c4d6b1
fix: dropdown text wrap, close #5798
2022-07-12 10:16:42 +08:00
tangjinzhou
6d83af53b5
test: update snap
2022-07-07 19:46:57 +08:00
tangjinzhou
3d77a1c1d4
test: update snap
2022-07-07 14:39:15 +08:00
tangjinzhou
36df585acf
fix: menu hide when quicky hover
2022-07-07 10:24:19 +08:00
tangjinzhou
73bd25cbbe
style: fix lint code
2022-07-06 21:24:35 +08:00
tangjinzhou
7473233bc9
test: update focus test
2022-07-06 19:10:14 +08:00
tangjinzhou
9d210e3a30
fix: remove mock transition when test env #4565
2022-07-06 18:21:16 +08:00
tangjinzhou
901811bc43
chore: update jest to 28
2022-07-06 17:40:21 +08:00
tangjinzhou
e42fdd7a06
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-07-02 09:54:19 +08:00
tys1128
7999a2fef6
fix: add boolean type to autosize prop ( #5766 )
...
Co-authored-by: oaktian <oak.tian@vesync.com>
2022-07-01 13:52:20 +08:00
tangjinzhou
f672f873dc
fix: table ellipsis title not work, close #5755
2022-06-30 10:36:33 +08:00
tangjinzhou
8a659da84f
fix: select fash
2022-06-25 09:29:02 +08:00
tangjinzhou
8b6a771318
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-06-24 10:52:47 +08:00
tangjinzhou
39ac6ed89e
fix: typography editing error, close #5743
2022-06-24 10:41:15 +08:00
Gin
bddf64e0ad
fix(DirectoryTree): `selectedKeys` updating ( #5732 )
...
- In `multiple` mode, it should emit single value instead of multiple values on single click.
2022-06-22 09:26:41 +08:00
tangjinzhou
62dc2402f3
feat: ConfigProvider.config add getPopupContainer
2022-06-21 14:51:23 +08:00
tangjinzhou
b3dafb92ef
doc: update select suffix demo, close #5701
2022-06-20 10:21:14 +08:00
tangjinzhou
9493dc224b
fix: table resize trigger scrollbar
2022-06-20 09:26:56 +08:00
tangjinzhou
cbd9e6b6ce
fix: row gutter type error, close #5725
2022-06-20 09:09:32 +08:00
WD
ab8457303e
fix(upload): inheritAttrs, close #5714
2022-06-18 21:48:00 +08:00
WD
168626bfeb
feat(Image): Image support mouse wheel zoom in and out ( #5703 ), close #5700
2022-06-18 11:14:59 +08:00
tangjinzhou
d9304506d3
doc: update doc
2022-06-16 10:08:04 +08:00
tangjinzhou
bb4b86a82e
feat: merge main
2022-06-13 11:07:06 +08:00
tangjinzhou
e39edab75a
fix: typography trigger twice end event, close #5696
2022-06-13 10:15:15 +08:00
tangjinzhou
599b474ab7
feat: table expandedRowKeys support v-model, close #5695
2022-06-13 09:37:53 +08:00
dyh333
09cb907bee
doc(carousel): using getImgUrl function in customPaging demo ( #5679 )
...
Co-authored-by: dingyihui <dingyihui@cmss.chinamobile.com>
2022-06-13 09:20:18 +08:00
tangjinzhou
033e55af5d
test: update snap
2022-06-11 21:58:12 +08:00
tangjinzhou
e5b9308374
fix: global form message not work, close #5693
2022-06-11 21:56:41 +08:00
bqy_fe
171b2b643f
feat(radio-group): support global component size prop ( #5690 ), close #5688
...
* fix(radio-group): remove the default value of the component size prop
* update test
2022-06-11 13:38:46 +08:00
wengjq
87db9bd87d
fix: checkbox set additional attribute no work,close #5678 ( #5682 )
2022-06-08 15:59:21 +08:00
tangjinzhou
361e818bcc
fix: cascader trigger support custom component, close #5677
2022-06-07 20:09:09 +08:00
tangjinzhou
3ddc7cdd7c
fix: rangePicker xxxStep not work, close #5671
2022-06-07 10:47:51 +08:00
tangjinzhou
71c6195771
fix: datepicker arrow error
2022-06-07 09:52:47 +08:00
tangjinzhou
e907ffd759
doc: update useInjectFormItemContext, close #5667
2022-06-06 09:50:33 +08:00
Gin
18ce00d239
fix: global `mousedown` handler in picker input hooks ( #5657 )
2022-06-03 14:28:44 +08:00
tangjinzhou
3cd7ca3e0b
Revert "Update vi_VN.tsx ( #5653 )" ( #5660 )
...
This reverts commit 387141ae68
.
2022-05-31 15:12:25 +08:00
Ichiro
387141ae68
Update vi_VN.tsx ( #5653 )
2022-05-30 08:59:04 +08:00
tangjinzhou
2c2a372137
test: update snap
2022-05-26 21:55:56 +08:00
tangjinzhou
ba8e17e1b5
fix: steps progressDot slot not work, close #5648 #5649
2022-05-26 15:03:26 +08:00
bqy_fe
c7e079bd65
feat: enable the left or right keyboard to switch image ( #5642 ), close #5630
...
* feat: enable the left or right keyboard to switch image
* fix: eslint error
2022-05-25 16:02:11 +08:00
Gin
dead1a3753
fix: table dragging css class should only be effective in table component ( #5644 )
2022-05-25 16:00:13 +08:00
tangjinzhou
4f9b677555
fix: tooltip global getPopupContainer not work, #5636
2022-05-24 15:12:08 +08:00
tangjinzhou
44e1f020c8
fix: useForm style error, close #5635
2022-05-24 14:39:40 +08:00
tangjinzhou
9280b418d7
Merge branch 'main' into feat-v3.3
2022-05-23 14:30:18 +08:00