Commit Graph

2701 Commits

Author SHA1 Message Date
三咲智子
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
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
三咲智子
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
三咲智子
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
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
ElsaOOo
98108da10f fix(components): fix TreeOptionProps types (#4813) 2022-01-14 01:41:36 +08:00
Alan Wang
708542eca6 fix(components): [el-dropdown-menu] size (#5343) 2022-01-12 22:59:54 +08:00
Alan Wang
27af1050d6 fix(components): [el-cascader] inline style (#5339) 2022-01-12 14:28:36 +08:00
Alan Wang
2cf215e3c4 feat(components): [el-time-select] support custom format (e.g. 12-hour) (#5309) 2022-01-12 11:11:43 +08:00
msidolphin
1f71d3c80c fix: [el-calendar] selected wrong date when change the month/year (#5297) 2022-01-11 14:29:06 +08:00
0song
2606778d30 fix: fix DateRangePicker custom style & class bug (#5300) 2022-01-11 14:27:45 +08:00
jeremywu
a2cfb64028 fix(components): [el-tooltip] restoring append-to API (#5296)
- Restore `append-to` API
- Add test against `append-to` API
2022-01-11 11:02:32 +08:00
msidolphin
82182a91aa fix(components): [el-date-picker] panel position error after view switch (#5277)
* fix(components): [el-date-picker] panel position error after view switch

* fix: [el-popper] zIndex not update issue
2022-01-11 10:40:40 +08:00
kooriookami
57e0d1d1bb fix(style): [el-dropdown] fix doc style (#5266)
* fix: update style

* style: update

* feat: update test
2022-01-11 10:29:25 +08:00
jeremywu
df57ddfe39 fix(components): [el-dropdown] cannot be closed by clicking outside (#5287)
- Fix the issue that dropdown with trigger 'click' cannot be closed when clicking outside content
- Fix the same issue for popover popconfirm
- Remove useless code from `el-tooltip-content` which can be much simpler
- Use `onClick` to replace `onMousedown` because `onMousedown` is triggered prior than `onClick`
- Adjust test cases against these changes above
2022-01-11 10:24:48 +08:00
msidolphin
180e21dc56 fix(components): [el-tree] fix safari drop animation issue (#5294) 2022-01-11 10:21:13 +08:00
kooriookami
43ad4aa072 fix: dropdowm item can not click (#5257) 2022-01-10 09:48:59 +08:00
btea
e3417babe2 test(components): [el-config-provider] use useFakeTimers (#5228)
* fix(components): modify config-provider sleep time

* test: use useFakeTimers
2022-01-09 20:45:01 -05:00
kooriookami
c2ee36a7fc fix: tooltip with compoents add persistent (#5250) 2022-01-09 17:38:51 +08:00
Carter Li
5062ff106b fix(components): make Datepicker value-format="x" emit number timestamp value (#5187) 2022-01-09 12:42:08 +08:00
btea
70fa3e7f26 feat(components): [el-message] config-provider message max attr (#5063)
* feat(components): [el-message] config-provider message max attr

* chore: update test

* feat: update test and message-method

* chore: format config-provider.md

* test: add multiple config-provider

* test: config-provider nesting
2022-01-08 20:03:13 +08:00
Zapic
53fe828273 feat(components): [el-cascader] cascader panel loading placeholder (#5064)
Co-authored-by: KawaiiZapic <kawaiizapic@zapic.moe>
2022-01-08 19:55:59 +08:00
msidolphin
b5ae3e80bb fix(components): [el-transfer] improve styles (#5139) 2022-01-08 19:53:52 +08:00
msidolphin
d61cf39cf3 chore(components): add shadow to panels (#5146)
* chore(components): add shadow to panels

* fix: improve menu test
2022-01-08 19:52:50 +08:00
msidolphin
53c3724b85 fix(components): [el-date-picker] ignore special flag (#5200)
fix #5067
2022-01-08 19:41:56 +08:00