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 |
|
Alan Wang
|
0508c6fadd
|
fix(components): [el-pagination] layout error (#5181)
|
2022-01-08 19:49:46 +08:00 |
|
msidolphin
|
53c3724b85
|
fix(components): [el-date-picker] ignore special flag (#5200)
fix #5067
|
2022-01-08 19:41:56 +08:00 |
|
btea
|
b8b60248a6
|
feat(components): [el-tag] adjust icon size (#5207)
* feat(components): [el-tag] adjust icon size
* feat: font-size
|
2022-01-08 19:40:53 +08:00 |
|
三咲智子
|
035cb53028
|
feat: export popup manager (#5220)
|
2022-01-08 19:36:28 +08:00 |
|
三咲智子
|
81e6c377ba
|
fix(hooks): provide root locale (#5218)
* fix: provide root locale
* refactor(locale): refactor locale
* fix: tests
* revert: play
|
2022-01-08 19:36:13 +08:00 |
|
kooriookami
|
f5b7e3accc
|
fix(components): [el-form] fix form style (#5145)
* style: fix form style
* feat: update
* feat: update
* feat: update
* feat: update spell
* feat: update
|
2022-01-08 19:34:09 +08:00 |
|
kooriookami
|
ae36824189
|
fix: fix el-input-number inputting will trigger form validate (#4838)
|
2022-01-07 16:37:58 +08:00 |
|
msidolphin
|
ab783fa8d6
|
fix(components): [el-table] improve scrollable condition (#5149)
|
2022-01-07 16:36:31 +08:00 |
|
msidolphin
|
c24bebbe5d
|
fix(components): [el-date-picker] fix footer style (#5144)
|
2022-01-07 16:30:06 +08:00 |
|
神楽坂みずき
|
e7d71cce2b
|
fix(components): width reset to empty string should be parsed to auto (#5186)
fix #4878
|
2022-01-07 16:02:32 +08:00 |
|
msidolphin
|
2af36e42b2
|
feat(components): checkbox & radio support small size (#5189)
|
2022-01-07 15:58:59 +08:00 |
|
kooriookami
|
b33fed911b
|
feat(components): [el-slider] slider add size prop (#5091)
* feat: slider add size
* feat: update
* feat: update
* feat: update
|
2022-01-07 15:44:43 +08:00 |
|
kooriookami
|
fb76382dd1
|
feat(components): [el-switch] switch add size prop (#5101)
* feat: switch add size
* feat: update
* feat: update
|
2022-01-07 15:43:53 +08:00 |
|
kooriookami
|
9e53873742
|
feat(components): [el-rate] rate add size prop (#5102)
* feat: rate add size
* feat: update test
* feat: update
|
2022-01-07 15:43:38 +08:00 |
|
Delyan Haralanov
|
d329984166
|
feat(components): [el-message-box] add role="dialog" attribute (#5190)
|
2022-01-07 09:38:25 +08:00 |
|
btea
|
15ffab1255
|
refactor(utils): remove isServer (#5173)
|
2022-01-06 12:00:57 +08:00 |
|
Alan Wang
|
bf1f52b87e
|
fix(components): [el-select-v2] tag overflow (#5160)
|
2022-01-06 08:40:48 +08:00 |
|
msidolphin
|
e3e59afc75
|
refactor: [el-table] using sticky position refactor fixed column (#4414)
* refactor: [el-table] using sticky position refactor fixed column
re #4399
* fix: solve the misalignment issue
* fix: optimize code
|
2022-01-05 15:13:01 +08:00 |
|
msidolphin
|
d8fb83c0f4
|
refactor(components): [layout] optimize performance (#4600)
|
2022-01-04 15:06:18 +08:00 |
|
jeremywu
|
11752052dc
|
fix(components): popper content fallback placements (#5119)
- Fix popper content don't fallback to correct placement
|
2022-01-04 11:00:00 +08:00 |
|
jeremywu
|
dd19cae2bc
|
refactor(components): popper composables (#5035)
* refactor(components): popper composables
- Refactor popper composables
* updates
* updates for tooltip
* Updates for popper. TODO: fix controlled tooltip animation
* Fix controlled mode popper animation issue
* Add new feature for customizing tooltip theme
* Fix popover and popconfirm error
* - Add Collection component for wrapping a collection of component
- Add FocusTrap component for trap focus for popups
- Add RovingFocus component for roving focus component type
- Adjust dropdown component based on these newly added components
- Add popper-trigger component for placing the trigger
- TODO: Finish current dropdown component, and all component's tests plus documents
* Refactor popper
* Complete organizing popper
* Almost finish dropdown
* Update popper tests
* update only-child test
* Finish focus trap component test
* Finish tooltip content test
* Finish tooltip trigger tests
* Finish tooltip tests
* finish tests for Collection and RovingFocusGroup
* Fix test cases for timeselect & select & popover
* Fix popover, popconfirm, menu bug and test cases
* Fix select-v2 test error caused by updating popper
* Fix date-picker test issue for updating popper
* fix test cases
* Fix eslint
* Rebase dev & fix tests
* Remove unused code
|
2022-01-04 09:15:15 +08:00 |
|
三咲智子
|
bd0a634069
|
refactor(utils)!: remove global config (#5093)
|
2022-01-01 00:43:08 -05:00 |
|
云游君
|
2f146e8624
|
fix(theme-chalk): input-number controls increase/decrease height (#5088)
|
2021-12-31 17:24:38 +08:00 |
|
renovate[bot]
|
e1c01db42c
|
chore(deps): update dependency gulp-sass to v5.1.0 (#5066)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-12-31 10:44:22 +08:00 |
|
三咲智子
|
4335b01d6c
|
refactor(utils)!: refactor global config (#4793)
* refactor(utils)!: remove global config
* refactor(utils): named export PopupManager
* fix tests
|
2021-12-30 19:31:35 +08:00 |
|
jeremywu
|
f024ddc941
|
feat(style): update cascader radio button padding size (#5057)
|
2021-12-30 19:25:37 +08:00 |
|
Carter Li
|
7ea5c85138
|
fix(components): [time-picker] improve typings (#4810)
|
2021-12-30 19:03:34 +08:00 |
|
kooriookami
|
10e231168a
|
style: update descriptions style (#5025)
* style: update descriptions style
* style: update
* style: update demo
* style: update
* style: update
* style: update
* style: update
* style: update
* feat: update
|
2021-12-30 17:46:33 +08:00 |
|
msidolphin
|
d4b8199618
|
fix(components): adjust style of the radio and form (#5047)
|
2021-12-30 17:45:49 +08:00 |
|
iamkun
|
fce6acb5ca
|
refactor(style): adjust table size to large/default/small (#5036)
* feat: update table css
* feat: update table css
* feat: update table css
* feat: update table css
|
2021-12-30 17:32:24 +08:00 |
|
云游君
|
bd75d831f2
|
fix(theme-chalk): auto menu item height & add css var, close #4864 (#5034)
|
2021-12-30 17:28:49 +08:00 |
|
云游君
|
047dbccf3d
|
fix: adjust tag icon size & add checkbox with-border demo (#5033)
|
2021-12-30 17:26:32 +08:00 |
|
云游君
|
5067dd3b70
|
fix(theme-chalk): upload progress & menu padding style & pagination align (#5011)
* fix: upload progress margin
* fix: menu example style
* fix: picker & radio padding, button form details
* fix(theme-chalk): pagination align
|
2021-12-29 16:21:29 +08:00 |
|
Alan Wang
|
49ec0d6206
|
fix(components): [el-input-number]set undefined to modelValue (#4869)
|
2021-12-29 14:27:23 +08:00 |
|
云游君
|
2b209fd760
|
fix(components): input-number/input/dropdown/select/badge details (#4866)
|
2021-12-28 19:38:23 +08:00 |
|
ITKHMER
|
0a7be517e2
|
fix(locale): update translation/spelling of Khmer (#4930)
Co-authored-by: Kevin <sxzz@sxzz.moe>
|
2021-12-28 16:12:51 +08:00 |
|
Soul
|
2481d35d66
|
fix(components): [el-upload] improve image style (#4902)
|
2021-12-28 16:06:14 +08:00 |
|
msidolphin
|
679e7ef285
|
fix(components): [el-drawer] fix content cannot scroll issue (#5001)
fix #4999
|
2021-12-28 15:04:38 +08:00 |
|
C.Y.Kun
|
369aee6292
|
feat(components): [ElCheckboxGroup] add Fragment (#4743)
|
2021-12-28 08:51:44 +08:00 |
|
云游君
|
7c651828e3
|
fix: message-box confirm button style (#4988)
|
2021-12-27 19:39:30 +08:00 |
|
BigPengZai
|
a24ddd3682
|
fix(components): [el-loading] fix the overlap problem
* fix(components): [el-loading] fix overlap bug
|
2021-12-27 17:23:26 +08:00 |
|
Alan Wang
|
a8619057c1
|
docs: [el-upload]add description of handleRemove() (#4983)
|
2021-12-27 16:39:31 +08:00 |
|
Red Rabbit
|
61abb754da
|
fix(components): [el-step] 移除在simple模式下多余的点 (#4944)
|
2021-12-27 16:16:02 +08:00 |
|
Delyan Haralanov
|
542ea5ee7e
|
feat(components): [date/time-picker] add id attribute to the inputs (#4972)
* feat(components): [date/time-picker] add id attribute to the inputs
* docs(components): [date/time-picker] add id to attributes
|
2021-12-27 16:04:39 +08:00 |
|