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

Added option 'onlySelectVisibleSearchResultChildNodes' #232

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ark-ark
Copy link

@ark-ark ark-ark commented Mar 21, 2019

When searching users expected that only visible nodes would be selected when selecting a parent node. Therefore I added an option named 'onlySelectVisibleSearchResultChildNodes' (because naming things is hard).

Example:

Search: None
[ ] a
 |- [ ] foo_a
 | -[ ] bar_a

Search: foo
[ ] a
 | - [ ] foo_a

Selecting the parent node 'a' with onlySelectVisibleSearchResultChildNode=true will result in a selection of foo_a.

only visible child nodes should be selecting when selecting parent node
while local search is active
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #232 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
- Coverage   98.25%   98.17%   -0.09%     
==========================================
  Files          27       27              
  Lines        1034     1039       +5     
  Branches      100      100              
==========================================
+ Hits         1016     1020       +4     
  Misses          7        7              
- Partials       11       12       +1
Impacted Files Coverage Δ
src/mixins/treeselectMixin.js 100% <100%> (ø) ⬆️
src/components/Menu.vue 89.52% <0%> (-0.96%) ⬇️

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 1dc00d3...031e46f. Read the comment docs.

@riophae riophae force-pushed the master branch 2 times, most recently from 86e8d8f to 4a62c56 Compare August 11, 2019 22:33
@codecov-io
Copy link

codecov-io commented Sep 11, 2019

Codecov Report

Merging #232 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
- Coverage   98.25%   98.17%   -0.09%     
==========================================
  Files          27       27              
  Lines        1034     1039       +5     
  Branches      100      100              
==========================================
+ Hits         1016     1020       +4     
  Misses          7        7              
- Partials       11       12       +1
Impacted Files Coverage Δ
src/mixins/treeselectMixin.js 100% <100%> (ø) ⬆️
src/components/Menu.vue 89.52% <0%> (-0.96%) ⬇️

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 1dc00d3...031e46f. Read the comment docs.

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.

None yet

2 participants