@cqa-lib/cqa-ui 1.0.23 → 1.0.24

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.
@@ -41,6 +41,12 @@ export declare class CoverageModuleCardComponent {
41
41
  ctaClicked: EventEmitter<void>;
42
42
  /** Emits when the AI coverage area is clicked */
43
43
  aiCoverageClick: EventEmitter<void>;
44
+ /** Emits when the Positive count/label is clicked */
45
+ positiveClicked: EventEmitter<void>;
46
+ /** Emits when the Negative count/label is clicked */
47
+ negativeClicked: EventEmitter<void>;
48
+ /** Emits when the Edge Case count/label is clicked */
49
+ edgeCaseClicked: EventEmitter<void>;
44
50
  /** Internal generation state */
45
51
  isGenerating: boolean;
46
52
  isGenerated: boolean;
@@ -52,5 +58,5 @@ export declare class CoverageModuleCardComponent {
52
58
  get ctaButtonClass(): string;
53
59
  onAiCoverageClick(): void;
54
60
  static ɵfac: i0.ɵɵFactoryDeclaration<CoverageModuleCardComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<CoverageModuleCardComponent, "cqa-coverage-module-card", never, { "title": "title"; "issues": "issues"; "showViewAction": "showViewAction"; "positiveCount": "positiveCount"; "negativeCount": "negativeCount"; "edgeCaseCount": "edgeCaseCount"; "positiveLabel": "positiveLabel"; "negativeLabel": "negativeLabel"; "edgeCaseLabel": "edgeCaseLabel"; "aiCount": "aiCount"; "humanCount": "humanCount"; "aiLabel": "aiLabel"; "humanLabel": "humanLabel"; "items": "items"; "ctaText": "ctaText"; "ctaDisabled": "ctaDisabled"; "generationMs": "generationMs"; }, { "view": "view"; "issuesClicked": "issuesClicked"; "ctaClicked": "ctaClicked"; "aiCoverageClick": "aiCoverageClick"; }, never, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<CoverageModuleCardComponent, "cqa-coverage-module-card", never, { "title": "title"; "issues": "issues"; "showViewAction": "showViewAction"; "positiveCount": "positiveCount"; "negativeCount": "negativeCount"; "edgeCaseCount": "edgeCaseCount"; "positiveLabel": "positiveLabel"; "negativeLabel": "negativeLabel"; "edgeCaseLabel": "edgeCaseLabel"; "aiCount": "aiCount"; "humanCount": "humanCount"; "aiLabel": "aiLabel"; "humanLabel": "humanLabel"; "items": "items"; "ctaText": "ctaText"; "ctaDisabled": "ctaDisabled"; "generationMs": "generationMs"; }, { "view": "view"; "issuesClicked": "issuesClicked"; "ctaClicked": "ctaClicked"; "aiCoverageClick": "aiCoverageClick"; "positiveClicked": "positiveClicked"; "negativeClicked": "negativeClicked"; "edgeCaseClicked": "edgeCaseClicked"; }, never, never>;
56
62
  }
@@ -20,6 +20,8 @@ interface InternalInsightSection {
20
20
  export declare class InsightCardComponent {
21
21
  title: string;
22
22
  description: string;
23
+ /** Show/hide the AI suggestion main button */
24
+ showAiSuggestionButton: boolean;
23
25
  private _badges;
24
26
  set badges(value: InsightBadge[]);
25
27
  get badges(): InsightBadge[];
@@ -68,6 +70,6 @@ export declare class InsightCardComponent {
68
70
  getSectionTitleClasses(section: InternalInsightSection): string;
69
71
  getSectionIconColor(section: InternalInsightSection): string;
70
72
  static ɵfac: i0.ɵɵFactoryDeclaration<InsightCardComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<InsightCardComponent, "cqa-insight-card", never, { "title": "title"; "description": "description"; "badges": "badges"; "metadata": "metadata"; "prerequisiteSection": "prerequisiteSection"; "testDataSection": "testDataSection"; "metadataExpanded": "metadataExpanded"; "isPrerequisiteMissing": "isPrerequisiteMissing"; "isTestDataMissing": "isTestDataMissing"; }, { "metadataToggle": "metadataToggle"; "sectionToggle": "sectionToggle"; "sectionActionClick": "sectionActionClick"; "onApplySuggestionClick": "onApplySuggestionClick"; "onAttachPrerequisitesClick": "onAttachPrerequisitesClick"; "onImportTestDataClick": "onImportTestDataClick"; }, never, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<InsightCardComponent, "cqa-insight-card", never, { "title": "title"; "description": "description"; "showAiSuggestionButton": "showAiSuggestionButton"; "badges": "badges"; "metadata": "metadata"; "prerequisiteSection": "prerequisiteSection"; "testDataSection": "testDataSection"; "metadataExpanded": "metadataExpanded"; "isPrerequisiteMissing": "isPrerequisiteMissing"; "isTestDataMissing": "isTestDataMissing"; }, { "metadataToggle": "metadataToggle"; "sectionToggle": "sectionToggle"; "sectionActionClick": "sectionActionClick"; "onApplySuggestionClick": "onApplySuggestionClick"; "onAttachPrerequisitesClick": "onAttachPrerequisitesClick"; "onImportTestDataClick": "onImportTestDataClick"; }, never, never>;
72
74
  }
73
75
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",