Commit Graph

194 Commits

Author SHA1 Message Date
07akioni
06e78b19bd feat: stronger theme types 2021-02-01 15:45:53 +08:00
07akioni
7d84bb4d4a fix(menu): item state not updated 2021-02-01 14:28:53 +08:00
07akioni
0c20f4b200 feat(form-item): label=false to hide label area 2021-02-01 13:45:46 +08:00
07akioni
8cc44dd656 fix(theme): theme switch 2021-02-01 13:31:09 +08:00
07akioni
d66197485d fix(form): validation info 2021-01-29 17:33:09 +08:00
07akioni
27422bb191 refactor(progress): adjust height 2021-01-13 17:38:18 +08:00
07akioni
bdbf29e20d feat(form-item): default feedback color 2021-01-13 16:41:37 +08:00
07akioni
8cf237a12a site: refactor using store 2021-01-13 12:01:02 +08:00
07akioni
2be9642430 docs: move component docs in src/ 2021-01-12 19:58:41 +08:00
07akioni
7358b7ade2 fix(base-selection): focus box-shadow style 2021-01-12 18:47:33 +08:00
07akioni
e9013f5dda refactor(mixins/registerable): use composition 2021-01-12 18:31:38 +08:00
07akioni
5ac48a17f5 fix(layout): theme not working 2021-01-12 17:08:23 +08:00
07akioni
39dcb456df refactor(menu, dropdown): use dropdown in menu, remove titleExtra 2021-01-12 16:39:28 +08:00
07akioni
e6a0ea6c1f chore: bump treemate version 2021-01-12 01:56:01 +08:00
07akioni
68d3ee17c4 fix(selection): icon color 2021-01-12 01:31:29 +08:00
07akioni
c095537570 fix(gradient-text): transition now working 2021-01-12 00:13:13 +08:00
07akioni
bcb257098f fix(input, select): form item style 2021-01-11 23:47:00 +08:00
07akioni
a348693a9f refactor(date-picker): composable 2021-01-11 23:17:25 +08:00
07akioni
f5d6cb3888 refactor(time-picker): text-decoration using input prop 2021-01-11 20:36:27 +08:00
07akioni
cf8a98ad6b refactor(select-menu): configurable padding 2021-01-11 19:39:36 +08:00
07akioni
7d7d87b7bc wip(date-picker): composable 2021-01-11 03:22:52 +08:00
07akioni
d05cbb6ee3 fix(avatar): content size not working 2021-01-11 00:37:40 +08:00
07akioni
834892acb1 refactor: handle global style in useTheme & useStyle 2021-01-11 00:13:22 +08:00
07akioni
ca47e1fe71 refactor: remove all icon style deps 2021-01-10 18:51:50 +08:00
07akioni
d9d9115eb1 refactor: remove some icon style 2021-01-10 15:25:08 +08:00
07akioni
548f2f6c00 refactor(loading-bar): theme props 2021-01-10 14:25:21 +08:00
07akioni
825ac751e5 refactor(message): multiple line, new style 2021-01-10 13:51:50 +08:00
07akioni
c49162a661 refactor: unify close icon using base-close 2021-01-10 00:46:54 +08:00
07akioni
c2271fab6a fix: remove deprecated :theme prop 2021-01-09 17:07:44 +08:00
07akioni
960a7f1c38 refactor: all components adapt new theme 2021-01-09 16:56:49 +08:00
07akioni
a776087be0 refactor(tag): new theme 2021-01-08 00:27:18 +08:00
07akioni
27470bac38 wip(radio): use composition & new theme 2021-01-07 01:46:30 +08:00
07akioni
7da5e88840 refactor(message): new theme 2021-01-05 22:19:51 +08:00
07akioni
77d1f4de33 refactor(menu): new theme 2021-01-05 21:58:28 +08:00
07akioni
0cf7fdb4b2 refactor(loading-bar): new theme 2021-01-05 19:30:35 +08:00
07akioni
da9703bf73 refactor(input-number): new theme 2021-01-05 18:03:22 +08:00
07akioni
c51895d254 fix: md-loader code no line wrap 2021-01-04 01:03:09 +08:00
07akioni
3185a76fd7 docs(cascader): fix lazy demo data not cleared after unmount 2020-12-24 00:27:18 +08:00
07akioni
8d3c971f1a fix(radio): temporal fix that it will break other component's reactivity
https://github.com/vuejs/vue-next/issues/2829
2020-12-16 14:31:36 +08:00
07akioni
1633dc8148 refactor(radio): add padding on label & make n-space work in radio-group 2020-12-16 12:31:24 +08:00
07akioni
4448456056 chore: change all v-slot to # 2020-12-16 02:24:35 +08:00
07akioni
b4849b4714 refactor(modal): body-style => style 2020-12-15 16:24:39 +08:00
07akioni
10ce5dadb9 refactor(popover): alter body-class & body-style withy class & style, add private padded prop 2020-12-14 15:37:49 +08:00
07akioni
129f0e5a11 feat(dynamic-input): default-value prop 2020-12-14 03:59:39 +08:00
07akioni
094217b330 feat(input): default-value prop 2020-12-14 03:47:21 +08:00
07akioni
e676d78ce1 feat(date-picker): default-value prop 2020-12-14 03:34:36 +08:00
07akioni
61c74779d2 feat(transfer): default-value prop 2020-12-14 03:14:45 +08:00
07akioni
fb4ac1bd67 feat(slider): default value prop 2020-12-14 02:43:48 +08:00
07akioni
cc58f5410a docs(vue3): add todo 2020-12-08 00:22:02 +08:00
07akioni
7a5e3f9bcc fix: external fonts are not included (due to side effects https://github.com/rollup/plugins/issues/692) 2020-12-07 23:49:32 +08:00
07akioni
55920db50f docs(vue3): update related issued 2020-12-07 17:21:23 +08:00
07akioni
9f3c802e7a refactor: import styles directly from component folders, not styles.js 2020-12-07 00:13:47 +08:00
07akioni
f421104505 fix(popover): manually positioned not working 2020-11-28 23:32:30 +08:00
07akioni
82e6536337 chore: render n-checkbox in markdown 2020-11-16 02:12:03 +08:00
07akioni
19c653c579 site: fix landing page theme change button 2020-11-16 01:22:33 +08:00
07akioni
9b5c7cf390 refactor(site): remove rubbish codes 2020-11-14 20:38:30 +08:00
07akioni
c7e283560c build: extract loaders to build/, compress cssr.js files 2020-11-12 13:30:04 +08:00
07akioni
672eee1be8 chore 2020-11-11 23:10:58 +08:00
07akioni
3f86771a6a refactor: mount global style when install 2020-11-07 15:13:30 +08:00
07akioni
f36f787668 refactor(typography): depth 2020-11-07 01:02:26 +08:00
07akioni
473470680a refactor: import styles in treeshakable manner 2020-11-07 00:54:03 +08:00
07akioni
f216556231 docs(cascader): prop show 2020-11-07 00:22:09 +08:00
07akioni
2cab8b2efa refactor(dynamic-input): support no item 2020-11-06 16:22:05 +08:00
07akioni
50d30f1d6a site(migrate-from-v1) 2020-11-05 15:24:18 +08:00
07akioni
c94dc701a8 fix(build): bump rollup-plugin-vue version, fix build error 2020-11-05 14:57:35 +08:00
07akioni
e56770277a refactor: remove hollowoutable 2020-11-05 14:54:47 +08:00
07akioni
1f4e1b587e refactor: use font from v-fonts 2020-11-04 12:13:11 +08:00
07akioni
2255178d56 fix: virtual list height now applied in prod mode 2020-11-03 16:23:51 +08:00
07akioni
3051421864 site: refactor entry files 2020-11-02 21:41:40 +08:00
07akioni
3031b93d2a refactor: remove most sass usage 2020-11-01 19:35:00 +08:00
07akioni
82eb2d11cf build: refactor build:style to build:fonts 2020-10-31 18:32:47 +08:00
07akioni
12affdb5c5 build: make rollup works 2020-10-31 18:02:14 +08:00
07akioni
5af594d08e docs(vue3): update progress 2020-10-30 17:29:11 +08:00
07akioni
33986f496e refactor(transfer): virtual scroll list 2020-10-30 17:07:17 +08:00
07akioni
df52cffbf3 fix(select): onScroll 2020-10-30 15:48:45 +08:00
07akioni
5ad00e793b refactor(scrollbar): scrollTo new api 2020-10-30 11:59:48 +08:00
07akioni
2a141e1a84 docs(vue3): todo 2020-10-29 01:48:30 +08:00
07akioni
b4b55fdeef refactor(checkbox): value => checked when not wrapped in checkbox group & add default-checked prop 2020-10-29 01:42:02 +08:00
07akioni
bb9ad6fb06 refactor(radio): checked-value => checked & style fixes 2020-10-29 00:38:43 +08:00
07akioni
da8f1c5708 refactor(select): support keyboard scroll when virtual 2020-10-28 13:30:19 +08:00
07akioni
52f58d9dac refactor(anchor): target => listen-to, fix scroll listener is not unregistered 2020-10-23 15:42:11 +08:00
07akioni
d0deb804e5 fix(log): no event emitted, deprecate old scrollToXxx 2020-10-22 23:26:34 +08:00
07akioni
0a50059a63 docs(modal): vue3 2020-10-22 18:47:11 +08:00
07akioni
764f5aea44 docs(statistic): vue3 2020-10-22 14:51:17 +08:00
07akioni
e0c8b70e1a docs(select): vue3 2020-10-22 13:01:40 +08:00
07akioni
effc859dc6 docs(form): vue3 2020-10-22 11:51:33 +08:00
07akioni
4a857824ea refactor(checkbox): use value as checked outside checkbox-group 2020-10-22 00:48:42 +08:00
07akioni
db4fb5d6d8 docs(auto-complete): vue3 2020-10-21 23:55:11 +08:00
07akioni
21a788df8b refactor(cascader): remove menu size, fix small issues, clear demo 2020-10-19 01:34:04 +08:00
07akioni
d00da51d06 refactor(input, input-number): cssr vars 2020-10-08 02:01:32 +08:00
07akioni
3c87b764b9 refactor(menu): model-value => value 2020-10-08 00:25:38 +08:00
07akioni
160b029fc0 refactor(drawer): fit detached target animation 2020-10-07 18:27:15 +08:00
07akioni
5588df5e8a refactor(tabs): use resize-observer component 2020-10-07 04:57:10 +08:00
07akioni
ae3f436d7a refactor(data-table): support vue3 2020-10-07 03:59:33 +08:00
07akioni
b81ae5542e refactor(transfer): support vue3 2020-10-06 03:04:22 +08:00
07akioni
ab9ce35fc0 refactor(date-picker): support vue3 2020-10-05 03:50:59 +08:00
07akioni
f72f59567c chore: remove useless codes 2020-10-05 02:08:07 +08:00
07akioni
59423f1671 refactor(cascader): support vue3 2020-10-05 02:02:04 +08:00
07akioni
055e6fb76c refactor(dropdown): support vue3 2020-10-04 04:07:14 +08:00
07akioni
fdf2c74b92 refactor(tree): support vue3 2020-10-01 14:46:08 +08:00