Commit Graph

45 Commits (0325e1dc4d9e478b53c71342d0e64c7086304716)

Author SHA1 Message Date
hetech 0325e1dc4d Tabs: rerender when slot changes (#15238) 2019-04-24 11:32:42 +08:00
Sam Hulick d1e0f9812c Tabs: Fixed issue where Promise rejection was hitting application (#14816) 2019-04-22 14:38:36 +08:00
Akshay Jat 9736448b54 Tabs: rerender when label changes (#14496)
* tab: fix active bar bug (#14416)

fix: Tab active bar doesn't resize when tab label changes dynamically

* tab: fix active bar bug

changes done as suggested in review
2019-03-25 19:21:51 +08:00
hetech efcfbdde0f
Tabs: fixed last TabNav unable to be deleted (#13039) 2018-10-12 22:41:30 +08:00
hetech 80410b4487
Tabs: scroll to active tab (#12948)
* Tabs: fix not scrolling to active tab

* update tabs.vue
2018-09-30 15:21:34 +08:00
hetech 17d817c0ce
Tabs: fix order of TabNav when array is sorted (#12846)
* Tabs: fix order of TabNav when array is sorted

* update tabs.vue

* update test cases
2018-09-25 11:16:47 +08:00
Jikkai Xiao 74e62819c0 Tabs: fixed tab-pane's incorrect order (#12346) 2018-08-14 11:22:00 +08:00
Jikkai Xiao ef98b75aff Tabs: add activeName and oldActiveName parameters to before-leave hook (#11713)
* Tabs: add activeName and oldActiveName parameters to before-leave hook

* Tabs: fix docs
2018-06-25 15:59:49 +08:00
Jikkai Xiao d1391e325c Tabs: add stretch attribute (#11476)
* Tabs: add stretch attribute

* Update tabs.scss
2018-06-07 11:18:57 +08:00
Jikkai Xiao eb1479d3bc Tabs: fix lazy loading (#11461)
* Tabs: fix lazy tab-pane order

* Tabs: fix lazy loading
2018-06-01 17:43:22 +08:00
Jikkai Xiao 15c38293d1 Tabs: remove focus state when before-leave return a resolved promise (#11386) 2018-05-29 12:37:21 +08:00
Jikkai Xiao 48c40ffa0a Tabs: add before-leave hook (#11259)
* Tabs: add before-leave hook

* Tabs: update tabs.d.ts
2018-05-21 19:10:49 +08:00
Leopoldthecoder 8c4dfd1aff Tabs: fix style bug when nested with different tab positions 2018-01-07 12:29:04 +08:00
cinwell.li be3dcbfc4c chore: update ESLint (#9124)
* chore: update ESLint

* chore: update eslint ignore
2018-01-05 16:53:02 +08:00
maranran 542deb779b Accessibility for message & message-box & tabs (#7424)
* 	add accessibility for message & message-box & tabs

* Update message-box.md
2017-10-15 23:13:10 -05:00
baiyaaaaa 5c2589677a Tab: add vertical tab (#6096)
* add tabs position

* add tabs test

* Update tabs.md
2017-07-30 16:12:06 +08:00
baiyaaaaa 265356453e fix tabs bug 2017-07-27 20:34:11 +08:00
baiyaaaaa 8e761efbd6 fix tabs bug 2017-07-27 20:34:11 +08:00
Jerret321 6ca99c4f8f disable tab remove when tab disabled (#4042)
* when tab  is disabled, disable remove handle.

* disable remove when tab disabled
2017-04-08 11:38:59 +08:00
baiyaaaaa 55d1a39ebf fix tab insert index (#2898) 2017-02-20 11:35:25 +08:00
baiyaaaaa e7365515ae normalize syntax (#2678) 2017-02-06 12:28:40 +08:00
baiyaaaaa 1efe9287f9 fix test 2017-02-04 18:52:37 +08:00
baiyaaaaa 6702726dcf add tabs scroll controls 2017-02-04 18:52:37 +08:00
baiyaaaaa 0bec05ada3 update tab api 2017-02-04 18:52:37 +08:00
baiyaaaaa 5fb72444a6 fix dynamic change tabs bug 2017-01-05 11:25:44 +08:00
baiyaaaaa 0c0f2527e3 fix tab-bar initial status bug 2017-01-05 11:25:44 +08:00
Herrington Darkholme 23423e39e7 general: normalize name in default export 2017-01-01 01:11:21 +08:00
baiyaaaaa 0922fc3683 fix tab remove bug (#2106) 2016-12-30 14:57:07 +08:00
baiyaaaaa cf028a42f4 change tabs box-model to 'block' & remove 'label-content' property (#2064) 2016-12-29 16:19:12 +08:00
baiyaaaaa 2eea08af23 fix tabs initial with bug & improve docs 2016-12-27 14:57:15 +08:00
baiyaaaaa 076d4303f7 add param to label-content render function 2016-12-20 15:18:10 +08:00
杨奕 1db2d64ddc Tabs: fix empty tab-pane issue, fixed #1608 (#1672) 2016-12-13 10:36:10 +08:00
baiyaaaaa 3d12579652 support tab disabled 2016-12-08 17:13:41 +08:00
Leopoldthecoder 725077effe Alert: improve style 2016-12-01 23:04:52 +08:00
baiyaaaaa 34dbb01c1a support tab title renter funtion 2016-12-01 23:00:29 +08:00
FuryBean f729497de5 Tabs: fix dynamic bug & add closable prop for tab-pane (#1285) 2016-11-23 10:47:12 +08:00
kingwl 5be8575ba1 Tabs: fix a 'activeName' attribute init bug 2016-11-16 15:35:23 +08:00
baiyaaaaa 8eae476f7f dynamic tabs (#812) 2016-11-04 11:28:23 +08:00
baiyaaaaa b0e960cb03 add tabs test 2016-10-24 17:20:26 +08:00
baiyaaaaa 6a42b66403 fixed tabs bug when close tab 2016-09-28 15:30:40 +08:00
baiyaaaaa 645cc085c9 tab events 2016-08-23 14:49:40 +08:00
baiyaaaaa e113f46900 fixed tab bug 2016-08-22 18:54:38 +08:00
baiyaaaaa 0092a38419 fixed tab bug 2016-08-22 12:42:47 +08:00
qingwei.li eb60126636 Update tabs
build entry.js

index => name

fix tab doc
2016-08-15 10:51:24 +08:00
qingwei.li e320f43c2d Initial commit 2016-07-27 14:15:02 +08:00