@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.
- package/esm2020/lib/test-case-details/condition-step/condition-step.component.mjs +12 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +11 -2
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +11 -2
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/test-case-details/condition-step/condition-step.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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
|
|
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(): {
|