Commit Graph

1317 Commits

Author SHA1 Message Date
kooriookami
94e0421623
fix: coler picker support touch (#4477)
* fix: coler picker support touch

* fix: update

* fix: add getClientXY util

* fix: move getClientXY to util/dom
2021-11-22 17:01:09 +08:00
云游君
900d62a77e
refactor(style): rename disabled color and migrate to css var (#4493)
* refactor(style): adjust component size to large/default/small

* fix(style): radio checkbox button default color

* Revert "refactor(style): adjust component size to large/default/small"

This reverts commit a952d9c81a.

* fix(style): use disabled-color-base as button disabled-text-color

* refactor(style): rename disabled base color

* refactor(style): simplify css var generate
2021-11-22 15:10:23 +08:00
云游君
859629c3ac
fix(style): radio checkbox button default color (#4492)
* refactor(style): adjust component size to large/default/small

* fix(style): radio checkbox button default color

* Revert "refactor(style): adjust component size to large/default/small"

This reverts commit a952d9c81a.

* fix(style): use disabled-color-base as button disabled-text-color
2021-11-22 14:22:15 +08:00
云游君
e68b6c05d7
refactor(style): rename to text-color bg-color (#4468)
* refactor(style): rename -font to -text-color & -background to -bg-color

* refactor(style): rename bg-color text-color

* refactor(style): rename 'color' to 'text-color'
2021-11-22 11:19:44 +08:00
btea
500fa403ba
fix(components): [el-select-v2] set option default value 0 (#4417)
* fix(components): [el-select-v2] set option defalut value 0

* fix: add hasModelValue
2021-11-21 20:23:24 +08:00
btea
57f9da5502
chore(style): use english comment and fix typo (#4430) 2021-11-21 19:20:12 +08:00
C.Y.Kun
e9f3d989c6
fix(components): [el-image] preview-src-list warn (#4472) 2021-11-21 19:17:17 +08:00
C.Y.Kun
e51ce0dc17
fix(components): [ElSelect] fix group disabled don't work (#4481) 2021-11-21 19:14:29 +08:00
lukaszwojtow
75a32a62d7
fix(i18n): improve Polish translations (#4475) 2021-11-21 19:13:18 +08:00
renovate[bot]
1157efc9e5
chore(deps): update dependency @vueuse/core to v7 (#4479)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-21 19:07:32 +08:00
云游君
5a166b4ba5
feat(components): add custom color for button & rename css var bg-color (#3664) 2021-11-19 20:22:16 +08:00
Nangialai Stoman
89f091a721
feat: add translation for pashto language (#4456) 2021-11-19 12:48:14 +08:00
SongWuKong
ff9a6d2c6b
fix(components): [el-rate] icon hidden (#4452) 2021-11-18 22:33:36 +08:00
renovate[bot]
7d2fb375a7
chore(deps): update vue monorepo to v3.2.22 (#4402)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 10:55:54 +08:00
三咲智子
6de5aacce4
fix(components): [el-tabs] fix tab render (#4383) 2021-11-15 10:08:07 +08:00
C.Y.Kun
6363cf03bc
refactor(components): refactor skeleton/skeleton-item (#4264) 2021-11-14 22:55:50 +08:00
云游君
d0fa8ba6e5
chore(style): use english comment with scss style for vite build (#4381) 2021-11-12 17:02:28 +08:00
C.Y.Kun
87a06ddcdf
feat(components): [el-select] support suffix-icon (#4364) 2021-11-12 14:27:51 +08:00
Kevin
bc869e3368 refactor(components): refactor scrollbar 2021-11-12 06:55:58 +08:00
undefined-design
0369fa8fac refactor(components): refactor scrollbar 2021-11-12 06:55:58 +08:00
Kevin
a586e15a35 refactor(components): refactor tabs 2021-11-12 05:43:40 +08:00
Chen
bb6fad313e refactor(components): refactor tabs 2021-11-12 05:43:40 +08:00
C.Y.Kun
4f8ec9eae2
chore(utils): update types (#4275) 2021-11-11 22:27:21 +08:00
fratzinger
24eb189e5a
chore: update locale de.ts
complete german locale
2021-11-10 17:45:20 +08:00
msidolphin
75c6ea967a
refactor: [el-config-provider] change default autoInsertSpace to false (#4330) 2021-11-10 15:21:20 +08:00
btea
fdf8c13aad
fix(components): [el-autocomplete] fix popper position (#4321)
* fix(components): [el-autocomplete] fix popper position

* fix: add fallback-placements
2021-11-10 10:29:23 +08:00
三咲智子
15ce803db2
fix: side-effects (#4310) 2021-11-09 10:46:02 +08:00
C.Y.Kun
1300f89e4f
fix(theme-chalk): fix icon style in Menu component is wrong (#4302) 2021-11-09 09:17:28 +08:00
三咲智子
bb48f6b54b
Revert "chore(deps): update dependency csstype to v3 (#4261)" (#4287)
This reverts commit 312d5eef64.
2021-11-08 13:53:37 -05:00
btea
b18750bb2f
fix(style): radio group set inline-block (#4255) 2021-11-08 15:37:11 +08:00
C.Y.Kun
5e3a86eaa9
fix(components): [el-checkbox] tabindex property doesn't work (#4286) 2021-11-08 13:13:47 +08:00
renovate[bot]
312d5eef64
chore(deps): update dependency csstype to v3 (#4261)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-07 18:11:06 -05:00
三咲智子
7f38d3942f
fix(build): fix types (#4254)
* fix: add devDependencies

* fix(build): fix generate types definitions
2021-11-05 22:47:03 -04:00
btea
c6c1e965f7
fix(components): [el-cascader] empty children set leaf (#3758)
* fix(components): [el-cascader] empty children set leaf

* test: add test
2021-11-06 08:50:48 +08:00
Kevin
e9a110ed47 refactor(components): refactor radio 2021-11-06 03:48:19 +08:00
undefined-design
f058906069 refactor(components): refactor radio 2021-11-06 03:48:19 +08:00
Kevin
25fa5ee114 refactor(components): [el-row] improve props 2021-11-06 03:41:45 +08:00
undefined-design
ae5b02df0d refactor(components): refactor row 2021-11-06 03:41:45 +08:00
Kevin
03b86d69b4 refactor(components): [el-result] improve props 2021-11-06 02:49:33 +08:00
Chen
c10d0cbab3 refactor(components): refactor result 2021-11-06 02:49:33 +08:00
Kevin
3cf03d5a0c refactor(components): refactor rate 2021-11-06 02:35:59 +08:00
Chen
5ed4e1f9e4 refactor(components): refactor rate 2021-11-06 02:35:59 +08:00
表弟
b81bf53f0a
feat(components): [el-message] merge the same content messages(#3836) (#3988)
* style(components): [el-message-box] string does not wrap(#3856)

* feat(components): [el-message] merge the same content messages(#3836)

* feat(components): [el-message] merge the same content messages(#3836)

* feat(components): [el-message] merge the same content messages(#3836)

* refactor(components): el-swtich custom texts and icons

* fix: test

* fix: font size

* fix: example margin

* feat(components): el-switch add inline-prompt support

* revert: paly

* docs: update icons

* feat: add inner text

* fix: switch test

* refactor: icon inline

* feat(components): [el-message] merge the same content messages(#3836)

* feat(components): [el-message] merge the same content messages(#3836)

Co-authored-by: Aex <adaex@qq.com>
2021-11-05 18:55:40 +08:00
Alan Wang
b13955648b
fix(components): [el-select] display false (#4036) 2021-11-05 18:53:01 +08:00
btea
9aa03ac774
fix(components): [el-form] reset form validate error (#3759) 2021-11-05 18:45:45 +08:00
Alan Wang
07353a13e1
fix(components): [el-select] first item hover status error (#3880)
Co-authored-by: “Alanscut” <“wp_scut@163.com”>
2021-11-05 18:40:07 +08:00
msidolphin
e5e9d654a4
fix(components): [el-table] development environment warning issues (#4167)
fix #4166
2021-11-05 18:34:47 +08:00
神楽坂みずき
65276c3e4a
fix(components): ensure table size affects inner selection (#3979)
* fix(components): ensure table size affects selection

* refactor
2021-11-05 18:30:32 +08:00
Aex
2036755e3c
fix(components): h function children parameter usage (#4238)
* fix(components): `h` function children parameter usage

* fix: usage

* fix: icon align
2021-11-05 18:24:19 +08:00
msidolphin
9b059fffc6
fix: [el-date-picker] cannot change the time when provide default-time (#4228)
fix #3746
2021-11-05 18:19:01 +08:00