Zhongxiang Wang
|
9843fb1d69
|
fix(components): [table] not scroll empty block when scrolling table (#6615)
* fix(components): [table] not scroll empty block when scrolling table
* fix(components): [table] fix unexpected gap
* fix(components): [table] fix unexpected gap
|
2022-03-16 10:47:30 +08:00 |
|
三咲智子
|
5d85fba20c
|
chore: self closing vue tag (#6603)
|
2022-03-13 16:16:11 -04:00 |
|
msidolphin
|
d435a6a6fc
|
feat(components): [el-table] exposes scroll methods (#6539)
* feat(components): [el-table] exposes scroll methods
* chore: improve code
|
2022-03-13 23:00:58 +08:00 |
|
msidolphin
|
063c564461
|
fix(components): [el-table] escape special html characters (#6520)
* fix(components): [el-table] escape special html characters
* fix: use 3rd package
|
2022-03-11 15:05:29 +08:00 |
|
msidolphin
|
254eacd7da
|
perf(components): [el-table] optimize the performance of expand rows (#6480)
* perf(components): [el-table] optimize the performance of expand rows
* chore: revert comments
* chore: remove useless code
* chore: rename
* Update packages/components/table/src/table-body/render-helper.ts
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
|
2022-03-10 16:45:08 +08:00 |
|
msidolphin
|
505616c2ab
|
feat: [el-table] support always show scrollbar & get selection rows (#6469)
|
2022-03-08 14:28:58 +08:00 |
|
三咲智子
|
b8c38a9fe5
|
chore: enhance eslint rules (#6476)
* chore: enhance eslint rules
* chore: enhance eslint rules
|
2022-03-08 14:03:32 +08:00 |
|
msidolphin
|
a7db76d782
|
fix: [el-table] fixed columns display when horizontal cannot scroll (#6320)
* fix: [el-table] fixed columns display when horizontal cannot scroll
* fix: change default class
* refactor: optimize fixed column style
|
2022-03-07 16:17:16 +08:00 |
|
msidolphin
|
43ee78563b
|
fix(components): [el-table] defaultSort not working (#6322)
* fix(components): [el-table] defaultSort not working
* fix: unit test
* chore: improve code
|
2022-03-07 16:15:54 +08:00 |
|
三咲智子
|
c72679e4e9
|
refactor(components)!: refactor form (#5401)
* refactor(components): refactor form
* refactor: resolve PR comments
* refactor(components): refactor isNested
* refactor: resolve PR comments
|
2022-03-06 22:20:56 +08:00 |
|
msidolphin
|
f504ad77fe
|
fix(components): [el-table] scrollbar cannot display when resize table (#6369)
* fix(components): [el-table] scrollbar cannot display when resize table
* fix: add flexDirection
* fix: adjust to inline-block
* fix: revert flex
|
2022-03-06 18:09:53 +08:00 |
|
msidolphin
|
333b1b450a
|
fix(components): [el-table] render failed when custom table column (#6398)
|
2022-03-06 18:01:40 +08:00 |
|
msidolphin
|
73304da65f
|
fix(components): [el-table] fix clearFilter failure problem (#6212)
|
2022-02-23 10:47:25 +08:00 |
|
msidolphin
|
cfc43e2a6d
|
fix(components): [el-table] some columns are missing in older chrome (#6111)
* fix(components): [el-table] some columns are missing in older chrome
* fix: unit tests
* fix: unit tests
* fix: lint
|
2022-02-21 14:20:44 +08:00 |
|
msidolphin
|
c60f75a0c5
|
fix(components): [el-table] column width calc error during resize (#6171)
|
2022-02-21 09:43:46 +08:00 |
|
msidolphin
|
78b24dfdfd
|
fix(components): [el-table] optimize popover performance (#6170)
|
2022-02-21 09:21:59 +08:00 |
|
msidolphin
|
8a9086d93e
|
fix(components): [el-table] footer layout error (#6090)
|
2022-02-21 09:14:45 +08:00 |
|
msidolphin
|
aa639e81f1
|
fix(components): [el-table] auto-load missing scrollbar style (#6045)
|
2022-02-15 09:36:00 +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
|
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 |
|
三咲智子
|
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 |
|
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
|
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 |
|
三咲智子
|
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 |
|
msidolphin
|
21c646d4da
|
fix(components): [el-table] group header not supported fixed column (#5873)
fix #5864
|
2022-02-09 15:09:25 +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 |
|
jeremywu
|
44dc9a1cf5
|
test(components): remove all sleep statement in the tests (#5784)
|
2022-02-06 00:37:20 +08:00 |
|
msidolphin
|
f860941d8e
|
fix(components): [el-table] hover not working in fixed mode (#5638)
|
2022-01-26 14:06:22 +08:00 |
|
msidolphin
|
043d20403f
|
fix(components): [el-table] fix invalid maxHeight issue (#5584)
* fix(components): [el-table] fix invalid maxHeight issue
fix #5580
* fix: remove native scrollbar
|
2022-01-26 14:05:35 +08:00 |
|
msidolphin
|
2f521c419c
|
refactor(components): [el-table] use namespace (#5528)
|
2022-01-22 10:37:59 +08:00 |
|
msidolphin
|
13be920c9a
|
refactor: [el-table] refactoring table with el-scrollbar (#5384)
* refactor: [el-table] refactoring table with el-scrollbar
* refactor: remove gutter
* fix: remove unused
* fix: optimize code
|
2022-01-19 17:12:58 +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
|
300a570b5a
|
fix(components): [el-table] fixed column position error issue (#5430)
|
2022-01-18 10:33:04 +08:00 |
|
kooriookami
|
c2ee36a7fc
|
fix: tooltip with compoents add persistent (#5250)
|
2022-01-09 17:38:51 +08:00 |
|
msidolphin
|
ab783fa8d6
|
fix(components): [el-table] improve scrollable condition (#5149)
|
2022-01-07 16:36:31 +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
|
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 |
|
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 |
|
三咲智子
|
6287c1f92d
|
refactor(utils): remove isServer (#4792)
|
2021-12-12 23:28:03 +08:00 |
|
Carter Li
|
fcd11d9bb0
|
fix(components): [table-column, time-picker] improve typings (#4761)
|
2021-12-10 18:14:31 +08:00 |
|
三咲智子
|
db1d9401fe
|
feat(components): [el-config-provider] add size (#4730)
|
2021-12-10 17:21:01 +08:00 |
|
张仕春
|
f0162167aa
|
fix(components): [el-table] tooltip wrong style
fix #4697
|
2021-12-07 16:23:11 +08:00 |
|
三咲智子
|
5087026948
|
refactor: change icon package name (#4625)
|
2021-12-04 11:20:06 +08:00 |
|
三咲智子
|
bbd16a08e9
|
refactor(hooks): refactor hooks (#4253)
* refactor(hooks): remove use-css-var
* refactor(hooks): remove use-events
* refactor(hooks): remove use-migrating
* refactor(hooks): remove use-transition
* refactor(hooks): named export useAttrs
* refactor(hooks): named export useFocus
* refactor(hooks): refactor useFormItem
* refactor(hooks): refactor useGlobalConfig
* refactor(hooks): refactor useLocale
* refactor(hooks): refactor useLockscreen
* refactor(hooks): refactor useModal
* refactor(hooks): refactor useModelToggle
* refactor(hooks): refactor usePreventGlobal
* refactor(hooks): refactor useRestoreActive
* refactor(hooks): refactor useTeleport
* refactor(hooks): refactor useThrottleRender
* refactor(hooks): refactor useTimeout
* refactor(hooks): refactor useTransitionFallthrogh
|
2021-11-29 15:58:44 +08:00 |
|
msidolphin
|
e5e9d654a4
|
fix(components): [el-table] development environment warning issues (#4167)
fix #4166
|
2021-11-05 18:34:47 +08:00 |
|
神楽坂みずき
|
65276c3e4a
|
fix(components): ensure table size affects inner selection (#3979)
* fix(components): ensure table size affects selection
* refactor
|
2021-11-05 18:30:32 +08:00 |
|
msidolphin
|
c72ea9c1a1
|
fix(components): [el-table] fixed mode layout misalignment (#4188)
fix #4141
|
2021-11-05 17:36:05 +08:00 |
|
btea
|
d6c6c99ffc
|
fix(components): [el-table] refresh data, selected error (#3908)
|
2021-10-31 10:52:21 +08:00 |
|