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 |
|
三咲智子
|
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 |
|
SongWuKong
|
8f57bf610e
|
fix(components): [el-popper] onVisibilityChange (#4907)
|
2021-12-21 14:03:51 +08:00 |
|
jeremywuuuuu
|
3786ba9993
|
fix(utils): remove $ from util
- Replace $ with unref from vue
- Remove $ from `@element-plus/utils/util` to prevent ref sugar issue
|
2021-10-20 06:14:18 -04:00 |
|
Kevin
|
cd2bd26d63
|
test: upgrade @vue/test-utils to v2.0.0-rc.15
|
2021-10-06 17:19:00 +08:00 |
|
三咲智子
|
0636e1e240
|
style: add import and stricter lint (#3440)
* style: add import lint
* chore: apply eslint rules
* chore: add stricter lint
* chore: lint all files
* auto fix
* manually fix
* restore build-indices.ts
|
2021-09-17 15:27:31 +08:00 |
|
三咲智子
|
c86c2b0fe9
|
style: eslint enable prefer-template (#3414)
* style: eslint enable prefer-template
* chore: apply eslint rules
|
2021-09-17 09:18:24 +08:00 |
|
三咲智子
|
2f23940152
|
refactor(utils): refactor throwError (#3301)
* refactor(utils): refactor error
* refactor(utils): remove default export
|
2021-09-10 10:01:17 +08:00 |
|
三咲智子
|
55348b30b6
|
style: use prettier (#3228)
* style: use prettier
* style: just prettier format, no code changes
* style: eslint fix
object-shorthand, prefer-const
* style: fix no-void
* style: no-console
|
2021-09-04 19:29:28 +08:00 |
|
Sanxiaozhizi
|
6cc16bbd06
|
refactor: enhance type definition (#3062)
* chore: add vue-tsc for type check
* refactor(components): respect Vue's own style type
* refactor(components): improve props type
* chore(build): improve types
* fix(components): remove unnecessary props
* perf(components): use shallowRef
* fix(components): add missing property type for table
* refactor(components): improve time-picker types
* refactor(components): extract import type
* refactor(components): improve popper types
* refactor(components): upload list types
* fix(docs): fix type
* better type
* fix: remove index
|
2021-08-31 09:40:13 +08:00 |
|
jeremywu
|
b0f4fc5f23
|
refactor: update package path and bundle folder (#3016)
|
2021-08-24 13:36:48 +08:00 |
|