@cqa-lib/cqa-ui 1.1.497 → 1.1.499

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.
Files changed (63) hide show
  1. package/esm2020/lib/ai-prompt-card/ai-prompt-card.component.mjs +23 -3
  2. package/esm2020/lib/button/button.component.mjs +38 -18
  3. package/esm2020/lib/change-history/change-history.component.mjs +1 -1
  4. package/esm2020/lib/column-visibility/column-visibility.component.mjs +1 -1
  5. package/esm2020/lib/compare-runs/compare-runs.component.mjs +228 -35
  6. package/esm2020/lib/compare-runs/view-compare-button.component.mjs +36 -0
  7. package/esm2020/lib/dashboards/coverage-module-card/coverage-module-card.component.mjs +1 -1
  8. package/esm2020/lib/dashboards/dashboard-header/dashboard-header.component.mjs +1 -1
  9. package/esm2020/lib/dashboards/insight-card/insight-card.component.mjs +1 -1
  10. package/esm2020/lib/dialog/dialog.component.mjs +1 -1
  11. package/esm2020/lib/empty-state/empty-state.component.mjs +1 -1
  12. package/esm2020/lib/error-modal/error-modal.component.mjs +1 -1
  13. package/esm2020/lib/execution-result-modal/execution-result-modal.component.mjs +1 -1
  14. package/esm2020/lib/execution-screen/breakpoints-modal/breakpoints-modal.component.mjs +1 -1
  15. package/esm2020/lib/execution-screen/condition-debug-step/condition-branch-editor.component.mjs +1 -1
  16. package/esm2020/lib/execution-screen/main-step-collapse/main-step-collapse.component.mjs +1 -1
  17. package/esm2020/lib/execution-screen/recording-banner/recording-banner.component.mjs +1 -1
  18. package/esm2020/lib/execution-screen/review-recorded-steps-modal/review-recorded-steps-modal.component.mjs +1 -1
  19. package/esm2020/lib/execution-screen/session-changes-modal/session-changes-modal.component.mjs +1 -1
  20. package/esm2020/lib/export-code-modal/export-code-modal.component.mjs +1 -1
  21. package/esm2020/lib/filters/dynamic-filter/dynamic-filter.component.mjs +1 -1
  22. package/esm2020/lib/session-restoration-dialog/session-restoration-dialog.component.mjs +1 -1
  23. package/esm2020/lib/step-builder/step-builder-action/step-builder-action.component.mjs +1 -1
  24. package/esm2020/lib/step-builder/step-builder-ai-agent/step-builder-ai-agent.component.mjs +1 -1
  25. package/esm2020/lib/step-builder/step-builder-condition/step-builder-condition.component.mjs +1 -1
  26. package/esm2020/lib/step-builder/step-builder-custom-code/step-builder-custom-code.component.mjs +1 -1
  27. package/esm2020/lib/step-builder/step-builder-database/step-builder-database.component.mjs +1 -1
  28. package/esm2020/lib/step-builder/step-builder-document/step-builder-document.component.mjs +1 -1
  29. package/esm2020/lib/step-builder/step-builder-document-generation-template-step/step-builder-document-generation-template-step.component.mjs +1 -1
  30. package/esm2020/lib/step-builder/step-builder-group/step-builder-group.component.mjs +1 -1
  31. package/esm2020/lib/step-builder/step-builder-loop/step-builder-loop.component.mjs +1 -1
  32. package/esm2020/lib/step-builder/step-builder-record-step/step-builder-record-step.component.mjs +1 -1
  33. package/esm2020/lib/sub-steps-confirmation-dialog/sub-steps-confirmation-dialog.component.mjs +1 -1
  34. package/esm2020/lib/templates/table-template.component.mjs +1 -1
  35. package/esm2020/lib/test-case-details/api-edit-step/api-edit-step.component.mjs +1 -1
  36. package/esm2020/lib/test-case-details/condition-step/condition-step.component.mjs +1 -1
  37. package/esm2020/lib/test-case-details/create-step-group/create-step-group.component.mjs +1 -1
  38. package/esm2020/lib/test-case-details/custom-edit-step/custom-edit-step.component.mjs +1 -1
  39. package/esm2020/lib/test-case-details/delete-steps/delete-steps.component.mjs +1 -1
  40. package/esm2020/lib/test-case-details/element-popup/element-form/element-form.component.mjs +1 -1
  41. package/esm2020/lib/test-case-details/element-popup/element-popup.component.mjs +1 -1
  42. package/esm2020/lib/test-case-details/loop-step/loop-step.component.mjs +1 -1
  43. package/esm2020/lib/test-case-details/run-execution-alert/run-execution-alert.component.mjs +1 -1
  44. package/esm2020/lib/test-case-details/step-details-drawer/step-details-drawer.component.mjs +1 -1
  45. package/esm2020/lib/test-case-details/test-case-details-edit/test-case-details-edit.component.mjs +1 -1
  46. package/esm2020/lib/test-case-details/test-data-modal/test-data-modal.component.mjs +1 -1
  47. package/esm2020/lib/ui-kit.module.mjs +6 -1
  48. package/esm2020/lib/version-history/new-version-history-detail/new-version-history-detail.component.mjs +1 -1
  49. package/esm2020/lib/version-history/version-history-compare/version-history-compare.component.mjs +1 -1
  50. package/esm2020/lib/version-history/version-history-detail/version-history-detail.component.mjs +1 -1
  51. package/esm2020/public-api.mjs +2 -1
  52. package/fesm2015/cqa-lib-cqa-ui.mjs +374 -103
  53. package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
  54. package/fesm2020/cqa-lib-cqa-ui.mjs +372 -103
  55. package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
  56. package/lib/ai-prompt-card/ai-prompt-card.component.d.ts +9 -1
  57. package/lib/button/button.component.d.ts +5 -1
  58. package/lib/compare-runs/compare-runs.component.d.ts +32 -2
  59. package/lib/compare-runs/view-compare-button.component.d.ts +7 -0
  60. package/lib/ui-kit.module.d.ts +102 -101
  61. package/package.json +1 -1
  62. package/public-api.d.ts +1 -0
  63. package/styles.css +1 -1
