S2 icon indicating copy to clipboard operation
S2 copied to clipboard

[WIP]feat: 支持从excel粘贴值进编辑表

Open serializedowen opened this issue 1 year ago • 4 comments

👀 PR includes

✨ Feature

  • [ ] New feature

🎨 Enhance

  • [ ] Code style optimization
  • [ ] Refactoring
  • [ ] Change the UI
  • [ ] Improve the performance
  • [ ] Type optimization

🐛 Bugfix

  • [ ] Solve the issue and close #1922

🔧 Chore

  • [ ] Test case
  • [ ] Docs / demos update
  • [ ] CI / workflow
  • [ ] Release version
  • [ ] Other ()

📝 Description

🖼️ Screenshot

Screen Recording 2023-04-03 at 16 31 45

🔗 Related issue link

🔍 Self-Check before the merge

  • [ ] Add or update relevant docs.
  • [ ] Add or update relevant demos.
  • [ ] Add or update test case.
  • [ ] Add or update relevant TypeScript definitions.

serializedowen avatar Apr 03 '23 08:04 serializedowen

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
antvis-s2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2023 8:39am

vercel[bot] avatar Apr 03 '23 08:04 vercel[bot]

Size Change: +436 B (0%)

Total Size: 436 kB

Filename Size Change
./packages/s2-react/dist/index.min.js 67.9 kB +436 B (+1%)
ℹ️ View Unchanged
Filename Size
./packages/s2-core/dist/index.min.js 172 kB
./packages/s2-core/dist/style.min.css 389 B
./packages/s2-core/node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js 21.7 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js 21.2 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js 60.3 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/@testing-library/dom.umd.min.js 33.9 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/config.js 1.16 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/DOMElementFilter.js 1.87 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/event-map.js 1.18 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/events.js 1.55 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/get-node-text.js 300 B
./packages/s2-core/node_modules/@testing-library/dom/dist/get-queries-for-element.js 738 B
./packages/s2-core/node_modules/@testing-library/dom/dist/get-user-code-frame.js 810 B
./packages/s2-core/node_modules/@testing-library/dom/dist/helpers.js 1.07 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/index.js 1.14 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/label-helpers.js 1.05 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/matches.js 1.14 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/pretty-dom.js 1.47 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/all-utils.js 337 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/alt-text.js 573 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/display-value.js 713 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/index.js 418 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/label-text.js 1.8 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/placeholder-text.js 491 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/role.js 2.67 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/test-id.js 498 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/text.js 958 B
./packages/s2-core/node_modules/@testing-library/dom/dist/queries/title.js 718 B
./packages/s2-core/node_modules/@testing-library/dom/dist/query-helpers.js 1.81 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/role-helpers.js 2.82 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/screen.js 1.51 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/suggestions.js 1.5 kB
./packages/s2-core/node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js 748 B
./packages/s2-core/node_modules/@testing-library/dom/dist/wait-for.js 2.38 kB
./packages/s2-react/dist/style.min.css 3.42 kB
./packages/s2-vue/dist/index.min.js 20.5 kB
./packages/s2-vue/dist/style.min.css 1.68 kB

compressed-size-action

github-actions[bot] avatar Apr 03 '23 08:04 github-actions[bot]

Codecov Report

Patch coverage: 45.76% and project coverage change: -0.13 :warning:

Comparison is base (1adc25d) 76.48% compared to head (1e372f1) 76.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2148      +/-   ##
==========================================
- Coverage   76.48%   76.36%   -0.13%     
==========================================
  Files         240      241       +1     
  Lines       12312    12367      +55     
  Branches     2630     2637       +7     
==========================================
+ Hits         9417     9444      +27     
- Misses       1377     1399      +22     
- Partials     1518     1524       +6     
Impacted Files Coverage Δ
...act/src/components/sheets/editable-sheet/paste.tsx 34.88% <34.88%> (ø)
...act/src/components/sheets/editable-sheet/index.tsx 70.00% <50.00%> (+1.57%) :arrow_up:
...nteraction/brush-selection/base-brush-selection.ts 75.76% <70.00%> (+0.42%) :arrow_up:
...ction/brush-selection/data-cell-brush-selection.ts 87.03% <100.00%> (-0.47%) :arrow_down:
...interaction/brush-selection/row-brush-selection.ts 85.48% <100.00%> (+1.00%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Apr 03 '23 09:04 codecov[bot]

你好 @serializedowen,感谢你的贡献, 为了让代码更健壮, 请补充相应单元测试, 如果有 API 改动, 请修改 相应的文档

Hello, @serializedowen, Thanks for your contribution. In order to make the code more robust, please add the corresponding unit tests, and update the docs if there are API changes.

github-actions[bot] avatar Apr 20 '23 02:04 github-actions[bot]