Commit Graph

223 Commits

Author SHA1 Message Date
JiwenBai
2326811b64 Merge branch 'develop' of ***REMOVED*** into develop 2019-07-22 16:47:48 +08:00
07akioni
aa925292bf feat(button): deal with costum icon 2019-07-22 12:57:15 +08:00
JiwenBai
0596a3e552 fix(advance-table): multi filters callback params in on-change is not current,add set params api 2019-07-19 19:40:01 +08:00
07akioni
ef5ca68946 feat(date-picker): disabled prop 2019-07-18 19:01:44 +08:00
07akioni
895e94b054 feat(select): disabled prop 2019-07-18 16:37:42 +08:00
07akioni
309bed4fc4 feat(popover): raw content, new doc, v-model trigger event, update tooltip 2019-07-18 13:36:10 +08:00
07akioni
6e42f405ab feat(popover): add delay, show event and hide event 2019-07-18 11:49:45 +08:00
07akioni
1129e28433 fix(select): if item is too long, display with error 2019-07-18 10:44:03 +08:00
07akioni
5d299fa306 doc(popover): update popover demo use new format 2019-07-18 10:39:53 +08:00
07akioni
ffad17ff1f fix(popover): some times it can't disappear normally when mouseleave
mouseleave event sometimes can't fire. So I detect mouseout outside the popover
and activator to make it disappear. Implementation has many tricks. Sigh, life
is so hard.
2019-07-18 00:32:01 +08:00
07akioni
1ac2925118 chore: remove some console.log 2019-07-17 18:42:05 +08:00
07akioni
39906da6c3 refactor(doc, select): a naive loader, detach select to body 2019-07-17 18:27:13 +08:00
07akioni
91e6e70d5a Merge branch 'develop' of ***REMOVED*** into develop 2019-07-17 10:17:21 +08:00
JiwenBai
f3c7141fb8 docs: update advanced table 2019-07-17 10:16:18 +08:00
JiwenBai
ed6a3d1d62 feat: advanced table add custom slot 2019-07-17 10:10:05 +08:00
07akioni
a24deb5317 refactor(popover): split it into some mixins and utils 2019-07-17 01:35:11 +08:00
JiwenBai
91bff0ee01 feat: advanced table add sorter default order 2019-07-16 19:39:58 +08:00
JiwenBai
6ea569d101 fix: advance table overflow scroll 2019-07-16 17:58:16 +08:00
07akioni
c4b5e17ebb feat(radio): radio button group 2019-07-16 17:20:43 +08:00
JiwenBai
1948c52fa4 feat: advanced table support custom column width 2019-07-16 15:19:08 +08:00
JiwenBai
5f5a3f9aff fix: width fixed 2019-07-16 10:39:02 +08:00
07akioni
31bd3231ff chore(radio): get off work checkpoint... 2019-07-15 19:14:33 +08:00
JiwenBai
8531a43830 fix:merge conflict 2019-07-15 18:59:57 +08:00
JiwenBai
233367cfc0 fix:merge conflict 2019-07-15 18:58:46 +08:00
JiwenBai
edcafb5bcb fix: advancedTable no data tip style 2019-07-15 18:56:08 +08:00
07akioni
217fc7bb1c doc(radio): add disabled example 2019-07-15 17:56:17 +08:00
07akioni
5f4ec07d0f feat(radio): radio is usable 2019-07-15 17:41:56 +08:00
07akioni
32679a47a2 feat(radio): add radio component(not done yet) 2019-07-15 15:05:56 +08:00
07akioni
1ba5ba69de feat(nimbus-icon): new icon & docs & omit tooltip of svg 2019-07-15 15:05:29 +08:00
07akioni
225632c89f Merge branch 'develop' of ***REMOVED*** into develop 2019-07-15 11:35:10 +08:00
07akioni
85edd40747 doc: fix typo in doc 2019-07-15 11:34:54 +08:00
07akioni
5fc384ef6f feat(nimbus-icon): add nimbus icon 2019-07-15 11:34:30 +08:00
JiwenBai
9f447e5fe8 fix: use popover instead of popup 2019-07-15 11:30:39 +08:00
07akioni
686d44f864 release: v0.2.7 2019-07-15 10:50:07 +08:00
hrsonion
092def0adf refactor(tooltip): use popover to refactor tooltip 2019-07-14 18:39:36 +08:00
hrsonion
711d7281ae chore: some import statement updates 2019-07-14 14:34:14 +08:00
hrsonion
6351c2f03c refactor(popover): use own implementation, remove popper.js 2019-07-14 14:25:47 +08:00
hrsonion
3c36d36473 feat(input-number): add styles and some features for input-number 2019-07-14 14:21:21 +08:00
07akioni
305d629c62 chore(popover): refactor checkpoint... 2019-07-11 19:54:17 +08:00
JiwenBai
478bc3e80c fix: styles 2019-07-11 14:17:35 +08:00
JiwenBai
bf85e4e728 feat: demo version use package.json 2019-07-11 14:05:34 +08:00
JiwenBai
28dd3d6788 feat: finish search and pagnation 2019-07-11 13:54:40 +08:00
07akioni
f37d679e35 release: v0.2.3 2019-07-11 13:46:56 +08:00
07akioni
99e70c8e9e feat(input-number): add input number component. 2019-07-10 19:07:16 +08:00
07akioni
795cd615f4 doc(readme): complete develop status 2019-07-10 15:04:08 +08:00
07akioni
d5ee90b670 fix(startPage): some style change. 2019-07-10 14:45:36 +08:00
07akioni
9022835a13 fix(startPage): some css warning of copied style from outside... 2019-07-10 14:40:25 +08:00
07akioni
8df10ef3a9 doc(readme): fix typo 2019-07-10 14:16:25 +08:00
07akioni
d6dc5eea7a feat(doc): make doc sync with readme.md
Create a script to convert and inject README.md to documentation.
Replace Emoji in this page with image from github. Because emoji
in Ubuntu is ridiculously ugly...
2019-07-10 14:08:16 +08:00
JiwenBai
30e1d1fc16 Merge branch 'develop' of ***REMOVED*** into feature/advancedTable 2019-07-09 19:45:44 +08:00
JiwenBai
7a359465ab feat: advancetable sort filter finish 2019-07-09 19:45:38 +08:00
songwanli2025@163.com
e2b1015044 modify layout demo 2019-07-09 13:58:53 +08:00
songwanli2025@163.com
33bf3fdaaf add v-model to layout 2019-07-09 13:55:52 +08:00
07akioni
b6f879d261 fix(date-picker): init calendar date is not set correctly when v-model specified 2019-07-08 18:12:11 +08:00
07akioni
52cb9a0229 fix(input): forget add :value to type=input 2019-07-08 18:07:29 +08:00
07akioni
73a77492b6 fix(input): forget to remove :on=$listeners of input, this may cause some native event be put into wrong handler 2019-07-08 17:24:49 +08:00
07akioni
d20e707244 feat(date-picker): v-model and some robustness enhance for it. 2019-07-08 16:15:23 +08:00
07akioni
e0da00b631 chore: checkpoint 2019-07-05 19:59:19 +08:00
07akioni
51bc6468e0 feat(date-time-picker): an available version. 2019-07-05 19:57:05 +08:00
JiwenBai
5fdfc60bdd fix: deveplop branch conflict 2019-07-05 15:28:14 +08:00
JiwenBai
9705260a88 feat: advanced table 2019-07-05 15:27:06 +08:00
07akioni
1c13efb566 chore: checkpoint for datepicker & some bug fix 2019-07-04 19:23:35 +08:00
07akioni
e15a11c069 feat(calendar): add basic basic basic calendar 2019-07-04 16:47:41 +08:00
07akioni
ac6dbcf48b fix(input): blur & focus event 2019-07-04 11:15:50 +08:00
07akioni
2126785d3d feat(input): maxlength 2019-07-04 11:01:06 +08:00
07akioni
d9273efe2f feat(icon): icon-on-right 2019-07-04 10:41:59 +08:00
07akioni
5c143b449d feat(input): type=password & blur focus handler 2019-07-04 10:34:18 +08:00
07akioni
07a3f64a37 fix: no data sentence in single select 2019-07-03 18:48:26 +08:00
07akioni
468eed9ed6 fix: some bugs in filterable select 2019-07-03 18:43:11 +08:00
07akioni
779d2058eb feat(select): filterable select on single select mode. 2019-07-03 17:52:13 +08:00
JiwenBai
36cc97d8fb Merge branch 'develop' of ***REMOVED*** into develop 2019-07-03 13:23:59 +08:00
07akioni
16e46081f7 refactor(select): add robustness for select component! 2019-07-03 11:14:55 +08:00
JiwenBai
c34301d922 fix: conflict 2019-07-02 19:31:52 +08:00
07akioni
d1cf803dfd test(select) 2019-07-02 18:08:59 +08:00
07akioni
654951541f feat(alert): add alert component 2019-07-02 14:48:49 +08:00
JiwenBai
cad19017ea fix: scss styles 2019-07-02 14:02:08 +08:00
07akioni
56e39407c8 feat: add options for message & add warning style for message 2019-07-02 13:47:23 +08:00
07akioni
5883de5c54 fix(select): fix the problem that when v-model doesn't match items' value, the selectedItem will be null. 2019-07-02 13:06:03 +08:00
07akioni
c4019b91e2 fix(select): show label, not value in select-link 2019-07-02 10:52:07 +08:00
JiwenBai
9eb19a2969 styles: fix lint errors and warnings 2019-07-02 10:38:21 +08:00
JiwenBai
098fb7d8f3 feat: add no arrow type in popup component 2019-07-01 18:47:35 +08:00
JiwenBai
28e9e62108 feat: add arrow and arrow show positon 2019-07-01 18:12:18 +08:00
JiwenBai
65d29a774a test: fix dependences 2019-07-01 10:30:00 +08:00
JiwenBai
972b424d09 Merge branch 'master' of ***REMOVED*** into develop 2019-07-01 10:03:39 +08:00
07akioni
6fdfa5e593 doc: installation 2019-06-28 19:00:00 +08:00
JiwenBai
79483be2c9 refactor: fix merge confict 2019-06-28 18:19:01 +08:00
07akioni
5dede13ec9 test(input): add unit test for input 2019-06-28 18:14:55 +08:00
JiwenBai
8e51b833c1 feat: add popup component 2019-06-28 18:14:06 +08:00
07akioni
229056ae5b feat: change index.js to Vue plugin format 2019-06-28 16:02:40 +08:00
07akioni
b502414b13 test: fulfill already exist tests 2019-06-28 14:33:55 +08:00
JiwenBai
c6996a818a refactor: fix merge conflict from master 2019-06-28 12:54:42 +08:00
07akioni
7db0bbe16b chore: supress lint alert of empty css block 2019-06-28 10:34:29 +08:00
07akioni
9ce2c130d2 doc: change event on select, checkbox and switch 2019-06-28 10:26:32 +08:00
07akioni
882e7f24ad doc: add git commit style examples 2019-06-27 19:04:39 +08:00
07akioni
eb415774ab fix: style -webkit-appearance & -webkit-text-size-adjust 2019-06-27 18:17:07 +08:00
07akioni
be48050bc3 fix: style on mobile 2019-06-27 16:26:23 +08:00
07akioni
9a0f875405 doc: add commit style link in homepage 2019-06-27 15:36:47 +08:00
07akioni
0eb70ca51d feat: auto version change of doc & npm scripts update 2019-06-27 11:42:09 +08:00
07akioni
e8d0086672 fix(select): text align start. 2019-06-27 11:02:01 +08:00
07akioni
fcc28e78ad feat: verbose transition of multiple select 2019-06-27 10:55:22 +08:00