Commit Graph

49 Commits

Author SHA1 Message Date
07akioni
fa03dd513f refactor(use-config): rename return fields 2021-04-24 13:45:13 +08:00
07akioni
8daed4a9cf refactor: rename useLocale return fields 2021-04-24 12:41:35 +08:00
07akioni
bd4b340128 refactor: dedupe theme vars generation 2021-04-20 12:37:18 +08:00
07akioni
d17dc5da01 refactor: cPrefix => mergedClsPrefix 2021-04-19 01:11:05 +08:00
07akioni
ec90a58143 feat(pagination, empty): clsPrefix 2021-04-16 02:27:58 +08:00
07akioni
6620d1836c fix: update to vue 3.0.10 to fix teleport is unmounted twice & remove redundant vnode type casting 2021-04-01 15:24:12 +08:00
07akioni
abbbd5b19f refactor(empty): change icon & make it larger 2021-03-26 23:36:41 +08:00
07akioni
ecb690f0df refactor: remove demo entry loader, dynamic import zh & en doc pages 2021-03-23 19:46:32 +08:00
07akioni
f26b0f2f53 refactor(theme): remove remove all overlay colors 2021-03-02 13:22:51 +08:00
07akioni
6a70895021 test: add basic test for all comps 2021-02-17 16:33:29 +08:00
07akioni
fdad7bed50 feat(create-theme): create global theme from component themes 2021-02-03 11:32:40 +08:00
07akioni
7863d6d28e refactor: optimize types 2021-02-01 18:16:47 +08:00
07akioni
9f8f1c9b07 refactor: move _base to _internal, fix theme types error 2021-02-01 17:38:42 +08:00
07akioni
d3585d37ea refactor(empty): ts 2021-01-18 18:52:15 +08:00
07akioni
2be9642430 docs: move component docs in src/ 2021-01-12 19:58:41 +08:00
07akioni
960a7f1c38 refactor: all components adapt new theme 2021-01-09 16:56:49 +08:00
07akioni
cb6140e020 refactor(base-select-menu): new theme 2021-01-08 21:35:30 +08:00
07akioni
b6d06171fe refactor(icon): new theme 2021-01-04 00:40:31 +08:00
07akioni
fbf6fa4813 refactor(empty): new theme 2021-01-03 18:17:00 +08:00
07akioni
5473584ea9 refactor(mixin/as-form-item): remove it 2020-12-23 11:49:06 +08:00
07akioni
cc9143bdd1 refactor: use global font-size 2020-12-15 23:15:40 +08:00
07akioni
1c032d2279 chore: prettier 2020-12-12 13:47:04 +08:00
07akioni
8c7c2f5dc6 refactor: remove styles in each component index 2020-12-11 22:14:44 +08:00
07akioni
2da974a3b3 feat: add style deps for every component 2020-12-11 22:03:38 +08:00
07akioni
f0893770ee test: add scaffold for all components 2020-12-11 13:32:33 +08:00
07akioni
75153646d1 refactor: remove all install scripts of components, prepare for tree-shaking 2020-12-06 23:41:08 +08:00
07akioni
1b8f16d917 refactor(create-component-base): rename getDerivedVars to getLocalVars 2020-12-04 01:00:39 +08:00
07akioni
4067705ba1 refactor(with-cssr): clean codes 2020-12-01 15:09:22 +08:00
07akioni
69ee56719d refactor: merge base theme vars and derived vars for simplicity 2020-12-01 00:19:50 +08:00
07akioni
10aa0dd029 refactor: adapt new icon style 2020-11-15 00:14:43 +08:00
07akioni
a2d25cb9fc refactor: rename usecssr -> withCssr, asformitem -> asFormItem 2020-11-09 23:09:18 +08:00
07akioni
28df854153 refactor: update built-in icons 2020-11-07 00:07:02 +08:00
07akioni
c1d7e40ae5 refactor: use icons from vicons 2020-11-03 18:56:13 +08:00
07akioni
89e6701ff8 refactor: tree-shakable style imports 2020-11-03 13:04:24 +08:00
07akioni
3031b93d2a refactor: remove most sass usage 2020-11-01 19:35:00 +08:00
07akioni
6b378e958f refactor: make most props default value to undefined 2020-10-23 16:53:52 +08:00
07akioni
3d4829efbc refactor: simplify textColor names 2020-10-21 16:38:34 +08:00
07akioni
67bd246dcf refactor(themeable): rename syntheticStyle to mergedStyle 2020-10-21 01:22:54 +08:00
07akioni
114c0b7376 refactor(cascader): multiple async check 2020-10-17 14:14:02 +08:00
07akioni
9bc9351f71 refactor: rename all synthetic-theme to merged-theme 2020-10-08 00:33:16 +08:00
07akioni
f601fc397d refactor: move style utils folder 2020-10-06 05:19:24 +08:00
07akioni
a435b7127d build: adjust imports to make vite works 2020-09-29 15:03:46 +08:00
07akioni
54959e82af refactor: reorganize style variables 2020-09-24 19:16:43 +08:00
07akioni
2709af6c4a refactor: reorganize style files 2020-09-24 19:06:27 +08:00
07akioni
8c10ccdef5 refactor: upgrade to vue3, make it work first
there are quite a lot of things to finish
1. Vue.prototype
2. $scopedSlots
3. functional
4. i18n
5. virtual scroll
...
2020-09-08 22:04:45 +08:00
HaiboTang
ec28a284d9 feat(icon): css in js (#246) 2020-08-11 19:37:04 +08:00
07akioni
648541aa4f refactor(gradient-text): clean cssr codes 2020-08-10 22:12:59 +08:00
07akioni
9af3be3208 refactor(empty): clean cssr codes 2020-08-10 21:22:11 +08:00
HaiboTang
870f2b92f3 feat(empty): css in js (#243)
Co-authored-by: Lecong Zhang <50313260+tskirby@users.noreply.github.com>
2020-08-10 20:18:16 +08:00