Commit Graph

1600 Commits

Author SHA1 Message Date
bqy
95608a8463
refactor(components): [tree-v2] use useNamespace (#5757) 2022-02-10 23:41:41 +08:00
bqy
ac4b582187
refactor(components): [upload] use useNamespace (#5758) 2022-02-10 23:39:52 +08:00
啝裳
81bca48fd4
fix: value does not exist, warning appears (#5906) 2022-02-10 23:29:04 +08:00
啝裳
d5e586b51b
feat: tabpane name support number type (#5915)
* feat: tabpane name support number type

* fix: update
2022-02-10 23:25:39 +08:00
jeremywu
bcd5c8b848
test(components): removing mock folder (#5911)
- Remove mock folder from the project root
- Add mock for each component test file accordingly
2022-02-10 16:35:44 +08:00
msidolphin
40b0f963c6
fix(components): [el-slider] sync manually updated value (#5876) 2022-02-10 09:41:19 +08:00
msidolphin
04ed04effd
feat(components): [el-table] support tableLayout (#5860)
* feat(components): [el-table] support tableLayout

* fix: typo

* fix: remove unused var

* fix: optimize code

* fix: typo
2022-02-10 09:35:29 +08:00
啝裳
118ca6cb7c
fix(utils-v2): add Function type to iconPropType (#5890) 2022-02-09 22:13:50 +08:00
ioslh
a8a8cd8f08
fix(docs): [pagination] example bugfix according to new usage (#5833) 2022-02-09 18:28:39 +08:00
三咲智子
f73387f9ee
fix(utils): undefined when omiting prop default (#5868) 2022-02-09 17:14:50 +08:00
三咲智子
0f3f8ce8f4
chore: upgrade deps (#5885)
* chore: improve workspace config

* chore: upgrade cool/check-user-permission to v2

* chore: upgrade deps
2022-02-09 17:09:55 +08:00
三咲智子
c1e5d724d8
refactor(utils-v2): refactor utils (#5699) 2022-02-09 16:59:08 +08:00
三咲智子
b80e5c69e9
refactor(hooks): refactor popup manager to useZIndex (#5701) 2022-02-09 16:31:31 +08:00
QuXiaoMing
1add6d2c70
fix(components): [el-popover] update popperInstance when props change (#5835)
Co-authored-by: xiaoming <xiaoming@mgtv.com>
2022-02-09 16:05:02 +08:00
msidolphin
21c646d4da
fix(components): [el-table] group header not supported fixed column (#5873)
fix #5864
2022-02-09 15:09:25 +08:00
mawi1512
129a2d72e5
fix(components): [el-dropdown] use custom attributes for dropdown items (#5779)
* fix(components): [el-dropdown] use custom attributes for dropdown items

* fix: forward props and attrs
2022-02-09 15:07:20 +08:00
bqy
99d3f0902b
refactor(components): [space] use useNamespace (#5749) 2022-02-09 12:13:38 +08:00
核心已转储
8f91f98796
fix(compnents): [el-input-number] cannot read properties of null (reading 'setAttribute') #5691
* fix(components): [input-number]  exist#5691
2022-02-09 10:50:14 +08:00
bqy
14474efccb
fix(hooks): [use-namespace] cannot be used in nested hooks (#5795) 2022-02-09 00:35:29 +08:00
bqy
352530b548
refactor(components): [dialog] use useNamespace (#5761) 2022-02-09 00:26:33 +08:00
bqy
cc7384854b
refactor(components): [message] use useNamespace (#5720) 2022-02-09 00:25:19 +08:00
bqy
6ec9da0563
refactor(components): [popconfirm] use useNamespace (#5726) 2022-02-09 00:24:36 +08:00
bqy
25caa3fd07
refactor(components): [collapse,collapse-item] use useNamespace (#5715)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-02-09 00:23:34 +08:00
bqy
c54f446197
refactor(components): [progress] use useNamespace (#5729) 2022-02-08 11:38:42 +08:00
bqy
258622fdac
refactor(components): [col] use useNamespace (#5714) 2022-02-08 11:36:46 +08:00
三咲智子
426a6a686c
feat: switch to lodash-unified (#5734)
* feat: switch to lodash-unified

* chore: move lodash mocks
2022-02-08 10:37:21 +08:00
三咲智子
b63956c325
refactor: add transition namespace (#5829) 2022-02-08 09:09:54 +08:00
bqy
a84facfa4f
refactor(components): [notification] use useNamespace (#5722) 2022-02-08 05:51:03 +08:00
bqy
4db23d2426
refactor(components): [teleport] use useNamespace (#5751) 2022-02-08 05:44:50 +08:00
bqy
76e48e37cd
refactor(components): [overlay] use useNamespace (#5723) 2022-02-08 05:43:15 +08:00
bqy
d210f267ac
refactor(components): [page-header] use useNamespace (#5724) 2022-02-08 05:27:13 +08:00
bqy
fae48c8817
refactor(components): [color-picker] use useNamespace (#5718) 2022-02-08 05:21:17 +08:00
bqy
e1f78d9c04
refactor(components): [collapse-transition] use useNamespace (#5716) 2022-02-08 04:34:06 +08:00
msidolphin
baf6bc0260
fix: [el-pagination] fix justify alignment (#5814)
fix #5807
2022-02-07 16:46:26 +08:00
msidolphin
b2ff01a60f
fix(components): [el-popconfirm] revert component name (#5815) 2022-02-07 16:43:56 +08:00
jeremywu
44dc9a1cf5
test(components): remove all sleep statement in the tests (#5784) 2022-02-06 00:37:20 +08:00
jeremywu
dbb00ef4b6
fix(components): [el-popper] append to body compatability (#5755)
* fix(components): [el-popper] append to body compatability

- Add a new hook for deprecation warning
- Add deprecation warnings for previous used `append-to-body` API
- Add test for the API.

* Address PR comments

* Update documentations for deprecated

* Fix formatting issue
2022-02-04 14:59:58 +08:00
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