kooriookami
|
fb50b4ff8d
|
fix(components): [Dialog & MessageBox] support draggable (#5369)
* feat: add use-draggable
* feat: msgbox add draggable
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
|
2022-02-03 21:04:25 +08:00 |
|
bqy
|
4501b6dd66
|
refactor(components): [skeleton,skeleton-item] use useNamespace (#5739)
|
2022-01-31 23:41:56 +08:00 |
|
C.Y.Kun
|
e62e29ef5b
|
fix(components): [popover] after-enter/leave events not trigger (#5681)
|
2022-01-31 23:07:09 +08:00 |
|
C.Y.Kun
|
1a24e85248
|
fix(components): [cascader] Unable to use spaces when filtering (#5676)
|
2022-01-31 23:03:58 +08:00 |
|
bqy
|
97658e2e5c
|
refactor(components): [scrollbar] use useNamespace (#5732)
|
2022-01-31 23:03:28 +08:00 |
|
kooriookami
|
e89804196b
|
style: fix popper style (#5736)
|
2022-01-31 22:59:06 +08:00 |
|
三咲智子
|
efbe852d1c
|
fix: upgrade vueuse (#5698)
|
2022-01-29 22:26:31 +08:00 |
|
Carter Li
|
2b38b5f5a5
|
fix(components): fix #5582 (#5583)
|
2022-01-28 15:25:15 +08:00 |
|
kooriookami
|
eb6553bedf
|
fix(components): [image-viewer] fix some bugs and improve style (#5673)
* fix: fix ElImageViewer
* fix: update
* perf: perf zoomRate
|
2022-01-28 15:21:43 +08:00 |
|
msidolphin
|
17fd183f87
|
fix(theme-chalk): [el-pagination] quick button disabled state (#5672)
|
2022-01-27 17:36:26 +08:00 |
|
msidolphin
|
0d8f08ab9b
|
perf(components): [el-scrollbar] prevent re-render when scrolling (#5670)
* perf(components): [el-scrollbar] prevent re-render when scrolling
* chore: improve code
|
2022-01-27 17:10:44 +08:00 |
|
msidolphin
|
8322bcf843
|
refactor(components): [el-pagination] optimize component style (#5666)
|
2022-01-27 16:52:45 +08:00 |
|
G-G
|
696c20dd60
|
fix(theme-chalk): el-breadcrumb__item style (#5597)
* fix(theme-chalk): el-breadcrumb__item style
Change the style of el-breadcrumb__item,It wasn't aligned before
fix #5594
* docs(docs): docs edit describe
docs edit describe Change separator-class to separator-icon
* docs(docs): docs edit describe
docs edit describe Change 'iconfont' to 'svg icon'
Co-authored-by: 赵雅国 <zhao.yaguo@shinewingdigital.com>
|
2022-01-27 16:27:30 +08:00 |
|
msidolphin
|
77a3d5c7c1
|
refactor(components): [el-pagination] adjust component size (#5640)
* refactor(components): [el-pagination] adjust component size
* fix: background size
* chore: improve doc style
|
2022-01-26 14:29:48 +08:00 |
|
msidolphin
|
f860941d8e
|
fix(components): [el-table] hover not working in fixed mode (#5638)
|
2022-01-26 14:06:22 +08:00 |
|
msidolphin
|
043d20403f
|
fix(components): [el-table] fix invalid maxHeight issue (#5584)
* fix(components): [el-table] fix invalid maxHeight issue
fix #5580
* fix: remove native scrollbar
|
2022-01-26 14:05:35 +08:00 |
|
msidolphin
|
51c3f09483
|
refactor(components): [el-tag] use namespace (#5643)
* refactor(components): [el-tag] use namespace
* chore: optimize code
|
2022-01-26 14:00:57 +08:00 |
|
btea
|
4be0d47d70
|
refactor(components): [drawer] use useNamespace (#5596)
|
2022-01-26 09:36:35 +08:00 |
|
MoConWu
|
5ee184fdfd
|
feat(theme-chalk): css var for empty & rate (#5359)
* 更新var.scss,提取empty的fill-color
将fill的color提取出来,作为变量,方便后续修改,修改如下:
'fill-color-0': var(--el-color-white),
'fill-color-1': #FCFCFD,
'fill-color-2': #F8F9FB,
'fill-color-3': #F7F8FC,
'fill-color-4': #EEEFF3,
'fill-color-5': #EDEEF2,
'fill-color-6': #E9EBEF,
'fill-color-7': #E5E7E9,
'fill-color-8': #E0E3E9,
'fill-color-9': #D5D7DE,
* 修改Empty的fillcolor作为变量引用,方便后续的色彩搭配更改
修改Empty的fillcolor作为变量引用,方便后续的色彩搭配更改
* 修改rate下的配色提取到变量里
修改rate下的配色提取到变量里,提取如下:
'void-color': #c6d1de,
'rate-color': #F7BA2A,
* 提取rate的色彩作为变量
提取rate的色彩作为变量
* 修改rate的色彩变量
修改和提取rate变量为:
'void-color': #c6d1de,
'star-color': #F7BA2A,
'disable-void-color': #EFF2F7,
'text-color': #1f2d3d,
* replace space to enter
替換空格为回车
* lint change
lint change
* Missing Pretty error
color 颜色小写
* Add CustomStyles infomation
Add CustomStyles infomation
* Change CustomStyles
Change CustomStyles
* Add CustomStyles
Add CustomStyles
* Change rate to empty
Change rate to empty
* Modify CustomStyles after Bottom content
Modify CustomStyles after Bottom content
* Change Custom styles
Change Custom styles
* feat: format rate.md
|
2022-01-26 02:10:19 +08:00 |
|
btea
|
46b2d7099b
|
fix(components): [el-message-box] add default value to button-size (#5620)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
|
2022-01-25 20:59:57 +08:00 |
|
btea
|
2def078e7c
|
fix(components): [el-transfer] can't find clearQuery (#5438)
|
2022-01-25 20:00:51 +08:00 |
|
kooriookami
|
7032e75721
|
style&doc(components): [el-tooltip] improve style and doc (#5598)
* style: change style
* style: remove useless style
* style: update
* docs: update
|
2022-01-25 16:10:49 +08:00 |
|
BigPengZai
|
38a1a02680
|
fix(components): [el-popover] hide-after bug (#5386)
fix [el-popover] hide-after bug
fix #5372
|
2022-01-25 12:07:24 +08:00 |
|
JeremyWuuuuu
|
a34ad9c53d
|
fix(components): [el-checkbox] is-disabled class is added unexpectedly
- Fix the regression error which cause non-grouped chekcbox has unexpected `is-disabled` class
|
2022-01-25 11:51:43 +08:00 |
|
iamkun
|
94311a8e39
|
refactor: refactor carousel to support namespace (#5553)
|
2022-01-25 00:53:20 +08:00 |
|
btea
|
fec3d0c69d
|
refactor(components): [checkbox] use useNamespace (#5493)
|
2022-01-24 18:13:44 +08:00 |
|
Delyan Haralanov
|
5286713dcb
|
feat(components): [el-dialog] remove width validator (#5329) (#5568)
|
2022-01-24 00:40:29 +08:00 |
|
iamkun
|
9d317c8f8c
|
refactor: refactor autocomplete to support namespace (#5550)
|
2022-01-23 17:55:23 +08:00 |
|
iamkun
|
0ecb3faf23
|
refactor: refactor backtop to support namespace (#5552)
|
2022-01-23 17:53:51 +08:00 |
|
btea
|
d7297131cf
|
refactor(components): [image, image-viewer] use useNamespace (#5513)
|
2022-01-22 17:35:50 +08:00 |
|
btea
|
3956faacba
|
fix(components): [el-pagination] jumper prohibit decimal (#5512)
|
2022-01-22 17:34:29 +08:00 |
|
Alan Wang
|
5762aed58f
|
fix(components): [el-cascader] checkStrict and lazyLoad need click twice (#4182)
|
2022-01-22 10:50:24 +08:00 |
|
Alan Wang
|
11d2fe00d2
|
fix(components): [el-select-v2]set v-model has error (#5128)
* fix(components): [el-select-v2]set v-model has error
* fix(components): [el-select-v2]set v-model has error
|
2022-01-22 10:43:46 +08:00 |
|
Alan Wang
|
8033c7c5ea
|
fix(components): [infinite-scroll] Infinite scroll (#5393)
|
2022-01-22 10:39:35 +08:00 |
|
Alan Wang
|
22d2df4267
|
fix(components): [el-tree] accordion attribute error at third level (#3862)
|
2022-01-22 10:38:30 +08:00 |
|
msidolphin
|
2f521c419c
|
refactor(components): [el-table] use namespace (#5528)
|
2022-01-22 10:37:59 +08:00 |
|
msidolphin
|
6d779fd5c7
|
fix(components): [el-select-v2] optimize component size (#5531)
|
2022-01-22 10:13:53 +08:00 |
|
msidolphin
|
13de0524eb
|
feat(components): [el-button] support for customize loading component (#5505)
|
2022-01-21 23:11:35 -03:00 |
|
三咲智子
|
7bd0936349
|
refactor(build): switch to @vitejs/plugin-vue (#5504)
|
2022-01-21 23:05:03 -03:00 |
|
三咲智子
|
585797abf5
|
fix: add export file extension, closes #5522 (#5544)
|
2022-01-22 09:54:47 +08:00 |
|
三咲智子
|
9d0aed77ad
|
fix: upgrade vueuse, closes #5313, #5362 (#5543)
|
2022-01-22 09:54:23 +08:00 |
|
msidolphin
|
b0ce4f528c
|
fix(components): [el-message] style conflict (#5530)
|
2022-01-21 16:47:57 +08:00 |
|
三咲智子
|
b6ac078b97
|
fix(components): fix sub-menu style (#5516)
|
2022-01-21 09:33:34 +08:00 |
|
msidolphin
|
aa5aa29073
|
chore: improve table style (#5511)
|
2022-01-20 18:03:55 +08:00 |
|
kooriookami
|
55512a8d7d
|
fix: slider tooltip (#5508)
|
2022-01-20 16:23:20 +08:00 |
|
Valar103769
|
c552c3b700
|
refactor(components): [calendar] add namespace (#5496)
|
2022-01-20 06:04:41 +08:00 |
|
btea
|
62a38138f6
|
refactor(components): [container] use useNamespace (#5498)
|
2022-01-20 06:02:05 +08:00 |
|
btea
|
a80e295194
|
refactor(components): [descriptions] use useNamespace (#5499)
|
2022-01-20 06:00:53 +08:00 |
|
Alan Wang
|
1285697a7f
|
fix(components): [el-color-picker] active-change triggered incorrectly (#4729)
|
2022-01-19 17:49:06 +08:00 |
|
Alan Wang
|
7246b07011
|
fix(components): [el-collapse] watch modelValue invalid (#4593)
|
2022-01-19 17:31:51 +08:00 |
|
msidolphin
|
1fdd2cee8f
|
feat(components): [tree] node-click passes event object (#4312)
re 4307
|
2022-01-19 17:13:18 +08:00 |
|
msidolphin
|
13be920c9a
|
refactor: [el-table] refactoring table with el-scrollbar (#5384)
* refactor: [el-table] refactoring table with el-scrollbar
* refactor: remove gutter
* fix: remove unused
* fix: optimize code
|
2022-01-19 17:12:58 +08:00 |
|
Alan Wang
|
d05acba3d0
|
fix(components): [el-cascader] suddenly jump to the left (#4516)
|
2022-01-19 17:05:11 +08:00 |
|
Alan Wang
|
7f025e1efc
|
fix(components): [el-select] hover index (#4423)
|
2022-01-19 16:59:03 +08:00 |
|
Alan Wang
|
a73f34844c
|
fix(components): [el-date-picker]make defaultValue be reactive (#4808)
* fix(components): [el-date-picker]make defaultValue be reactive
* fix(components): [el-date-picker]change toRefs to toRef
* Update packages/components/date-picker/__tests__/date-picker.spec.ts
Co-authored-by: btea <2356281422@qq.com>
* update date-picker.spec.ts
Co-authored-by: btea <2356281422@qq.com>
|
2022-01-19 16:48:22 +08:00 |
|
三咲智子
|
d1ddd215f3
|
chore: upgrade dependencies (#5490)
|
2022-01-19 16:22:13 +08:00 |
|
Alan Wang
|
acf8fbd8ee
|
fix(components): [el-input-number]do not change undefined to NaN (#5049)
* fix(components): [el-input-number]do not change undefined to NaN
* fix(components): [el-input-number]change null
|
2022-01-19 15:27:29 +08:00 |
|
Alan Wang
|
260e491011
|
docs: [el-select]change default of reserve-keyword (#5355)
|
2022-01-19 15:17:19 +08:00 |
|
Alan Wang
|
db41ec5d5e
|
feat(components): [el-dropdown]add handleOpen and handleClose methods (#5444)
* feat(components): [el-dropdown]add handleOpen and handleClose methods
* feat(components): [el-dropdown]add handleOpen and handleClose methods
* feat(components): [el-dropdown]add handleOpen and handleClose methods
|
2022-01-19 15:04:44 +08:00 |
|
三咲智子
|
68bbd0e79a
|
refactor(components): use useNamespace is (#5468)
|
2022-01-19 15:04:01 +08:00 |
|
Valar103769
|
0fed0f469e
|
refactor(components): [input, input-number] add namespace (#5488)
|
2022-01-19 14:38:53 +08:00 |
|
三咲智子
|
58463b9ba4
|
refactor(components): [affix] add namespace & instance type (#5474)
|
2022-01-19 11:37:37 +08:00 |
|
三咲智子
|
3cef197e65
|
refactor(components): [badge] add namespace & instance type (#5473)
|
2022-01-19 11:37:11 +08:00 |
|
三咲智子
|
c08cc54eda
|
refactor(components): [breadcrumb] add namespace & instance type (#5472)
|
2022-01-19 10:42:48 +08:00 |
|
三咲智子
|
6f25f6ecd4
|
refactor(components): [alert] add namespace & instance type (#5459)
|
2022-01-19 10:26:31 +08:00 |
|
三咲智子
|
df3be7c661
|
feat(hooks): [use-namespace] add bm (#5475)
|
2022-01-19 00:06:19 +08:00 |
|
liangjunjie
|
1a9a609444
|
fix(components): [el-avatar] fix avatar default size (#5129)
|
2022-01-18 22:30:59 +08:00 |
|
程成
|
9460e42ac6
|
fix(components): [el-image] image load error (#4820)
Co-authored-by: C.Y.Kun <30518686+emojiiii@users.noreply.github.com>
|
2022-01-18 22:26:28 +08:00 |
|
三咲智子
|
75758d83b2
|
feat(hooks): [use-namespace] add is (#5466)
|
2022-01-18 21:04:56 +08:00 |
|
三咲智子
|
2ab6940431
|
refactor(components): [avatar] add namespace & instance type (#5461)
|
2022-01-18 18:36:26 +08:00 |
|
三咲智子
|
280aa9a245
|
refactor(components): [divider] add namespace & instance type (#5462)
|
2022-01-18 18:19:23 +08:00 |
|
三咲智子
|
3843293034
|
refactor(components): [rate] add namespace & instance type (#5456)
|
2022-01-18 18:14:17 +08:00 |
|
kooriookami
|
3204ac036d
|
style: tooltip padding (#5433)
|
2022-01-18 16:53:15 +08:00 |
|
三咲智子
|
1f4386b3e0
|
refactor(components): refactor timeline (#5458)
Co-authored-by: Alanscut <wp_scut@163.com>
|
2022-01-18 16:22:02 +08:00 |
|
三咲智子
|
2e21b0daa8
|
refactor(components): refactor check-tag (#5451)
* refactor(components): refactor check-tag
* fix: tests
|
2022-01-18 15:31:00 +08:00 |
|
三咲智子
|
1197202d71
|
refactor(components): [row] add namespace & instance type (#5454)
* refactor(components): [row] add namespace & instance type
* refactor: remove useless annotation
|
2022-01-18 15:24:12 +08:00 |
|
三咲智子
|
59551fe866
|
refactor(components): [icon] add namespace & instance type (#5452)
* refactor(components): [icon] add namespace & instance type
* refactor(components): use addUnit
* refactor: improve code
|
2022-01-18 15:23:11 +08:00 |
|
三咲智子
|
4b6f9c82d7
|
refactor(components): [switch] add namespace (#5455)
|
2022-01-18 15:22:37 +08:00 |
|
三咲智子
|
c6acc8ecc8
|
refactor(components): [result] add namespace & instance type (#5453)
|
2022-01-18 15:00:46 +08:00 |
|
三咲智子
|
2dd3848084
|
refactor(components): [link] add namespace & instance type (#5449)
|
2022-01-18 14:52:29 +08:00 |
|
三咲智子
|
cc4cebf465
|
refactor(components): [card] add namespace & instance type (#5445)
|
2022-01-18 14:45:04 +08:00 |
|
三咲智子
|
6107740866
|
refactor(components): [empty] add namespace & instance type (#5446)
|
2022-01-18 14:38:14 +08:00 |
|
Alan Wang
|
4f9f27d40d
|
feat: [el-select-v2]add reserve-keyword and change docs (#5308)
* feat: [el-select-v2]add reserve-keyword and change docs
* fix(components): [el-select-v2]add test case
|
2022-01-18 11:24:54 +08:00 |
|
msidolphin
|
9117cb6fff
|
fix(components): [el-time-picker] fix adjust scroll position fail issue (#5312)
|
2022-01-18 10:53:47 +08:00 |
|
msidolphin
|
3a857c0695
|
fix: [el-table] fix checkbox cleared when data reference is not changed (#5443)
fix #5390
|
2022-01-18 10:43:02 +08:00 |
|
msidolphin
|
3037fdc8c5
|
fix(components): [el-popover] revert hide method (#5344)
fix #5334
|
2022-01-18 10:42:21 +08:00 |
|
msidolphin
|
136dd297c5
|
fix(components): [el-scrollbar] fix cannot selection issue (#5330)
fix #5301
|
2022-01-18 10:41:57 +08:00 |
|
msidolphin
|
8a9747310e
|
feat(components): [el-date-picker] add panel change event (#5304)
* feat(components): [el-date-picker] add panel change event
* docs: [el-date-picker] add panel change event
|
2022-01-18 10:37:27 +08:00 |
|
msidolphin
|
1888d3c06b
|
fix: [input-number] modelValue change to non-required (#4338)
fix #4323
|
2022-01-18 10:36:26 +08:00 |
|
msidolphin
|
300a570b5a
|
fix(components): [el-table] fixed column position error issue (#5430)
|
2022-01-18 10:33:04 +08:00 |
|
三咲智子
|
58c4040b45
|
fix(hooks): component size (#5402)
|
2022-01-17 17:20:26 +08:00 |
|
Valar103769
|
3fabe492e9
|
chore(docs): fix buildThemeChalk comment (#5426)
|
2022-01-17 15:43:07 +08:00 |
|
Alan Wang
|
64a55e3562
|
fix(components): [el-select] suffix-icon disabled (#5354)
|
2022-01-17 15:14:25 +08:00 |
|
Alan Wang
|
984e0c2578
|
feat(components): [el-drawer] add footer slot (#5404)
* feat: [el-drawer]add footer slot
* feat(components): [el-drawer]add footer slot
* feat(components): [el-drawer]add cancel and confirm function
|
2022-01-17 14:58:06 +08:00 |
|
三咲智子
|
4d470d062c
|
fix(components): time picker when midnight (#5403)
|
2022-01-17 10:35:26 +08:00 |
|
kooriookami
|
f632072186
|
feat: dropdown add popper-options prop (#5396)
|
2022-01-16 13:56:16 +08:00 |
|
iamkun
|
9929c0fba4
|
feat: support custom namespace (#5377)
|
2022-01-15 18:12:48 +08:00 |
|
kooriookami
|
0745e29b0d
|
fix: fix space style (#5387)
|
2022-01-14 16:41:13 +08:00 |
|
kooriookami
|
3ed376f044
|
style: msgbox (#5371)
|
2022-01-14 09:22:44 +08:00 |
|
ElsaOOo
|
98108da10f
|
fix(components): fix TreeOptionProps types (#4813)
|
2022-01-14 01:41:36 +08:00 |
|