@cqa-lib/cqa-ui 1.1.45 → 1.1.47

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,8 +12,12 @@ export declare class LiveExecutionStepComponent extends BaseStepComponent implem
12
12
  expanded?: boolean;
13
13
  subSteps: LiveSubStep[];
14
14
  config: LiveExecutionStepConfig;
15
+ private previousStatus?;
16
+ private userManuallyClosed;
15
17
  ngOnInit(): void;
16
18
  ngOnChanges(changes: SimpleChanges): void;
19
+ toggle(): void;
20
+ private autoExpand;
17
21
  get hasSubSteps(): boolean;
18
22
  trackBySubStepId(index: number, subStep: LiveSubStep): string;
19
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LiveExecutionStepComponent, never>;
@@ -24,6 +24,7 @@ export declare class MainStepCollapseComponent implements OnInit {
24
24
  onViewSteps(item: PrerequisiteItem, event: Event): void;
25
25
  isItemExpanded(itemId: string): boolean;
26
26
  getDisplayCount(): number;
27
+ getDisplayTitle(): string;
27
28
  static ɵfac: i0.ɵɵFactoryDeclaration<MainStepCollapseComponent, never>;
28
29
  static ɵcmp: i0.ɵɵComponentDeclaration<MainStepCollapseComponent, "cqa-main-step-collapse", never, { "title": "title"; "items": "items"; "expanded": "expanded"; "icon": "icon"; "count": "count"; "itemContentTemplate": "itemContentTemplate"; }, { "viewSteps": "viewSteps"; }, ["itemContentTpl"], ["*", "[itemContent]", "[afterItems]"]>;
29
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",