Commit Graph

55 Commits

Author SHA1 Message Date
07akioni
63ac276a87 fix(select-option-collector): avoid depdency loops 2019-12-30 23:13:06 +08:00
07akioni
f18af716ad feat(select-menu): auto pending at first option 2019-12-30 23:12:12 +08:00
07akioni
3496883bd9 build: use rollup to build seperated bundle 2019-12-30 13:15:14 +08:00
07akioni
8963a9a61f perf(select): impore pref 2019-12-26 14:48:45 +08:00
07akioni
7e2932e1ce fix(select): isSelect method params wrong 2019-12-26 13:40:26 +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
cbfc200dc1 refactor(select): use functional select option to significantly imporve render preformance 2019-12-25 19:51:31 +08:00
07akioni
50359a79c9 refactor(icon-switch-transition): move to transition folder 2019-12-16 16:35:59 +08:00
07akioni
dd0f0a2b4c feat(steps): size, vertical 2019-12-12 15:41:18 +08:00
07akioni
2fb2fb93e7 feat(base-icon-transition): icon switch transition 2019-12-12 11:47:48 +08:00
07akioni
6b427bd229 refactor(confirm): fix some bugs 2019-12-06 17:44:58 +08:00
07akioni
68f82f6966 feat(dropdown): i think it finally works... 2019-12-03 20:00:29 +08:00
07akioni
8fd7d00446 refactor(dropdown): new api 2019-12-03 18:36:21 +08:00
07akioni
ac215d0a2d refactor(dropdown): wip... there still a long way to go... 2019-12-02 20:57:09 +08:00
07akioni
86c9c52949 refactor(dropdown): wip 2019-12-01 22:55:39 +08:00
07akioni
f3b1aa268f refactor(select): change slot api impl 2019-12-01 10:30:17 +08:00
07akioni
3ef604a31a refactor(holloutable): use inline css 2019-11-28 14:42:11 +08:00
07akioni
f535fc74d0 feat(auto-complete): add a buggy version of auto-complete 2019-11-22 18:49:53 +08:00
07akioni
154e8d16f8 chore: change new api of select menu in popselect and cascader 2019-11-14 15:19:57 +08:00
07akioni
f054d9d17b fix(select): class name of select option 2019-11-14 11:59:03 +08:00
07akioni
1fb5acd066 chore(select): code clean 2019-11-14 11:57:37 +08:00
07akioni
7b7ed21ac5 fix(select): focus related problem 2019-11-14 11:04:19 +08:00
07akioni
34f78b75e8 feat(select): support dom like api 2019-11-14 02:18:36 +08:00
07akioni
941b3be3e5 feat(select): show cancel button when mouse hover 2019-10-22 14:18:13 +08:00
07akioni
8971321923 feat(drawer): light theme 2019-10-22 13:19:12 +08:00
07akioni
83dbe37031 feat(progress): light theme 2019-10-18 16:45:40 +08:00
07akioni
33bf154c0d feat(date-picker): light theme 2019-10-17 22:16:30 +08:00
songwanli2025@163.com
5d06166432 refactor(spin): rename loading.scss 2019-10-15 18:01:18 +08:00
songwanli2025@163.com
f58ff79872 add theme to spin 2019-10-15 17:40:21 +08:00
07akioni
5b91ac6e16 refactor(modal): new api 2019-09-29 00:13:01 +08:00
07akioni
4f47fd33c6 fix(popover): manual mode active at beginning 2019-09-27 23:08:08 +08:00
07akioni
f21c139312 feat(select): light theme 2019-09-27 16:02:20 +08:00
07akioni
f4662f2278 fix(detachable): before destroy hook check child before remove it 2019-09-27 15:58:39 +08:00
07akioni
8685592504 feat: lazy mount detached content 2019-09-26 22:35:37 +08:00
07akioni
e254ade1a0 chore: select light theme wip 2019-09-25 14:24:53 +08:00
07akioni
8e216d6ff4 fix(base-picker): focus status fix & input-tag width bug 2019-09-24 16:58:39 +08:00
07akioni
536bcd9123 chore: remove useless log 2019-09-19 00:10:51 +08:00
07akioni
d4d735bd9b Merge branch 'master' of https://github.com/07akioni/naive-design into 07akioni 2019-09-06 13:21:27 +08:00
07akioni
2548927089 fix(select-menu): infinite render loop caused by lightbar 2019-09-06 12:11:39 +08:00
07akioni
473cf6147f feat(button): loading 2019-09-05 22:44:29 +08:00
07akioni
d2e9226b83 feat(spin): add spin component 2019-09-04 16:06:07 +08:00
07akioni
6775499fe6 fix(base-picker): multiple search select will close when click on activator 2019-09-02 19:18:01 +08:00
07akioni
df93a8d6a0 fix(base-picker): multiple search select will close when click on activator 2019-09-02 19:17:24 +08:00
07akioni
9c976c8f65 refactor(popover): remove all wrappers 2019-09-02 15:55:23 +08:00
07akioni
edecf9dc48 refactor(popover): checkpoint 2019-09-01 22:11:30 +08:00
07akioni
3a2781bf3c refactor(clickoutside): dismiss click mousedown inside element 2019-08-29 11:16:08 +08:00
07akioni
d460922841 fix(cascader): activator not focused correctly when press esc 2019-08-28 22:29:04 +08:00
07akioni
84f29dbbca feat(cascader): lazy 2019-08-28 17:02:40 +08:00
07akioni
552442ab36 feat(cascader): damn it 2019-08-26 18:32:45 +08:00
07akioni
74eb78fd16 refactor(select): support main keyboard events 2019-08-26 16:25:51 +08:00