@eric-emg/symphiq-components 1.2.254 → 1.2.256

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.
@@ -57677,9 +57677,30 @@ function MetricReportModalComponent_Conditional_0_Conditional_70_Template(rf, ct
57677
57677
  } }
57678
57678
  function MetricReportModalComponent_Conditional_0_Conditional_71_Conditional_11_Template(rf, ctx) { if (rf & 1) {
57679
57679
  i0.ɵɵelement(0, "symphiq-line-chart", 36);
57680
+ i0.ɵɵelementStart(1, "p", 58);
57681
+ i0.ɵɵtext(2);
57682
+ i0.ɵɵelementEnd();
57683
+ i0.ɵɵelementStart(3, "p", 59);
57684
+ i0.ɵɵtext(4);
57685
+ i0.ɵɵelementEnd();
57686
+ i0.ɵɵelementStart(5, "p", 59);
57687
+ i0.ɵɵtext(6);
57688
+ i0.ɵɵelementEnd();
57680
57689
  } if (rf & 2) {
57681
57690
  const ctx_r1 = i0.ɵɵnextContext(3);
57682
57691
  i0.ɵɵproperty("chart", ctx_r1.pacingChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", "$")("height", "500px");
57692
+ i0.ɵɵadvance();
57693
+ i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
57694
+ i0.ɵɵadvance();
57695
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.chartLegendDescription(), " ");
57696
+ i0.ɵɵadvance();
57697
+ i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
57698
+ i0.ɵɵadvance();
57699
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence1(), " ");
57700
+ i0.ɵɵadvance();
57701
+ i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
57702
+ i0.ɵɵadvance();
57703
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence2(), " ");
57683
57704
  } }
57684
57705
  function MetricReportModalComponent_Conditional_0_Conditional_71_Template(rf, ctx) { if (rf & 1) {
57685
57706
  const _r7 = i0.ɵɵgetCurrentView();
@@ -57700,7 +57721,7 @@ function MetricReportModalComponent_Conditional_0_Conditional_71_Template(rf, ct
57700
57721
  i0.ɵɵelementEnd()()();
57701
57722
  i0.ɵɵnamespaceHTML();
57702
57723
  i0.ɵɵelementStart(10, "div", 66);
57703
- i0.ɵɵconditionalCreate(11, MetricReportModalComponent_Conditional_0_Conditional_71_Conditional_11_Template, 1, 5, "symphiq-line-chart", 36);
57724
+ i0.ɵɵconditionalCreate(11, MetricReportModalComponent_Conditional_0_Conditional_71_Conditional_11_Template, 7, 11);
57704
57725
  i0.ɵɵelementEnd()()()();
57705
57726
  } if (rf & 2) {
57706
57727
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -58843,6 +58864,15 @@ class MetricReportModalComponent {
58843
58864
  [currencySymbol]="'$'"
58844
58865
  [height]="'500px'"
58845
58866
  />
58867
+ <p [ngClass]="descriptionClasses()" class="text-sm leading-relaxed mt-4">
58868
+ {{ chartLegendDescription() }}
58869
+ </p>
58870
+ <p [ngClass]="descriptionClasses()" class="text-sm leading-relaxed mt-2">
58871
+ {{ chartDescriptionSentence1() }}
58872
+ </p>
58873
+ <p [ngClass]="descriptionClasses()" class="text-sm leading-relaxed mt-2">
58874
+ {{ chartDescriptionSentence2() }}
58875
+ </p>
58846
58876
  }
58847
58877
  </div>
58848
58878
  </div>
@@ -58856,7 +58886,7 @@ class MetricReportModalComponent {
58856
58886
  type: HostListener,
58857
58887
  args: ['document:keydown.escape']
58858
58888
  }] }); })();
58859
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 474 }); })();
58889
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 483 }); })();
58860
58890
 
58861
58891
  const _c0$q = ["absoluteInputRef"];
58862
58892
  const _c1$b = ["percentageInputRef"];
@@ -59413,7 +59443,7 @@ class InitialTargetSettingComponent {
59413
59443
  return 'Calculating...';
59414
59444
  }
59415
59445
  else if (state === 'results') {
59416
- return 'Set Revenue Targets';
59446
+ return 'Save Metric Targets';
59417
59447
  }
59418
59448
  else {
59419
59449
  return 'Calculate Metric Targets';