• Home
  • Raw
  • Download

Lines Matching refs:rowEL

461                 if (linkNodeItem[0].rowEL.collect) {
462 … linkNodeItem[0].rowEL.translateY = linkNodeItem[0].rowEL.getBoundingClientRect().top - 195;
464 …linkNodeItem[0].rowEL.translateY = linkNodeItem[0].rowEL.offsetTop - this.trace.rowsPaneEL!.scroll…
466 linkNodeItem[0].y = linkNodeItem[0].rowEL!.translateY! + linkNodeItem[0].offsetY;
467 if (linkNodeItem[1].rowEL.collect) {
468 … linkNodeItem[1].rowEL.translateY = linkNodeItem[1].rowEL.getBoundingClientRect().top - 195;
470 …linkNodeItem[1].rowEL.translateY = linkNodeItem[1].rowEL.offsetTop - this.trace.rowsPaneEL!.scroll…
472 linkNodeItem[1].y = linkNodeItem[1].rowEL!.translateY! + linkNodeItem[1].offsetY;
474 if (linkNodeItem[0].rowEL.rowId == e.detail.rowId) {
478 linkNodeItem[0].rowEL = actualRow!;
479 } else if (linkNodeItem[1].rowEL.rowId == e.detail.rowId) {
483 linkNodeItem[1].rowEL = actualRow!;
494 if (linkProcessItem[0].rowEL.collect) {
495 … linkProcessItem[0].rowEL.translateY = linkProcessItem[0].rowEL.getBoundingClientRect().top - 195;
497 linkProcessItem[0].rowEL.translateY =
498 linkProcessItem[0].rowEL.offsetTop - this.trace.rowsPaneEL!.scrollTop;
500 … linkProcessItem[0].y = linkProcessItem[0].rowEL!.translateY! + linkProcessItem[0].offsetY;
501 if (linkProcessItem[1].rowEL.collect) {
502 … linkProcessItem[1].rowEL.translateY = linkProcessItem[1].rowEL.getBoundingClientRect().top - 195;
504 linkProcessItem[1].rowEL.translateY =
505 linkProcessItem[1].rowEL.offsetTop - this.trace.rowsPaneEL!.scrollTop;
507 … linkProcessItem[1].y = linkProcessItem[1].rowEL!.translateY! + linkProcessItem[1].offsetY;
508 if (linkProcessItem[0].rowEL.rowParentId == e.detail.rowId) {
509 if (!linkProcessItem[0].rowEL.collect) {
513 linkProcessItem[0].rowEL = processRow!;
515 } else if (linkProcessItem[1].rowEL.rowParentId == e.detail.rowId) {
516 if (!linkProcessItem[1].rowEL.collect) {
520 linkProcessItem[1].rowEL = processRow!;
536 if (linkNodeItem[0].rowEL.expansion && linkNodeItem[0].backrowEL) {
537 linkNodeItem[0].rowEL = linkNodeItem[0].backrowEL;
538 if (linkNodeItem[0].rowEL.collect) {
539 … linkNodeItem[0].rowEL.translateY = linkNodeItem[0].rowEL.getBoundingClientRect().top - 195;
541 linkNodeItem[0].rowEL.translateY =
542 linkNodeItem[0].rowEL.offsetTop - this.trace.rowsPaneEL!.scrollTop;
546 linkNodeItem[0].y = linkNodeItem[0].rowEL.translateY + linkNodeItem[0].offsetY;
548 if (linkNodeItem[1].rowEL.expansion && linkNodeItem[1].backrowEL) {
549 linkNodeItem[1].rowEL = linkNodeItem[1].backrowEL;
550 if (linkNodeItem[1].rowEL.collect) {
551 … linkNodeItem[1].rowEL.translateY = linkNodeItem[1].rowEL.getBoundingClientRect().top - 195;
553 linkNodeItem[1].rowEL.translateY =
554 linkNodeItem[1].rowEL.offsetTop - this.trace.rowsPaneEL!.scrollTop;
558 linkNodeItem[1].y = linkNodeItem[1].rowEL!.translateY! + linkNodeItem[1].offsetY;
568 if (linkProcessItem[0].rowEL.collect) {
569 … linkProcessItem[0].rowEL.translateY = linkProcessItem[0].rowEL.getBoundingClientRect().top - 195;
571 linkProcessItem[0].rowEL.translateY =
572 linkProcessItem[0].rowEL.offsetTop - this.trace.rowsPaneEL!.scrollTop;
575 if (linkProcessItem[1].rowEL.collect) {
576 … linkProcessItem[1].rowEL.translateY = linkProcessItem[1].rowEL.getBoundingClientRect().top - 195;
578 linkProcessItem[1].rowEL.translateY =
579 linkProcessItem[1].rowEL.offsetTop - this.trace.rowsPaneEL!.scrollTop;
581 … linkProcessItem[1].y = linkProcessItem[1].rowEL!.translateY + linkProcessItem[1].offsetY;
582 if (linkProcessItem[0].rowEL.rowParentId == e.detail.rowId) {
586 linkProcessItem[0].rowEL = processRow!;
588 if (linkProcessItem[1].rowEL.rowParentId == e.detail.rowId) {
592 linkProcessItem[1].rowEL = processRow!;