Skip to content

Conversation

jake-bassett
Copy link
Contributor

Description

Added styling and @output for summary list values that are clickable.

Also added configurable searchPlaceholder to table controls.

@jake-bassett jake-bassett requested a review from a team as a code owner March 23, 2021 21:23
@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #717 (6171772) into main (9168035) will decrease coverage by 0.01%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #717      +/-   ##
==========================================
- Coverage   85.17%   85.16%   -0.02%     
==========================================
  Files         784      784              
  Lines       16057    16066       +9     
  Branches     2047     1997      -50     
==========================================
+ Hits        13677    13682       +5     
- Misses       2347     2351       +4     
  Partials       33       33              
Impacted Files Coverage Δ
...d/widgets/table/table-widget-renderer.component.ts 45.27% <ø> (ø)
...rd/widgets/table/table-widget-view-toggle.model.ts 18.60% <0.00%> (-0.91%) ⬇️
...ponents/src/summary-list/summary-list.component.ts 84.61% <50.00%> (-15.39%) ⬇️
...nts/src/table/controls/table-controls.component.ts 76.11% <100.00%> (+0.36%) ⬆️
...dashboard/widgets/table/table-widget-base.model.ts 78.94% <100.00%> (+1.80%) ⬆️

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 9168035...6171772. Read the comment docs.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

class="summary-value"
[class.clickable]="item.clickable"
*ngFor="let value of this.getValuesArray(item.value)"
(click)="this.itemClick.emit(item)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not emit if not clickable

@github-actions

This comment has been minimized.

@jake-bassett jake-bassett merged commit 6ebd2c9 into main Mar 24, 2021
@jake-bassett jake-bassett deleted the summary-list-clickable branch March 24, 2021 17:28
@github-actions
Copy link

Unit Test Results

    4 files  ±0  245 suites  ±0   15m 24s ⏱️ -23s
878 tests ±0  878 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
882 runs  ±0  882 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 6ebd2c9. ± Comparison against base commit 9168035.

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