Commit Graph

161 Commits (22cad377292d63fed2bce03079c9ba5aa47bea15)

Author SHA1 Message Date
梁鑫辉 0dbea62fdf fix: table demo bug #1700
fix #1700
https://github.com/vueComponent/ant-design-vue/issues/1700
2020-01-15 10:57:59 +08:00
tanjinzhou 7cda44ba31 update site 2019-12-24 14:49:30 +08:00
tangjinzhou 1c9e9e2418 docs: add resize table demo 2019-12-23 22:12:13 +08:00
tangjinzhou d7561734ea style: format code 2019-12-21 18:37:33 +08:00
EmiyaYang d757ac68e2 docs(table): complement params (#1486) 2019-11-29 18:37:21 +08:00
tanjinzhou e3f867b6b1 fix: update dbclick to dblclick #1437 2019-11-20 15:49:31 +08:00
tanjinzhou b552450d9a docs: update table doubleclick to dbclick #1397 2019-11-15 12:59:29 +08:00
hzGotB 45eb4be22a fix: table style (#1370) 2019-11-12 11:50:18 +08:00
tanjinzhou d6bf99b279 test: update snap 2019-10-30 16:55:01 +08:00
tanjinzhou 5e4df25ee1 test: update table test 2019-10-17 19:27:21 +08:00
wangxueliang 5178480d13 fix: table demo & update snapshots 2019-10-17 13:42:03 +08:00
liufushihai af33c68f0c docs: update colspan-rowspan.md (#1272) 2019-10-13 20:08:19 +08:00
tanjinzhou 6c9de7146c fix: table warning #1267 2019-10-11 18:25:23 +08:00
tanjinzhou b5d4dfd30f style: format demo 2019-10-09 18:32:23 +08:00
tangjinzhou 31522c953d test: update snapshots 2019-09-28 21:02:32 +08:00
tangjinzhou 4cd44aea3d style: format code 2019-09-28 20:45:07 +08:00
tangjinzhou d42300bb88 cr table & tabs 2019-09-23 08:38:54 +08:00
tangjinzhou 4ce99b91e1 update configProvider 2019-09-11 22:51:52 +08:00
tangjinzhou c31aab0685 cr button 2019-09-08 20:16:17 +08:00
tangjinzhou da0f17d1b6 Merge remote-tracking branch 'origin/master' into feat-1.4.0
# Conflicts:
#	components/affix/index.jsx
#	components/alert/index.jsx
#	components/back-top/index.jsx
#	components/carousel/index.jsx
#	components/cascader/index.jsx
#	components/comment/index.jsx
#	components/config-provider/index.jsx
#	components/divider/index.jsx
#	components/drawer/index.jsx
#	components/form/Form.jsx
#	components/input-number/index.jsx
#	components/menu/index.jsx
#	components/modal/confirm.js
#	components/modal/index.js
#	components/popconfirm/index.jsx
#	components/popover/index.jsx
#	components/rate/index.jsx
#	components/steps/index.jsx
#	components/switch/index.jsx
#	components/time-picker/index.jsx
#	components/tree-select/index.jsx
#	site/components.js
2019-08-28 22:36:44 +08:00
tanjinzhou c9f1c26693 chore: add base.vue inconsistent vue version 2019-08-28 10:50:19 +08:00
tangjinzhou 2349348de0 Merge branch 'master' into feat-1.4.0
# Conflicts:
#	components/button/__tests__/__snapshots__/demo.test.js.snap
#	components/button/buttonTypes.js
#	components/button/demo/basic.md
#	components/button/style/index.less
#	components/button/style/mixin.less
#	components/form/__tests__/__snapshots__/demo.test.js.snap
#	components/input/__tests__/__snapshots__/demo.test.js.snap
#	components/select/__tests__/__snapshots__/demo.test.js.snap
#	components/select/__tests__/__snapshots__/index.test.js.snap
#	components/tabs/__tests__/__snapshots__/demo.test.js.snap
#	components/vc-collapse/src/Collapse.jsx
#	package.json
2019-08-25 22:09:55 +08:00
wangxueliang 8e80e13d17 style: update code style 2019-08-08 19:04:21 +08:00
wangxueliang f66fae47e3 feat: merge master 2019-08-08 19:02:54 +08:00
tangjinzhou f5d1fa6a9f fix: support v-slot #1058 2019-08-07 21:56:30 +08:00
Plane-walker 3406cecbd8 fix: '{' and ')' are not match (#1062)
* fix: '{' doesn't match

* fix: '}' doesn't match
2019-08-07 10:06:08 +08:00
言肆 7287e12a9b fix: column[align] should not override custom cell style #973 (#983) 2019-07-22 11:11:20 +08:00
tangjinzhou ecf7c8b42c fix: update icon focusable="false" #924 2019-07-07 21:27:16 +08:00
José Silva 2043203a11 update table documentation (#800)
* added index parameter on function of rowKey

* update size doc in table
2019-07-07 20:54:07 +08:00
tangjinzhou adbd82b910 Merge branch 'master' into feat-1.4.0
# Conflicts:
#	components/table/interface.js
#	components/vc-upload/demo/simple.jsx
2019-06-24 21:47:23 +08:00
wangxueliang 76d8491b66 style: fix code format 2019-05-28 11:37:38 +08:00
tangjinzhou 1704ce4282 fix: table custom expandIcon function not work #751 2019-05-25 21:59:08 +08:00
wangxueliang 5d8d9248a3 test: update snapshots 2019-05-18 15:49:50 +08:00
wangxueliang 68df93c316 docs: update table doc 2019-04-30 18:27:47 +08:00
wangxueliang 3e704f9e2f feat: update table 2019-04-30 16:59:53 +08:00
wangxueliang 7d6678265e feat: merge master 2019-04-07 09:05:54 +08:00
wangxueliang 341374c44e feat: update style to 3.13.6 2019-03-30 16:06:06 +08:00
HelloMoli 9f9ab21ff3 Update edit-cell.md (#605) 2019-03-19 10:36:46 +08:00
wangxueliang 3eb046f10a test: update snapshots 2019-03-11 21:06:53 +08:00
tangjinzhou 04501dec3d docs: udpate 2019-02-23 18:53:02 +08:00
tangjinzhou 805d4e3295 docs: update url path 2019-02-16 16:51:21 +08:00
tangjinzhou 55a8dca9e7 style: update lint and format code 2019-02-01 17:23:00 +08:00
tangjinzhou ffb2a593b1 style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
tangjinzhou eee43a34cc docs: add 1.3.0 zh changelog 2019-01-10 22:36:43 +08:00
tangjinzhou ac88e4949b refactor: tag 2019-01-08 13:17:46 +08:00
tangjinzhou 98eb6b2a04 test: update snapshots 2019-01-07 21:17:16 +08:00
tangjinzhou 1fb3ce30d2 Merge branch 'master' into feat-1.3.0
# Conflicts:
#	components/table/__tests__/__snapshots__/Table.test.js.snap
2019-01-07 21:10:25 +08:00
tangjinzhou b87d722143 fix: support staticClass and dynamic class #371 2019-01-06 21:14:14 +08:00
tangjinzhou 4055a23c50 docs: update demo 2019-01-06 19:24:32 +08:00
tangjinzhou bbc6c29e69 feat: table sortTitle opt 2019-01-06 18:11:50 +08:00
tangjinzhou 8340a0b684 feat: table add expandIcon 2019-01-05 18:09:27 +08:00
tangjinzhou 380e4cd53d perf: some code 2019-01-05 11:24:25 +08:00
tangjinzhou 27d8caa4d9 test: update snapshots 2019-01-02 22:00:06 +08:00
tangjinzhou 14dfebab0b feat: update style to 3.11.6 2019-01-02 21:01:56 +08:00
tangjinzhou eb355b97a6 fix: icon style not work 2018-12-16 14:22:18 +08:00
tangjinzhou 326d5b9d12 test: update snapshots 2018-12-14 09:22:58 +08:00
tangjinzhou 0d3821910f feat: update to 3.10.9 2018-12-13 21:26:21 +08:00
tangjinzhou 0a1c680996 feat: update table 2018-12-12 10:15:00 +08:00
tangjinzhou 4bc2c5ccd2 feat: update table 2018-12-11 20:59:23 +08:00
tangjinzhou 23fd134f90 feat: update pagination 2018-12-10 21:06:42 +08:00
tangjinzhou da2011e86b update style to 3.10.9 2018-12-09 19:30:35 +08:00
tangjinzhou d98abf4b11 test: update snapshots 2018-12-08 12:05:42 +08:00
tangjinzhou 0ce9d646a7 feat: update back-top badge breadcrumb button calendar card carousel cascader collapse 2018-11-28 21:58:42 +08:00
tangjinzhou d59d6ee5ad feat: update 3.10.7 style 2018-11-14 21:33:56 +08:00
tangjinzhou 8f1ea64c35 feat: update vc-table to 6.4.0 2018-11-09 18:57:25 +08:00
tangjinzhou 1976e1254e test: update snapshots 2018-11-06 11:59:20 +08:00
tangjinzhou a6620cbbe5
feat: add component Vue.use method (#197)
* feat: add Vue.use feat

* feat: Vue.use method

* docs: update docs
2018-09-19 13:21:57 +08:00
tangjinzhou df5db65397 update wave & tag & tag snapshots 2018-09-17 13:17:13 +08:00
tangjinzhou bf161d4035 test: update snapshots 2018-09-13 14:02:18 +08:00
undefined 054a8ceb6f test: update snapshots 2018-09-05 21:58:32 +08:00
tangjinzhou ff25efe185
update to antd3.8.3 (#159)
* refactor: align

* feat:  update align to 2.4.3

* feat: update trigger 2.5.4

* feat: update tooltip 3.7.2

* fix: align

* feat: update vc-calendar to 9.6.2

* feat: update vc-checkbox to 2.1.5

* feat: update vc-dialog to 7.1.8

* feat: update vc-from to 2.2.1

* feat: update vc-notification to 3.1.1

* test: update snapshots

* feat: update vc-tree to 1.12.6

* feat: update vc-table to 6.2.8

* feat: update vc-upload to 2.5.1

* feat: update vc-input-number to 4.0.12

* feat: update vc-tabs to 9.2.6

* refactor: vc-menu

* refactor: update vc-menu to 7.0.5

* style: remove unused

* feat: update pagination to 1.16.5

* feat: add vc-progress 2.2.5 tag

* feat: add vc-rate 2.4.0 tag

* feat: update vc-slider to 8.6.1

* fix: tooltip error

* style: delete conosle

* feat: update vc-steps to 3.1.1

* add vc-switch tag 1.6.0

* feat: update upload to 2.5.1

* fix: update vc-menu

* fix: update store

* fix: add ref dir

* fix: trigger mock shouldComponentUpdate

* fix: update vc-select

* revert: trigger lazyrenderbox

* fix: update vc-select

* fix: update vc-select

* fix: update vc-select

* fix: update vc-menu

* fix: update vc-slick ref

* update style to 3.8.2

* test: update snapshots

* update vc-select

* update util & affix

* feat: add drawer

* fix: support title add slot mode

* test: update affix test

* update alert

* update anchor

* update snapshots

* fix: doc and vc-drawer

* update select & auto-complete

* update back-top & grid

* feractor: avatar

* test: add drawer test

* update badge

* update button

* update card

* update divider

* feat: update vc-tabs to 9.3.6 and tabs

* add afterEnter callback

* update form

* fix: update drawer

* test: update snapshots

* update modal & notification

* test: update snapshots

* update message

* update locale-provider

* update dropdown

* update layout popconfirm popover

* update time-picker

* update menu

* update date-picker

* docs: update input docs

* update input

* update snapshots

* update table

* update test snapshots

* feat: update progress

* update checkbox

* feat: update spin

* update radio

* docs: slider steps timeline

* update list

* update transfer

* update collapse

* update cascader

* update upload
2018-09-05 21:28:54 +08:00
tangjinzhou 746fc9a792 chore: rename vue-antd-ui to ant-design-vue 2018-08-04 17:52:11 +08:00
tjz b464c6f6ee fix: table pagination deep watch 2018-07-17 21:22:48 +08:00
tjz b444761e51 docs: update table ajax demo 2018-07-01 17:33:24 +08:00
tjz 5130f7353f test: update table test 2018-06-28 22:08:13 +08:00
tjz ba8b73aa66 feat: update spin class 2018-06-17 10:49:56 +08:00
tjz 36db114621 test: update table 2018-06-16 23:05:15 +08:00
tjz c93c18e74e test: update transition-group and relative snapshots 2018-06-10 15:45:06 +08:00
tjz a8dcabb1a0 test: add date-picker 2018-06-09 15:28:15 +08:00
tjz 7ed6885ec6 test: update table test 2018-06-08 22:38:25 +08:00
tjz ec1999dea4 fix: table defaultChecked not work 2018-06-08 22:30:25 +08:00
tjz dc0f0b967c fix: table check 2018-06-08 18:50:18 +08:00
tjz 62b698c007 test: update table test 2018-06-06 22:33:09 +08:00
tjz 9b7f5c2f81 fix: table add support number key 2018-06-06 22:02:31 +08:00
tangjinzhou ed9de47851 test: add progress & rate & slider & spin & table test 2018-06-06 10:48:15 +08:00
tjz b7636a7f63 test: add table selectionbox test 2018-06-01 21:25:16 +08:00
tjz 539d838607 test: add more table filter test 2018-05-31 22:53:14 +08:00
tangjinzhou 0a4193f054 test: update snapshots & some test 2018-05-30 14:12:43 +08:00
tjz d35e6fb334 test: add table sorter & filter test 2018-05-27 14:01:18 +08:00
tjz 07150c0965 test: add table test 2018-05-26 22:48:16 +08:00
tjz 24f3005562 docs: update table docs 2018-05-26 22:47:54 +08:00
tjz 17b9dc14f5 fix: table emptyText not work 2018-05-26 22:47:19 +08:00
tjz eac84f2d2c test: update demotest to async 2018-05-18 22:04:10 +08:00
tangjinzhou 7bf21fe51f test: add snapshot 2018-05-15 09:52:44 +08:00
tangjinzhou 1c0752c27a fix: customRow events (#16) 2018-05-10 19:15:43 +08:00
tjz 950365b3d2 add tree doc 2018-04-14 21:09:35 +08:00
tjz 008b01d250 fix components name 2018-04-08 21:17:20 +08:00
tjz 86af76b048 update to 3.4.0 2018-04-07 14:29:59 +08:00
tangjinzhou 5169b62458 update table doc 2018-04-04 10:29:42 +08:00
tjz 5d2271a131 add table demo 2018-04-03 22:18:18 +08:00