Commit Graph

2735 Commits

Author SHA1 Message Date
btea
fa54266588
fix(play): fix tsconfig types path (#5965) 2022-02-11 17:42:49 +08:00
msidolphin
43c41015eb
fix(components): [el-table] avoid scrollbar not display (#5920)
* fix(components): [el-table] avoid scrollbar not display

* chore: optimize code
2022-02-11 15:17:34 +08:00
msidolphin
dcb7365365
feat(components): [el-image] support append preview to body (#5883)
* feat(components): [el-image] support append preview to body

* chore: add deprecated warning

* chore: compatible with  append-to-body and get zIndex from PopupManager

* fix: apply transition on the initial render

* fix: PopupManager import

* fix: modify default value

* chore: rename to teleported

* chore: rename to teleported

* fix: resolve import issue

* fix: resolve import issue

* fix: resolve import issue
2022-02-11 15:16:45 +08:00
msidolphin
b6be179a2c
feat(components): [el-table] maxHeight support more units (#5904)
* feat(components): [el-table] maxHeight support more formats (vh、calc...)

re #5888

* chore: optimize code

* fix: resolve import issue
2022-02-11 15:00:33 +08:00
啝裳
f8bcf51962
fix: delete alteredCollapse in menu (#5889) 2022-02-11 14:52:00 +08:00
三咲智子
590538cd38
test: fix scrollIntoView (#5960) 2022-02-11 12:35:26 +08:00
0song
39cb432cd9
docs: update empty component docs (#5959) 2022-02-11 12:16:18 +08:00
三咲智子
879ea6d31b
feat: support jsx, closes #5708 (#5947) 2022-02-11 12:10:56 +08:00
bqy
23c7c7843e
refactor(components): [popover] use useNamespace (#5727) 2022-02-11 11:47:22 +08:00
msidolphin
f194efca96
fix: [el-select-v2] avoid remove new option when reserve-keyword is true (#5912) 2022-02-11 11:43:58 +08:00
msidolphin
2ed6fc4cee
docs: [el-image] add preview-append-to-body (#5901)
* docs: [el-image] add preview-append-to-body

* chore: rename
2022-02-11 11:41:29 +08:00
三咲智子
b712dd8466
refactor: fix buildProps (#5936) 2022-02-11 11:40:50 +08:00
三咲智子
ca7bcfe9b3
feat: add defineOptions for script-setup (#5932)
* feat: add unplugin-vue-define-options

* feat: add jest support
2022-02-11 11:39:49 +08:00
renovate[bot]
f382fe5761
chore(deps): pin dependency type-fest to 2.11.2 (#5957)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-11 11:37:40 +08:00
三咲智子
1a5411bd54
docs: remove setup code for playground (#5951) 2022-02-11 11:33:43 +08:00
weidehai
8945e21ec7
feat(components): [el-time-picker] add visibleChange event (#5704) 2022-02-11 11:24:46 +08:00
Aex
945e469624
fix(components): [el-menu] collapse menu active color (#5735) 2022-02-11 11:23:02 +08:00
三咲智子
c37de7ed1e
feat: export all locale (#5943) 2022-02-11 11:05:14 +08:00
三咲智子
6663f84e5c
feat(dev): support multi-entry (#5945) 2022-02-11 11:04:15 +08:00
三咲智子
6503e55277
refactor(utils): migrate utils (#5949)
* refactor(utils-v2): migrate utils

* refactor(utils-v2): migrate utils

* refactor(utils-v2): migrate utils

* refactor(utils): remove

* refactor(utils): rename

* refactor(utils): move EVENT_CODE to constants

* refactor: remove generic
2022-02-11 11:03:15 +08:00
btea
cb98b7cf97
fix(components): [select] change the tagType and style default value (#5884)
* fix(components): [select] change the tagType and style default value

* chore: update
2022-02-11 11:01:53 +08:00
bqy
553f5ffb96
refactor(components): [dropdown,dropdown-item,dropdown-menu] use useNamespace (#5719) 2022-02-11 10:51:38 +08:00
bqy
7e803e92f4
refactor(components): [pagination] use useNamespace (#5725) 2022-02-11 10:50:00 +08:00
JacBiank
e901c58c63
fix(components): [el-select] (#5952) 2022-02-11 10:28:18 +08:00
msidolphin
bc7317203b
fix(components): [el-time-picker] border overlap in hover state (#5950) 2022-02-11 10:13:35 +08:00
bqy
28b82a5ffe
fix(components): [select] define nsInput & rename ns to nsSelect (#5953) 2022-02-11 09:56:53 +08:00
virgosoy
3a7ba03171
fix(components): [el-popconfirm] fix onConfirm and onCancel type bug (#5948) 2022-02-11 09:17:45 +08:00
三咲智子
f3e9e53f3d
fix(hooks): namespace.is default state (#5941) 2022-02-11 09:09:21 +08:00
bqy
eb1adcd491
refactor(components): [steps] use useNamespace (#5944) 2022-02-11 04:02:21 +08:00
bqy
a995d4487b
refactor(components): [popper] use useNamespace (#5728) 2022-02-11 04:01:18 +08:00
bqy
b99fd42e07
refactor(components): [select] use useNamespace (#5733)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-02-11 03:58:02 +08:00
bqy
d132e6e000
refactor(components): [tree] use useNamespace (#5754) 2022-02-11 03:57:10 +08:00
bqy
115a40ce7a
refactor(components): [slider] use useNamespace (#5743) 2022-02-11 03:52:41 +08:00
bqy
b5644360ba
refactor(components): [select-v2] use useNamespace (#5738) 2022-02-11 01:36:17 +08:00
Calum Knott
4f58afb7dd
docs: [select-v2] simplify description (#5893)
Co-authored-by: Kevin <sxzz@sxzz.moe>
2022-02-11 00:42:45 +08:00
bqy
1d8584d627
fix(components): [dialog] fix dialog not fill full screen after drag (#5875) 2022-02-11 00:07:06 +08:00
bqy
09ebf1bed8
refactor(components): [tooltip] use useNamespace (#5752) 2022-02-11 00:06:05 +08:00
bqy
067c5ae669
refactor(components): [transfer] use useNamespace (#5753) 2022-02-10 23:46:57 +08:00
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
啝裳
bbe1cdcb13
docs: tabpane name support number type (#5916) 2022-02-10 23:26: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
weidehai
0fce1f1a58
chore(docs): fix input document (#5937) 2022-02-10 23:10:01 +08:00
renovate[bot]
98f5bf6aef
chore(deps): update pnpm to v6.30.1 (#5898)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-10 19:56:20 +08:00
renovate[bot]
38473a7473
chore(deps): update dependency vite-plugin-inspect to v0.3.14 (#5923)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-10 19:41:50 +08:00
renovate[bot]
51cfa56ccb
chore(deps): update dependency rollup to v2.67.2 (#5930)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-10 19:41:04 +08:00
jeremywu
5c095d3a13
fix(docs): algolia searching (#5926)
* fix(docs): algolia searching

- Fix algolia searching hit component
- Comment the code which is not used and causing warning in dev mode

* Fix Linter complains
2022-02-10 17:30:00 +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