igniteui-webcomponents-dashboards 5.3.0 → 5.4.0

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.
@@ -14,7 +14,7 @@ import { GeographicMapDescriptionModule } from "igniteui-webcomponents-core";
14
14
  export let GeographicMapDashboardTileFeature = /*@__PURE__*/ (() => {
15
15
  class GeographicMapDashboardTileFeature extends Base {
16
16
  static register() {
17
- GeographicMapDashboardTileFeature.registerCore(DashboardTile.bo.context);
17
+ GeographicMapDashboardTileFeature.registerCore(DashboardTile.bs.context);
18
18
  }
19
19
  static registerCore(a) {
20
20
  DashboardTileCommonFeature.a(a);
@@ -14,7 +14,7 @@ import { LinearGaugeDescriptionModule } from "igniteui-webcomponents-core";
14
14
  export let LinearGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
15
15
  class LinearGaugeDashboardTileFeature extends Base {
16
16
  static register() {
17
- LinearGaugeDashboardTileFeature.registerCore(DashboardTile.bo.context);
17
+ LinearGaugeDashboardTileFeature.registerCore(DashboardTile.bs.context);
18
18
  }
19
19
  static registerCore(a) {
20
20
  DashboardTileCommonFeature.a(a);
@@ -15,7 +15,7 @@ import { DataPieChartToolbarDescriptionModule } from "igniteui-webcomponents-cor
15
15
  export let PieChartDashboardTileFeature = /*@__PURE__*/ (() => {
16
16
  class PieChartDashboardTileFeature extends Base {
17
17
  static register() {
18
- PieChartDashboardTileFeature.registerCore(DashboardTile.bo.context);
18
+ PieChartDashboardTileFeature.registerCore(DashboardTile.bs.context);
19
19
  }
20
20
  static registerCore(a) {
21
21
  DashboardTileCommonFeature.a(a);
@@ -14,7 +14,7 @@ import { RadialGaugeDescriptionModule } from "igniteui-webcomponents-core";
14
14
  export let RadialGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
15
15
  class RadialGaugeDashboardTileFeature extends Base {
16
16
  static register() {
17
- RadialGaugeDashboardTileFeature.registerCore(DashboardTile.bo.context);
17
+ RadialGaugeDashboardTileFeature.registerCore(DashboardTile.bs.context);
18
18
  }
19
19
  static registerCore(a) {
20
20
  DashboardTileCommonFeature.a(a);
@@ -25,6 +25,8 @@ import { IgcDashboardTileSortDescriptionCollection } from "./igc-dashboard-tile-
25
25
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
26
26
  import { IgcDashboardTileCustomizationCollection } from "./igc-dashboard-tile-customization-collection";
27
27
  import { IgcDashboardTileChangingContentEventArgs } from "./igc-dashboard-tile-changing-content-event-args";
28
+ import { IgcTrendLineTypeCollection } from "igniteui-webcomponents-charts";
29
+ import { TrendLineTypeCollection as TrendLineTypeCollection_internal } from "igniteui-webcomponents-charts";
28
30
  export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
29
31
  class IgcDashboardTileComponent extends IgcHTMLElement {
30
32
  set height(value) {
@@ -54,6 +56,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
54
56
  this._queuedSetAttributes = [];
55
57
  this._updatingFromAttribute = false;
56
58
  this._customizations = null;
59
+ this._trendLineTypes = null;
57
60
  this._selectedSeriesItems = null;
58
61
  this._valueLines = null;
59
62
  this.__p = null;
@@ -271,16 +274,16 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
271
274
  * Gets or sets text to display above the plot area.
272
275
  */
273
276
  get tileTitle() {
274
- return this.i.ge;
277
+ return this.i.gj;
275
278
  }
276
279
  set tileTitle(v) {
277
- this.i.ge = v;
280
+ this.i.gj = v;
278
281
  }
279
282
  /**
280
283
  * Gets the initial sorts that are applied to the chart.
281
284
  */
282
285
  get initialSortDescriptions() {
283
- const r = this.i.aw;
286
+ const r = this.i.a0;
284
287
  if (r == null) {
285
288
  return null;
286
289
  }
@@ -302,7 +305,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
302
305
  * Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
303
306
  */
304
307
  get initialGroupSortDescriptions() {
305
- const r = this.i.av;
308
+ const r = this.i.az;
306
309
  if (r == null) {
307
310
  return null;
308
311
  }
@@ -324,7 +327,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
324
327
  * Gets the initial groupings that are applied to the chart.
325
328
  */
326
329
  get initialGroupDescriptions() {
327
- const r = this.i.au;
330
+ const r = this.i.ay;
328
331
  if (r == null) {
329
332
  return null;
330
333
  }
@@ -346,7 +349,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
346
349
  * Gets the initial filters that are applied to the chart.
347
350
  */
348
351
  get initialFilterExpressions() {
349
- const r = this.i.bj;
352
+ const r = this.i.bn;
350
353
  if (r == null) {
351
354
  return null;
352
355
  }
@@ -368,7 +371,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
368
371
  * Gets the initial highlight filters that are applied to the chart.
369
372
  */
370
373
  get initialHighlightFilterExpressions() {
371
- const r = this.i.bk;
374
+ const r = this.i.bo;
372
375
  if (r == null) {
373
376
  return null;
374
377
  }
@@ -390,7 +393,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
390
393
  * Gets the initial summaries that are applied to the chart.
391
394
  */
392
395
  get initialSummaryDescriptions() {
393
- const r = this.i.a0;
396
+ const r = this.i.a4;
394
397
  if (r == null) {
395
398
  return null;
396
399
  }
@@ -412,61 +415,61 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
412
415
  * Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
413
416
  */
414
417
  get initialSorts() {
415
- return this.i.f2;
418
+ return this.i.f7;
416
419
  }
417
420
  set initialSorts(v) {
418
- this.i.f2 = v;
421
+ this.i.f7 = v;
419
422
  }
420
423
  /**
421
424
  * Gets or sets the sorts to apply after grouping has been applied.
422
425
  */
423
426
  get groupSorts() {
424
- return this.i.fr;
427
+ return this.i.fw;
425
428
  }
426
429
  set groupSorts(v) {
427
- this.i.fr = v;
430
+ this.i.fw = v;
428
431
  }
429
432
  /**
430
433
  * Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
431
434
  */
432
435
  get initialGroups() {
433
- return this.i.fy;
436
+ return this.i.f3;
434
437
  }
435
438
  set initialGroups(v) {
436
- this.i.fy = v;
439
+ this.i.f3 = v;
437
440
  }
438
441
  /**
439
442
  * Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
440
443
  */
441
444
  get initialFilter() {
442
- return this.i.fw;
445
+ return this.i.f1;
443
446
  }
444
447
  set initialFilter(v) {
445
- this.i.fw = v;
448
+ this.i.f1 = v;
446
449
  }
447
450
  /**
448
451
  * Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
449
452
  */
450
453
  get initialHighlightFilter() {
451
- return this.i.f0;
454
+ return this.i.f5;
452
455
  }
453
456
  set initialHighlightFilter(v) {
454
- this.i.f0 = v;
457
+ this.i.f5 = v;
455
458
  }
456
459
  /**
457
460
  * Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
458
461
  */
459
462
  get initialSummaries() {
460
- return this.i.f4;
463
+ return this.i.f9;
461
464
  }
462
465
  set initialSummaries(v) {
463
- this.i.f4 = v;
466
+ this.i.f9 = v;
464
467
  }
465
468
  /**
466
469
  * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
467
470
  */
468
471
  get sortDescriptions() {
469
- const r = this.i.ax;
472
+ const r = this.i.a1;
470
473
  if (r == null) {
471
474
  return null;
472
475
  }
@@ -485,7 +488,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
485
488
  return r.externalObject;
486
489
  }
487
490
  get groupSortDescriptions() {
488
- const r = this.i.at;
491
+ const r = this.i.ax;
489
492
  if (r == null) {
490
493
  return null;
491
494
  }
@@ -507,7 +510,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
507
510
  * Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
508
511
  */
509
512
  get groupDescriptions() {
510
- const r = this.i.as;
513
+ const r = this.i.aw;
511
514
  if (r == null) {
512
515
  return null;
513
516
  }
@@ -529,7 +532,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
529
532
  * Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
530
533
  */
531
534
  get filterExpressions() {
532
- const r = this.i.bh;
535
+ const r = this.i.bl;
533
536
  if (r == null) {
534
537
  return null;
535
538
  }
@@ -551,7 +554,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
551
554
  * Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
552
555
  */
553
556
  get highlightFilterExpressions() {
554
- const r = this.i.bi;
557
+ const r = this.i.bm;
555
558
  if (r == null) {
556
559
  return null;
557
560
  }
@@ -573,7 +576,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
573
576
  * Gets the current summaries that are applied to the grid.
574
577
  */
575
578
  get summaryDescriptions() {
576
- const r = this.i.a1;
579
+ const r = this.i.a5;
577
580
  if (r == null) {
578
581
  return null;
579
582
  }
@@ -623,11 +626,11 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
623
626
  * Gets or sets whether the dashboard tile should display mock data when the data source has not been provided, if supported for this type of chart.
624
627
  */
625
628
  get shouldDisplayMockData() {
626
- return this.i.de;
629
+ return this.i.dh;
627
630
  }
628
631
  set shouldDisplayMockData(v) {
629
- this.i.de = ensureBool(v);
630
- this._a("shouldDisplayMockData", this.i.de);
632
+ this.i.dh = ensureBool(v);
633
+ this._a("shouldDisplayMockData", this.i.dh);
631
634
  }
632
635
  /**
633
636
  * Gets or sets whether annotations for the final value of each series is displayed on the axis.
@@ -644,32 +647,75 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
644
647
  * This property applies only to these chart types: point, line, spline, and bubble
645
648
  */
646
649
  get trendLineType() {
647
- return this.i.trendLineType;
650
+ return this.i.aj;
648
651
  }
649
652
  set trendLineType(v) {
650
- this.i.trendLineType = ensureEnum(TrendLineType_$type, v);
651
- this._a("trendLineType", enumToString(TrendLineType_$type, this.i.trendLineType));
653
+ this.i.aj = ensureEnum(TrendLineType_$type, v);
654
+ this._a("trendLineType", enumToString(TrendLineType_$type, this.i.aj));
655
+ }
656
+ /**
657
+ * Gets or sets the palette of brushes to used for coloring trend lines in this chart.
658
+ * The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
659
+ */
660
+ get trendLineBrushes() {
661
+ return fromBrushCollection(this.i.z);
662
+ }
663
+ set trendLineBrushes(v) {
664
+ this.i.z = toBrushCollection(v);
665
+ this._a("trendLineBrushes", brushCollectionToString(this.i.z));
666
+ }
667
+ /**
668
+ * Gets or sets what trendlines to use in the chart.
669
+ */
670
+ get trendLineTypes() {
671
+ if (this._trendLineTypes === null) {
672
+ let coll = new IgcTrendLineTypeCollection();
673
+ let innerColl = this.i.trendLineTypes;
674
+ if (!innerColl) {
675
+ innerColl = new TrendLineTypeCollection_internal();
676
+ }
677
+ this._trendLineTypes = coll._fromInner(innerColl);
678
+ this.i.trendLineTypes = innerColl;
679
+ }
680
+ return this._trendLineTypes;
681
+ }
682
+ set trendLineTypes(v) {
683
+ if (this._trendLineTypes !== null) {
684
+ this._trendLineTypes._setSyncTarget(null);
685
+ this._trendLineTypes = null;
686
+ }
687
+ let coll = new IgcTrendLineTypeCollection();
688
+ this._trendLineTypes = coll._fromOuter(v);
689
+ let syncColl = new SyncableObservableCollection$1(TrendLineType_$type);
690
+ let innerColl = this.i.trendLineTypes;
691
+ if (!innerColl) {
692
+ innerColl = new TrendLineTypeCollection_internal();
693
+ }
694
+ syncColl._inner = innerColl;
695
+ syncColl.clear();
696
+ this._trendLineTypes._setSyncTarget(syncColl);
697
+ this.i.trendLineTypes = innerColl;
652
698
  }
653
699
  /**
654
700
  * Gets or sets whether the dashboard tile should use a faded skeleton style for mock data.
655
701
  */
656
702
  get shouldUseSkeletonStyleForMockData() {
657
- return this.i.df;
703
+ return this.i.di;
658
704
  }
659
705
  set shouldUseSkeletonStyleForMockData(v) {
660
- this.i.df = ensureBool(v);
661
- this._a("shouldUseSkeletonStyleForMockData", this.i.df);
706
+ this.i.di = ensureBool(v);
707
+ this._a("shouldUseSkeletonStyleForMockData", this.i.di);
662
708
  }
663
709
  /**
664
710
  * Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse.
665
711
  * This property applies to Category Chart and Financial Chart controls.
666
712
  */
667
713
  get highlightedValuesDisplayMode() {
668
- return this.i.af;
714
+ return this.i.ah;
669
715
  }
670
716
  set highlightedValuesDisplayMode(v) {
671
- this.i.af = ensureEnum(SeriesHighlightedValuesDisplayMode_$type, v);
672
- this._a("highlightedValuesDisplayMode", enumToString(SeriesHighlightedValuesDisplayMode_$type, this.i.af));
717
+ this.i.ah = ensureEnum(SeriesHighlightedValuesDisplayMode_$type, v);
718
+ this._a("highlightedValuesDisplayMode", enumToString(SeriesHighlightedValuesDisplayMode_$type, this.i.ah));
673
719
  }
674
720
  /**
675
721
  * Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.
@@ -715,22 +761,22 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
715
761
  * The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
716
762
  */
717
763
  get brushes() {
718
- return fromBrushCollection(this.i.v);
764
+ return fromBrushCollection(this.i.w);
719
765
  }
720
766
  set brushes(v) {
721
- this.i.v = toBrushCollection(v);
722
- this._a("brushes", brushCollectionToString(this.i.v));
767
+ this.i.w = toBrushCollection(v);
768
+ this._a("brushes", brushCollectionToString(this.i.w));
723
769
  }
724
770
  /**
725
771
  * Gets or sets the palette of brushes to use for outlines on the dashboard tile.
726
772
  * The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
727
773
  */
728
774
  get outlines() {
729
- return fromBrushCollection(this.i.w);
775
+ return fromBrushCollection(this.i.x);
730
776
  }
731
777
  set outlines(v) {
732
- this.i.w = toBrushCollection(v);
733
- this._a("outlines", brushCollectionToString(this.i.w));
778
+ this.i.x = toBrushCollection(v);
779
+ this._a("outlines", brushCollectionToString(this.i.x));
734
780
  }
735
781
  /**
736
782
  * Gets the currently selected data items. Adding or removing data items from this collection will
@@ -769,31 +815,31 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
769
815
  * Gets the actual palette of brushes to use for coloring the chart series.
770
816
  */
771
817
  get actualBrushes() {
772
- return fromBrushCollection(this.i.t);
818
+ return fromBrushCollection(this.i.u);
773
819
  }
774
820
  set actualBrushes(v) {
775
- this.i.t = toBrushCollection(v);
776
- this._a("actualBrushes", brushCollectionToString(this.i.t));
821
+ this.i.u = toBrushCollection(v);
822
+ this._a("actualBrushes", brushCollectionToString(this.i.u));
777
823
  }
778
824
  /**
779
825
  * Gets the actual palette of brushes to use for outlines on the chart series.
780
826
  */
781
827
  get actualOutlines() {
782
- return fromBrushCollection(this.i.u);
828
+ return fromBrushCollection(this.i.v);
783
829
  }
784
830
  set actualOutlines(v) {
785
- this.i.u = toBrushCollection(v);
786
- this._a("actualOutlines", brushCollectionToString(this.i.u));
831
+ this.i.v = toBrushCollection(v);
832
+ this._a("actualOutlines", brushCollectionToString(this.i.v));
787
833
  }
788
834
  /**
789
835
  * Gets the brush to use for the Category axis major strokes, if applicable.
790
836
  */
791
837
  get categoryAxisMajorStroke() {
792
- return brushToString(this.i.ik);
838
+ return brushToString(this.i.it);
793
839
  }
794
840
  set categoryAxisMajorStroke(v) {
795
- this.i.ik = stringToBrush(v);
796
- this._a("categoryAxisMajorStroke", brushToString(this.i.ik));
841
+ this.i.it = stringToBrush(v);
842
+ this._a("categoryAxisMajorStroke", brushToString(this.i.it));
797
843
  }
798
844
  /**
799
845
  * Gets or sets what value lines to use in the chart.
@@ -842,31 +888,31 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
842
888
  * Gets or sets the color for GlobalAverage value lines.
843
889
  */
844
890
  get valueLinesGlobalAverageBrush() {
845
- return brushToString(this.i.il);
891
+ return brushToString(this.i.iu);
846
892
  }
847
893
  set valueLinesGlobalAverageBrush(v) {
848
- this.i.il = stringToBrush(v);
849
- this._a("valueLinesGlobalAverageBrush", brushToString(this.i.il));
894
+ this.i.iu = stringToBrush(v);
895
+ this._a("valueLinesGlobalAverageBrush", brushToString(this.i.iu));
850
896
  }
851
897
  /**
852
898
  * Gets or sets the color for GlobalMinimum value lines.
853
899
  */
854
900
  get valueLinesGlobalMinimumBrush() {
855
- return brushToString(this.i.io);
901
+ return brushToString(this.i.iw);
856
902
  }
857
903
  set valueLinesGlobalMinimumBrush(v) {
858
- this.i.io = stringToBrush(v);
859
- this._a("valueLinesGlobalMinimumBrush", brushToString(this.i.io));
904
+ this.i.iw = stringToBrush(v);
905
+ this._a("valueLinesGlobalMinimumBrush", brushToString(this.i.iw));
860
906
  }
861
907
  /**
862
908
  * Gets or sets the color for GlobalMaximum value lines.
863
909
  */
864
910
  get valueLinesGlobalMaximumBrush() {
865
- return brushToString(this.i.im);
911
+ return brushToString(this.i.iv);
866
912
  }
867
913
  set valueLinesGlobalMaximumBrush(v) {
868
- this.i.im = stringToBrush(v);
869
- this._a("valueLinesGlobalMaximumBrush", brushToString(this.i.im));
914
+ this.i.iv = stringToBrush(v);
915
+ this._a("valueLinesGlobalMaximumBrush", brushToString(this.i.iv));
870
916
  }
871
917
  /**
872
918
  * Gets or sets if the auto value callouts should be displayed.
@@ -912,57 +958,57 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
912
958
  * Gets or sets the crosshairs to be displayed.
913
959
  */
914
960
  get visualizationType() {
915
- return this.i.a6;
961
+ return this.i.ba;
916
962
  }
917
963
  set visualizationType(v) {
918
- this.i.a6 = ensureEnum(DashboardTileVisualizationType_$type, v);
919
- this._a("visualizationType", enumToString(DashboardTileVisualizationType_$type, this.i.a6));
964
+ this.i.ba = ensureEnum(DashboardTileVisualizationType_$type, v);
965
+ this._a("visualizationType", enumToString(DashboardTileVisualizationType_$type, this.i.ba));
920
966
  }
921
967
  /**
922
968
  * Gets or sets the crosshairs to be displayed.
923
969
  */
924
970
  get validVisualizationTypePriorityThreshold() {
925
- return this.i.d7;
971
+ return this.i.ec;
926
972
  }
927
973
  set validVisualizationTypePriorityThreshold(v) {
928
- this.i.d7 = +v;
929
- this._a("validVisualizationTypePriorityThreshold", this.i.d7);
974
+ this.i.ec = +v;
975
+ this._a("validVisualizationTypePriorityThreshold", this.i.ec);
930
976
  }
931
977
  /**
932
978
  * Gets or sets the base built in theme to use for the checkbox.
933
979
  */
934
980
  get baseTheme() {
935
- return this.i.bt;
981
+ return this.i.bx;
936
982
  }
937
983
  set baseTheme(v) {
938
- this.i.bt = ensureEnum(BaseControlTheme_$type, v);
939
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.bt));
984
+ this.i.bx = ensureEnum(BaseControlTheme_$type, v);
985
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.bx));
940
986
  }
941
987
  /**
942
988
  * Gets or sets the display density to use for the toolbar.
943
989
  */
944
990
  get density() {
945
- return this.i.bv;
991
+ return this.i.bz;
946
992
  }
947
993
  set density(v) {
948
- this.i.bv = ensureEnum(ControlDisplayDensity_$type, v);
949
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.bv));
994
+ this.i.bz = ensureEnum(ControlDisplayDensity_$type, v);
995
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.bz));
950
996
  }
951
997
  /**
952
998
  * Gets or sets the color to use for the background of the component.
953
999
  */
954
1000
  get backgroundColor() {
955
- return brushToString(this.i.ij);
1001
+ return brushToString(this.i.is);
956
1002
  }
957
1003
  set backgroundColor(v) {
958
- this.i.ij = stringToBrush(v);
959
- this._a("backgroundColor", brushToString(this.i.ij));
1004
+ this.i.is = stringToBrush(v);
1005
+ this._a("backgroundColor", brushToString(this.i.is));
960
1006
  }
961
1007
  get isVisTypeStacked() {
962
- return this.i.c9;
1008
+ return this.i.dc;
963
1009
  }
964
1010
  get isVisTypeRadial() {
965
- return this.i.c8;
1011
+ return this.i.db;
966
1012
  }
967
1013
  findByName(name) {
968
1014
  if (this.findEphemera) {
@@ -1009,6 +1055,9 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
1009
1055
  if (this.summaryDescriptions != null && this.summaryDescriptions.findByName && this.summaryDescriptions.findByName(name)) {
1010
1056
  return this.summaryDescriptions.findByName(name);
1011
1057
  }
1058
+ if (this.trendLineTypes != null && this.trendLineTypes.findByName && this.trendLineTypes.findByName(name)) {
1059
+ return this.trendLineTypes.findByName(name);
1060
+ }
1012
1061
  if (this.selectedSeriesItems != null && this.selectedSeriesItems.findByName && this.selectedSeriesItems.findByName(name)) {
1013
1062
  return this.selectedSeriesItems.findByName(name);
1014
1063
  }
@@ -1071,21 +1120,21 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
1071
1120
  this._inStyling = false;
1072
1121
  }
1073
1122
  updateSettingsValue(key, value) {
1074
- this.i.h9(key, value);
1123
+ this.i.ii(key, value);
1075
1124
  }
1076
1125
  getSettingsValue(key) {
1077
- let iv = this.i.er(key);
1126
+ let iv = this.i.ew(key);
1078
1127
  return (iv);
1079
1128
  }
1080
1129
  hasModifiedSettings() {
1081
- let iv = this.i.ct();
1130
+ let iv = this.i.cw();
1082
1131
  return (iv);
1083
1132
  }
1084
1133
  clearSettings() {
1085
- this.i.gx();
1134
+ this.i.g4();
1086
1135
  }
1087
1136
  removeSettingsValue(key) {
1088
- this.i.hx(key);
1137
+ this.i.h4(key);
1089
1138
  }
1090
1139
  zoomIn(percentage) {
1091
1140
  this.i.zoomIn(percentage);
@@ -1105,7 +1154,7 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
1105
1154
  this.i.resetZoom();
1106
1155
  }
1107
1156
  onUIReady() {
1108
- this.i.hq();
1157
+ this.i.hx();
1109
1158
  }
1110
1159
  getDesiredToolbarActions() {
1111
1160
  let iv = this.i.getDesiredToolbarActions();
@@ -43,7 +43,7 @@ var DataChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_supe
43
43
  return _super !== null && _super.apply(this, arguments) || this;
44
44
  }
45
45
  DataChartDashboardTileFeature.register = function () {
46
- DataChartDashboardTileFeature.registerCore(DashboardTile.bo.context);
46
+ DataChartDashboardTileFeature.registerCore(DashboardTile.bs.context);
47
47
  };
48
48
  DataChartDashboardTileFeature.registerCore = function (a) {
49
49
  DashboardTileCommonFeature.a(a);