Merge branch 'feature/CTLE-433-cart-rover-now-extensiv-integration' into integration/sprint-26

# Conflicts:
#	src/qqq/utils/qqq/ValueUtils.tsx
This commit is contained in:
Tim Chamberlain
2023-06-08 12:21:27 -05:00
2 changed files with 2721 additions and 2178 deletions

4891
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -560,7 +560,7 @@ function RevealComponent({fieldName, value, usage}: {fieldName: string, value: s
{
displayValue && (
adornmentFieldsMap.get(fieldName) === true ? (
<Box>
<Box component="span">
<Icon onClick={(e) => handleRevealIconClick(e, fieldName)} sx={{cursor: "pointer", fontSize: "15px !important", position: "relative", top: "3px", marginRight: "5px"}}>visibility_on</Icon>
{displayValue}
<ClickAwayListener onClickAway={handleTooltipClose}>