@cqa-lib/cqa-ui 1.1.298 → 1.1.300
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 +6 -15
- package/esm2020/lib/test-case-details/normal-step/normal-step.component.mjs +3 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +7 -16
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +7 -16
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/test-case-details/condition-step/condition-step.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -174,6 +174,7 @@ export declare class TestCaseConditionStepComponent implements OnInit, OnChanges
|
|
|
174
174
|
/** Build condition string from form values */
|
|
175
175
|
private buildConditionFromForm;
|
|
176
176
|
onEditFormFieldChange(controlName: string, value: string): void;
|
|
177
|
+
/** Count steps as conditions (badges): IF = 1 + number of ELSE IF + 1 if ELSE */
|
|
177
178
|
getStepsSummary(): string;
|
|
178
179
|
/** Branch type badges for step row: IF, ELSE IF (with count if multiple), ELSE */
|
|
179
180
|
getBranchTypeBadges(): {
|