@cqa-lib/cqa-ui 1.1.279 → 1.1.281

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.
Files changed (20) hide show
  1. package/esm2020/lib/test-case-details/ai-agent-step/ai-agent-step.component.mjs +3 -3
  2. package/esm2020/lib/test-case-details/ai-verify-step/ai-verify-step.component.mjs +3 -3
  3. package/esm2020/lib/test-case-details/api-step/api-step.component.mjs +3 -3
  4. package/esm2020/lib/test-case-details/condition-step/condition-step.component.mjs +3 -3
  5. package/esm2020/lib/test-case-details/custom-code-step/custom-code-step.component.mjs +3 -3
  6. package/esm2020/lib/test-case-details/database-step/database-step.component.mjs +3 -3
  7. package/esm2020/lib/test-case-details/loop-step/loop-step.component.mjs +35 -10
  8. package/esm2020/lib/test-case-details/normal-step/normal-step.component.mjs +3 -3
  9. package/esm2020/lib/test-case-details/restore-session-step/restore-session-step.component.mjs +3 -3
  10. package/esm2020/lib/test-case-details/screenshot-step/screenshot-step.component.mjs +3 -3
  11. package/esm2020/lib/test-case-details/scroll-step/scroll-step.component.mjs +3 -3
  12. package/esm2020/lib/test-case-details/step-group/step-group.component.mjs +3 -3
  13. package/esm2020/lib/test-case-details/upload-step/upload-step.component.mjs +3 -3
  14. package/esm2020/lib/test-case-details/verify-url-step/verify-url-step.component.mjs +3 -3
  15. package/fesm2015/cqa-lib-cqa-ui.mjs +61 -35
  16. package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
  17. package/fesm2020/cqa-lib-cqa-ui.mjs +60 -35
  18. package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
  19. package/lib/test-case-details/loop-step/loop-step.component.d.ts +3 -1
  20. package/package.json +1 -1
@@ -204,8 +204,10 @@ export declare class TestCaseLoopStepComponent implements OnInit, OnChanges {
204
204
  /** Combined display for for loop with HTML badges - supports test_data badges like condition step; data-key/data-event-key enable click-to-edit */
205
205
  getForLoopDisplay(): string;
206
206
  private escapeForLoopHtml;
207
- /** Full display for while loop: "While element ".selector" exists (max N iterations)" - supports HTML badges via innerHTML */
207
+ /** Full display for while loop: substitutes #{variable} with HTML badges (element/test_data) so clicks open popup - max iterations shown as separate badge */
208
208
  getConditionDisplay(): string;
209
+ /** Substitutes #{variable} placeholders with HTML badge spans using config.event - enables click-to-edit popup like condition step */
210
+ private substituteTemplateVariablesToHtml;
209
211
  /** Event key-value pairs for display (e.g. selector, element) - same as condition step getBranchEventDetailsForDisplay */
210
212
  getLoopEventDetailsForDisplay(): {
211
213
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.279",
3
+ "version": "1.1.281",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",