@eric-emg/symphiq-components 1.2.334 → 1.2.336
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 +34 -99
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -86887,33 +86887,13 @@ function PlanCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
86887
86887
|
function PlanCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
86888
86888
|
i0.ɵɵelementStart(0, "button", 15);
|
|
86889
86889
|
i0.ɵɵnamespaceSVG();
|
|
86890
|
-
i0.ɵɵelementStart(1, "svg",
|
|
86891
|
-
i0.ɵɵelement(2, "path",
|
|
86890
|
+
i0.ɵɵelementStart(1, "svg", 23);
|
|
86891
|
+
i0.ɵɵelement(2, "path", 24);
|
|
86892
86892
|
i0.ɵɵelementEnd()();
|
|
86893
86893
|
} if (rf & 2) {
|
|
86894
86894
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
86895
86895
|
i0.ɵɵproperty("ngClass", ctx_r0.tooltipButtonClasses());
|
|
86896
86896
|
} }
|
|
86897
|
-
function PlanCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
86898
|
-
i0.ɵɵelementStart(0, "button", 15);
|
|
86899
|
-
i0.ɵɵnamespaceSVG();
|
|
86900
|
-
i0.ɵɵelementStart(1, "svg", 24);
|
|
86901
|
-
i0.ɵɵelement(2, "path", 25);
|
|
86902
|
-
i0.ɵɵelementEnd()();
|
|
86903
|
-
} if (rf & 2) {
|
|
86904
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
86905
|
-
i0.ɵɵproperty("ngClass", ctx_r0.tooltipButtonClasses());
|
|
86906
|
-
} }
|
|
86907
|
-
function PlanCardComponent_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
86908
|
-
i0.ɵɵelementStart(0, "div", 18);
|
|
86909
|
-
i0.ɵɵtext(1);
|
|
86910
|
-
i0.ɵɵelementEnd();
|
|
86911
|
-
} if (rf & 2) {
|
|
86912
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
86913
|
-
i0.ɵɵproperty("ngClass", ctx_r0.subValueClasses());
|
|
86914
|
-
i0.ɵɵadvance();
|
|
86915
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r0.getAdditionalShopsPrice(), " ");
|
|
86916
|
-
} }
|
|
86917
86897
|
class PlanCardComponent {
|
|
86918
86898
|
constructor() {
|
|
86919
86899
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -86930,11 +86910,14 @@ class PlanCardComponent {
|
|
|
86930
86910
|
}
|
|
86931
86911
|
getPlanTitle() {
|
|
86932
86912
|
const info = this.planInfo();
|
|
86933
|
-
return info.planItem.externalName || info.planItem.name || 'Plan';
|
|
86913
|
+
return info.planItemPrice.externalName || info.planItem.externalName || info.planItem.name || 'Plan';
|
|
86934
86914
|
}
|
|
86935
86915
|
formatPrice() {
|
|
86936
86916
|
const info = this.planInfo();
|
|
86937
|
-
|
|
86917
|
+
let price = info.planItemPrice.price || 0;
|
|
86918
|
+
if (info.planItemPrice.periodUnit === ChargebeeItemPricePeriodUnitEnum.YEAR) {
|
|
86919
|
+
price = price / 12;
|
|
86920
|
+
}
|
|
86938
86921
|
const symbol = this.getCurrencySymbol();
|
|
86939
86922
|
const formattedPrice = Math.floor(price / 100).toLocaleString();
|
|
86940
86923
|
return `${symbol}${formattedPrice}`;
|
|
@@ -87087,7 +87070,7 @@ class PlanCardComponent {
|
|
|
87087
87070
|
: 'text-slate-600';
|
|
87088
87071
|
}
|
|
87089
87072
|
static { this.ɵfac = function PlanCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PlanCardComponent)(); }; }
|
|
87090
|
-
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:
|
|
87073
|
+
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: 42, vars: 28, 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"], [1, "w-4", "h-4", "rounded-full", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-sm", "font-semibold", 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"], ["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"]], template: function PlanCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87091
87074
|
i0.ɵɵelementStart(0, "div", 0);
|
|
87092
87075
|
i0.ɵɵlistener("click", function PlanCardComponent_Template_div_click_0_listener() { return ctx.handleCardClick(); });
|
|
87093
87076
|
i0.ɵɵconditionalCreate(1, PlanCardComponent_Conditional_1_Template, 2, 1, "div", 1);
|
|
@@ -87111,45 +87094,35 @@ class PlanCardComponent {
|
|
|
87111
87094
|
i0.ɵɵelementStart(20, "span", 16);
|
|
87112
87095
|
i0.ɵɵtext(21, " charged monthly based on your actual usage ");
|
|
87113
87096
|
i0.ɵɵelementEnd()();
|
|
87114
|
-
i0.ɵɵelementStart(22, "div", 12)(23, "
|
|
87115
|
-
i0.ɵɵtext(
|
|
87116
|
-
i0.ɵɵelementEnd();
|
|
87117
|
-
i0.ɵɵconditionalCreate(26, PlanCardComponent_Conditional_26_Template, 3, 1, "button", 15);
|
|
87118
|
-
i0.ɵɵelementEnd();
|
|
87119
|
-
i0.ɵɵelementStart(27, "div", 17)(28, "div", 16);
|
|
87120
|
-
i0.ɵɵtext(29);
|
|
87121
|
-
i0.ɵɵelementEnd();
|
|
87122
|
-
i0.ɵɵconditionalCreate(30, PlanCardComponent_Conditional_30_Template, 2, 2, "div", 18);
|
|
87123
|
-
i0.ɵɵelementEnd()();
|
|
87124
|
-
i0.ɵɵelementStart(31, "div", 12)(32, "span", 14);
|
|
87125
|
-
i0.ɵɵtext(33, "Unlimited recommendations");
|
|
87097
|
+
i0.ɵɵelementStart(22, "div", 12)(23, "span", 14);
|
|
87098
|
+
i0.ɵɵtext(24, "Unlimited recommendations");
|
|
87126
87099
|
i0.ɵɵelementEnd();
|
|
87127
87100
|
i0.ɵɵnamespaceSVG();
|
|
87128
|
-
i0.ɵɵelementStart(
|
|
87129
|
-
i0.ɵɵelement(
|
|
87101
|
+
i0.ɵɵelementStart(25, "svg", 17);
|
|
87102
|
+
i0.ɵɵelement(26, "path", 18);
|
|
87130
87103
|
i0.ɵɵelementEnd()();
|
|
87131
87104
|
i0.ɵɵnamespaceHTML();
|
|
87132
|
-
i0.ɵɵelementStart(
|
|
87133
|
-
i0.ɵɵtext(
|
|
87105
|
+
i0.ɵɵelementStart(27, "div", 12)(28, "span", 14);
|
|
87106
|
+
i0.ɵɵtext(29, "Unlimited seats");
|
|
87134
87107
|
i0.ɵɵelementEnd();
|
|
87135
87108
|
i0.ɵɵnamespaceSVG();
|
|
87136
|
-
i0.ɵɵelementStart(
|
|
87137
|
-
i0.ɵɵelement(
|
|
87109
|
+
i0.ɵɵelementStart(30, "svg", 17);
|
|
87110
|
+
i0.ɵɵelement(31, "path", 18);
|
|
87138
87111
|
i0.ɵɵelementEnd()();
|
|
87139
87112
|
i0.ɵɵnamespaceHTML();
|
|
87140
|
-
i0.ɵɵelementStart(
|
|
87141
|
-
i0.ɵɵtext(
|
|
87113
|
+
i0.ɵɵelementStart(32, "div", 19)(33, "span", 14);
|
|
87114
|
+
i0.ɵɵtext(34, "Google Analytics integration");
|
|
87142
87115
|
i0.ɵɵelementEnd();
|
|
87143
87116
|
i0.ɵɵnamespaceSVG();
|
|
87144
|
-
i0.ɵɵelementStart(
|
|
87145
|
-
i0.ɵɵelement(
|
|
87117
|
+
i0.ɵɵelementStart(35, "svg", 17);
|
|
87118
|
+
i0.ɵɵelement(36, "path", 18);
|
|
87146
87119
|
i0.ɵɵelementEnd()();
|
|
87147
87120
|
i0.ɵɵnamespaceHTML();
|
|
87148
|
-
i0.ɵɵelementStart(
|
|
87149
|
-
i0.ɵɵtext(
|
|
87121
|
+
i0.ɵɵelementStart(37, "div", 20)(38, "h4", 21);
|
|
87122
|
+
i0.ɵɵtext(39, " Contract terms ");
|
|
87150
87123
|
i0.ɵɵelementEnd();
|
|
87151
|
-
i0.ɵɵelementStart(
|
|
87152
|
-
i0.ɵɵtext(
|
|
87124
|
+
i0.ɵɵelementStart(40, "p", 22);
|
|
87125
|
+
i0.ɵɵtext(41);
|
|
87153
87126
|
i0.ɵɵelementEnd()()()();
|
|
87154
87127
|
} if (rf & 2) {
|
|
87155
87128
|
i0.ɵɵproperty("ngClass", ctx.cardContainerClasses());
|
|
@@ -87183,18 +87156,6 @@ class PlanCardComponent {
|
|
|
87183
87156
|
i0.ɵɵproperty("ngClass", ctx.valueClasses());
|
|
87184
87157
|
i0.ɵɵadvance(2);
|
|
87185
87158
|
i0.ɵɵproperty("ngClass", ctx.featureRowClasses());
|
|
87186
|
-
i0.ɵɵadvance(2);
|
|
87187
|
-
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
87188
|
-
i0.ɵɵadvance(2);
|
|
87189
|
-
i0.ɵɵconditional(ctx.hasTooltip("shops") ? 26 : -1);
|
|
87190
|
-
i0.ɵɵadvance(2);
|
|
87191
|
-
i0.ɵɵproperty("ngClass", ctx.valueClasses());
|
|
87192
|
-
i0.ɵɵadvance();
|
|
87193
|
-
i0.ɵɵtextInterpolate1(" ", ctx.getShopsQuantity(), " ");
|
|
87194
|
-
i0.ɵɵadvance();
|
|
87195
|
-
i0.ɵɵconditional(ctx.getAdditionalShopsPrice() ? 30 : -1);
|
|
87196
|
-
i0.ɵɵadvance();
|
|
87197
|
-
i0.ɵɵproperty("ngClass", ctx.featureRowClasses());
|
|
87198
87159
|
i0.ɵɵadvance();
|
|
87199
87160
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
87200
87161
|
i0.ɵɵadvance(2);
|
|
@@ -87280,29 +87241,6 @@ class PlanCardComponent {
|
|
|
87280
87241
|
</span>
|
|
87281
87242
|
</div>
|
|
87282
87243
|
|
|
87283
|
-
<div [ngClass]="featureRowClasses()" class="flex justify-between items-center py-3 border-b">
|
|
87284
|
-
<div class="flex items-center gap-2">
|
|
87285
|
-
<span [ngClass]="labelClasses()" class="text-sm font-medium">Shops</span>
|
|
87286
|
-
@if (hasTooltip('shops')) {
|
|
87287
|
-
<button [ngClass]="tooltipButtonClasses()" class="w-4 h-4 rounded-full flex items-center justify-center">
|
|
87288
|
-
<svg class="w-3 h-3" fill="currentColor" viewBox="0 0 20 20">
|
|
87289
|
-
<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>
|
|
87290
|
-
</svg>
|
|
87291
|
-
</button>
|
|
87292
|
-
}
|
|
87293
|
-
</div>
|
|
87294
|
-
<div class="text-right">
|
|
87295
|
-
<div [ngClass]="valueClasses()" class="text-sm font-semibold">
|
|
87296
|
-
{{ getShopsQuantity() }}
|
|
87297
|
-
</div>
|
|
87298
|
-
@if (getAdditionalShopsPrice()) {
|
|
87299
|
-
<div [ngClass]="subValueClasses()" class="text-xs mt-1">
|
|
87300
|
-
{{ getAdditionalShopsPrice() }}
|
|
87301
|
-
</div>
|
|
87302
|
-
}
|
|
87303
|
-
</div>
|
|
87304
|
-
</div>
|
|
87305
|
-
|
|
87306
87244
|
<div [ngClass]="featureRowClasses()" class="flex justify-between items-center py-3 border-b">
|
|
87307
87245
|
<span [ngClass]="labelClasses()" class="text-sm font-medium">Unlimited recommendations</span>
|
|
87308
87246
|
<svg [ngClass]="checkIconClasses()" class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
|
|
@@ -87317,14 +87255,14 @@ class PlanCardComponent {
|
|
|
87317
87255
|
</svg>
|
|
87318
87256
|
</div>
|
|
87319
87257
|
|
|
87320
|
-
<div [ngClass]="featureRowClasses()" class="flex justify-between items-center py-3
|
|
87258
|
+
<div [ngClass]="featureRowClasses()" class="flex justify-between items-center py-3">
|
|
87321
87259
|
<span [ngClass]="labelClasses()" class="text-sm font-medium">Google Analytics integration</span>
|
|
87322
87260
|
<svg [ngClass]="checkIconClasses()" class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
|
|
87323
87261
|
<path 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"></path>
|
|
87324
87262
|
</svg>
|
|
87325
87263
|
</div>
|
|
87326
87264
|
|
|
87327
|
-
<div [ngClass]="contractTermsClasses()" class="pt-4">
|
|
87265
|
+
<div [ngClass]="contractTermsClasses()" class="pt-4 mt-4">
|
|
87328
87266
|
<h4 [ngClass]="contractTermsLabelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-2">
|
|
87329
87267
|
Contract terms
|
|
87330
87268
|
</h4>
|
|
@@ -87337,9 +87275,9 @@ class PlanCardComponent {
|
|
|
87337
87275
|
`
|
|
87338
87276
|
}]
|
|
87339
87277
|
}], 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"] }] }); })();
|
|
87340
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanCardComponent, { className: "PlanCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-card.component.ts", lineNumber:
|
|
87278
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanCardComponent, { className: "PlanCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-card.component.ts", lineNumber: 95 }); })();
|
|
87341
87279
|
|
|
87342
|
-
const _forTrack0$1 = ($index, $item) => $item.
|
|
87280
|
+
const _forTrack0$1 = ($index, $item) => $item.planItemPrice.id;
|
|
87343
87281
|
function PlanSelectionContainerComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
87344
87282
|
i0.ɵɵelementStart(0, "div", 14);
|
|
87345
87283
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 17);
|
|
@@ -87412,11 +87350,11 @@ class PlanSelectionContainerComponent {
|
|
|
87412
87350
|
this.periodUnitChanged.emit(period);
|
|
87413
87351
|
}
|
|
87414
87352
|
handlePlanSelection(plan) {
|
|
87415
|
-
this.selectedPlanId.set(plan.
|
|
87353
|
+
this.selectedPlanId.set(plan.planItemPrice.id);
|
|
87416
87354
|
this.planSelected.emit(plan);
|
|
87417
87355
|
}
|
|
87418
87356
|
isSelectedPlan(plan) {
|
|
87419
|
-
return this.selectedPlanId() === plan.
|
|
87357
|
+
return this.selectedPlanId() === plan.planItemPrice.id;
|
|
87420
87358
|
}
|
|
87421
87359
|
containerClasses() {
|
|
87422
87360
|
return this.viewMode() === ViewModeEnum.DARK
|
|
@@ -87585,7 +87523,7 @@ class PlanSelectionContainerComponent {
|
|
|
87585
87523
|
</div>
|
|
87586
87524
|
} @else if (planCardInfos() && planCardInfos()!.length > 0) {
|
|
87587
87525
|
<div class="flex flex-col gap-8 mb-32">
|
|
87588
|
-
@for (plan of planCardInfos(); track plan.
|
|
87526
|
+
@for (plan of planCardInfos(); track plan.planItemPrice.id) {
|
|
87589
87527
|
<symphiq-plan-card
|
|
87590
87528
|
[viewMode]="viewMode()"
|
|
87591
87529
|
[planInfo]="plan"
|
|
@@ -88973,9 +88911,8 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
88973
88911
|
}, ...(ngDevMode ? [{ debugName: "currencySelectionEffect" }] : []));
|
|
88974
88912
|
this.planLoadingEffect = effect(() => {
|
|
88975
88913
|
const planCardInfos = this.planCardInfos();
|
|
88976
|
-
|
|
88977
|
-
if (planCardInfos &&
|
|
88978
|
-
console.log('[planLoadingEffect] resetting isPlanLoading to false');
|
|
88914
|
+
const isLoading = untracked(() => this.isPlanLoading());
|
|
88915
|
+
if (planCardInfos && isLoading) {
|
|
88979
88916
|
this.isPlanLoading.set(false);
|
|
88980
88917
|
}
|
|
88981
88918
|
}, ...(ngDevMode ? [{ debugName: "planLoadingEffect" }] : []));
|
|
@@ -89699,9 +89636,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
89699
89636
|
}
|
|
89700
89637
|
}
|
|
89701
89638
|
handlePeriodUnitChange(periodUnit) {
|
|
89702
|
-
console.log('[handlePeriodUnitChange] setting isPlanLoading to true', { periodUnit });
|
|
89703
89639
|
this.isPlanLoading.set(true);
|
|
89704
|
-
console.log('[handlePeriodUnitChange] isPlanLoading is now:', this.isPlanLoading());
|
|
89705
89640
|
this.periodUnitChanged.emit(periodUnit);
|
|
89706
89641
|
}
|
|
89707
89642
|
handlePlanSelection(plan) {
|
|
@@ -90479,7 +90414,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
90479
90414
|
type: HostListener,
|
|
90480
90415
|
args: ['window:scroll', ['$event']]
|
|
90481
90416
|
}] }); })();
|
|
90482
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber:
|
|
90417
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 721 }); })();
|
|
90483
90418
|
|
|
90484
90419
|
class ScrollProgressBarComponent {
|
|
90485
90420
|
constructor() {
|