@cqa-lib/cqa-ui 1.1.65 → 1.1.66

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.
@@ -163,6 +163,7 @@ export interface LiveSubStep {
163
163
  id: string;
164
164
  text: string;
165
165
  isRunning: boolean;
166
+ duration?: number;
166
167
  }
167
168
  export interface LiveExecutionStepConfig extends BaseStepConfig {
168
169
  type: 'live-execution';
@@ -54,7 +54,8 @@ export declare class LoopStepComponent extends BaseStepComponent implements OnIn
54
54
  ngOnChanges(changes: SimpleChanges): void;
55
55
  toggle(): void;
56
56
  selectDefaultIteration(): void;
57
- handleIterationChange(iterationId: string): void;
57
+ handleIterationChange(iteration: LoopIteration): void;
58
+ compareIteration(a: LoopIteration, b: LoopIteration): boolean;
58
59
  getLoopTypeBadges(): string[];
59
60
  getIterationLabel(iteration: LoopIteration): string;
60
61
  onViewAllIterationsClick(event: Event): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",