Skip to content
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(pro: tree): add pro tree component #891

Merged
merged 1 commit into from
May 9, 2022

Conversation

liuzaijiang
Copy link
Contributor

feat(comp: tree): add expandAll and collapseAll methods

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Component style update
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Application (the showcase website) / infrastructure changes
  • Other... Please describe:

What is the current behavior?

What is the new behavior?

Other information

@idux-bot
Copy link

idux-bot bot commented May 8, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented May 8, 2022

Codecov Report

Merging #891 (912f9dd) into main (84e8e17) will decrease coverage by 0.20%.
The diff coverage is 61.01%.

❗ Current head 912f9dd differs from pull request most recent head 840982e. Consider uploading reports for the commit 840982e to get more accurate results

@@            Coverage Diff             @@
##             main     #891      +/-   ##
==========================================
- Coverage   93.46%   93.26%   -0.21%     
==========================================
  Files         657      668      +11     
  Lines       65008    65661     +653     
  Branches     7822     7859      +37     
==========================================
+ Hits        60760    61239     +479     
- Misses       4248     4422     +174     
Impacted Files Coverage Δ
...s/_private/date-panel/src/panel-body/PanelCell.tsx 97.67% <ø> (-0.06%) ⬇️
packages/components/config/src/defaultConfig.ts 100.00% <ø> (ø)
...s/date-picker/src/composables/useKeyboardEvents.ts 51.21% <0.00%> (-2.27%) ⬇️
packages/components/time-picker/src/utils.ts 37.14% <14.28%> (-15.24%) ⬇️
packages/pro/tree/src/ProTree.tsx 14.94% <14.94%> (ø)
...ges/components/time-picker/src/trigger/Trigger.tsx 28.57% <16.66%> (+3.57%) ⬆️
packages/components/time-picker/src/TimePicker.tsx 31.25% <18.86%> (+1.54%) ⬆️
...ges/components/time-picker/src/content/Content.tsx 20.00% <20.00%> (ø)
...nts/time-picker/src/composables/useTriggerProps.ts 25.45% <25.45%> (ø)
...s/time-picker/src/composables/useKeyboardEvents.ts 29.26% <29.26%> (ø)
... and 47 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84e8e17...840982e. Read the comment docs.

@liuzaijiang liuzaijiang force-pushed the feat-pro-tree-lzj branch 2 times, most recently from 1f4940f to 0484bbb Compare May 9, 2022 01:49
@liuzaijiang liuzaijiang changed the title feat(pro: tree): add pro tree component [wip]feat(pro: tree): add pro tree component May 9, 2022
packages/pro/config/src/defaultConfig.ts Show resolved Hide resolved
packages/pro/tree/src/types.ts Outdated Show resolved Hide resolved
packages/pro/tree/docs/Index.zh.md Outdated Show resolved Hide resolved
@liuzaijiang liuzaijiang changed the title [wip]feat(pro: tree): add pro tree component feat(pro: tree): add pro tree component May 9, 2022
@danranVm danranVm merged commit ffd80de into IDuxFE:main May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants