@eric-emg/symphiq-components 1.2.338 → 1.2.340
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 +211 -224
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/styles.css +3 -0
|
@@ -3232,7 +3232,7 @@ class DataLoaderService {
|
|
|
3232
3232
|
args: [{ providedIn: 'root' }]
|
|
3233
3233
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3234
3234
|
|
|
3235
|
-
const _c0$
|
|
3235
|
+
const _c0$19 = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3236
3236
|
const _c1$E = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3237
3237
|
class SkeletonLoaderComponent {
|
|
3238
3238
|
constructor() {
|
|
@@ -3249,7 +3249,7 @@ class SkeletonLoaderComponent {
|
|
|
3249
3249
|
} if (rf & 2) {
|
|
3250
3250
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
3251
3251
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
3252
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
3252
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$19, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3253
3253
|
i0.ɵɵadvance();
|
|
3254
3254
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$E, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
3255
3255
|
} }, 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 }); }
|
|
@@ -3289,7 +3289,7 @@ const ChartContainerComponent_Conditional_1_Conditional_13_Defer_2_DepsFn = () =
|
|
|
3289
3289
|
const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
3290
3290
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
3291
3291
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
3292
|
-
const _c0$
|
|
3292
|
+
const _c0$18 = (a0, a1) => [a0, a1];
|
|
3293
3293
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3294
3294
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
3295
3295
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -3341,7 +3341,7 @@ function ChartContainerComponent_Conditional_1_Conditional_11_Template(rf, ctx)
|
|
|
3341
3341
|
i0.ɵɵelementEnd()();
|
|
3342
3342
|
} if (rf & 2) {
|
|
3343
3343
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
3344
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
3344
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$18, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
3345
3345
|
} }
|
|
3346
3346
|
function ChartContainerComponent_Conditional_1_Conditional_13_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
3347
3347
|
i0.ɵɵelement(0, "symphiq-line-chart", 23);
|
|
@@ -4943,7 +4943,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
4943
4943
|
}], 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"] }] }); })();
|
|
4944
4944
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
4945
4945
|
|
|
4946
|
-
const _c0$
|
|
4946
|
+
const _c0$17 = () => [1, 2, 3, 4];
|
|
4947
4947
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
4948
4948
|
i0.ɵɵelementStart(0, "div", 9);
|
|
4949
4949
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -4977,7 +4977,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
4977
4977
|
i0.ɵɵadvance(2);
|
|
4978
4978
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
4979
4979
|
i0.ɵɵadvance(2);
|
|
4980
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
4980
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$17));
|
|
4981
4981
|
i0.ɵɵadvance(2);
|
|
4982
4982
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
4983
4983
|
} }
|
|
@@ -6192,7 +6192,7 @@ class OverallAssessmentComponent {
|
|
|
6192
6192
|
}], 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"] }] }); })();
|
|
6193
6193
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
6194
6194
|
|
|
6195
|
-
const _c0$
|
|
6195
|
+
const _c0$16 = () => [1, 2, 3];
|
|
6196
6196
|
const _c1$D = () => [1, 2, 3, 4];
|
|
6197
6197
|
const _c2$q = () => [];
|
|
6198
6198
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -6230,7 +6230,7 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
6230
6230
|
i0.ɵɵadvance();
|
|
6231
6231
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
6232
6232
|
i0.ɵɵadvance();
|
|
6233
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
6233
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$16));
|
|
6234
6234
|
i0.ɵɵadvance(3);
|
|
6235
6235
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$D));
|
|
6236
6236
|
} }
|
|
@@ -8930,7 +8930,7 @@ class MetricCardComponent {
|
|
|
8930
8930
|
}], () => [], { 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 }] }] }); })();
|
|
8931
8931
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
8932
8932
|
|
|
8933
|
-
const _c0$
|
|
8933
|
+
const _c0$15 = () => [1, 2, 3];
|
|
8934
8934
|
const _c1$C = (a0, a1, a2) => [a0, a1, a2];
|
|
8935
8935
|
const _c2$p = (a0, a1) => [a0, a1];
|
|
8936
8936
|
const _forTrack0$S = ($index, $item) => $item.metric;
|
|
@@ -8960,7 +8960,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
8960
8960
|
i0.ɵɵadvance();
|
|
8961
8961
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
8962
8962
|
i0.ɵɵadvance(2);
|
|
8963
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
8963
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$15));
|
|
8964
8964
|
} }
|
|
8965
8965
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
8966
8966
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -8979,7 +8979,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
8979
8979
|
i0.ɵɵadvance();
|
|
8980
8980
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
8981
8981
|
i0.ɵɵadvance(2);
|
|
8982
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
8982
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$15));
|
|
8983
8983
|
} }
|
|
8984
8984
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
8985
8985
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -11507,7 +11507,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
11507
11507
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
11508
11508
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
11509
11509
|
|
|
11510
|
-
const _c0$
|
|
11510
|
+
const _c0$14 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
11511
11511
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
11512
11512
|
i0.ɵɵelement(0, "div", 12);
|
|
11513
11513
|
} if (rf & 2) {
|
|
@@ -11783,7 +11783,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
11783
11783
|
i0.ɵɵadvance();
|
|
11784
11784
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
11785
11785
|
i0.ɵɵadvance(3);
|
|
11786
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$
|
|
11786
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$14));
|
|
11787
11787
|
i0.ɵɵadvance(2);
|
|
11788
11788
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
11789
11789
|
i0.ɵɵadvance();
|
|
@@ -11959,7 +11959,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
11959
11959
|
}], 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 }] }] }); })();
|
|
11960
11960
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
11961
11961
|
|
|
11962
|
-
const _c0$
|
|
11962
|
+
const _c0$13 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
11963
11963
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
11964
11964
|
i0.ɵɵelement(0, "div", 17);
|
|
11965
11965
|
} if (rf & 2) {
|
|
@@ -12470,7 +12470,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
12470
12470
|
i0.ɵɵadvance();
|
|
12471
12471
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12472
12472
|
i0.ɵɵadvance(3);
|
|
12473
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
12473
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$13));
|
|
12474
12474
|
i0.ɵɵadvance(2);
|
|
12475
12475
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12476
12476
|
i0.ɵɵadvance();
|
|
@@ -12931,7 +12931,7 @@ class ProfileItemLookupService {
|
|
|
12931
12931
|
}]
|
|
12932
12932
|
}], null, null); })();
|
|
12933
12933
|
|
|
12934
|
-
const _c0$
|
|
12934
|
+
const _c0$12 = a0 => ({ name: "chevron-right", source: a0 });
|
|
12935
12935
|
const _forTrack0$P = ($index, $item) => $item.id;
|
|
12936
12936
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
12937
12937
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -12949,7 +12949,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
12949
12949
|
i0.ɵɵadvance(2);
|
|
12950
12950
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
12951
12951
|
i0.ɵɵadvance();
|
|
12952
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
12952
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$12, ctx_r2.IconSourceEnum.HEROICONS));
|
|
12953
12953
|
} }
|
|
12954
12954
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
12955
12955
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13033,7 +13033,7 @@ class RelatedAreaChipsComponent {
|
|
|
13033
13033
|
}], 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 }] }] }); })();
|
|
13034
13034
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13035
13035
|
|
|
13036
|
-
const _c0$
|
|
13036
|
+
const _c0$11 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13037
13037
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13038
13038
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13039
13039
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13050,7 +13050,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
13050
13050
|
i0.ɵɵadvance(2);
|
|
13051
13051
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
13052
13052
|
i0.ɵɵadvance();
|
|
13053
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13053
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$11, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13054
13054
|
} }
|
|
13055
13055
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13056
13056
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13451,7 +13451,7 @@ class CompetitorContextSectionComponent {
|
|
|
13451
13451
|
}], 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"] }] }); })();
|
|
13452
13452
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
13453
13453
|
|
|
13454
|
-
const _c0
|
|
13454
|
+
const _c0$10 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13455
13455
|
const _forTrack0$N = ($index, $item) => $item.id;
|
|
13456
13456
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
13457
13457
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13472,7 +13472,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
13472
13472
|
i0.ɵɵadvance(2);
|
|
13473
13473
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
13474
13474
|
i0.ɵɵadvance();
|
|
13475
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0
|
|
13475
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$10, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13476
13476
|
} }
|
|
13477
13477
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
13478
13478
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -20441,7 +20441,7 @@ class MarkdownTooltipComponent {
|
|
|
20441
20441
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
20442
20442
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
|
|
20443
20443
|
|
|
20444
|
-
const _c0
|
|
20444
|
+
const _c0$$ = () => [];
|
|
20445
20445
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20446
20446
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
20447
20447
|
} if (rf & 2) {
|
|
@@ -20605,7 +20605,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
20605
20605
|
} if (rf & 2) {
|
|
20606
20606
|
i0.ɵɵnextContext(2);
|
|
20607
20607
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
20608
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0
|
|
20608
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$$));
|
|
20609
20609
|
} }
|
|
20610
20610
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
20611
20611
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -21711,7 +21711,7 @@ class SearchService {
|
|
|
21711
21711
|
}]
|
|
21712
21712
|
}], null, null); })();
|
|
21713
21713
|
|
|
21714
|
-
const _c0$
|
|
21714
|
+
const _c0$_ = ["searchInput"];
|
|
21715
21715
|
const _forTrack0$H = ($index, $item) => $item.id;
|
|
21716
21716
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
21717
21717
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -22073,7 +22073,7 @@ class SearchBarComponent {
|
|
|
22073
22073
|
}
|
|
22074
22074
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
22075
22075
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
22076
|
-
i0.ɵɵviewQuery(_c0$
|
|
22076
|
+
i0.ɵɵviewQuery(_c0$_, 5);
|
|
22077
22077
|
} if (rf & 2) {
|
|
22078
22078
|
let _t;
|
|
22079
22079
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -25756,7 +25756,7 @@ class FunnelWelcomeBannerComponent {
|
|
|
25756
25756
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
|
|
25757
25757
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 113 }); })();
|
|
25758
25758
|
|
|
25759
|
-
const _c0$
|
|
25759
|
+
const _c0$Z = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
25760
25760
|
const _c1$B = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
25761
25761
|
class CollapsibleFunnelSectionGroupComponent {
|
|
25762
25762
|
constructor() {
|
|
@@ -25889,7 +25889,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
25889
25889
|
}
|
|
25890
25890
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
25891
25891
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$B, 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) {
|
|
25892
|
-
i0.ɵɵprojectionDef(_c0$
|
|
25892
|
+
i0.ɵɵprojectionDef(_c0$Z);
|
|
25893
25893
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
25894
25894
|
i0.ɵɵnamespaceSVG();
|
|
25895
25895
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -26732,7 +26732,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
26732
26732
|
}], 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"] }] }); })();
|
|
26733
26733
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
26734
26734
|
|
|
26735
|
-
const _c0$
|
|
26735
|
+
const _c0$Y = a0 => ({ name: "check-badge", source: a0 });
|
|
26736
26736
|
const _c1$A = a0 => ({ name: "check-circle", source: a0 });
|
|
26737
26737
|
const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
26738
26738
|
const _forTrack0$D = ($index, $item) => $item.area;
|
|
@@ -26749,7 +26749,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
26749
26749
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
26750
26750
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
26751
26751
|
i0.ɵɵadvance();
|
|
26752
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
26752
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$Y, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
26753
26753
|
i0.ɵɵadvance();
|
|
26754
26754
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
26755
26755
|
i0.ɵɵadvance(2);
|
|
@@ -26964,7 +26964,7 @@ class KeyStrengthsListModalContentComponent {
|
|
|
26964
26964
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
26965
26965
|
(() => { (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 }); })();
|
|
26966
26966
|
|
|
26967
|
-
const _c0$
|
|
26967
|
+
const _c0$X = a0 => ({ name: "shield-check", source: a0 });
|
|
26968
26968
|
const _c1$z = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
26969
26969
|
const _c2$n = a0 => ({ name: "document-text", source: a0 });
|
|
26970
26970
|
const _c3$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -26982,7 +26982,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
26982
26982
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
26983
26983
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
26984
26984
|
i0.ɵɵadvance();
|
|
26985
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
26985
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$X, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
26986
26986
|
i0.ɵɵadvance();
|
|
26987
26987
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
26988
26988
|
i0.ɵɵadvance(2);
|
|
@@ -27280,7 +27280,7 @@ class CriticalGapsListModalContentComponent {
|
|
|
27280
27280
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27281
27281
|
(() => { (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 }); })();
|
|
27282
27282
|
|
|
27283
|
-
const _c0$
|
|
27283
|
+
const _c0$W = a0 => ({ name: "check-circle", source: a0 });
|
|
27284
27284
|
const _c1$y = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27285
27285
|
const _forTrack0$B = ($index, $item) => $item.questionId;
|
|
27286
27286
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -27336,7 +27336,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
27336
27336
|
i0.ɵɵadvance();
|
|
27337
27337
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
27338
27338
|
i0.ɵɵadvance();
|
|
27339
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
27339
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$W, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
27340
27340
|
i0.ɵɵadvance(3);
|
|
27341
27341
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
27342
27342
|
} }
|
|
@@ -27521,7 +27521,7 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
27521
27521
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27522
27522
|
(() => { (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 }); })();
|
|
27523
27523
|
|
|
27524
|
-
const _c0$
|
|
27524
|
+
const _c0$V = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27525
27525
|
const _c1$x = a0 => ({ name: "document-text", source: a0 });
|
|
27526
27526
|
const _c2$m = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27527
27527
|
const _forTrack0$A = ($index, $item) => $item.questionId;
|
|
@@ -27799,7 +27799,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
27799
27799
|
i0.ɵɵadvance();
|
|
27800
27800
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
27801
27801
|
i0.ɵɵadvance(2);
|
|
27802
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
27802
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$V, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
27803
27803
|
i0.ɵɵadvance(2);
|
|
27804
27804
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
27805
27805
|
i0.ɵɵadvance(2);
|
|
@@ -29384,7 +29384,7 @@ class TopPriorityDetailModalContentComponent {
|
|
|
29384
29384
|
}], 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 }] }] }); })();
|
|
29385
29385
|
(() => { (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 }); })();
|
|
29386
29386
|
|
|
29387
|
-
const _c0$
|
|
29387
|
+
const _c0$U = a0 => ({ name: "check-badge", source: a0 });
|
|
29388
29388
|
const _c1$w = a0 => ({ name: "check-circle", source: a0 });
|
|
29389
29389
|
const _c2$l = a0 => ({ name: "chevron-right", source: a0 });
|
|
29390
29390
|
const _c3$g = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -29402,7 +29402,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
29402
29402
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
29403
29403
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
29404
29404
|
i0.ɵɵadvance();
|
|
29405
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
29405
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$U, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
29406
29406
|
i0.ɵɵadvance();
|
|
29407
29407
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
29408
29408
|
i0.ɵɵadvance(2);
|
|
@@ -29707,7 +29707,7 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
29707
29707
|
}], 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 }] }] }); })();
|
|
29708
29708
|
(() => { (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 }); })();
|
|
29709
29709
|
|
|
29710
|
-
const _c0$
|
|
29710
|
+
const _c0$T = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
29711
29711
|
const _c1$v = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
29712
29712
|
const _c2$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
29713
29713
|
function _forTrack0$y($index, $item) { return this.getGapTitle($item); }
|
|
@@ -29724,7 +29724,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
29724
29724
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
29725
29725
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
29726
29726
|
i0.ɵɵadvance();
|
|
29727
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
29727
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$T, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
29728
29728
|
i0.ɵɵadvance();
|
|
29729
29729
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
29730
29730
|
i0.ɵɵadvance(2);
|
|
@@ -30101,7 +30101,7 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
30101
30101
|
}], 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 }] }] }); })();
|
|
30102
30102
|
(() => { (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 }); })();
|
|
30103
30103
|
|
|
30104
|
-
const _c0$
|
|
30104
|
+
const _c0$S = a0 => ({ name: "light-bulb", source: a0 });
|
|
30105
30105
|
const _c1$u = a0 => ({ name: "chevron-right", source: a0 });
|
|
30106
30106
|
const _c2$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
30107
30107
|
const _forTrack0$x = ($index, $item) => $item.opportunity;
|
|
@@ -30118,7 +30118,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
30118
30118
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30119
30119
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30120
30120
|
i0.ɵɵadvance();
|
|
30121
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30121
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30122
30122
|
i0.ɵɵadvance();
|
|
30123
30123
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30124
30124
|
i0.ɵɵadvance(2);
|
|
@@ -30370,7 +30370,7 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
30370
30370
|
}], 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 }] }] }); })();
|
|
30371
30371
|
(() => { (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 }); })();
|
|
30372
30372
|
|
|
30373
|
-
const _c0$
|
|
30373
|
+
const _c0$R = a0 => ({ name: "chevron-right", source: a0 });
|
|
30374
30374
|
const _c1$t = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30375
30375
|
const _forTrack0$w = ($index, $item) => $item.performanceItemId;
|
|
30376
30376
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -30435,7 +30435,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
30435
30435
|
i0.ɵɵadvance(2);
|
|
30436
30436
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
30437
30437
|
i0.ɵɵadvance();
|
|
30438
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
30438
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$R, ctx_r0.IconSourceEnum.HEROICONS));
|
|
30439
30439
|
} }
|
|
30440
30440
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
30441
30441
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -30755,7 +30755,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
30755
30755
|
}], 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 }] }] }); })();
|
|
30756
30756
|
(() => { (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 }); })();
|
|
30757
30757
|
|
|
30758
|
-
const _c0$
|
|
30758
|
+
const _c0$Q = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30759
30759
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
30760
30760
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
30761
30761
|
i0.ɵɵtext(2);
|
|
@@ -30852,7 +30852,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
30852
30852
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
30853
30853
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
30854
30854
|
i0.ɵɵadvance(2);
|
|
30855
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
30855
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$Q, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
30856
30856
|
i0.ɵɵadvance();
|
|
30857
30857
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
30858
30858
|
i0.ɵɵadvance();
|
|
@@ -31091,7 +31091,7 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
31091
31091
|
}], 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 }] }] }); })();
|
|
31092
31092
|
(() => { (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 }); })();
|
|
31093
31093
|
|
|
31094
|
-
const _c0$
|
|
31094
|
+
const _c0$P = a0 => ({ name: "chevron-right", source: a0 });
|
|
31095
31095
|
const _c1$s = () => [];
|
|
31096
31096
|
const _forTrack0$v = ($index, $item) => $item.performanceItemId;
|
|
31097
31097
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31138,7 +31138,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
31138
31138
|
i0.ɵɵadvance(2);
|
|
31139
31139
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31140
31140
|
i0.ɵɵadvance();
|
|
31141
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31141
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$P, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31142
31142
|
} }
|
|
31143
31143
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
31144
31144
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -31543,7 +31543,7 @@ class CircularProgressComponent {
|
|
|
31543
31543
|
}], 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 }] }] }); })();
|
|
31544
31544
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
31545
31545
|
|
|
31546
|
-
const _c0$
|
|
31546
|
+
const _c0$O = ["*"];
|
|
31547
31547
|
const _c1$r = (a0, a1) => [a0, a1];
|
|
31548
31548
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31549
31549
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -31588,7 +31588,7 @@ class VisualizationContainerComponent {
|
|
|
31588
31588
|
});
|
|
31589
31589
|
}
|
|
31590
31590
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
31591
|
-
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$
|
|
31591
|
+
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$O, 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) {
|
|
31592
31592
|
i0.ɵɵprojectionDef();
|
|
31593
31593
|
i0.ɵɵelementStart(0, "div", 0);
|
|
31594
31594
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -31709,7 +31709,7 @@ class MetricBadgeComponent {
|
|
|
31709
31709
|
}], 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 }] }] }); })();
|
|
31710
31710
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
31711
31711
|
|
|
31712
|
-
const _c0$
|
|
31712
|
+
const _c0$N = a0 => ({ name: "light-bulb", source: a0 });
|
|
31713
31713
|
const _c1$q = a0 => ({ name: "chevron-right", source: a0 });
|
|
31714
31714
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
31715
31715
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -31774,7 +31774,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31774
31774
|
i0.ɵɵadvance();
|
|
31775
31775
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
31776
31776
|
i0.ɵɵadvance();
|
|
31777
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
31777
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$N, ctx.iconSource));
|
|
31778
31778
|
i0.ɵɵadvance(3);
|
|
31779
31779
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
31780
31780
|
i0.ɵɵadvance();
|
|
@@ -31831,7 +31831,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31831
31831
|
}], 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"] }] }); })();
|
|
31832
31832
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
31833
31833
|
|
|
31834
|
-
const _c0$
|
|
31834
|
+
const _c0$M = a0 => ({ name: "users", source: a0 });
|
|
31835
31835
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
31836
31836
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
31837
31837
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -31846,7 +31846,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
31846
31846
|
i0.ɵɵadvance();
|
|
31847
31847
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
31848
31848
|
i0.ɵɵadvance();
|
|
31849
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
31849
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$M, ctx_r0.iconSource));
|
|
31850
31850
|
i0.ɵɵadvance(3);
|
|
31851
31851
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
31852
31852
|
} }
|
|
@@ -32410,7 +32410,7 @@ class ViewportAnimationDirective {
|
|
|
32410
32410
|
type: Input
|
|
32411
32411
|
}] }); })();
|
|
32412
32412
|
|
|
32413
|
-
const _c0$
|
|
32413
|
+
const _c0$L = a0 => ({ name: "star", source: a0 });
|
|
32414
32414
|
const _c1$p = a0 => ({ name: "globe-americas", source: a0 });
|
|
32415
32415
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
32416
32416
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -32446,7 +32446,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
32446
32446
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
32447
32447
|
} if (rf & 2) {
|
|
32448
32448
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
32449
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
32449
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$L, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
32450
32450
|
} }
|
|
32451
32451
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
32452
32452
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -33488,7 +33488,7 @@ class CompetitiveInsightBadgeComponent {
|
|
|
33488
33488
|
}], 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 }] }] }); })();
|
|
33489
33489
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
33490
33490
|
|
|
33491
|
-
const _c0$
|
|
33491
|
+
const _c0$K = a0 => ({ name: "calendar-days", source: a0 });
|
|
33492
33492
|
const _c1$o = a0 => ({ name: "chart-bar", source: a0 });
|
|
33493
33493
|
const _c2$h = a0 => ({ name: "academic-cap", source: a0 });
|
|
33494
33494
|
const _c3$e = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -33509,7 +33509,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
33509
33509
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
33510
33510
|
} if (rf & 2) {
|
|
33511
33511
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33512
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
33512
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$K, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33513
33513
|
} }
|
|
33514
33514
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
33515
33515
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -34326,7 +34326,7 @@ class SeasonCardComponent {
|
|
|
34326
34326
|
}] }); })();
|
|
34327
34327
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
34328
34328
|
|
|
34329
|
-
const _c0$
|
|
34329
|
+
const _c0$J = a0 => ({ name: "currency-dollar", source: a0 });
|
|
34330
34330
|
const _c1$n = a0 => ({ name: "chart-bar", source: a0 });
|
|
34331
34331
|
const _c2$g = a0 => ({ name: "academic-cap", source: a0 });
|
|
34332
34332
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -34471,7 +34471,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
34471
34471
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34472
34472
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
34473
34473
|
i0.ɵɵadvance();
|
|
34474
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
34474
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$J, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34475
34475
|
} }
|
|
34476
34476
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
34477
34477
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -35443,7 +35443,7 @@ class CustomerSegmentCardComponent {
|
|
|
35443
35443
|
}] }); })();
|
|
35444
35444
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
35445
35445
|
|
|
35446
|
-
const _c0$
|
|
35446
|
+
const _c0$I = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35447
35447
|
const _c1$m = a0 => ({ name: "document-text", source: a0 });
|
|
35448
35448
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
35449
35449
|
const _c3$c = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -35541,7 +35541,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
35541
35541
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35542
35542
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35543
35543
|
i0.ɵɵadvance(2);
|
|
35544
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
35544
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$I, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
35545
35545
|
i0.ɵɵadvance();
|
|
35546
35546
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
35547
35547
|
i0.ɵɵadvance(2);
|
|
@@ -36280,7 +36280,7 @@ class PriceTierCardComponent {
|
|
|
36280
36280
|
}] }); })();
|
|
36281
36281
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
36282
36282
|
|
|
36283
|
-
const _c0$
|
|
36283
|
+
const _c0$H = () => ({ name: "cube", source: "HEROICONS" });
|
|
36284
36284
|
const _c1$l = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
36285
36285
|
const _c2$e = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
36286
36286
|
const _c3$b = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -36327,7 +36327,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
36327
36327
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
36328
36328
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
36329
36329
|
i0.ɵɵadvance(2);
|
|
36330
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
36330
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$H))("ngClass", ctx_r0.getStatIconClasses());
|
|
36331
36331
|
i0.ɵɵadvance(2);
|
|
36332
36332
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
36333
36333
|
i0.ɵɵadvance(2);
|
|
@@ -37275,13 +37275,13 @@ class ProductCategoryCardComponent {
|
|
|
37275
37275
|
}] }); })();
|
|
37276
37276
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
37277
37277
|
|
|
37278
|
-
const _c0$
|
|
37278
|
+
const _c0$G = (a0, a1) => ({ name: a0, source: a1 });
|
|
37279
37279
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
37280
37280
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
37281
37281
|
} if (rf & 2) {
|
|
37282
37282
|
const star_r1 = ctx.$implicit;
|
|
37283
37283
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
37284
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
37284
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$G, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
37285
37285
|
} }
|
|
37286
37286
|
class CompetitiveStrengthIndicatorComponent {
|
|
37287
37287
|
constructor() {
|
|
@@ -37437,7 +37437,7 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
37437
37437
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
37438
37438
|
}
|
|
37439
37439
|
|
|
37440
|
-
const _c0$
|
|
37440
|
+
const _c0$F = a0 => ({ name: "shield-check", source: a0 });
|
|
37441
37441
|
const _c1$k = a0 => ({ name: "building-storefront", source: a0 });
|
|
37442
37442
|
const _c2$d = a0 => ({ name: "academic-cap", source: a0 });
|
|
37443
37443
|
const _c3$a = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -37509,7 +37509,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
37509
37509
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
37510
37510
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
37511
37511
|
i0.ɵɵadvance(2);
|
|
37512
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
37512
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$F, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
37513
37513
|
i0.ɵɵadvance();
|
|
37514
37514
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
37515
37515
|
i0.ɵɵadvance(2);
|
|
@@ -38153,7 +38153,7 @@ class EnhancedListItemCardComponent {
|
|
|
38153
38153
|
}] }); })();
|
|
38154
38154
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
38155
38155
|
|
|
38156
|
-
const _c0$
|
|
38156
|
+
const _c0$E = a0 => ({ name: "academic-cap", source: a0 });
|
|
38157
38157
|
const _c1$j = a0 => ({ name: "information-circle", source: a0 });
|
|
38158
38158
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
38159
38159
|
const _c3$9 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -38234,7 +38234,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
38234
38234
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
38235
38235
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
38236
38236
|
i0.ɵɵadvance(2);
|
|
38237
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
38237
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$E, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
38238
38238
|
i0.ɵɵadvance();
|
|
38239
38239
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
38240
38240
|
i0.ɵɵadvance(2);
|
|
@@ -40015,7 +40015,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
40015
40015
|
}] }); })();
|
|
40016
40016
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
40017
40017
|
|
|
40018
|
-
const _c0$
|
|
40018
|
+
const _c0$D = ["*"];
|
|
40019
40019
|
class SkeletonCardBaseComponent {
|
|
40020
40020
|
constructor() {
|
|
40021
40021
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -40035,7 +40035,7 @@ class SkeletonCardBaseComponent {
|
|
|
40035
40035
|
`.trim();
|
|
40036
40036
|
}
|
|
40037
40037
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
40038
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
40038
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$D, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
40039
40039
|
i0.ɵɵprojectionDef();
|
|
40040
40040
|
i0.ɵɵelementStart(0, "div", 0);
|
|
40041
40041
|
i0.ɵɵprojection(1);
|
|
@@ -41200,7 +41200,7 @@ class ProfileItemCardComponent {
|
|
|
41200
41200
|
}], 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 }] }] }); })();
|
|
41201
41201
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
41202
41202
|
|
|
41203
|
-
const _c0$
|
|
41203
|
+
const _c0$C = ["scrollContainer"];
|
|
41204
41204
|
const _c1$i = a0 => ({ name: "arrow-right", source: a0 });
|
|
41205
41205
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
41206
41206
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -41320,7 +41320,7 @@ class ItemDetailModalComponent {
|
|
|
41320
41320
|
}
|
|
41321
41321
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
41322
41322
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
41323
|
-
i0.ɵɵviewQuery(_c0$
|
|
41323
|
+
i0.ɵɵviewQuery(_c0$C, 5);
|
|
41324
41324
|
} if (rf & 2) {
|
|
41325
41325
|
let _t;
|
|
41326
41326
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -41399,7 +41399,7 @@ class ItemDetailModalComponent {
|
|
|
41399
41399
|
}] }); })();
|
|
41400
41400
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
41401
41401
|
|
|
41402
|
-
const _c0$
|
|
41402
|
+
const _c0$B = ["modalContent"];
|
|
41403
41403
|
const _c1$h = ["modalWrapper"];
|
|
41404
41404
|
const _c2$b = ["*"];
|
|
41405
41405
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
@@ -43648,7 +43648,7 @@ class ProfileAnalysisModalComponent {
|
|
|
43648
43648
|
}
|
|
43649
43649
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
43650
43650
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
43651
|
-
i0.ɵɵviewQuery(_c0$
|
|
43651
|
+
i0.ɵɵviewQuery(_c0$B, 5);
|
|
43652
43652
|
i0.ɵɵviewQuery(_c1$h, 5);
|
|
43653
43653
|
} if (rf & 2) {
|
|
43654
43654
|
let _t;
|
|
@@ -44203,7 +44203,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44203
44203
|
}] }); }); })();
|
|
44204
44204
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-dashboard/profile-analysis-modal.component.ts", lineNumber: 554 }); })();
|
|
44205
44205
|
|
|
44206
|
-
const _c0$
|
|
44206
|
+
const _c0$A = a0 => ({ name: "light-bulb", source: a0 });
|
|
44207
44207
|
const _c1$g = a0 => ({ name: "trophy", source: a0 });
|
|
44208
44208
|
const _c2$a = a0 => ({ name: "academic-cap", source: a0 });
|
|
44209
44209
|
const _c3$7 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -44413,7 +44413,7 @@ class CompetitiveGapModalComponent {
|
|
|
44413
44413
|
i0.ɵɵadvance(2);
|
|
44414
44414
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
44415
44415
|
i0.ɵɵadvance();
|
|
44416
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
44416
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$A, ctx.iconSource));
|
|
44417
44417
|
i0.ɵɵadvance(3);
|
|
44418
44418
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
44419
44419
|
i0.ɵɵadvance();
|
|
@@ -44534,7 +44534,7 @@ class CompetitiveGapModalComponent {
|
|
|
44534
44534
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
44535
44535
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
44536
44536
|
|
|
44537
|
-
const _c0$
|
|
44537
|
+
const _c0$z = a0 => ({ name: "list-bullet", source: a0 });
|
|
44538
44538
|
const _c1$f = a0 => ({ name: "arrow-right", source: a0 });
|
|
44539
44539
|
const _c2$9 = a0 => ({ name: "check-circle", source: a0 });
|
|
44540
44540
|
const _c3$6 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
@@ -44554,7 +44554,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
44554
44554
|
i0.ɵɵadvance();
|
|
44555
44555
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
44556
44556
|
i0.ɵɵadvance();
|
|
44557
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
44557
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$z, ctx_r0.iconSource));
|
|
44558
44558
|
i0.ɵɵadvance(2);
|
|
44559
44559
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
44560
44560
|
i0.ɵɵadvance(2);
|
|
@@ -44774,7 +44774,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
44774
44774
|
}], 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 }] }] }); })();
|
|
44775
44775
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
44776
44776
|
|
|
44777
|
-
const _c0$
|
|
44777
|
+
const _c0$y = ["modalContent"];
|
|
44778
44778
|
const _c1$e = ["modalWrapper"];
|
|
44779
44779
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_10_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
44780
44780
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -45297,7 +45297,7 @@ class BusinessAnalysisModalComponent {
|
|
|
45297
45297
|
}
|
|
45298
45298
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
45299
45299
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
45300
|
-
i0.ɵɵviewQuery(_c0$
|
|
45300
|
+
i0.ɵɵviewQuery(_c0$y, 5);
|
|
45301
45301
|
i0.ɵɵviewQuery(_c1$e, 5);
|
|
45302
45302
|
} if (rf & 2) {
|
|
45303
45303
|
let _t;
|
|
@@ -45935,7 +45935,7 @@ class IndeterminateSpinnerComponent {
|
|
|
45935
45935
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], color: [{ type: i0.Input, args: [{ isSignal: true, alias: "color", required: false }] }] }); })();
|
|
45936
45936
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IndeterminateSpinnerComponent, { className: "IndeterminateSpinnerComponent", filePath: "lib/components/shared/indeterminate-spinner.component.ts", lineNumber: 94 }); })();
|
|
45937
45937
|
|
|
45938
|
-
const _c0$
|
|
45938
|
+
const _c0$x = ["dashboardContainer"];
|
|
45939
45939
|
const _c1$d = () => ({});
|
|
45940
45940
|
const _c2$8 = () => [1, 2, 3, 4, 5, 6];
|
|
45941
45941
|
const _c3$5 = () => [1, 2, 3];
|
|
@@ -48230,7 +48230,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
48230
48230
|
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)); }; }
|
|
48231
48231
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
48232
48232
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
48233
|
-
i0.ɵɵviewQuery(_c0$
|
|
48233
|
+
i0.ɵɵviewQuery(_c0$x, 5);
|
|
48234
48234
|
} if (rf & 2) {
|
|
48235
48235
|
let _t;
|
|
48236
48236
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -51939,7 +51939,7 @@ class FocusAreaToolsModalComponent {
|
|
|
51939
51939
|
}] }); })();
|
|
51940
51940
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
51941
51941
|
|
|
51942
|
-
const _c0$
|
|
51942
|
+
const _c0$w = ["shopNameInput"];
|
|
51943
51943
|
const _forTrack0$o = ($index, $item) => $item.focusAreaDomain;
|
|
51944
51944
|
function SymphiqCreateAccountDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
51945
51945
|
i0.ɵɵelementStart(0, "div", 13);
|
|
@@ -53139,7 +53139,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53139
53139
|
}
|
|
53140
53140
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
53141
53141
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
53142
|
-
i0.ɵɵviewQuery(_c0$
|
|
53142
|
+
i0.ɵɵviewQuery(_c0$w, 5);
|
|
53143
53143
|
} if (rf & 2) {
|
|
53144
53144
|
let _t;
|
|
53145
53145
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -57177,7 +57177,7 @@ class ChartValueFormatter {
|
|
|
57177
57177
|
}
|
|
57178
57178
|
}
|
|
57179
57179
|
|
|
57180
|
-
const _c0$
|
|
57180
|
+
const _c0$v = ["chartdiv"];
|
|
57181
57181
|
class AreaChartComponent {
|
|
57182
57182
|
constructor() {
|
|
57183
57183
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -57486,7 +57486,7 @@ class AreaChartComponent {
|
|
|
57486
57486
|
}
|
|
57487
57487
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
57488
57488
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
57489
|
-
i0.ɵɵviewQuery(_c0$
|
|
57489
|
+
i0.ɵɵviewQuery(_c0$v, 7);
|
|
57490
57490
|
} if (rf & 2) {
|
|
57491
57491
|
let _t;
|
|
57492
57492
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -57518,7 +57518,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
|
|
|
57518
57518
|
AreaChartComponent: AreaChartComponent
|
|
57519
57519
|
});
|
|
57520
57520
|
|
|
57521
|
-
const _c0$
|
|
57521
|
+
const _c0$u = ["chartdiv"];
|
|
57522
57522
|
class LineChartComponent {
|
|
57523
57523
|
constructor() {
|
|
57524
57524
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -57968,7 +57968,7 @@ class LineChartComponent {
|
|
|
57968
57968
|
}
|
|
57969
57969
|
static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
|
|
57970
57970
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
57971
|
-
i0.ɵɵviewQuery(_c0$
|
|
57971
|
+
i0.ɵɵviewQuery(_c0$u, 7);
|
|
57972
57972
|
} if (rf & 2) {
|
|
57973
57973
|
let _t;
|
|
57974
57974
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -58000,7 +58000,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
|
|
|
58000
58000
|
LineChartComponent: LineChartComponent
|
|
58001
58001
|
});
|
|
58002
58002
|
|
|
58003
|
-
const _c0$
|
|
58003
|
+
const _c0$t = ["chartdiv"];
|
|
58004
58004
|
class ProgressToTargetChartComponent {
|
|
58005
58005
|
constructor() {
|
|
58006
58006
|
this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
@@ -58251,7 +58251,7 @@ class ProgressToTargetChartComponent {
|
|
|
58251
58251
|
}
|
|
58252
58252
|
static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
|
|
58253
58253
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
58254
|
-
i0.ɵɵviewQuery(_c0$
|
|
58254
|
+
i0.ɵɵviewQuery(_c0$t, 7);
|
|
58255
58255
|
} if (rf & 2) {
|
|
58256
58256
|
let _t;
|
|
58257
58257
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59725,7 +59725,7 @@ class MetricReportModalComponent {
|
|
|
59725
59725
|
}] }); })();
|
|
59726
59726
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 483 }); })();
|
|
59727
59727
|
|
|
59728
|
-
const _c0$
|
|
59728
|
+
const _c0$s = ["absoluteInputRef"];
|
|
59729
59729
|
const _c1$c = ["percentageInputRef"];
|
|
59730
59730
|
const _forTrack0$k = ($index, $item) => $item.id;
|
|
59731
59731
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -60945,7 +60945,7 @@ class EditMetricTargetModalComponent {
|
|
|
60945
60945
|
}
|
|
60946
60946
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
60947
60947
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
60948
|
-
i0.ɵɵviewQuery(_c0$
|
|
60948
|
+
i0.ɵɵviewQuery(_c0$s, 5);
|
|
60949
60949
|
i0.ɵɵviewQuery(_c1$c, 5);
|
|
60950
60950
|
} if (rf & 2) {
|
|
60951
60951
|
let _t;
|
|
@@ -61396,7 +61396,7 @@ class EditMetricTargetModalComponent {
|
|
|
61396
61396
|
}] }); })();
|
|
61397
61397
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 424 }); })();
|
|
61398
61398
|
|
|
61399
|
-
const _c0$
|
|
61399
|
+
const _c0$r = ["absoluteInputRef"];
|
|
61400
61400
|
const _c1$b = ["percentageInputRef"];
|
|
61401
61401
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
61402
61402
|
i0.ɵɵtext(0);
|
|
@@ -62688,7 +62688,7 @@ class InitialTargetSettingComponent {
|
|
|
62688
62688
|
}
|
|
62689
62689
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
62690
62690
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
62691
|
-
i0.ɵɵviewQuery(_c0$
|
|
62691
|
+
i0.ɵɵviewQuery(_c0$r, 5);
|
|
62692
62692
|
i0.ɵɵviewQuery(_c1$b, 5);
|
|
62693
62693
|
} if (rf & 2) {
|
|
62694
62694
|
let _t;
|
|
@@ -63298,7 +63298,7 @@ class InitialTargetSettingComponent {
|
|
|
63298
63298
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], shopId: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopId", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], dataResults: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataResults", required: false }] }], calculateRevenueReverseResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueReverseResponse", required: false }] }], calculateRevenueResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueResponse", required: false }] }], isCalculatingTargets: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCalculatingTargets", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], targetHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], targetsCreated: [{ type: i0.Output, args: ["targetsCreated"] }], calculateRevenueReverseRequest: [{ type: i0.Output, args: ["calculateRevenueReverseRequest"] }], calculateRevenueRequest: [{ type: i0.Output, args: ["calculateRevenueRequest"] }], editRelatedMetricTarget: [{ type: i0.Output, args: ["editRelatedMetricTarget"] }], saveTargetsClick: [{ type: i0.Output, args: ["saveTargetsClick"] }], discardChangesClick: [{ type: i0.Output, args: ["discardChangesClick"] }], targetsUpdated: [{ type: i0.Output, args: ["targetsUpdated"] }] }); })();
|
|
63299
63299
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 626 }); })();
|
|
63300
63300
|
|
|
63301
|
-
const _c0$
|
|
63301
|
+
const _c0$q = () => [];
|
|
63302
63302
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
63303
63303
|
i0.ɵɵelementStart(0, "div", 12);
|
|
63304
63304
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 14);
|
|
@@ -63342,7 +63342,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template(rf,
|
|
|
63342
63342
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
63343
63343
|
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", ctx_r0.hasCurrentYearTargets())("isOnboarded", ctx_r0.isOnboarded());
|
|
63344
63344
|
i0.ɵɵadvance(2);
|
|
63345
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$
|
|
63345
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$q))("mainUiData", ctx_r0.mainUiData())("trendUiData", ctx_r0.trendUiData())("shopId", ctx_r0.shopId())("pacingResponse", ctx_r0.pacingResponse())("dataResults", ctx_r0.dataResults())("calculateRevenueReverseResponse", ctx_r0.calculateRevenueReverseResponse())("calculateRevenueResponse", ctx_r0.calculateRevenueResponse())("isCalculatingTargets", ctx_r0.isCalculatingTargets())("targets", ctx_r0.targets())("targetHistories", ctx_r0.targetHistories() ?? i0.ɵɵpureFunction0(18, _c0$q))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(19, _c0$q));
|
|
63346
63346
|
} }
|
|
63347
63347
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63348
63348
|
i0.ɵɵnamespaceSVG();
|
|
@@ -64215,7 +64215,7 @@ class HierarchyDisplayComponent {
|
|
|
64215
64215
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
64216
64216
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
64217
64217
|
|
|
64218
|
-
const _c0$
|
|
64218
|
+
const _c0$p = a0 => ({ name: "chart-bar", source: a0 });
|
|
64219
64219
|
const _c1$a = a0 => ({ name: "light-bulb", source: a0 });
|
|
64220
64220
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
64221
64221
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -64411,7 +64411,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
64411
64411
|
i0.ɵɵadvance();
|
|
64412
64412
|
i0.ɵɵproperty("ngClass", ctx.getSectionClasses());
|
|
64413
64413
|
i0.ɵɵadvance(2);
|
|
64414
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
64414
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$p, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getSectionIconClasses());
|
|
64415
64415
|
i0.ɵɵadvance();
|
|
64416
64416
|
i0.ɵɵproperty("ngClass", ctx.getSectionTitleClasses());
|
|
64417
64417
|
i0.ɵɵadvance(2);
|
|
@@ -65258,7 +65258,7 @@ class SearchButtonComponent {
|
|
|
65258
65258
|
}], 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"] }] }); })();
|
|
65259
65259
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
65260
65260
|
|
|
65261
|
-
const _c0$
|
|
65261
|
+
const _c0$o = ["searchInput"];
|
|
65262
65262
|
const _forTrack0$j = ($index, $item) => $item.id;
|
|
65263
65263
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65264
65264
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -65623,7 +65623,7 @@ class SearchModalComponent {
|
|
|
65623
65623
|
}
|
|
65624
65624
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
65625
65625
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
65626
|
-
i0.ɵɵviewQuery(_c0$
|
|
65626
|
+
i0.ɵɵviewQuery(_c0$o, 5);
|
|
65627
65627
|
} if (rf & 2) {
|
|
65628
65628
|
let _t;
|
|
65629
65629
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -66520,7 +66520,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
66520
66520
|
}], 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"] }] }); })();
|
|
66521
66521
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
66522
66522
|
|
|
66523
|
-
const _c0$
|
|
66523
|
+
const _c0$n = () => [0, 1, 2];
|
|
66524
66524
|
const _forTrack0$i = ($index, $item) => $item.id;
|
|
66525
66525
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
66526
66526
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -66590,7 +66590,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
66590
66590
|
i0.ɵɵelementEnd();
|
|
66591
66591
|
} if (rf & 2) {
|
|
66592
66592
|
i0.ɵɵadvance();
|
|
66593
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
66593
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$n));
|
|
66594
66594
|
} }
|
|
66595
66595
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
66596
66596
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -67188,7 +67188,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
67188
67188
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
67189
67189
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 100 }); })();
|
|
67190
67190
|
|
|
67191
|
-
const _c0$
|
|
67191
|
+
const _c0$m = () => [];
|
|
67192
67192
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
67193
67193
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
67194
67194
|
i0.ɵɵelementStart(0, "div", 8)(1, "symphiq-search-button", 20);
|
|
@@ -67332,7 +67332,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_
|
|
|
67332
67332
|
const ɵ$index_113_r7 = i0.ɵɵnextContext().$index;
|
|
67333
67333
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
67334
67334
|
i0.ɵɵadvance();
|
|
67335
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
67335
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$m));
|
|
67336
67336
|
} }
|
|
67337
67337
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
67338
67338
|
i0.ɵɵelement(0, "symphiq-profile-section", 36);
|
|
@@ -69997,7 +69997,7 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
69997
69997
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
69998
69998
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaHealthIndicatorComponent, { className: "FocusAreaHealthIndicatorComponent", filePath: "lib/components/profile-analysis-dashboard/focus-area-health-indicator.component.ts", lineNumber: 46 }); })();
|
|
69999
69999
|
|
|
70000
|
-
const _c0$
|
|
70000
|
+
const _c0$l = a0 => ({ name: "chevron-right", source: a0 });
|
|
70001
70001
|
const _forTrack0$g = ($index, $item) => $item.id;
|
|
70002
70002
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
70003
70003
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -70015,7 +70015,7 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
70015
70015
|
i0.ɵɵadvance(2);
|
|
70016
70016
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
70017
70017
|
i0.ɵɵadvance();
|
|
70018
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
70018
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$l, ctx_r2.IconSourceEnum.HEROICONS));
|
|
70019
70019
|
} }
|
|
70020
70020
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
70021
70021
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -70088,7 +70088,7 @@ class RelatedGoalChipsComponent {
|
|
|
70088
70088
|
}], null, { relatedGoalIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedGoalIds", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
70089
70089
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedGoalChipsComponent, { className: "RelatedGoalChipsComponent", filePath: "lib/components/profile-analysis-dashboard/shared/related-goal-chips.component.ts", lineNumber: 31 }); })();
|
|
70090
70090
|
|
|
70091
|
-
const _c0$
|
|
70091
|
+
const _c0$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
70092
70092
|
const _c1$9 = a0 => ({ name: "chevron-down", source: a0 });
|
|
70093
70093
|
const _c2$7 = a0 => [a0];
|
|
70094
70094
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -70417,7 +70417,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70417
70417
|
i0.ɵɵadvance(2);
|
|
70418
70418
|
i0.ɵɵproperty("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
70419
70419
|
i0.ɵɵadvance(2);
|
|
70420
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
70420
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$k, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
70421
70421
|
i0.ɵɵadvance();
|
|
70422
70422
|
i0.ɵɵproperty("ngClass", ctx.getQuickWinsStatCardClasses());
|
|
70423
70423
|
i0.ɵɵadvance();
|
|
@@ -70628,7 +70628,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70628
70628
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], summary: [{ type: i0.Input, args: [{ isSignal: true, alias: "summary", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], topPrioritiesClick: [{ type: i0.Output, args: ["topPrioritiesClick"] }], priorityDetailClick: [{ type: i0.Output, args: ["priorityDetailClick"] }] }); })();
|
|
70629
70629
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaExecutiveSummaryComponent, { className: "FocusAreaExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-dashboard/focus-area-executive-summary.component.ts", lineNumber: 195 }); })();
|
|
70630
70630
|
|
|
70631
|
-
const _c0$
|
|
70631
|
+
const _c0$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
70632
70632
|
const _c1$8 = a0 => ({ name: "signal", source: a0 });
|
|
70633
70633
|
const _c2$6 = (a0, a1) => ({ name: a0, source: a1 });
|
|
70634
70634
|
const _c3$4 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -71164,7 +71164,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71164
71164
|
i0.ɵɵadvance();
|
|
71165
71165
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
71166
71166
|
i0.ɵɵadvance(5);
|
|
71167
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$
|
|
71167
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$j, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
71168
71168
|
i0.ɵɵadvance();
|
|
71169
71169
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
71170
71170
|
i0.ɵɵadvance();
|
|
@@ -71483,7 +71483,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71483
71483
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], summary: [{ type: i0.Input, args: [{ isSignal: true, alias: "summary", required: true }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], topPrioritiesClick: [{ type: i0.Output, args: ["topPrioritiesClick"] }], priorityDetailClick: [{ type: i0.Output, args: ["priorityDetailClick"] }] }); })();
|
|
71484
71484
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricExecutiveSummaryComponent, { className: "MetricExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-dashboard/metric-executive-summary.component.ts", lineNumber: 287 }); })();
|
|
71485
71485
|
|
|
71486
|
-
const _c0$
|
|
71486
|
+
const _c0$i = a0 => ({ name: "chevron-right", source: a0 });
|
|
71487
71487
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
71488
71488
|
i0.ɵɵelementStart(0, "span", 12);
|
|
71489
71489
|
i0.ɵɵtext(1);
|
|
@@ -71768,7 +71768,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
71768
71768
|
i0.ɵɵadvance();
|
|
71769
71769
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
71770
71770
|
i0.ɵɵadvance();
|
|
71771
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
71771
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$i, ctx_r0.IconSourceEnum.HEROICONS));
|
|
71772
71772
|
} }
|
|
71773
71773
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
71774
71774
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -72390,7 +72390,7 @@ class GoalCardComponent {
|
|
|
72390
72390
|
}], () => [], { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalIndex", required: false }] }], sectionIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionIndex", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); })();
|
|
72391
72391
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
72392
72392
|
|
|
72393
|
-
const _c0$
|
|
72393
|
+
const _c0$h = a0 => ({ name: "link", source: a0 });
|
|
72394
72394
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
72395
72395
|
i0.ɵɵelementStart(0, "p", 4);
|
|
72396
72396
|
i0.ɵɵtext(1);
|
|
@@ -72453,7 +72453,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
72453
72453
|
} if (rf & 2) {
|
|
72454
72454
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
72455
72455
|
i0.ɵɵadvance(2);
|
|
72456
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
72456
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$h, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
72457
72457
|
i0.ɵɵadvance();
|
|
72458
72458
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
72459
72459
|
i0.ɵɵadvance(2);
|
|
@@ -73372,7 +73372,7 @@ class CompetitiveComparisonCardComponent {
|
|
|
73372
73372
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73373
73373
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 125 }); })();
|
|
73374
73374
|
|
|
73375
|
-
const _c0$
|
|
73375
|
+
const _c0$g = a0 => ({ name: "chevron-right", source: a0 });
|
|
73376
73376
|
const _forTrack0$e = ($index, $item) => $item.id;
|
|
73377
73377
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
73378
73378
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -73390,7 +73390,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
73390
73390
|
i0.ɵɵadvance(2);
|
|
73391
73391
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
73392
73392
|
i0.ɵɵadvance();
|
|
73393
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73393
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$g, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73394
73394
|
} }
|
|
73395
73395
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
73396
73396
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -73798,7 +73798,7 @@ class PhaseTimelineCardComponent {
|
|
|
73798
73798
|
}], () => [], { phase: [{ type: i0.Input, args: [{ isSignal: true, alias: "phase", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLast: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLast", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
|
|
73799
73799
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 123 }); })();
|
|
73800
73800
|
|
|
73801
|
-
const _c0$
|
|
73801
|
+
const _c0$f = a0 => ({ name: "chevron-right", source: a0 });
|
|
73802
73802
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
73803
73803
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
73804
73804
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -73844,7 +73844,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
73844
73844
|
i0.ɵɵadvance(4);
|
|
73845
73845
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length, " Strength", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length) !== 1 ? "s" : "");
|
|
73846
73846
|
i0.ɵɵadvance();
|
|
73847
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73847
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$f, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73848
73848
|
} }
|
|
73849
73849
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
73850
73850
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -73867,7 +73867,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
73867
73867
|
i0.ɵɵadvance(4);
|
|
73868
73868
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length, " Gap", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length) !== 1 ? "s" : "");
|
|
73869
73869
|
i0.ɵɵadvance();
|
|
73870
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73870
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$f, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73871
73871
|
} }
|
|
73872
73872
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
73873
73873
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -73890,7 +73890,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
73890
73890
|
i0.ɵɵadvance(4);
|
|
73891
73891
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length, " Opportunit", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length) !== 1 ? "ies" : "y");
|
|
73892
73892
|
i0.ɵɵadvance();
|
|
73893
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73893
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$f, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73894
73894
|
} }
|
|
73895
73895
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
73896
73896
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -74397,7 +74397,7 @@ class OperationalCategoryCardComponent {
|
|
|
74397
74397
|
}], () => [], { category: [{ type: i0.Input, args: [{ isSignal: true, alias: "category", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], categoryClick: [{ type: i0.Output, args: ["categoryClick"] }] }); })();
|
|
74398
74398
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
74399
74399
|
|
|
74400
|
-
const _c0$
|
|
74400
|
+
const _c0$e = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
74401
74401
|
const _c1$7 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74402
74402
|
const _forTrack0$d = ($index, $item) => $item.questionId;
|
|
74403
74403
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -74531,7 +74531,7 @@ class KeyDriverCardComponent {
|
|
|
74531
74531
|
i0.ɵɵadvance(3);
|
|
74532
74532
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74533
74533
|
i0.ɵɵadvance();
|
|
74534
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
74534
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$e, ctx.iconSource));
|
|
74535
74535
|
i0.ɵɵadvance(2);
|
|
74536
74536
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74537
74537
|
i0.ɵɵadvance();
|
|
@@ -74607,7 +74607,7 @@ class KeyDriverCardComponent {
|
|
|
74607
74607
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74608
74608
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
74609
74609
|
|
|
74610
|
-
const _c0$
|
|
74610
|
+
const _c0$d = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
74611
74611
|
const _c1$6 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74612
74612
|
const _forTrack0$c = ($index, $item) => $item.questionId;
|
|
74613
74613
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -74763,7 +74763,7 @@ class BottleneckCardComponent {
|
|
|
74763
74763
|
i0.ɵɵadvance(3);
|
|
74764
74764
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74765
74765
|
i0.ɵɵadvance();
|
|
74766
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
74766
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$d, ctx.iconSource));
|
|
74767
74767
|
i0.ɵɵadvance(2);
|
|
74768
74768
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74769
74769
|
i0.ɵɵadvance();
|
|
@@ -74834,7 +74834,7 @@ class BottleneckCardComponent {
|
|
|
74834
74834
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74835
74835
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
74836
74836
|
|
|
74837
|
-
const _c0$
|
|
74837
|
+
const _c0$c = a0 => ({ name: "arrow-right", source: a0 });
|
|
74838
74838
|
const _c1$5 = a0 => ({ name: "arrow-left", source: a0 });
|
|
74839
74839
|
const _c2$5 = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
74840
74840
|
const _c3$3 = a0 => ({ name: "scale", source: a0 });
|
|
@@ -74866,7 +74866,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
74866
74866
|
i0.ɵɵadvance(2);
|
|
74867
74867
|
i0.ɵɵproperty("ngClass", ctx_r1.getIconClasses("influences"));
|
|
74868
74868
|
i0.ɵɵadvance();
|
|
74869
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74869
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$c, ctx_r1.iconSource));
|
|
74870
74870
|
i0.ɵɵadvance();
|
|
74871
74871
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
74872
74872
|
i0.ɵɵadvance(3);
|
|
@@ -75136,7 +75136,7 @@ class MetricRelationshipsCardComponent {
|
|
|
75136
75136
|
}], null, { relationships: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationships", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75137
75137
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 105 }); })();
|
|
75138
75138
|
|
|
75139
|
-
const _c0$
|
|
75139
|
+
const _c0$b = a0 => ({ name: "link", source: a0 });
|
|
75140
75140
|
function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
75141
75141
|
i0.ɵɵelementStart(0, "div", 9);
|
|
75142
75142
|
i0.ɵɵelement(1, "symphiq-icon", 10);
|
|
@@ -75147,7 +75147,7 @@ function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf &
|
|
|
75147
75147
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
75148
75148
|
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
75149
75149
|
i0.ɵɵadvance();
|
|
75150
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
75150
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$b, ctx_r0.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r0.sharedGoalsIconClasses());
|
|
75151
75151
|
i0.ɵɵadvance();
|
|
75152
75152
|
i0.ɵɵproperty("ngClass", ctx_r0.sharedGoalsTextClasses());
|
|
75153
75153
|
i0.ɵɵadvance();
|
|
@@ -75816,7 +75816,7 @@ class RelatedMetricsListComponent {
|
|
|
75816
75816
|
}], null, { relatedMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedMetrics", required: true }] }], currentMetricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMetricName", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricClicked: [{ type: i0.Output, args: ["metricClicked"] }] }); })();
|
|
75817
75817
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-dashboard/cards/related-metrics-list.component.ts", lineNumber: 170 }); })();
|
|
75818
75818
|
|
|
75819
|
-
const _c0$
|
|
75819
|
+
const _c0$a = (a0, a1) => ({ name: a0, source: a1 });
|
|
75820
75820
|
const _c1$4 = a0 => ({ name: "signal", source: a0 });
|
|
75821
75821
|
const _c2$4 = a0 => ({ name: "calendar", source: a0 });
|
|
75822
75822
|
const _c3$2 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -76026,7 +76026,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76026
76026
|
i0.ɵɵadvance();
|
|
76027
76027
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
76028
76028
|
i0.ɵɵadvance();
|
|
76029
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$
|
|
76029
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$a, ctx.trendIcon(), ctx.iconSource));
|
|
76030
76030
|
i0.ɵɵadvance();
|
|
76031
76031
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
76032
76032
|
i0.ɵɵadvance(2);
|
|
@@ -76174,7 +76174,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76174
76174
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
76175
76175
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 144 }); })();
|
|
76176
76176
|
|
|
76177
|
-
const _c0$
|
|
76177
|
+
const _c0$9 = a0 => ({ name: "funnel", source: a0 });
|
|
76178
76178
|
const _c1$3 = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
76179
76179
|
const _c2$3 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76180
76180
|
const _c3$1 = a0 => ({ name: "arrow-left", source: a0 });
|
|
@@ -76365,7 +76365,7 @@ class FunnelContextCardComponent {
|
|
|
76365
76365
|
} if (rf & 2) {
|
|
76366
76366
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
76367
76367
|
i0.ɵɵadvance(2);
|
|
76368
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
76368
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$9, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
76369
76369
|
i0.ɵɵadvance();
|
|
76370
76370
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
76371
76371
|
i0.ɵɵadvance(3);
|
|
@@ -76501,7 +76501,7 @@ class FunnelContextCardComponent {
|
|
|
76501
76501
|
}], () => [], { funnelContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelContext", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
76502
76502
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/funnel-context-card.component.ts", lineNumber: 125 }); })();
|
|
76503
76503
|
|
|
76504
|
-
const _c0$
|
|
76504
|
+
const _c0$8 = (a0, a1) => ({ name: a0, source: a1 });
|
|
76505
76505
|
const _c1$2 = a0 => ({ name: "target", source: a0 });
|
|
76506
76506
|
const _c2$2 = a0 => ({ name: "star", source: a0 });
|
|
76507
76507
|
class MetricComparisonStatsComponent {
|
|
@@ -76712,7 +76712,7 @@ class MetricComparisonStatsComponent {
|
|
|
76712
76712
|
i0.ɵɵadvance();
|
|
76713
76713
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
76714
76714
|
i0.ɵɵadvance(2);
|
|
76715
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
76715
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$8, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
76716
76716
|
i0.ɵɵadvance();
|
|
76717
76717
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
76718
76718
|
i0.ɵɵadvance(2);
|
|
@@ -76944,7 +76944,7 @@ class PerformanceOverviewContainerComponent {
|
|
|
76944
76944
|
}], () => [], { performanceOverviewData: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceOverviewData", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
76945
76945
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-dashboard/cards/performance-overview-container.component.ts", lineNumber: 58 }); })();
|
|
76946
76946
|
|
|
76947
|
-
const _c0$
|
|
76947
|
+
const _c0$7 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76948
76948
|
const _c1$1 = a0 => ({ name: "chevron-down", source: a0 });
|
|
76949
76949
|
const _c2$1 = a0 => ({ name: "clock", source: a0 });
|
|
76950
76950
|
const _c3 = a0 => [a0];
|
|
@@ -77147,7 +77147,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77147
77147
|
i0.ɵɵadvance(2);
|
|
77148
77148
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77149
77149
|
i0.ɵɵadvance(2);
|
|
77150
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
77150
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$7, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77151
77151
|
i0.ɵɵadvance();
|
|
77152
77152
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
77153
77153
|
i0.ɵɵadvance();
|
|
@@ -77159,7 +77159,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77159
77159
|
i0.ɵɵadvance(2);
|
|
77160
77160
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77161
77161
|
i0.ɵɵadvance(2);
|
|
77162
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
77162
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$7, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77163
77163
|
i0.ɵɵadvance();
|
|
77164
77164
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
77165
77165
|
i0.ɵɵadvance();
|
|
@@ -77238,7 +77238,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77238
77238
|
i0.ɵɵadvance(2);
|
|
77239
77239
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77240
77240
|
i0.ɵɵadvance(2);
|
|
77241
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
77241
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$7, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77242
77242
|
i0.ɵɵadvance();
|
|
77243
77243
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
77244
77244
|
i0.ɵɵadvance();
|
|
@@ -77250,7 +77250,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77250
77250
|
i0.ɵɵadvance(2);
|
|
77251
77251
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77252
77252
|
i0.ɵɵadvance(2);
|
|
77253
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
77253
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$7, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77254
77254
|
i0.ɵɵadvance();
|
|
77255
77255
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
77256
77256
|
i0.ɵɵadvance();
|
|
@@ -77262,7 +77262,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77262
77262
|
i0.ɵɵadvance(2);
|
|
77263
77263
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77264
77264
|
i0.ɵɵadvance(2);
|
|
77265
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
77265
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$7, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77266
77266
|
} }
|
|
77267
77267
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
77268
77268
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -77609,7 +77609,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
77609
77609
|
i0.ɵɵadvance(2);
|
|
77610
77610
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(recommendation_r19), " Related Metrics");
|
|
77611
77611
|
i0.ɵɵadvance();
|
|
77612
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
77612
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$7, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
77613
77613
|
} }
|
|
77614
77614
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
77615
77615
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 69)(2, "h4", 75);
|
|
@@ -83024,7 +83024,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
83024
83024
|
}], null, { strategy: [{ type: i0.Input, args: [{ isSignal: true, alias: "strategy", required: false }] }], objectiveTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "objectiveTitle", required: false }] }], goalTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalTitle", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], allBusinessInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allBusinessInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
83025
83025
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategyRecommendationsModalContentComponent, { className: "StrategyRecommendationsModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/strategy-recommendations-modal-content.component.ts", lineNumber: 489 }); })();
|
|
83026
83026
|
|
|
83027
|
-
const _c0$
|
|
83027
|
+
const _c0$6 = a0 => ({ name: "chevron-right", source: a0 });
|
|
83028
83028
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
83029
83029
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
83030
83030
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -83137,7 +83137,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
83137
83137
|
i0.ɵɵadvance();
|
|
83138
83138
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
83139
83139
|
i0.ɵɵadvance();
|
|
83140
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
83140
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$6, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83141
83141
|
} }
|
|
83142
83142
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
83143
83143
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -83204,7 +83204,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
83204
83204
|
i0.ɵɵadvance();
|
|
83205
83205
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
83206
83206
|
i0.ɵɵadvance();
|
|
83207
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83207
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$6, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83208
83208
|
} }
|
|
83209
83209
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
83210
83210
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -83271,7 +83271,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
83271
83271
|
i0.ɵɵadvance();
|
|
83272
83272
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
83273
83273
|
i0.ɵɵadvance();
|
|
83274
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83274
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$6, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83275
83275
|
} }
|
|
83276
83276
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
83277
83277
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -84153,7 +84153,7 @@ class StrengthDetailModalContentComponent {
|
|
|
84153
84153
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allFunnelStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "allFunnelStrengths", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
84154
84154
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrengthDetailModalContentComponent, { className: "StrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/strength-detail-modal-content.component.ts", lineNumber: 124 }); })();
|
|
84155
84155
|
|
|
84156
|
-
const _c0$
|
|
84156
|
+
const _c0$5 = () => [];
|
|
84157
84157
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
84158
84158
|
i0.ɵɵelementStart(0, "span", 9);
|
|
84159
84159
|
i0.ɵɵtext(1);
|
|
@@ -84266,7 +84266,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
84266
84266
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
84267
84267
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
84268
84268
|
i0.ɵɵadvance(2);
|
|
84269
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
84269
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$5))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
84270
84270
|
} }
|
|
84271
84271
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
84272
84272
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -84550,7 +84550,7 @@ class GapDetailModalContentComponent {
|
|
|
84550
84550
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allWeaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "allWeaknesses", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
84551
84551
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 129 }); })();
|
|
84552
84552
|
|
|
84553
|
-
const _c0$
|
|
84553
|
+
const _c0$4 = a0 => ({ name: "chevron-right", source: a0 });
|
|
84554
84554
|
const _forTrack0$5 = ($index, $item) => $item.id || $index;
|
|
84555
84555
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
84556
84556
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
@@ -84655,7 +84655,7 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
84655
84655
|
i0.ɵɵadvance(2);
|
|
84656
84656
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
84657
84657
|
i0.ɵɵadvance();
|
|
84658
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
84658
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$4, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84659
84659
|
} }
|
|
84660
84660
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
84661
84661
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
@@ -86717,6 +86717,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
86717
86717
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], selectedCurrency: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCurrency", required: false }] }], editCurrency: [{ type: i0.Output, args: ["editCurrency"] }] }); })();
|
|
86718
86718
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionPlaceholderCardComponent, { className: "PlanSelectionPlaceholderCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-selection-placeholder-card.component.ts", lineNumber: 74 }); })();
|
|
86719
86719
|
|
|
86720
|
+
const _c0$3 = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
86720
86721
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
86721
86722
|
i0.ɵɵelement(0, "div", 7);
|
|
86722
86723
|
} }
|
|
@@ -86780,7 +86781,7 @@ class BillingPeriodToggleComponent {
|
|
|
86780
86781
|
: 'text-slate-600';
|
|
86781
86782
|
}
|
|
86782
86783
|
static { this.ɵfac = function BillingPeriodToggleComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BillingPeriodToggleComponent)(); }; }
|
|
86783
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BillingPeriodToggleComponent, selectors: [["symphiq-billing-period-toggle"]], inputs: { viewMode: [1, "viewMode"], selectedPeriodUnit: [1, "selectedPeriodUnit"], isLoading: [1, "isLoading"] }, outputs: { periodUnitChanged: "periodUnitChanged" }, decls: 15, vars:
|
|
86784
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BillingPeriodToggleComponent, selectors: [["symphiq-billing-period-toggle"]], inputs: { viewMode: [1, "viewMode"], selectedPeriodUnit: [1, "selectedPeriodUnit"], isLoading: [1, "isLoading"] }, outputs: { periodUnitChanged: "periodUnitChanged" }, decls: 15, vars: 14, consts: [[1, "flex", "flex-col", "items-center", "gap-4", 3, "ngClass"], [1, "flex", "items-center", "gap-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "inline-flex", "gap-2", "rounded-xl", "p-1.5", "transition-all", "duration-200", 3, "ngClass"], ["type", "button", 1, "relative", "px-6", "py-3", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "disabled:cursor-not-allowed", 3, "click", "disabled", "ngClass"], [1, "relative", "z-10"], [1, "absolute", "inset-0", "rounded-lg", "shadow-lg", "opacity-20"], [1, "text-sm", 3, "ngClass"]], template: function BillingPeriodToggleComponent_Template(rf, ctx) { if (rf & 1) {
|
|
86784
86785
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
86785
86786
|
i0.ɵɵnamespaceSVG();
|
|
86786
86787
|
i0.ɵɵelementStart(2, "svg", 2);
|
|
@@ -86805,6 +86806,7 @@ class BillingPeriodToggleComponent {
|
|
|
86805
86806
|
i0.ɵɵtext(14);
|
|
86806
86807
|
i0.ɵɵelementEnd()();
|
|
86807
86808
|
} if (rf & 2) {
|
|
86809
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$3, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
86808
86810
|
i0.ɵɵadvance(2);
|
|
86809
86811
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
86810
86812
|
i0.ɵɵadvance(2);
|
|
@@ -86831,7 +86833,7 @@ class BillingPeriodToggleComponent {
|
|
|
86831
86833
|
imports: [CommonModule],
|
|
86832
86834
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
86833
86835
|
template: `
|
|
86834
|
-
<div class="flex flex-col items-center gap-4
|
|
86836
|
+
<div [ngClass]="{'mb-8': selectedPeriodUnit() !== periodUnitEnum.YEAR, 'mb-12': selectedPeriodUnit() === periodUnitEnum.YEAR}" class="flex flex-col items-center gap-4">
|
|
86835
86837
|
<div class="flex items-center gap-3">
|
|
86836
86838
|
<svg [ngClass]="iconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
86837
86839
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
|
@@ -86884,16 +86886,6 @@ function PlanCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
86884
86886
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
86885
86887
|
i0.ɵɵproperty("ngClass", ctx_r0.radioInnerClasses());
|
|
86886
86888
|
} }
|
|
86887
|
-
function PlanCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
86888
|
-
i0.ɵɵelementStart(0, "button", 15);
|
|
86889
|
-
i0.ɵɵnamespaceSVG();
|
|
86890
|
-
i0.ɵɵelementStart(1, "svg", 23);
|
|
86891
|
-
i0.ɵɵelement(2, "path", 24);
|
|
86892
|
-
i0.ɵɵelementEnd()();
|
|
86893
|
-
} if (rf & 2) {
|
|
86894
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
86895
|
-
i0.ɵɵproperty("ngClass", ctx_r0.tooltipButtonClasses());
|
|
86896
|
-
} }
|
|
86897
86889
|
class PlanCardComponent {
|
|
86898
86890
|
constructor() {
|
|
86899
86891
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -86916,20 +86908,11 @@ class PlanCardComponent {
|
|
|
86916
86908
|
const info = this.planInfo();
|
|
86917
86909
|
let price = info.planItemPrice.price || 0;
|
|
86918
86910
|
const periodUnit = info.planItemPrice.periodUnit;
|
|
86919
|
-
console.log('[formatPrice]', {
|
|
86920
|
-
externalName: info.planItemPrice.externalName,
|
|
86921
|
-
originalPrice: info.planItemPrice.price,
|
|
86922
|
-
periodUnit,
|
|
86923
|
-
isYear: periodUnit === ChargebeeItemPricePeriodUnitEnum.YEAR,
|
|
86924
|
-
yearEnumValue: ChargebeeItemPricePeriodUnitEnum.YEAR
|
|
86925
|
-
});
|
|
86926
86911
|
if (periodUnit === ChargebeeItemPricePeriodUnitEnum.YEAR) {
|
|
86927
86912
|
price = price / 12;
|
|
86928
|
-
console.log('[formatPrice] divided by 12:', price);
|
|
86929
86913
|
}
|
|
86930
86914
|
const symbol = this.getCurrencySymbol();
|
|
86931
86915
|
const formattedPrice = Math.floor(price).toLocaleString();
|
|
86932
|
-
console.log('[formatPrice] final:', `${symbol}${formattedPrice}`);
|
|
86933
86916
|
return `${symbol}${formattedPrice}`;
|
|
86934
86917
|
}
|
|
86935
86918
|
getCurrencySymbol() {
|
|
@@ -86966,15 +86949,17 @@ class PlanCardComponent {
|
|
|
86966
86949
|
}
|
|
86967
86950
|
getContractTerms() {
|
|
86968
86951
|
const info = this.planInfo();
|
|
86969
|
-
|
|
86970
|
-
return 'One up-front payment covers 12 months of service. Plan auto-renews yearly—cancel at least 14 days before the renewal date to prevent the next term.';
|
|
86971
|
-
}
|
|
86972
|
-
else {
|
|
86973
|
-
return 'Billed every month with no long-term commitment. Plan auto-renews each month—cancel at least 14 days before your next bill to stop future charges.';
|
|
86974
|
-
}
|
|
86952
|
+
return info.planItemPrice.description || '';
|
|
86975
86953
|
}
|
|
86976
|
-
|
|
86977
|
-
return
|
|
86954
|
+
aiUsageTooltipContent() {
|
|
86955
|
+
return {
|
|
86956
|
+
title: 'How it works:',
|
|
86957
|
+
markdown: `Your monthly subscription fee covers access to core features.
|
|
86958
|
+
|
|
86959
|
+
AI usage is tracked throughout the month.
|
|
86960
|
+
|
|
86961
|
+
At the end of each month, your total AI usage is calculated and automatically billed as a separate line item on your invoice.`
|
|
86962
|
+
};
|
|
86978
86963
|
}
|
|
86979
86964
|
cardContainerClasses() {
|
|
86980
86965
|
const isSelected = this.isSelected();
|
|
@@ -87080,7 +87065,7 @@ class PlanCardComponent {
|
|
|
87080
87065
|
: 'text-slate-600';
|
|
87081
87066
|
}
|
|
87082
87067
|
static { this.ɵfac = function PlanCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PlanCardComponent)(); }; }
|
|
87083
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PlanCardComponent, selectors: [["symphiq-plan-card"]], inputs: { viewMode: [1, "viewMode"], planInfo: [1, "planInfo"], isSelected: [1, "isSelected"], selectedPeriodUnit: [1, "selectedPeriodUnit"] }, outputs: { planSelected: "planSelected" }, decls:
|
|
87068
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PlanCardComponent, selectors: [["symphiq-plan-card"]], inputs: { viewMode: [1, "viewMode"], planInfo: [1, "planInfo"], isSelected: [1, "isSelected"], selectedPeriodUnit: [1, "selectedPeriodUnit"] }, outputs: { planSelected: "planSelected" }, decls: 43, vars: 29, consts: [[1, "relative", "rounded-2xl", "border-2", "p-6", "transition-all", "duration-200", "cursor-pointer", "hover:scale-[1.02]", 3, "click", "ngClass"], [1, "absolute", "-top-3", "left-1/2", "transform", "-translate-x-1/2", "px-4", "py-1", "rounded-full", "text-xs", "font-bold", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "mb-6"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-baseline", "gap-2"], [1, "text-4xl", "font-bold", 3, "ngClass"], [1, "text-base", 3, "ngClass"], [1, "flex-shrink-0", "ml-4"], [1, "w-6", "h-6", "rounded-full", "border-2", "flex", "items-center", "justify-center", "transition-all", "duration-200", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", 3, "ngClass"], [1, "space-y-4", 3, "ngClass"], [1, "flex", "justify-between", "items-center", "py-3", "border-b", 3, "ngClass"], [1, "flex", "items-center", "gap-2"], [1, "text-sm", "font-medium", 3, "ngClass"], ["tooltipType", "markdown", "tooltipPosition", "right", 1, "w-4", "h-4", "rounded-full", "flex", "items-center", "justify-center", 3, "libSymphiqTooltip", "ngClass"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-3", "h-3"], ["fill-rule", "evenodd", "d", "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z", "clip-rule", "evenodd"], [1, "text-sm", "font-semibold", "text-right", "max-w-[60%]", 3, "ngClass"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-5", "h-5", 3, "ngClass"], ["fill-rule", "evenodd", "d", "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z", "clip-rule", "evenodd"], [1, "flex", "justify-between", "items-center", "py-3", 3, "ngClass"], [1, "pt-4", "mt-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-2", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass", "innerHTML"]], template: function PlanCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87084
87069
|
i0.ɵɵelementStart(0, "div", 0);
|
|
87085
87070
|
i0.ɵɵlistener("click", function PlanCardComponent_Template_div_click_0_listener() { return ctx.handleCardClick(); });
|
|
87086
87071
|
i0.ɵɵconditionalCreate(1, PlanCardComponent_Conditional_1_Template, 2, 1, "div", 1);
|
|
@@ -87099,41 +87084,44 @@ class PlanCardComponent {
|
|
|
87099
87084
|
i0.ɵɵelementStart(14, "div", 11)(15, "div", 12)(16, "div", 13)(17, "span", 14);
|
|
87100
87085
|
i0.ɵɵtext(18, "AI usage");
|
|
87101
87086
|
i0.ɵɵelementEnd();
|
|
87102
|
-
i0.ɵɵ
|
|
87103
|
-
i0.ɵɵ
|
|
87104
|
-
i0.ɵɵelementStart(20, "
|
|
87105
|
-
i0.ɵɵ
|
|
87087
|
+
i0.ɵɵelementStart(19, "button", 15);
|
|
87088
|
+
i0.ɵɵnamespaceSVG();
|
|
87089
|
+
i0.ɵɵelementStart(20, "svg", 16);
|
|
87090
|
+
i0.ɵɵelement(21, "path", 17);
|
|
87091
|
+
i0.ɵɵelementEnd()()();
|
|
87092
|
+
i0.ɵɵnamespaceHTML();
|
|
87093
|
+
i0.ɵɵelementStart(22, "span", 18);
|
|
87094
|
+
i0.ɵɵtext(23, " Charged monthly based on your actual usage\u2014no per-token counting, just straightforward monthly billing. ");
|
|
87106
87095
|
i0.ɵɵelementEnd()();
|
|
87107
|
-
i0.ɵɵelementStart(
|
|
87108
|
-
i0.ɵɵtext(
|
|
87096
|
+
i0.ɵɵelementStart(24, "div", 12)(25, "span", 14);
|
|
87097
|
+
i0.ɵɵtext(26, "Unlimited recommendations");
|
|
87109
87098
|
i0.ɵɵelementEnd();
|
|
87110
87099
|
i0.ɵɵnamespaceSVG();
|
|
87111
|
-
i0.ɵɵelementStart(
|
|
87112
|
-
i0.ɵɵelement(
|
|
87100
|
+
i0.ɵɵelementStart(27, "svg", 19);
|
|
87101
|
+
i0.ɵɵelement(28, "path", 20);
|
|
87113
87102
|
i0.ɵɵelementEnd()();
|
|
87114
87103
|
i0.ɵɵnamespaceHTML();
|
|
87115
|
-
i0.ɵɵelementStart(
|
|
87116
|
-
i0.ɵɵtext(
|
|
87104
|
+
i0.ɵɵelementStart(29, "div", 12)(30, "span", 14);
|
|
87105
|
+
i0.ɵɵtext(31, "Unlimited seats");
|
|
87117
87106
|
i0.ɵɵelementEnd();
|
|
87118
87107
|
i0.ɵɵnamespaceSVG();
|
|
87119
|
-
i0.ɵɵelementStart(
|
|
87120
|
-
i0.ɵɵelement(
|
|
87108
|
+
i0.ɵɵelementStart(32, "svg", 19);
|
|
87109
|
+
i0.ɵɵelement(33, "path", 20);
|
|
87121
87110
|
i0.ɵɵelementEnd()();
|
|
87122
87111
|
i0.ɵɵnamespaceHTML();
|
|
87123
|
-
i0.ɵɵelementStart(
|
|
87124
|
-
i0.ɵɵtext(
|
|
87112
|
+
i0.ɵɵelementStart(34, "div", 21)(35, "span", 14);
|
|
87113
|
+
i0.ɵɵtext(36, "Google Analytics integration");
|
|
87125
87114
|
i0.ɵɵelementEnd();
|
|
87126
87115
|
i0.ɵɵnamespaceSVG();
|
|
87127
|
-
i0.ɵɵelementStart(
|
|
87128
|
-
i0.ɵɵelement(
|
|
87116
|
+
i0.ɵɵelementStart(37, "svg", 19);
|
|
87117
|
+
i0.ɵɵelement(38, "path", 20);
|
|
87129
87118
|
i0.ɵɵelementEnd()();
|
|
87130
87119
|
i0.ɵɵnamespaceHTML();
|
|
87131
|
-
i0.ɵɵelementStart(
|
|
87132
|
-
i0.ɵɵtext(
|
|
87120
|
+
i0.ɵɵelementStart(39, "div", 22)(40, "h4", 23);
|
|
87121
|
+
i0.ɵɵtext(41, " Contract terms ");
|
|
87133
87122
|
i0.ɵɵelementEnd();
|
|
87134
|
-
i0.ɵɵ
|
|
87135
|
-
i0.ɵɵ
|
|
87136
|
-
i0.ɵɵelementEnd()()()();
|
|
87123
|
+
i0.ɵɵelement(42, "p", 24);
|
|
87124
|
+
i0.ɵɵelementEnd()()();
|
|
87137
87125
|
} if (rf & 2) {
|
|
87138
87126
|
i0.ɵɵproperty("ngClass", ctx.cardContainerClasses());
|
|
87139
87127
|
i0.ɵɵadvance();
|
|
@@ -87161,8 +87149,8 @@ class PlanCardComponent {
|
|
|
87161
87149
|
i0.ɵɵadvance(2);
|
|
87162
87150
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
87163
87151
|
i0.ɵɵadvance(2);
|
|
87164
|
-
i0.ɵɵ
|
|
87165
|
-
i0.ɵɵadvance();
|
|
87152
|
+
i0.ɵɵproperty("libSymphiqTooltip", ctx.aiUsageTooltipContent())("ngClass", ctx.tooltipButtonClasses());
|
|
87153
|
+
i0.ɵɵadvance(3);
|
|
87166
87154
|
i0.ɵɵproperty("ngClass", ctx.valueClasses());
|
|
87167
87155
|
i0.ɵɵadvance(2);
|
|
87168
87156
|
i0.ɵɵproperty("ngClass", ctx.featureRowClasses());
|
|
@@ -87187,17 +87175,15 @@ class PlanCardComponent {
|
|
|
87187
87175
|
i0.ɵɵadvance();
|
|
87188
87176
|
i0.ɵɵproperty("ngClass", ctx.contractTermsLabelClasses());
|
|
87189
87177
|
i0.ɵɵadvance(2);
|
|
87190
|
-
i0.ɵɵproperty("ngClass", ctx.contractTermsTextClasses());
|
|
87191
|
-
|
|
87192
|
-
i0.ɵɵtextInterpolate1(" ", ctx.getContractTerms(), " ");
|
|
87193
|
-
} }, dependencies: [CommonModule, i1$1.NgClass], encapsulation: 2, changeDetection: 0 }); }
|
|
87178
|
+
i0.ɵɵproperty("ngClass", ctx.contractTermsTextClasses())("innerHTML", ctx.getContractTerms(), i0.ɵɵsanitizeHtml);
|
|
87179
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, TooltipDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
87194
87180
|
}
|
|
87195
87181
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PlanCardComponent, [{
|
|
87196
87182
|
type: Component,
|
|
87197
87183
|
args: [{
|
|
87198
87184
|
selector: 'symphiq-plan-card',
|
|
87199
87185
|
standalone: true,
|
|
87200
|
-
imports: [CommonModule],
|
|
87186
|
+
imports: [CommonModule, TooltipDirective],
|
|
87201
87187
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
87202
87188
|
template: `
|
|
87203
87189
|
<div
|
|
@@ -87238,16 +87224,19 @@ class PlanCardComponent {
|
|
|
87238
87224
|
<div [ngClass]="featureRowClasses()" class="flex justify-between items-center py-3 border-b">
|
|
87239
87225
|
<div class="flex items-center gap-2">
|
|
87240
87226
|
<span [ngClass]="labelClasses()" class="text-sm font-medium">AI usage</span>
|
|
87241
|
-
|
|
87242
|
-
|
|
87243
|
-
|
|
87244
|
-
|
|
87245
|
-
|
|
87246
|
-
|
|
87247
|
-
|
|
87227
|
+
<button
|
|
87228
|
+
[libSymphiqTooltip]="aiUsageTooltipContent()"
|
|
87229
|
+
tooltipType="markdown"
|
|
87230
|
+
tooltipPosition="right"
|
|
87231
|
+
[ngClass]="tooltipButtonClasses()"
|
|
87232
|
+
class="w-4 h-4 rounded-full flex items-center justify-center">
|
|
87233
|
+
<svg class="w-3 h-3" fill="currentColor" viewBox="0 0 20 20">
|
|
87234
|
+
<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z" clip-rule="evenodd"></path>
|
|
87235
|
+
</svg>
|
|
87236
|
+
</button>
|
|
87248
87237
|
</div>
|
|
87249
|
-
<span [ngClass]="valueClasses()" class="text-sm font-semibold">
|
|
87250
|
-
|
|
87238
|
+
<span [ngClass]="valueClasses()" class="text-sm font-semibold text-right max-w-[60%]">
|
|
87239
|
+
Charged monthly based on your actual usage—no per-token counting, just straightforward monthly billing.
|
|
87251
87240
|
</span>
|
|
87252
87241
|
</div>
|
|
87253
87242
|
|
|
@@ -87276,16 +87265,14 @@ class PlanCardComponent {
|
|
|
87276
87265
|
<h4 [ngClass]="contractTermsLabelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-2">
|
|
87277
87266
|
Contract terms
|
|
87278
87267
|
</h4>
|
|
87279
|
-
<p [ngClass]="contractTermsTextClasses()" class="text-sm leading-relaxed">
|
|
87280
|
-
{{ getContractTerms() }}
|
|
87281
|
-
</p>
|
|
87268
|
+
<p [ngClass]="contractTermsTextClasses()" class="text-sm leading-relaxed" [innerHTML]="getContractTerms()"></p>
|
|
87282
87269
|
</div>
|
|
87283
87270
|
</div>
|
|
87284
87271
|
</div>
|
|
87285
87272
|
`
|
|
87286
87273
|
}]
|
|
87287
87274
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], planInfo: [{ type: i0.Input, args: [{ isSignal: true, alias: "planInfo", required: true }] }], isSelected: [{ type: i0.Input, args: [{ isSignal: true, alias: "isSelected", required: false }] }], selectedPeriodUnit: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedPeriodUnit", required: false }] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }] }); })();
|
|
87288
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanCardComponent, { className: "PlanCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-card.component.ts", lineNumber:
|
|
87275
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanCardComponent, { className: "PlanCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-card.component.ts", lineNumber: 97 }); })();
|
|
87289
87276
|
|
|
87290
87277
|
const _forTrack0$1 = ($index, $item) => $item.planItemPrice.id;
|
|
87291
87278
|
function PlanSelectionContainerComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -87425,7 +87412,7 @@ class PlanSelectionContainerComponent {
|
|
|
87425
87412
|
: 'text-slate-500';
|
|
87426
87413
|
}
|
|
87427
87414
|
static { this.ɵfac = function PlanSelectionContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PlanSelectionContainerComponent)(); }; }
|
|
87428
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PlanSelectionContainerComponent, selectors: [["symphiq-plan-selection-container"]], inputs: { viewMode: [1, "viewMode"], selectedCurrency: [1, "selectedCurrency"], planCardInfos: [1, "planCardInfos"], isLoading: [1, "isLoading"], selectedPeriodUnit: [1, "selectedPeriodUnit"] }, outputs: { periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", editCurrency: "editCurrency" }, decls: 22, vars: 12, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [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 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", "flex", "items-center", "gap-2", 3, "ngClass"], [1, "font-semibold"], [1, "inline-flex", "items-center", "gap-1", "px-2", "py-0.5", "text-xs", "font-medium", "rounded-md", "transition-colors", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"], [1, "p-8", 3, "ngClass"], [3, "periodUnitChanged", "viewMode", "selectedPeriodUnit", "isLoading"], [1, "flex", "flex-col", "items-center", "justify-center", "
|
|
87415
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PlanSelectionContainerComponent, selectors: [["symphiq-plan-selection-container"]], inputs: { viewMode: [1, "viewMode"], selectedCurrency: [1, "selectedCurrency"], planCardInfos: [1, "planCardInfos"], isLoading: [1, "isLoading"], selectedPeriodUnit: [1, "selectedPeriodUnit"] }, outputs: { periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", editCurrency: "editCurrency" }, decls: 22, vars: 12, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [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 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", "flex", "items-center", "gap-2", 3, "ngClass"], [1, "font-semibold"], [1, "inline-flex", "items-center", "gap-1", "px-2", "py-0.5", "text-xs", "font-medium", "rounded-md", "transition-colors", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"], [1, "p-8", 3, "ngClass"], [3, "periodUnitChanged", "viewMode", "selectedPeriodUnit", "isLoading"], [1, "flex", "flex-col", "items-center", "justify-center", "space-y-6", "min-h-[500px]", "mb-32"], [1, "flex", "flex-col", "gap-8", "mb-32", "min-h-[500px]"], [1, "text-center", "py-16", 3, "ngClass"], [3, "viewMode", "size"], [1, "text-base", "font-medium", 3, "ngClass"], [3, "viewMode", "planInfo", "isSelected", "selectedPeriodUnit"], [3, "planSelected", "viewMode", "planInfo", "isSelected", "selectedPeriodUnit"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-lg", "font-semibold", 3, "ngClass"], [1, "text-sm", "mt-2", 3, "ngClass"]], template: function PlanSelectionContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87429
87416
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3);
|
|
87430
87417
|
i0.ɵɵnamespaceSVG();
|
|
87431
87418
|
i0.ɵɵelementStart(4, "svg", 4);
|
|
@@ -87522,7 +87509,7 @@ class PlanSelectionContainerComponent {
|
|
|
87522
87509
|
/>
|
|
87523
87510
|
|
|
87524
87511
|
@if (isLoading()) {
|
|
87525
|
-
<div class="flex flex-col items-center justify-center
|
|
87512
|
+
<div class="flex flex-col items-center justify-center space-y-6 min-h-[500px] mb-32">
|
|
87526
87513
|
<symphiq-indeterminate-spinner
|
|
87527
87514
|
[viewMode]="viewMode()"
|
|
87528
87515
|
[size]="'large'"
|
|
@@ -87532,7 +87519,7 @@ class PlanSelectionContainerComponent {
|
|
|
87532
87519
|
</p>
|
|
87533
87520
|
</div>
|
|
87534
87521
|
} @else if (planCardInfos() && planCardInfos()!.length > 0) {
|
|
87535
|
-
<div class="flex flex-col gap-8 mb-32 min-h-[
|
|
87522
|
+
<div class="flex flex-col gap-8 mb-32 min-h-[500px]">
|
|
87536
87523
|
@for (plan of planCardInfos(); track plan.planItemPrice.id) {
|
|
87537
87524
|
<symphiq-plan-card
|
|
87538
87525
|
[viewMode]="viewMode()"
|