@@ -1,4 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
+ export declare type AiPromptCardOperation = 'created' | 'edited' | 'duplicated' | 'deleted';
2
3
  export declare class AiPromptCardComponent {
3
4
  stepNumber: string;
4
5
  stepName: string;
@@ -6,10 +7,17 @@ export declare class AiPromptCardComponent {
6
7
  runVersion?: string;
7
8
  promptText: string;
8
9
  isFailed: boolean;
10
+ operationLabel?: AiPromptCardOperation;
9
11
  get accentColor(): string;
10
12
  get titleColor(): string;
11
13
  get stepPrefix(): string;
12
14
  get metaLine(): string;
15
+ get operationBadgeText(): string;
16
+ get operationBadgeColors(): {
17
+ bg: string;
18
+ text: string;
19
+ border: string;
20
+ };
13
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AiPromptCardComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AiPromptCardComponent, "cqa-ai-prompt-card", never, { "stepNumber": "stepNumber"; "stepName": "stepName"; "timestamp": "timestamp"; "runVersion": "runVersion"; "promptText": "promptText"; "isFailed": "isFailed"; }, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<AiPromptCardComponent, "cqa-ai-prompt-card", never, { "stepNumber": "stepNumber"; "stepName": "stepName"; "timestamp": "timestamp"; "runVersion": "runVersion"; "promptText": "promptText"; "isFailed": "isFailed"; "operationLabel": "operationLabel"; }, {}, never, never>;
15
23
  }
@@ -6,6 +6,8 @@ export declare class ButtonComponent {
6
6
  variant: ButtonVariant;
7
7
  btnSize: ButtonSize;
8
8
  disabled: boolean;
9
+ /** When true, shows an indeterminate spinner and blocks interaction (same visual treatment as disabled). */
10
+ loading: boolean;
9
11
  icon?: string;
10
12
  iconPosition: 'start' | 'end';
11
13
  fullWidth: boolean;
@@ -24,6 +26,8 @@ export declare class ButtonComponent {
24
26
  isFocused: boolean;
25
27
  isPressed: boolean;
26
28
  get hasIcon(): boolean;
29
+ get interactionLocked(): boolean;
30
+ get spinnerDiameter(): number;
27
31
  get buttonClasses(): string;
28
32
  private get sizeClasses();
29
33
  private getVariantClasses;
@@ -39,5 +43,5 @@ export declare class ButtonComponent {
39
43
  get paddingClasses(): string;
40
44
  get iconClasses(): string;
41
45
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cqa-button", never, { "variant": "variant"; "btnSize": "btnSize"; "disabled": "disabled"; "icon": "icon"; "iconPosition": "iconPosition"; "fullWidth": "fullWidth"; "iconColor": "iconColor"; "type": "type"; "text": "text"; "customClass": "customClass"; "inlineStyles": "inlineStyles"; "tooltip": "tooltip"; "tooltipPosition": "tooltipPosition"; }, { "clicked": "clicked"; }, never, ["*"]>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cqa-button", never, { "variant": "variant"; "btnSize": "btnSize"; "disabled": "disabled"; "loading": "loading"; "icon": "icon"; "iconPosition": "iconPosition"; "fullWidth": "fullWidth"; "iconColor": "iconColor"; "type": "type"; "text": "text"; "customClass": "customClass"; "inlineStyles": "inlineStyles"; "tooltip": "tooltip"; "tooltipPosition": "tooltipPosition"; }, { "clicked": "clicked"; }, never, ["*"]>;
43
47
  }
@@ -62,11 +62,15 @@ export interface ComparisonSummary {
62
62
  export interface StepComparison {
63
63
  stepId: string;
64
64
  stepTitle: string;
65
+ testCaseId?: string;
66
+ priorityName?: string | null;
67
+ runAId?: number;
68
+ runBId?: number;
65
69
  runAStatus?: 'SUCCESS' | 'FAILURE' | 'ABORTED' | 'NOT_EXECUTED' | 'QUEUED' | 'STOPPED';
66
70
  runADuration?: number;
67
71
  runBStatus?: 'SUCCESS' | 'FAILURE' | 'ABORTED' | 'NOT_EXECUTED' | 'QUEUED' | 'STOPPED';
68
72
  runBDuration?: number;
69
- change: 'UNCHANGED' | 'STATUS_CHANGED' | 'TIMING_CHANGED' | 'ADDED' | 'REMOVED';
73
+ change: string;
70
74
  }
71
75
  export interface ComparisonResponse {
72
76
  summary: ComparisonSummary;
@@ -85,13 +89,31 @@ export declare class CompareRunsComponent implements OnInit, OnChanges {
85
89
  private cdr;
86
90
  runs: TestCaseResultData[];
87
91
  comparisonData?: ComparisonResponse;
92
+ compareMode: 'testCase' | 'testPlan';
93
+ initialRunAId?: number | null;
94
+ initialRunBId?: number | null;
95
+ autoCompareOnInit: boolean;
88
96
  isLoadingRuns: boolean;
89
97
  hasMoreRuns: boolean;
90
98
  isComparingRuns: boolean;
91
99
  hasComparedRuns: boolean;
100
+ /** When true, hides Run A/B dropdowns and the primary "Compare Runs" action (e.g. nested dialog from test plan View Compare). */
101
+ hideRunSelectorsAndCompareButton: boolean;
102
+ /** While test plan compare export API is in flight; drives Export button loading state. */
103
+ isExportingTestPlanCompare: boolean;
92
104
  searchRuns: EventEmitter<SearchRequest>;
93
105
  loadMoreRuns: EventEmitter<string>;
94
106
  compareRuns: EventEmitter<CompareRequest>;
107
+ viewCompare: EventEmitter<{
108
+ runAId: number;
109
+ runBId: number;
110
+ row: StepComparison;
111
+ }>;
112
+ /** Test plan modal: export compare results (GET test_plan_results/compare/export). */
113
+ exportTestPlanCompare: EventEmitter<{
114
+ runAId: number;
115
+ runBId: number;
116
+ }>;
95
117
  form: FormGroup;
96
118
  runASelectConfig: DynamicSelectFieldConfig;
97
119
  runBSelectConfig: DynamicSelectFieldConfig;
@@ -109,6 +131,7 @@ export declare class CompareRunsComponent implements OnInit, OnChanges {
109
131
  private initializeForm;
110
132
  private allOptionsCache;
111
133
  private lastRuns;
134
+ private autoCompareTriggered;
112
135
  private setupSelectConfigs;
113
136
  private runLabelCache;
114
137
  private formatRunLabel;
@@ -123,8 +146,15 @@ export declare class CompareRunsComponent implements OnInit, OnChanges {
123
146
  private updateSelectedRuns;
124
147
  private convertToRunData;
125
148
  private setupTableColumns;
149
+ private renderStatusOnly;
150
+ private renderStatusWithDuration;
151
+ private applyInitialSelectionsIfNeeded;
152
+ private onViewCompare;
153
+ onExportTestPlanCompare(): void;
154
+ private renderChangeChip;
126
155
  private getRunColumnHeader;
127
156
  private renderStatusIcon;
157
+ private getStatusLabel;
128
158
  private formatDuration;
129
159
  private getResultStatusColor;
130
160
  private handleComparisonData;
@@ -147,5 +177,5 @@ export declare class CompareRunsComponent implements OnInit, OnChanges {
147
177
  get runAStatusLabel(): string;
148
178
  get runBStatusLabel(): string;
149
179
  static ɵfac: i0.ɵɵFactoryDeclaration<CompareRunsComponent, never>;
150
- static ɵcmp: i0.ɵɵComponentDeclaration<CompareRunsComponent, "cqa-compare-runs", never, { "runs": "runs"; "comparisonData": "comparisonData"; "isLoadingRuns": "isLoadingRuns"; "hasMoreRuns": "hasMoreRuns"; "isComparingRuns": "isComparingRuns"; "hasComparedRuns": "hasComparedRuns"; }, { "searchRuns": "searchRuns"; "loadMoreRuns": "loadMoreRuns"; "compareRuns": "compareRuns"; }, never, never>;
180
+ static ɵcmp: i0.ɵɵComponentDeclaration<CompareRunsComponent, "cqa-compare-runs", never, { "runs": "runs"; "comparisonData": "comparisonData"; "compareMode": "compareMode"; "initialRunAId": "initialRunAId"; "initialRunBId": "initialRunBId"; "autoCompareOnInit": "autoCompareOnInit"; "isLoadingRuns": "isLoadingRuns"; "hasMoreRuns": "hasMoreRuns"; "isComparingRuns": "isComparingRuns"; "hasComparedRuns": "hasComparedRuns"; "hideRunSelectorsAndCompareButton": "hideRunSelectorsAndCompareButton"; "isExportingTestPlanCompare": "isExportingTestPlanCompare"; }, { "searchRuns": "searchRuns"; "loadMoreRuns": "loadMoreRuns"; "compareRuns": "compareRuns"; "viewCompare": "viewCompare"; "exportTestPlanCompare": "exportTestPlanCompare"; }, never, never>;
151
181
  }
@@ -0,0 +1,7 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ViewCompareButtonComponent {
4
+ clicked: EventEmitter<void>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ViewCompareButtonComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewCompareButtonComponent, "cqa-view-compare-button", never, {}, { "clicked": "clicked"; }, never, never>;
7
+ }
@@ -71,109 +71,110 @@ import * as i68 from "./ai-prompt-card/ai-prompt-card.component";
71
71
  import * as i69 from "./visual-difference-modal/visual-difference-modal.component";
72
72
  import * as i70 from "./configuration-card/configuration-card.component";
73
73
  import * as i71 from "./compare-runs/compare-runs.component";
74
- import * as i72 from "./iterations-loop/iterations-loop.component";
75
- import * as i73 from "./failed-step-card/failed-step-card.component";
76
- import * as i74 from "./custom-input/custom-input.component";
77
- import * as i75 from "./mixed-variable-input/mixed-variable-input.component";
78
- import * as i76 from "./custom-textarea/custom-textarea.component";
79
- import * as i77 from "./code-editor/code-editor.component";
80
- import * as i78 from "./custom-toggle/custom-toggle.component";
81
- import * as i79 from "./file-upload/file-upload.component";
82
- import * as i80 from "./ai-reasoning/ai-reasoning.component";
83
- import * as i81 from "./execution-result-modal/execution-result-modal.component";
84
- import * as i82 from "./execution-screen/session-changes-modal/session-changes-modal.component";
85
- import * as i83 from "./error-modal/error-modal.component";
86
- import * as i84 from "./session-restoration-dialog/session-restoration-dialog.component";
87
- import * as i85 from "./sub-steps-confirmation-dialog/sub-steps-confirmation-dialog.component";
88
- import * as i86 from "./export-code-modal/export-code-modal.component";
89
- import * as i87 from "./progress-indicator/progress-indicator.component";
90
- import * as i88 from "./step-progress-card/step-progress-card.component";
91
- import * as i89 from "./step-status-card/step-status-card.component";
92
- import * as i90 from "./execution-screen/db-verification-step/db-verification-step.component";
93
- import * as i91 from "./execution-screen/db-query-execution-item/db-query-execution-item.component";
94
- import * as i92 from "./test-case-details/normal-step/normal-step.component";
95
- import * as i93 from "./test-case-details/loop-step/loop-step.component";
96
- import * as i94 from "./test-case-details/condition-step/condition-step.component";
97
- import * as i95 from "./test-case-details/step-group/step-group.component";
98
- import * as i96 from "./test-case-details/test-case-details-renderer/test-case-details-renderer.component";
99
- import * as i97 from "./test-case-details/api-step/api-step.component";
100
- import * as i98 from "./test-case-details/database-step/database-step.component";
101
- import * as i99 from "./test-case-details/ai-agent-step/ai-agent-step.component";
102
- import * as i100 from "./test-case-details/ai-verify-step/ai-verify-step.component";
103
- import * as i101 from "./test-case-details/upload-step/upload-step.component";
104
- import * as i102 from "./test-case-details/screenshot-step/screenshot-step.component";
105
- import * as i103 from "./test-case-details/scroll-step/scroll-step.component";
106
- import * as i104 from "./test-case-details/verify-url-step/verify-url-step.component";
107
- import * as i105 from "./test-case-details/restore-session-step/restore-session-step.component";
108
- import * as i106 from "./test-case-details/custom-code-step/custom-code-step.component";
109
- import * as i107 from "./test-case-details/custom-edit-step/custom-edit-step.component";
110
- import * as i108 from "./item-list/item-list.component";
111
- import * as i109 from "./test-case-details/test-data-modal/test-data-modal.component";
112
- import * as i110 from "./test-case-details/create-step-group/create-step-group.component";
113
- import * as i111 from "./test-case-details/delete-steps/delete-steps.component";
114
- import * as i112 from "./test-case-details/run-execution-alert/run-execution-alert.component";
115
- import * as i113 from "./test-case-details/api-edit-step/api-edit-step.component";
116
- import * as i114 from "./live-conversation/live-conversation.component";
117
- import * as i115 from "./step-builder/step-builder-action/step-builder-action.component";
118
- import * as i116 from "./step-builder/step-builder-loop/step-builder-loop.component";
119
- import * as i117 from "./test-case-details/element-popup/element-popup.component";
120
- import * as i118 from "./test-case-details/element-popup/element-form/element-form.component";
121
- import * as i119 from "./step-builder/step-builder-condition/step-builder-condition.component";
122
- import * as i120 from "./step-builder/step-builder-database/step-builder-database.component";
123
- import * as i121 from "./step-builder/step-builder-ai-agent/step-builder-ai-agent.component";
124
- import * as i122 from "./step-builder/step-builder-custom-code/step-builder-custom-code.component";
125
- import * as i123 from "./step-builder/step-builder-record-step/step-builder-record-step.component";
126
- import * as i124 from "./step-builder/step-builder-document-generation-template-step/step-builder-document-generation-template-step.component";
127
- import * as i125 from "./test-case-details/element-list/element-list.component";
128
- import * as i126 from "./step-builder/step-builder-document/step-builder-document.component";
129
- import * as i127 from "./detail-side-panel/detail-side-panel.component";
130
- import * as i128 from "./detail-drawer/detail-drawer.component";
131
- import * as i129 from "./detail-drawer/detail-drawer-tab/detail-drawer-tab.component";
132
- import * as i130 from "./detail-drawer/detail-drawer-tab-content.directive";
133
- import * as i131 from "./test-case-details/test-case-details.component";
134
- import * as i132 from "./test-case-details/test-case-details-edit/test-case-details-edit.component";
135
- import * as i133 from "./test-case-details/api-mocking-card/api-mocking-card.component";
136
- import * as i134 from "./step-builder/step-builder-group/step-builder-group.component";
137
- import * as i135 from "./test-case-details/step-details-drawer/step-details-drawer.component";
138
- import * as i136 from "./step-builder/template-variables-form/template-variables-form.component";
139
- import * as i137 from "./step-builder/advanced-variables-form/advanced-variables-form.component";
140
- import * as i138 from "./test-case-details/step-details-modal/step-details-modal.component";
141
- import * as i139 from "./pipes/safe-html.pipe";
142
- import * as i140 from "./questionnaire-list/questionnaire-list.component";
143
- import * as i141 from "./change-history/change-history.component";
144
- import * as i142 from "./pipes/camel-to-title.pipe";
145
- import * as i143 from "./version-history/version-history-list/version-history-list.component";
146
- import * as i144 from "./version-history/version-history-compare/version-history-compare.component";
147
- import * as i145 from "./version-history/version-history-detail/version-history-detail.component";
148
- import * as i146 from "./version-history/version-history-restore-confirm/version-history-restore-confirm.component";
149
- import * as i147 from "./version-history/new-version-history-detail/new-version-history-detail.component";
150
- import * as i148 from "@angular/common";
151
- import * as i149 from "@angular/forms";
152
- import * as i150 from "@angular/platform-browser/animations";
153
- import * as i151 from "@angular/material/icon";
154
- import * as i152 from "@angular/material/menu";
155
- import * as i153 from "@angular/material/button";
156
- import * as i154 from "@angular/material/form-field";
157
- import * as i155 from "@angular/material/select";
158
- import * as i156 from "@angular/material/core";
159
- import * as i157 from "@angular/material/checkbox";
160
- import * as i158 from "@angular/material/radio";
161
- import * as i159 from "@angular/material/slide-toggle";
162
- import * as i160 from "@angular/material/datepicker";
163
- import * as i161 from "@angular/material/progress-spinner";
164
- import * as i162 from "@angular/material/tooltip";
165
- import * as i163 from "@angular/material/dialog";
166
- import * as i164 from "@angular/material/table";
167
- import * as i165 from "@angular/material/input";
168
- import * as i166 from "@angular/cdk/overlay";
169
- import * as i167 from "@angular/cdk/portal";
170
- import * as i168 from "@angular/cdk/scrolling";
171
- import * as i169 from "ngx-typed-js";
172
- import * as i170 from "ngx-drag-drop";
173
- import * as i171 from "ngx-monaco-editor";
74
+ import * as i72 from "./compare-runs/view-compare-button.component";
75
+ import * as i73 from "./iterations-loop/iterations-loop.component";
76
+ import * as i74 from "./failed-step-card/failed-step-card.component";
77
+ import * as i75 from "./custom-input/custom-input.component";
78
+ import * as i76 from "./mixed-variable-input/mixed-variable-input.component";
79
+ import * as i77 from "./custom-textarea/custom-textarea.component";
80
+ import * as i78 from "./code-editor/code-editor.component";
81
+ import * as i79 from "./custom-toggle/custom-toggle.component";
82
+ import * as i80 from "./file-upload/file-upload.component";
83
+ import * as i81 from "./ai-reasoning/ai-reasoning.component";
84
+ import * as i82 from "./execution-result-modal/execution-result-modal.component";
85
+ import * as i83 from "./execution-screen/session-changes-modal/session-changes-modal.component";
86
+ import * as i84 from "./error-modal/error-modal.component";
87
+ import * as i85 from "./session-restoration-dialog/session-restoration-dialog.component";
88
+ import * as i86 from "./sub-steps-confirmation-dialog/sub-steps-confirmation-dialog.component";
89
+ import * as i87 from "./export-code-modal/export-code-modal.component";
90
+ import * as i88 from "./progress-indicator/progress-indicator.component";
91
+ import * as i89 from "./step-progress-card/step-progress-card.component";
92
+ import * as i90 from "./step-status-card/step-status-card.component";
93
+ import * as i91 from "./execution-screen/db-verification-step/db-verification-step.component";
94
+ import * as i92 from "./execution-screen/db-query-execution-item/db-query-execution-item.component";
95
+ import * as i93 from "./test-case-details/normal-step/normal-step.component";
96
+ import * as i94 from "./test-case-details/loop-step/loop-step.component";
97
+ import * as i95 from "./test-case-details/condition-step/condition-step.component";
98
+ import * as i96 from "./test-case-details/step-group/step-group.component";
99
+ import * as i97 from "./test-case-details/test-case-details-renderer/test-case-details-renderer.component";
100
+ import * as i98 from "./test-case-details/api-step/api-step.component";
101
+ import * as i99 from "./test-case-details/database-step/database-step.component";
102
+ import * as i100 from "./test-case-details/ai-agent-step/ai-agent-step.component";
103
+ import * as i101 from "./test-case-details/ai-verify-step/ai-verify-step.component";
104
+ import * as i102 from "./test-case-details/upload-step/upload-step.component";
105
+ import * as i103 from "./test-case-details/screenshot-step/screenshot-step.component";
106
+ import * as i104 from "./test-case-details/scroll-step/scroll-step.component";
107
+ import * as i105 from "./test-case-details/verify-url-step/verify-url-step.component";
108
+ import * as i106 from "./test-case-details/restore-session-step/restore-session-step.component";
109
+ import * as i107 from "./test-case-details/custom-code-step/custom-code-step.component";
110
+ import * as i108 from "./test-case-details/custom-edit-step/custom-edit-step.component";
111
+ import * as i109 from "./item-list/item-list.component";
112
+ import * as i110 from "./test-case-details/test-data-modal/test-data-modal.component";
113
+ import * as i111 from "./test-case-details/create-step-group/create-step-group.component";
114
+ import * as i112 from "./test-case-details/delete-steps/delete-steps.component";
115
+ import * as i113 from "./test-case-details/run-execution-alert/run-execution-alert.component";
116
+ import * as i114 from "./test-case-details/api-edit-step/api-edit-step.component";
117
+ import * as i115 from "./live-conversation/live-conversation.component";
118
+ import * as i116 from "./step-builder/step-builder-action/step-builder-action.component";
119
+ import * as i117 from "./step-builder/step-builder-loop/step-builder-loop.component";
120
+ import * as i118 from "./test-case-details/element-popup/element-popup.component";
121
+ import * as i119 from "./test-case-details/element-popup/element-form/element-form.component";
122
+ import * as i120 from "./step-builder/step-builder-condition/step-builder-condition.component";
123
+ import * as i121 from "./step-builder/step-builder-database/step-builder-database.component";
124
+ import * as i122 from "./step-builder/step-builder-ai-agent/step-builder-ai-agent.component";
125
+ import * as i123 from "./step-builder/step-builder-custom-code/step-builder-custom-code.component";
126
+ import * as i124 from "./step-builder/step-builder-record-step/step-builder-record-step.component";
127
+ import * as i125 from "./step-builder/step-builder-document-generation-template-step/step-builder-document-generation-template-step.component";
128
+ import * as i126 from "./test-case-details/element-list/element-list.component";
129
+ import * as i127 from "./step-builder/step-builder-document/step-builder-document.component";
130
+ import * as i128 from "./detail-side-panel/detail-side-panel.component";
131
+ import * as i129 from "./detail-drawer/detail-drawer.component";
132
+ import * as i130 from "./detail-drawer/detail-drawer-tab/detail-drawer-tab.component";
133
+ import * as i131 from "./detail-drawer/detail-drawer-tab-content.directive";
134
+ import * as i132 from "./test-case-details/test-case-details.component";
135
+ import * as i133 from "./test-case-details/test-case-details-edit/test-case-details-edit.component";
136
+ import * as i134 from "./test-case-details/api-mocking-card/api-mocking-card.component";
137
+ import * as i135 from "./step-builder/step-builder-group/step-builder-group.component";
138
+ import * as i136 from "./test-case-details/step-details-drawer/step-details-drawer.component";
139
+ import * as i137 from "./step-builder/template-variables-form/template-variables-form.component";
140
+ import * as i138 from "./step-builder/advanced-variables-form/advanced-variables-form.component";
141
+ import * as i139 from "./test-case-details/step-details-modal/step-details-modal.component";
142
+ import * as i140 from "./pipes/safe-html.pipe";
143
+ import * as i141 from "./questionnaire-list/questionnaire-list.component";
144
+ import * as i142 from "./change-history/change-history.component";
145
+ import * as i143 from "./pipes/camel-to-title.pipe";
146
+ import * as i144 from "./version-history/version-history-list/version-history-list.component";
147
+ import * as i145 from "./version-history/version-history-compare/version-history-compare.component";
148
+ import * as i146 from "./version-history/version-history-detail/version-history-detail.component";
149
+ import * as i147 from "./version-history/version-history-restore-confirm/version-history-restore-confirm.component";
150
+ import * as i148 from "./version-history/new-version-history-detail/new-version-history-detail.component";
151
+ import * as i149 from "@angular/common";
152
+ import * as i150 from "@angular/forms";
153
+ import * as i151 from "@angular/platform-browser/animations";
154
+ import * as i152 from "@angular/material/icon";
155
+ import * as i153 from "@angular/material/menu";
156
+ import * as i154 from "@angular/material/button";
157
+ import * as i155 from "@angular/material/form-field";
158
+ import * as i156 from "@angular/material/select";
159
+ import * as i157 from "@angular/material/core";
160
+ import * as i158 from "@angular/material/checkbox";
161
+ import * as i159 from "@angular/material/radio";
162
+ import * as i160 from "@angular/material/slide-toggle";
163
+ import * as i161 from "@angular/material/datepicker";
164
+ import * as i162 from "@angular/material/progress-spinner";
165
+ import * as i163 from "@angular/material/tooltip";
166
+ import * as i164 from "@angular/material/dialog";
167
+ import * as i165 from "@angular/material/table";
168
+ import * as i166 from "@angular/material/input";
169
+ import * as i167 from "@angular/cdk/overlay";
170
+ import * as i168 from "@angular/cdk/portal";
171
+ import * as i169 from "@angular/cdk/scrolling";
172
+ import * as i170 from "ngx-typed-js";
173
+ import * as i171 from "ngx-drag-drop";
174
+ import * as i172 from "ngx-monaco-editor";
174
175
  export declare class UiKitModule {
175
176
  constructor(iconRegistry: MatIconRegistry);
176
177
  static ɵfac: i0.ɵɵFactoryDeclaration<UiKitModule, never>;
177
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiKitModule, [typeof i1.ButtonComponent, typeof i2.SearchBarComponent, typeof i3.AutocompleteComponent, typeof i4.SegmentControlComponent, typeof i5.StepperComponent, typeof i6.RadioCardGroupComponent, typeof i7.DialogComponent, typeof i8.DynamicTableComponent, typeof i9.DynamicCellTemplateDirective, typeof i9.DynamicHeaderTemplateDirective, typeof i10.DynamicCellContainerDirective, typeof i11.PaginationComponent, typeof i12.ActionMenuButtonComponent, typeof i13.OtherButtonComponent, typeof i14.DynamicFilterComponent, typeof i15.DaterangepickerDirective, typeof i16.DaterangepickerComponent, typeof i17.ColumnVisibilityComponent, typeof i18.TableActionToolbarComponent, typeof i19.MetricsCardComponent, typeof i20.MetricsBlockComponent, typeof i21.ChartCardComponent, typeof i22.ProgressTextCardComponent, typeof i23.DashboardHeaderComponent, typeof i24.WorkspaceSelectorComponent, typeof i25.CoverageModuleCardComponent, typeof i26.TestDistributionCardComponent, typeof i27.FailedTestCasesCardComponent, typeof i28.DynamicSelectFieldComponent, typeof i29.AddPrerequisiteCasesSectionComponent, typeof i30.SelectedFiltersComponent, typeof i31.InsightCardComponent, typeof i32.BadgeComponent, typeof i33.DropdownButtonComponent, typeof i34.HeatErrorMapCellComponent, typeof i35.EmptyStateComponent, typeof i36.TableTemplateComponent, typeof i37.FullTableLoaderComponent, typeof i38.TableDataLoaderComponent, typeof i39.BasicStepComponent, typeof i40.StepRendererComponent, typeof i41.StepGroupComponent, typeof i42.LoopStepComponent, typeof i43.ConditionStepComponent, typeof i44.ConditionDebugStepComponent, typeof i45.ConditionBranchEditorComponent, typeof i46.FailedStepComponent, typeof i47.UpdatedFailedStepComponent, typeof i48.ViewMoreFailedStepButtonComponent, typeof i49.SelfHealAnalysisComponent, typeof i50.AIAgentStepComponent, typeof i51.AIActionStepComponent, typeof i52.ApiStepComponent, typeof i53.FileDownloadStepComponent, typeof i54.DocumentVerificationStepComponent, typeof i55.LiveExecutionStepComponent, typeof i56.AiLogsWithReasoningComponent, typeof i57.JumpToStepModalComponent, typeof i58.BreakpointsModalComponent, typeof i59.RecordingBannerComponent, typeof i60.ReviewRecordedStepsModalComponent, typeof i61.MainStepCollapseComponent, typeof i62.VisualComparisonComponent, typeof i63.SimulatorComponent, typeof i64.ConsoleAlertComponent, typeof i65.AiDebugAlertComponent, typeof i66.NetworkRequestComponent, typeof i67.RunHistoryCardComponent, typeof i68.AiPromptCardComponent, typeof i69.VisualDifferenceModalComponent, typeof i70.ConfigurationCardComponent, typeof i71.CompareRunsComponent, typeof i72.IterationsLoopComponent, typeof i73.FailedStepCardComponent, typeof i74.CustomInputComponent, typeof i75.MixedVariableInputComponent, typeof i76.CustomTextareaComponent, typeof i77.CodeEditorComponent, typeof i78.CustomToggleComponent, typeof i79.FileUploadComponent, typeof i80.AiReasoningComponent, typeof i81.ExecutionResultModalComponent, typeof i82.SessionChangesModalComponent, typeof i83.ErrorModalComponent, typeof i84.SessionRestorationDialogComponent, typeof i85.SubStepsConfirmationDialogComponent, typeof i86.ExportCodeModalComponent, typeof i87.ProgressIndicatorComponent, typeof i88.StepProgressCardComponent, typeof i89.StepStatusCardComponent, typeof i90.DbVerificationStepComponent, typeof i91.DbQueryExecutionItemComponent, typeof i92.TestCaseNormalStepComponent, typeof i93.TestCaseLoopStepComponent, typeof i94.TestCaseConditionStepComponent, typeof i95.TestCaseStepGroupComponent, typeof i96.TestCaseDetailsRendererComponent, typeof i97.TestCaseApiStepComponent, typeof i98.TestCaseDatabaseStepComponent, typeof i99.TestCaseAiAgentStepComponent, typeof i100.TestCaseAiVerifyStepComponent, typeof i101.TestCaseUploadStepComponent, typeof i102.TestCaseScreenshotStepComponent, typeof i103.TestCaseScrollStepComponent, typeof i104.TestCaseVerifyUrlStepComponent, typeof i105.TestCaseRestoreSessionStepComponent, typeof i106.TestCaseCustomCodeStepComponent, typeof i107.CustomEditStepComponent, typeof i108.ItemListComponent, typeof i109.TestDataModalComponent, typeof i110.CreateStepGroupComponent, typeof i111.DeleteStepsComponent, typeof i112.RunExecutionAlertComponent, typeof i113.ApiEditStepComponent, typeof i114.LiveConversationComponent, typeof i115.StepBuilderActionComponent, typeof i116.StepBuilderLoopComponent, typeof i117.ElementPopupComponent, typeof i118.ElementFormComponent, typeof i119.StepBuilderConditionComponent, typeof i120.StepBuilderDatabaseComponent, typeof i121.StepBuilderAiAgentComponent, typeof i77.CodeEditorComponent, typeof i122.StepBuilderCustomCodeComponent, typeof i123.StepBuilderRecordStepComponent, typeof i124.StepBuilderDocumentGenerationTemplateStepComponent, typeof i125.ElementListComponent, typeof i126.StepBuilderDocumentComponent, typeof i127.DetailSidePanelComponent, typeof i128.DetailDrawerComponent, typeof i129.DetailDrawerTabComponent, typeof i130.DetailDrawerTabContentDirective, typeof i131.TestCaseDetailsComponent, typeof i132.TestCaseDetailsEditComponent, typeof i133.ApiMockingCardComponent, typeof i134.StepBuilderGroupComponent, typeof i135.StepDetailsDrawerComponent, typeof i136.TemplateVariablesFormComponent, typeof i137.AdvancedVariablesFormComponent, typeof i138.StepDetailsModalComponent, typeof i139.SafeHtmlPipe, typeof i140.QuestionnaireListComponent, typeof i141.ChangeHistoryComponent, typeof i142.CamelToTitlePipe, typeof i143.VersionHistoryListComponent, typeof i144.VersionHistoryCompareComponent, typeof i145.VersionHistoryDetailComponent, typeof i146.VersionHistoryRestoreConfirmComponent, typeof i147.NewVersionHistoryDetailComponent], [typeof i148.CommonModule, typeof i149.FormsModule, typeof i149.ReactiveFormsModule, typeof i150.NoopAnimationsModule, typeof i151.MatIconModule, typeof i152.MatMenuModule, typeof i153.MatButtonModule, typeof i154.MatFormFieldModule, typeof i155.MatSelectModule, typeof i156.MatOptionModule, typeof i157.MatCheckboxModule, typeof i158.MatRadioModule, typeof i159.MatSlideToggleModule, typeof i160.MatDatepickerModule, typeof i156.MatNativeDateModule, typeof i161.MatProgressSpinnerModule, typeof i162.MatTooltipModule, typeof i163.MatDialogModule, typeof i164.MatTableModule, typeof i165.MatInputModule, typeof i166.OverlayModule, typeof i167.PortalModule, typeof i168.ScrollingModule, typeof i169.NgxTypedJsModule, typeof i170.DndModule, typeof i171.MonacoEditorModule], [typeof i1.ButtonComponent, typeof i2.SearchBarComponent, typeof i3.AutocompleteComponent, typeof i4.SegmentControlComponent, typeof i5.StepperComponent, typeof i6.RadioCardGroupComponent, typeof i7.DialogComponent, typeof i8.DynamicTableComponent, typeof i9.DynamicCellTemplateDirective, typeof i9.DynamicHeaderTemplateDirective, typeof i10.DynamicCellContainerDirective, typeof i11.PaginationComponent, typeof i12.ActionMenuButtonComponent, typeof i13.OtherButtonComponent, typeof i14.DynamicFilterComponent, typeof i15.DaterangepickerDirective, typeof i16.DaterangepickerComponent, typeof i17.ColumnVisibilityComponent, typeof i18.TableActionToolbarComponent, typeof i19.MetricsCardComponent, typeof i21.ChartCardComponent, typeof i22.ProgressTextCardComponent, typeof i23.DashboardHeaderComponent, typeof i24.WorkspaceSelectorComponent, typeof i25.CoverageModuleCardComponent, typeof i26.TestDistributionCardComponent, typeof i27.FailedTestCasesCardComponent, typeof i28.DynamicSelectFieldComponent, typeof i29.AddPrerequisiteCasesSectionComponent, typeof i30.SelectedFiltersComponent, typeof i31.InsightCardComponent, typeof i32.BadgeComponent, typeof i33.DropdownButtonComponent, typeof i34.HeatErrorMapCellComponent, typeof i35.EmptyStateComponent, typeof i36.TableTemplateComponent, typeof i37.FullTableLoaderComponent, typeof i38.TableDataLoaderComponent, typeof i39.BasicStepComponent, typeof i40.StepRendererComponent, typeof i41.StepGroupComponent, typeof i42.LoopStepComponent, typeof i43.ConditionStepComponent, typeof i44.ConditionDebugStepComponent, typeof i45.ConditionBranchEditorComponent, typeof i46.FailedStepComponent, typeof i44.ConditionDebugStepComponent, typeof i47.UpdatedFailedStepComponent, typeof i48.ViewMoreFailedStepButtonComponent, typeof i49.SelfHealAnalysisComponent, typeof i50.AIAgentStepComponent, typeof i51.AIActionStepComponent, typeof i52.ApiStepComponent, typeof i53.FileDownloadStepComponent, typeof i54.DocumentVerificationStepComponent, typeof i55.LiveExecutionStepComponent, typeof i56.AiLogsWithReasoningComponent, typeof i57.JumpToStepModalComponent, typeof i58.BreakpointsModalComponent, typeof i59.RecordingBannerComponent, typeof i60.ReviewRecordedStepsModalComponent, typeof i61.MainStepCollapseComponent, typeof i62.VisualComparisonComponent, typeof i63.SimulatorComponent, typeof i64.ConsoleAlertComponent, typeof i65.AiDebugAlertComponent, typeof i66.NetworkRequestComponent, typeof i67.RunHistoryCardComponent, typeof i68.AiPromptCardComponent, typeof i69.VisualDifferenceModalComponent, typeof i70.ConfigurationCardComponent, typeof i71.CompareRunsComponent, typeof i72.IterationsLoopComponent, typeof i73.FailedStepCardComponent, typeof i74.CustomInputComponent, typeof i75.MixedVariableInputComponent, typeof i76.CustomTextareaComponent, typeof i77.CodeEditorComponent, typeof i78.CustomToggleComponent, typeof i79.FileUploadComponent, typeof i80.AiReasoningComponent, typeof i81.ExecutionResultModalComponent, typeof i82.SessionChangesModalComponent, typeof i83.ErrorModalComponent, typeof i84.SessionRestorationDialogComponent, typeof i85.SubStepsConfirmationDialogComponent, typeof i86.ExportCodeModalComponent, typeof i87.ProgressIndicatorComponent, typeof i88.StepProgressCardComponent, typeof i89.StepStatusCardComponent, typeof i90.DbVerificationStepComponent, typeof i91.DbQueryExecutionItemComponent, typeof i92.TestCaseNormalStepComponent, typeof i93.TestCaseLoopStepComponent, typeof i94.TestCaseConditionStepComponent, typeof i95.TestCaseStepGroupComponent, typeof i96.TestCaseDetailsRendererComponent, typeof i97.TestCaseApiStepComponent, typeof i98.TestCaseDatabaseStepComponent, typeof i99.TestCaseAiAgentStepComponent, typeof i101.TestCaseUploadStepComponent, typeof i102.TestCaseScreenshotStepComponent, typeof i103.TestCaseScrollStepComponent, typeof i104.TestCaseVerifyUrlStepComponent, typeof i105.TestCaseRestoreSessionStepComponent, typeof i106.TestCaseCustomCodeStepComponent, typeof i107.CustomEditStepComponent, typeof i108.ItemListComponent, typeof i109.TestDataModalComponent, typeof i110.CreateStepGroupComponent, typeof i111.DeleteStepsComponent, typeof i112.RunExecutionAlertComponent, typeof i113.ApiEditStepComponent, typeof i114.LiveConversationComponent, typeof i115.StepBuilderActionComponent, typeof i116.StepBuilderLoopComponent, typeof i117.ElementPopupComponent, typeof i118.ElementFormComponent, typeof i119.StepBuilderConditionComponent, typeof i120.StepBuilderDatabaseComponent, typeof i121.StepBuilderAiAgentComponent, typeof i77.CodeEditorComponent, typeof i122.StepBuilderCustomCodeComponent, typeof i123.StepBuilderRecordStepComponent, typeof i124.StepBuilderDocumentGenerationTemplateStepComponent, typeof i125.ElementListComponent, typeof i126.StepBuilderDocumentComponent, typeof i127.DetailSidePanelComponent, typeof i128.DetailDrawerComponent, typeof i129.DetailDrawerTabComponent, typeof i130.DetailDrawerTabContentDirective, typeof i131.TestCaseDetailsComponent, typeof i132.TestCaseDetailsEditComponent, typeof i133.ApiMockingCardComponent, typeof i134.StepBuilderGroupComponent, typeof i135.StepDetailsDrawerComponent, typeof i136.TemplateVariablesFormComponent, typeof i137.AdvancedVariablesFormComponent, typeof i140.QuestionnaireListComponent, typeof i141.ChangeHistoryComponent, typeof i143.VersionHistoryListComponent, typeof i144.VersionHistoryCompareComponent, typeof i145.VersionHistoryDetailComponent, typeof i146.VersionHistoryRestoreConfirmComponent, typeof i147.NewVersionHistoryDetailComponent]>;
178
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiKitModule, [typeof i1.ButtonComponent, typeof i2.SearchBarComponent, typeof i3.AutocompleteComponent, typeof i4.SegmentControlComponent, typeof i5.StepperComponent, typeof i6.RadioCardGroupComponent, typeof i7.DialogComponent, typeof i8.DynamicTableComponent, typeof i9.DynamicCellTemplateDirective, typeof i9.DynamicHeaderTemplateDirective, typeof i10.DynamicCellContainerDirective, typeof i11.PaginationComponent, typeof i12.ActionMenuButtonComponent, typeof i13.OtherButtonComponent, typeof i14.DynamicFilterComponent, typeof i15.DaterangepickerDirective, typeof i16.DaterangepickerComponent, typeof i17.ColumnVisibilityComponent, typeof i18.TableActionToolbarComponent, typeof i19.MetricsCardComponent, typeof i20.MetricsBlockComponent, typeof i21.ChartCardComponent, typeof i22.ProgressTextCardComponent, typeof i23.DashboardHeaderComponent, typeof i24.WorkspaceSelectorComponent, typeof i25.CoverageModuleCardComponent, typeof i26.TestDistributionCardComponent, typeof i27.FailedTestCasesCardComponent, typeof i28.DynamicSelectFieldComponent, typeof i29.AddPrerequisiteCasesSectionComponent, typeof i30.SelectedFiltersComponent, typeof i31.InsightCardComponent, typeof i32.BadgeComponent, typeof i33.DropdownButtonComponent, typeof i34.HeatErrorMapCellComponent, typeof i35.EmptyStateComponent, typeof i36.TableTemplateComponent, typeof i37.FullTableLoaderComponent, typeof i38.TableDataLoaderComponent, typeof i39.BasicStepComponent, typeof i40.StepRendererComponent, typeof i41.StepGroupComponent, typeof i42.LoopStepComponent, typeof i43.ConditionStepComponent, typeof i44.ConditionDebugStepComponent, typeof i45.ConditionBranchEditorComponent, typeof i46.FailedStepComponent, typeof i47.UpdatedFailedStepComponent, typeof i48.ViewMoreFailedStepButtonComponent, typeof i49.SelfHealAnalysisComponent, typeof i50.AIAgentStepComponent, typeof i51.AIActionStepComponent, typeof i52.ApiStepComponent, typeof i53.FileDownloadStepComponent, typeof i54.DocumentVerificationStepComponent, typeof i55.LiveExecutionStepComponent, typeof i56.AiLogsWithReasoningComponent, typeof i57.JumpToStepModalComponent, typeof i58.BreakpointsModalComponent, typeof i59.RecordingBannerComponent, typeof i60.ReviewRecordedStepsModalComponent, typeof i61.MainStepCollapseComponent, typeof i62.VisualComparisonComponent, typeof i63.SimulatorComponent, typeof i64.ConsoleAlertComponent, typeof i65.AiDebugAlertComponent, typeof i66.NetworkRequestComponent, typeof i67.RunHistoryCardComponent, typeof i68.AiPromptCardComponent, typeof i69.VisualDifferenceModalComponent, typeof i70.ConfigurationCardComponent, typeof i71.CompareRunsComponent, typeof i72.ViewCompareButtonComponent, typeof i73.IterationsLoopComponent, typeof i74.FailedStepCardComponent, typeof i75.CustomInputComponent, typeof i76.MixedVariableInputComponent, typeof i77.CustomTextareaComponent, typeof i78.CodeEditorComponent, typeof i79.CustomToggleComponent, typeof i80.FileUploadComponent, typeof i81.AiReasoningComponent, typeof i82.ExecutionResultModalComponent, typeof i83.SessionChangesModalComponent, typeof i84.ErrorModalComponent, typeof i85.SessionRestorationDialogComponent, typeof i86.SubStepsConfirmationDialogComponent, typeof i87.ExportCodeModalComponent, typeof i88.ProgressIndicatorComponent, typeof i89.StepProgressCardComponent, typeof i90.StepStatusCardComponent, typeof i91.DbVerificationStepComponent, typeof i92.DbQueryExecutionItemComponent, typeof i93.TestCaseNormalStepComponent, typeof i94.TestCaseLoopStepComponent, typeof i95.TestCaseConditionStepComponent, typeof i96.TestCaseStepGroupComponent, typeof i97.TestCaseDetailsRendererComponent, typeof i98.TestCaseApiStepComponent, typeof i99.TestCaseDatabaseStepComponent, typeof i100.TestCaseAiAgentStepComponent, typeof i101.TestCaseAiVerifyStepComponent, typeof i102.TestCaseUploadStepComponent, typeof i103.TestCaseScreenshotStepComponent, typeof i104.TestCaseScrollStepComponent, typeof i105.TestCaseVerifyUrlStepComponent, typeof i106.TestCaseRestoreSessionStepComponent, typeof i107.TestCaseCustomCodeStepComponent, typeof i108.CustomEditStepComponent, typeof i109.ItemListComponent, typeof i110.TestDataModalComponent, typeof i111.CreateStepGroupComponent, typeof i112.DeleteStepsComponent, typeof i113.RunExecutionAlertComponent, typeof i114.ApiEditStepComponent, typeof i115.LiveConversationComponent, typeof i116.StepBuilderActionComponent, typeof i117.StepBuilderLoopComponent, typeof i118.ElementPopupComponent, typeof i119.ElementFormComponent, typeof i120.StepBuilderConditionComponent, typeof i121.StepBuilderDatabaseComponent, typeof i122.StepBuilderAiAgentComponent, typeof i78.CodeEditorComponent, typeof i123.StepBuilderCustomCodeComponent, typeof i124.StepBuilderRecordStepComponent, typeof i125.StepBuilderDocumentGenerationTemplateStepComponent, typeof i126.ElementListComponent, typeof i127.StepBuilderDocumentComponent, typeof i128.DetailSidePanelComponent, typeof i129.DetailDrawerComponent, typeof i130.DetailDrawerTabComponent, typeof i131.DetailDrawerTabContentDirective, typeof i132.TestCaseDetailsComponent, typeof i133.TestCaseDetailsEditComponent, typeof i134.ApiMockingCardComponent, typeof i135.StepBuilderGroupComponent, typeof i136.StepDetailsDrawerComponent, typeof i137.TemplateVariablesFormComponent, typeof i138.AdvancedVariablesFormComponent, typeof i139.StepDetailsModalComponent, typeof i140.SafeHtmlPipe, typeof i141.QuestionnaireListComponent, typeof i142.ChangeHistoryComponent, typeof i143.CamelToTitlePipe, typeof i144.VersionHistoryListComponent, typeof i145.VersionHistoryCompareComponent, typeof i146.VersionHistoryDetailComponent, typeof i147.VersionHistoryRestoreConfirmComponent, typeof i148.NewVersionHistoryDetailComponent], [typeof i149.CommonModule, typeof i150.FormsModule, typeof i150.ReactiveFormsModule, typeof i151.NoopAnimationsModule, typeof i152.MatIconModule, typeof i153.MatMenuModule, typeof i154.MatButtonModule, typeof i155.MatFormFieldModule, typeof i156.MatSelectModule, typeof i157.MatOptionModule, typeof i158.MatCheckboxModule, typeof i159.MatRadioModule, typeof i160.MatSlideToggleModule, typeof i161.MatDatepickerModule, typeof i157.MatNativeDateModule, typeof i162.MatProgressSpinnerModule, typeof i163.MatTooltipModule, typeof i164.MatDialogModule, typeof i165.MatTableModule, typeof i166.MatInputModule, typeof i167.OverlayModule, typeof i168.PortalModule, typeof i169.ScrollingModule, typeof i170.NgxTypedJsModule, typeof i171.DndModule, typeof i172.MonacoEditorModule], [typeof i1.ButtonComponent, typeof i2.SearchBarComponent, typeof i3.AutocompleteComponent, typeof i4.SegmentControlComponent, typeof i5.StepperComponent, typeof i6.RadioCardGroupComponent, typeof i7.DialogComponent, typeof i8.DynamicTableComponent, typeof i9.DynamicCellTemplateDirective, typeof i9.DynamicHeaderTemplateDirective, typeof i10.DynamicCellContainerDirective, typeof i11.PaginationComponent, typeof i12.ActionMenuButtonComponent, typeof i13.OtherButtonComponent, typeof i14.DynamicFilterComponent, typeof i15.DaterangepickerDirective, typeof i16.DaterangepickerComponent, typeof i17.ColumnVisibilityComponent, typeof i18.TableActionToolbarComponent, typeof i19.MetricsCardComponent, typeof i21.ChartCardComponent, typeof i22.ProgressTextCardComponent, typeof i23.DashboardHeaderComponent, typeof i24.WorkspaceSelectorComponent, typeof i25.CoverageModuleCardComponent, typeof i26.TestDistributionCardComponent, typeof i27.FailedTestCasesCardComponent, typeof i28.DynamicSelectFieldComponent, typeof i29.AddPrerequisiteCasesSectionComponent, typeof i30.SelectedFiltersComponent, typeof i31.InsightCardComponent, typeof i32.BadgeComponent, typeof i33.DropdownButtonComponent, typeof i34.HeatErrorMapCellComponent, typeof i35.EmptyStateComponent, typeof i36.TableTemplateComponent, typeof i37.FullTableLoaderComponent, typeof i38.TableDataLoaderComponent, typeof i39.BasicStepComponent, typeof i40.StepRendererComponent, typeof i41.StepGroupComponent, typeof i42.LoopStepComponent, typeof i43.ConditionStepComponent, typeof i44.ConditionDebugStepComponent, typeof i45.ConditionBranchEditorComponent, typeof i46.FailedStepComponent, typeof i44.ConditionDebugStepComponent, typeof i47.UpdatedFailedStepComponent, typeof i48.ViewMoreFailedStepButtonComponent, typeof i49.SelfHealAnalysisComponent, typeof i50.AIAgentStepComponent, typeof i51.AIActionStepComponent, typeof i52.ApiStepComponent, typeof i53.FileDownloadStepComponent, typeof i54.DocumentVerificationStepComponent, typeof i55.LiveExecutionStepComponent, typeof i56.AiLogsWithReasoningComponent, typeof i57.JumpToStepModalComponent, typeof i58.BreakpointsModalComponent, typeof i59.RecordingBannerComponent, typeof i60.ReviewRecordedStepsModalComponent, typeof i61.MainStepCollapseComponent, typeof i62.VisualComparisonComponent, typeof i63.SimulatorComponent, typeof i64.ConsoleAlertComponent, typeof i65.AiDebugAlertComponent, typeof i66.NetworkRequestComponent, typeof i67.RunHistoryCardComponent, typeof i68.AiPromptCardComponent, typeof i69.VisualDifferenceModalComponent, typeof i70.ConfigurationCardComponent, typeof i71.CompareRunsComponent, typeof i72.ViewCompareButtonComponent, typeof i73.IterationsLoopComponent, typeof i74.FailedStepCardComponent, typeof i75.CustomInputComponent, typeof i76.MixedVariableInputComponent, typeof i77.CustomTextareaComponent, typeof i78.CodeEditorComponent, typeof i79.CustomToggleComponent, typeof i80.FileUploadComponent, typeof i81.AiReasoningComponent, typeof i82.ExecutionResultModalComponent, typeof i83.SessionChangesModalComponent, typeof i84.ErrorModalComponent, typeof i85.SessionRestorationDialogComponent, typeof i86.SubStepsConfirmationDialogComponent, typeof i87.ExportCodeModalComponent, typeof i88.ProgressIndicatorComponent, typeof i89.StepProgressCardComponent, typeof i90.StepStatusCardComponent, typeof i91.DbVerificationStepComponent, typeof i92.DbQueryExecutionItemComponent, typeof i93.TestCaseNormalStepComponent, typeof i94.TestCaseLoopStepComponent, typeof i95.TestCaseConditionStepComponent, typeof i96.TestCaseStepGroupComponent, typeof i97.TestCaseDetailsRendererComponent, typeof i98.TestCaseApiStepComponent, typeof i99.TestCaseDatabaseStepComponent, typeof i100.TestCaseAiAgentStepComponent, typeof i102.TestCaseUploadStepComponent, typeof i103.TestCaseScreenshotStepComponent, typeof i104.TestCaseScrollStepComponent, typeof i105.TestCaseVerifyUrlStepComponent, typeof i106.TestCaseRestoreSessionStepComponent, typeof i107.TestCaseCustomCodeStepComponent, typeof i108.CustomEditStepComponent, typeof i109.ItemListComponent, typeof i110.TestDataModalComponent, typeof i111.CreateStepGroupComponent, typeof i112.DeleteStepsComponent, typeof i113.RunExecutionAlertComponent, typeof i114.ApiEditStepComponent, typeof i115.LiveConversationComponent, typeof i116.StepBuilderActionComponent, typeof i117.StepBuilderLoopComponent, typeof i118.ElementPopupComponent, typeof i119.ElementFormComponent, typeof i120.StepBuilderConditionComponent, typeof i121.StepBuilderDatabaseComponent, typeof i122.StepBuilderAiAgentComponent, typeof i78.CodeEditorComponent, typeof i123.StepBuilderCustomCodeComponent, typeof i124.StepBuilderRecordStepComponent, typeof i125.StepBuilderDocumentGenerationTemplateStepComponent, typeof i126.ElementListComponent, typeof i127.StepBuilderDocumentComponent, typeof i128.DetailSidePanelComponent, typeof i129.DetailDrawerComponent, typeof i130.DetailDrawerTabComponent, typeof i131.DetailDrawerTabContentDirective, typeof i132.TestCaseDetailsComponent, typeof i133.TestCaseDetailsEditComponent, typeof i134.ApiMockingCardComponent, typeof i135.StepBuilderGroupComponent, typeof i136.StepDetailsDrawerComponent, typeof i137.TemplateVariablesFormComponent, typeof i138.AdvancedVariablesFormComponent, typeof i141.QuestionnaireListComponent, typeof i142.ChangeHistoryComponent, typeof i144.VersionHistoryListComponent, typeof i145.VersionHistoryCompareComponent, typeof i146.VersionHistoryDetailComponent, typeof i147.VersionHistoryRestoreConfirmComponent, typeof i148.NewVersionHistoryDetailComponent]>;
178
179
  static ɵinj: i0.ɵɵInjectorDeclaration<UiKitModule>;
179
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.497",
3
+ "version": "1.1.499",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",
package/public-api.d.ts CHANGED
@@ -56,6 +56,7 @@ export * from './lib/ai-prompt-card/ai-prompt-card.component';
56
56
  export * from './lib/visual-difference-modal/visual-difference-modal.component';
57
57
  export * from './lib/configuration-card/configuration-card.component';
58
58
  export * from './lib/compare-runs/compare-runs.component';
59
+ export * from './lib/compare-runs/view-compare-button.component';
59
60
  export * from './lib/iterations-loop/iterations-loop.component';
60
61
  export * from './lib/failed-step-card/failed-step-card.component';
61
62
  export * from './lib/custom-input/custom-input.component';