Commit Graph

61 Commits (1f34aed66693c77c68b6dc630c6ac91f722166de)

Author SHA1 Message Date
tangjinzhou 202f341299 chore: merge next 2021-06-30 14:41:07 +08:00
John 389b233a40
refactor(3.x/button): use composition api (#4291)
* refactor(button): use composition api

* refactor: add rtl

* refactor: sync antd

* refactor: update css

* refactor: add dev warning

* test: add test case

* refactor: export component type

* refactor: optimize
2021-06-30 10:03:17 +08:00
tangjinzhou 22141e74de
refactor: list (#4242) 2021-06-23 14:44:21 +08:00
tangjinzhou 9e0df41a55
refactor: Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate (#4171)
* chore: remove  resize-observer-polyfill

* refactor: align

* refactor(v3/avatar): refactor using composition api  (#4052)

* refactor(avatar): refactor using composition api

* refactor: update props define

* fix: avatar src scale not update

* refactor: resizeObserver

* refactor: divider

* refactor: localeProvider

* refactor(v3/back-top): use composition api (#4060)

* refactor: backtop

* refactor: empty

* refactor: transButton

* feat(v3/avatar): add avatar group (#4062)

* feat(avatar): add avatar group

* refactor: update

* refactor: update

Co-authored-by: tangjinzhou <415800467@qq.com>

* refactor: avatar

* refactor: avatar

* style: rename useProvide

* refactor:  menu (#4110)

* fix: menu

* refactor: menu

* refactor: remove rc-menu

* fix: menu rtl error

* style: lint

* refactor(Anchor): use composition api (#4054)

* refactor: anchor

* refactor: anchor

* refactor: anchor

* feat: update

* fix: icon class lose

* refactor(v3/badge): use composition api (#4076)

* refactor: badge

* fix: badge inheritAttrs

* refactor: grid

* refactor: layout

* fix: menu not close

* refactor: space

* refactor: result

* refactor: affix

* refactor: comment

* refactor: form

* feat: spin add rtl

* feat: export spin type

* refactor: pageHeader

* refactor: page-header

* refactor: skeleton

* refactor: typography

* refactor(v3/rate): use composition api

* fix: add useRef hook

* refactor: form

* fix: menu not update

* refactor: form

* refactor: form

* fix: slide animate not work

* fix: menu mode error

* fix: menu icon

* refactor: rate

* perf: remove rate

* feat: add vc-overflow

* refactor: menu

* fix: remove flex check (#4165)

* fix: dist locale file lose #3684

* release 2.2.0-beta.1

* dcos: update changelog

* chore: update type

* docs: update changelog

Co-authored-by: John <John60676@qq.com>
Co-authored-by: 言肆 <18x@loacg.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
2021-06-07 17:35:03 +08:00
tangjinzhou 3186b92c25 Merge branch 'refactor/v3/rate' of git://github.com/sendya/ant-design-vue into sendya-refactor/v3/rate
# Conflicts:
#	v2-doc
2021-06-01 22:23:26 +08:00
tanjinzhou 6b2af5c038 fix: menu icon 2021-05-31 14:25:59 +08:00
Sendya 2b78d2dbc0 refactor(v3/rate): use composition api 2021-05-28 16:16:37 +08:00
tanjinzhou c8898828d6 refactor: skeleton 2021-05-28 13:16:59 +08:00
tangjinzhou d2a1c422a7 refactor: pageHeader 2021-05-26 23:14:00 +08:00
tangjinzhou 2089961d6f refactor: form 2021-05-26 22:39:20 +08:00
tangjinzhou 5ee3d30858 refactor: comment 2021-05-26 22:13:04 +08:00
tanjinzhou 3b89f59094 refactor: result 2021-05-26 18:55:32 +08:00
tanjinzhou 3825c6507f refactor: layout 2021-05-26 14:47:50 +08:00
言肆 372ac5c729
refactor(v3/badge): use composition api (#4076) 2021-05-25 13:44:11 +08:00
tangjinzhou a6e30c2ded refactor: anchor 2021-05-24 22:54:07 +08:00
tangjinzhou 67952ab5a6
refactor: menu (#4110) 2021-05-23 21:49:35 +08:00
John 0984951845
feat(v3/avatar): add avatar group (#4062)
* feat(avatar): add avatar group

* refactor: update

* refactor: update

Co-authored-by: tangjinzhou <415800467@qq.com>
2021-05-12 19:56:23 +08:00
meteor fdee6333f3
style: change table row color when selected in dark theme (#3759) 2021-03-07 21:28:32 +08:00
zkwolf 53f3950b81
style: move color var of table to default less (#3612) 2021-01-29 21:14:42 +08:00
tangjinzhou b30a316f4b perf: update default less 2021-01-24 13:18:51 +08:00
tangjinzhou b6c75bc73c perf: update default text-color 2021-01-24 11:25:30 +08:00
zkwolf b07190e13d
feat: dark theme (#3410)
* chore: update style

* chore: add dark css build

* test: update snapshot

* chore: remove compact var

* chore: update style

* test: update snapshot
2021-01-14 17:33:17 +08:00
tangjinzhou adc6afb8fd
chore: support less4 (#3449) 2020-12-27 14:50:32 +08:00
tanjinzhou f62681b9d4 fix: input small height not correct #3396 2020-12-25 13:00:44 +08:00
Zou Jian 5913cf9c5c
feat: add image (#3235)
* feat: 🆕 image组件 - 添加样式

* feat: 🆕 增加 AImage 组件

* feat: 🆕 参考 ant-design 增加 相关 Image 组件的less定义

* feat: 🆕 Image placeholder 的修改

* fix: 🐞 去除 onPreviewClose 相关

* test: 🧪 image width/height 以及相关测试

* fix: 🐞 fix lint no-setup-props-destructure

* test: 🧪 image test snap file

* refactor: 💡 去掉多加了的文件,重构文件以使逻辑清晰

* feat: 🆕 rc-image 相关内容 列入 vc-image 文件夹中

* feat: 🆕 antd 4.9.1 增加 image-preview-group

* feat: 🆕 add ImagePropsType

* feat: udpate image components

* feat: update image

* feat: update image

Co-authored-by: tanjinzhou <415800467@qq.com>
2020-12-18 18:02:51 +08:00
tangjinzhou ef51ede2ce fix: menu loose submenu id 2020-12-03 23:38:17 +08:00
tangjinzhou 1dcd93f6e7
Perf menu (#3177)
* fix: menu parent dom  select class not work

* perf: ease-in-out update
2020-11-14 21:34:27 +08:00
zkwolf 17454b2cea
feat: tag support status color (#3166) 2020-11-14 13:59:20 +08:00
zkwolf 0e78488ac3
feat: update descriptions (#3046)
* feat: update descriptions

* Update index.tsx

* chore: update descriptions type

* refactor: descriptions use composition-api

* fix: decsriptions.item support label slot

* chore: update descriptions

* test: update snapshot

Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-11-02 16:53:56 +08:00
tangjinzhou 1e1a1bd8a8 Merge remote-tracking branch 'origin/feat-vue3' into next 2020-10-27 23:47:20 +08:00
tangjinzhou e165b1eced feat: update some less 2020-10-27 23:02:45 +08:00
tangjinzhou 2c36bf0323 perf: update virtuallist 2020-10-18 17:37:52 +08:00
tangjinzhou 46149b660b feat: select auto-complete support virtual list 2020-10-17 22:19:52 +08:00
undefined c0bbbfaa4a chore: udpate ts 2020-10-02 21:16:05 +08:00
Amour1688 64dc5e69b7 feat: dark them 2020-09-30 10:46:22 +08:00
John60676 ca2c77e4bd
refactor(input): update input style (#2876)
* refactor(input): update input style

* refactor(form): update form style about input component

* refactor(input): update clearable icon style
Modify the clearable icon style to prevent the width of the input box from changing due to the insertion of the icon
2020-09-29 22:11:06 +08:00
tanjinzhou b2d7ace9ff feat: update less 2020-08-18 17:50:36 +08:00
xrk b741931401
style: add @select-item-selected-color (#2531) 2020-07-08 15:49:38 +08:00
Ozan Barsal 90131e93d9
feat(style): add @modal-header-border-color-split variable (#2179)
* add @modal-footer-border-color-split to modal.less

* add @modal-header-border-color-split to default.less
2020-05-07 13:46:35 +08:00
tangjinzhou 73bef787cd
Feat 1.5.0 (#1853)
* feat: add Result component

* fix: update md template tag html>tpl
- fix `result` typo
- update jest `result` snapshots

* refactor: svg file to functional component icon
- update jest snapshot

* feat: add result

* Feat descriptions (#1251)

* feat: add descriptions

* fix: add descriptions types and fix docs

* fix: lint change code

* fix: demo warning

* fix: update demo, snapshot and remove classnames

* test: add descriptions test

* fix: descriptions demo (#1498)

* feat: add page header (#1250)

* feat: add page-header component

* update site: page-header

* ts definition update: page-header

* get page-header props with getComponentFromProp func

* optimize page-header

* doc: add page-header actions.md responsive.md

* breadcrumb itemRender add pure function support

* style: format code

* feat: update style to 3.23.6 from 2.13.6

* feat: update style to 3.26.8 from 3.23.6

* chore: update util

* chore: update util

* feat: update affix

* feat: update alert

* feat: update anchor

* feat: update auto-complete

* feat: update avatar

* feat: update back-top

* feat: update badge

* feat: update button

* feat: update breadcrumb

* feat: update ts

* docs: update doc

* feat: update calendat

* feat: update card

* feat: update carousel

* feat: update carousel

* feat: update checkbox

* feat: update comment

* feat: update config-provider

* docs: update doc

* feat: update collapse

* feat: update locale

* feat: update date-picker

* feat: update divider

* feat: update drawer

* feat: update dropdown

* feat: update rc-trigger

* feat: update dropdown

* feat: update empty

* test: add empty test

* feat: update form

* feat: update form

* feat: update spin

* feat: update grid

* docs: update grid doc

* feat: update icon

* feat: update slider

* feat: update textarea

* feat: update input-number

* feat: update layout

* feat: update list

* feat: update menu

* feat: meaage add key for update content

* feat: modal add closeIcon support

* feat: update notification

* feat: add pagination disabled support

* feat: popconfirm add disabled support

* test: update popover

* feat: progress support custom line-gradiend

* feat: update radio

* test: update radio test

* docs: update rate demo

* feat: skeleton add avatar support number type

* test: add switch test

* test: update statistic test

* fix: input clear icon event

* feat: steps add type、 v-model、subTitle

* feat: delete typography component

* feat: delete Typography style

* perf: update select

* feat: add download transformFile previewFile actio

* docs: update upload

* feat: update  tree-select

* docs: update tree-select

* feat: tree add blockNode selectable

* docs: add tree demo

* test: update snap

* docs: updatedoc

* feat: update tag

* docs: update ad doc

* feat: update tooltip

* feat: update timeline

* feat: time-picker add clearIcon

* docs: update tabs

* feat: transfer support custom children

* test: update transfer test

* feat: update table

* test: update table test

* test: update test

* feat: calendar update locale

* test: update test snap

* feat: add mentions (#1790)

* feat: mentions style

* feat: theme default

* feat: add mentions component

* feat: mentions API

* feat: add unit test for mentions

* feat: update mentions demo

* perf: model and inheritAttrs for mentions

* perf: use getComponentFromProp instead of this.$props

* perf: mentions rm defaultProps

* feat: rm rows in mentionsProps

* fix: mentions keyDown didn't work

* docs: update mentions api

* perf: mentions code

* feat: update mentions

* bump 1.5.0-alpha.1

* feat: pageheader add ghost prop

* docs: update descriptions demo

* chore: page-header add ghost type

* fix: color error

* feat: update to 3.26.12

* fix: some prop default value

* fix(typo): form, carousel, upload. duplicate identifier (#1848)

* Add Mentions Type (#1845)

* feat: add mentions type

* feat: add mentions in ant-design-vue.d.ts

* docs: update doc

* docs: add changelog

* fix: mentions getPopupCotainer value (#1850)

* docs: update doc

* docs: uptate demo

* docs: update demo

* docs: delete demo

* docs: delete doc

* test: update snapshots

* style: format code

* chore: update travis

* docs: update demo

Co-authored-by: Sendya <18x@loacg.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: drafish <xwlyy1991@163.com>
Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 19:45:13 +08:00
tangjinzhou 1e53fc85b3 update snapshots and prettier 2019-08-26 22:47:19 +08:00
tangjinzhou 89601b5b8c update style 2019-08-26 21:11:46 +08:00
wangxueliang 76d8491b66 style: fix code format 2019-05-28 11:37:38 +08:00
wangxueliang 0a1a4458e6 feat: update style to 3.13.6 2019-03-07 09:37:54 +08:00
tangjinzhou 14dfebab0b feat: update style to 3.11.6 2019-01-02 21:01:56 +08:00
wangxueliang 429e7f4b72 feat: add comment 2019-01-01 15:33:43 +08:00
三点包子 296720c4e4
Merge pull request #296 from wangxueliang/master
feat: add skeleton
2018-12-10 12:21:57 +08:00
wangxueliang 1859364a8a feat: add skeleton 2018-12-10 11:34:51 +08:00
tangjinzhou da2011e86b update style to 3.10.9 2018-12-09 19:30:35 +08:00
tangjinzhou d59d6ee5ad feat: update 3.10.7 style 2018-11-14 21:33:56 +08:00