Commit Graph

88 Commits

Author SHA1 Message Date
07akioni
3496883bd9 build: use rollup to build seperated bundle 2019-12-30 13:15:14 +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
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
cbfc200dc1 refactor(select): use functional select option to significantly imporve render preformance 2019-12-25 19:51:31 +08:00
07akioni
31d9aebc84 Merge branch 'develop' of ***REMOVED*** into develop 2019-12-23 21:05:56 +08:00
07akioni
5ee7ba1906 fix: expand $scopedSlots to avoid not rerendering 2019-12-23 20:58:36 +08:00
songwanli2025@163.com
5f1c73fe8a fix code smells & bug 2019-12-17 15:42:55 +08:00
songwanli2025@163.com
4f90dd3b05 merge from upstream 2019-12-17 14:36:37 +08:00
07akioni
ac215d0a2d refactor(dropdown): wip... there still a long way to go... 2019-12-02 20:57:09 +08:00
07akioni
f3b1aa268f refactor(select): change slot api impl 2019-12-01 10:30:17 +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
eb586069f4 fix(form): some misbehaviors 2019-11-11 13:35:44 +08:00
07akioni
22e2f6a7c3 style: sth for form-items... 2019-11-06 15:57:03 +08:00
07akioni
47776fe117 chore: add form supported on date-picker & select 2019-11-06 13:49:28 +08:00
07akioni
fdad44af2b refactor(form): work in progres 2019-11-01 19:01:55 +08:00
07akioni
f21c139312 feat(select): light theme 2019-09-27 16:02:20 +08:00
07akioni
e254ade1a0 chore: select light theme wip 2019-09-25 14:24:53 +08:00
07akioni
ee50e935fd fix(select): single filterable focus status not correct 2019-09-25 12:31:51 +08:00
07akioni
8e216d6ff4 fix(base-picker): focus status fix & input-tag width bug 2019-09-24 16:58:39 +08:00
07akioni
ec8b5ae386 refactor(scrollbar): use ResizeObserver to detect content size change 2019-09-20 18:19:24 +08:00
07akioni
7a4f376d63 refactor: different manner to add namespace to detached content container 2019-09-17 19:26:06 +08:00
07akioni
e21c404cd7 fix(select): height of multiple select picker 2019-09-15 17:01:35 +08:00
07akioni
3881d97857 fix(select): vertical align 2019-09-12 11:56:49 +08:00
07akioni
2548927089 fix(select-menu): infinite render loop caused by lightbar 2019-09-06 12:11:39 +08:00
07akioni
726a9419d5 fix(select): options not memorized when options set async 2019-09-03 10:18:19 +08:00
07akioni
3a2781bf3c refactor(clickoutside): dismiss click mousedown inside element 2019-08-29 11:16:08 +08:00
07akioni
4537a180e9 fix: merge conflict 2019-08-28 17:12:22 +08:00
07akioni
84f29dbbca feat(cascader): lazy 2019-08-28 17:02:40 +08:00
mangogan
b71e7f7c85 hotfix: fix the value change event in select for form validation 2019-08-28 15:56:09 +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
07akioni
6bba332083 refactor(base-picker): make keyboard events work 2019-08-26 15:41:44 +08:00
07akioni
00dfa036c3 chore(base-picker): refactor for keyboard event checkpoint 2019-08-26 00:04:07 +08:00
07akioni
0a7e5e2eda chore(cascader): refactor checkpoint... 2019-08-25 16:58:04 +08:00
07akioni
42b590eff3 refactor(select): use base-picker 2019-08-24 01:31:56 +08:00
07akioni
c04bff1d1a refactor(input): add props.clearable 2019-08-23 14:20:10 +08:00
07akioni
48c22a2ec2 fix(select): do not show cancel mark when no data 2019-08-23 10:25:58 +08:00
07akioni
afec33d310 feat(select): add props.clearable 2019-08-22 23:21:19 +08:00
07akioni
b805390a03 feat(select): disabled options available 2019-08-22 18:15:48 +08:00
07akioni
ea70669c2a fix(select): handle blur incorrectly so value will not change 2019-08-22 17:19:44 +08:00
07akioni
8d06399eac refactor(select): remote search and keyboard events 2019-08-22 16:21:39 +08:00
07akioni
67def92f3d fix(select): memorized options on created when remote is true 2019-08-21 19:20:52 +08:00
07akioni
f142eb7366 fix(select): add guard for access $refs 2019-08-19 19:30:37 +08:00
07akioni
a2fa6e3b7e refactor(select): change payload of change event to v-model new value 2019-08-19 15:23:24 +08:00
07akioni
f49fa6f018 feat(select): scroll event 2019-08-16 17:19:54 +08:00
07akioni
b90a61821f refactor: rename $refs.contentWrapper to $refs.contentContainer 2019-08-16 16:45:26 +08:00