@eric-emg/symphiq-components 1.2.164 → 1.2.166
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 +541 -462
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +30 -28
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/styles.css +4 -0
- package/styles.css +62 -0
|
@@ -2534,7 +2534,7 @@ class ConfettiService {
|
|
|
2534
2534
|
}]
|
|
2535
2535
|
}], null, null); })();
|
|
2536
2536
|
|
|
2537
|
-
const _c0$
|
|
2537
|
+
const _c0$14 = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
2538
2538
|
const _c1$C = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
2539
2539
|
class SkeletonLoaderComponent {
|
|
2540
2540
|
constructor() {
|
|
@@ -2551,7 +2551,7 @@ class SkeletonLoaderComponent {
|
|
|
2551
2551
|
} if (rf & 2) {
|
|
2552
2552
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
2553
2553
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
2554
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
2554
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$14, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
2555
2555
|
i0.ɵɵadvance();
|
|
2556
2556
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$C, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
2557
2557
|
} }, dependencies: [NgClass], styles: [".skeleton-loader[_ngcontent-%COMP%]{position:relative;overflow:hidden}.skeleton-shimmer-overlay[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_shimmer 2s infinite cubic-bezier(.4,0,.6,1);transform:translate(-100%)}@keyframes _ngcontent-%COMP%_shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _ngcontent-%COMP%_pulse{0%,to{opacity:1}50%{opacity:.6}}"], changeDetection: 0 }); }
|
|
@@ -2591,7 +2591,7 @@ const ChartContainerComponent_Conditional_1_Conditional_13_Defer_2_DepsFn = () =
|
|
|
2591
2591
|
const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
2592
2592
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
2593
2593
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
2594
|
-
const _c0$
|
|
2594
|
+
const _c0$13 = (a0, a1) => [a0, a1];
|
|
2595
2595
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2596
2596
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
2597
2597
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -2643,7 +2643,7 @@ function ChartContainerComponent_Conditional_1_Conditional_11_Template(rf, ctx)
|
|
|
2643
2643
|
i0.ɵɵelementEnd()();
|
|
2644
2644
|
} if (rf & 2) {
|
|
2645
2645
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2646
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
2646
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$13, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
2647
2647
|
} }
|
|
2648
2648
|
function ChartContainerComponent_Conditional_1_Conditional_13_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
2649
2649
|
i0.ɵɵelement(0, "symphiq-line-chart", 23);
|
|
@@ -4245,7 +4245,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
4245
4245
|
}], null, { metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], overallDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "overallDescription", required: false }] }], competitiveBenchmark: [{ type: i0.Input, args: [{ isSignal: true, alias: "competitiveBenchmark", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], scrollToCompetitive: [{ type: i0.Output, args: ["scrollToCompetitive"] }] }); })();
|
|
4246
4246
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
4247
4247
|
|
|
4248
|
-
const _c0$
|
|
4248
|
+
const _c0$12 = () => [1, 2, 3, 4];
|
|
4249
4249
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
4250
4250
|
i0.ɵɵelementStart(0, "div", 9);
|
|
4251
4251
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -4279,7 +4279,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
4279
4279
|
i0.ɵɵadvance(2);
|
|
4280
4280
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
4281
4281
|
i0.ɵɵadvance(2);
|
|
4282
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
4282
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$12));
|
|
4283
4283
|
i0.ɵɵadvance(2);
|
|
4284
4284
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
4285
4285
|
} }
|
|
@@ -5494,7 +5494,7 @@ class OverallAssessmentComponent {
|
|
|
5494
5494
|
}], null, { assessment: [{ type: i0.Input, args: [{ isSignal: true, alias: "assessment", required: false }] }], revenueMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "revenueMetric", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isChartsLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChartsLoading", required: false }] }], strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: false }] }], weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], scrollToSection: [{ type: i0.Output, args: ["scrollToSection"] }] }); })();
|
|
5495
5495
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
5496
5496
|
|
|
5497
|
-
const _c0$
|
|
5497
|
+
const _c0$11 = () => [1, 2, 3];
|
|
5498
5498
|
const _c1$B = () => [1, 2, 3, 4];
|
|
5499
5499
|
const _c2$q = () => [];
|
|
5500
5500
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -5532,7 +5532,7 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
5532
5532
|
i0.ɵɵadvance();
|
|
5533
5533
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
5534
5534
|
i0.ɵɵadvance();
|
|
5535
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
5535
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$11));
|
|
5536
5536
|
i0.ɵɵadvance(3);
|
|
5537
5537
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$B));
|
|
5538
5538
|
} }
|
|
@@ -8232,7 +8232,7 @@ class MetricCardComponent {
|
|
|
8232
8232
|
}], () => [], { metric: [{ type: i0.Input, args: [{ isSignal: true, alias: "metric", required: false }] }], insights: [{ type: i0.Input, args: [{ isSignal: true, alias: "insights", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], analysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysis", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], initialExpandedSection: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialExpandedSection", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
8233
8233
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
8234
8234
|
|
|
8235
|
-
const _c0
|
|
8235
|
+
const _c0$10 = () => [1, 2, 3];
|
|
8236
8236
|
const _c1$A = (a0, a1, a2) => [a0, a1, a2];
|
|
8237
8237
|
const _c2$p = (a0, a1) => [a0, a1];
|
|
8238
8238
|
const _forTrack0$M = ($index, $item) => $item.metric;
|
|
@@ -8262,7 +8262,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
8262
8262
|
i0.ɵɵadvance();
|
|
8263
8263
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
8264
8264
|
i0.ɵɵadvance(2);
|
|
8265
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0
|
|
8265
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$10));
|
|
8266
8266
|
} }
|
|
8267
8267
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
8268
8268
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -8281,7 +8281,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
8281
8281
|
i0.ɵɵadvance();
|
|
8282
8282
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
8283
8283
|
i0.ɵɵadvance(2);
|
|
8284
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0
|
|
8284
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$10));
|
|
8285
8285
|
} }
|
|
8286
8286
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
8287
8287
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -12450,7 +12450,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
12450
12450
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
12451
12451
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
12452
12452
|
|
|
12453
|
-
const _c0
|
|
12453
|
+
const _c0$$ = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12454
12454
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
12455
12455
|
i0.ɵɵelement(0, "div", 12);
|
|
12456
12456
|
} if (rf & 2) {
|
|
@@ -12726,7 +12726,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12726
12726
|
i0.ɵɵadvance();
|
|
12727
12727
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12728
12728
|
i0.ɵɵadvance(3);
|
|
12729
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0
|
|
12729
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$$));
|
|
12730
12730
|
i0.ɵɵadvance(2);
|
|
12731
12731
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12732
12732
|
i0.ɵɵadvance();
|
|
@@ -12902,7 +12902,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12902
12902
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
12903
12903
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
12904
12904
|
|
|
12905
|
-
const _c0$
|
|
12905
|
+
const _c0$_ = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12906
12906
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
12907
12907
|
i0.ɵɵelement(0, "div", 17);
|
|
12908
12908
|
} if (rf & 2) {
|
|
@@ -13413,7 +13413,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
13413
13413
|
i0.ɵɵadvance();
|
|
13414
13414
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
13415
13415
|
i0.ɵɵadvance(3);
|
|
13416
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
13416
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$_));
|
|
13417
13417
|
i0.ɵɵadvance(2);
|
|
13418
13418
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
13419
13419
|
i0.ɵɵadvance();
|
|
@@ -13882,7 +13882,7 @@ class ProfileItemLookupService {
|
|
|
13882
13882
|
}]
|
|
13883
13883
|
}], null, null); })();
|
|
13884
13884
|
|
|
13885
|
-
const _c0$
|
|
13885
|
+
const _c0$Z = a0 => ({ name: "chevron-right", source: a0 });
|
|
13886
13886
|
const _forTrack0$J = ($index, $item) => $item.id;
|
|
13887
13887
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13888
13888
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13900,7 +13900,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
13900
13900
|
i0.ɵɵadvance(2);
|
|
13901
13901
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
13902
13902
|
i0.ɵɵadvance();
|
|
13903
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13903
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$Z, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13904
13904
|
} }
|
|
13905
13905
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13906
13906
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13989,7 +13989,7 @@ class RelatedAreaChipsComponent {
|
|
|
13989
13989
|
}], null, { relatedAreaIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedAreaIds", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }] }); })();
|
|
13990
13990
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13991
13991
|
|
|
13992
|
-
const _c0$
|
|
13992
|
+
const _c0$Y = a0 => ({ name: "chevron-right", source: a0 });
|
|
13993
13993
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13994
13994
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13995
13995
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -14006,7 +14006,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
14006
14006
|
i0.ɵɵadvance(2);
|
|
14007
14007
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
14008
14008
|
i0.ɵɵadvance();
|
|
14009
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
14009
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$Y, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14010
14010
|
} }
|
|
14011
14011
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
14012
14012
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -14417,7 +14417,7 @@ class CompetitorContextSectionComponent {
|
|
|
14417
14417
|
}], null, { contextType: [{ type: i0.Input, args: [{ isSignal: true, alias: "contextType", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isCollapsible: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCollapsible", required: false }] }], itemClicked: [{ type: i0.Output, args: ["itemClicked"] }] }); })();
|
|
14418
14418
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
14419
14419
|
|
|
14420
|
-
const _c0$
|
|
14420
|
+
const _c0$X = a0 => ({ name: "chevron-right", source: a0 });
|
|
14421
14421
|
const _forTrack0$H = ($index, $item) => $item.id;
|
|
14422
14422
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
14423
14423
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -14438,7 +14438,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
14438
14438
|
i0.ɵɵadvance(2);
|
|
14439
14439
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
14440
14440
|
i0.ɵɵadvance();
|
|
14441
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
14441
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$X, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14442
14442
|
} }
|
|
14443
14443
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
14444
14444
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -21402,7 +21402,7 @@ class FunnelStageCompetitiveTooltipComponent {
|
|
|
21402
21402
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
21403
21403
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStageCompetitiveTooltipComponent, { className: "FunnelStageCompetitiveTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/funnel-stage-competitive-tooltip.component.ts", lineNumber: 120 }); })();
|
|
21404
21404
|
|
|
21405
|
-
const _c0$
|
|
21405
|
+
const _c0$W = () => [];
|
|
21406
21406
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21407
21407
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
21408
21408
|
} if (rf & 2) {
|
|
@@ -21566,7 +21566,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
21566
21566
|
} if (rf & 2) {
|
|
21567
21567
|
i0.ɵɵnextContext(2);
|
|
21568
21568
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
21569
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
21569
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$W));
|
|
21570
21570
|
} }
|
|
21571
21571
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
21572
21572
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -22647,7 +22647,7 @@ class SearchService {
|
|
|
22647
22647
|
}]
|
|
22648
22648
|
}], null, null); })();
|
|
22649
22649
|
|
|
22650
|
-
const _c0$
|
|
22650
|
+
const _c0$V = ["searchInput"];
|
|
22651
22651
|
const _forTrack0$B = ($index, $item) => $item.id;
|
|
22652
22652
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
22653
22653
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -23009,7 +23009,7 @@ class SearchBarComponent {
|
|
|
23009
23009
|
}
|
|
23010
23010
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
23011
23011
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
23012
|
-
i0.ɵɵviewQuery(_c0$
|
|
23012
|
+
i0.ɵɵviewQuery(_c0$V, 5);
|
|
23013
23013
|
} if (rf & 2) {
|
|
23014
23014
|
let _t;
|
|
23015
23015
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -26703,7 +26703,7 @@ class FunnelWelcomeBannerComponent {
|
|
|
26703
26703
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
|
|
26704
26704
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 113 }); })();
|
|
26705
26705
|
|
|
26706
|
-
const _c0$
|
|
26706
|
+
const _c0$U = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
26707
26707
|
const _c1$z = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
26708
26708
|
class CollapsibleFunnelSectionGroupComponent {
|
|
26709
26709
|
constructor() {
|
|
@@ -26836,7 +26836,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
26836
26836
|
}
|
|
26837
26837
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
26838
26838
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$z, decls: 90, vars: 58, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "mb-6", "p-4", "rounded-xl", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex-1"], [1, "font-semibold", "text-sm", "mb-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "space-y-3"], [1, "rounded-xl", "border", "overflow-hidden", "transition-all", "duration-200", 3, "id", "ngClass"], ["type", "button", 1, "cursor-pointer", "w-full", "px-5", "py-4", "flex", "items-center", "justify-between", "gap-4", "text-left", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0"], [1, "p-2", "rounded-lg", "flex-shrink-0", "transition-colors", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "transition-colors", "duration-200", 3, "ngClass"], [1, "text-sm", "mt-0.5", "transition-colors", "duration-200", 3, "ngClass"], [1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-200", 3, "ngClass"], ["stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], [1, "border-t", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"]], template: function CollapsibleFunnelSectionGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
26839
|
-
i0.ɵɵprojectionDef(_c0$
|
|
26839
|
+
i0.ɵɵprojectionDef(_c0$U);
|
|
26840
26840
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
26841
26841
|
i0.ɵɵnamespaceSVG();
|
|
26842
26842
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -27679,7 +27679,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27679
27679
|
}], null, { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], currentMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMode", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], modeSelected: [{ type: i0.Output, args: ["modeSelected"] }] }); })();
|
|
27680
27680
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
27681
27681
|
|
|
27682
|
-
const _c0$
|
|
27682
|
+
const _c0$T = a0 => ({ name: "check-badge", source: a0 });
|
|
27683
27683
|
const _c1$y = a0 => ({ name: "check-circle", source: a0 });
|
|
27684
27684
|
const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
27685
27685
|
const _forTrack0$x = ($index, $item) => $item.area;
|
|
@@ -27696,7 +27696,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27696
27696
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27697
27697
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27698
27698
|
i0.ɵɵadvance();
|
|
27699
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27699
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$T, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27700
27700
|
i0.ɵɵadvance();
|
|
27701
27701
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27702
27702
|
i0.ɵɵadvance(2);
|
|
@@ -27911,7 +27911,7 @@ class KeyStrengthsListModalContentComponent {
|
|
|
27911
27911
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27912
27912
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
|
|
27913
27913
|
|
|
27914
|
-
const _c0$
|
|
27914
|
+
const _c0$S = a0 => ({ name: "shield-check", source: a0 });
|
|
27915
27915
|
const _c1$x = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27916
27916
|
const _c2$n = a0 => ({ name: "document-text", source: a0 });
|
|
27917
27917
|
const _c3$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -27929,7 +27929,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27929
27929
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27930
27930
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27931
27931
|
i0.ɵɵadvance();
|
|
27932
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27932
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27933
27933
|
i0.ɵɵadvance();
|
|
27934
27934
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27935
27935
|
i0.ɵɵadvance(2);
|
|
@@ -28227,7 +28227,7 @@ class CriticalGapsListModalContentComponent {
|
|
|
28227
28227
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28228
28228
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
|
|
28229
28229
|
|
|
28230
|
-
const _c0$
|
|
28230
|
+
const _c0$R = a0 => ({ name: "check-circle", source: a0 });
|
|
28231
28231
|
const _c1$w = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28232
28232
|
const _forTrack0$v = ($index, $item) => $item.questionId;
|
|
28233
28233
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -28283,7 +28283,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
28283
28283
|
i0.ɵɵadvance();
|
|
28284
28284
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
28285
28285
|
i0.ɵɵadvance();
|
|
28286
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
28286
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$R, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
28287
28287
|
i0.ɵɵadvance(3);
|
|
28288
28288
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
28289
28289
|
} }
|
|
@@ -28468,7 +28468,7 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
28468
28468
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28469
28469
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
|
|
28470
28470
|
|
|
28471
|
-
const _c0$
|
|
28471
|
+
const _c0$Q = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28472
28472
|
const _c1$v = a0 => ({ name: "document-text", source: a0 });
|
|
28473
28473
|
const _c2$m = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28474
28474
|
const _forTrack0$u = ($index, $item) => $item.questionId;
|
|
@@ -28746,7 +28746,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
28746
28746
|
i0.ɵɵadvance();
|
|
28747
28747
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
28748
28748
|
i0.ɵɵadvance(2);
|
|
28749
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
28749
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$Q, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
28750
28750
|
i0.ɵɵadvance(2);
|
|
28751
28751
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
28752
28752
|
i0.ɵɵadvance(2);
|
|
@@ -30331,7 +30331,7 @@ class TopPriorityDetailModalContentComponent {
|
|
|
30331
30331
|
}], null, { priority: [{ type: i0.Input, args: [{ isSignal: true, alias: "priority", required: true }] }], index: [{ type: i0.Input, args: [{ isSignal: true, alias: "index", required: false }] }], totalCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalCount", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], focusAreaName: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaName", required: false }] }] }); })();
|
|
30332
30332
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
|
|
30333
30333
|
|
|
30334
|
-
const _c0$
|
|
30334
|
+
const _c0$P = a0 => ({ name: "check-badge", source: a0 });
|
|
30335
30335
|
const _c1$u = a0 => ({ name: "check-circle", source: a0 });
|
|
30336
30336
|
const _c2$l = a0 => ({ name: "chevron-right", source: a0 });
|
|
30337
30337
|
const _c3$g = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -30349,7 +30349,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
30349
30349
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30350
30350
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30351
30351
|
i0.ɵɵadvance();
|
|
30352
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30352
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$P, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30353
30353
|
i0.ɵɵadvance();
|
|
30354
30354
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30355
30355
|
i0.ɵɵadvance(2);
|
|
@@ -30654,7 +30654,7 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
30654
30654
|
}], null, { strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
|
|
30655
30655
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
|
|
30656
30656
|
|
|
30657
|
-
const _c0$
|
|
30657
|
+
const _c0$O = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
30658
30658
|
const _c1$t = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
30659
30659
|
const _c2$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
30660
30660
|
function _forTrack0$s($index, $item) { return this.getGapTitle($item); }
|
|
@@ -30671,7 +30671,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
30671
30671
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30672
30672
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30673
30673
|
i0.ɵɵadvance();
|
|
30674
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30674
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$O, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30675
30675
|
i0.ɵɵadvance();
|
|
30676
30676
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30677
30677
|
i0.ɵɵadvance(2);
|
|
@@ -31048,7 +31048,7 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
31048
31048
|
}], null, { gaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
|
|
31049
31049
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
|
|
31050
31050
|
|
|
31051
|
-
const _c0$
|
|
31051
|
+
const _c0$N = a0 => ({ name: "light-bulb", source: a0 });
|
|
31052
31052
|
const _c1$s = a0 => ({ name: "chevron-right", source: a0 });
|
|
31053
31053
|
const _c2$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
31054
31054
|
const _forTrack0$r = ($index, $item) => $item.opportunity;
|
|
@@ -31065,7 +31065,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
31065
31065
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31066
31066
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31067
31067
|
i0.ɵɵadvance();
|
|
31068
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31068
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$N, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31069
31069
|
i0.ɵɵadvance();
|
|
31070
31070
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31071
31071
|
i0.ɵɵadvance(2);
|
|
@@ -31317,7 +31317,7 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
31317
31317
|
}], null, { opportunities: [{ type: i0.Input, args: [{ isSignal: true, alias: "opportunities", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
|
|
31318
31318
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
|
|
31319
31319
|
|
|
31320
|
-
const _c0$
|
|
31320
|
+
const _c0$M = a0 => ({ name: "chevron-right", source: a0 });
|
|
31321
31321
|
const _c1$r = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31322
31322
|
const _forTrack0$q = ($index, $item) => $item.performanceItemId;
|
|
31323
31323
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31382,7 +31382,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
31382
31382
|
i0.ɵɵadvance(2);
|
|
31383
31383
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31384
31384
|
i0.ɵɵadvance();
|
|
31385
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31385
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$M, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31386
31386
|
} }
|
|
31387
31387
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
31388
31388
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -31702,7 +31702,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
31702
31702
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
31703
31703
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
|
|
31704
31704
|
|
|
31705
|
-
const _c0$
|
|
31705
|
+
const _c0$L = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31706
31706
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31707
31707
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
31708
31708
|
i0.ɵɵtext(2);
|
|
@@ -31799,7 +31799,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
31799
31799
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
31800
31800
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
31801
31801
|
i0.ɵɵadvance(2);
|
|
31802
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
31802
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$L, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
31803
31803
|
i0.ɵɵadvance();
|
|
31804
31804
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
31805
31805
|
i0.ɵɵadvance();
|
|
@@ -32038,7 +32038,7 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
32038
32038
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
32039
32039
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
|
|
32040
32040
|
|
|
32041
|
-
const _c0$
|
|
32041
|
+
const _c0$K = a0 => ({ name: "chevron-right", source: a0 });
|
|
32042
32042
|
const _c1$q = () => [];
|
|
32043
32043
|
const _forTrack0$p = ($index, $item) => $item.performanceItemId;
|
|
32044
32044
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -32085,7 +32085,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
32085
32085
|
i0.ɵɵadvance(2);
|
|
32086
32086
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
32087
32087
|
i0.ɵɵadvance();
|
|
32088
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
32088
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$K, ctx_r0.IconSourceEnum.HEROICONS));
|
|
32089
32089
|
} }
|
|
32090
32090
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
32091
32091
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -32490,7 +32490,7 @@ class CircularProgressComponent {
|
|
|
32490
32490
|
}], null, { percentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "percentage", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], strokeWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "strokeWidth", required: false }] }], progressColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "progressColor", required: false }] }], backgroundColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "backgroundColor", required: false }] }], showPercentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "showPercentage", required: false }] }], textClasses: [{ type: i0.Input, args: [{ isSignal: true, alias: "textClasses", required: false }] }], strokeLinecap: [{ type: i0.Input, args: [{ isSignal: true, alias: "strokeLinecap", required: false }] }], animationDuration: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDuration", required: false }] }], animationDelay: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDelay", required: false }] }] }); })();
|
|
32491
32491
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
32492
32492
|
|
|
32493
|
-
const _c0$
|
|
32493
|
+
const _c0$J = ["*"];
|
|
32494
32494
|
const _c1$p = (a0, a1) => [a0, a1];
|
|
32495
32495
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32496
32496
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -32535,7 +32535,7 @@ class VisualizationContainerComponent {
|
|
|
32535
32535
|
});
|
|
32536
32536
|
}
|
|
32537
32537
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
32538
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: VisualizationContainerComponent, selectors: [["symphiq-visualization-container"]], inputs: { isLightMode: [1, "isLightMode"], visualizationType: [1, "visualizationType"], visualizationData: [1, "visualizationData"], disableInteraction: [1, "disableInteraction"] }, outputs: { visualizationClick: "visualizationClick" }, ngContentSelectors: _c0$
|
|
32538
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: VisualizationContainerComponent, selectors: [["symphiq-visualization-container"]], inputs: { isLightMode: [1, "isLightMode"], visualizationType: [1, "visualizationType"], visualizationData: [1, "visualizationData"], disableInteraction: [1, "disableInteraction"] }, outputs: { visualizationClick: "visualizationClick" }, ngContentSelectors: _c0$J, decls: 4, vars: 8, consts: [[1, "relative", "rounded-xl", "transition-all", "duration-300", 3, "click", "ngClass"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 3, "ngClass"], [1, "transition-opacity", "duration-300"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"]], template: function VisualizationContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
32539
32539
|
i0.ɵɵprojectionDef();
|
|
32540
32540
|
i0.ɵɵelementStart(0, "div", 0);
|
|
32541
32541
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -32656,7 +32656,7 @@ class MetricBadgeComponent {
|
|
|
32656
32656
|
}], null, { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
32657
32657
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
32658
32658
|
|
|
32659
|
-
const _c0$
|
|
32659
|
+
const _c0$I = a0 => ({ name: "light-bulb", source: a0 });
|
|
32660
32660
|
const _c1$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
32661
32661
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
32662
32662
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -32721,7 +32721,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
32721
32721
|
i0.ɵɵadvance();
|
|
32722
32722
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
32723
32723
|
i0.ɵɵadvance();
|
|
32724
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
32724
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$I, ctx.iconSource));
|
|
32725
32725
|
i0.ɵɵadvance(3);
|
|
32726
32726
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
32727
32727
|
i0.ɵɵadvance();
|
|
@@ -32778,7 +32778,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
32778
32778
|
}], null, { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], bannerClick: [{ type: i0.Output, args: ["bannerClick"] }] }); })();
|
|
32779
32779
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
32780
32780
|
|
|
32781
|
-
const _c0$
|
|
32781
|
+
const _c0$H = a0 => ({ name: "users", source: a0 });
|
|
32782
32782
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
32783
32783
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
32784
32784
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -32793,7 +32793,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
32793
32793
|
i0.ɵɵadvance();
|
|
32794
32794
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
32795
32795
|
i0.ɵɵadvance();
|
|
32796
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
32796
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$H, ctx_r0.iconSource));
|
|
32797
32797
|
i0.ɵɵadvance(3);
|
|
32798
32798
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
32799
32799
|
} }
|
|
@@ -33357,7 +33357,7 @@ class ViewportAnimationDirective {
|
|
|
33357
33357
|
type: Input
|
|
33358
33358
|
}] }); })();
|
|
33359
33359
|
|
|
33360
|
-
const _c0$
|
|
33360
|
+
const _c0$G = a0 => ({ name: "star", source: a0 });
|
|
33361
33361
|
const _c1$n = a0 => ({ name: "globe-americas", source: a0 });
|
|
33362
33362
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
33363
33363
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -33393,7 +33393,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
33393
33393
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
33394
33394
|
} if (rf & 2) {
|
|
33395
33395
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33396
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
33396
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$G, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33397
33397
|
} }
|
|
33398
33398
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
33399
33399
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -34435,7 +34435,7 @@ class CompetitiveInsightBadgeComponent {
|
|
|
34435
34435
|
}], null, { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
34436
34436
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
34437
34437
|
|
|
34438
|
-
const _c0$
|
|
34438
|
+
const _c0$F = a0 => ({ name: "calendar-days", source: a0 });
|
|
34439
34439
|
const _c1$m = a0 => ({ name: "chart-bar", source: a0 });
|
|
34440
34440
|
const _c2$h = a0 => ({ name: "academic-cap", source: a0 });
|
|
34441
34441
|
const _c3$e = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -34456,7 +34456,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
34456
34456
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
34457
34457
|
} if (rf & 2) {
|
|
34458
34458
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34459
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
34459
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$F, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34460
34460
|
} }
|
|
34461
34461
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
34462
34462
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -35273,7 +35273,7 @@ class SeasonCardComponent {
|
|
|
35273
35273
|
}] }); })();
|
|
35274
35274
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
35275
35275
|
|
|
35276
|
-
const _c0$
|
|
35276
|
+
const _c0$E = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35277
35277
|
const _c1$l = a0 => ({ name: "chart-bar", source: a0 });
|
|
35278
35278
|
const _c2$g = a0 => ({ name: "academic-cap", source: a0 });
|
|
35279
35279
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -35418,7 +35418,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
35418
35418
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35419
35419
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35420
35420
|
i0.ɵɵadvance();
|
|
35421
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
35421
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$E, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
35422
35422
|
} }
|
|
35423
35423
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
35424
35424
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -36390,7 +36390,7 @@ class CustomerSegmentCardComponent {
|
|
|
36390
36390
|
}] }); })();
|
|
36391
36391
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
36392
36392
|
|
|
36393
|
-
const _c0$
|
|
36393
|
+
const _c0$D = a0 => ({ name: "currency-dollar", source: a0 });
|
|
36394
36394
|
const _c1$k = a0 => ({ name: "document-text", source: a0 });
|
|
36395
36395
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
36396
36396
|
const _c3$c = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -36488,7 +36488,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
36488
36488
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36489
36489
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36490
36490
|
i0.ɵɵadvance(2);
|
|
36491
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
36491
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$D, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36492
36492
|
i0.ɵɵadvance();
|
|
36493
36493
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36494
36494
|
i0.ɵɵadvance(2);
|
|
@@ -37227,7 +37227,7 @@ class PriceTierCardComponent {
|
|
|
37227
37227
|
}] }); })();
|
|
37228
37228
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
37229
37229
|
|
|
37230
|
-
const _c0$
|
|
37230
|
+
const _c0$C = () => ({ name: "cube", source: "HEROICONS" });
|
|
37231
37231
|
const _c1$j = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
37232
37232
|
const _c2$e = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
37233
37233
|
const _c3$b = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -37274,7 +37274,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
37274
37274
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37275
37275
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
37276
37276
|
i0.ɵɵadvance(2);
|
|
37277
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
37277
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$C))("ngClass", ctx_r0.getStatIconClasses());
|
|
37278
37278
|
i0.ɵɵadvance(2);
|
|
37279
37279
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
37280
37280
|
i0.ɵɵadvance(2);
|
|
@@ -38222,13 +38222,13 @@ class ProductCategoryCardComponent {
|
|
|
38222
38222
|
}] }); })();
|
|
38223
38223
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
38224
38224
|
|
|
38225
|
-
const _c0$
|
|
38225
|
+
const _c0$B = (a0, a1) => ({ name: a0, source: a1 });
|
|
38226
38226
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
38227
38227
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
38228
38228
|
} if (rf & 2) {
|
|
38229
38229
|
const star_r1 = ctx.$implicit;
|
|
38230
38230
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
38231
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
38231
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$B, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
38232
38232
|
} }
|
|
38233
38233
|
class CompetitiveStrengthIndicatorComponent {
|
|
38234
38234
|
constructor() {
|
|
@@ -38384,7 +38384,7 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
38384
38384
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
38385
38385
|
}
|
|
38386
38386
|
|
|
38387
|
-
const _c0$
|
|
38387
|
+
const _c0$A = a0 => ({ name: "shield-check", source: a0 });
|
|
38388
38388
|
const _c1$i = a0 => ({ name: "building-storefront", source: a0 });
|
|
38389
38389
|
const _c2$d = a0 => ({ name: "academic-cap", source: a0 });
|
|
38390
38390
|
const _c3$a = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -38456,7 +38456,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
38456
38456
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
38457
38457
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
38458
38458
|
i0.ɵɵadvance(2);
|
|
38459
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
38459
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$A, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
38460
38460
|
i0.ɵɵadvance();
|
|
38461
38461
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
38462
38462
|
i0.ɵɵadvance(2);
|
|
@@ -39100,7 +39100,7 @@ class EnhancedListItemCardComponent {
|
|
|
39100
39100
|
}] }); })();
|
|
39101
39101
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
39102
39102
|
|
|
39103
|
-
const _c0$
|
|
39103
|
+
const _c0$z = a0 => ({ name: "academic-cap", source: a0 });
|
|
39104
39104
|
const _c1$h = a0 => ({ name: "information-circle", source: a0 });
|
|
39105
39105
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
39106
39106
|
const _c3$9 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -39181,7 +39181,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
39181
39181
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39182
39182
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
39183
39183
|
i0.ɵɵadvance(2);
|
|
39184
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
39184
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$z, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
39185
39185
|
i0.ɵɵadvance();
|
|
39186
39186
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
39187
39187
|
i0.ɵɵadvance(2);
|
|
@@ -40963,7 +40963,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
40963
40963
|
}] }); })();
|
|
40964
40964
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
40965
40965
|
|
|
40966
|
-
const _c0$
|
|
40966
|
+
const _c0$y = ["*"];
|
|
40967
40967
|
class SkeletonCardBaseComponent {
|
|
40968
40968
|
constructor() {
|
|
40969
40969
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -40983,7 +40983,7 @@ class SkeletonCardBaseComponent {
|
|
|
40983
40983
|
`.trim();
|
|
40984
40984
|
}
|
|
40985
40985
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
40986
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
40986
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$y, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
40987
40987
|
i0.ɵɵprojectionDef();
|
|
40988
40988
|
i0.ɵɵelementStart(0, "div", 0);
|
|
40989
40989
|
i0.ɵɵprojection(1);
|
|
@@ -42148,7 +42148,7 @@ class ProfileItemCardComponent {
|
|
|
42148
42148
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], subsectionId: [{ type: i0.Input, args: [{ isSignal: true, alias: "subsectionId", required: false }] }], forceExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "forceExpanded", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }] }); })();
|
|
42149
42149
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
42150
42150
|
|
|
42151
|
-
const _c0$
|
|
42151
|
+
const _c0$x = ["scrollContainer"];
|
|
42152
42152
|
const _c1$g = a0 => ({ name: "arrow-right", source: a0 });
|
|
42153
42153
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
42154
42154
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -42268,7 +42268,7 @@ class ItemDetailModalComponent {
|
|
|
42268
42268
|
}
|
|
42269
42269
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
42270
42270
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
42271
|
-
i0.ɵɵviewQuery(_c0$
|
|
42271
|
+
i0.ɵɵviewQuery(_c0$x, 5);
|
|
42272
42272
|
} if (rf & 2) {
|
|
42273
42273
|
let _t;
|
|
42274
42274
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -42347,7 +42347,7 @@ class ItemDetailModalComponent {
|
|
|
42347
42347
|
}] }); })();
|
|
42348
42348
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
42349
42349
|
|
|
42350
|
-
const _c0$
|
|
42350
|
+
const _c0$w = ["modalContent"];
|
|
42351
42351
|
const _c1$f = ["modalWrapper"];
|
|
42352
42352
|
const _c2$b = ["*"];
|
|
42353
42353
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
@@ -44642,7 +44642,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44642
44642
|
}
|
|
44643
44643
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
44644
44644
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
44645
|
-
i0.ɵɵviewQuery(_c0$
|
|
44645
|
+
i0.ɵɵviewQuery(_c0$w, 5);
|
|
44646
44646
|
i0.ɵɵviewQuery(_c1$f, 5);
|
|
44647
44647
|
} if (rf & 2) {
|
|
44648
44648
|
let _t;
|
|
@@ -45197,7 +45197,7 @@ class ProfileAnalysisModalComponent {
|
|
|
45197
45197
|
}] }); }); })();
|
|
45198
45198
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-dashboard/profile-analysis-modal.component.ts", lineNumber: 554 }); })();
|
|
45199
45199
|
|
|
45200
|
-
const _c0$
|
|
45200
|
+
const _c0$v = a0 => ({ name: "light-bulb", source: a0 });
|
|
45201
45201
|
const _c1$e = a0 => ({ name: "trophy", source: a0 });
|
|
45202
45202
|
const _c2$a = a0 => ({ name: "academic-cap", source: a0 });
|
|
45203
45203
|
const _c3$7 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -45407,7 +45407,7 @@ class CompetitiveGapModalComponent {
|
|
|
45407
45407
|
i0.ɵɵadvance(2);
|
|
45408
45408
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
45409
45409
|
i0.ɵɵadvance();
|
|
45410
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
45410
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$v, ctx.iconSource));
|
|
45411
45411
|
i0.ɵɵadvance(3);
|
|
45412
45412
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
45413
45413
|
i0.ɵɵadvance();
|
|
@@ -45528,7 +45528,7 @@ class CompetitiveGapModalComponent {
|
|
|
45528
45528
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
45529
45529
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
45530
45530
|
|
|
45531
|
-
const _c0$
|
|
45531
|
+
const _c0$u = a0 => ({ name: "list-bullet", source: a0 });
|
|
45532
45532
|
const _c1$d = a0 => ({ name: "arrow-right", source: a0 });
|
|
45533
45533
|
const _c2$9 = a0 => ({ name: "check-circle", source: a0 });
|
|
45534
45534
|
const _c3$6 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
@@ -45548,7 +45548,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
45548
45548
|
i0.ɵɵadvance();
|
|
45549
45549
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
45550
45550
|
i0.ɵɵadvance();
|
|
45551
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
45551
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$u, ctx_r0.iconSource));
|
|
45552
45552
|
i0.ɵɵadvance(2);
|
|
45553
45553
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
45554
45554
|
i0.ɵɵadvance(2);
|
|
@@ -45768,7 +45768,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
45768
45768
|
}], null, { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], actionSteps: [{ type: i0.Input, args: [{ isSignal: true, alias: "actionSteps", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
45769
45769
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
45770
45770
|
|
|
45771
|
-
const _c0$
|
|
45771
|
+
const _c0$t = ["modalContent"];
|
|
45772
45772
|
const _c1$c = ["modalWrapper"];
|
|
45773
45773
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_10_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
45774
45774
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -46291,7 +46291,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46291
46291
|
}
|
|
46292
46292
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
46293
46293
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
46294
|
-
i0.ɵɵviewQuery(_c0$
|
|
46294
|
+
i0.ɵɵviewQuery(_c0$t, 5);
|
|
46295
46295
|
i0.ɵɵviewQuery(_c1$c, 5);
|
|
46296
46296
|
} if (rf & 2) {
|
|
46297
46297
|
let _t;
|
|
@@ -46476,7 +46476,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46476
46476
|
}] }); })();
|
|
46477
46477
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BusinessAnalysisModalComponent, { className: "BusinessAnalysisModalComponent", filePath: "lib/components/business-analysis-dashboard/business-analysis-modal.component.ts", lineNumber: 171 }); })();
|
|
46478
46478
|
|
|
46479
|
-
const _c0$
|
|
46479
|
+
const _c0$s = ["dashboardContainer"];
|
|
46480
46480
|
const _c1$b = () => ({});
|
|
46481
46481
|
const _c2$8 = () => [1, 2, 3, 4, 5, 6];
|
|
46482
46482
|
const _c3$5 = () => [1, 2, 3];
|
|
@@ -48737,7 +48737,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
48737
48737
|
static { this.ɵfac = function SymphiqFunnelAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqFunnelAnalysisDashboardComponent)(i0.ɵɵdirectiveInject(FunnelOrderService), i0.ɵɵdirectiveInject(ViewModeService), i0.ɵɵdirectiveInject(SearchService), i0.ɵɵdirectiveInject(TooltipService), i0.ɵɵdirectiveInject(ProfileContextService), i0.ɵɵdirectiveInject(ProfileItemLookupService)); }; }
|
|
48738
48738
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
48739
48739
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
48740
|
-
i0.ɵɵviewQuery(_c0$
|
|
48740
|
+
i0.ɵɵviewQuery(_c0$s, 5);
|
|
48741
48741
|
} if (rf & 2) {
|
|
48742
48742
|
let _t;
|
|
48743
48743
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -52410,7 +52410,7 @@ class FocusAreaToolsModalComponent {
|
|
|
52410
52410
|
}] }); })();
|
|
52411
52411
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
52412
52412
|
|
|
52413
|
-
const _c0$
|
|
52413
|
+
const _c0$r = ["shopNameInput"];
|
|
52414
52414
|
const _forTrack0$i = ($index, $item) => $item.focusAreaDomain;
|
|
52415
52415
|
function SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
52416
52416
|
i0.ɵɵtext(0, " Shopify ");
|
|
@@ -53573,7 +53573,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53573
53573
|
}
|
|
53574
53574
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
53575
53575
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
53576
|
-
i0.ɵɵviewQuery(_c0$
|
|
53576
|
+
i0.ɵɵviewQuery(_c0$r, 5);
|
|
53577
53577
|
} if (rf & 2) {
|
|
53578
53578
|
let _t;
|
|
53579
53579
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -54345,86 +54345,79 @@ class SymphiqConnectGaDashboardComponent {
|
|
|
54345
54345
|
i0.ɵɵlistener("scroll", function SymphiqConnectGaDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onScroll($event); }, i0.ɵɵresolveWindow);
|
|
54346
54346
|
} if (rf & 2) {
|
|
54347
54347
|
i0.ɵɵclassProp("light", ctx.isLightMode())("dark", !ctx.isLightMode());
|
|
54348
|
-
} }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", googleButtonClick: "googleButtonClick" }, decls:
|
|
54349
|
-
i0.ɵɵelementStart(0, "div", 0)
|
|
54350
|
-
i0.ɵɵelement(
|
|
54351
|
-
i0.ɵɵ
|
|
54352
|
-
i0.ɵɵ
|
|
54353
|
-
i0.ɵɵelementStart(4, "div", 3)(5, "header", 4)(6, "div", 5)(7, "div", 6)(8, "div", 7)(9, "div")(10, "h1", 0);
|
|
54354
|
-
i0.ɵɵtext(11, " Connect Google Analytics 4 ");
|
|
54348
|
+
} }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", googleButtonClick: "googleButtonClick" }, decls: 68, vars: 61, consts: [[3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "relative", "z-[51]"], [1, "sticky", "top-0", "z-50", 3, "ngClass"], [1, "transition-all", "duration-300", "ease-in-out", "overflow-hidden"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "flex", "items-center", "justify-between"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-3"], [1, "flex-1", "min-w-0", "mr-4"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-4", 3, "ngClass"], [1, "text-base", "leading-relaxed", "mb-6", 3, "ngClass"], [1, "mb-6"], ["type", "button", 1, "gsi-material-button", 3, "click"], [1, "gsi-material-button-state"], [1, "gsi-material-button-content-wrapper"], [1, "gsi-material-button-icon"], ["version", "1.1", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 48 48", 0, "xmlns", "xlink", "http://www.w3.org/1999/xlink", 2, "display", "block"], ["fill", "#EA4335", "d", "M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"], ["fill", "#4285F4", "d", "M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"], ["fill", "#FBBC05", "d", "M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"], ["fill", "#34A853", "d", "M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"], ["fill", "none", "d", "M0 0h48v48H0z"], [1, "gsi-material-button-contents"], [1, "p-4", "rounded-lg", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "mt-6", "rounded-lg", "border", "overflow-hidden", 3, "ngClass"], [1, "px-4", "py-4", "cursor-pointer", "flex", "items-center", "justify-between", "gap-3", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-300", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "px-4", "pb-4", "pt-2", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-4", 3, "ngClass"], [1, "font-bold"]], template: function SymphiqConnectGaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
54349
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
54350
|
+
i0.ɵɵelement(1, "div", 1);
|
|
54351
|
+
i0.ɵɵelementStart(2, "div", 2)(3, "header", 3)(4, "div", 4)(5, "div", 5)(6, "div", 6)(7, "div")(8, "h1", 0);
|
|
54352
|
+
i0.ɵɵtext(9, " Connect Google Analytics 4 ");
|
|
54355
54353
|
i0.ɵɵelementEnd();
|
|
54356
|
-
i0.ɵɵelementStart(
|
|
54357
|
-
i0.ɵɵtext(
|
|
54354
|
+
i0.ɵɵelementStart(10, "p", 0);
|
|
54355
|
+
i0.ɵɵtext(11, " Link your analytics data ");
|
|
54358
54356
|
i0.ɵɵelementEnd()()()()();
|
|
54359
|
-
i0.ɵɵelementStart(
|
|
54360
|
-
i0.ɵɵtext(
|
|
54357
|
+
i0.ɵɵelementStart(12, "div", 4)(13, "div", 7)(14, "div", 6)(15, "div", 8)(16, "h1", 0);
|
|
54358
|
+
i0.ɵɵtext(17, " Connect Google Analytics 4 ");
|
|
54361
54359
|
i0.ɵɵelementEnd()()()()()();
|
|
54362
|
-
i0.ɵɵelementStart(
|
|
54363
|
-
i0.ɵɵlistener("stepClick", function
|
|
54360
|
+
i0.ɵɵelementStart(18, "symphiq-journey-progress-indicator", 9);
|
|
54361
|
+
i0.ɵɵlistener("stepClick", function SymphiqConnectGaDashboardComponent_Template_symphiq_journey_progress_indicator_stepClick_18_listener($event) { return ctx.stepClick.emit($event); })("nextStepClick", function SymphiqConnectGaDashboardComponent_Template_symphiq_journey_progress_indicator_nextStepClick_18_listener() { return ctx.nextStepClick.emit(); });
|
|
54364
54362
|
i0.ɵɵelementEnd();
|
|
54365
|
-
i0.ɵɵelementStart(
|
|
54363
|
+
i0.ɵɵelementStart(19, "main", 10)(20, "div", 11)(21, "div", 12)(22, "div", 13)(23, "div", 14)(24, "div", 15);
|
|
54366
54364
|
i0.ɵɵnamespaceSVG();
|
|
54367
|
-
i0.ɵɵelementStart(
|
|
54368
|
-
i0.ɵɵelement(
|
|
54365
|
+
i0.ɵɵelementStart(25, "svg", 16);
|
|
54366
|
+
i0.ɵɵelement(26, "path", 17);
|
|
54369
54367
|
i0.ɵɵelementEnd()();
|
|
54370
54368
|
i0.ɵɵnamespaceHTML();
|
|
54371
|
-
i0.ɵɵelementStart(
|
|
54372
|
-
i0.ɵɵtext(
|
|
54369
|
+
i0.ɵɵelementStart(27, "div", 18)(28, "h2", 19);
|
|
54370
|
+
i0.ɵɵtext(29, " Connect Google Analytics 4 ");
|
|
54373
54371
|
i0.ɵɵelementEnd();
|
|
54374
|
-
i0.ɵɵelementStart(
|
|
54375
|
-
i0.ɵɵtext(
|
|
54372
|
+
i0.ɵɵelementStart(30, "p", 20);
|
|
54373
|
+
i0.ɵɵtext(31, " Integrating Google Analytics is essential. We use it to pull the majority of your data in a read-only format, ensuring no changes are made to your analytics. Please make sure you have access to the Google Analytics property associated with this shop to ensure proper integration. ");
|
|
54376
54374
|
i0.ɵɵelementEnd();
|
|
54377
|
-
i0.ɵɵelementStart(
|
|
54378
|
-
i0.ɵɵlistener("click", function
|
|
54379
|
-
i0.ɵɵelement(
|
|
54380
|
-
i0.ɵɵelementStart(
|
|
54375
|
+
i0.ɵɵelementStart(32, "div", 21)(33, "button", 22);
|
|
54376
|
+
i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Template_button_click_33_listener() { return ctx.googleButtonClick.emit(); });
|
|
54377
|
+
i0.ɵɵelement(34, "div", 23);
|
|
54378
|
+
i0.ɵɵelementStart(35, "div", 24)(36, "div", 25);
|
|
54381
54379
|
i0.ɵɵnamespaceSVG();
|
|
54382
|
-
i0.ɵɵelementStart(
|
|
54383
|
-
i0.ɵɵelement(
|
|
54380
|
+
i0.ɵɵelementStart(37, "svg", 26);
|
|
54381
|
+
i0.ɵɵelement(38, "path", 27)(39, "path", 28)(40, "path", 29)(41, "path", 30)(42, "path", 31);
|
|
54384
54382
|
i0.ɵɵelementEnd()();
|
|
54385
54383
|
i0.ɵɵnamespaceHTML();
|
|
54386
|
-
i0.ɵɵelementStart(
|
|
54387
|
-
i0.ɵɵtext(
|
|
54384
|
+
i0.ɵɵelementStart(43, "span", 32);
|
|
54385
|
+
i0.ɵɵtext(44, "Continue with Google");
|
|
54388
54386
|
i0.ɵɵelementEnd()()()();
|
|
54389
|
-
i0.ɵɵelementStart(
|
|
54387
|
+
i0.ɵɵelementStart(45, "div", 33);
|
|
54390
54388
|
i0.ɵɵnamespaceSVG();
|
|
54391
|
-
i0.ɵɵelementStart(
|
|
54392
|
-
i0.ɵɵelement(
|
|
54389
|
+
i0.ɵɵelementStart(46, "svg", 34);
|
|
54390
|
+
i0.ɵɵelement(47, "path", 35);
|
|
54393
54391
|
i0.ɵɵelementEnd();
|
|
54394
54392
|
i0.ɵɵnamespaceHTML();
|
|
54395
|
-
i0.ɵɵelementStart(
|
|
54396
|
-
i0.ɵɵtext(
|
|
54393
|
+
i0.ɵɵelementStart(48, "div", 18)(49, "p", 36)(50, "strong", 37);
|
|
54394
|
+
i0.ɵɵtext(51, "Note:");
|
|
54397
54395
|
i0.ɵɵelementEnd();
|
|
54398
|
-
i0.ɵɵtext(
|
|
54396
|
+
i0.ɵɵtext(52, " When you click \"Continue with Google\", you'll be asked to sign in to your Google account and select the Analytics property associated with your shop. ");
|
|
54399
54397
|
i0.ɵɵelementEnd()()();
|
|
54400
|
-
i0.ɵɵelementStart(
|
|
54401
|
-
i0.ɵɵlistener("click", function
|
|
54402
|
-
i0.ɵɵelementStart(
|
|
54403
|
-
i0.ɵɵtext(
|
|
54398
|
+
i0.ɵɵelementStart(53, "div", 38)(54, "div", 39);
|
|
54399
|
+
i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Template_div_click_54_listener() { return ctx.toggleExpanded(); });
|
|
54400
|
+
i0.ɵɵelementStart(55, "span", 40);
|
|
54401
|
+
i0.ɵɵtext(56, " How do we use your Google Analytics data? ");
|
|
54404
54402
|
i0.ɵɵelementEnd();
|
|
54405
54403
|
i0.ɵɵnamespaceSVG();
|
|
54406
|
-
i0.ɵɵelementStart(
|
|
54407
|
-
i0.ɵɵelement(
|
|
54404
|
+
i0.ɵɵelementStart(57, "svg", 41);
|
|
54405
|
+
i0.ɵɵelement(58, "path", 42);
|
|
54408
54406
|
i0.ɵɵelementEnd()();
|
|
54409
54407
|
i0.ɵɵnamespaceHTML();
|
|
54410
|
-
i0.ɵɵelementStart(
|
|
54411
|
-
i0.ɵɵtext(
|
|
54408
|
+
i0.ɵɵelementStart(59, "div", 4)(60, "div", 43)(61, "p", 44);
|
|
54409
|
+
i0.ɵɵtext(62, " We request access to your Google Analytics data to aggregate this information into funnel stages and display trends within our application. This allows us to provide you with a clear overview of your web performance. By analyzing the data, we can map out recommendations, measure the impact of your current strategies, and suggest actionable next steps for improvement. ");
|
|
54412
54410
|
i0.ɵɵelementEnd();
|
|
54413
|
-
i0.ɵɵelementStart(
|
|
54414
|
-
i0.ɵɵtext(
|
|
54415
|
-
i0.ɵɵelementStart(
|
|
54416
|
-
i0.ɵɵtext(
|
|
54411
|
+
i0.ɵɵelementStart(63, "p", 36);
|
|
54412
|
+
i0.ɵɵtext(64, " Symphiq's use and transfer to any other app of information received from Google APIs will adhere to ");
|
|
54413
|
+
i0.ɵɵelementStart(65, "strong", 45);
|
|
54414
|
+
i0.ɵɵtext(66, "Google API Services User Data Policy");
|
|
54417
54415
|
i0.ɵɵelementEnd();
|
|
54418
|
-
i0.ɵɵtext(
|
|
54416
|
+
i0.ɵɵtext(67, " including the Limited Use requirements. ");
|
|
54419
54417
|
i0.ɵɵelementEnd()()()()()()()()()()()();
|
|
54420
54418
|
} if (rf & 2) {
|
|
54421
54419
|
i0.ɵɵproperty("ngClass", ctx.getContainerClasses());
|
|
54422
54420
|
i0.ɵɵadvance();
|
|
54423
|
-
i0.ɵɵclassMap(ctx.embedded() ? "sticky top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30" : "fixed top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30");
|
|
54424
|
-
i0.ɵɵadvance();
|
|
54425
|
-
i0.ɵɵstyleProp("width", ctx.scrollProgress(), "%");
|
|
54426
|
-
i0.ɵɵproperty("ngClass", ctx.isLightMode() ? "bg-gradient-to-r from-blue-500 to-cyan-500" : "bg-gradient-to-r from-blue-400 to-cyan-400");
|
|
54427
|
-
i0.ɵɵadvance();
|
|
54428
54421
|
i0.ɵɵclassProp("light-mode", ctx.isLightMode());
|
|
54429
54422
|
i0.ɵɵadvance(2);
|
|
54430
54423
|
i0.ɵɵproperty("ngClass", ctx.getHeaderClasses());
|
|
@@ -54484,184 +54477,175 @@ class SymphiqConnectGaDashboardComponent {
|
|
|
54484
54477
|
args: [{ selector: 'symphiq-connect-ga-dashboard', standalone: true, imports: [CommonModule, JourneyProgressIndicatorComponent], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
54485
54478
|
'[class.light]': 'isLightMode()',
|
|
54486
54479
|
'[class.dark]': '!isLightMode()'
|
|
54487
|
-
}, template: `
|
|
54488
|
-
<div [ngClass]="getContainerClasses()">
|
|
54489
|
-
|
|
54490
|
-
|
|
54491
|
-
|
|
54492
|
-
|
|
54493
|
-
|
|
54494
|
-
|
|
54495
|
-
|
|
54496
|
-
|
|
54497
|
-
|
|
54498
|
-
|
|
54499
|
-
|
|
54500
|
-
|
|
54501
|
-
|
|
54502
|
-
|
|
54503
|
-
|
|
54504
|
-
|
|
54505
|
-
|
|
54506
|
-
|
|
54507
|
-
|
|
54508
|
-
|
|
54509
|
-
|
|
54510
|
-
|
|
54511
|
-
|
|
54512
|
-
|
|
54513
|
-
|
|
54514
|
-
|
|
54515
|
-
|
|
54516
|
-
|
|
54517
|
-
|
|
54518
|
-
|
|
54519
|
-
|
|
54520
|
-
|
|
54521
|
-
|
|
54522
|
-
|
|
54523
|
-
|
|
54524
|
-
|
|
54525
|
-
|
|
54526
|
-
|
|
54527
|
-
|
|
54528
|
-
|
|
54529
|
-
|
|
54530
|
-
|
|
54531
|
-
|
|
54532
|
-
|
|
54533
|
-
|
|
54534
|
-
|
|
54535
|
-
|
|
54536
|
-
|
|
54537
|
-
|
|
54538
|
-
|
|
54539
|
-
|
|
54540
|
-
|
|
54541
|
-
|
|
54542
|
-
|
|
54543
|
-
|
|
54544
|
-
|
|
54545
|
-
|
|
54546
|
-
|
|
54547
|
-
|
|
54548
|
-
|
|
54549
|
-
|
|
54550
|
-
|
|
54551
|
-
|
|
54552
|
-
|
|
54553
|
-
|
|
54554
|
-
|
|
54555
|
-
|
|
54556
|
-
|
|
54557
|
-
|
|
54558
|
-
|
|
54559
|
-
|
|
54560
|
-
|
|
54561
|
-
|
|
54562
|
-
|
|
54563
|
-
|
|
54564
|
-
|
|
54565
|
-
|
|
54566
|
-
|
|
54567
|
-
|
|
54568
|
-
|
|
54569
|
-
|
|
54570
|
-
|
|
54571
|
-
|
|
54572
|
-
|
|
54573
|
-
|
|
54574
|
-
|
|
54575
|
-
|
|
54576
|
-
|
|
54577
|
-
|
|
54578
|
-
|
|
54579
|
-
|
|
54580
|
-
|
|
54581
|
-
|
|
54582
|
-
|
|
54583
|
-
|
|
54584
|
-
|
|
54585
|
-
|
|
54586
|
-
|
|
54587
|
-
<
|
|
54588
|
-
|
|
54589
|
-
|
|
54590
|
-
|
|
54591
|
-
|
|
54592
|
-
|
|
54593
|
-
|
|
54594
|
-
|
|
54595
|
-
|
|
54596
|
-
|
|
54597
|
-
|
|
54598
|
-
|
|
54599
|
-
|
|
54600
|
-
|
|
54601
|
-
|
|
54602
|
-
|
|
54603
|
-
|
|
54604
|
-
|
|
54605
|
-
|
|
54606
|
-
|
|
54607
|
-
|
|
54608
|
-
|
|
54609
|
-
|
|
54610
|
-
|
|
54611
|
-
|
|
54612
|
-
|
|
54613
|
-
|
|
54614
|
-
|
|
54615
|
-
|
|
54616
|
-
|
|
54617
|
-
|
|
54618
|
-
|
|
54619
|
-
|
|
54620
|
-
|
|
54621
|
-
|
|
54622
|
-
</
|
|
54623
|
-
|
|
54624
|
-
|
|
54625
|
-
|
|
54626
|
-
|
|
54627
|
-
|
|
54628
|
-
|
|
54629
|
-
|
|
54630
|
-
|
|
54631
|
-
|
|
54632
|
-
|
|
54633
|
-
|
|
54634
|
-
|
|
54635
|
-
|
|
54636
|
-
|
|
54637
|
-
|
|
54638
|
-
|
|
54639
|
-
|
|
54640
|
-
|
|
54641
|
-
|
|
54642
|
-
|
|
54643
|
-
|
|
54644
|
-
|
|
54645
|
-
|
|
54646
|
-
|
|
54647
|
-
|
|
54648
|
-
|
|
54649
|
-
|
|
54650
|
-
</div>
|
|
54651
|
-
</div>
|
|
54652
|
-
</div>
|
|
54653
|
-
</div>
|
|
54654
|
-
</div>
|
|
54655
|
-
</div>
|
|
54656
|
-
</main>
|
|
54657
|
-
</div>
|
|
54658
|
-
</div>
|
|
54480
|
+
}, template: `
|
|
54481
|
+
<div [ngClass]="getContainerClasses()">
|
|
54482
|
+
<div class="animated-bubbles" [class.light-mode]="isLightMode()" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
54483
|
+
|
|
54484
|
+
<div class="relative z-[51]">
|
|
54485
|
+
<header [ngClass]="getHeaderClasses()" class="sticky top-0 z-50">
|
|
54486
|
+
<!-- Expanded Header -->
|
|
54487
|
+
<div
|
|
54488
|
+
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
54489
|
+
[class.max-h-0]="headerScrollService.isScrolled()"
|
|
54490
|
+
[class.opacity-0]="headerScrollService.isScrolled()"
|
|
54491
|
+
[class.max-h-96]="!headerScrollService.isScrolled()"
|
|
54492
|
+
[class.opacity-100]="!headerScrollService.isScrolled()">
|
|
54493
|
+
<div
|
|
54494
|
+
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8"
|
|
54495
|
+
[class.pointer-events-none]="headerScrollService.isScrolled()"
|
|
54496
|
+
[class.pointer-events-auto]="!headerScrollService.isScrolled()">
|
|
54497
|
+
<div class="flex items-center justify-between">
|
|
54498
|
+
<div>
|
|
54499
|
+
<h1 [ngClass]="getMainTitleClasses()">
|
|
54500
|
+
Connect Google Analytics 4
|
|
54501
|
+
</h1>
|
|
54502
|
+
<p [ngClass]="getSubtitleClasses()">
|
|
54503
|
+
Link your analytics data
|
|
54504
|
+
</p>
|
|
54505
|
+
</div>
|
|
54506
|
+
</div>
|
|
54507
|
+
</div>
|
|
54508
|
+
</div>
|
|
54509
|
+
|
|
54510
|
+
<!-- Condensed Header -->
|
|
54511
|
+
<div
|
|
54512
|
+
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
54513
|
+
[class.max-h-0]="!headerScrollService.isScrolled()"
|
|
54514
|
+
[class.opacity-0]="!headerScrollService.isScrolled()"
|
|
54515
|
+
[class.max-h-20]="headerScrollService.isScrolled()"
|
|
54516
|
+
[class.opacity-100]="headerScrollService.isScrolled()">
|
|
54517
|
+
<div
|
|
54518
|
+
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-3"
|
|
54519
|
+
[class.pointer-events-none]="!headerScrollService.isScrolled()"
|
|
54520
|
+
[class.pointer-events-auto]="headerScrollService.isScrolled()">
|
|
54521
|
+
<div class="flex items-center justify-between">
|
|
54522
|
+
<div class="flex-1 min-w-0 mr-4">
|
|
54523
|
+
<h1 [ngClass]="isLightMode() ? 'text-xl font-bold bg-gradient-to-r from-blue-600 to-cyan-600 bg-clip-text text-transparent truncate' : 'text-xl font-bold bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent truncate'">
|
|
54524
|
+
Connect Google Analytics 4
|
|
54525
|
+
</h1>
|
|
54526
|
+
</div>
|
|
54527
|
+
</div>
|
|
54528
|
+
</div>
|
|
54529
|
+
</div>
|
|
54530
|
+
</header>
|
|
54531
|
+
|
|
54532
|
+
<!-- Journey Progress Indicator -->
|
|
54533
|
+
<symphiq-journey-progress-indicator
|
|
54534
|
+
[viewMode]="viewMode()"
|
|
54535
|
+
[currentStepId]="JourneyStepIdEnum.CONNECT_GA4"
|
|
54536
|
+
[showNextStepAction]="true"
|
|
54537
|
+
[forDemo]="forDemo()"
|
|
54538
|
+
[maxAccessibleStepId]="maxAccessibleStepId()"
|
|
54539
|
+
(stepClick)="stepClick.emit($event)"
|
|
54540
|
+
(nextStepClick)="nextStepClick.emit()"
|
|
54541
|
+
/>
|
|
54542
|
+
|
|
54543
|
+
<main class="relative">
|
|
54544
|
+
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
54545
|
+
<!-- Main Content Card -->
|
|
54546
|
+
<div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden mb-8">
|
|
54547
|
+
<div [ngClass]="contentClasses()" class="px-8 py-8">
|
|
54548
|
+
<div class="flex items-start gap-6">
|
|
54549
|
+
<!-- Icon Container -->
|
|
54550
|
+
<div [ngClass]="iconContainerClasses()" class="flex-shrink-0 w-16 h-16 rounded-2xl flex items-center justify-center">
|
|
54551
|
+
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
54552
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"></path>
|
|
54553
|
+
</svg>
|
|
54554
|
+
</div>
|
|
54555
|
+
|
|
54556
|
+
<div class="flex-1">
|
|
54557
|
+
<h2 [ngClass]="titleClasses()" class="text-2xl sm:text-3xl font-bold mb-4">
|
|
54558
|
+
Connect Google Analytics 4
|
|
54559
|
+
</h2>
|
|
54560
|
+
|
|
54561
|
+
<!-- Description -->
|
|
54562
|
+
<p [ngClass]="textClasses()" class="text-base leading-relaxed mb-6">
|
|
54563
|
+
Integrating Google Analytics is essential. We use it to pull the majority of your data in a read-only format, ensuring no changes are made to your analytics. Please make sure you have access to the Google Analytics property associated with this shop to ensure proper integration.
|
|
54564
|
+
</p>
|
|
54565
|
+
|
|
54566
|
+
<!-- Continue with Google Button -->
|
|
54567
|
+
<div class="mb-6">
|
|
54568
|
+
<button type="button" class="gsi-material-button" (click)="googleButtonClick.emit()">
|
|
54569
|
+
<div class="gsi-material-button-state"></div>
|
|
54570
|
+
<div class="gsi-material-button-content-wrapper">
|
|
54571
|
+
<div class="gsi-material-button-icon">
|
|
54572
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" xmlns:xlink="http://www.w3.org/1999/xlink" style="display: block;">
|
|
54573
|
+
<path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
|
|
54574
|
+
<path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
|
|
54575
|
+
<path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
|
|
54576
|
+
<path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
|
|
54577
|
+
<path fill="none" d="M0 0h48v48H0z"></path>
|
|
54578
|
+
</svg>
|
|
54579
|
+
</div>
|
|
54580
|
+
<span class="gsi-material-button-contents">Continue with Google</span>
|
|
54581
|
+
</div>
|
|
54582
|
+
</button>
|
|
54583
|
+
</div>
|
|
54584
|
+
|
|
54585
|
+
<!-- Note Section -->
|
|
54586
|
+
<div [ngClass]="noteBoxClasses()" class="p-4 rounded-lg border flex items-start gap-3">
|
|
54587
|
+
<svg class="w-5 h-5 flex-shrink-0 mt-0.5" [ngClass]="noteIconClasses()" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
54588
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
|
54589
|
+
</svg>
|
|
54590
|
+
<div class="flex-1">
|
|
54591
|
+
<p [ngClass]="noteTextClasses()" class="text-sm leading-relaxed">
|
|
54592
|
+
<strong class="font-semibold">Note:</strong> When you click "Continue with Google", you'll be asked to sign in to your Google account and select the Analytics property associated with your shop.
|
|
54593
|
+
</p>
|
|
54594
|
+
</div>
|
|
54595
|
+
</div>
|
|
54596
|
+
|
|
54597
|
+
<!-- Expandable Data Usage Card -->
|
|
54598
|
+
<div [ngClass]="expandableCardClasses()" class="mt-6 rounded-lg border overflow-hidden">
|
|
54599
|
+
<!-- Header (Clickable) -->
|
|
54600
|
+
<div
|
|
54601
|
+
(click)="toggleExpanded()"
|
|
54602
|
+
[ngClass]="expandableHeaderClasses()"
|
|
54603
|
+
class="px-4 py-4 cursor-pointer flex items-center justify-between gap-3 transition-colors duration-200">
|
|
54604
|
+
<span [ngClass]="expandableHeaderTextClasses()" class="text-base font-semibold">
|
|
54605
|
+
How do we use your Google Analytics data?
|
|
54606
|
+
</span>
|
|
54607
|
+
<svg
|
|
54608
|
+
[ngClass]="chevronClasses()"
|
|
54609
|
+
class="w-5 h-5 flex-shrink-0 transition-transform duration-300"
|
|
54610
|
+
[class.rotate-180]="isExpanded()"
|
|
54611
|
+
fill="none"
|
|
54612
|
+
stroke="currentColor"
|
|
54613
|
+
viewBox="0 0 24 24">
|
|
54614
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
|
|
54615
|
+
</svg>
|
|
54616
|
+
</div>
|
|
54617
|
+
|
|
54618
|
+
<!-- Expanded Content -->
|
|
54619
|
+
<div
|
|
54620
|
+
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
54621
|
+
[class.max-h-0]="!isExpanded()"
|
|
54622
|
+
[class.opacity-0]="!isExpanded()"
|
|
54623
|
+
[class.max-h-[1000px]]="isExpanded()"
|
|
54624
|
+
[class.opacity-100]="isExpanded()">
|
|
54625
|
+
<div [ngClass]="expandedContentClasses()" class="px-4 pb-4 pt-2">
|
|
54626
|
+
<p [ngClass]="expandedTextClasses()" class="text-sm leading-relaxed mb-4">
|
|
54627
|
+
We request access to your Google Analytics data to aggregate this information into funnel stages and display trends within our application. This allows us to provide you with a clear overview of your web performance. By analyzing the data, we can map out recommendations, measure the impact of your current strategies, and suggest actionable next steps for improvement.
|
|
54628
|
+
</p>
|
|
54629
|
+
<p [ngClass]="expandedTextClasses()" class="text-sm leading-relaxed">
|
|
54630
|
+
Symphiq's use and transfer to any other app of information received from Google APIs will adhere to <strong class="font-bold">Google API Services User Data Policy</strong> including the Limited Use requirements.
|
|
54631
|
+
</p>
|
|
54632
|
+
</div>
|
|
54633
|
+
</div>
|
|
54634
|
+
</div>
|
|
54635
|
+
</div>
|
|
54636
|
+
</div>
|
|
54637
|
+
</div>
|
|
54638
|
+
</div>
|
|
54639
|
+
</div>
|
|
54640
|
+
</main>
|
|
54641
|
+
</div>
|
|
54642
|
+
</div>
|
|
54659
54643
|
`, styles: [":host{display:block}.animated-bubbles{overflow:hidden}.animated-bubbles:before,.animated-bubbles:after{content:\"\";position:absolute;border-radius:50%;animation:float 20s infinite ease-in-out;opacity:.05}.animated-bubbles:before{width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-300px;left:-300px;animation-delay:-5s}.animated-bubbles:after{width:800px;height:800px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);bottom:-400px;right:-400px;animation-delay:-10s}.animated-bubbles.light-mode:before,.animated-bubbles.light-mode:after{opacity:.03}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}:host.light .gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}:host.light .gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}:host.light .gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}:host.light .gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}:host.light .gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}:host.light .gsi-material-button:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}:host.light .gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}:host.light .gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}:host.light .gsi-material-button:not(:disabled):active .gsi-material-button-state,:host.light .gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#303030;opacity:12%}:host.light .gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}:host.light .gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#303030;opacity:8%}:host.dark .gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#131314;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#e3e3e3;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content;border-color:#8e918f}:host.dark .gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}:host.dark .gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}:host.dark .gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}:host.dark .gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}:host.dark .gsi-material-button:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}:host.dark .gsi-material-button:disabled .gsi-material-button-state{background-color:#e3e3e31f}:host.dark .gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}:host.dark .gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}:host.dark .gsi-material-button:not(:disabled):active .gsi-material-button-state,:host.dark .gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#fff;opacity:12%}:host.dark .gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}:host.dark .gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#fff;opacity:8%}\n"] }]
|
|
54660
54644
|
}], () => [], { embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], googleButtonClick: [{ type: i0.Output, args: ["googleButtonClick"] }], onScroll: [{
|
|
54661
54645
|
type: HostListener,
|
|
54662
54646
|
args: ['window:scroll', ['$event']]
|
|
54663
54647
|
}] }); })();
|
|
54664
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqConnectGaDashboardComponent, { className: "SymphiqConnectGaDashboardComponent", filePath: "lib/components/connect-ga-dashboard/symphiq-connect-ga-dashboard.component.ts", lineNumber:
|
|
54648
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqConnectGaDashboardComponent, { className: "SymphiqConnectGaDashboardComponent", filePath: "lib/components/connect-ga-dashboard/symphiq-connect-ga-dashboard.component.ts", lineNumber: 462 }); })();
|
|
54665
54649
|
|
|
54666
54650
|
function HierarchyDisplayComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
54667
54651
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 1);
|
|
@@ -55042,7 +55026,7 @@ class HierarchyDisplayComponent {
|
|
|
55042
55026
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
55043
55027
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
55044
55028
|
|
|
55045
|
-
const _c0$
|
|
55029
|
+
const _c0$q = a0 => ({ name: "chart-bar", source: a0 });
|
|
55046
55030
|
const _c1$a = a0 => ({ name: "light-bulb", source: a0 });
|
|
55047
55031
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
55048
55032
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -55238,7 +55222,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
55238
55222
|
i0.ɵɵadvance();
|
|
55239
55223
|
i0.ɵɵproperty("ngClass", ctx.getSectionClasses());
|
|
55240
55224
|
i0.ɵɵadvance(2);
|
|
55241
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
55225
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$q, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getSectionIconClasses());
|
|
55242
55226
|
i0.ɵɵadvance();
|
|
55243
55227
|
i0.ɵɵproperty("ngClass", ctx.getSectionTitleClasses());
|
|
55244
55228
|
i0.ɵɵadvance(2);
|
|
@@ -56085,7 +56069,7 @@ class SearchButtonComponent {
|
|
|
56085
56069
|
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], minimized: [{ type: i0.Input, args: [{ isSignal: true, alias: "minimized", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], searchClick: [{ type: i0.Output, args: ["searchClick"] }] }); })();
|
|
56086
56070
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
56087
56071
|
|
|
56088
|
-
const _c0$
|
|
56072
|
+
const _c0$p = ["searchInput"];
|
|
56089
56073
|
const _forTrack0$h = ($index, $item) => $item.id;
|
|
56090
56074
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
56091
56075
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -56450,7 +56434,7 @@ class SearchModalComponent {
|
|
|
56450
56434
|
}
|
|
56451
56435
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
56452
56436
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
56453
|
-
i0.ɵɵviewQuery(_c0$
|
|
56437
|
+
i0.ɵɵviewQuery(_c0$p, 5);
|
|
56454
56438
|
} if (rf & 2) {
|
|
56455
56439
|
let _t;
|
|
56456
56440
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -57347,6 +57331,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
57347
57331
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
57348
57332
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
57349
57333
|
|
|
57334
|
+
const _c0$o = () => [0, 1, 2];
|
|
57350
57335
|
const _forTrack0$g = ($index, $item) => $item.id;
|
|
57351
57336
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
57352
57337
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -57378,17 +57363,57 @@ function RecommendationsTiledGridComponent_Conditional_14_Template(rf, ctx) { if
|
|
|
57378
57363
|
i0.ɵɵadvance();
|
|
57379
57364
|
i0.ɵɵrepeater(ctx_r0.sortedRecommendations());
|
|
57380
57365
|
} }
|
|
57366
|
+
function RecommendationsTiledGridComponent_Conditional_15_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
57367
|
+
i0.ɵɵelementStart(0, "div", 15)(1, "div", 16);
|
|
57368
|
+
i0.ɵɵelement(2, "div", 17);
|
|
57369
|
+
i0.ɵɵelementStart(3, "div", 18);
|
|
57370
|
+
i0.ɵɵelement(4, "div", 19)(5, "div", 20);
|
|
57371
|
+
i0.ɵɵelementEnd()();
|
|
57372
|
+
i0.ɵɵelementStart(6, "div", 21);
|
|
57373
|
+
i0.ɵɵelement(7, "div", 22)(8, "div", 23)(9, "div", 24);
|
|
57374
|
+
i0.ɵɵelementEnd();
|
|
57375
|
+
i0.ɵɵelementStart(10, "div", 2);
|
|
57376
|
+
i0.ɵɵelement(11, "div", 25)(12, "div", 26);
|
|
57377
|
+
i0.ɵɵelementEnd()();
|
|
57378
|
+
} if (rf & 2) {
|
|
57379
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
57380
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonCardClasses());
|
|
57381
|
+
i0.ɵɵadvance(2);
|
|
57382
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonIconClasses());
|
|
57383
|
+
i0.ɵɵadvance(2);
|
|
57384
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57385
|
+
i0.ɵɵadvance();
|
|
57386
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57387
|
+
i0.ɵɵadvance(2);
|
|
57388
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57389
|
+
i0.ɵɵadvance();
|
|
57390
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57391
|
+
i0.ɵɵadvance();
|
|
57392
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57393
|
+
i0.ɵɵadvance(2);
|
|
57394
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57395
|
+
i0.ɵɵadvance();
|
|
57396
|
+
i0.ɵɵproperty("ngClass", ctx_r0.skeletonLineClasses());
|
|
57397
|
+
} }
|
|
57381
57398
|
function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
57382
|
-
i0.ɵɵelementStart(0, "div",
|
|
57399
|
+
i0.ɵɵelementStart(0, "div", 11);
|
|
57400
|
+
i0.ɵɵrepeaterCreate(1, RecommendationsTiledGridComponent_Conditional_15_For_2_Template, 13, 9, "div", 15, i0.ɵɵrepeaterTrackByIdentity);
|
|
57401
|
+
i0.ɵɵelementEnd();
|
|
57402
|
+
} if (rf & 2) {
|
|
57403
|
+
i0.ɵɵadvance();
|
|
57404
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$o));
|
|
57405
|
+
} }
|
|
57406
|
+
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
57407
|
+
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
57383
57408
|
i0.ɵɵnamespaceSVG();
|
|
57384
|
-
i0.ɵɵelementStart(2, "svg",
|
|
57385
|
-
i0.ɵɵelement(3, "path",
|
|
57409
|
+
i0.ɵɵelementStart(2, "svg", 28);
|
|
57410
|
+
i0.ɵɵelement(3, "path", 29);
|
|
57386
57411
|
i0.ɵɵelementEnd()();
|
|
57387
57412
|
i0.ɵɵnamespaceHTML();
|
|
57388
|
-
i0.ɵɵelementStart(4, "h3",
|
|
57413
|
+
i0.ɵɵelementStart(4, "h3", 30);
|
|
57389
57414
|
i0.ɵɵtext(5, " No Recommendations Yet ");
|
|
57390
57415
|
i0.ɵɵelementEnd();
|
|
57391
|
-
i0.ɵɵelementStart(6, "p",
|
|
57416
|
+
i0.ɵɵelementStart(6, "p", 31);
|
|
57392
57417
|
i0.ɵɵtext(7, " Complete your business profile to receive personalized strategic recommendations ");
|
|
57393
57418
|
i0.ɵɵelementEnd()();
|
|
57394
57419
|
} if (rf & 2) {
|
|
@@ -57405,6 +57430,7 @@ class RecommendationsTiledGridComponent {
|
|
|
57405
57430
|
constructor() {
|
|
57406
57431
|
this.recommendations = input([], ...(ngDevMode ? [{ debugName: "recommendations" }] : []));
|
|
57407
57432
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
57433
|
+
this.isLoading = input(false, ...(ngDevMode ? [{ debugName: "isLoading" }] : []));
|
|
57408
57434
|
this.viewMoreClick = output();
|
|
57409
57435
|
this.sortedRecommendations = computed(() => {
|
|
57410
57436
|
return [...this.recommendations()].sort((a, b) => {
|
|
@@ -57477,8 +57503,23 @@ class RecommendationsTiledGridComponent {
|
|
|
57477
57503
|
? 'text-slate-400'
|
|
57478
57504
|
: 'text-slate-600';
|
|
57479
57505
|
}
|
|
57506
|
+
skeletonCardClasses() {
|
|
57507
|
+
return this.viewMode() === ViewModeEnum.DARK
|
|
57508
|
+
? 'bg-slate-800/50 border-slate-700/50'
|
|
57509
|
+
: 'bg-white border-slate-200';
|
|
57510
|
+
}
|
|
57511
|
+
skeletonIconClasses() {
|
|
57512
|
+
return this.viewMode() === ViewModeEnum.DARK
|
|
57513
|
+
? 'bg-slate-700'
|
|
57514
|
+
: 'bg-slate-200';
|
|
57515
|
+
}
|
|
57516
|
+
skeletonLineClasses() {
|
|
57517
|
+
return this.viewMode() === ViewModeEnum.DARK
|
|
57518
|
+
? 'bg-slate-700'
|
|
57519
|
+
: 'bg-slate-200';
|
|
57520
|
+
}
|
|
57480
57521
|
static { this.ɵfac = function RecommendationsTiledGridComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RecommendationsTiledGridComponent)(); }; }
|
|
57481
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RecommendationsTiledGridComponent, selectors: [["symphiq-recommendations-tiled-grid"]], inputs: { recommendations: [1, "recommendations"], viewMode: [1, "viewMode"] }, outputs: { viewMoreClick: "viewMoreClick" }, decls:
|
|
57522
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RecommendationsTiledGridComponent, selectors: [["symphiq-recommendations-tiled-grid"]], inputs: { recommendations: [1, "recommendations"], viewMode: [1, "viewMode"], isLoading: [1, "isLoading"] }, outputs: { viewMoreClick: "viewMoreClick" }, decls: 17, vars: 9, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "px-3", "py-1.5", "rounded-lg", "font-semibold", "text-sm", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-4", "items-start"], [1, "text-center", "py-12", "rounded-xl", "border-2", "border-dashed", 3, "ngClass"], [3, "item", "viewMode", "animationIndex"], [3, "viewMoreClick", "item", "viewMode", "animationIndex"], [1, "rounded-xl", "border", "p-5", "animate-pulse", 3, "ngClass"], [1, "flex", "items-start", "gap-3", "mb-4"], [1, "w-10", "h-10", "rounded-lg", 3, "ngClass"], [1, "flex-1", "space-y-2"], [1, "h-4", "rounded", "w-3/4", 3, "ngClass"], [1, "h-3", "rounded", "w-1/2", 3, "ngClass"], [1, "space-y-2", "mb-4"], [1, "h-3", "rounded", "w-full", 3, "ngClass"], [1, "h-3", "rounded", "w-5/6", 3, "ngClass"], [1, "h-3", "rounded", "w-4/6", 3, "ngClass"], [1, "h-6", "rounded-full", "w-16", 3, "ngClass"], [1, "h-8", "rounded-lg", "w-24", 3, "ngClass"], [1, "w-16", "h-16", "mx-auto", "mb-4", "rounded-full", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"]], template: function RecommendationsTiledGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
57482
57523
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
57483
57524
|
i0.ɵɵnamespaceSVG();
|
|
57484
57525
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -57494,7 +57535,7 @@ class RecommendationsTiledGridComponent {
|
|
|
57494
57535
|
i0.ɵɵconditionalCreate(12, RecommendationsTiledGridComponent_Conditional_12_Template, 2, 2, "div", 9);
|
|
57495
57536
|
i0.ɵɵelementEnd()();
|
|
57496
57537
|
i0.ɵɵelementStart(13, "div", 10);
|
|
57497
|
-
i0.ɵɵconditionalCreate(14, RecommendationsTiledGridComponent_Conditional_14_Template, 3, 0, "div", 11)(15, RecommendationsTiledGridComponent_Conditional_15_Template, 8, 4, "div", 12);
|
|
57538
|
+
i0.ɵɵconditionalCreate(14, RecommendationsTiledGridComponent_Conditional_14_Template, 3, 0, "div", 11)(15, RecommendationsTiledGridComponent_Conditional_15_Template, 3, 1, "div", 11)(16, RecommendationsTiledGridComponent_Conditional_16_Template, 8, 4, "div", 12);
|
|
57498
57539
|
i0.ɵɵelementEnd()();
|
|
57499
57540
|
} if (rf & 2) {
|
|
57500
57541
|
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
@@ -57513,7 +57554,7 @@ class RecommendationsTiledGridComponent {
|
|
|
57513
57554
|
i0.ɵɵadvance();
|
|
57514
57555
|
i0.ɵɵproperty("ngClass", ctx.contentClasses());
|
|
57515
57556
|
i0.ɵɵadvance();
|
|
57516
|
-
i0.ɵɵconditional(ctx.recommendations().length > 0 ? 14 : 15);
|
|
57557
|
+
i0.ɵɵconditional(ctx.recommendations().length > 0 ? 14 : ctx.isLoading() ? 15 : 16);
|
|
57517
57558
|
} }, dependencies: [CommonModule, i1$1.NgClass, SimplifiedRecommendationCardComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
57518
57559
|
}
|
|
57519
57560
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RecommendationsTiledGridComponent, [{
|
|
@@ -57523,66 +57564,89 @@ class RecommendationsTiledGridComponent {
|
|
|
57523
57564
|
standalone: true,
|
|
57524
57565
|
imports: [CommonModule, SimplifiedRecommendationCardComponent],
|
|
57525
57566
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
57526
|
-
template: `
|
|
57527
|
-
<div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden">
|
|
57528
|
-
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b">
|
|
57529
|
-
<div class="flex items-center justify-between">
|
|
57530
|
-
<div class="flex items-center gap-3">
|
|
57531
|
-
<div [ngClass]="iconContainerClasses()" class="p-2.5 rounded-lg">
|
|
57532
|
-
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
57533
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"></path>
|
|
57534
|
-
</svg>
|
|
57535
|
-
</div>
|
|
57536
|
-
<div>
|
|
57537
|
-
<h2 [ngClass]="titleClasses()" class="text-xl font-bold">
|
|
57538
|
-
Strategic Insights & Recommendations
|
|
57539
|
-
</h2>
|
|
57540
|
-
<p [ngClass]="subtitleClasses()" class="text-sm mt-0.5">
|
|
57541
|
-
{{ recommendations().length }} personalized recommendations based on your business profile
|
|
57542
|
-
</p>
|
|
57543
|
-
</div>
|
|
57544
|
-
</div>
|
|
57545
|
-
@if (recommendations().length > 0) {
|
|
57546
|
-
<div [ngClass]="countBadgeClasses()" class="px-3 py-1.5 rounded-lg font-semibold text-sm">
|
|
57547
|
-
{{ recommendations().length }}
|
|
57548
|
-
</div>
|
|
57549
|
-
}
|
|
57550
|
-
</div>
|
|
57551
|
-
</div>
|
|
57552
|
-
|
|
57553
|
-
<div [ngClass]="contentClasses()" class="p-6">
|
|
57554
|
-
@if (recommendations().length > 0) {
|
|
57555
|
-
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-start">
|
|
57556
|
-
@for (recommendation of sortedRecommendations(); track recommendation.id; let idx = $index) {
|
|
57557
|
-
<symphiq-simplified-recommendation-card
|
|
57558
|
-
[item]="recommendation"
|
|
57559
|
-
[viewMode]="viewMode()"
|
|
57560
|
-
[animationIndex]="idx"
|
|
57561
|
-
(viewMoreClick)="viewMoreClick.emit($event)"
|
|
57562
|
-
/>
|
|
57563
|
-
}
|
|
57564
|
-
</div>
|
|
57565
|
-
} @else {
|
|
57566
|
-
<div
|
|
57567
|
-
|
|
57568
|
-
<
|
|
57569
|
-
<
|
|
57570
|
-
|
|
57571
|
-
|
|
57572
|
-
|
|
57573
|
-
|
|
57574
|
-
|
|
57575
|
-
|
|
57576
|
-
|
|
57577
|
-
|
|
57578
|
-
|
|
57579
|
-
|
|
57580
|
-
|
|
57581
|
-
|
|
57567
|
+
template: `
|
|
57568
|
+
<div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden">
|
|
57569
|
+
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b">
|
|
57570
|
+
<div class="flex items-center justify-between">
|
|
57571
|
+
<div class="flex items-center gap-3">
|
|
57572
|
+
<div [ngClass]="iconContainerClasses()" class="p-2.5 rounded-lg">
|
|
57573
|
+
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
57574
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"></path>
|
|
57575
|
+
</svg>
|
|
57576
|
+
</div>
|
|
57577
|
+
<div>
|
|
57578
|
+
<h2 [ngClass]="titleClasses()" class="text-xl font-bold">
|
|
57579
|
+
Strategic Insights & Recommendations
|
|
57580
|
+
</h2>
|
|
57581
|
+
<p [ngClass]="subtitleClasses()" class="text-sm mt-0.5">
|
|
57582
|
+
{{ recommendations().length }} personalized recommendations based on your business profile
|
|
57583
|
+
</p>
|
|
57584
|
+
</div>
|
|
57585
|
+
</div>
|
|
57586
|
+
@if (recommendations().length > 0) {
|
|
57587
|
+
<div [ngClass]="countBadgeClasses()" class="px-3 py-1.5 rounded-lg font-semibold text-sm">
|
|
57588
|
+
{{ recommendations().length }}
|
|
57589
|
+
</div>
|
|
57590
|
+
}
|
|
57591
|
+
</div>
|
|
57592
|
+
</div>
|
|
57593
|
+
|
|
57594
|
+
<div [ngClass]="contentClasses()" class="p-6">
|
|
57595
|
+
@if (recommendations().length > 0) {
|
|
57596
|
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-start">
|
|
57597
|
+
@for (recommendation of sortedRecommendations(); track recommendation.id; let idx = $index) {
|
|
57598
|
+
<symphiq-simplified-recommendation-card
|
|
57599
|
+
[item]="recommendation"
|
|
57600
|
+
[viewMode]="viewMode()"
|
|
57601
|
+
[animationIndex]="idx"
|
|
57602
|
+
(viewMoreClick)="viewMoreClick.emit($event)"
|
|
57603
|
+
/>
|
|
57604
|
+
}
|
|
57605
|
+
</div>
|
|
57606
|
+
} @else if (isLoading()) {
|
|
57607
|
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-start">
|
|
57608
|
+
@for (i of [0, 1, 2]; track i) {
|
|
57609
|
+
<div [ngClass]="skeletonCardClasses()" class="rounded-xl border p-5 animate-pulse">
|
|
57610
|
+
<div class="flex items-start gap-3 mb-4">
|
|
57611
|
+
<div [ngClass]="skeletonIconClasses()" class="w-10 h-10 rounded-lg"></div>
|
|
57612
|
+
<div class="flex-1 space-y-2">
|
|
57613
|
+
<div [ngClass]="skeletonLineClasses()" class="h-4 rounded w-3/4"></div>
|
|
57614
|
+
<div [ngClass]="skeletonLineClasses()" class="h-3 rounded w-1/2"></div>
|
|
57615
|
+
</div>
|
|
57616
|
+
</div>
|
|
57617
|
+
<div class="space-y-2 mb-4">
|
|
57618
|
+
<div [ngClass]="skeletonLineClasses()" class="h-3 rounded w-full"></div>
|
|
57619
|
+
<div [ngClass]="skeletonLineClasses()" class="h-3 rounded w-5/6"></div>
|
|
57620
|
+
<div [ngClass]="skeletonLineClasses()" class="h-3 rounded w-4/6"></div>
|
|
57621
|
+
</div>
|
|
57622
|
+
<div class="flex items-center justify-between">
|
|
57623
|
+
<div [ngClass]="skeletonLineClasses()" class="h-6 rounded-full w-16"></div>
|
|
57624
|
+
<div [ngClass]="skeletonLineClasses()" class="h-8 rounded-lg w-24"></div>
|
|
57625
|
+
</div>
|
|
57626
|
+
</div>
|
|
57627
|
+
}
|
|
57628
|
+
</div>
|
|
57629
|
+
} @else {
|
|
57630
|
+
<div [ngClass]="emptyStateClasses()" class="text-center py-12 rounded-xl border-2 border-dashed">
|
|
57631
|
+
<div [ngClass]="emptyIconClasses()" class="w-16 h-16 mx-auto mb-4 rounded-full flex items-center justify-center">
|
|
57632
|
+
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
57633
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4"></path>
|
|
57634
|
+
</svg>
|
|
57635
|
+
</div>
|
|
57636
|
+
<h3 [ngClass]="emptyTitleClasses()" class="text-lg font-semibold mb-2">
|
|
57637
|
+
No Recommendations Yet
|
|
57638
|
+
</h3>
|
|
57639
|
+
<p [ngClass]="emptyDescriptionClasses()" class="text-sm">
|
|
57640
|
+
Complete your business profile to receive personalized strategic recommendations
|
|
57641
|
+
</p>
|
|
57642
|
+
</div>
|
|
57643
|
+
}
|
|
57644
|
+
</div>
|
|
57645
|
+
</div>
|
|
57582
57646
|
`
|
|
57583
57647
|
}]
|
|
57584
|
-
}], null, { recommendations: [{ type: i0.Input, args: [{ isSignal: true, alias: "recommendations", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
57585
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationsTiledGridComponent, { className: "RecommendationsTiledGridComponent", filePath: "lib/components/business-analysis-dashboard/recommendations-tiled-grid.component.ts", lineNumber:
|
|
57648
|
+
}], null, { recommendations: [{ type: i0.Input, args: [{ isSignal: true, alias: "recommendations", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
57649
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationsTiledGridComponent, { className: "RecommendationsTiledGridComponent", filePath: "lib/components/business-analysis-dashboard/recommendations-tiled-grid.component.ts", lineNumber: 92 }); })();
|
|
57586
57650
|
|
|
57587
57651
|
const _forTrack0$f = ($index, $item) => $item.id;
|
|
57588
57652
|
function CollapsibleSectionGroupComponent_For_23_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -58106,87 +58170,87 @@ class ContentGenerationProgressComponent {
|
|
|
58106
58170
|
}
|
|
58107
58171
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentGenerationProgressComponent, [{
|
|
58108
58172
|
type: Component,
|
|
58109
|
-
args: [{ selector: 'symphiq-content-generation-progress', standalone: true, imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
58110
|
-
<div [ngClass]="containerClasses()" class="min-h-[60vh] flex items-center justify-center px-4 py-12">
|
|
58111
|
-
<div class="max-w-3xl w-full space-y-8">
|
|
58112
|
-
<!-- Title Section -->
|
|
58113
|
-
<div class="text-center space-y-3">
|
|
58114
|
-
<div class="flex items-center justify-center mb-4">
|
|
58115
|
-
<div [ngClass]="iconContainerClasses()" class="relative w-20 h-20 rounded-2xl flex items-center justify-center icon-pulse">
|
|
58116
|
-
<svg class="w-10 h-10" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
58117
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path>
|
|
58118
|
-
</svg>
|
|
58119
|
-
<div class="absolute inset-0 rounded-2xl icon-glow"></div>
|
|
58120
|
-
</div>
|
|
58121
|
-
</div>
|
|
58122
|
-
|
|
58123
|
-
<h2 [ngClass]="titleClasses()" class="text-3xl sm:text-4xl font-bold">
|
|
58124
|
-
{{ title() }}
|
|
58125
|
-
</h2>
|
|
58126
|
-
|
|
58127
|
-
<p [ngClass]="subtitleClasses()" class="text-base sm:text-lg max-w-2xl mx-auto">
|
|
58128
|
-
{{ subtitle() }}
|
|
58129
|
-
</p>
|
|
58130
|
-
</div>
|
|
58131
|
-
|
|
58132
|
-
<!-- Progress Section -->
|
|
58133
|
-
<div class="space-y-4">
|
|
58134
|
-
<!-- Progress Message -->
|
|
58135
|
-
<div class="text-center">
|
|
58136
|
-
<p [ngClass]="progressMessageClasses()" class="text-lg sm:text-xl font-medium message-fade">
|
|
58137
|
-
{{ progressMessage() }}
|
|
58138
|
-
</p>
|
|
58139
|
-
</div>
|
|
58140
|
-
|
|
58141
|
-
<!-- Progress Bar Container -->
|
|
58142
|
-
<div [ngClass]="progressBarContainerClasses()" class="relative h-3 rounded-full" style="overflow: visible;">
|
|
58143
|
-
<!-- Background Track -->
|
|
58144
|
-
<div [ngClass]="progressBarBackgroundClasses()" class="absolute inset-0 rounded-full"></div>
|
|
58145
|
-
|
|
58146
|
-
<!-- Solid Fill with Gradient -->
|
|
58147
|
-
<div
|
|
58148
|
-
[ngClass]="progressBarFillClasses()"
|
|
58149
|
-
[style.width.%]="progressPercentage()"
|
|
58150
|
-
class="absolute inset-y-0 left-0 rounded-full transition-all duration-700 ease-out overflow-hidden">
|
|
58151
|
-
<!-- Inner shimmer effect -->
|
|
58152
|
-
<div class="absolute inset-0 shimmer-effect"></div>
|
|
58153
|
-
</div>
|
|
58154
|
-
|
|
58155
|
-
<!-- Animated Dots Overlay (container positioned at progress edge, dots animate within) -->
|
|
58156
|
-
@if (progressPercentage() > 0 && progressPercentage() < 100) {
|
|
58157
|
-
<div
|
|
58158
|
-
class="absolute pointer-events-none"
|
|
58159
|
-
[style.left.%]="progressPercentage()"
|
|
58160
|
-
style="right: 0; top: -4px; bottom: -4px; overflow: visible;">
|
|
58161
|
-
<div class="animated-dot animated-dot-1" [style.background-color]="dotColor()"></div>
|
|
58162
|
-
<div class="animated-dot animated-dot-2" [style.background-color]="dotColor()"></div>
|
|
58163
|
-
<div class="animated-dot animated-dot-3" [style.background-color]="dotColor()"></div>
|
|
58164
|
-
<div class="animated-dot animated-dot-4" [style.background-color]="dotColor()"></div>
|
|
58165
|
-
<div class="animated-dot animated-dot-5" [style.background-color]="dotColor()"></div>
|
|
58166
|
-
<div class="animated-dot animated-dot-6" [style.background-color]="dotColor()"></div>
|
|
58167
|
-
</div>
|
|
58168
|
-
}
|
|
58169
|
-
|
|
58170
|
-
<!-- Glow effect at the progress edge -->
|
|
58171
|
-
@if (progressPercentage() > 0 && progressPercentage() < 100) {
|
|
58172
|
-
<div
|
|
58173
|
-
[ngClass]="progressGlowClasses()"
|
|
58174
|
-
[style.left.%]="progressPercentage()"
|
|
58175
|
-
class="absolute top-1/2 -translate-y-1/2 w-4 h-4 rounded-full blur-md transition-all duration-700 ease-out"
|
|
58176
|
-
style="margin-left: -8px;">
|
|
58177
|
-
</div>
|
|
58178
|
-
}
|
|
58179
|
-
</div>
|
|
58180
|
-
|
|
58181
|
-
<!-- Progress Percentage -->
|
|
58182
|
-
<div class="text-center">
|
|
58183
|
-
<span [ngClass]="percentageClasses()" class="text-sm font-medium tabular-nums">
|
|
58184
|
-
{{ progressPercentage() }}% complete
|
|
58185
|
-
</span>
|
|
58186
|
-
</div>
|
|
58187
|
-
</div>
|
|
58188
|
-
</div>
|
|
58189
|
-
</div>
|
|
58173
|
+
args: [{ selector: 'symphiq-content-generation-progress', standalone: true, imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
58174
|
+
<div [ngClass]="containerClasses()" class="min-h-[60vh] flex items-center justify-center px-4 py-12">
|
|
58175
|
+
<div class="max-w-3xl w-full space-y-8">
|
|
58176
|
+
<!-- Title Section -->
|
|
58177
|
+
<div class="text-center space-y-3">
|
|
58178
|
+
<div class="flex items-center justify-center mb-4">
|
|
58179
|
+
<div [ngClass]="iconContainerClasses()" class="relative w-20 h-20 rounded-2xl flex items-center justify-center icon-pulse">
|
|
58180
|
+
<svg class="w-10 h-10" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
58181
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path>
|
|
58182
|
+
</svg>
|
|
58183
|
+
<div class="absolute inset-0 rounded-2xl icon-glow"></div>
|
|
58184
|
+
</div>
|
|
58185
|
+
</div>
|
|
58186
|
+
|
|
58187
|
+
<h2 [ngClass]="titleClasses()" class="text-3xl sm:text-4xl font-bold">
|
|
58188
|
+
{{ title() }}
|
|
58189
|
+
</h2>
|
|
58190
|
+
|
|
58191
|
+
<p [ngClass]="subtitleClasses()" class="text-base sm:text-lg max-w-2xl mx-auto">
|
|
58192
|
+
{{ subtitle() }}
|
|
58193
|
+
</p>
|
|
58194
|
+
</div>
|
|
58195
|
+
|
|
58196
|
+
<!-- Progress Section -->
|
|
58197
|
+
<div class="space-y-4">
|
|
58198
|
+
<!-- Progress Message -->
|
|
58199
|
+
<div class="text-center">
|
|
58200
|
+
<p [ngClass]="progressMessageClasses()" class="text-lg sm:text-xl font-medium message-fade">
|
|
58201
|
+
{{ progressMessage() }}
|
|
58202
|
+
</p>
|
|
58203
|
+
</div>
|
|
58204
|
+
|
|
58205
|
+
<!-- Progress Bar Container -->
|
|
58206
|
+
<div [ngClass]="progressBarContainerClasses()" class="relative h-3 rounded-full" style="overflow: visible;">
|
|
58207
|
+
<!-- Background Track -->
|
|
58208
|
+
<div [ngClass]="progressBarBackgroundClasses()" class="absolute inset-0 rounded-full"></div>
|
|
58209
|
+
|
|
58210
|
+
<!-- Solid Fill with Gradient -->
|
|
58211
|
+
<div
|
|
58212
|
+
[ngClass]="progressBarFillClasses()"
|
|
58213
|
+
[style.width.%]="progressPercentage()"
|
|
58214
|
+
class="absolute inset-y-0 left-0 rounded-full transition-all duration-700 ease-out overflow-hidden">
|
|
58215
|
+
<!-- Inner shimmer effect -->
|
|
58216
|
+
<div class="absolute inset-0 shimmer-effect"></div>
|
|
58217
|
+
</div>
|
|
58218
|
+
|
|
58219
|
+
<!-- Animated Dots Overlay (container positioned at progress edge, dots animate within) -->
|
|
58220
|
+
@if (progressPercentage() > 0 && progressPercentage() < 100) {
|
|
58221
|
+
<div
|
|
58222
|
+
class="absolute pointer-events-none"
|
|
58223
|
+
[style.left.%]="progressPercentage()"
|
|
58224
|
+
style="right: 0; top: -4px; bottom: -4px; overflow: visible;">
|
|
58225
|
+
<div class="animated-dot animated-dot-1" [style.background-color]="dotColor()"></div>
|
|
58226
|
+
<div class="animated-dot animated-dot-2" [style.background-color]="dotColor()"></div>
|
|
58227
|
+
<div class="animated-dot animated-dot-3" [style.background-color]="dotColor()"></div>
|
|
58228
|
+
<div class="animated-dot animated-dot-4" [style.background-color]="dotColor()"></div>
|
|
58229
|
+
<div class="animated-dot animated-dot-5" [style.background-color]="dotColor()"></div>
|
|
58230
|
+
<div class="animated-dot animated-dot-6" [style.background-color]="dotColor()"></div>
|
|
58231
|
+
</div>
|
|
58232
|
+
}
|
|
58233
|
+
|
|
58234
|
+
<!-- Glow effect at the progress edge -->
|
|
58235
|
+
@if (progressPercentage() > 0 && progressPercentage() < 100) {
|
|
58236
|
+
<div
|
|
58237
|
+
[ngClass]="progressGlowClasses()"
|
|
58238
|
+
[style.left.%]="progressPercentage()"
|
|
58239
|
+
class="absolute top-1/2 -translate-y-1/2 w-4 h-4 rounded-full blur-md transition-all duration-700 ease-out"
|
|
58240
|
+
style="margin-left: -8px;">
|
|
58241
|
+
</div>
|
|
58242
|
+
}
|
|
58243
|
+
</div>
|
|
58244
|
+
|
|
58245
|
+
<!-- Progress Percentage -->
|
|
58246
|
+
<div class="text-center">
|
|
58247
|
+
<span [ngClass]="percentageClasses()" class="text-sm font-medium tabular-nums">
|
|
58248
|
+
{{ progressPercentage() }}% complete
|
|
58249
|
+
</span>
|
|
58250
|
+
</div>
|
|
58251
|
+
</div>
|
|
58252
|
+
</div>
|
|
58253
|
+
</div>
|
|
58190
58254
|
`, styles: ["@keyframes icon-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes icon-glow-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes dots-move{0%{left:0%;opacity:0}3%{left:3%;opacity:1}97%{left:97%;opacity:1}to{left:100%;opacity:0}}@keyframes dots-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}@keyframes message-fade{0%,to{opacity:1}50%{opacity:.7}}.icon-pulse{animation:icon-pulse 2s ease-in-out infinite}.icon-glow{animation:icon-glow-pulse 2s ease-in-out infinite}.shimmer-effect{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s ease-in-out infinite}.message-fade{animation:message-fade 3s ease-in-out infinite}.animated-dot{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;margin-top:-6px;margin-left:-6px;animation:dots-move 6s linear infinite,dots-pulse 2s ease-in-out infinite;will-change:left,transform,opacity;z-index:20;box-shadow:0 0 8px currentColor,0 0 16px currentColor}.animated-dot-1{animation-delay:0s,0s}.animated-dot-2{animation-delay:1s,0s}.animated-dot-3{animation-delay:2s,0s}.animated-dot-4{animation-delay:3s,0s}.animated-dot-5{animation-delay:4s,0s}.animated-dot-6{animation-delay:5s,0s}\n"] }]
|
|
58191
58255
|
}], null, { itemStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatus", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], subtitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "subtitle", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], showIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "showIcon", required: false }] }] }); })();
|
|
58192
58256
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentGenerationProgressComponent, { className: "ContentGenerationProgressComponent", filePath: "lib/components/shared/content-generation-progress.component.ts", lineNumber: 222 }); })();
|
|
@@ -58478,7 +58542,9 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
58478
58542
|
this.profileContextService = inject(ProfileContextService);
|
|
58479
58543
|
this.searchService = inject(BusinessProfileSearchService);
|
|
58480
58544
|
this.modalService = inject(ModalService);
|
|
58545
|
+
this.confettiService = inject(ConfettiService);
|
|
58481
58546
|
this.currentProfile = signal(undefined, ...(ngDevMode ? [{ debugName: "currentProfile" }] : []));
|
|
58547
|
+
this.previousContentStatus = signal(undefined, ...(ngDevMode ? [{ debugName: "previousContentStatus" }] : []));
|
|
58482
58548
|
this.COLLAPSE_THRESHOLD = 20;
|
|
58483
58549
|
this.EXPAND_THRESHOLD = 10;
|
|
58484
58550
|
this.embeddedScrollEffect = effect(() => {
|
|
@@ -58568,6 +58634,19 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
58568
58634
|
this.profileContextService.indexProfile(profile.profileStructured.sections, recommendations);
|
|
58569
58635
|
}
|
|
58570
58636
|
});
|
|
58637
|
+
effect(() => {
|
|
58638
|
+
const currentStatus = this.profile()?.selfContentStatus;
|
|
58639
|
+
const prevStatus = this.previousContentStatus();
|
|
58640
|
+
if (prevStatus === AiDynamicContentStatusEnum.GENERATING &&
|
|
58641
|
+
currentStatus === AiDynamicContentStatusEnum.GENERATED) {
|
|
58642
|
+
this.confettiService.trigger({
|
|
58643
|
+
intensity: 'celebration',
|
|
58644
|
+
delay: 200,
|
|
58645
|
+
viewMode: this.viewMode(),
|
|
58646
|
+
});
|
|
58647
|
+
}
|
|
58648
|
+
this.previousContentStatus.set(currentStatus);
|
|
58649
|
+
});
|
|
58571
58650
|
}
|
|
58572
58651
|
onScroll() {
|
|
58573
58652
|
this.headerScrollService.handleScroll(this.embedded());
|
|
@@ -59285,7 +59364,7 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
59285
59364
|
type: HostListener,
|
|
59286
59365
|
args: ['document:keydown', ['$event']]
|
|
59287
59366
|
}] }); })();
|
|
59288
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqBusinessAnalysisDashboardComponent, { className: "SymphiqBusinessAnalysisDashboardComponent", filePath: "lib/components/business-analysis-dashboard/symphiq-business-analysis-dashboard.component.ts", lineNumber:
|
|
59367
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqBusinessAnalysisDashboardComponent, { className: "SymphiqBusinessAnalysisDashboardComponent", filePath: "lib/components/business-analysis-dashboard/symphiq-business-analysis-dashboard.component.ts", lineNumber: 336 }); })();
|
|
59289
59368
|
|
|
59290
59369
|
function DashboardHeaderComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
59291
59370
|
i0.ɵɵelement(0, "div", 6);
|