Commit Graph

1414 Commits

Author SHA1 Message Date
songwanli2025@163.com
a78dca19cf fix(menu): remove ul default margin 2019-12-27 14:46:20 +08:00
Wanli Song
3580fde418 Merge branch 'develop' into develop 2019-12-27 14:37:00 +08:00
07akioni
8f716c698c Merge pull request #11 from TuSimple/freestyle
popover & zindexmanager optimization
2019-12-27 14:34:36 +08:00
songwanli2025@163.com
a40a490ea3 remove useless styles 2019-12-27 14:27:52 +08:00
songwanli2025@163.com
d42b12e430 merge 2019-12-27 14:25:24 +08:00
songwanli2025@163.com
ea782d1200 add(NewNimbusServiceLayout):replace NimbusServiceLayout && fix layout sider 2019-12-27 13:49:00 +08:00
07akioni
23fd828301 refactor(table-body): remove n-table & n-tbody dependency 2019-12-27 00:02:04 +08:00
07akioni
d3ba005a93 doc(table): remove table to index 2019-12-26 23:59:41 +08:00
07akioni
3579187872 feat(scrollbar): support custom container & content 2019-12-26 23:59:23 +08:00
07akioni
c04c51cffd fix: some style fixes 2019-12-26 23:58:50 +08:00
07akioni
ff4d3f10a3 feat(zIndexManager): rearrange zindex after many zindex updates 2019-12-26 17:14:52 +08:00
07akioni
76b54cda3d refactor(popover): refactor popover manager for better logic 2019-12-26 16:08:19 +08:00
07akioni
3c7b55263c Merge pull request #10 from TuSimple/freestyle
select fixes, refactor & tree refactor
2019-12-26 14:59:25 +08:00
07akioni
6ce780ae7b fix(select): emit-option with normalized option 2019-12-26 14:54:06 +08:00
07akioni
8963a9a61f perf(select): impore pref 2019-12-26 14:48:45 +08:00
07akioni
55270faf9a doc(layout): remove deprecated layout-sider prop 2019-12-26 13:42:08 +08:00
07akioni
3b6926bd83 fix(dropdown): cascade menu doesn't show 2019-12-26 13:41:38 +08:00
07akioni
7e2932e1ce fix(select): isSelect method params wrong 2019-12-26 13:40:26 +08:00
07akioni
af74150215 fix(popselect): isSelected method return value type 2019-12-26 13:20:13 +08:00
07akioni
1d31920981 Merge branch 'develop' of ***REMOVED*** into develop 2019-12-26 13:16:01 +08:00
07akioni
8ce24ca9b7 Merge pull request #9 from wanli-song/develop
fix(menu)
2019-12-26 13:15:36 +08:00
07akioni
5c85340bf4 fix(select): return type of isSelected 2019-12-26 01:37:42 +08:00
07akioni
9db4e0edaa refactor(select): imporve perf & api change
1. restrain option value to string & number, for find id by value is a huge overhead when where is too many options.
2. use value as option.id, for the same reason
3. imporve the perf of select by remove some bottle neck function
2019-12-26 01:32:36 +08:00
07akioni
1a0cb42874 fix(dropdown): divider margin in different sizes 2019-12-25 19:56:52 +08:00
07akioni
0a6b763a6d Merge branch 'master' of github.com:07akioni/naive-ui 2019-12-25 19:52:26 +08:00
07akioni
cbfc200dc1 refactor(select): use functional select option to significantly imporve render preformance 2019-12-25 19:51:31 +08:00
07akioni
b7c13912f5 fix(select): support functional component in some utils 2019-12-25 19:29:47 +08:00
07akioni
8fcedef72c chore(anchore): remove useless console.log 2019-12-25 19:28:31 +08:00
07akioni
68021fc6e6 fix(scrollbar): disable some methods when without-scrollbar 2019-12-25 19:24:32 +08:00
liumeo
fffa5bb4e9 icon-zhcn 2019-12-25 19:04:17 +08:00
liumeo
f39c395973 gradientText-zhcn 2019-12-25 18:06:54 +08:00
songwanli2025@163.com
5f6e1ab2bc remove(menu): remove useless styles 2019-12-25 11:19:09 +08:00
songwanli2025@163.com
eeda67856d fix(menu): transition 2019-12-25 11:15:24 +08:00
07akioni
8eb9d743e8 fix(radio): radio button hover boder mask color blink 2019-12-24 22:48:35 +08:00
07akioni
6a57600b46 doc(modal): sync card props change 2019-12-24 22:39:25 +08:00
07akioni
3eeb5a8802 chore(tree): add props icon 2019-12-24 22:20:59 +08:00
07akioni
9c67b78b64 fix(anchor): active link wrong when 2019-12-24 22:20:44 +08:00
07akioni
9e15e14da6 refactor(tree): code refactor & some bus fixes 2019-12-24 21:50:28 +08:00
07akioni
666e69e9c9 fix(checkbox): fixed line-height to counter outer css 2019-12-24 21:49:45 +08:00
07akioni
6ee7ced770 refactor(tree): change apply drop insert after logic 2019-12-24 21:49:19 +08:00
07akioni
2184547c4a Merge pull request #8 from TuSimple/freestyle
Freestyle
2019-12-23 22:28:46 +08:00
07akioni
89faa89f91 fix: lint config 2019-12-23 22:18:04 +08:00
07akioni
7151ef90c6 fix: var naming error 2019-12-23 21:41:25 +08:00
07akioni
e39c960f5b fix: code format error 2019-12-23 21:40:45 +08:00
07akioni
31d9aebc84 Merge branch 'develop' of ***REMOVED*** into develop 2019-12-23 21:05:56 +08:00
07akioni
ec38037d31 Merge pull request #6 from wanli-song/develop
modify(timepicker, datepicker): disabled
2019-12-23 21:02:41 +08:00
07akioni
5ee7ba1906 fix: expand $scopedSlots to avoid not rerendering 2019-12-23 20:58:36 +08:00
songwanli2025@163.com
26442f33e0 fix: fix code smell 2019-12-23 17:40:37 +08:00
songwanli2025@163.com
cc1813353f Merge remote-tracking branch 'upstream/develop' into develop 2019-12-23 17:21:16 +08:00
songwanli2025@163.com
fabd5e02a2 merge 2019-12-23 17:21:05 +08:00