@cqa-lib/cqa-ui 1.1.315 → 1.1.316
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/loop-step/loop-step.component.mjs +49 -27
- package/fesm2015/cqa-lib-cqa-ui.mjs +61 -38
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +48 -26
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/test-case-details/loop-step/loop-step.component.d.ts +3 -1
- package/package.json +1 -1
|
@@ -168,6 +168,8 @@ export declare class TestCaseLoopStepComponent implements OnInit, OnChanges {
|
|
|
168
168
|
private updateForLoopSelectConfigsSelectedValues;
|
|
169
169
|
/** Convert DataProfileOption[] to SelectOption[] */
|
|
170
170
|
private convertDataProfileOptionsToSelectOptions;
|
|
171
|
+
/** Best-known persisted label for the selected test data profile, even when current search results exclude it. */
|
|
172
|
+
private getStoredTestDataProfileLabel;
|
|
171
173
|
/** Resolve a data profile id/value back to the display name used by the dropdown trigger. */
|
|
172
174
|
private resolveTestDataProfileName;
|
|
173
175
|
/** Data length (N) of the currently selected test data profile; 0 if none selected or not found. */
|
|
@@ -183,7 +185,7 @@ export declare class TestCaseLoopStepComponent implements OnInit, OnChanges {
|
|
|
183
185
|
private getLoopStartSelectOptions;
|
|
184
186
|
/** Loop End dropdown options: data rows first, then "End" (value -1) last. Same values as old UI. */
|
|
185
187
|
private getLoopEndSelectOptions;
|
|
186
|
-
/** Handle data profile selection: update display
|
|
188
|
+
/** Handle data profile selection: update display and reset start/end like the old UI. */
|
|
187
189
|
private onDataProfileChange;
|
|
188
190
|
/** Handle search for data profiles */
|
|
189
191
|
private onSearchDataProfiles;
|