rzzf
be0b56574e
fix(components): [table-v2] navigation back triggered by trackpad scrolling ( #23673 )
...
* fix(components): [table-v2] navigation back triggered by trackpad scrolling
* fix: apply coderabbit suggest
* fix: simplify the code
2026-02-20 21:59:06 +01:00
cavalry
22a85b8bb1
fix(components): [virtual-list] incorrect scroll boundary check ( #20766 )
...
* fix(components): fix the virtual list scrollbar issue
* fix(components): [table-v2] Fix the virtual list scrollbar issue
* refactor: update
---------
Co-authored-by: rzzf <cszhjh@gmail.com >
2026-01-05 10:41:54 +08:00
rzzf
71e5216f17
fix(components): [virtual-list] incorrect scroll boundary check ( #23289 )
2026-01-04 14:35:13 +08:00
rzzf
27743a3664
improvement(components): [virtual-list] preventDefault only when the scroll directions match ( #22989 )
...
improvement(components): [virtual-list] prevent default only when the scroll directions match
2025-12-29 11:07:27 +08:00
Rainbow
2355a19361
feat(components): [virtual-list] support horizontal scrolling with mouse wheel on Windows/ubuntu ( #22168 )
...
* feat(components): [tabs] horizontal mouse wheel scrolling is supported
* feat: update
* feat: update
---------
Co-authored-by: rzzf <cszhjh@gmail.com >
2025-12-28 15:04:26 +01:00
dopamine
0ca1570aa1
chore: upgrade to Vue 3.5 ( #22096 )
...
* chore: upgrade deps
* chore: replace __ExtractPublicPropTypes with ExtractPublicPropTypes
* fix: get rid of type errors
* fix: resolve test errors with @vue/test-utils v2.4.6
* fix: resolve test errors with Vue 3.5.22
* ci: set pnpm flag
* chore: update the Vue peer dependency version
* Apply suggestion from @tolking
Co-authored-by: qiang <qw13131wang@gmail.com >
* docs: update example code
Co-authored-by: warmthsea <2586244885@qq.com >
* chore: remove csstype (#22487 )
* chore: fix merge code type error
* chore: fix test:ssr error
- Cannot read properties of undefined (reading 'getSSRProps')
* chore: fix typecheck:vitest error
* chore: update pnpm yaml file
* test: fix collapse accordion error
* chore: update deps
* chore: fix type error
* chore: lock file
* chore: sync change
sync with the remove of vue macro
* refactor: use computed instead of eagerComputed
* fix: timeline.test.tsx typecheck
* chore: clean lock file
try dont throw CodeFactor issues in ci
did:
- rm pnpm-lock.yaml
- rm -rf ./**/node_modules
- pnpm store prune
- pnpm cache delete
- pnpm install
Also stay in 3.1.0 for vue-tsc in order to avoid the warnings of
template refs, see https://github.com/vuejs/language-tools/issues/5815
* chore: format code
---------
Co-authored-by: Dsaquel <291874700n@gmail.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
Co-authored-by: warmthsea <2586244885@qq.com >
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
Co-authored-by: btea <2356281422@qq.com >
2025-12-16 09:34:03 +08:00
Noblet Ouways
a5d2064936
chore: refine process.env judgment ( #23019 )
...
* Revert "chore: only show warnings in dev mode (#22675 )"
This reverts commit 1f7cdc3915 .
* chore: single condition
* Revert "chore(build): replace process (#21584 )"
This reverts commit 86f49acafd .
2025-12-09 13:07:23 +08:00
rzzf
f8c76a4679
fix(components): [virtual-list] prevent scroll from exceeding its bounds ( #22786 )
...
* fix(components): [virtual-list] prevent scroll from exceeding its bounds
* test: update
* fix: update
Co-authored-by: warmthsea <2586244885@qq.com >
* fix: update
* test: fix
* fix: update grid
---------
Co-authored-by: warmthsea <2586244885@qq.com >
2025-11-19 14:43:04 +01:00
sea
1f7cdc3915
chore: only show warnings in dev mode ( #22675 )
...
* chore: only show warnings in dev mode
* chore: test
* chore: test2
* chore: test3
* chore: test3
* chore: update 4
* chore: update
* chore: update
* chore: update
* chore: update
Co-authored-by: btea <2356281422@qq.com >
* chore: add security checks to all process
---------
Co-authored-by: btea <2356281422@qq.com >
2025-11-10 09:25:01 +08:00
sea
9898d265b8
feat(components): [virtual-list] add touch event handling for scrolling ( #20628 )
...
* feat(components): add touch event handling for scrolling in virtual list
* fix: del start preventDefault
Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com >
* feat: safe scroll distance
Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com >
* chore: update
* chore: fix lint
* chore: foramt
Co-authored-by: Dsaquel <291874700n@gmail.com >
* chore: foramt
* chore: update fn name
Co-authored-by: Dsaquel <291874700n@gmail.com >
* chore: add cAF, rAF
* chore: update test
---------
Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-11-07 16:52:53 +08:00
一只前端汪
7c16480bcd
refactor(style): Update Eslint to V9 and Prettier to V3 ( #21949 )
...
* refactor(style): Update Eslint to V9 and Prettier to V3
* fix: vscode color
* fix: vscode color
* chore: remove Useless dependence and old config file
* chore: format
* Merge branch 'dev' into eslintV9
* fix: fix
* fix: ssr test
* fix: ssr test
* fix: use defineConfig
* fix: prettier format and ignore docs dist
* fix: index.mjs => index.js
* fix: Vscode color
* fix: prettier ignore global.d.ts
* fix: format
---------
Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com >
2025-09-29 14:14:30 +08:00
qiang
2f8436571a
feat(components): [select-v2] accessibility enhancement ( #22153 )
...
* feat(components): [select-v2] accessibility enhancement
* chore: test
2025-09-25 10:15:13 +08:00
micaiguai
cdb891bc69
fix(components): scrollbar fix thumb size calculation error ( #21849 )
...
* fix(components): scrollbar
Fix scrollbar thumb size calculation error
closed 20793
* test(components): scrollbar
Fix the calculation of the scrollbar thumb width.
2025-08-22 22:06:43 +08:00
Noblet Ouways
5447972845
feat(components): [tree-v2] add scrollbar-always-on attribute ( #21293 )
2025-07-11 17:48:45 +08:00
yuhengshen
cfc661c626
feat(types): [components] add public prop types ( #21222 )
...
* feat(types): [utils] add ExtractPublicPropTypes type
* feat(types): [components] add props public type
* chore(types): use type-only import for Prop from 'vue'
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
2025-07-07 00:51:32 +08:00
Zhong
58a5852d2d
refactor(components): improve component boolean type ( #21260 )
2025-07-06 14:56:17 +02:00
Noblet Ouways
2f17df1209
style(eslint-config): newline before import type ( #21036 )
...
* perf: change to import-x
* feat: add rules
* chore: fix rule
* chore: fix
* chore: fix
* chore: fix
* style: `pnpm lint:fix`
* Revert "style: `pnpm lint:fix`"
This reverts commit db0116a288 .
* Revert "chore: fix"
This reverts commit 69c82a90c0 .
* chore: fix
* style: `pnpm lint:fix`
* fix: lint
* chore: `pnpm format`
2025-06-16 15:37:12 +08:00
伊墨
097e3f08a1
fix(components): [table-v2] modify the width calculation logic ( #19021 )
...
* fix(components): [table-v2] modify the width calculation logic
* fix(components): [table-v2] resolved scrollbar width issue
* test(components): [scrollbar] fix test case error
2025-05-14 21:32:03 +08:00
dopamine
8edea27a36
build: rollup dts ( #20586 )
...
* build: rollup dts
* update
* update
2025-05-06 09:42:40 +08:00
sea
1084071fcf
chore(eslint-config): add newline-after-import rules ( #20309 )
...
chore: add `newline-after-import` rules
2025-03-31 20:48:10 +08:00
jiaxiang
3a6c51c300
chore: [virtual-list] remove ts-nocheck directive and unused code ( #20299 )
...
* chore: [virtual-list] remove ts-nocheck directive and unused code
* chore: remove compatible code
* chore: add line
---------
Co-authored-by: warmthsea <2586244885@qq.com >
2025-03-31 09:02:10 +00:00
dopamine
7be4a3765e
chore: emits smaller declaration files ( #20109 )
...
* Revert "fix(types): packing unexpected types (#19419 )"
This reverts commit 13506ffb81 .
* Revert "chore: add explicit type annoation (#19352 )"
* fix(typescript): borken import paths in declaration files
* chore: emits smaller declaration files
2025-03-18 10:08:44 +08:00
dopamine
cd517d6743
chore(components): [select-v2] remove ts-nocheck comments in select-v2 ( #16746 )
...
* chore: remove ts-nocheck comments in select-v2
* take the review comments
* improve emits type
* the keys of emits use camelCase instead of kebab-case
* apply suggestions from code review
Co-authored-by: btea <2356281422@qq.com >
* reduce duplicate ESLint comments
* use more succinct syntax to define props
* revert emits to kebab-case
* fix: type checking failed
* chore: illustrate why return early in validateIcon
* fix: signature with duplicate parameter names
Co-authored-by: qiang <qw13131wang@gmail.com >
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-09-23 13:45:35 +08:00
dopamine
8618a6bcd0
refactor: import shared utilities from @element-plus/utils ( #18048 )
...
chore: import shared utilities from `@element-plus/utils`
2024-08-29 09:04:03 +08:00
tkitesy
bd95cc8a46
perf(components): [virtual-list] wrap row with Fragment and set key on it ( #8284 )
...
fix(components): [virtual-list] wrap row with Fragment and set key on it
closed #8279
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-08-21 10:52:12 +08:00
dopamine
79938178dd
build: use vue-tsc to generate dts ( #16111 )
...
* build: use vue-tsc to generate dts
* reduce inline type declaration
* fix: type checking failed
* apply suggestions from code review
* address PR comments
2024-08-07 12:01:46 +08:00
sea
606ff06322
improvement(components): @touchstart @touchmove @wheel add passive ( #16741 )
...
* perf(components): @touchstart @touchmove add passive
* perf(components): update passive
* perf(components): update passive
* perf(components): update passive
* perf(components): update passive
* perf(components): update passive
* style: fix lint
* perf(components): update passive
* perf(components): update passive
* perf: delete useless code
2024-07-26 21:01:17 +08:00
btea
fe0d162193
fix(components): [tree-v2] component activation content not displayed ( #17511 )
2024-07-13 17:19:34 +08:00
sea / 神秘海
b905cc00aa
refactor(components): [virtual-list] remove use-wheel ts-nocheck comments ( #16929 )
...
chore: remove ts-nocheck comments in virtual-list
2024-05-21 16:37:11 +08:00
xy
5d2bedc867
fix(components): [virtual-list] Resetting the vertical scrollbar state ( #13319 )
2023-06-25 09:29:10 +08:00
btea
105d79b0d9
refactor: extract isClient and isNumber isBoolean ( #12504 )
...
* refactor: extract isClient and isNumber isBoolean
* test: update test
* refactor: extract isClient to browser
2023-04-20 20:00:49 +08:00
qiang
6b983e1215
chore(components): [table-v2] accessibility improvement ( #11891 )
2023-03-08 15:14:06 +08:00
Jeremy
2ab408ae48
fix(components): [virtual-list] scroll issue ( #11475 )
...
* Remove browser judgement for fixing scroll issue.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com >
Co-authored-by: iamkun <kunhello@outlook.com >
2023-02-09 19:04:05 +08:00
Rapliangle
2793c8477f
fix(components): fix virtual list scroll&wheel handler ( #11472 )
...
fix xEndEdge&yEndEdge logic when wheel event emits
fix hasReachedEdge logic when offsetX
offsetY is zero
closed #11463 , #11155
Co-authored-by: 迦叶(仝航) <jiaye@xiaohongshu.com >
2023-02-08 23:20:46 +08:00
LIUCHAO
5bcccfd756
fix(components): [virtual-list] fix type error ( #9780 )
2022-09-16 07:50:17 +08:00
Alwyn Ou
54f4353587
perf: RTLOffsetType compare ( #9320 )
2022-08-18 09:35:18 +08:00
jarven
48d0edfe99
fix(hooks): [use-lockscreen] fix namespace ( #8711 )
2022-07-26 18:12:14 +08:00
dopamine
2287dc3690
fix(components): [virtual-list] throw non-corresponding error message ( #8835 )
2022-07-17 17:28:26 +08:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files ( #8401 )
2022-06-22 08:04:42 +08:00
Flare
3374ab9a1c
fix(components): [virtual-list] fix namespace in virtual-list ( #8255 )
...
Co-authored-by: 迪恩 <dien@yottastudios.com >
2022-06-14 20:59:56 +08:00
JeremyWuuuuu
52a528fde7
fix(components): [virtual-table] horizontal scroll ( #7538 )
2022-05-06 21:28:57 +08:00
JeremyWuuuuu
77c7225a9d
docs(components): [virtual-table] basic usage ( #7352 )
...
- Add entry for table-v2
- Add basic usage for table-v2
2022-04-24 13:44:40 +08:00
JeremyWuuuuu
6d9e56a106
feat(components): [virtual-table] compsables ( #7341 )
...
- Split `use-table` into separate files for better readability
2022-04-23 20:05:20 +08:00
JeremyWuuuuu
655fecd8f2
feat(components): [virtual-table] renderers ( #7273 )
...
- Update table grid for dynamic height row rendering
- Expose reset rendered row methods for Grid
- Expose enums in virtual table for user facing usages.
- Update table-v2 style.
2022-04-20 18:06:45 +08:00
Delyan Haralanov
34f6f71042
test: enable clearMocks in vitest config ( #7263 )
2022-04-20 17:02:44 +08:00
Delyan Haralanov
0a0241e54d
test: fix console output errors and warnings ( #7237 )
2022-04-19 17:37:56 +08:00
三咲智子
1d13ebb05d
feat: drop jest ( #7248 )
...
* feat: drop jest
* test: remove ssr
* test: rename
* chore: update tsconfig
2022-04-19 16:51:44 +08:00
Delyan Haralanov
de0ee53cf0
test(components): switch all components to vitest ( #7205 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
2022-04-19 12:46:57 +08:00
JeremyWuuuuu
5716a94211
feat(components): [virtual-table] renderers ( #7218 )
...
- Temporarily removed ColumnResizer in HeaderCell
- Update VirtualScrollbar to match the design
- Style updates
2022-04-18 15:53:03 +08:00
JeremyWuuuuu
da63b35c6b
feat(components): [virtual-table] renderers ( #7195 )
...
- Move render function into rendering units
2022-04-17 15:34:52 +08:00