@if (experimentsDataControl[experiment.id]) {
@let dataSource = experimentsDataControl[experiment.id][0];
@let treeControl = experimentsDataControl[experiment.id][1];
0"
itemSize="28" minBufferPx="280" maxBufferPx="560"
>
@if (node.hasChildren) {
{{(renameMap[node.data.key] || node.data.key) | hideHashTitle}}
@if (node.data.tooltip) {
}
}
@if (!node.hasChildren) {
@if ((node.data.value !== undefined) || (node.data.existOnOrigin && node.data.existOnCompared)) {
row.scrollWidth) && (row.scrollWidth === row.clientWidth)"
[class.with-ellipsis]="showEllipsis"
[style.width.px]="showEllipsis ? nativeWidth - 45 - node.level * 20 : null"
>@if (!!node.data.value?.dataDictionary && !!node.data.value?.link) {
{{node.data.key |
hideHash}}{{node.data.value.dataValue}}
} @else {
{{node.data.key | hideHash}}{{node.data.value}}
}
}
}
}