@cqa-lib/cqa-ui 1.1.409 → 1.1.410

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.
@@ -66,6 +66,11 @@ export declare class TestCaseNormalStepComponent implements OnInit {
66
66
  eventTypeConfigs: EventTypeConfig[];
67
67
  ngOnInit(): void;
68
68
  getCurrentEventTypeConfig(): EventTypeConfig;
69
+ /**
70
+ * Convert escaped newline sequences to real newlines for AI Agent text rendering.
71
+ * Handles both JSON-escaped "\\n" and existing CR/LF variants.
72
+ */
73
+ private normalizeAiAgentNewlinesForDisplay;
69
74
  getActionDescription(): string;
70
75
  getActionSuffix(): string;
71
76
  /** Current description for custom event type (first parameter value). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.409",
3
+ "version": "1.1.410",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",