Commit Graph

1127 Commits

Author SHA1 Message Date
07akioni
4f5ba020fe refactor(anchor): new theme 2020-12-31 23:30:26 +08:00
07akioni
7f4f28c43c refactor(alert): composition + new theme 2020-12-31 21:40:54 +08:00
07akioni
66a2fa2353 refactor(affix): composition api + new theme 2020-12-31 20:59:26 +08:00
07akioni
b7cabf901a refactor(divider): new theme impl 2020-12-31 20:29:27 +08:00
07akioni
84c75fb704 fix: typo, pallete => palette 2020-12-28 17:18:55 +08:00
07akioni
46c270141c refactor(alert, badge): merged styles into single file 2020-12-28 17:15:48 +08:00
07akioni
8977a0e67e fix(tag): border transition 2020-12-28 00:31:39 +08:00
07akioni
53b24267b0 feat(slider): make active dots have active color 2020-12-27 17:46:56 +08:00
07akioni
8a2e695ab1 fix(slider): unify mousemove handler 2020-12-27 16:41:29 +08:00
07akioni
336c460378 refactor(slider): expand rail width to its dom width 2020-12-27 16:24:16 +08:00
07akioni
6e0e1a2df0 fix(config-provider): inherit null prop 2020-12-24 12:36:53 +08:00
07akioni
734ee1ffc5 refactor(cascader): new icon loading impl use new base loading 2020-12-24 00:22:22 +08:00
07akioni
95c7f9a164 refactor(base-loading): support icon switch transition 2020-12-23 23:57:53 +08:00
07akioni
48b8ab6f2c refactor: remove base-suffix 2020-12-23 23:13:09 +08:00
07akioni
d9bef29b2f feat(base-clear-button): support overlap with icon 2020-12-23 22:38:33 +08:00
07akioni
b5be3b4a62 feat(icon): icon-config-provider (private component) 2020-12-23 22:25:37 +08:00
07akioni
5473584ea9 refactor(mixin/as-form-item): remove it 2020-12-23 11:49:06 +08:00
07akioni
661631be52 refactor(input-group, button-group, input-group-label): merge into input & button 2020-12-18 20:25:32 +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
ecbce1c0b4 refactor: styles use global height 2020-12-16 11:47:43 +08:00
07akioni
9dd55561dd refactor(input-number): use seperate style file, not from input 2020-12-16 11:19:01 +08:00
07akioni
d22d925656 build: remove stylelint 2020-12-16 02:16:59 +08:00
07akioni
d9ff22d614 chore: add .cssr.js extension 2020-12-16 01:52:25 +08:00
07akioni
1bf87789f2 refactor(base-select-menu, base-selection): merge size style 2020-12-16 01:50:16 +08:00
07akioni
82aee03cb3 refactor(input): merge size style 2020-12-16 01:44:00 +08:00
07akioni
89e8b120a1 refactor(tag, transfer): merge size style 2020-12-16 01:40:49 +08:00
07akioni
1517f7f000 refactor(descriptions): use different font size on different size 2020-12-16 01:26:05 +08:00
07akioni
094a481f0b feat(cascader): keyboard scroll cascader menu 2020-12-16 00:20:50 +08:00
07akioni
6d34767de6 refactor(checkbox): add padding-right for label 2020-12-15 23:58:30 +08:00
07akioni
cea1561af2 fix(space): number size not working 2020-12-15 23:58:03 +08:00
07akioni
90771c20a4 refactor(space): padding item top & bottom to fix mis-alignment when align is 'center' 2020-12-15 23:39:02 +08:00
07akioni
cc9143bdd1 refactor: use global font-size 2020-12-15 23:15:40 +08:00
07akioni
82f8036f1e refactor: use global line-height 2020-12-15 17:48:10 +08:00
07akioni
ea367204dc refactor(typography): use global line-height 2020-12-15 17:15:13 +08:00
07akioni
3cdb84979c refactor(descriptions): use global line-height 2020-12-15 17:00:29 +08:00
07akioni
169e41144a refactor(card): use global line-height 2020-12-15 17:00:12 +08:00
07akioni
3e40af2a44 fix(modal, drawer): warning on body-style & body-class 2020-12-15 16:35:51 +08:00
07akioni
b4849b4714 refactor(modal): body-style => style 2020-12-15 16:24:39 +08:00
07akioni
75a816ca4f refactor(drawer): body-class => class & body-style => style 2020-12-15 16:16:01 +08:00
07akioni
4a2c031eff refactor(notification): use global box shadow 2020-12-14 15:48:47 +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
dd0e8f16ff feat(time-picker): default-value prop 2020-12-14 02:55:07 +08:00
07akioni
fb4ac1bd67 feat(slider): default value prop 2020-12-14 02:43:48 +08:00
07akioni
eb42ad5d8b feat(input-number): default-value prop 2020-12-14 01:57:23 +08:00
07akioni
d35f34f728 feat(cascader): default-value prop 2020-12-14 01:29:42 +08:00