Commit Graph

270 Commits

Author SHA1 Message Date
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
07akioni
baf4b74eb1 fix(button): whitespace nowrap 2019-07-15 10:42:42 +08:00
07akioni
01cae6db78 doc(readme): update progress 2019-07-14 18:43:27 +08:00
07akioni
67fcdc5b85 doc(readme): update progress 2019-07-14 18:41:52 +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
13e376e645 fix(form-card): make expand margin pointer-events to none
Since margin of inner card will expand outer container, the container will cover
the overlay layer and prevent the click event of it.
2019-07-14 14:31:27 +08:00
hrsonion
6351c2f03c refactor(popover): use own implementation, remove popper.js 2019-07-14 14:25:47 +08:00
hrsonion
fa49f88816 fix(service-layout): disable click an side panel when collapsed 2019-07-14 14:24:03 +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
hrsonion
d9f40ff610 doc(readme): add some todo 2019-07-11 13:44:48 +08:00
hrsonion
24369b593b fix(select): view do not sync with init value and null value 2019-07-11 13:43:47 +08:00
hrsonion
9042b21c24 test(select): add some test case for v-model
Select's view should sync with initial value and equal '' when v-model is null
2019-07-11 13:41:10 +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
4f34b89568 doc(readme): fix typo 2019-07-10 14:49:20 +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
521bcf72c8 doc(readme): fix typo 2019-07-10 14:18:00 +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
07akioni
85e90d5b10 doc(readme): fulfill it 2019-07-10 11:42:46 +08:00
lecong-zhang
8630504298 doc(readme): update todo and add components develop status 2019-07-10 11:18:19 +08:00
07akioni
44d00136d3 doc: unit test status added 2019-07-10 11:00:50 +08:00
JiwenBai
2004fdf4f1 Merge branch 'feature/advancedTable' into develop 2019-07-09 19:49:16 +08:00
JiwenBai
a1e8a4a670 Merge branch 'develop' of ***REMOVED*** into develop 2019-07-09 19:49:03 +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
b2f0f567f2 fix layout v-model can not synchronization update bug 2019-07-09 15:07:21 +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
93ee695c08 chore(input): change v-model eventname back to 'change'
Someone can't reproduce the bug that input shows [Object object]. So I will roll back it.
2019-07-08 16:25:02 +08:00
07akioni
aa395ebe63 Merge branch 'develop' of ***REMOVED*** into develop 2019-07-08 16:16:50 +08:00
07akioni
d20e707244 feat(date-picker): v-model and some robustness enhance for it. 2019-07-08 16:15:23 +08:00
haibo tang
0488204e35 fixed the input model event name , from "change" to "changes". 2019-07-08 13:47:25 +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
74f22f23a1 chore: package.json 2019-07-04 19:31:49 +08:00
07akioni
fe5b0bae29 feat(select): add robustness for select item label search 2019-07-04 19:30:35 +08:00