@cqa-lib/cqa-ui 1.1.318 → 1.1.320

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.
@@ -5,6 +5,7 @@ declare type SegmentOption = {
5
5
  value: string;
6
6
  disabled?: boolean;
7
7
  icon?: string;
8
+ tooltip?: string;
8
9
  };
9
10
  export declare class SegmentControlComponent implements OnChanges, AfterViewInit, OnDestroy {
10
11
  segments: SegmentOption[];
@@ -230,8 +230,8 @@ export declare class TestCaseConditionStepComponent implements OnInit, OnChanges
230
230
  getStartBranchLabel(branch: ConditionBranch): string;
231
231
  /** End marker label for each branch: END IF, END ELSE IF, or END ELSE */
232
232
  getEndBranchLabel(branch: ConditionBranch): string;
233
- /** Branch display number: condition step number + branch index (e.g. step 3 → branches 3, 4, 5 to match nested 3.1, 4.1, 5.1). */
234
- getBranchDisplayNumber(branchIndex: number): number;
233
+ /** Branch display number: full hierarchical number. IF = stepNumber (e.g. 2.1.50), ELSE IF = 2.1.51, ELSE = 2.1.52. */
234
+ getBranchDisplayNumber(branchIndex: number): number | string;
235
235
  /** Find branch in branches by id (for elseIfBranches which use same id). */
236
236
  getBranchById(branchId?: string | number): ConditionBranch | undefined;
237
237
  /** Get branch index in branches by id. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.318",
3
+ "version": "1.1.320",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",