Commit Graph

2037 Commits

Author SHA1 Message Date
Amour1688
c04b9a0267 fix: config-provider renderEmpty 2020-10-12 15:39:11 +08:00
tanjinzhou
f48ccdac01 perf: add defineComponent 2020-10-12 13:27:16 +08:00
tangjinzhou
3c20fc9f69 chore: remove old vue-types 2020-10-11 23:14:38 +08:00
tangjinzhou
95eaf941d7 fix: proptypes.bool default value error 2020-10-11 21:31:57 +08:00
Amour1688
4c9d3161fd fix: ts error 2020-10-10 20:53:50 +08:00
tanjinzhou
61ef8e6883 chore: PropTypes.bool to PropTypes.looseBool 2020-10-10 18:16:28 +08:00
tanjinzhou
7fe34def78 fix: types error 2020-10-10 17:01:39 +08:00
tanjinzhou
103a05a471 perf: perf animation 2020-10-10 13:57:37 +08:00
tangjinzhou
22b72855e5 perf: trigger animation 2020-10-10 06:58:19 +08:00
tanjinzhou
a095728a46 perf: perf transtion 2020-10-09 17:37:04 +08:00
tangjinzhou
bd138a8711 fix: select2 bug 2020-10-08 22:51:09 +08:00
tangjinzhou
b786f6bba6 feat: refactor vc-select 2020-10-07 22:49:01 +08:00
Amour1688
1bcd4e27c1 fix: grid props 2020-10-05 09:53:22 +08:00
Amour1688
183be1ba38 fix: tag props 2020-10-04 22:08:12 +08:00
tangjinzhou
13413df0d1 Merge branch 'next' of github.com:vueComponent/ant-design-vue into next 2020-10-03 17:19:13 +08:00
tangjinzhou
6ea812737f chore: update vue-types 2020-10-03 17:16:34 +08:00
Amour1688
104a034e74 chore: update vue-types types 2020-10-03 16:24:38 +08:00
tangjinzhou
4b4fc9266c style: vc-select2 to ts 2020-10-03 15:54:52 +08:00
Amour1688
47e5df9103 fix: eslint error 2020-10-02 22:28:41 +08:00
Amour1688
51e03f3edd chore: empty props add class and style 2020-10-02 22:20:02 +08:00
tangjinzhou
aa07504e31 revert: vc-xxx ts to js 2020-10-02 21:59:53 +08:00
undefined
b1c4013cee fix: empty support htmlattributes 2020-10-02 21:39:54 +08:00
undefined
acc3b7e8e4 fix: remove image-style  at empty root dom 2020-10-02 21:21:09 +08:00
undefined
c0bbbfaa4a chore: udpate ts 2020-10-02 21:16:05 +08:00
undefined
b7db5b31ba chore: rever util to js 2020-10-02 15:44:10 +08:00
undefined
609de24f19 refactor: revert vc-xxx 2020-10-02 15:39:36 +08:00
Amour1688
8124653d07 fix: grid props 2020-10-02 12:14:28 +08:00
Amour1688
5832a70644 fix: tag props 2020-10-01 23:01:31 +08:00
Amour1688
347f69fa66 fix: empty type 2020-10-01 22:48:33 +08:00
undefined
8cb7c65684 Merge branch 'next' of github.com:vueComponent/ant-design-vue into next 2020-10-01 21:47:03 +08:00
undefined
b856166520 chore: update to ts 2020-10-01 21:45:52 +08:00
Amour1688
2fd04595bf fix: ts error 2020-10-01 20:57:03 +08:00
Amour1688
81e15834c2 chore: ts-jest 2020-10-01 20:56:26 +08:00
Amour1688
150ebf15a5 chore: refactor virtual list 2020-10-01 17:20:10 +08:00
Amour1688
b19ca0aaaf fix: tag 2020-10-01 17:19:53 +08:00
Amour1688
dffb0cce52 chore: update types 2020-09-30 18:20:08 +08:00
tanjinzhou
f8334fc42a chore: update vue-types 2020-09-30 18:14:33 +08:00
tanjinzhou
dbaf8bc7ef chore: update ts 2020-09-30 17:35:51 +08:00
tanjinzhou
d459c8dabe chore: update eslint 2020-09-30 17:15:17 +08:00
tanjinzhou
a892a8908b Merge branch 'feat-virtual-list' into next 2020-09-30 16:47:14 +08:00
tanjinzhou
f6752899e2 feat: update vittual-list 2020-09-30 16:21:04 +08:00
John60676
a1a4fdbd21
refactor(divider): refactor with ts (#2928)
* refactor(divider): refactor with ts

* refactor(divider): add default value for dashed prop

* style(divider): remove unuse import
2020-09-30 12:11:23 +08:00
Amour1688
28111e7f34 chore: rename ConfigConsumerProps to defaultConfigProvider 2020-09-30 10:47:18 +08:00
Amour1688
64dc5e69b7 feat: dark them 2020-09-30 10:46:22 +08:00
Amour1688
604b7fe670 chore: empty dark theme 2020-09-30 10:45:50 +08:00
Amour1688
f875b3add1 chore: ts type 2020-09-30 09:24:59 +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
zkwolf
51fb7cd888
feat: tree support global tree slot (#2904) 2020-09-29 22:09:29 +08:00
Amour1688
6e6fd3af79 chore: config-provider 2020-09-29 22:06:01 +08:00
John60676
caea1acfbe
fix(select): click on the selected item can deselect (#2920) 2020-09-29 18:30:39 +08:00
tanjinzhou
b9f9dad4c7 perf: virtual list remove eventListener 2020-09-29 16:11:05 +08:00
tanjinzhou
c579bb0ad5 fix: scroll error 2020-09-29 15:16:56 +08:00
tanjinzhou
0de3e6b716 fix: scroller 2020-09-28 21:21:43 +08:00
tanjinzhou
3844466ff2 feat: add virtual-list 2020-09-28 19:14:00 +08:00
Amour1688
22cad37729 chore: refactor with ts 2020-09-28 11:47:35 +08:00
undefined
f96895c17c Merge branch 'feat-vue3' into next 2020-09-27 22:31:32 +08:00
tanjinzhou
ab80874fa5 feat: update virtuallist 2020-09-27 16:05:53 +08:00
Amour1688
0d34f45895 feat: virtual list 2020-09-26 22:52:40 +08:00
tanjinzhou
b154eeed28 style: format code 2020-09-24 13:29:24 +08:00
星火燎原
d3d787e2b0
fix: a-directory-tree error when use replaceFields (#2869) 2020-09-24 13:28:04 +08:00
Amour1688
993ca4c799 Merge branch 'feat-vue3' into next 2020-09-24 09:50:33 +08:00
tangjinzhou
8b3023e01f fix: select input not trigger change event 2020-09-23 22:58:48 +08:00
tanjinzhou
ecc755b084 chore: update workflow 2020-09-23 19:47:22 +08:00
tanjinzhou
c325f246cf test: update snap 2020-09-23 19:36:45 +08:00
Amour1688
eabad90b3d chore: refactor tag 2020-09-23 17:51:02 +08:00
tanjinzhou
6197d60d9a test: update test config 2020-09-23 17:32:53 +08:00
tanjinzhou
c6c0ebc670 fix: upload open when trigger hidden label 2020-09-23 14:06:42 +08:00
tanjinzhou
61e1f2414e fix: upload custom method not work #2837 2020-09-23 14:05:36 +08:00
John60676
f942d5b1a6
fix(upload): button will disappear when count meets limitation (#2884) 2020-09-23 10:33:02 +08:00
tangjinzhou
7ea8de4b7e fix: input compositionend not trigger change 2020-09-22 07:25:44 +08:00
tangjinzhou
122e374224 perf: remove syncWatch 2020-09-21 21:48:12 +08:00
tanjinzhou
7719c65169 fix: input not trigger change compositionStart 2020-09-21 18:45:27 +08:00
tangjinzhou
7f7511bf61 test: update test 2020-09-20 23:04:37 +08:00
tangjinzhou
f99200c966 test: update snap 2020-09-19 23:36:48 +08:00
John60676
675dff92c1
fix(vc-tabs): tabs vue warning (#2865) 2020-09-18 22:52:17 +08:00
Amour1688
dea4866177 chore: refactor comment and icon 2020-09-18 12:15:01 +08:00
John60676
c1cfabb20e
fix: menu cannot be collapsed by the Layout (#2819) 2020-09-17 14:51:32 +08:00
tanjinzhou
c78e9418a4 fix: layout vue warning #2817 2020-09-17 14:09:33 +08:00
Amour1688
b5dd6c69b3 fix: empty duplicate class 2020-09-16 12:54:54 +08:00
Amour1688
7cec8614b0 chore: classNames es 2020-09-16 12:45:04 +08:00
Amour1688
87aa5ecbd8 fix: merge conflict 2020-09-12 11:34:18 +08:00
tanjinzhou
2b422dd17b fix: table rowselection type error 2020-09-11 16:02:14 +08:00
Amour1688
a5eda35693 Merge branch feat-vue3 into next 2020-09-10 10:01:32 +08:00
tanjinzhou
56ffcc6619 test: update snap 2020-09-07 18:28:03 +08:00
tanjinzhou
5f68ab9181 perf: add radio event declar 2020-09-07 18:27:49 +08:00
tanjinzhou
7ec5dac844 perf: add checkbox event declar 2020-09-07 17:19:28 +08:00
tanjinzhou
ec73097d9b fix: steps v-model can not click 2020-09-07 17:18:50 +08:00
tanjinzhou
9257c1ea68 fix: modal loading button not work 2020-09-07 13:49:12 +08:00
tanjinzhou
b616823353 fix: Descriptions Item support v-for #2793 2020-09-07 13:26:22 +08:00
Carter Li
fb52b36067
chore: use lodash-es to support vite (#2777)
To fix error: `Uncaught (in promise) SyntaxError: The requested module
'/@modules/lodash/isPlainObject.js' does not provide an export named
'default'`
2020-09-02 22:44:16 +08:00
tanjinzhou
8dd2c5b751 fix: tree-select-node not registered 2020-09-02 12:54:24 +08:00
tangjinzhou
fbcf0bff9d chore: update moment to support vite 2020-08-31 22:25:47 +08:00
tanjinzhou
1f6accba22 test: update snap 2020-08-31 17:16:16 +08:00
tanjinzhou
06b7e33cc0 chore: remove classnames 2020-08-31 16:53:19 +08:00
tangjinzhou
83f7c6ed41 fix: modal afterClose trigger twice 2020-08-30 22:56:15 +08:00
tangjinzhou
2cbc72f617 chore: remove require 2020-08-30 22:23:36 +08:00
undefined
d57a2acd87 perf: update tree 2020-08-30 15:10:11 +08:00
undefined
3d17d5f26e perf: update lazyload 2020-08-27 22:38:56 +08:00
tanjinzhou
2b1e972803 perf: update propssymbol 2020-08-27 18:34:23 +08:00
tanjinzhou
29d681ff52 style: remove not use file 2020-08-27 17:40:29 +08:00
tanjinzhou
4770ed4708 perf: update tabs 2020-08-27 17:28:18 +08:00
tanjinzhou
5e3d9fe5a3 fix: upload not support css scope 2020-08-27 16:03:42 +08:00
tanjinzhou
8ac75e4a73 test: update snap 2020-08-25 14:24:56 +08:00
tanjinzhou
37ddc96666 Merge branch 'feat-vue3' of https://github.com/vueComponent/ant-design-vue into feat-vue3 2020-08-25 14:17:23 +08:00
tanjinzhou
6fa4f9cd23 bump 2.0.0-beta.3 2020-08-25 14:17:00 +08:00
zkwolf
0e0ad463c7
feat: badge text support vnode (#2750)
* feat: badge text support vnode

* test: update badge test
2020-08-25 13:51:01 +08:00
Amour1688
09eb71d5fb chore: refactor tag 2020-08-23 19:33:01 +08:00
Amour1688
91fe27d12c chore: update empty and space 2020-08-23 16:45:55 +08:00
Amour1688
4af81c412c chore: refactor space 2020-08-22 14:38:29 +08:00
Amour1688
07d27b057a chore: remove render in empty 2020-08-22 14:37:39 +08:00
Amour1688
632da57962 chore: refactor empty 2020-08-22 14:37:39 +08:00
Amour1688
34ac8444f4 chore: migrate local from js to ts 2020-08-22 14:37:38 +08:00
undefined
9a100b04c2 Merge remote-tracking branch 'origin/master' into feat-vue3 2020-08-22 10:49:44 +08:00
undefined
da09b87548 style: update name key 2020-08-20 22:18:18 +08:00
tanjinzhou
03a42a5b35 fix: list meta name not correct 2020-08-20 18:05:12 +08:00
tanjinzhou
4bdb241aa6 fix: some component not support css scoped 2020-08-20 17:56:49 +08:00
undefined
716f32d608 fix: fixed column height not correct #1493 #2632 2020-08-19 22:54:52 +08:00
undefined
bd71e3806b fix: button lineheight 2020-08-19 21:26:49 +08:00
tanjinzhou
44882ed4cc test: update snap 2020-08-19 15:24:18 +08:00
tanjinzhou
c5c822f467 fix: space not work 2020-08-19 15:23:50 +08:00
tanjinzhou
8ed937344a fix: tabs change trigger 2020-08-19 15:23:26 +08:00
tanjinzhou
b2d7ace9ff feat: update less 2020-08-18 17:50:36 +08:00
tanjinzhou
f34a5d962f refactor: update itemRender & dropdownRender 2020-08-17 18:02:28 +08:00
Amour1688
be7de76abd fix: eslint error 2020-08-14 19:38:58 +08:00
tanjinzhou
5a2c88ef7f test: update transfer snap 2020-08-14 18:27:54 +08:00
tanjinzhou
07476d43db perf: update shallowequal 2020-08-14 18:24:30 +08:00
tanjinzhou
d592854c73 fix: first trigger v-model change 2020-08-14 18:19:35 +08:00
tanjinzhou
8907a9990c fix: form trigger 2020-08-14 18:11:30 +08:00
tanjinzhou
050867348e test: update test 2020-08-14 17:04:45 +08:00
tanjinzhou
84fb8168f0 fix: radio focus blur not work 2020-08-14 17:04:32 +08:00
tanjinzhou
db7826ba64 fix: upload preview not work 2020-08-14 15:55:16 +08:00
tanjinzhou
0eb257b321 test: update snap 2020-08-14 15:25:17 +08:00
tanjinzhou
07fe94d0a4 test: update drawer snap 2020-08-14 14:53:07 +08:00
tanjinzhou
9c3e9f3d18 fix: remove dir attr 2020-08-14 14:15:22 +08:00
tanjinzhou
7796894e01 fix: comment actions not work 2020-08-14 14:00:25 +08:00
tanjinzhou
d3d631b862 Merge branch 'feat-vue3' of https://github.com/vueComponent/ant-design-vue into feat-vue3 2020-08-14 13:44:45 +08:00
tanjinzhou
0344484d43 test: update menu snap 2020-08-14 13:43:20 +08:00
Amour1688
b26c493a3a test: update popover snap 2020-08-14 13:32:25 +08:00
Amour1688
43c6528bed test: update popconfirm snap 2020-08-14 13:31:47 +08:00
Amour1688
acb4f7b8dd test: update pagination snap 2020-08-14 13:30:46 +08:00
Amour1688
2ccb5d1fea test: update notification snap 2020-08-14 13:22:36 +08:00
Amour1688
c0ed6b26cc feat: update message snap 2020-08-14 13:20:27 +08:00
Amour1688
889830c38f test: update list snap 2020-08-14 13:14:03 +08:00
Amour1688
a7706841ce test: update layout snap 2020-08-14 13:10:55 +08:00
Amour1688
1dfde69372 test: update input snap 2020-08-14 13:10:22 +08:00
Amour1688
eef839a5a0 test: update grid snap 2020-08-14 13:09:41 +08:00
Amour1688
ee7eb8d68e test: update empty snap 2020-08-14 13:09:08 +08:00
Amour1688
3c44bf37a3 test: update dropdown snap 2020-08-14 13:08:32 +08:00
Amour1688
f917321c84 test: update divider snap 2020-08-14 13:05:51 +08:00
Amour1688
1613b04dd0 test: update descriptions snap 2020-08-14 13:05:16 +08:00
Amour1688
fea034987c test: update date-picker snap 2020-08-14 13:04:39 +08:00
Amour1688
8afa0bc23f test: update comment snap 2020-08-14 13:03:25 +08:00
Amour1688
f75b154016 test: update avatar snap 2020-08-14 13:02:06 +08:00
tanjinzhou
e98e9d1153 test: message snap 2020-08-14 11:16:18 +08:00
tanjinzhou
1425de31b7 test: update modal snap 2020-08-14 11:15:10 +08:00
tanjinzhou
9e4b2f4655 test: update notification 2020-08-14 11:10:37 +08:00
tanjinzhou
9d403d121f test: update page-header snap 2020-08-14 11:09:05 +08:00
tanjinzhou
c0191c736f test: update pagination 2020-08-14 11:07:38 +08:00
tanjinzhou
0b12e2cf06 test: update popconfirm 2020-08-14 11:04:29 +08:00
tanjinzhou
637b31b4ff test: update popover 2020-08-14 10:57:28 +08:00
tanjinzhou
6a4ca0c7cd test: update progress snap 2020-08-14 10:54:28 +08:00
tanjinzhou
12b2e67d16 feat: remove old form 2020-08-14 10:48:22 +08:00
tanjinzhou
b7f0667638 test: update radio 2020-08-14 10:38:07 +08:00
tanjinzhou
3ef1ca37e5 test: update rate snap 2020-08-14 10:27:06 +08:00
tanjinzhou
a13434f792 test: update result snap 2020-08-14 10:25:46 +08:00
tanjinzhou
f4ffe3cf6a test: update avatar 2020-08-14 10:02:52 +08:00
Amour1688
4f3e307f12 test: update collapse snap 2020-08-14 09:31:36 +08:00
Amour1688
b249e4e6fe test: update checkbox snap 2020-08-14 09:30:42 +08:00
Amour1688
6bdd01f121 test: update cascader snap 2020-08-14 09:29:56 +08:00
Amour1688
249f69da11 test: update carousel snap 2020-08-14 09:28:09 +08:00
Amour1688
bf5aa4ab28 test: update card snap 2020-08-14 09:28:08 +08:00
Amour1688
2fc5aafbc6 test: update calendar snap 2020-08-14 09:28:08 +08:00
Amour1688
46adc443a0 test: update button snap 2020-08-14 09:28:08 +08:00
Amour1688
cae0675285 test: update breadcrumb snap 2020-08-14 09:28:08 +08:00
Amour1688
b64668f304 test: update badeg snap 2020-08-14 09:28:08 +08:00
Amour1688
487c7d96f6 test: update back-top snap 2020-08-14 09:28:08 +08:00
tangjinzhou
4da81eb01a fix: select placeholder not work 2020-08-13 22:57:30 +08:00
tangjinzhou
be9a8471ff test: update skeleton snap 2020-08-13 22:28:22 +08:00
tangjinzhou
87fb0e2c23 fix: slider id not work 2020-08-13 22:27:11 +08:00
tangjinzhou
e78501f922 test: update space snap 2020-08-13 22:20:32 +08:00
tangjinzhou
31b7772d85 test: update snap 2020-08-13 22:19:29 +08:00
tangjinzhou
1a6075b121 test: update statistic snap 2020-08-13 22:14:01 +08:00
tangjinzhou
dc949aba31 test: update steps snap 2020-08-13 22:12:58 +08:00
tangjinzhou
272a31f347 test: update switch snap 2020-08-13 22:11:35 +08:00
tangjinzhou
52968b9616 test: update table snap 2020-08-13 22:09:56 +08:00
tangjinzhou
7a4206cc23 test: update tabs snap 2020-08-13 22:05:32 +08:00
tangjinzhou
5570e6b383 test: update tag snap 2020-08-13 22:01:00 +08:00
tanjinzhou
ae1a032462 test: update time-picker snap 2020-08-13 18:05:14 +08:00
tanjinzhou
1390638ab1 test: update timeline snap 2020-08-13 17:55:12 +08:00
tanjinzhou
adcdd159e6 test: update tooltip snap 2020-08-13 17:52:41 +08:00
tanjinzhou
1850d04eed test: update transfer snap 2020-08-13 17:46:44 +08:00
tanjinzhou
ae0acb73ea test: update snap 2020-08-13 15:14:39 +08:00
tanjinzhou
76f6e470e2 test: update upload tree-select snap 2020-08-13 15:11:41 +08:00
xrkffgg
a4574c8a69
style: optimize zh_TW (#2679) 2020-08-13 14:17:30 +08:00
Amour1688
4231b68ba7 test: anchor and auto-complete snapshot 2020-08-13 11:02:52 +08:00
Amour1688
c4594058c6 test: alert snapshot 2020-08-13 10:59:13 +08:00
Amour1688
21af824ad1 test: affix snapshot 2020-08-13 10:51:53 +08:00
tangjinzhou
2b5d587a00 feat: space support vue3 2020-08-12 22:08:06 +08:00
tangjinzhou
21d95e7ef9 Merge remote-tracking branch 'origin/master' into feat-vue3 2020-08-12 21:42:11 +08:00
tangjinzhou
8cea617319 perf: update tree-select 2020-08-12 21:35:45 +08:00