@eric-emg/symphiq-components 1.2.470 → 1.2.472
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.
- package/fesm2022/symphiq-components.mjs +6 -6
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +20 -16
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -94847,7 +94847,7 @@ function SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_1
|
|
|
94847
94847
|
function SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
94848
94848
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
94849
94849
|
i0.ɵɵelementStart(0, "div", 65);
|
|
94850
|
-
i0.ɵɵlistener("click", function SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r6); const focusArea_r3 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(focusArea_r3.selfContentStatusProfileAnalysis === ctx_r1.AiDynamicContentStatusEnum.GENERATED && focusArea_r3.profileAnalysis ? ctx_r1.handleAnalysisFooterClick(focusArea_r3.profileAnalysis) : ctx_r1.handleFooterClick(focusArea_r3.profileFocusArea)); });
|
|
94850
|
+
i0.ɵɵlistener("click", function SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r6); const focusArea_r3 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(focusArea_r3.selfContentStatusProfileAnalysis === ctx_r1.AiDynamicContentStatusEnum.GENERATED && focusArea_r3.profileAnalysis && focusArea_r3.profileFocusArea ? ctx_r1.handleAnalysisFooterClick(focusArea_r3.profileAnalysis, focusArea_r3.profileFocusArea) : ctx_r1.handleFooterClick(focusArea_r3.profileFocusArea)); });
|
|
94851
94851
|
i0.ɵɵelementStart(1, "div", 66)(2, "span", 67);
|
|
94852
94852
|
i0.ɵɵconditionalCreate(3, SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Conditional_3_Template, 1, 0)(4, SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Conditional_4_Template, 1, 0)(5, SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Conditional_5_Template, 1, 0)(6, SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Conditional_6_Template, 1, 0)(7, SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Conditional_17_Conditional_7_Template, 1, 0);
|
|
94853
94853
|
i0.ɵɵelementEnd();
|
|
@@ -95219,8 +95219,8 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
95219
95219
|
this.navigateToProfileFocusArea.emit(profileFocusArea);
|
|
95220
95220
|
}
|
|
95221
95221
|
}
|
|
95222
|
-
handleAnalysisFooterClick(profileAnalysis) {
|
|
95223
|
-
this.navigateToProfileAnalysis.emit(profileAnalysis);
|
|
95222
|
+
handleAnalysisFooterClick(profileAnalysis, profileFocusArea) {
|
|
95223
|
+
this.navigateToProfileAnalysis.emit({ profileAnalysis, profileFocusArea });
|
|
95224
95224
|
}
|
|
95225
95225
|
handleSearchClick() {
|
|
95226
95226
|
this.showSearchModal.set(true);
|
|
@@ -95762,7 +95762,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
95762
95762
|
<div
|
|
95763
95763
|
[class]="getCardFooterClasses()"
|
|
95764
95764
|
class="mt-auto cursor-pointer hover:bg-slate-100 dark:hover:bg-slate-700/50 transition-colors"
|
|
95765
|
-
(click)="focusArea.selfContentStatusProfileAnalysis === AiDynamicContentStatusEnum.GENERATED && focusArea.profileAnalysis ? handleAnalysisFooterClick(focusArea.profileAnalysis) : handleFooterClick(focusArea.profileFocusArea)">
|
|
95765
|
+
(click)="focusArea.selfContentStatusProfileAnalysis === AiDynamicContentStatusEnum.GENERATED && focusArea.profileAnalysis && focusArea.profileFocusArea ? handleAnalysisFooterClick(focusArea.profileAnalysis, focusArea.profileFocusArea) : handleFooterClick(focusArea.profileFocusArea)">
|
|
95766
95766
|
<div class="flex items-center justify-between">
|
|
95767
95767
|
<span class="text-sm font-medium text-slate-600 dark:text-slate-400">
|
|
95768
95768
|
@if (focusArea.selfContentStatusProfileAnalysis === AiDynamicContentStatusEnum.GENERATED) {
|
|
@@ -95855,7 +95855,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
95855
95855
|
type: HostListener,
|
|
95856
95856
|
args: ['window:scroll', ['$event']]
|
|
95857
95857
|
}] }); })();
|
|
95858
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber:
|
|
95858
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 454 }); })();
|
|
95859
95859
|
|
|
95860
95860
|
const _c0$6 = () => [];
|
|
95861
95861
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -96794,7 +96794,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
|
|
|
96794
96794
|
this.profileAnalysis = input(...(ngDevMode ? [undefined, { debugName: "profileAnalysis" }] : []));
|
|
96795
96795
|
this.funnelAnalysis = input(...(ngDevMode ? [undefined, { debugName: "funnelAnalysis" }] : []));
|
|
96796
96796
|
this.profile = input(...(ngDevMode ? [undefined, { debugName: "profile" }] : []));
|
|
96797
|
-
this.isLoading = input(
|
|
96797
|
+
this.isLoading = input(undefined, ...(ngDevMode ? [{ debugName: "isLoading" }] : []));
|
|
96798
96798
|
this.requestedByUser = input(...(ngDevMode ? [undefined, { debugName: "requestedByUser" }] : []));
|
|
96799
96799
|
this.embedded = input(false, ...(ngDevMode ? [{ debugName: "embedded" }] : []));
|
|
96800
96800
|
this.scrollEvent = input(undefined, ...(ngDevMode ? [{ debugName: "scrollEvent" }] : []));
|