Commit Graph

290 Commits

Author SHA1 Message Date
云游君
0bf673def1
refactor(tag): migrate css var (#2592) 2021-07-21 20:34:49 +08:00
云游君
d05e5a6b4a
refactor(color): migrate color css var & simplify color box docs (#2589)
* refactor(color): migrate color css var & simplify color box docs

* Update unit-test.yml

Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-07-20 22:58:06 +08:00
云游君
57b23f5544
refactor(table+calendar): migrate css var (#2588)
* refactor(table): migrate css var

* refactor(calendar): migrate css var
2021-07-20 15:16:03 +08:00
云游君
c9f03eaee4
refactor(pagination): migrate css var (#2587) 2021-07-20 13:18:24 +08:00
云游君
43b02d2f73
refactor(skeleton): migrate css var (#2586) 2021-07-20 13:16:54 +08:00
云游君
c2661e9363
refactor(switch): migrate css var (#2584)
* refactor(switch): migrate css var

* refactor(switch): remove switch var in common
2021-07-20 12:53:09 +08:00
云游君
2663d7e219
refactor(button): migrate css var (#2582) 2021-07-20 12:51:52 +08:00
云游君
4ffb2d164c
refactor(cascader): migrate css var (#2578) 2021-07-19 20:11:27 +08:00
云游君
e430bd3d49
refactor(message-box): migrate css var (#2568) 2021-07-19 19:38:44 +08:00
云游君
9744f089f0
refactor(color): add error var (#2565) 2021-07-19 17:28:52 +08:00
云游君
a08a6c5670
refactor(message): migrate css var (#2560) 2021-07-19 14:33:22 +08:00
jeremywu
425567ec3b
refactor(hooks): refactor transition (#2556)
* refactor(hooks): refactor transition

- Introduce new hook named useTransition
- Update transition.scss with css vars

* - Align variable name.

* - Update transitions to cssvars

* - Address PR comments
2021-07-18 20:08:58 +08:00
云游君
deac9dd213
refactor(notification): migrate css var (#2552) 2021-07-16 14:24:25 +08:00
云游君
47c40708b8
refactor(alert): replace all css var (#2545) 2021-07-16 09:00:30 +08:00
云游君
6e46c23000
refactor(color): css var for border-color & simplify border-color docs (#2540) 2021-07-15 21:06:30 +08:00
云游君
a99b20a8c1
refactor(typography): add css var for typography & simplify example code (#2531)
* refactor(typography): add css var for typography & simplify example code

* fix: add @use "sass:map" for _var.scss
2021-07-15 13:33:22 +08:00
云游君
ab8250d85a
refactor(container): header/footer/aside size by css variables (#2530) 2021-07-15 08:45:29 +08:00
msidolphin
270f4bc97a
refactor(container): header/footer/asdide size by css variables (#2526)
fix #2482
2021-07-14 22:00:15 +08:00
云游君
37d3d778c1
chore(style): lint scss by prettier (#2515) 2021-07-14 09:27:52 +08:00
云游君
0074f334fe
refactor: generate color var by sass map (#2504) 2021-07-13 10:26:04 +08:00
云游君
4676be7c47
refactor: button/radio/input size by sass map (#2502) 2021-07-12 18:13:02 +08:00
qige2016
f560b39ce7
fix(form): fix no effect when label-width prop is auto (#2480)
* chore(form-item): fix code style

* fix(form): fix no effect when label-width prop is auto

* fix(form): fix does not work when set label-position to left

* test(form): add a test case

* fix(form): replace CSSStyleDeclaration with CSSProperties

* chore(form): fix types import
2021-07-12 15:19:27 +08:00
云游君
5faa7ec530
feat(style): migrate checkbox css3 var (#2493) 2021-07-12 09:27:49 +08:00
ioslh
d334142d0d
refactor(pagination): pagination internal logic refactored (#2491)
* refactor(pagination): pagination internal logic refactored

* improvement(pagination): improve pr by better naming and misc
2021-07-11 13:12:22 +08:00
云游君
7dc55a7576
feat(style): use css3 var refactor base variable (#2478)
* feat: add basic css3 var

* feat(style): migrate base style z-index
2021-07-10 20:49:06 +08:00
msidolphin
1989eed7f0
fix: add missing styles (#2423) (#2444) 2021-07-06 07:49:22 +08:00
Hgwxxdd
1f6fc8c38b style(mixin): variable is assigned but never used 2021-07-05 10:17:03 +08:00
kooriookami
f2e3dcb68e
feat(descriptions): add new feature for customized style (#2358)
* feat(descriptions): add new feature for customized style

add props: width, min-width, align, label-align, class-name, label-class-name

re #1976 #2353

* feat: update docs

* feat: update docs

* feat: update

* feat: separate type
2021-07-03 15:01:55 +08:00
kooriookami
b8dccdc884 docs(row): add flex update tip, and remove type prop
re #2319
2021-06-26 16:42:15 +08:00
qige2016
42ed0f1c74
fix(input-number): fix border color when disabled and hover over buttons (#2334) 2021-06-25 10:10:06 +08:00
Enoch Qin
77e64996e7
fix: @use "sass:math" repeat reference (#2336) 2021-06-25 09:39:06 +08:00
Enoch Qin
a9d6fe062f
refactor: col different size style (#2237) 2021-06-23 14:57:44 +08:00
kooriookami
09429fd69d style(form): use flex layout 2021-06-19 16:39:00 +08:00
kooriookami
47e1fe91cb perf: fix style 2021-06-19 15:41:16 +08:00
kooriookami
b2a78c1e50 fix: fix height 2021-06-19 15:41:16 +08:00
kooriookami
99db792df9 fix(cascader): fix style 2021-06-19 15:41:16 +08:00
云游君
7b58b4d3ff
style(message-box): rename some var --msgbox to --messagebox (#2241) 2021-06-15 15:19:07 +08:00
云游君
daa79d62f7
style(menu): add 569JNRXZghiklms-menu-border-color (#2240) 2021-06-15 15:18:11 +08:00
云游君
17a6ca4b5d
fix(popconfirm): import missing popover.scss (#2207) 2021-06-11 18:22:04 +08:00
Enoch Qin
c77e570d1c
fix: Input style use show-password and clearable (#2168) (#2169)
* fix: Input style use show-password and clearable

* fix: replace Input classname
2021-06-08 14:37:38 +08:00
jeremywu
a99232f582
feat(select-v2): feat/integrate-virtual-list-with-select (#1906) 2021-06-08 14:12:16 +08:00
msidolphin
77631999d1
feat: add himBH-popover-border-radius variable (element-plus#2094) (#2095)
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-03 15:37:12 +08:00
Bios Sun
eeedac6cf7
build: bump sass from 1.26.10 to 1.34.0 (#2060)
# Conflicts:
#	packages/theme-chalk/src/common/var.scss
2021-05-27 16:39:04 +08:00
kooriookami
a5ac641c08
style(style): remove useless style (#2058) 2021-05-25 09:29:14 +08:00
Zong
3d7809cd75
fix(transfer): remove uesless button style (#1975) 2021-05-21 14:55:14 +08:00
hangzou
83bc018598
fix: add addtional css in dropdown (#1998) 2021-05-13 18:12:52 +08:00
Map1en_
0d877688cd
fix(button): wrong style when hovering the plain button (#1937)
close #1924
2021-05-09 10:36:16 +08:00
Genesis
b9212870d4
SCSS Variables: Add missing !default modifiers (#1969) 2021-05-09 10:35:56 +08:00
kooriookami
0e593a95c6
fix(icon): fix icons (#1950)
fix #1936
2021-05-09 10:34:32 +08:00
Zong
d5215ce242
fix(transfer): remove uesless button style (#1953) 2021-05-09 10:34:08 +08:00
zouhang
13cc5fd0e9 fix: add additional css in popover 2021-05-07 22:58:51 +08:00
kooriookami
045ea5df41
fix(icon): fix icon (#1896) 2021-04-25 21:18:38 +08:00
kooriookami
c5e72c801b
feat(page-header): add icon props and slots (#1882) 2021-04-25 21:17:39 +08:00
滑威
9a577d65cb
feat(progress): indeterminate progress bar (#1832)
* feat: indeterminate-progress

* docs: 补充属性

* fix: 更新单元测试用例

* chore: 优化性能

* docs: Indeterminate progress other lang

* chore: progress bem classname && docs

* docs: speed -> duration

* docs: progress docs
2021-04-21 13:47:29 +08:00
kooriookami
f48c497703
Feat/descriptions (#1856)
* feat(descriptions): new component Descriptions

* feat: update

* feat: update

* feat: update

* feat: update

* fix: revert readme.md

* feat: update

* feat: update provide key
2021-04-19 18:05:48 +08:00
kooriookami
634448d756
feat(result): new componet Result (#1818)
* feat(result): new componet Result

re #1137

* feat: fix docs

* feat: perf slot

* feat: use svg icon

* feat: update variable name

* feat: update style
2021-04-14 10:18:29 +08:00
Sleepy Five
4ef5439e77
fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
Co-authored-by: 709299853@qq.com <709299853@qq.com>
2021-04-11 21:01:57 +08:00
jeremywu
76f6a65a42
fix(input): fix/1754-input-prefix-icon-incorrect-height (#1766)
- Fix the incorrect style rule for input prefix icon
2021-04-07 10:46:24 +08:00
jeremywu
55a702ca22
fix(drawer): fix drawer close button outline issue when focusing(#1727)
- Fix drawer close button outline issue when focusing.
2021-03-31 16:14:12 +08:00
kooriookami
4365ffb760
fix(notification): fix style of break word (#1701) 2021-03-28 10:34:45 +08:00
jeremywu
8f256b18f7
feat(tag): add new feature check-tag (#1696)
* feat(tag): add new feature check-tag

- Add new component `check-tag`

* feat(tag): - add check tag vetur support
2021-03-27 19:54:43 +08:00
xiejiahe
e7bff99ece
fix(notification): css word break (#1699) 2021-03-27 18:11:15 +08:00
Vgbire
8e653df457
style(dropdown-item): when disabled its mouse style should be disabled (#1603) 2021-03-10 21:13:33 +08:00
Summer
1655c2aa11
fix: pagination.scss (#1598)
* fix: pagination.scss

* add variable for pagination.scss
2021-03-10 20:30:04 +08:00
Ryan2128
466874969c
fix(style): fix scss error (#1542) 2021-03-03 11:56:24 +08:00
神楽坂みずき
f9c9385a9e
fix(col): fix col will always be hidden when responsive span is zero (#1532)
fix #1509
2021-03-02 01:09:08 +08:00
Ryan2128
adf4a93ac4
fix(message-box): fix miss overlay style when on demand import (#1494) 2021-02-24 19:39:17 +08:00
kooriookami
d7341b0fec
feat(dropdown): add max-height prop of menu (#1436)
* feat(dropdown): add max-height prop of menu

* feat: delete demo
2021-02-08 15:14:01 +08:00
kooriookami
fcf86b9730
feat(progress): add default slot (#1426)
* feat(progress): add default slot

* feat: add slot param

* feat: update

* feat: perf slot
2021-02-05 16:27:44 +08:00
jeremywu
6cba9795d6
fix(input): Fix the issue which caused input area render error on Safari (#1429) 2021-02-05 16:10:36 +08:00
on the field of hope
bf09e894c5
fix: correct css prefix (#1407) 2021-02-04 16:29:23 +08:00
on the field of hope
ae17b9be04
fix(tabs): remove tab incorrect highlight style (#1416) 2021-02-02 17:48:47 +08:00
Ryan2128
815618d7d3
fix(dropdown): fix popper position error (#1411) 2021-02-01 20:26:05 +08:00
Ryan2128
e94483a1d2
refactor(button): modify height to min-height (#1402) 2021-01-31 17:13:16 +08:00
kooriookami
df5d2ac97a
fix(select): fix height of select (#1383) 2021-01-28 22:12:03 +08:00
jeremywu
a16201e5ba
fix(col): fix/col-style-gets-affected-by-invalid-value (#1370)
* fix(col): fix/col-style-gets-affected-by-invalid-value

- Fix the 0 value that impacts the layout rule. Fix #1366

* remove !important syntax

* fix lint issue
2021-01-27 20:10:59 +08:00
kooriookami
903c05a848
perf(scrollbar): when scrollbar isn't shown, hide the bar (#1342)
* perf(scrollbar): when scrollbar isn't shown, hide the bar

* fix: fix right click bar will return top

* perf: store and restore onselectstart

* perf: update
2021-01-26 22:01:49 +08:00
Ryan2128
dc43e7e44e
fix: fix dropdown/select/picker popper position error when has line-height (#1349)
* fix(dropdown): fix dropdown popper position error when has line-height

* fix(date-picker): fix picker popper position error when has line-height

- xxx-picker

* fix(select): fix select popper position error when has line-height

* refactor(button): adjust height to meet standards
2021-01-25 22:49:07 +08:00
Vgbire
d3ec150953
style(notification): fix style when its type set and title not set (#1288)
* style(notification): fix style when its type set and title not set

* refactor(checkbox): remove margin when no title

* refactor(checkbox): add margin

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-01-18 20:38:34 +08:00
Ryan2128
0898a3270b
fix(table): fix checkbox in table header style error (#1292) 2021-01-16 13:36:46 +08:00
Ryan2128
b5be4443e3
fix(loading): fix loading transition invalid and directive loading not show in the second time when service loading show between them (#1281)
* fix(loading): fix loading transition invalid

* fix(loading): fix directive loading not show in the second time

Fix directive loading not show in the second time when a service loading show between them
2021-01-15 13:56:59 +08:00
jeremywu
931a679516
fix(dialog): Fix the change against el-overlay caused the behavior of dialog changes. (#1282)
* fix(dialog): fix/dialog-overflowing

- Fix the change against `el-overlay` caused the behavior of dialog changes.

* fix(overlay): - Fix compatibility issue on chrome

* enhance overlay class type
2021-01-15 12:13:06 +08:00
kooriookami
8bda98b075
feat(affix): new component affix (#1260)
* feat(affix): new component affix

re #1247

* feat: add test

* perf: update state

n

* docs: update docs

* perf: pref the component
2021-01-14 17:02:47 +08:00
jeremywu
30f1947c47
fix(overlay): Fix overlay event triggering issue (#1235) 2021-01-14 17:01:37 +08:00
kooriookami
a00ad48324
fix(table): fix filter icon height of table header (#1233) 2021-01-13 15:37:14 +08:00
kooriookami
5c01631136
Feat/empty (#1210)
* feat(empty): add empty

* feat(empty): new component empty

re #1100

* feat: update doc

* feat: update scss

* perf: update img

* perf: update docs

* fix: update
2021-01-07 13:52:31 +08:00
jeremywu
49199f3715
feat(image): feat/seperate-image-viewer (#1199)
- Seperate image viewer as a independent component. Close #1147
2021-01-05 16:28:11 +08:00
jeremywu
ae5dcec1e8
fix(popper): Fix popper transition lost bug (#1190)
- Fix popper transition lost issue
2021-01-04 14:59:09 +08:00
Vgbire
027e0d7d03
style(textarea): adjust line-height of textarea .el-input__count (#1181) 2021-01-04 14:08:34 +08:00
kooriookami
b9ffca039f
style(notification): adjust line-height of title (#1122) 2020-12-27 14:15:37 +08:00
kooriookami
a2c3e096bd
fix(scrollbar): fix the style of scrollbar (#1042)
* fix(scrollbar): remove the gutter of scrollbar

re #1034

* fix: update
2020-12-23 11:07:52 +08:00
porcelainHeart
8b2febe2f6
feat: new compontent Skeleton (#953) 2020-12-21 20:07:48 +08:00
justwiner
8eb51b9eeb
fix(table): fix #1013 (#1056)
fix #1013

Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-21 14:10:24 +08:00
bastarder
5b8ee0ca9d
fix(row): fix demo button style bug (#1057)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-21 14:09:45 +08:00
jeremywu
e97b9c972a
feat(space): feat/space (#1002)
* feat(space): feat/space

- Init commit for space component

* complete code & test & partial demo

* feat(space): feat/space

- Finish documentation for 中文 and English.

* feat(space): feat/space

- Replace flatMap to reduce.
2020-12-18 10:30:26 +08:00
SuMingJiong
ad59057506
fix(select): fix content overflow in multiple select (#967)
* fix(select): fix content overflow in multiple select

fix content overflow in multiple select

fix #919

* style(select): change the inline style

change the inline style

* test(select): add test case

add test case for the multiple select
2020-12-17 16:51:59 +08:00
SuMingJiong
6b83a42999
fix dialog can't scroll if the content too large (#993)
* fix(dialog): fix dialog can't scroll if the content too large

fix dialog can't scroll if the content too large

fix #991

* fix(dialog): make the mask can scroll

make the mask can scroll

fix #991
2020-12-16 10:23:44 +08:00
jeremywu
d16fbb66e5
feat(virtual-list): first implementation of virtual list (#790) 2020-12-15 11:42:21 +08:00
kooriookami
be7b9665bb
fix(scrollbar): native scrollbar not hide when native is not true (#971)
negative value of margin-bottom not work in certain scenarios.
2020-12-13 18:21:58 +08:00
justwiner
0cb4f7037f
fix(table): fix the style bug when the parent container is display: flex (#969)
Fix the bug of abnormal height and width of table when the parent container is display: flex

fix #922

Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-11 16:49:19 +08:00
hangzou
eb24622055
fix: fix some components import type (#959) 2020-12-11 15:37:09 +08:00
kooriookami
e3177cb3b8
fix(popover): popover with pure should has border (#954)
fix #942
2020-12-10 17:04:06 +08:00
kooriookami
1c30c50512
fix(col): update (#875) 2020-12-09 19:53:07 +08:00
jeremywu
33cf09ad24
fix(drawer): fix drawer layout issue (#924)
- Fix the problem when `modal` set to false, the drawer will not be able to show.
2020-12-09 18:23:15 +08:00
jeremywu
9ad78debcf
fix(drawer): fix drawer implementation with hook (#817)
* fix(drawer): fix drawer implementation with hook

* fix(drawer): fix drawer implementation

- Make drawer implementation as the same as dialog

* chore(drawer): documentation updates
2020-12-07 00:13:05 +08:00
leeleanlean
86f58c36be
Fix the problem that the value of popper border .is-light shows the dark style in the default state of the component "TimePicker/DatePicker/DateTimePicker" (#829) 2020-12-04 17:33:26 +08:00
jeremywu
2455c3f605
fix(dialog): fix on demand importing dialog lacking overlay css (#809)
- Fix issue causing dialog unable to load overlay csss
2020-12-03 22:45:26 +08:00
kooriookami
797b28abbb
feat(dropdown): remove outline (#798)
* feat(dropdown): remove outline

* feat(dropdown): remove outline
2020-12-03 22:39:55 +08:00
Simona
5db2e9729c
fix: popper transition with 'el-zoom-in-top' (#785)
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker
and so on, which transition should be 'el-zoom-in-top' and without duplication.
2020-12-02 22:33:26 +08:00
kooriookami
62d727b567
style(slider): slider button style change (#699)
* style(slider): slider button style change

slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.

* style(slider): remove outline
2020-11-26 23:09:53 +08:00
zazzaz
fcc5ea27d3 docs: update import doc 2020-11-23 16:39:38 +08:00
zazzaz
20f595385e build: update build theme 2020-11-23 15:07:53 +08:00
zazzaz
4240e1c66f build: update theme build 2020-11-23 14:33:20 +08:00
Ryan2128
7897fa1ba4
Fix/message-box: messageBox prompt default value is null (#642)
* fix(message-box): fix validate failed style error

* fix(input): fix input's value is a 'null' string when modelValue is null
2020-11-22 19:02:33 +08:00
jeremywu
35dc2332f9
fix(cascader): fix cascader panel disappear unexpectedly (#649)
Co-authored-by: Jeremy Wu <jeremywu@Jeremys-MacBook-Pro.local>
2020-11-22 15:46:49 +08:00
BeADre
9769966684
fix: fix #633 (#634) 2020-11-21 19:11:28 +08:00
Ryan2128
4569f7b1f2
fix(notification): fix animation error (#640) 2020-11-20 21:23:42 +08:00
SMJ
33e80d6e25
fix: fix the color picker can't colse on click twice and add z-index for the notification (#619)
* fix(select): fix the bug about clicking the select component

fix the bug about clicking the select component

fix #496

* docs: fix some bug in the docs of upload and infiniteScroll

fix some bug in the docs of upload and infiniteScroll

* docs: change the options api to composition api in the avatar docs

change the options api to composition api in the avatar docs

re #540

* Update avatar.md

* Revert update avatar.md

* fix(color-picker): fix the color picker can't colse on click twice

fix the color picker can't colse on click twice

fix #602

* fix(notification): fix notification does not have hight z-index

fix notification does not have hight z-index

fix #602

Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-18 22:18:27 +08:00
Ryan2128
80e3de348b
fix(message): fix massage appear without animation (#624) 2020-11-18 22:17:42 +08:00
Ryan2128
2ce421d62f
fix(slider): fix the z-index of slider button too large (#623) 2020-11-18 22:13:19 +08:00
zazzaz
790d831c63
fix: fix color-picker popover popconfirm style (#584) 2020-11-16 11:07:57 +08:00
Square Coin
da81648df7
feat: add nav menu (#572) 2020-11-12 14:43:55 +08:00
zazzaz
21a4c841eb
Fix/picker style (#567)
* fix: update time-picker style

* fix: fix date-time-picker style

* fix: fix time picker popper arrow

* chore: update

* chore: update
2020-11-12 11:05:12 +08:00
jeremywu
f3d24d6109
fix(popper): fix popper related style (#562)
* fix(popper): fix popper related style

* fix(popper): restore `onMount` hook, rewrite `Teleport` usage

* fix(popper): fix failed tests due to change

* fix(popper): - Fix popper initialiation method

* fix(popper): - Replace unref with internal defined unwrap function
2020-11-10 14:55:03 +08:00
Simona
efe892109c
fix: el-zoom-in-top transition (#565)
adjust transform-origin when popper with el-zoom-in-top transition place in top
2020-11-10 14:25:29 +08:00
Weiqi Wu
2932ba0e12
feat(switch): add loading attribute (#402)
* chore: compiled failed(#230)

* feat(switch): add loading attribute

* style: delete useless comment
2020-11-04 11:18:10 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config (#527) 2020-11-02 11:05:08 +08:00
Simona
52ea214896
feat(cascader): refactor done (#435) 2020-10-30 23:26:33 +08:00
zazzaz
51631051fb
fix: fix theme map error (#489)
fix #484
2020-10-28 13:54:57 +08:00
zazzaz
fc23a4ec04
Revert "fix(switch): fix switch has outline (#469)" (#474)
This reverts commit 3d7b298df3.
2020-10-27 14:36:34 +08:00
Ther-su
3d7b298df3
fix(switch): fix switch has outline (#469)
fix switch has outline, the class el-switch need to add outline:none

fix #468
2020-10-27 11:09:14 +08:00
zazzaz
355a778a2c
Feat/datepicker && datetimepicker (#326)
* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* Feat/form (#342)

* feat(form): add form component

fix #125

* test(form): add test code

* docs(form): add form doc

* feat: add uitls merge

* fix(form): fix style

* test(form): add form test code

* refactor(form): review changes

* test(form): use idiomatic vue-test-util methods

* feat(core): bump vue version

* feat(form): rewrite label wrap

* feat(form): fix tons of bugs

* fix(form): reuse ts extension

* refactor(form): move out label width computation

* fix(form): fix tons of bugs

* fix(form): test

Co-authored-by: 286506460 <286506460@qq.com>

* Feat/select (#381)

* fix: resove conflict

* feat: select basic usage

* feat: select basic usage

* feat: select feature create item

* fix: fix option data insert

* refactor: select

* fix: fix parse error

* feat: select test

* fix: select add popper

* fix: update select option

* fix: add select dependency

* fix: add index.ts file

* fix(select): clean up

* fix(select): some refactor

* fix(select): some update

* fix(select): fix all test cases

Co-authored-by: helen <yinhelen.hlj@qq.com>

Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Co-authored-by: 286506460 <286506460@qq.com>
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 20:13:19 +08:00
Herrington Darkholme
ff4d4d89da
Feat/select (#381)
* fix: resove conflict

* feat: select basic usage

* feat: select basic usage

* feat: select feature create item

* fix: fix option data insert

* refactor: select

* fix: fix parse error

* feat: select test

* fix: select add popper

* fix: update select option

* fix: add select dependency

* fix: add index.ts file

* fix(select): clean up

* fix(select): some refactor

* fix(select): some update

* fix(select): fix all test cases

Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 19:07:02 +08:00
zouhang
74f5dea703 style(dropdown): improve dropdown style 2020-09-15 21:27:33 +08:00
zazzaz
c57a6eaa53 build: init build script 2020-09-15 18:59:58 +08:00
jeremywu
ef92b6c11c
### feat: add dialog (#197)
* Add overlay component; Dialog component almost done

* feat(dialog): add use-lockscreen

* feat(dialog): coding completed awaiting tests

* feat(dialog): finish writing test cases

* fix test failures

* Address PR comments

* fallback some changes
2020-09-09 21:18:08 +08:00
zazzaz
dd82962a2d
fix: update scss to v2.13.2 (#246)
* fix: update scss to v2.13.2

* chore: update

* chore: update
2020-09-02 10:41:18 +08:00
LongYinan
122c88c60c chore: upgrade all dependencies 2020-08-31 09:43:07 +08:00
Simona
3d5e587938
build: replace gulp-sass with gulp-dart-sass (#219) 2020-08-28 13:38:08 +08:00
Hades-li
dec5d665a3
Feat/scss (#212)
* feat: change to import scss

Change the import css to import scss to facilitate style modification

* fix: fixed: storybook support scss file

fixed: storybook support scss file

* chore: remove redundant code in webpack.config.js

Remove redundant code in webpack.config.js
2020-08-28 11:09:05 +08:00