@cqa-lib/cqa-ui 1.1.511 → 1.1.512

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,6 +109,8 @@ export declare class CompareRunsComponent implements OnInit, OnChanges {
109
109
  runAId: number;
110
110
  runBId: number;
111
111
  row: StepComparison;
112
+ sourceRunAId: number | null;
113
+ sourceRunBId: number | null;
112
114
  }>;
113
115
  testCaseClick: EventEmitter<number>;
114
116
  /** Test plan modal: export compare results (GET test_plan_results/compare/export). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.511",
3
+ "version": "1.1.512",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",