@cqa-lib/cqa-ui 1.1.90 → 1.1.91

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.
@@ -80,24 +80,8 @@ export declare class ConditionStepComponent extends BaseStepComponent implements
80
80
  get showViewMoreButton(): boolean;
81
81
  toggleHeader(): void;
82
82
  get hasExpandableContent(): boolean;
83
- /**
84
- * Determine the active branch step ID based on executed branch.
85
- * Always derives activeBranchStepId from the executed branch (not user selection).
86
- */
87
83
  private determineActiveBranch;
88
- /**
89
- * Filter nested steps to show only children of the active branch step.
90
- */
91
- /**
92
- * Branch click handler - DISABLED for manual selection.
93
- * Branches are now automatically determined by executed status.
94
- * This method is kept for backward compatibility but does not allow manual selection.
95
- */
96
84
  onBranchClick(branch: ConditionBranch): void;
97
- /**
98
- * Get CSS classes for branch button based on execution status and active state.
99
- * For live mode: shows blue border if branch is active but not executed.
100
- */
101
85
  getBranchClass(branch: any): string;
102
86
  /**
103
87
  * Check if any branch is executed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.90",
3
+ "version": "1.1.91",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",