@eric-emg/symphiq-components 1.2.119 → 1.2.120

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.
@@ -13,7 +13,6 @@ import * as i2$1 from '@angular/forms';
13
13
  import { FormsModule } from '@angular/forms';
14
14
  import { trigger, transition, style, animate } from '@angular/animations';
15
15
  import { toObservable, toSignal, takeUntilDestroyed } from '@angular/core/rxjs-interop';
16
- import { StringMemoizeCache as StringMemoizeCache$1 } from '@symphiq-components/utils/memoize';
17
16
  import { Root, Tooltip, color, Bullet, Circle, Legend, percent, p100, p50 } from '@amcharts/amcharts5';
18
17
  import { XYChart, DateAxis, AxisRendererX, ValueAxis, AxisRendererY, XYCursor, LineSeries, CategoryAxis, ColumnSeries } from '@amcharts/amcharts5/xy';
19
18
  import am5themes_Animated from '@amcharts/amcharts5/themes/Animated';
@@ -54566,7 +54565,7 @@ class DashboardHeaderComponent {
54566
54565
  this.viewModeClick = new EventEmitter();
54567
54566
  this.headerScrollService = inject(HeaderScrollService);
54568
54567
  this.isLightMode = computed(() => this.viewMode === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
54569
- this.dateFormatCache = new StringMemoizeCache$1();
54568
+ this.dateFormatCache = new StringMemoizeCache();
54570
54569
  this.formattedGeneratedDate = computed(() => {
54571
54570
  let formatted = '';
54572
54571
  const createdDate = this.createdDate();