Commit Graph

89 Commits (f8da94e228952e05d5d74eebe19308466c43879b)

Author SHA1 Message Date
tangjinzhou 9ec32e427c style: add import eslint 2021-09-19 10:54:26 +08:00
tangjinzhou 21502ea6b0
refactor: table (#4641)
* refactor: table

* refactor: table

* refactor: table

* refactor: table

* refactor: table

* refactor: table

* refactor: table

* refactor: table

* refactor: table

* fix: column not pass to cell

* doc: uppate table

* fix: update bodyCell headerCell

* doc: remove examples

* refactor: table

* fix: table title not work

* fix: table selection

* fix: table checkStrictly

* refactor: table

* fix: table template error

* feat: table support summary

* test: update snap

* perf: table

* docs(table): fix ajax demo (#4639)

* test: update table

* refactor: remove old table

* doc: update  table doc

* doc: update doc

* doc: update select

* doc: update summary

Co-authored-by: John <John60676@qq.com>
2021-09-11 23:58:50 +08:00
tangjinzhou b8319bdb38 test: update snap 2021-09-02 14:42:25 +08:00
tangjinzhou fb0f01cf6a fix: uddate ts type 2021-08-29 14:17:19 +08:00
tangjinzhou 9785531e54 feat: add VirtualScroll tree 2021-08-25 22:31:46 +08:00
tangjinzhou e8b1f68899 fix: update tree title render & switchIcon 2021-08-25 21:15:39 +08:00
tangjinzhou 76ee4d6856 refactor: tree-select 2021-08-23 22:47:11 +08:00
tangjinzhou 1581943eb0 refactor: tree-select 2021-08-23 10:54:55 +08:00
tangjinzhou 8e38ed883c refactor: tree-select 2021-08-22 22:22:22 +08:00
tangjinzhou 8bf14f40ac refactor: tree-select 2021-08-22 16:59:13 +08:00
tangjinzhou 1ae763b8f5 style: lint format 2021-08-21 22:55:19 +08:00
tangjinzhou fdf7c5d4ce refactor: tree-select 2021-08-21 22:51:32 +08:00
tangjinzhou b0678d79ee refactor: tree-select 2021-08-20 23:21:49 +08:00
tangjinzhou ae36627763 refactor: tree 2021-08-20 14:29:18 +08:00
tangjinzhou 99f034deac refactor: directory tree 2021-08-19 23:29:07 +08:00
tangjinzhou 94aa0df8d7 refactor: tree 2021-08-19 10:56:21 +08:00
tangjinzhou 5f189f534e refactor: tree 2021-08-18 15:36:57 +08:00
tangjinzhou 9cbaeabbd6 refactor: tree 2021-08-18 10:48:16 +08:00
tangjinzhou 106b2609be 热factor: tree 2021-08-18 09:14:01 +08:00
tangjinzhou 8c5a23f377 refactor: tree 2021-08-17 22:52:28 +08:00
tangjinzhou 448788eaa5 style: lint 2021-08-17 22:05:24 +08:00
tangjinzhou a0f7e8d21f refactor: tree 2021-08-17 22:03:49 +08:00
tangjinzhou 3117c2748b refactor: tree 2021-08-17 14:36:46 +08:00
叡山电车 75c43683eb
fix: tree node class props invalid (#3822) 2021-03-19 17:21:46 +08:00
tangjinzhou b155627923 style: format code 2020-11-07 21:19:50 +08:00
tangjinzhou a13dd20f58 style: format file 2020-11-07 15:37:17 +08:00
tangjinzhou 86a90468ba perf: update transition 2020-10-22 22:45:21 +08:00
tanjinzhou f48ccdac01 perf: add defineComponent 2020-10-12 13:27:16 +08:00
tangjinzhou 95eaf941d7 fix: proptypes.bool default value error 2020-10-11 21:31:57 +08:00
tanjinzhou 61ef8e6883 chore: PropTypes.bool to PropTypes.looseBool 2020-10-10 18:16:28 +08:00
tangjinzhou 122e374224 perf: remove syncWatch 2020-09-21 21:48:12 +08:00
tanjinzhou 06b7e33cc0 chore: remove classnames 2020-08-31 16:53:19 +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
tanjinzhou fb845f2b72 fix: tree support v-model 2020-08-12 18:07:41 +08:00
tanjinzhou a50dba12aa perf: update vc-xxx $emit to __emit 2020-07-24 14:23:14 +08:00
tangjinzhou a194bbdf43 feat: update transfer 2020-07-19 22:40:35 +08:00
tangjinzhou 1abc37403d revert: tree watch logic 2020-07-18 21:44:16 +08:00
tangjinzhou 61b5bfa0f6 feat: tree-select 2020-07-18 21:40:26 +08:00
tanjinzhou d67afec16a refactor: tabIndex to tabindex, readOnly to readonly 2020-07-17 17:13:30 +08:00
tanjinzhou f35ae0efae feat: update tree 2020-07-17 16:50:22 +08:00
tangjinzhou 8ca8fbd453 feat: update tree 2020-07-16 22:44:00 +08:00
tanjinzhou 61500001df feat: update tree 2020-07-16 18:31:20 +08:00
tanjinzhou 585bb7495b chore: update destory to unmount 2020-06-11 16:13:09 +08:00
tangjinzhou af69044a67 style: rename getDerivedStateFromProps to getDerivedState 2020-05-16 22:18:53 +08:00
tanjinzhou f9b233f39d fix: treeNode cannot get origin column 2020-04-21 16:11:43 +08:00
cubemoon 32f669bd48
fix: treeNode customTitle cannot get selected prop
* Tree组件中,treeNode配置scopedSlots: {title: 'customeTitle' },无法获取title插槽的slot-scope值

需要定制tree的title时,具体的值在treeNode的数据上,但现在无法获取title处的插槽参数。经过查看ant-design-vue源码,发现TreeNode.jsx文件在title处配置错误,希望能尽快修复

* Update TreeNode.jsx
2020-04-17 18:27:51 +08:00
tanjinzhou 6289705e73 fix: directory throw error 2020-03-20 12:52:41 +08:00
Amour1688 615b460ee4
chore: enhance eslint (#1890)
* perf: enhance eslint

* perf: remove props in progress
2020-03-18 14:52:02 +08:00
tanjinzhou 1a61d1fa32 fix: tree custom icon not work 2020-03-17 18:11:01 +08:00