@cqa-lib/cqa-ui 1.1.256 → 1.1.257

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.
@@ -153,6 +153,11 @@ export declare class TestCaseConditionStepComponent implements OnInit, OnChanges
153
153
  private buildConditionFromForm;
154
154
  onEditFormFieldChange(controlName: string, value: string): void;
155
155
  getStepsSummary(): string;
156
+ /** Event key-value pairs for display, excluding customEvent */
157
+ getEventDetailsForDisplay(): {
158
+ key: string;
159
+ value: string;
160
+ }[];
156
161
  onToggleExpanded(): void;
157
162
  onConditionChange(value: string): void;
158
163
  onBranchStepChange(branch: ConditionBranch, step: TestCaseStepConfig, stepIndex: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.256",
3
+ "version": "1.1.257",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",