-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 增加不同类型单元格的选中事件 & 支持识别事件来源 #2956
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +434 B (+0.13%) Total Size: 336 kB
ℹ️ View Unchanged
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2956 +/- ##
==========================================
+ Coverage 75.77% 80.73% +4.96%
==========================================
Files 257 179 -78
Lines 11994 10432 -1562
Branches 2464 2374 -90
==========================================
- Hits 9088 8422 -666
+ Misses 1398 555 -843
+ Partials 1508 1455 -53 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.31 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.30 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-vue-v2.0.0-next.16 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
📝 Description
单选/多选/圈选 等场景都会触发选中事件, 但是只有一个 GLOBAL_SELECTED 事件, 无法较好的区分是哪个交互触发
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge