@cqa-lib/cqa-ui 1.1.440 → 1.1.442

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.
@@ -12,6 +12,10 @@ export interface ConditionBranchSaveData {
12
12
  resolvedAction: string;
13
13
  description: string;
14
14
  metadata: string;
15
+ /** Derived from advancedSettingsVariables 'shouldSkip' entry — step should be skipped during execution */
16
+ shouldSkip: boolean;
17
+ /** Derived from advancedSettingsVariables 'isStepOptional' entry — step failure should not fail the test */
18
+ ignoreStepResult: boolean;
15
19
  }
16
20
  /**
17
21
  * Lightweight single-condition editor used in debug mode to:
@@ -132,6 +132,12 @@ export declare class StepRendererComponent implements OnChanges, AfterViewInit,
132
132
  * This handles the case where iterations might not be loaded yet
133
133
  */
134
134
  private updateLoopStepSelectedIteration;
135
+ /**
136
+ * Live execution payloads often carry `title` but omit or null out `prompt`. Spreading the
137
+ * step onto `config` then overwrites `config.prompt` with undefined, while the header still
138
+ * binds `config.title` — so the PROMPT card appears empty until the view is rebuilt.
139
+ */
140
+ private syncAiAgentPromptInConfig;
135
141
  private hasValueChanged;
136
142
  /**
137
143
  * Deep comparison for branches array to detect changes in nested subSteps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.440",
3
+ "version": "1.1.442",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",