@cqa-lib/cqa-ui 1.1.340 → 1.1.341

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.
@@ -7318,10 +7318,10 @@ class AiLogsWithReasoningComponent extends BaseStepComponent {
7318
7318
  }
7319
7319
  }
7320
7320
  AiLogsWithReasoningComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: AiLogsWithReasoningComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7321
- AiLogsWithReasoningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: AiLogsWithReasoningComponent, selector: "cqa-ai-logs-with-reasoning", inputs: { status: "status", text: "text", description: "description", reasoning: "reasoning", duration: "duration" }, host: { classAttribute: "cqa-ui-root" }, usesInheritance: true, ngImport: i0, template: "<div class=\"cqa-flex cqa-items-center cqa-gap-3 cqa-px-3\">\n <!-- Status Icon -->\n <div class=\"cqa-flex cqa-items-center cqa-justify-center cqa-w-3 cqa-h-3\">\n </div>\n <!-- AI-Agent style container -->\n <div\n class=\"cqa-font-inter cqa-rounded-md cqa-flex cqa-items-center cqa-gap-2 cqa-px-2 cqa-py-1 cqa-flex-1\"\n [ngStyle]=\"{\n 'background-color': hasReasoning ? '#EEF2FF' : '#F7FAFC',\n 'border': hasReasoning ? '1px solid #C4B5FD' : '1px solid #BEDBFF'\n }\">\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"isSuccess\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4.5 6L5.5 7L7.5 5\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n <svg *ngIf=\"isFailed\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4 4L8 8M8 4L4 8\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"!hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#FEF3C6\"/><path d=\"M10.5 9V5.5L6 11H9.5V14.5L14 9H10.5Z\" stroke=\"#E17100\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n <svg *ngIf=\"hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#ddd7f5\"/>\n <path d=\"M8.8315 10.5H11.168M10 3.5V4M13.182 4.818L12.8285 5.1715M14.5 8H14M6 8H5.5M7.1715 5.1715L6.818 4.818M8.232 9.768C7.88243 9.41834 7.6444 8.97288 7.54799 8.48795C7.45158 8.00301 7.50113 7.50038 7.69036 7.04361C7.8796 6.58683 8.20003 6.19642 8.61114 5.92175C9.02225 5.64707 9.50557 5.50047 10 5.50047C10.4944 5.50047 10.9777 5.64707 11.3889 5.92175C11.8 6.19642 12.1204 6.58683 12.3096 7.04361C12.4989 7.50038 12.5484 8.00301 12.452 8.48795C12.3556 8.97288 12.1176 9.41834 11.768 9.768L11.494 10.0415C11.3374 10.1982 11.2131 10.3842 11.1283 10.5889C11.0436 10.7936 11 11.0129 11 11.2345V11.5C11 11.7652 10.8946 12.0196 10.7071 12.2071C10.5196 12.3946 10.2652 12.5 10 12.5C9.73478 12.5 9.48043 12.3946 9.29289 12.2071C9.10536 12.0196 9 11.7652 9 11.5V11.2345C9 10.787 8.822 10.3575 8.506 10.0415L8.232 9.768Z\" stroke=\"#7C3AED\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <span\n class=\"cqa-flex-1 cqa-text-[12px] cqa-leading-[15px] cqa-font-semibold\" style=\"word-break: break-word;\"\n [ngStyle]=\"{ color: hasReasoning ? '#4C1D95' : '#0B0B0B' }\">\n {{ displayText }}\n </span>\n <span *ngIf=\"!hasReasoning\" class=\"cqa-text-[10px] cqa-font-inter cqa-leading-[15px] cqa-font-medium cqa-text-[#636363]\">\n {{ formatDuration(duration || 0) }}\n </span>\n </div>\n</div>\n", directives: [{ type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
7321
+ AiLogsWithReasoningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: AiLogsWithReasoningComponent, selector: "cqa-ai-logs-with-reasoning", inputs: { status: "status", text: "text", description: "description", reasoning: "reasoning", duration: "duration" }, host: { classAttribute: "cqa-ui-root" }, usesInheritance: true, ngImport: i0, template: "<div class=\"cqa-flex cqa-items-start cqa-gap-3 cqa-px-3\">\n <!-- Status Icon -->\n <div class=\"cqa-flex cqa-items-center cqa-justify-center cqa-w-3 cqa-h-3\">\n </div>\n <!-- AI-Agent style container -->\n <div\n class=\"cqa-font-inter cqa-rounded-md cqa-flex cqa-items-center cqa-gap-2 cqa-px-2 cqa-py-1 cqa-flex-1\"\n [ngStyle]=\"{\n 'background-color': hasReasoning ? '#EEF2FF' : '#F7FAFC',\n 'border': hasReasoning ? '1px solid #C4B5FD' : '1px solid #BEDBFF'\n }\">\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"isSuccess\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4.5 6L5.5 7L7.5 5\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n <svg *ngIf=\"isFailed\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4 4L8 8M8 4L4 8\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"!hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#FEF3C6\"/><path d=\"M10.5 9V5.5L6 11H9.5V14.5L14 9H10.5Z\" stroke=\"#E17100\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n <svg *ngIf=\"hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#ddd7f5\"/>\n <path d=\"M8.8315 10.5H11.168M10 3.5V4M13.182 4.818L12.8285 5.1715M14.5 8H14M6 8H5.5M7.1715 5.1715L6.818 4.818M8.232 9.768C7.88243 9.41834 7.6444 8.97288 7.54799 8.48795C7.45158 8.00301 7.50113 7.50038 7.69036 7.04361C7.8796 6.58683 8.20003 6.19642 8.61114 5.92175C9.02225 5.64707 9.50557 5.50047 10 5.50047C10.4944 5.50047 10.9777 5.64707 11.3889 5.92175C11.8 6.19642 12.1204 6.58683 12.3096 7.04361C12.4989 7.50038 12.5484 8.00301 12.452 8.48795C12.3556 8.97288 12.1176 9.41834 11.768 9.768L11.494 10.0415C11.3374 10.1982 11.2131 10.3842 11.1283 10.5889C11.0436 10.7936 11 11.0129 11 11.2345V11.5C11 11.7652 10.8946 12.0196 10.7071 12.2071C10.5196 12.3946 10.2652 12.5 10 12.5C9.73478 12.5 9.48043 12.3946 9.29289 12.2071C9.10536 12.0196 9 11.7652 9 11.5V11.2345C9 10.787 8.822 10.3575 8.506 10.0415L8.232 9.768Z\" stroke=\"#7C3AED\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <span\n class=\"cqa-flex-1 cqa-text-[12px] cqa-leading-[15px] cqa-font-semibold cqa-break-words cqa-whitespace-normal\"\n [ngStyle]=\"{ color: hasReasoning ? '#4C1D95' : '#0B0B0B' }\">\n {{ displayText }}\n </span>\n <span *ngIf=\"!hasReasoning\" class=\"cqa-text-[10px] cqa-font-inter cqa-leading-[15px] cqa-font-medium cqa-text-[#636363]\">\n {{ formatDuration(duration || 0) }}\n </span>\n </div>\n</div>\n", directives: [{ type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
7322
7322
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: AiLogsWithReasoningComponent, decorators: [{
7323
7323
  type: Component,
7324
- args: [{ selector: 'cqa-ai-logs-with-reasoning', host: { class: 'cqa-ui-root' }, template: "<div class=\"cqa-flex cqa-items-center cqa-gap-3 cqa-px-3\">\n <!-- Status Icon -->\n <div class=\"cqa-flex cqa-items-center cqa-justify-center cqa-w-3 cqa-h-3\">\n </div>\n <!-- AI-Agent style container -->\n <div\n class=\"cqa-font-inter cqa-rounded-md cqa-flex cqa-items-center cqa-gap-2 cqa-px-2 cqa-py-1 cqa-flex-1\"\n [ngStyle]=\"{\n 'background-color': hasReasoning ? '#EEF2FF' : '#F7FAFC',\n 'border': hasReasoning ? '1px solid #C4B5FD' : '1px solid #BEDBFF'\n }\">\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"isSuccess\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4.5 6L5.5 7L7.5 5\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n <svg *ngIf=\"isFailed\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4 4L8 8M8 4L4 8\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"!hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#FEF3C6\"/><path d=\"M10.5 9V5.5L6 11H9.5V14.5L14 9H10.5Z\" stroke=\"#E17100\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n <svg *ngIf=\"hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#ddd7f5\"/>\n <path d=\"M8.8315 10.5H11.168M10 3.5V4M13.182 4.818L12.8285 5.1715M14.5 8H14M6 8H5.5M7.1715 5.1715L6.818 4.818M8.232 9.768C7.88243 9.41834 7.6444 8.97288 7.54799 8.48795C7.45158 8.00301 7.50113 7.50038 7.69036 7.04361C7.8796 6.58683 8.20003 6.19642 8.61114 5.92175C9.02225 5.64707 9.50557 5.50047 10 5.50047C10.4944 5.50047 10.9777 5.64707 11.3889 5.92175C11.8 6.19642 12.1204 6.58683 12.3096 7.04361C12.4989 7.50038 12.5484 8.00301 12.452 8.48795C12.3556 8.97288 12.1176 9.41834 11.768 9.768L11.494 10.0415C11.3374 10.1982 11.2131 10.3842 11.1283 10.5889C11.0436 10.7936 11 11.0129 11 11.2345V11.5C11 11.7652 10.8946 12.0196 10.7071 12.2071C10.5196 12.3946 10.2652 12.5 10 12.5C9.73478 12.5 9.48043 12.3946 9.29289 12.2071C9.10536 12.0196 9 11.7652 9 11.5V11.2345C9 10.787 8.822 10.3575 8.506 10.0415L8.232 9.768Z\" stroke=\"#7C3AED\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <span\n class=\"cqa-flex-1 cqa-text-[12px] cqa-leading-[15px] cqa-font-semibold\" style=\"word-break: break-word;\"\n [ngStyle]=\"{ color: hasReasoning ? '#4C1D95' : '#0B0B0B' }\">\n {{ displayText }}\n </span>\n <span *ngIf=\"!hasReasoning\" class=\"cqa-text-[10px] cqa-font-inter cqa-leading-[15px] cqa-font-medium cqa-text-[#636363]\">\n {{ formatDuration(duration || 0) }}\n </span>\n </div>\n</div>\n", styles: [] }]
7324
+ args: [{ selector: 'cqa-ai-logs-with-reasoning', host: { class: 'cqa-ui-root' }, template: "<div class=\"cqa-flex cqa-items-start cqa-gap-3 cqa-px-3\">\n <!-- Status Icon -->\n <div class=\"cqa-flex cqa-items-center cqa-justify-center cqa-w-3 cqa-h-3\">\n </div>\n <!-- AI-Agent style container -->\n <div\n class=\"cqa-font-inter cqa-rounded-md cqa-flex cqa-items-center cqa-gap-2 cqa-px-2 cqa-py-1 cqa-flex-1\"\n [ngStyle]=\"{\n 'background-color': hasReasoning ? '#EEF2FF' : '#F7FAFC',\n 'border': hasReasoning ? '1px solid #C4B5FD' : '1px solid #BEDBFF'\n }\">\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"isSuccess\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4.5 6L5.5 7L7.5 5\" stroke=\"#00A63E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n <svg *ngIf=\"isFailed\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11Z\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M4 4L8 8M8 4L4 8\" stroke=\"#EF4444\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <div class=\"cqa-flex cqa-items-center cqa-justify-center\">\n <svg *ngIf=\"!hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#FEF3C6\"/><path d=\"M10.5 9V5.5L6 11H9.5V14.5L14 9H10.5Z\" stroke=\"#E17100\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n <svg *ngIf=\"hasReasoning\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"20\" height=\"20\" rx=\"4\" fill=\"#ddd7f5\"/>\n <path d=\"M8.8315 10.5H11.168M10 3.5V4M13.182 4.818L12.8285 5.1715M14.5 8H14M6 8H5.5M7.1715 5.1715L6.818 4.818M8.232 9.768C7.88243 9.41834 7.6444 8.97288 7.54799 8.48795C7.45158 8.00301 7.50113 7.50038 7.69036 7.04361C7.8796 6.58683 8.20003 6.19642 8.61114 5.92175C9.02225 5.64707 9.50557 5.50047 10 5.50047C10.4944 5.50047 10.9777 5.64707 11.3889 5.92175C11.8 6.19642 12.1204 6.58683 12.3096 7.04361C12.4989 7.50038 12.5484 8.00301 12.452 8.48795C12.3556 8.97288 12.1176 9.41834 11.768 9.768L11.494 10.0415C11.3374 10.1982 11.2131 10.3842 11.1283 10.5889C11.0436 10.7936 11 11.0129 11 11.2345V11.5C11 11.7652 10.8946 12.0196 10.7071 12.2071C10.5196 12.3946 10.2652 12.5 10 12.5C9.73478 12.5 9.48043 12.3946 9.29289 12.2071C9.10536 12.0196 9 11.7652 9 11.5V11.2345C9 10.787 8.822 10.3575 8.506 10.0415L8.232 9.768Z\" stroke=\"#7C3AED\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </div>\n <span\n class=\"cqa-flex-1 cqa-text-[12px] cqa-leading-[15px] cqa-font-semibold cqa-break-words cqa-whitespace-normal\"\n [ngStyle]=\"{ color: hasReasoning ? '#4C1D95' : '#0B0B0B' }\">\n {{ displayText }}\n </span>\n <span *ngIf=\"!hasReasoning\" class=\"cqa-text-[10px] cqa-font-inter cqa-leading-[15px] cqa-font-medium cqa-text-[#636363]\">\n {{ formatDuration(duration || 0) }}\n </span>\n </div>\n</div>\n", styles: [] }]
7325
7325
  }], propDecorators: { status: [{
7326
7326
  type: Input
7327
7327
  }], text: [{
@@ -17126,10 +17126,10 @@ class AiDebugAlertComponent {
17126
17126
  }
17127
17127
  }
17128
17128
  AiDebugAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: AiDebugAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17129
- AiDebugAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: AiDebugAlertComponent, selector: "cqa-ai-debug-alert", inputs: { message: "message", timestamp: "timestamp" }, ngImport: i0, template: "<div class=\"cqa-ui-root\">\n <div \n class=\"cqa-flex cqa-items-start cqa-gap-3 cqa-p-[13px] cqa-transition-colors\"\n style=\"width: 100%; border-radius: 10px; border: 1px solid #E9D4FF; background-color: #FAF5FF;\">\n \n <mat-icon class=\"!cqa-w-[16px] !cqa-h-[16px] !cqa-text-[16px] cqa-mt-[2px]\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path d=\"M2.66503 9.33377C2.53888 9.3342 2.41519 9.29882 2.30834 9.23175C2.20148 9.16468 2.11586 9.06867 2.0614 8.95487C2.00694 8.84107 1.9859 8.71416 2.0007 8.58887C2.0155 8.46359 2.06555 8.34507 2.14503 8.2471L8.74503 1.4471C8.79454 1.38996 8.86201 1.35134 8.93636 1.33759C9.0107 1.32384 9.08752 1.33578 9.15419 1.37144C9.22086 1.4071 9.27342 1.46437 9.30326 1.53384C9.33309 1.60331 9.33842 1.68087 9.31837 1.75377L8.03837 5.7671C8.00062 5.86812 7.98795 5.97678 8.00143 6.08377C8.01491 6.19076 8.05414 6.29289 8.11576 6.38139C8.17738 6.46988 8.25955 6.54211 8.35522 6.59187C8.45089 6.64164 8.5572 6.66745 8.66503 6.6671H13.3317C13.4579 6.66667 13.5815 6.70205 13.6884 6.76912C13.7952 6.83619 13.8809 6.9322 13.9353 7.046C13.9898 7.1598 14.0108 7.28671 13.996 7.412C13.9812 7.53728 13.9312 7.6558 13.8517 7.75377L7.2517 14.5538C7.20219 14.6109 7.13473 14.6495 7.06038 14.6633C6.98603 14.677 6.90922 14.6651 6.84255 14.6294C6.77588 14.5938 6.72331 14.5365 6.69348 14.467C6.66364 14.3976 6.65832 14.32 6.67837 14.2471L7.95837 10.2338C7.99611 10.1328 8.00879 10.0241 7.99531 9.9171C7.98183 9.81011 7.94259 9.70798 7.88097 9.61948C7.81935 9.53099 7.73719 9.45876 7.64152 9.40899C7.54585 9.35923 7.43954 9.33342 7.3317 9.33377H2.66503Z\" stroke=\"#9810FA\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </mat-icon>\n \n <div class=\"cqa-flex-1 cqa-flex cqa-flex-col cqa-gap-1 cqa-min-w-0\">\n <div class=\"cqa-flex cqa-items-center cqa-gap-2 cqa-flex-wrap\">\n <span class=\"cqa-text-[13px] cqa-text-[#A1A1A1] cqa-font-normal\">\n {{ timestamp }}\n </span>\n </div>\n \n <p class=\"cqa-text-[14px] sm:!cqa-text-[16px] cqa-text-[#404040] cqa-m-0 cqa-break-words\">\n {{ message }}\n </p>\n </div>\n </div>\n</div>\n\n", components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
17129
+ AiDebugAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.4.0", type: AiDebugAlertComponent, selector: "cqa-ai-debug-alert", inputs: { message: "message", timestamp: "timestamp" }, ngImport: i0, template: "<div class=\"cqa-ui-root\">\n <div \n class=\"cqa-flex cqa-items-start cqa-gap-3 cqa-p-[13px] cqa-transition-colors\"\n style=\"width: 100%; border-radius: 10px; border: 1px solid #E9D4FF; background-color: #FAF5FF;\">\n \n <mat-icon class=\"!cqa-w-[16px] !cqa-h-[16px] !cqa-text-[16px] cqa-mt-[2px]\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path d=\"M2.66503 9.33377C2.53888 9.3342 2.41519 9.29882 2.30834 9.23175C2.20148 9.16468 2.11586 9.06867 2.0614 8.95487C2.00694 8.84107 1.9859 8.71416 2.0007 8.58887C2.0155 8.46359 2.06555 8.34507 2.14503 8.2471L8.74503 1.4471C8.79454 1.38996 8.86201 1.35134 8.93636 1.33759C9.0107 1.32384 9.08752 1.33578 9.15419 1.37144C9.22086 1.4071 9.27342 1.46437 9.30326 1.53384C9.33309 1.60331 9.33842 1.68087 9.31837 1.75377L8.03837 5.7671C8.00062 5.86812 7.98795 5.97678 8.00143 6.08377C8.01491 6.19076 8.05414 6.29289 8.11576 6.38139C8.17738 6.46988 8.25955 6.54211 8.35522 6.59187C8.45089 6.64164 8.5572 6.66745 8.66503 6.6671H13.3317C13.4579 6.66667 13.5815 6.70205 13.6884 6.76912C13.7952 6.83619 13.8809 6.9322 13.9353 7.046C13.9898 7.1598 14.0108 7.28671 13.996 7.412C13.9812 7.53728 13.9312 7.6558 13.8517 7.75377L7.2517 14.5538C7.20219 14.6109 7.13473 14.6495 7.06038 14.6633C6.98603 14.677 6.90922 14.6651 6.84255 14.6294C6.77588 14.5938 6.72331 14.5365 6.69348 14.467C6.66364 14.3976 6.65832 14.32 6.67837 14.2471L7.95837 10.2338C7.99611 10.1328 8.00879 10.0241 7.99531 9.9171C7.98183 9.81011 7.94259 9.70798 7.88097 9.61948C7.81935 9.53099 7.73719 9.45876 7.64152 9.40899C7.54585 9.35923 7.43954 9.33342 7.3317 9.33377H2.66503Z\" stroke=\"#9810FA\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </mat-icon>\n \n <div class=\"cqa-flex-1 cqa-flex cqa-flex-col cqa-gap-1 cqa-min-w-0\">\n <div class=\"cqa-flex cqa-items-center cqa-gap-2 cqa-flex-wrap\">\n <span class=\"cqa-text-[13px] cqa-text-[#A1A1A1] cqa-font-normal\">\n {{ timestamp }}\n </span>\n </div>\n \n <p class=\"cqa-text-[14px] sm:!cqa-text-[16px] cqa-text-[#404040] cqa-m-0 cqa-break-words cqa-whitespace-normal\">\n {{ message }}\n </p>\n </div>\n </div>\n</div>\n\n", components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
17130
17130
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: AiDebugAlertComponent, decorators: [{
17131
17131
  type: Component,
17132
- args: [{ selector: 'cqa-ai-debug-alert', template: "<div class=\"cqa-ui-root\">\n <div \n class=\"cqa-flex cqa-items-start cqa-gap-3 cqa-p-[13px] cqa-transition-colors\"\n style=\"width: 100%; border-radius: 10px; border: 1px solid #E9D4FF; background-color: #FAF5FF;\">\n \n <mat-icon class=\"!cqa-w-[16px] !cqa-h-[16px] !cqa-text-[16px] cqa-mt-[2px]\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path d=\"M2.66503 9.33377C2.53888 9.3342 2.41519 9.29882 2.30834 9.23175C2.20148 9.16468 2.11586 9.06867 2.0614 8.95487C2.00694 8.84107 1.9859 8.71416 2.0007 8.58887C2.0155 8.46359 2.06555 8.34507 2.14503 8.2471L8.74503 1.4471C8.79454 1.38996 8.86201 1.35134 8.93636 1.33759C9.0107 1.32384 9.08752 1.33578 9.15419 1.37144C9.22086 1.4071 9.27342 1.46437 9.30326 1.53384C9.33309 1.60331 9.33842 1.68087 9.31837 1.75377L8.03837 5.7671C8.00062 5.86812 7.98795 5.97678 8.00143 6.08377C8.01491 6.19076 8.05414 6.29289 8.11576 6.38139C8.17738 6.46988 8.25955 6.54211 8.35522 6.59187C8.45089 6.64164 8.5572 6.66745 8.66503 6.6671H13.3317C13.4579 6.66667 13.5815 6.70205 13.6884 6.76912C13.7952 6.83619 13.8809 6.9322 13.9353 7.046C13.9898 7.1598 14.0108 7.28671 13.996 7.412C13.9812 7.53728 13.9312 7.6558 13.8517 7.75377L7.2517 14.5538C7.20219 14.6109 7.13473 14.6495 7.06038 14.6633C6.98603 14.677 6.90922 14.6651 6.84255 14.6294C6.77588 14.5938 6.72331 14.5365 6.69348 14.467C6.66364 14.3976 6.65832 14.32 6.67837 14.2471L7.95837 10.2338C7.99611 10.1328 8.00879 10.0241 7.99531 9.9171C7.98183 9.81011 7.94259 9.70798 7.88097 9.61948C7.81935 9.53099 7.73719 9.45876 7.64152 9.40899C7.54585 9.35923 7.43954 9.33342 7.3317 9.33377H2.66503Z\" stroke=\"#9810FA\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </mat-icon>\n \n <div class=\"cqa-flex-1 cqa-flex cqa-flex-col cqa-gap-1 cqa-min-w-0\">\n <div class=\"cqa-flex cqa-items-center cqa-gap-2 cqa-flex-wrap\">\n <span class=\"cqa-text-[13px] cqa-text-[#A1A1A1] cqa-font-normal\">\n {{ timestamp }}\n </span>\n </div>\n \n <p class=\"cqa-text-[14px] sm:!cqa-text-[16px] cqa-text-[#404040] cqa-m-0 cqa-break-words\">\n {{ message }}\n </p>\n </div>\n </div>\n</div>\n\n", styles: [] }]
17132
+ args: [{ selector: 'cqa-ai-debug-alert', template: "<div class=\"cqa-ui-root\">\n <div \n class=\"cqa-flex cqa-items-start cqa-gap-3 cqa-p-[13px] cqa-transition-colors\"\n style=\"width: 100%; border-radius: 10px; border: 1px solid #E9D4FF; background-color: #FAF5FF;\">\n \n <mat-icon class=\"!cqa-w-[16px] !cqa-h-[16px] !cqa-text-[16px] cqa-mt-[2px]\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path d=\"M2.66503 9.33377C2.53888 9.3342 2.41519 9.29882 2.30834 9.23175C2.20148 9.16468 2.11586 9.06867 2.0614 8.95487C2.00694 8.84107 1.9859 8.71416 2.0007 8.58887C2.0155 8.46359 2.06555 8.34507 2.14503 8.2471L8.74503 1.4471C8.79454 1.38996 8.86201 1.35134 8.93636 1.33759C9.0107 1.32384 9.08752 1.33578 9.15419 1.37144C9.22086 1.4071 9.27342 1.46437 9.30326 1.53384C9.33309 1.60331 9.33842 1.68087 9.31837 1.75377L8.03837 5.7671C8.00062 5.86812 7.98795 5.97678 8.00143 6.08377C8.01491 6.19076 8.05414 6.29289 8.11576 6.38139C8.17738 6.46988 8.25955 6.54211 8.35522 6.59187C8.45089 6.64164 8.5572 6.66745 8.66503 6.6671H13.3317C13.4579 6.66667 13.5815 6.70205 13.6884 6.76912C13.7952 6.83619 13.8809 6.9322 13.9353 7.046C13.9898 7.1598 14.0108 7.28671 13.996 7.412C13.9812 7.53728 13.9312 7.6558 13.8517 7.75377L7.2517 14.5538C7.20219 14.6109 7.13473 14.6495 7.06038 14.6633C6.98603 14.677 6.90922 14.6651 6.84255 14.6294C6.77588 14.5938 6.72331 14.5365 6.69348 14.467C6.66364 14.3976 6.65832 14.32 6.67837 14.2471L7.95837 10.2338C7.99611 10.1328 8.00879 10.0241 7.99531 9.9171C7.98183 9.81011 7.94259 9.70798 7.88097 9.61948C7.81935 9.53099 7.73719 9.45876 7.64152 9.40899C7.54585 9.35923 7.43954 9.33342 7.3317 9.33377H2.66503Z\" stroke=\"#9810FA\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n </mat-icon>\n \n <div class=\"cqa-flex-1 cqa-flex cqa-flex-col cqa-gap-1 cqa-min-w-0\">\n <div class=\"cqa-flex cqa-items-center cqa-gap-2 cqa-flex-wrap\">\n <span class=\"cqa-text-[13px] cqa-text-[#A1A1A1] cqa-font-normal\">\n {{ timestamp }}\n </span>\n </div>\n \n <p class=\"cqa-text-[14px] sm:!cqa-text-[16px] cqa-text-[#404040] cqa-m-0 cqa-break-words cqa-whitespace-normal\">\n {{ message }}\n </p>\n </div>\n </div>\n</div>\n\n", styles: [] }]
17133
17133
  }], propDecorators: { message: [{
17134
17134
  type: Input
17135
17135
  }], timestamp: [{