@cqa-lib/cqa-ui 1.1.378 → 1.1.379

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.
@@ -190,7 +190,8 @@ export declare class TestCaseConditionStepComponent implements OnInit, OnChanges
190
190
  /** Build condition string from form values */
191
191
  private buildConditionFromForm;
192
192
  onEditFormFieldChange(controlName: string, value: string): void;
193
- /** Count steps as conditions (badges): IF = 1 + number of ELSE IF + 1 if ELSE */
193
+ /** Count and summarize condition branches using their display step numbers.
194
+ * Example: IF + 2x ELSE IF + ELSE → "Steps 6-9 (4 steps)". */
194
195
  getStepsSummary(): string;
195
196
  /** Branch type badges for step row: IF, ELSE IF (with count if multiple), ELSE */
196
197
  getBranchTypeBadges(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.378",
3
+ "version": "1.1.379",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",