jeremywu
|
5a0ac482ce
|
feat(components): el-teleport (#4186)
|
2021-11-03 17:42:05 +08:00 |
|
btea
|
cb03f4d890
|
fix(hooks): add type remove ts error (#4055)
|
2021-10-28 04:44:27 +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 |
|
Sanxiaozhizi
|
e9e56d5938
|
chore: upgrade & improve eslint rule (#3105)
* chore: remove unused ts-node
* chore: upgrade lodash
* chore: upgrade eslint
* perf: remove side effects in computed
* refactor: follow eslint rules
* chore: remove vue-template-compiler
* style: enhance eslint format rule
* style: format code
|
2021-08-27 17:46:06 +08:00 |
|
jeremywu
|
b0f4fc5f23
|
refactor: update package path and bundle folder (#3016)
|
2021-08-24 13:36:48 +08:00 |
|
jeremywu
|
7c97bc5283
|
fix(project): node is not exporting issue (#2827)
- Fix issue that caused ts definition file not generating
|
2021-08-04 18:28:08 +08:00 |
|
jeremywu
|
c28d7b3738
|
feat(hooks): redesign popper apis (#2529)
* feat(hooks): redesign popper apis
- Redesign use-popper APIs to make it more adaptable.
* - Reorganize the popper APIs
|
2021-07-15 14:08:13 +08:00 |
|
jeremywu
|
2e097605dc
|
feat(hooks): export popperjs common attributes (#2520)
- Export popperjs/core common attributes for reusing
|
2021-07-14 14:59:39 +08:00 |
|
JeremyWuuuuu
|
a7a8f29a19
|
refactor(popper): use-popper-hook for popper
- Add new use popper hook into the codebase for replacing the current `use-popper`
|
2021-07-13 17:49:00 +08:00 |
|