Commit Graph

3160 Commits

Author SHA1 Message Date
07akioni
89e6701ff8 refactor: tree-shakable style imports 2020-11-03 13:04:24 +08:00
07akioni
739bc6d619 test: make it work again 2020-11-03 11:53:37 +08:00
07akioni
4c292ad77e deps: prone deps (wip) 2020-11-02 22:56:57 +08:00
07akioni
3051421864 site: refactor entry files 2020-11-02 21:41:40 +08:00
07akioni
5c893ee417 site: vite build, it works 2020-11-02 19:07:07 +08:00
07akioni
899b29c48c site: vite build, not error (wip) 2020-11-02 15:40:23 +08:00
07akioni
ec30de44a1 build: vite prod build, make it with no error first (wip) 2020-11-02 04:23:28 +08:00
07akioni
a920f6a37a build: clean build commands 2020-11-01 19:47:34 +08:00
07akioni
e99904f4b2 chore 2020-11-01 19:44:00 +08:00
07akioni
121067c4b5 chore: ignore fonts 2020-11-01 19:40:58 +08:00
07akioni
3031b93d2a refactor: remove most sass usage 2020-11-01 19:35:00 +08:00
07akioni
6d2c60bd68 refactor: deprecate naive-ui/icons
in the future i will focus on vicons, move the logic outside the ui core
2020-11-01 18:50:37 +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
b346384491 site: fix production dev switch button 2020-10-30 17:42:34 +08:00
07akioni
5af594d08e docs(vue3): update progress 2020-10-30 17:29:11 +08:00
07akioni
1e2db24bd7 fix(icon): icon style in different depth 2020-10-30 17:27:07 +08:00
07akioni
33986f496e refactor(transfer): virtual scroll list 2020-10-30 17:07:17 +08:00
07akioni
acb59f5d7d fix(data-table): right fixed column can't be deactivated 2020-10-30 16:03:04 +08:00
07akioni
c9ffb475c0 fix(data-table): sort-button color transition 2020-10-30 15:56:04 +08:00
07akioni
4dc6a82da5 fix(time-picker): scroll timer 2020-10-30 15:51:03 +08:00
07akioni
df52cffbf3 fix(select): onScroll 2020-10-30 15:48:45 +08:00
07akioni
cb5ad4bf32 fix(component-demo): code zone x-scrollable 2020-10-30 15:31:20 +08:00
07akioni
9608a11fdc fix(log): scroll to 2020-10-30 15:17:49 +08:00
07akioni
3df6277980 fix(log): passive event listener 2020-10-30 12:22:13 +08:00
07akioni
71cb2dda21 refactor(select-menu): auto pending on selected option 2020-10-30 12:08:59 +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
96f83007f1 docs(tree): fix deprecated api 2020-10-29 01:43:28 +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
c815f2742d refactor(timeline): remove hollowoutable 2020-10-29 00:56:16 +08:00
07akioni
6c9b74f3ef refactor(steps): remove hollowoutable 2020-10-29 00:54:33 +08:00
07akioni
9794671964 refactor(checkbox): remove simple-checkbox
never maintain duplicate codes
2020-10-29 00:48:51 +08:00
07akioni
8b5a497661 docs: fix some default values' format 2020-10-29 00:41:49 +08:00
07akioni
bb9ad6fb06 refactor(radio): checked-value => checked & style fixes 2020-10-29 00:38:43 +08:00
07akioni
1e8292c558 docs(select): update custom render demo to vue3 2020-10-28 22:40:41 +08:00
07akioni
b0c55b01d6 fix(space): item has no max-width 2020-10-28 20:42:55 +08:00
07akioni
19fb1ef9e6 fix(selection): label jump up and down when switch between filterable & not filterable 2020-10-28 20:41:39 +08:00
07akioni
fe81ed4e7a refactor(selection): placeholder part 2020-10-28 19:01:36 +08:00
07akioni
97e93686c0 fix(select-menu): scroll 2020-10-28 17:00:49 +08:00
07akioni
da8f1c5708 refactor(select): support keyboard scroll when virtual 2020-10-28 13:30:19 +08:00
07akioni
e3916f89d0 chore: update deps 2020-10-28 01:38:23 +08:00
07akioni
0791e60802 chore: use composition from vooks 2020-10-28 01:22:08 +08:00
07akioni
c2a5dfba0b fix(dropdown): adapt getDisabled to new treemate 2020-10-28 01:03:49 +08:00
07akioni
8f41aab269 refactor(select): use treemate 2020-10-28 01:00:55 +08:00
07akioni
0861ef3bf1 site: fix lazy load routes 2020-10-26 16:00:44 +08:00
07akioni
86fc1d7e4f site: lazy load demos 2020-10-26 15:32:25 +08:00
07akioni
7c47357d8d fix(button): icon color transition 2020-10-26 15:15:21 +08:00
07akioni
503405396a site: dev with vite, make it work 2020-10-26 15:13:05 +08:00
Jiwen Bai
6453b90043 Vite doc with vue3 (#315)
* feat(vite-doc): add vite md plugin

* fixed(site-vite): merge conflicts

* fix(vite-doc): some bug in vue rerender,use key to advoid

* feat(vite-doc): finished doc

* fix(vite-doc): import path should be same as normal

* chore(vite-doc): remove useless code

Co-authored-by: Lecong Zhang <50313260+tskirby@users.noreply.github.com>
2020-10-26 15:03:02 +08:00