igniteui-webcomponents-dashboards 6.0.0 → 6.0.1

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.
Files changed (37) hide show
  1. package/bundles/igniteui-webcomponents-dashboards.umd.js +1280 -1300
  2. package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
  3. package/esm2015/lib/DashboardTile.js +1 -1
  4. package/esm2015/lib/DashboardTileCustomization.js +1 -1
  5. package/esm2015/lib/DashboardTileCustomizationCollection.js +1 -1
  6. package/esm2015/lib/DashboardTileToolbarProvider.js +1 -1
  7. package/esm2015/lib/DashboardTileView.js +1 -1
  8. package/esm2015/lib/{DataSeriesToDescriptionAdapter_combined.js → DashboardTileView_combined.js} +266 -2206
  9. package/esm2015/lib/DataSeriesToDescriptionAdapter.js +1565 -1
  10. package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +140 -1
  11. package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +79 -1
  12. package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +179 -1
  13. package/esm2015/lib/igc-dashboard-tile-component.js +16 -16
  14. package/esm5/lib/DashboardTile.js +1 -1
  15. package/esm5/lib/DashboardTileCustomization.js +1 -1
  16. package/esm5/lib/DashboardTileCustomizationCollection.js +1 -1
  17. package/esm5/lib/DashboardTileToolbarProvider.js +1 -1
  18. package/esm5/lib/DashboardTileView.js +1 -1
  19. package/esm5/lib/{DataSeriesToDescriptionAdapter_combined.js → DashboardTileView_combined.js} +387 -2513
  20. package/esm5/lib/DataSeriesToDescriptionAdapter.js +1590 -1
  21. package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +162 -1
  22. package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +105 -1
  23. package/esm5/lib/DataSeriesToDescriptionCustomizations.js +280 -1
  24. package/esm5/lib/igc-dashboard-tile-component.js +16 -16
  25. package/fesm2015/igniteui-webcomponents-dashboards.js +681 -685
  26. package/fesm5/igniteui-webcomponents-dashboards.js +1281 -1301
  27. package/lib/DashboardTile.d.ts +1 -1
  28. package/lib/DashboardTileCustomization.d.ts +1 -1
  29. package/lib/DashboardTileCustomizationCollection.d.ts +1 -1
  30. package/lib/DashboardTileToolbarProvider.d.ts +1 -1
  31. package/lib/DashboardTileView.d.ts +1 -1
  32. package/lib/{DataSeriesToDescriptionAdapter_combined.d.ts → DashboardTileView_combined.d.ts} +33 -179
  33. package/lib/DataSeriesToDescriptionAdapter.d.ts +63 -1
  34. package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -1
  35. package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -1
  36. package/lib/DataSeriesToDescriptionCustomizations.d.ts +23 -1
  37. package/package.json +8 -9
@@ -11,49 +11,6 @@
11
11
  (global = global || self, factory(global['igniteui-webcomponents-dashboards'] = {}, global.tslib, global.igniteuiWebcomponentsCore, global.igniteuiWebcomponentsCharts, global.igniteuiWebcomponentsLayouts, global.igniteuiWebcomponentsInputs, global.igniteuiWebcomponentsDataGrids, global.igniteuiWebcomponentsGauges, global.igniteuiWebcomponentsMaps));
12
12
  }(this, (function (exports, tslib, igniteuiWebcomponentsCore, igniteuiWebcomponentsCharts, igniteuiWebcomponentsLayouts, igniteuiWebcomponentsInputs, igniteuiWebcomponentsDataGrids, igniteuiWebcomponentsGauges, igniteuiWebcomponentsMaps) { 'use strict';
13
13
 
14
- /*
15
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
16
- https://www.infragistics.com/legal/license/igultimate-la
17
- https://www.infragistics.com/legal/license/igultimate-eula
18
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
19
- */
20
- /**
21
- * @hidden
22
- */
23
- var DescriptionValueLookupHelper = /** @class */ /*@__PURE__*/ (function (_super) {
24
- tslib.__extends(DescriptionValueLookupHelper, _super);
25
- function DescriptionValueLookupHelper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
27
- }
28
- Object.defineProperty(DescriptionValueLookupHelper, "b", {
29
- get: function () {
30
- if (DescriptionValueLookupHelper.a == null) {
31
- DescriptionValueLookupHelper.a = new DescriptionValueLookupHelper();
32
- }
33
- return DescriptionValueLookupHelper.a;
34
- },
35
- enumerable: false,
36
- configurable: true
37
- });
38
- DescriptionValueLookupHelper.prototype.c = function (a, b) {
39
- if (a == null) {
40
- return null;
41
- }
42
- b = igniteuiWebcomponentsCore.TypeDescriptionContext.aa(b);
43
- return a[b];
44
- };
45
- DescriptionValueLookupHelper.prototype.d = function (a, b, c) {
46
- if (a == null) {
47
- return null;
48
- }
49
- b = igniteuiWebcomponentsCore.TypeDescriptionContext.aa(b);
50
- return a[b] = c;
51
- };
52
- DescriptionValueLookupHelper.$t = igniteuiWebcomponentsCore.markType(DescriptionValueLookupHelper, 'DescriptionValueLookupHelper');
53
- DescriptionValueLookupHelper.a = null;
54
- return DescriptionValueLookupHelper;
55
- }(igniteuiWebcomponentsCore.Base));
56
-
57
14
  /*
58
15
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
59
16
  https://www.infragistics.com/legal/license/igultimate-la
@@ -628,144 +585,664 @@
628
585
  /**
629
586
  * @hidden
630
587
  */
631
- var DashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
632
- tslib.__extends(DashboardTileChangingContentEventArgs, _super);
633
- function DashboardTileChangingContentEventArgs() {
634
- var _this = _super.call(this) || this;
635
- _this._contentJson = null;
636
- return _this;
637
- }
638
- Object.defineProperty(DashboardTileChangingContentEventArgs.prototype, "contentJson", {
639
- get: function () {
640
- return this._contentJson;
641
- },
642
- set: function (a) {
643
- this._contentJson = a;
644
- },
645
- enumerable: false,
646
- configurable: true
647
- });
648
- DashboardTileChangingContentEventArgs.$t = igniteuiWebcomponentsCore.markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
649
- return DashboardTileChangingContentEventArgs;
650
- }(igniteuiWebcomponentsCore.Base));
651
-
652
- /*
653
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
654
- https://www.infragistics.com/legal/license/igultimate-la
655
- https://www.infragistics.com/legal/license/igultimate-eula
656
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
657
- */
658
- /**
659
- * @hidden
660
- */
661
- var DashboardTilePrimitiveValueWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
662
- tslib.__extends(DashboardTilePrimitiveValueWrapper, _super);
663
- function DashboardTilePrimitiveValueWrapper() {
664
- var _this = _super !== null && _super.apply(this, arguments) || this;
665
- _this.value = 0;
666
- return _this;
667
- }
668
- DashboardTilePrimitiveValueWrapper.$t = igniteuiWebcomponentsCore.markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
669
- return DashboardTilePrimitiveValueWrapper;
670
- }(igniteuiWebcomponentsCore.Base));
671
-
672
- /*
673
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
674
- https://www.infragistics.com/legal/license/igultimate-la
675
- https://www.infragistics.com/legal/license/igultimate-eula
676
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
677
- */
678
- /**
679
- * @hidden
680
- */
681
- var DashboardTileGalleryIconInfo = /** @class */ /*@__PURE__*/ (function (_super) {
682
- tslib.__extends(DashboardTileGalleryIconInfo, _super);
683
- function DashboardTileGalleryIconInfo() {
684
- var _this = _super !== null && _super.apply(this, arguments) || this;
685
- _this.b = null;
686
- _this.c = null;
687
- _this.a = 0;
688
- return _this;
689
- }
690
- DashboardTileGalleryIconInfo.$t = igniteuiWebcomponentsCore.markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
691
- return DashboardTileGalleryIconInfo;
692
- }(igniteuiWebcomponentsCore.Base));
693
-
694
- /*
695
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
696
- https://www.infragistics.com/legal/license/igultimate-la
697
- https://www.infragistics.com/legal/license/igultimate-eula
698
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
699
- */
700
- /**
701
- * @hidden
702
- */
703
- var DataSeriesToDescriptionAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
704
- tslib.__extends(DataSeriesToDescriptionAdapter, _super);
705
- function DataSeriesToDescriptionAdapter(a) {
588
+ var DataSeriesToDescriptionCustomizations = /** @class */ /*@__PURE__*/ (function (_super) {
589
+ tslib.__extends(DataSeriesToDescriptionCustomizations, _super);
590
+ function DataSeriesToDescriptionCustomizations(a) {
591
+ var e_1, _a, e_2, _b, e_3, _c;
706
592
  var _this = _super.call(this) || this;
707
- _this.ab = null;
708
- _this.ac = null;
709
- _this.i = null;
710
- _this.g = null;
711
- _this.j = null;
712
- _this.h = null;
713
- _this.f = null;
714
- _this.ab = a;
715
- if (_this.ab.customizations != null) {
716
- _this.az(a.customizations);
593
+ _this.h = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
594
+ _this.e = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$), 0);
595
+ _this.g = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
596
+ _this.d = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Dictionary$2.$.specialize(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$)), 0);
597
+ _this.i = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
598
+ _this.f = new igniteuiWebcomponentsCore.HashSet$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
599
+ _this.j = new igniteuiWebcomponentsCore.List$1(DataSeriesToDescriptionCustomizations.$, 0);
600
+ for (var c = 0; c < a.length; c++) {
601
+ var b = a[c];
602
+ _this.n(b);
603
+ }
604
+ try {
605
+ for (var _d = tslib.__values(igniteuiWebcomponentsCore.fromEnum(_this.h)), _e = _d.next(); !_e.done; _e = _d.next()) {
606
+ var d = _e.value;
607
+ var e = _this.e.item(d);
608
+ _this.m(e);
609
+ }
610
+ }
611
+ catch (e_1_1) {
612
+ e_1 = { error: e_1_1 };
613
+ }
614
+ finally {
615
+ try {
616
+ if (_e && !_e.done && (_a = _d.return))
617
+ _a.call(_d);
618
+ }
619
+ finally {
620
+ if (e_1)
621
+ throw e_1.error;
622
+ }
623
+ }
624
+ try {
625
+ for (var _f = tslib.__values(igniteuiWebcomponentsCore.fromEnum(_this.g)), _g = _f.next(); !_g.done; _g = _f.next()) {
626
+ var f = _g.value;
627
+ var g = _this.d.item(f);
628
+ try {
629
+ for (var _h = (e_3 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(g.keys))), _j = _h.next(); !_j.done; _j = _h.next()) {
630
+ var h = _j.value;
631
+ var i = g.item(h);
632
+ _this.m(i);
633
+ }
634
+ }
635
+ catch (e_3_1) {
636
+ e_3 = { error: e_3_1 };
637
+ }
638
+ finally {
639
+ try {
640
+ if (_j && !_j.done && (_c = _h.return))
641
+ _c.call(_h);
642
+ }
643
+ finally {
644
+ if (e_3)
645
+ throw e_3.error;
646
+ }
647
+ }
648
+ }
649
+ }
650
+ catch (e_2_1) {
651
+ e_2 = { error: e_2_1 };
652
+ }
653
+ finally {
654
+ try {
655
+ if (_g && !_g.done && (_b = _f.return))
656
+ _b.call(_f);
657
+ }
658
+ finally {
659
+ if (e_2)
660
+ throw e_2.error;
661
+ }
717
662
  }
718
663
  return _this;
719
664
  }
720
- DataSeriesToDescriptionAdapter.prototype.az = function (a) {
721
- this.ac = a;
722
- };
723
- DataSeriesToDescriptionAdapter.prototype.getMainContent = function (a) {
724
- var b = this.e(a);
725
- switch (b) {
726
- case 0:
727
- this.i = this.m(a);
728
- return this.i;
729
- case 1:
730
- this.i = this.x(a);
731
- return this.i;
732
- case 3:
733
- this.i = this.z(a);
734
- return this.i;
735
- case 4:
736
- this.i = this.u(a);
737
- return this.i;
738
- case 2:
739
- this.i = this.q(a);
740
- return this.i;
665
+ DataSeriesToDescriptionCustomizations.prototype.m = function (a) {
666
+ var e_4, _a;
667
+ try {
668
+ for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
669
+ var b = _c.value;
670
+ if (b.order != -1) {
671
+ a.aa(function (c, d) {
672
+ if (c.order < d.order) {
673
+ return -1;
674
+ }
675
+ else if (c.order > d.order) {
676
+ return 1;
677
+ }
678
+ else {
679
+ return 0;
680
+ }
681
+ });
682
+ return;
683
+ }
684
+ }
741
685
  }
742
- this.i = this.m(a);
743
- return this.i;
744
- };
745
- DataSeriesToDescriptionAdapter.prototype.getEditorContent = function (a) {
746
- var b = this.e(a);
747
- switch (b) {
748
- case 0:
749
- this.f = this.l(a);
750
- return this.f;
751
- case 1:
752
- this.f = this.w(a);
753
- return this.f;
754
- case 3:
755
- this.f = this.y(a);
756
- return this.f;
757
- case 4:
758
- this.f = this.t(a);
759
- return this.f;
760
- case 2:
761
- this.f = this.p(a);
762
- return this.f;
686
+ catch (e_4_1) {
687
+ e_4 = { error: e_4_1 };
763
688
  }
764
- return this.m(a);
765
- };
766
- DataSeriesToDescriptionAdapter.prototype.p = function (a) {
767
- return null;
768
- };
689
+ finally {
690
+ try {
691
+ if (_c && !_c.done && (_a = _b.return))
692
+ _a.call(_b);
693
+ }
694
+ finally {
695
+ if (e_4)
696
+ throw e_4.error;
697
+ }
698
+ }
699
+ };
700
+ DataSeriesToDescriptionCustomizations.prototype.n = function (a) {
701
+ if (a.matchType == null) {
702
+ return;
703
+ }
704
+ if (a.e != null) {
705
+ if (!this.f.contains(a)) {
706
+ this.f.add_1(a);
707
+ this.i.add(a);
708
+ }
709
+ }
710
+ if (a.isCollectionInsertionAtEnd || a.isCollectionInsertionAtIndex || a.isCollectionInsertionAtStart) {
711
+ if (!this.d.containsKey(a.matchType)) {
712
+ this.d.item(a.matchType, new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$), 0));
713
+ this.g.add(a.matchType);
714
+ }
715
+ if (!this.d.item(a.matchType).containsKey(a.propertyName)) {
716
+ this.d.item(a.matchType).item(a.propertyName, new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0));
717
+ }
718
+ this.d.item(a.matchType).item(a.propertyName).add(a);
719
+ }
720
+ else {
721
+ if (!this.e.containsKey(a.matchType)) {
722
+ this.e.item(a.matchType, new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0));
723
+ this.h.add(a.matchType);
724
+ }
725
+ this.e.item(a.matchType).add(a);
726
+ }
727
+ };
728
+ DataSeriesToDescriptionCustomizations.prototype.hasCustomizationsFor = function (a) {
729
+ if (this.e.containsKey(a) || this.d.containsKey(a) || this.e.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", "")) || this.d.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""))) {
730
+ return true;
731
+ }
732
+ for (var b = 0; b < this.j.count; b++) {
733
+ if (this.j._inner[b].hasCustomizationsFor(a)) {
734
+ return true;
735
+ }
736
+ }
737
+ return false;
738
+ };
739
+ DataSeriesToDescriptionCustomizations.prototype.getPropertyCustomizations = function (a) {
740
+ var b = null;
741
+ if (this.e.containsKey(a)) {
742
+ var c = this.e.item(a);
743
+ if (c != null) {
744
+ if (b == null) {
745
+ b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
746
+ }
747
+ for (var d = 0; d < c.count; d++) {
748
+ b.add(c._inner[d]);
749
+ }
750
+ }
751
+ }
752
+ if (this.e.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""))) {
753
+ var e = this.e.item(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""));
754
+ if (e != null) {
755
+ if (b == null) {
756
+ b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
757
+ }
758
+ for (var f = 0; f < e.count; f++) {
759
+ b.add(e._inner[f]);
760
+ }
761
+ }
762
+ }
763
+ for (var g = 0; g < this.j.count; g++) {
764
+ var h = this.j._inner[g].getPropertyCustomizations(a);
765
+ if (h != null) {
766
+ if (b == null) {
767
+ b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
768
+ }
769
+ for (var i = 0; i < h.length; i++) {
770
+ b.add(h[i]);
771
+ }
772
+ }
773
+ }
774
+ return b != null ? b.toArray() : null;
775
+ };
776
+ DataSeriesToDescriptionCustomizations.prototype.getCollectionModifiers = function (a) {
777
+ var e_5, _a, e_6, _b;
778
+ var b = null;
779
+ if (this.d.containsKey(a)) {
780
+ try {
781
+ for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.d.item(a).keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
782
+ var c = _d.value;
783
+ var d = this.d.item(a).item(c);
784
+ if (b == null) {
785
+ b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
786
+ }
787
+ for (var e = 0; e < d.count; e++) {
788
+ b.add(d._inner[e]);
789
+ }
790
+ }
791
+ }
792
+ catch (e_5_1) {
793
+ e_5 = { error: e_5_1 };
794
+ }
795
+ finally {
796
+ try {
797
+ if (_d && !_d.done && (_a = _c.return))
798
+ _a.call(_c);
799
+ }
800
+ finally {
801
+ if (e_5)
802
+ throw e_5.error;
803
+ }
804
+ }
805
+ return b.toArray();
806
+ }
807
+ if (this.d.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""))) {
808
+ try {
809
+ for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.d.item(igniteuiWebcomponentsCore.stringReplace(a, "Description", "")).keys)), _f = _e.next(); !_f.done; _f = _e.next()) {
810
+ var f = _f.value;
811
+ var g = this.d.item(igniteuiWebcomponentsCore.stringReplace(a, "Description", "")).item(f);
812
+ if (b == null) {
813
+ b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
814
+ }
815
+ for (var h = 0; h < g.count; h++) {
816
+ b.add(g._inner[h]);
817
+ }
818
+ }
819
+ }
820
+ catch (e_6_1) {
821
+ e_6 = { error: e_6_1 };
822
+ }
823
+ finally {
824
+ try {
825
+ if (_f && !_f.done && (_b = _e.return))
826
+ _b.call(_e);
827
+ }
828
+ finally {
829
+ if (e_6)
830
+ throw e_6.error;
831
+ }
832
+ }
833
+ return b.toArray();
834
+ }
835
+ for (var i = 0; i < this.j.count; i++) {
836
+ var j = this.j._inner[i].getPropertyCustomizations(a);
837
+ if (j != null) {
838
+ if (b == null) {
839
+ b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
840
+ }
841
+ for (var k = 0; k < j.length; k++) {
842
+ b.add(j[k]);
843
+ }
844
+ }
845
+ }
846
+ return null;
847
+ };
848
+ DataSeriesToDescriptionCustomizations.prototype.clearOtherCustomizations = function () {
849
+ this.j.clear();
850
+ };
851
+ DataSeriesToDescriptionCustomizations.prototype.addOtherCustomizations = function (a) {
852
+ this.j.add(a);
853
+ };
854
+ DataSeriesToDescriptionCustomizations.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations');
855
+ return DataSeriesToDescriptionCustomizations;
856
+ }(igniteuiWebcomponentsCore.Base));
857
+
858
+ /*
859
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
860
+ https://www.infragistics.com/legal/license/igultimate-la
861
+ https://www.infragistics.com/legal/license/igultimate-eula
862
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
863
+ */
864
+ /**
865
+ * @hidden
866
+ */
867
+ var DataSeriesToDescriptionAdapterSettings = /** @class */ /*@__PURE__*/ (function (_super) {
868
+ tslib.__extends(DataSeriesToDescriptionAdapterSettings, _super);
869
+ function DataSeriesToDescriptionAdapterSettings() {
870
+ var _this = _super !== null && _super.apply(this, arguments) || this;
871
+ _this._customizations = null;
872
+ _this._originalData = null;
873
+ _this._context = null;
874
+ _this._shouldStackCategories = false;
875
+ _this._shouldPreferRadialCategories = false;
876
+ _this._refNamespace = null;
877
+ _this.g = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Delegate_$type, 0);
878
+ _this.h = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
879
+ return _this;
880
+ }
881
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "customizations", {
882
+ get: function () {
883
+ return this._customizations;
884
+ },
885
+ set: function (a) {
886
+ this._customizations = a;
887
+ },
888
+ enumerable: false,
889
+ configurable: true
890
+ });
891
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "originalData", {
892
+ get: function () {
893
+ return this._originalData;
894
+ },
895
+ set: function (a) {
896
+ this._originalData = a;
897
+ },
898
+ enumerable: false,
899
+ configurable: true
900
+ });
901
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "context", {
902
+ get: function () {
903
+ return this._context;
904
+ },
905
+ set: function (a) {
906
+ this._context = a;
907
+ },
908
+ enumerable: false,
909
+ configurable: true
910
+ });
911
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "shouldStackCategories", {
912
+ get: function () {
913
+ return this._shouldStackCategories;
914
+ },
915
+ set: function (a) {
916
+ this._shouldStackCategories = a;
917
+ },
918
+ enumerable: false,
919
+ configurable: true
920
+ });
921
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "shouldPreferRadialCategories", {
922
+ get: function () {
923
+ return this._shouldPreferRadialCategories;
924
+ },
925
+ set: function (a) {
926
+ this._shouldPreferRadialCategories = a;
927
+ },
928
+ enumerable: false,
929
+ configurable: true
930
+ });
931
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "refNamespace", {
932
+ get: function () {
933
+ return this._refNamespace;
934
+ },
935
+ set: function (a) {
936
+ this._refNamespace = a;
937
+ },
938
+ enumerable: false,
939
+ configurable: true
940
+ });
941
+ DataSeriesToDescriptionAdapterSettings.prototype.a = function (a) {
942
+ if (this.g.containsKey(a)) {
943
+ return this.g.item(a);
944
+ }
945
+ return null;
946
+ };
947
+ DataSeriesToDescriptionAdapterSettings.prototype.addCoercion = function (a, b) {
948
+ this.g.item(a, b);
949
+ };
950
+ DataSeriesToDescriptionAdapterSettings.prototype.hasSettingsValue = function (a) {
951
+ return this.h.containsKey(a);
952
+ };
953
+ DataSeriesToDescriptionAdapterSettings.prototype.getSettingsValue = function (a) {
954
+ return this.h.item(a);
955
+ };
956
+ DataSeriesToDescriptionAdapterSettings.prototype.setSettingsValue = function (a, b) {
957
+ this.h.item(a, b);
958
+ };
959
+ DataSeriesToDescriptionAdapterSettings.prototype.m = function (a) {
960
+ this.h = a;
961
+ };
962
+ DataSeriesToDescriptionAdapterSettings.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings');
963
+ return DataSeriesToDescriptionAdapterSettings;
964
+ }(igniteuiWebcomponentsCore.Base));
965
+
966
+ /*
967
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
968
+ https://www.infragistics.com/legal/license/igultimate-la
969
+ https://www.infragistics.com/legal/license/igultimate-eula
970
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
971
+ */
972
+ /**
973
+ * @hidden
974
+ */
975
+ var DataSeriesToDescriptionAdapterResult = /** @class */ /*@__PURE__*/ (function (_super) {
976
+ tslib.__extends(DataSeriesToDescriptionAdapterResult, _super);
977
+ function DataSeriesToDescriptionAdapterResult(a) {
978
+ var _this = _super.call(this) || this;
979
+ _this.c = null;
980
+ _this._content = null;
981
+ _this._refNames = null;
982
+ _this._refValues = null;
983
+ _this._mainRef = null;
984
+ _this._descriptionType = null;
985
+ _this.f = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Number_$type, 0);
986
+ _this.e = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Base.$, igniteuiWebcomponentsCore.String_$type, 0);
987
+ _this.c = a;
988
+ _this.refNames = new Array(0);
989
+ _this.refValues = new Array(0);
990
+ return _this;
991
+ }
992
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "content", {
993
+ get: function () {
994
+ return this._content;
995
+ },
996
+ set: function (a) {
997
+ this._content = a;
998
+ },
999
+ enumerable: false,
1000
+ configurable: true
1001
+ });
1002
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "refNames", {
1003
+ get: function () {
1004
+ return this._refNames;
1005
+ },
1006
+ set: function (a) {
1007
+ this._refNames = a;
1008
+ },
1009
+ enumerable: false,
1010
+ configurable: true
1011
+ });
1012
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "refValues", {
1013
+ get: function () {
1014
+ return this._refValues;
1015
+ },
1016
+ set: function (a) {
1017
+ this._refValues = a;
1018
+ },
1019
+ enumerable: false,
1020
+ configurable: true
1021
+ });
1022
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "mainRef", {
1023
+ get: function () {
1024
+ return this._mainRef;
1025
+ },
1026
+ set: function (a) {
1027
+ this._mainRef = a;
1028
+ },
1029
+ enumerable: false,
1030
+ configurable: true
1031
+ });
1032
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "descriptionType", {
1033
+ get: function () {
1034
+ return this._descriptionType;
1035
+ },
1036
+ set: function (a) {
1037
+ this._descriptionType = a;
1038
+ },
1039
+ enumerable: false,
1040
+ configurable: true
1041
+ });
1042
+ DataSeriesToDescriptionAdapterResult.prototype.h = function (a, b, c) {
1043
+ var d = (c ? "Vertical" : "") + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesAxisType_$type, a) + "_" + (b ? "primary" : "secondary") + "_";
1044
+ if (!this.f.containsKey(d)) {
1045
+ this.f.item(d, 0);
1046
+ }
1047
+ var e = this.f.item(d);
1048
+ var f = d + "_" + e;
1049
+ this.f.item(d, e + 1);
1050
+ return f;
1051
+ };
1052
+ DataSeriesToDescriptionAdapterResult.prototype.k = function (a) {
1053
+ var b = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesType_$type, a) + "_";
1054
+ if (!this.f.containsKey(b)) {
1055
+ this.f.item(b, 0);
1056
+ }
1057
+ var c = this.f.item(b);
1058
+ var d = b + "_" + c;
1059
+ this.f.item(b, c + 1);
1060
+ return d;
1061
+ };
1062
+ DataSeriesToDescriptionAdapterResult.prototype.m = function (a) {
1063
+ if (a == null) {
1064
+ return null;
1065
+ }
1066
+ if (!this.e.containsKey(a)) {
1067
+ this.e.item(a, igniteuiWebcomponentsCore.Guid.newGuid().toString());
1068
+ var b = new Array(this.refNames.length + 1);
1069
+ var c = new Array(this.refValues.length + 1);
1070
+ for (var d = 0; d < this.refNames.length; d++) {
1071
+ b[d] = this.refNames[d];
1072
+ }
1073
+ for (var e = 0; e < this.refValues.length; e++) {
1074
+ c[e] = this.refValues[e];
1075
+ }
1076
+ b[b.length - 1] = this.e.item(a);
1077
+ c[c.length - 1] = a;
1078
+ this.refNames = b;
1079
+ this.refValues = c;
1080
+ }
1081
+ var f = this.e.item(a);
1082
+ return f;
1083
+ };
1084
+ DataSeriesToDescriptionAdapterResult.prototype.i = function (a) {
1085
+ var b = a.suggestedPrimaryAxis;
1086
+ var c = false;
1087
+ if (a.suggestedSeries == 3) {
1088
+ c = true;
1089
+ }
1090
+ var d = (c ? "Vertical" : "") + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesAxisType_$type, b) + "_" + (true ? "primary" : "secondary") + "_";
1091
+ if (!this.f.containsKey(d)) {
1092
+ this.f.item(d, 0);
1093
+ }
1094
+ var e = this.f.item(d);
1095
+ if (e > 0) {
1096
+ e--;
1097
+ }
1098
+ var f = d + "_" + e;
1099
+ if (this.c.refNamespace != null) {
1100
+ f = this.c.refNamespace + "/" + f;
1101
+ }
1102
+ return f;
1103
+ };
1104
+ DataSeriesToDescriptionAdapterResult.prototype.j = function (a) {
1105
+ var b = a.suggestedSecondaryAxis;
1106
+ var c = false;
1107
+ if (a.suggestedSeries == 3) {
1108
+ c = true;
1109
+ }
1110
+ var d = (c ? "Vertical" : "") + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesAxisType_$type, b) + "_" + (false ? "primary" : "secondary") + "_";
1111
+ if (!this.f.containsKey(d)) {
1112
+ this.f.item(d, 0);
1113
+ }
1114
+ var e = this.f.item(d);
1115
+ if (e > 0) {
1116
+ e--;
1117
+ }
1118
+ var f = d + "_" + e;
1119
+ if (this.c.refNamespace != null) {
1120
+ f = this.c.refNamespace + "/" + f;
1121
+ }
1122
+ return f;
1123
+ };
1124
+ DataSeriesToDescriptionAdapterResult.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult');
1125
+ return DataSeriesToDescriptionAdapterResult;
1126
+ }(igniteuiWebcomponentsCore.Base));
1127
+
1128
+ /*
1129
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
1130
+ https://www.infragistics.com/legal/license/igultimate-la
1131
+ https://www.infragistics.com/legal/license/igultimate-eula
1132
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
1133
+ */
1134
+ /**
1135
+ * @hidden
1136
+ */
1137
+ var DescriptionValueLookupHelper = /** @class */ /*@__PURE__*/ (function (_super) {
1138
+ tslib.__extends(DescriptionValueLookupHelper, _super);
1139
+ function DescriptionValueLookupHelper() {
1140
+ return _super !== null && _super.apply(this, arguments) || this;
1141
+ }
1142
+ Object.defineProperty(DescriptionValueLookupHelper, "b", {
1143
+ get: function () {
1144
+ if (DescriptionValueLookupHelper.a == null) {
1145
+ DescriptionValueLookupHelper.a = new DescriptionValueLookupHelper();
1146
+ }
1147
+ return DescriptionValueLookupHelper.a;
1148
+ },
1149
+ enumerable: false,
1150
+ configurable: true
1151
+ });
1152
+ DescriptionValueLookupHelper.prototype.c = function (a, b) {
1153
+ if (a == null) {
1154
+ return null;
1155
+ }
1156
+ b = igniteuiWebcomponentsCore.TypeDescriptionContext.aa(b);
1157
+ return a[b];
1158
+ };
1159
+ DescriptionValueLookupHelper.prototype.d = function (a, b, c) {
1160
+ if (a == null) {
1161
+ return null;
1162
+ }
1163
+ b = igniteuiWebcomponentsCore.TypeDescriptionContext.aa(b);
1164
+ return a[b] = c;
1165
+ };
1166
+ DescriptionValueLookupHelper.$t = igniteuiWebcomponentsCore.markType(DescriptionValueLookupHelper, 'DescriptionValueLookupHelper');
1167
+ DescriptionValueLookupHelper.a = null;
1168
+ return DescriptionValueLookupHelper;
1169
+ }(igniteuiWebcomponentsCore.Base));
1170
+
1171
+ /*
1172
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
1173
+ https://www.infragistics.com/legal/license/igultimate-la
1174
+ https://www.infragistics.com/legal/license/igultimate-eula
1175
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
1176
+ */
1177
+ /**
1178
+ * @hidden
1179
+ */
1180
+ var DataSeriesToDescriptionAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
1181
+ tslib.__extends(DataSeriesToDescriptionAdapter, _super);
1182
+ function DataSeriesToDescriptionAdapter(a) {
1183
+ var _this = _super.call(this) || this;
1184
+ _this.ab = null;
1185
+ _this.ac = null;
1186
+ _this.i = null;
1187
+ _this.g = null;
1188
+ _this.j = null;
1189
+ _this.h = null;
1190
+ _this.f = null;
1191
+ _this.ab = a;
1192
+ if (_this.ab.customizations != null) {
1193
+ _this.az(a.customizations);
1194
+ }
1195
+ return _this;
1196
+ }
1197
+ DataSeriesToDescriptionAdapter.prototype.az = function (a) {
1198
+ this.ac = a;
1199
+ };
1200
+ DataSeriesToDescriptionAdapter.prototype.getMainContent = function (a) {
1201
+ var b = this.e(a);
1202
+ switch (b) {
1203
+ case 0:
1204
+ this.i = this.m(a);
1205
+ return this.i;
1206
+ case 1:
1207
+ this.i = this.x(a);
1208
+ return this.i;
1209
+ case 3:
1210
+ this.i = this.z(a);
1211
+ return this.i;
1212
+ case 4:
1213
+ this.i = this.u(a);
1214
+ return this.i;
1215
+ case 2:
1216
+ this.i = this.q(a);
1217
+ return this.i;
1218
+ }
1219
+ this.i = this.m(a);
1220
+ return this.i;
1221
+ };
1222
+ DataSeriesToDescriptionAdapter.prototype.getEditorContent = function (a) {
1223
+ var b = this.e(a);
1224
+ switch (b) {
1225
+ case 0:
1226
+ this.f = this.l(a);
1227
+ return this.f;
1228
+ case 1:
1229
+ this.f = this.w(a);
1230
+ return this.f;
1231
+ case 3:
1232
+ this.f = this.y(a);
1233
+ return this.f;
1234
+ case 4:
1235
+ this.f = this.t(a);
1236
+ return this.f;
1237
+ case 2:
1238
+ this.f = this.p(a);
1239
+ return this.f;
1240
+ }
1241
+ return this.m(a);
1242
+ };
1243
+ DataSeriesToDescriptionAdapter.prototype.p = function (a) {
1244
+ return null;
1245
+ };
769
1246
  DataSeriesToDescriptionAdapter.prototype.t = function (a) {
770
1247
  return null;
771
1248
  };
@@ -1288,7 +1765,9 @@
1288
1765
  }
1289
1766
  }
1290
1767
  }
1768
+ d[e].pendingDescription = b;
1291
1769
  b = this.aj(d[e], b);
1770
+ d[e].pendingDescription = null;
1292
1771
  }
1293
1772
  }
1294
1773
  var f = this.ab.customizations.getCollectionModifiers(a);
@@ -1301,7 +1780,9 @@
1301
1780
  }
1302
1781
  }
1303
1782
  }
1783
+ f[g].pendingDescription = b;
1304
1784
  b = this.ai(f[g], b);
1785
+ f[g].pendingDescription = null;
1305
1786
  }
1306
1787
  }
1307
1788
  }
@@ -2136,323 +2617,146 @@
2136
2617
  return $ret;
2137
2618
  })());
2138
2619
  b.name = "legend";
2139
- var c = new DataSeriesToDescriptionAdapterResult(this.ab);
2140
- c.content = b;
2141
- return c;
2142
- };
2143
- DataSeriesToDescriptionAdapter.prototype.k = function (a) {
2144
- var b = ((function () {
2145
- var $ret = new igniteuiWebcomponentsCore.LegendDescription();
2146
- $ret.orientation = "Horizontal";
2147
- return $ret;
2148
- })());
2149
- b.name = "legend";
2150
- var c = new DataSeriesToDescriptionAdapterResult(this.ab);
2151
- if (this.ao(a)) {
2152
- b = ((function () {
2153
- var $ret = new igniteuiWebcomponentsCore.ItemLegendDescription();
2154
- $ret.orientation = "Horizontal";
2155
- return $ret;
2156
- })());
2157
- b.name = "itemLegend";
2158
- }
2159
- c.content = b;
2160
- return c;
2161
- };
2162
- DataSeriesToDescriptionAdapter.prototype.ao = function (a) {
2163
- for (var c = 0; c < a.length; c++) {
2164
- var b = a[c];
2165
- if (this.am(b)) {
2166
- continue;
2167
- }
2168
- if (b.suggestedSeries != 17) {
2169
- return false;
2170
- }
2171
- }
2172
- return true;
2173
- };
2174
- DataSeriesToDescriptionAdapter.prototype.am = function (a) {
2175
- switch (a.suggestedSeries) {
2176
- case 23:
2177
- case 25:
2178
- case 26:
2179
- case 27:
2180
- case 28:
2181
- case 29:
2182
- case 30:
2183
- case 31:
2184
- case 32:
2185
- case 33: return true;
2186
- }
2187
- return false;
2188
- };
2189
- DataSeriesToDescriptionAdapter.prototype.a = function (a) {
2190
- switch (this.e(a)) {
2191
- case 0: break;
2192
- case 1: break;
2193
- case 2: break;
2194
- }
2195
- return a;
2196
- };
2197
- DataSeriesToDescriptionAdapter.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionAdapter, 'DataSeriesToDescriptionAdapter');
2198
- return DataSeriesToDescriptionAdapter;
2199
- }(igniteuiWebcomponentsCore.Base));
2200
- /**
2201
- * @hidden
2202
- */
2203
- var DataSeriesToDescriptionAdapterSettings = /** @class */ /*@__PURE__*/ (function (_super) {
2204
- tslib.__extends(DataSeriesToDescriptionAdapterSettings, _super);
2205
- function DataSeriesToDescriptionAdapterSettings() {
2206
- var _this = _super !== null && _super.apply(this, arguments) || this;
2207
- _this._customizations = null;
2208
- _this._originalData = null;
2209
- _this._context = null;
2210
- _this._shouldStackCategories = false;
2211
- _this._shouldPreferRadialCategories = false;
2212
- _this._refNamespace = null;
2213
- _this.g = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Delegate_$type, 0);
2214
- _this.h = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
2215
- return _this;
2216
- }
2217
- Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "customizations", {
2218
- get: function () {
2219
- return this._customizations;
2220
- },
2221
- set: function (a) {
2222
- this._customizations = a;
2223
- },
2224
- enumerable: false,
2225
- configurable: true
2226
- });
2227
- Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "originalData", {
2228
- get: function () {
2229
- return this._originalData;
2230
- },
2231
- set: function (a) {
2232
- this._originalData = a;
2233
- },
2234
- enumerable: false,
2235
- configurable: true
2236
- });
2237
- Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "context", {
2238
- get: function () {
2239
- return this._context;
2240
- },
2241
- set: function (a) {
2242
- this._context = a;
2243
- },
2244
- enumerable: false,
2245
- configurable: true
2246
- });
2247
- Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "shouldStackCategories", {
2248
- get: function () {
2249
- return this._shouldStackCategories;
2250
- },
2251
- set: function (a) {
2252
- this._shouldStackCategories = a;
2253
- },
2254
- enumerable: false,
2255
- configurable: true
2256
- });
2257
- Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "shouldPreferRadialCategories", {
2258
- get: function () {
2259
- return this._shouldPreferRadialCategories;
2260
- },
2261
- set: function (a) {
2262
- this._shouldPreferRadialCategories = a;
2263
- },
2264
- enumerable: false,
2265
- configurable: true
2266
- });
2267
- Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "refNamespace", {
2268
- get: function () {
2269
- return this._refNamespace;
2270
- },
2271
- set: function (a) {
2272
- this._refNamespace = a;
2273
- },
2274
- enumerable: false,
2275
- configurable: true
2276
- });
2277
- DataSeriesToDescriptionAdapterSettings.prototype.a = function (a) {
2278
- if (this.g.containsKey(a)) {
2279
- return this.g.item(a);
2280
- }
2281
- return null;
2282
- };
2283
- DataSeriesToDescriptionAdapterSettings.prototype.addCoercion = function (a, b) {
2284
- this.g.item(a, b);
2285
- };
2286
- DataSeriesToDescriptionAdapterSettings.prototype.hasSettingsValue = function (a) {
2287
- return this.h.containsKey(a);
2288
- };
2289
- DataSeriesToDescriptionAdapterSettings.prototype.getSettingsValue = function (a) {
2290
- return this.h.item(a);
2291
- };
2292
- DataSeriesToDescriptionAdapterSettings.prototype.setSettingsValue = function (a, b) {
2293
- this.h.item(a, b);
2294
- };
2295
- DataSeriesToDescriptionAdapterSettings.prototype.m = function (a) {
2296
- this.h = a;
2297
- };
2298
- DataSeriesToDescriptionAdapterSettings.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings');
2299
- return DataSeriesToDescriptionAdapterSettings;
2300
- }(igniteuiWebcomponentsCore.Base));
2301
- /**
2302
- * @hidden
2303
- */
2304
- var DataSeriesToDescriptionAdapterResult = /** @class */ /*@__PURE__*/ (function (_super) {
2305
- tslib.__extends(DataSeriesToDescriptionAdapterResult, _super);
2306
- function DataSeriesToDescriptionAdapterResult(a) {
2307
- var _this = _super.call(this) || this;
2308
- _this.c = null;
2309
- _this._content = null;
2310
- _this._refNames = null;
2311
- _this._refValues = null;
2312
- _this._mainRef = null;
2313
- _this._descriptionType = null;
2314
- _this.f = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Number_$type, 0);
2315
- _this.e = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Base.$, igniteuiWebcomponentsCore.String_$type, 0);
2316
- _this.c = a;
2317
- _this.refNames = new Array(0);
2318
- _this.refValues = new Array(0);
2319
- return _this;
2320
- }
2321
- Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "content", {
2322
- get: function () {
2323
- return this._content;
2324
- },
2325
- set: function (a) {
2326
- this._content = a;
2327
- },
2328
- enumerable: false,
2329
- configurable: true
2330
- });
2331
- Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "refNames", {
2332
- get: function () {
2333
- return this._refNames;
2334
- },
2335
- set: function (a) {
2336
- this._refNames = a;
2337
- },
2338
- enumerable: false,
2339
- configurable: true
2340
- });
2341
- Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "refValues", {
2342
- get: function () {
2343
- return this._refValues;
2344
- },
2345
- set: function (a) {
2346
- this._refValues = a;
2347
- },
2348
- enumerable: false,
2349
- configurable: true
2350
- });
2351
- Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "mainRef", {
2352
- get: function () {
2353
- return this._mainRef;
2354
- },
2355
- set: function (a) {
2356
- this._mainRef = a;
2357
- },
2358
- enumerable: false,
2359
- configurable: true
2360
- });
2361
- Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "descriptionType", {
2362
- get: function () {
2363
- return this._descriptionType;
2364
- },
2365
- set: function (a) {
2366
- this._descriptionType = a;
2367
- },
2368
- enumerable: false,
2369
- configurable: true
2370
- });
2371
- DataSeriesToDescriptionAdapterResult.prototype.h = function (a, b, c) {
2372
- var d = (c ? "Vertical" : "") + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesAxisType_$type, a) + "_" + (b ? "primary" : "secondary") + "_";
2373
- if (!this.f.containsKey(d)) {
2374
- this.f.item(d, 0);
2375
- }
2376
- var e = this.f.item(d);
2377
- var f = d + "_" + e;
2378
- this.f.item(d, e + 1);
2379
- return f;
2380
- };
2381
- DataSeriesToDescriptionAdapterResult.prototype.k = function (a) {
2382
- var b = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesType_$type, a) + "_";
2383
- if (!this.f.containsKey(b)) {
2384
- this.f.item(b, 0);
2385
- }
2386
- var c = this.f.item(b);
2387
- var d = b + "_" + c;
2388
- this.f.item(b, c + 1);
2389
- return d;
2620
+ var c = new DataSeriesToDescriptionAdapterResult(this.ab);
2621
+ c.content = b;
2622
+ return c;
2390
2623
  };
2391
- DataSeriesToDescriptionAdapterResult.prototype.m = function (a) {
2392
- if (a == null) {
2393
- return null;
2624
+ DataSeriesToDescriptionAdapter.prototype.k = function (a) {
2625
+ var b = ((function () {
2626
+ var $ret = new igniteuiWebcomponentsCore.LegendDescription();
2627
+ $ret.orientation = "Horizontal";
2628
+ return $ret;
2629
+ })());
2630
+ b.name = "legend";
2631
+ var c = new DataSeriesToDescriptionAdapterResult(this.ab);
2632
+ if (this.ao(a)) {
2633
+ b = ((function () {
2634
+ var $ret = new igniteuiWebcomponentsCore.ItemLegendDescription();
2635
+ $ret.orientation = "Horizontal";
2636
+ return $ret;
2637
+ })());
2638
+ b.name = "itemLegend";
2394
2639
  }
2395
- if (!this.e.containsKey(a)) {
2396
- this.e.item(a, igniteuiWebcomponentsCore.Guid.newGuid().toString());
2397
- var b = new Array(this.refNames.length + 1);
2398
- var c = new Array(this.refValues.length + 1);
2399
- for (var d = 0; d < this.refNames.length; d++) {
2400
- b[d] = this.refNames[d];
2640
+ c.content = b;
2641
+ return c;
2642
+ };
2643
+ DataSeriesToDescriptionAdapter.prototype.ao = function (a) {
2644
+ for (var c = 0; c < a.length; c++) {
2645
+ var b = a[c];
2646
+ if (this.am(b)) {
2647
+ continue;
2401
2648
  }
2402
- for (var e = 0; e < this.refValues.length; e++) {
2403
- c[e] = this.refValues[e];
2649
+ if (b.suggestedSeries != 17) {
2650
+ return false;
2404
2651
  }
2405
- b[b.length - 1] = this.e.item(a);
2406
- c[c.length - 1] = a;
2407
- this.refNames = b;
2408
- this.refValues = c;
2409
2652
  }
2410
- var f = this.e.item(a);
2411
- return f;
2653
+ return true;
2412
2654
  };
2413
- DataSeriesToDescriptionAdapterResult.prototype.i = function (a) {
2414
- var b = a.suggestedPrimaryAxis;
2415
- var c = false;
2416
- if (a.suggestedSeries == 3) {
2417
- c = true;
2418
- }
2419
- var d = (c ? "Vertical" : "") + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesAxisType_$type, b) + "_" + (true ? "primary" : "secondary") + "_";
2420
- if (!this.f.containsKey(d)) {
2421
- this.f.item(d, 0);
2422
- }
2423
- var e = this.f.item(d);
2424
- if (e > 0) {
2425
- e--;
2426
- }
2427
- var f = d + "_" + e;
2428
- if (this.c.refNamespace != null) {
2429
- f = this.c.refNamespace + "/" + f;
2655
+ DataSeriesToDescriptionAdapter.prototype.am = function (a) {
2656
+ switch (a.suggestedSeries) {
2657
+ case 23:
2658
+ case 25:
2659
+ case 26:
2660
+ case 27:
2661
+ case 28:
2662
+ case 29:
2663
+ case 30:
2664
+ case 31:
2665
+ case 32:
2666
+ case 33: return true;
2430
2667
  }
2431
- return f;
2668
+ return false;
2432
2669
  };
2433
- DataSeriesToDescriptionAdapterResult.prototype.j = function (a) {
2434
- var b = a.suggestedSecondaryAxis;
2435
- var c = false;
2436
- if (a.suggestedSeries == 3) {
2437
- c = true;
2438
- }
2439
- var d = (c ? "Vertical" : "") + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesAxisType_$type, b) + "_" + (false ? "primary" : "secondary") + "_";
2440
- if (!this.f.containsKey(d)) {
2441
- this.f.item(d, 0);
2442
- }
2443
- var e = this.f.item(d);
2444
- if (e > 0) {
2445
- e--;
2446
- }
2447
- var f = d + "_" + e;
2448
- if (this.c.refNamespace != null) {
2449
- f = this.c.refNamespace + "/" + f;
2670
+ DataSeriesToDescriptionAdapter.prototype.a = function (a) {
2671
+ switch (this.e(a)) {
2672
+ case 0: break;
2673
+ case 1: break;
2674
+ case 2: break;
2450
2675
  }
2451
- return f;
2676
+ return a;
2452
2677
  };
2453
- DataSeriesToDescriptionAdapterResult.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult');
2454
- return DataSeriesToDescriptionAdapterResult;
2678
+ DataSeriesToDescriptionAdapter.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionAdapter, 'DataSeriesToDescriptionAdapter');
2679
+ return DataSeriesToDescriptionAdapter;
2680
+ }(igniteuiWebcomponentsCore.Base));
2681
+
2682
+ /*
2683
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
2684
+ https://www.infragistics.com/legal/license/igultimate-la
2685
+ https://www.infragistics.com/legal/license/igultimate-eula
2686
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
2687
+ */
2688
+ /**
2689
+ * @hidden
2690
+ */
2691
+ var DashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
2692
+ tslib.__extends(DashboardTileChangingContentEventArgs, _super);
2693
+ function DashboardTileChangingContentEventArgs() {
2694
+ var _this = _super.call(this) || this;
2695
+ _this._contentJson = null;
2696
+ return _this;
2697
+ }
2698
+ Object.defineProperty(DashboardTileChangingContentEventArgs.prototype, "contentJson", {
2699
+ get: function () {
2700
+ return this._contentJson;
2701
+ },
2702
+ set: function (a) {
2703
+ this._contentJson = a;
2704
+ },
2705
+ enumerable: false,
2706
+ configurable: true
2707
+ });
2708
+ DashboardTileChangingContentEventArgs.$t = igniteuiWebcomponentsCore.markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
2709
+ return DashboardTileChangingContentEventArgs;
2710
+ }(igniteuiWebcomponentsCore.Base));
2711
+
2712
+ /*
2713
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
2714
+ https://www.infragistics.com/legal/license/igultimate-la
2715
+ https://www.infragistics.com/legal/license/igultimate-eula
2716
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
2717
+ */
2718
+ /**
2719
+ * @hidden
2720
+ */
2721
+ var DashboardTilePrimitiveValueWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
2722
+ tslib.__extends(DashboardTilePrimitiveValueWrapper, _super);
2723
+ function DashboardTilePrimitiveValueWrapper() {
2724
+ var _this = _super !== null && _super.apply(this, arguments) || this;
2725
+ _this.value = 0;
2726
+ return _this;
2727
+ }
2728
+ DashboardTilePrimitiveValueWrapper.$t = igniteuiWebcomponentsCore.markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
2729
+ return DashboardTilePrimitiveValueWrapper;
2730
+ }(igniteuiWebcomponentsCore.Base));
2731
+
2732
+ /*
2733
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
2734
+ https://www.infragistics.com/legal/license/igultimate-la
2735
+ https://www.infragistics.com/legal/license/igultimate-eula
2736
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
2737
+ */
2738
+ /**
2739
+ * @hidden
2740
+ */
2741
+ var DashboardTileGalleryIconInfo = /** @class */ /*@__PURE__*/ (function (_super) {
2742
+ tslib.__extends(DashboardTileGalleryIconInfo, _super);
2743
+ function DashboardTileGalleryIconInfo() {
2744
+ var _this = _super !== null && _super.apply(this, arguments) || this;
2745
+ _this.b = null;
2746
+ _this.c = null;
2747
+ _this.a = 0;
2748
+ return _this;
2749
+ }
2750
+ DashboardTileGalleryIconInfo.$t = igniteuiWebcomponentsCore.markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
2751
+ return DashboardTileGalleryIconInfo;
2455
2752
  }(igniteuiWebcomponentsCore.Base));
2753
+
2754
+ /*
2755
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
2756
+ https://www.infragistics.com/legal/license/igultimate-la
2757
+ https://www.infragistics.com/legal/license/igultimate-eula
2758
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
2759
+ */
2456
2760
  /**
2457
2761
  * @hidden
2458
2762
  */
@@ -2505,7 +2809,7 @@
2505
2809
  return true;
2506
2810
  };
2507
2811
  DashboardTileView.prototype.v = function (a) {
2508
- var e_2, _a;
2812
+ var e_1, _a;
2509
2813
  if (a == null) {
2510
2814
  try {
2511
2815
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.j)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -2513,8 +2817,8 @@
2513
2817
  b();
2514
2818
  }
2515
2819
  }
2516
- catch (e_2_1) {
2517
- e_2 = { error: e_2_1 };
2820
+ catch (e_1_1) {
2821
+ e_1 = { error: e_1_1 };
2518
2822
  }
2519
2823
  finally {
2520
2824
  try {
@@ -2522,8 +2826,8 @@
2522
2826
  _a.call(_b);
2523
2827
  }
2524
2828
  finally {
2525
- if (e_2)
2526
- throw e_2.error;
2829
+ if (e_1)
2830
+ throw e_1.error;
2527
2831
  }
2528
2832
  }
2529
2833
  this.j.clear();
@@ -2712,12 +3016,12 @@
2712
3016
  _this._selectedSeriesItems = null;
2713
3017
  _this.o = null;
2714
3018
  _this.p = null;
2715
- _this.io = null;
3019
+ _this.im = null;
2716
3020
  _this.al = null;
2717
3021
  _this.t = null;
2718
- _this.ip = null;
2719
- _this.ir = null;
3022
+ _this.io = null;
2720
3023
  _this.iq = null;
3024
+ _this.ip = null;
2721
3025
  _this.ce = false;
2722
3026
  _this.cf = true;
2723
3027
  _this.cm = false;
@@ -2726,7 +3030,7 @@
2726
3030
  _this.ea = 60;
2727
3031
  _this.bw = 0;
2728
3032
  _this.by = 0;
2729
- _this.im = null;
3033
+ _this.il = null;
2730
3034
  _this.e1 = null;
2731
3035
  _this.b0 = ((function () {
2732
3036
  var $ret = new igniteuiWebcomponentsCore.FontInfo();
@@ -2762,9 +3066,9 @@
2762
3066
  _this.b2 = null;
2763
3067
  _this.selectedSeriesItems = new igniteuiWebcomponentsCharts.ChartSelectedItemCollection();
2764
3068
  var a = _this.selectedSeriesItems;
2765
- a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.h7));
3069
+ a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.h6));
2766
3070
  var b = _this.selectedSeriesItems;
2767
- b.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(b.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.h8));
3071
+ b.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(b.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.h7));
2768
3072
  igniteuiWebcomponentsCore.NativeUIInputsFactory.n();
2769
3073
  igniteuiWebcomponentsInputs.NativeUIXInputsFactory.m();
2770
3074
  var c = new DashboardTileView();
@@ -2805,7 +3109,7 @@
2805
3109
  this.h2();
2806
3110
  };
2807
3111
  DashboardTile.prototype.g5 = function () {
2808
- var e_3, _a;
3112
+ var e_2, _a;
2809
3113
  if (this.eq != null) {
2810
3114
  var a = this.eq;
2811
3115
  var b = a.actualProperties;
@@ -2817,8 +3121,8 @@
2817
3121
  }
2818
3122
  }
2819
3123
  }
2820
- catch (e_3_1) {
2821
- e_3 = { error: e_3_1 };
3124
+ catch (e_2_1) {
3125
+ e_2 = { error: e_2_1 };
2822
3126
  }
2823
3127
  finally {
2824
3128
  try {
@@ -2826,8 +3130,8 @@
2826
3130
  _a.call(_b);
2827
3131
  }
2828
3132
  finally {
2829
- if (e_3)
2830
- throw e_3.error;
3133
+ if (e_2)
3134
+ throw e_2.error;
2831
3135
  }
2832
3136
  }
2833
3137
  }
@@ -2855,7 +3159,7 @@
2855
3159
  c.b = true;
2856
3160
  c.a = 0;
2857
3161
  b.imageCaptured = igniteuiWebcomponentsCore.delegateCombine(b.imageCaptured, igniteuiWebcomponentsCore.runOn(this, this.hu));
2858
- b.nk(c);
3162
+ b.nt(c);
2859
3163
  b.al.q();
2860
3164
  }
2861
3165
  else {
@@ -2956,7 +3260,7 @@
2956
3260
  configurable: true
2957
3261
  });
2958
3262
  DashboardTile.prototype.g0 = function (a, b) {
2959
- var e_4, _a;
3263
+ var e_3, _a;
2960
3264
  try {
2961
3265
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
2962
3266
  var c = _c.value;
@@ -2994,8 +3298,8 @@
2994
3298
  }
2995
3299
  }
2996
3300
  }
2997
- catch (e_4_1) {
2998
- e_4 = { error: e_4_1 };
3301
+ catch (e_3_1) {
3302
+ e_3 = { error: e_3_1 };
2999
3303
  }
3000
3304
  finally {
3001
3305
  try {
@@ -3003,8 +3307,8 @@
3003
3307
  _a.call(_b);
3004
3308
  }
3005
3309
  finally {
3006
- if (e_4)
3007
- throw e_4.error;
3310
+ if (e_3)
3311
+ throw e_3.error;
3008
3312
  }
3009
3313
  }
3010
3314
  };
@@ -3069,7 +3373,7 @@
3069
3373
  DashboardTile.prototype.g7 = function (a, b) {
3070
3374
  var c = a;
3071
3375
  if (c == this.ad) {
3072
- this.ij(b.a);
3376
+ this.ii(b.a);
3073
3377
  }
3074
3378
  var d = b.a;
3075
3379
  if (this.ba != 0) {
@@ -3089,7 +3393,7 @@
3089
3393
  }
3090
3394
  return false;
3091
3395
  };
3092
- DashboardTile.prototype.ij = function (a) {
3396
+ DashboardTile.prototype.ii = function (a) {
3093
3397
  var b = new igniteuiWebcomponentsCore.List$1(DashboardTileVisualizationType_$type, 0);
3094
3398
  var c = new igniteuiWebcomponentsCore.HashSet$1(DashboardTileVisualizationType_$type, 0);
3095
3399
  for (var d = a.getDataSeriesCount() - 1; d >= 0; d--) {
@@ -3161,12 +3465,12 @@
3161
3465
  }
3162
3466
  return null;
3163
3467
  };
3164
- DashboardTile.prototype.h8 = function (a, b) {
3468
+ DashboardTile.prototype.h7 = function (a, b) {
3165
3469
  this.hi(function (c) { return c.selectedSeriesItems.clear(); });
3166
3470
  this.hg(function (c) { return c.selectedItems.clear(); });
3167
3471
  };
3168
- DashboardTile.prototype.h7 = function (a, b) {
3169
- var e_5, _a, e_6, _b;
3472
+ DashboardTile.prototype.h6 = function (a, b) {
3473
+ var e_4, _a, e_5, _b;
3170
3474
  var _this = this;
3171
3475
  if (this.ci) {
3172
3476
  return;
@@ -3175,18 +3479,18 @@
3175
3479
  if (b.oldItems != null) {
3176
3480
  var _loop_1 = function (c) {
3177
3481
  this_1.hi(function (d) {
3178
- var e_7, _a, e_8, _b;
3482
+ var e_6, _a, e_7, _b;
3179
3483
  var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCharts.ChartSelection.$, 0);
3180
3484
  try {
3181
- for (var _c = (e_7 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.selectedSeriesItems))), _d = _c.next(); !_d.done; _d = _c.next()) {
3485
+ for (var _c = (e_6 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.selectedSeriesItems))), _d = _c.next(); !_d.done; _d = _c.next()) {
3182
3486
  var f = _d.value;
3183
3487
  if (_this.df(c, f)) {
3184
3488
  e.add(f);
3185
3489
  }
3186
3490
  }
3187
3491
  }
3188
- catch (e_7_1) {
3189
- e_7 = { error: e_7_1 };
3492
+ catch (e_6_1) {
3493
+ e_6 = { error: e_6_1 };
3190
3494
  }
3191
3495
  finally {
3192
3496
  try {
@@ -3194,18 +3498,18 @@
3194
3498
  _a.call(_c);
3195
3499
  }
3196
3500
  finally {
3197
- if (e_7)
3198
- throw e_7.error;
3501
+ if (e_6)
3502
+ throw e_6.error;
3199
3503
  }
3200
3504
  }
3201
3505
  try {
3202
- for (var _e = (e_8 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e))), _f = _e.next(); !_f.done; _f = _e.next()) {
3506
+ for (var _e = (e_7 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e))), _f = _e.next(); !_f.done; _f = _e.next()) {
3203
3507
  var g = _f.value;
3204
3508
  d.selectedSeriesItems.remove(g);
3205
3509
  }
3206
3510
  }
3207
- catch (e_8_1) {
3208
- e_8 = { error: e_8_1 };
3511
+ catch (e_7_1) {
3512
+ e_7 = { error: e_7_1 };
3209
3513
  }
3210
3514
  finally {
3211
3515
  try {
@@ -3213,24 +3517,24 @@
3213
3517
  _b.call(_e);
3214
3518
  }
3215
3519
  finally {
3216
- if (e_8)
3217
- throw e_8.error;
3520
+ if (e_7)
3521
+ throw e_7.error;
3218
3522
  }
3219
3523
  }
3220
3524
  });
3221
3525
  this_1.hg(function (d) {
3222
- var e_9, _a, e_10, _b;
3526
+ var e_8, _a, e_9, _b;
3223
3527
  var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Base.$, 0);
3224
3528
  try {
3225
- for (var _c = (e_9 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.selectedItems))), _d = _c.next(); !_d.done; _d = _c.next()) {
3529
+ for (var _c = (e_8 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.selectedItems))), _d = _c.next(); !_d.done; _d = _c.next()) {
3226
3530
  var f = _d.value;
3227
3531
  if (_this.dg(c, f)) {
3228
3532
  e.add1(f);
3229
3533
  }
3230
3534
  }
3231
3535
  }
3232
- catch (e_9_1) {
3233
- e_9 = { error: e_9_1 };
3536
+ catch (e_8_1) {
3537
+ e_8 = { error: e_8_1 };
3234
3538
  }
3235
3539
  finally {
3236
3540
  try {
@@ -3238,18 +3542,18 @@
3238
3542
  _a.call(_c);
3239
3543
  }
3240
3544
  finally {
3241
- if (e_9)
3242
- throw e_9.error;
3545
+ if (e_8)
3546
+ throw e_8.error;
3243
3547
  }
3244
3548
  }
3245
3549
  try {
3246
- for (var _e = (e_10 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e))), _f = _e.next(); !_f.done; _f = _e.next()) {
3550
+ for (var _e = (e_9 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e))), _f = _e.next(); !_f.done; _f = _e.next()) {
3247
3551
  var g = _f.value;
3248
3552
  d.selectedItems.remove1(g);
3249
3553
  }
3250
3554
  }
3251
- catch (e_10_1) {
3252
- e_10 = { error: e_10_1 };
3555
+ catch (e_9_1) {
3556
+ e_9 = { error: e_9_1 };
3253
3557
  }
3254
3558
  finally {
3255
3559
  try {
@@ -3257,8 +3561,8 @@
3257
3561
  _b.call(_e);
3258
3562
  }
3259
3563
  finally {
3260
- if (e_10)
3261
- throw e_10.error;
3564
+ if (e_9)
3565
+ throw e_9.error;
3262
3566
  }
3263
3567
  }
3264
3568
  });
@@ -3270,8 +3574,8 @@
3270
3574
  _loop_1(c);
3271
3575
  }
3272
3576
  }
3273
- catch (e_5_1) {
3274
- e_5 = { error: e_5_1 };
3577
+ catch (e_4_1) {
3578
+ e_4 = { error: e_4_1 };
3275
3579
  }
3276
3580
  finally {
3277
3581
  try {
@@ -3279,26 +3583,26 @@
3279
3583
  _a.call(_c);
3280
3584
  }
3281
3585
  finally {
3282
- if (e_5)
3283
- throw e_5.error;
3586
+ if (e_4)
3587
+ throw e_4.error;
3284
3588
  }
3285
3589
  }
3286
3590
  }
3287
3591
  if (b.newItems != null) {
3288
3592
  var _loop_2 = function (d) {
3289
3593
  this_2.hi(function (e) {
3290
- var e_11, _a;
3594
+ var e_10, _a;
3291
3595
  var f = false;
3292
3596
  try {
3293
- for (var _b = (e_11 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e.selectedSeriesItems))), _c = _b.next(); !_c.done; _c = _b.next()) {
3597
+ for (var _b = (e_10 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e.selectedSeriesItems))), _c = _b.next(); !_c.done; _c = _b.next()) {
3294
3598
  var g = _c.value;
3295
3599
  if (_this.df(d, g)) {
3296
3600
  f = true;
3297
3601
  }
3298
3602
  }
3299
3603
  }
3300
- catch (e_11_1) {
3301
- e_11 = { error: e_11_1 };
3604
+ catch (e_10_1) {
3605
+ e_10 = { error: e_10_1 };
3302
3606
  }
3303
3607
  finally {
3304
3608
  try {
@@ -3306,8 +3610,8 @@
3306
3610
  _a.call(_b);
3307
3611
  }
3308
3612
  finally {
3309
- if (e_11)
3310
- throw e_11.error;
3613
+ if (e_10)
3614
+ throw e_10.error;
3311
3615
  }
3312
3616
  }
3313
3617
  if (f) {
@@ -3316,18 +3620,18 @@
3316
3620
  e.selectedSeriesItems.add(d);
3317
3621
  });
3318
3622
  this_2.hg(function (e) {
3319
- var e_12, _a;
3623
+ var e_11, _a;
3320
3624
  var f = false;
3321
3625
  try {
3322
- for (var _b = (e_12 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e.selectedItems))), _c = _b.next(); !_c.done; _c = _b.next()) {
3626
+ for (var _b = (e_11 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e.selectedItems))), _c = _b.next(); !_c.done; _c = _b.next()) {
3323
3627
  var g = _c.value;
3324
3628
  if (_this.dg(d, g)) {
3325
3629
  f = true;
3326
3630
  }
3327
3631
  }
3328
3632
  }
3329
- catch (e_12_1) {
3330
- e_12 = { error: e_12_1 };
3633
+ catch (e_11_1) {
3634
+ e_11 = { error: e_11_1 };
3331
3635
  }
3332
3636
  finally {
3333
3637
  try {
@@ -3335,8 +3639,8 @@
3335
3639
  _a.call(_b);
3336
3640
  }
3337
3641
  finally {
3338
- if (e_12)
3339
- throw e_12.error;
3642
+ if (e_11)
3643
+ throw e_11.error;
3340
3644
  }
3341
3645
  }
3342
3646
  e.selectedItems.add1(d.item);
@@ -3349,8 +3653,8 @@
3349
3653
  _loop_2(d);
3350
3654
  }
3351
3655
  }
3352
- catch (e_6_1) {
3353
- e_6 = { error: e_6_1 };
3656
+ catch (e_5_1) {
3657
+ e_5 = { error: e_5_1 };
3354
3658
  }
3355
3659
  finally {
3356
3660
  try {
@@ -3358,8 +3662,8 @@
3358
3662
  _b.call(_e);
3359
3663
  }
3360
3664
  finally {
3361
- if (e_6)
3362
- throw e_6.error;
3665
+ if (e_5)
3666
+ throw e_5.error;
3363
3667
  }
3364
3668
  }
3365
3669
  }
@@ -3456,11 +3760,11 @@
3456
3760
  }
3457
3761
  if (a) {
3458
3762
  this.hd();
3459
- this.id();
3763
+ this.ic();
3460
3764
  }
3461
3765
  };
3462
3766
  DashboardTile.prototype.hd = function () {
3463
- var e_13, _a;
3767
+ var e_12, _a;
3464
3768
  if (this.c7) {
3465
3769
  var a = 0;
3466
3770
  try {
@@ -3478,8 +3782,8 @@
3478
3782
  a++;
3479
3783
  }
3480
3784
  }
3481
- catch (e_13_1) {
3482
- e_13 = { error: e_13_1 };
3785
+ catch (e_12_1) {
3786
+ e_12 = { error: e_12_1 };
3483
3787
  }
3484
3788
  finally {
3485
3789
  try {
@@ -3487,17 +3791,17 @@
3487
3791
  _a.call(_b);
3488
3792
  }
3489
3793
  finally {
3490
- if (e_13)
3491
- throw e_13.error;
3794
+ if (e_12)
3795
+ throw e_12.error;
3492
3796
  }
3493
3797
  }
3494
3798
  }
3495
3799
  };
3496
- DashboardTile.prototype.id = function () {
3800
+ DashboardTile.prototype.ic = function () {
3497
3801
  this.dj.clear();
3498
3802
  };
3499
3803
  DashboardTile.prototype.g1 = function () {
3500
- var e_14, _a;
3804
+ var e_13, _a;
3501
3805
  var a = 0;
3502
3806
  try {
3503
3807
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.ae.dataSeries)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -3511,8 +3815,8 @@
3511
3815
  a++;
3512
3816
  }
3513
3817
  }
3514
- catch (e_14_1) {
3515
- e_14 = { error: e_14_1 };
3818
+ catch (e_13_1) {
3819
+ e_13 = { error: e_13_1 };
3516
3820
  }
3517
3821
  finally {
3518
3822
  try {
@@ -3520,8 +3824,8 @@
3520
3824
  _a.call(_b);
3521
3825
  }
3522
3826
  finally {
3523
- if (e_14)
3524
- throw e_14.error;
3827
+ if (e_13)
3828
+ throw e_13.error;
3525
3829
  }
3526
3830
  }
3527
3831
  };
@@ -3539,10 +3843,10 @@
3539
3843
  }
3540
3844
  this.h5();
3541
3845
  if (a) {
3542
- this.id();
3846
+ this.ic();
3543
3847
  }
3544
3848
  };
3545
- DashboardTile.prototype.ii = function (a, b) {
3849
+ DashboardTile.prototype.ih = function (a, b) {
3546
3850
  this.dn.item(a, b);
3547
3851
  this.h2();
3548
3852
  };
@@ -3614,7 +3918,6 @@
3614
3918
  d.m(this.dn);
3615
3919
  d.addCoercion("VisibilityToBooleanConverter", igniteuiWebcomponentsCore.runOn(this, this.ep));
3616
3920
  d.addCoercion("BooleanToVisibilityConverter", igniteuiWebcomponentsCore.runOn(this, this.eo));
3617
- this.h6(d);
3618
3921
  var e = new DataSeriesToDescriptionAdapter(d);
3619
3922
  var f = this.ad.dataSeries.toArray();
3620
3923
  f = this.l(f);
@@ -3647,11 +3950,11 @@
3647
3950
  if (!DashboardTile.bs.hasRef(this.fn)) {
3648
3951
  DashboardTile.bs.provideRefValue(this.et("content"), this.fn, this.eu());
3649
3952
  }
3650
- this.h9(g);
3651
- this.h9(h);
3652
- this.h9(i);
3653
- this.h9(j);
3654
- this.h9(k);
3953
+ this.h8(g);
3954
+ this.h8(h);
3955
+ this.h8(i);
3956
+ this.h8(j);
3957
+ this.h8(k);
3655
3958
  var u = new igniteuiWebcomponentsCore.StringBuilder(0);
3656
3959
  u.u("{");
3657
3960
  u.u("\"descriptions\": {");
@@ -3727,15 +4030,11 @@
3727
4030
  DashboardTile.bs.provideRefValue(this.et("content"), "ChartSelectedItemsChanged", igniteuiWebcomponentsCore.runOn(this, this.g2));
3728
4031
  DashboardTile.bs.provideRefValue(this.et("content"), "PieChartSelectedItemsChanged", igniteuiWebcomponentsCore.runOn(this, this.hy));
3729
4032
  DashboardTile.bs.provideRefValue(this.et("content"), "GridSelectedItemsChanged", igniteuiWebcomponentsCore.runOn(this, this.he));
3730
- DashboardTile.bs.provideRefValue(this.et("editor"), "VisibilityConverter", igniteuiWebcomponentsCore.runOn(this, this.il));
4033
+ DashboardTile.bs.provideRefValue(this.et("editor"), "VisibilityConverter", igniteuiWebcomponentsCore.runOn(this, this.ik));
3731
4034
  if (this.eq != null) {
3732
- this.ix();
4035
+ this.iw();
3733
4036
  }
3734
4037
  };
3735
- DashboardTile.prototype.h6 = function (a) {
3736
- var b = a.customizations;
3737
- b.o(this);
3738
- };
3739
4038
  DashboardTile.prototype.eo = function (a) {
3740
4039
  if (a == null) {
3741
4040
  return true;
@@ -4018,13 +4317,14 @@
4018
4317
  var d = a._inner[c];
4019
4318
  var e = DashboardTileCustomization.a(d);
4020
4319
  if (d.h != null) {
4021
- var f = d.h(this_3);
4320
+ var f = d.h(this_3, null);
4022
4321
  if (f.value == null && !f.nullIsValue) {
4023
4322
  return "continue";
4024
4323
  }
4025
4324
  e.propertyValue = f.value;
4026
4325
  if (d.g) {
4027
- e.e = function (g) { return d.h(g).value; };
4326
+ e.owner = this_3;
4327
+ e.e = function (g, h) { return d.h(g, h).value; };
4028
4328
  }
4029
4329
  }
4030
4330
  b.add(e);
@@ -4035,7 +4335,7 @@
4035
4335
  }
4036
4336
  return b;
4037
4337
  };
4038
- DashboardTile.prototype.il = function (a, b) {
4338
+ DashboardTile.prototype.ik = function (a, b) {
4039
4339
  var c = b.value;
4040
4340
  if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Boolean_$type, c) !== null) {
4041
4341
  if (c) {
@@ -4061,7 +4361,7 @@
4061
4361
  DashboardTile.prototype.hs = function (a) {
4062
4362
  var _this = this;
4063
4363
  this.hi(function (b) {
4064
- var e_15, _a;
4364
+ var e_14, _a;
4065
4365
  if (_this.ci) {
4066
4366
  return;
4067
4367
  }
@@ -4085,8 +4385,8 @@
4085
4385
  _loop_4(c);
4086
4386
  }
4087
4387
  }
4088
- catch (e_15_1) {
4089
- e_15 = { error: e_15_1 };
4388
+ catch (e_14_1) {
4389
+ e_14 = { error: e_14_1 };
4090
4390
  }
4091
4391
  finally {
4092
4392
  try {
@@ -4094,14 +4394,14 @@
4094
4394
  _a.call(_b);
4095
4395
  }
4096
4396
  finally {
4097
- if (e_15)
4098
- throw e_15.error;
4397
+ if (e_14)
4398
+ throw e_14.error;
4099
4399
  }
4100
4400
  }
4101
4401
  _this.ci = false;
4102
4402
  });
4103
4403
  this.hh(function (b) {
4104
- var e_16, _a;
4404
+ var e_15, _a;
4105
4405
  if (_this.ci) {
4106
4406
  return;
4107
4407
  }
@@ -4125,8 +4425,8 @@
4125
4425
  _loop_5(c);
4126
4426
  }
4127
4427
  }
4128
- catch (e_16_1) {
4129
- e_16 = { error: e_16_1 };
4428
+ catch (e_15_1) {
4429
+ e_15 = { error: e_15_1 };
4130
4430
  }
4131
4431
  finally {
4132
4432
  try {
@@ -4134,8 +4434,8 @@
4134
4434
  _a.call(_b);
4135
4435
  }
4136
4436
  finally {
4137
- if (e_16)
4138
- throw e_16.error;
4437
+ if (e_15)
4438
+ throw e_15.error;
4139
4439
  }
4140
4440
  }
4141
4441
  _this.ci = false;
@@ -4144,7 +4444,7 @@
4144
4444
  DashboardTile.prototype.hp = function (a) {
4145
4445
  var _this = this;
4146
4446
  this.hg(function (b) {
4147
- var e_17, _a;
4447
+ var e_16, _a;
4148
4448
  if (_this.ci) {
4149
4449
  return;
4150
4450
  }
@@ -4157,8 +4457,8 @@
4157
4457
  _this.selectedSeriesItems.add(c);
4158
4458
  }
4159
4459
  }
4160
- catch (e_17_1) {
4161
- e_17 = { error: e_17_1 };
4460
+ catch (e_16_1) {
4461
+ e_16 = { error: e_16_1 };
4162
4462
  }
4163
4463
  finally {
4164
4464
  try {
@@ -4166,8 +4466,8 @@
4166
4466
  _a.call(_b);
4167
4467
  }
4168
4468
  finally {
4169
- if (e_17)
4170
- throw e_17.error;
4469
+ if (e_16)
4470
+ throw e_16.error;
4171
4471
  }
4172
4472
  }
4173
4473
  _this.ci = false;
@@ -4228,7 +4528,7 @@
4228
4528
  DashboardTile.prototype.eu = function () {
4229
4529
  return this.externalObject;
4230
4530
  };
4231
- DashboardTile.prototype.h9 = function (a) {
4531
+ DashboardTile.prototype.h8 = function (a) {
4232
4532
  if (a == null) {
4233
4533
  return;
4234
4534
  }
@@ -4267,7 +4567,7 @@
4267
4567
  DashboardTile.gc = function (a) {
4268
4568
  return DashboardTileView.n(a);
4269
4569
  };
4270
- DashboardTile.prototype.ib = function (a, b, c) {
4570
+ DashboardTile.prototype.ia = function (a, b, c) {
4271
4571
  if (a) {
4272
4572
  b.e = c;
4273
4573
  }
@@ -4275,7 +4575,7 @@
4275
4575
  b.n(c);
4276
4576
  }
4277
4577
  };
4278
- DashboardTile.prototype.ia = function (a, b, c) {
4578
+ DashboardTile.prototype.h9 = function (a, b, c) {
4279
4579
  if (a) {
4280
4580
  b.syncTarget = c;
4281
4581
  }
@@ -4283,7 +4583,7 @@
4283
4583
  b.o(c);
4284
4584
  }
4285
4585
  };
4286
- DashboardTile.prototype.ic = function (a, b, c) {
4586
+ DashboardTile.prototype.ib = function (a, b, c) {
4287
4587
  if (a) {
4288
4588
  b.e = c;
4289
4589
  }
@@ -4510,7 +4810,7 @@
4510
4810
  configurable: true
4511
4811
  });
4512
4812
  DashboardTile.prototype.af = function (a) {
4513
- var e_18, _a, e_19, _b;
4813
+ var e_17, _a, e_18, _b;
4514
4814
  var b = new igniteuiWebcomponentsCore.DataSeriesAdapter().e;
4515
4815
  b.adjustPrioritiesBasedOnFitness = true;
4516
4816
  if (a) {
@@ -4521,12 +4821,12 @@
4521
4821
  this.bh = new igniteuiWebcomponentsCore.FilterExpressionCollection();
4522
4822
  this.bi = new igniteuiWebcomponentsCore.FilterExpressionCollection();
4523
4823
  }
4524
- this.ib(a, this.a1, b.sortDescriptions);
4525
- this.ib(a, this.aw, b.groupDescriptions);
4526
- this.ia(a, this.bl, b.filterExpressions);
4527
- this.ia(a, this.bm, b.highlightFilterExpressions);
4528
- this.ic(a, this.a5, b.summaryDescriptions);
4529
- this.ib(a, this.ax, b.postSortDescriptions);
4824
+ this.ia(a, this.a1, b.sortDescriptions);
4825
+ this.ia(a, this.aw, b.groupDescriptions);
4826
+ this.h9(a, this.bl, b.filterExpressions);
4827
+ this.h9(a, this.bm, b.highlightFilterExpressions);
4828
+ this.ib(a, this.a5, b.summaryDescriptions);
4829
+ this.ia(a, this.ax, b.postSortDescriptions);
4530
4830
  if (a) {
4531
4831
  this.bp = new igniteuiWebcomponentsCore.SortGroupParser();
4532
4832
  this.bq = new igniteuiWebcomponentsCore.SummaryParser();
@@ -4563,30 +4863,30 @@
4563
4863
  }
4564
4864
  {
4565
4865
  if (this.bl.k.count == 0) {
4566
- this.ia(a, this.bj, b.filterExpressions);
4866
+ this.h9(a, this.bj, b.filterExpressions);
4567
4867
  }
4568
4868
  }
4569
4869
  {
4570
4870
  if (this.bm.k.count == 0) {
4571
- this.ia(a, this.bk, b.highlightFilterExpressions);
4871
+ this.h9(a, this.bk, b.highlightFilterExpressions);
4572
4872
  }
4573
4873
  }
4574
4874
  {
4575
4875
  if (this.a1.j.count == 0) {
4576
- this.ib(a, this.au, b.sortDescriptions);
4876
+ this.ia(a, this.au, b.sortDescriptions);
4577
4877
  }
4578
4878
  if (this.ax.j.count == 0) {
4579
- this.ib(a, this.at, b.postSortDescriptions);
4879
+ this.ia(a, this.at, b.postSortDescriptions);
4580
4880
  }
4581
4881
  }
4582
4882
  {
4583
4883
  if (this.aw.j.count == 0) {
4584
- this.ib(a, this.as, b.groupDescriptions);
4884
+ this.ia(a, this.as, b.groupDescriptions);
4585
4885
  }
4586
4886
  }
4587
4887
  {
4588
4888
  if (this.a5.j.count == 0) {
4589
- this.ic(a, this.a2, b.summaryDescriptions);
4889
+ this.ib(a, this.a2, b.summaryDescriptions);
4590
4890
  }
4591
4891
  }
4592
4892
  if (this.includedProperties != null) {
@@ -4603,8 +4903,8 @@
4603
4903
  b.rules.add(c);
4604
4904
  }
4605
4905
  }
4606
- catch (e_18_1) {
4607
- e_18 = { error: e_18_1 };
4906
+ catch (e_17_1) {
4907
+ e_17 = { error: e_17_1 };
4608
4908
  }
4609
4909
  finally {
4610
4910
  try {
@@ -4612,8 +4912,8 @@
4612
4912
  _a.call(_c);
4613
4913
  }
4614
4914
  finally {
4615
- if (e_18)
4616
- throw e_18.error;
4915
+ if (e_17)
4916
+ throw e_17.error;
4617
4917
  }
4618
4918
  }
4619
4919
  var d = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
@@ -4623,8 +4923,8 @@
4623
4923
  d.add(igniteuiWebcomponentsCore.getInstanceType(e).typeName);
4624
4924
  }
4625
4925
  }
4626
- catch (e_19_1) {
4627
- e_19 = { error: e_19_1 };
4926
+ catch (e_18_1) {
4927
+ e_18 = { error: e_18_1 };
4628
4928
  }
4629
4929
  finally {
4630
4930
  try {
@@ -4632,8 +4932,8 @@
4632
4932
  _b.call(_e);
4633
4933
  }
4634
4934
  finally {
4635
- if (e_19)
4636
- throw e_19.error;
4935
+ if (e_18)
4936
+ throw e_18.error;
4637
4937
  }
4638
4938
  }
4639
4939
  return b;
@@ -4947,15 +5247,15 @@
4947
5247
  enumerable: false,
4948
5248
  configurable: true
4949
5249
  });
4950
- Object.defineProperty(DashboardTile.prototype, "it", {
5250
+ Object.defineProperty(DashboardTile.prototype, "is", {
4951
5251
  get: function () {
4952
- return this.io;
5252
+ return this.im;
4953
5253
  },
4954
5254
  set: function (a) {
4955
- var b = this.io;
5255
+ var b = this.im;
4956
5256
  if (a != b) {
4957
- this.io = a;
4958
- this.hv("CategoryAxisMajorStroke", b, this.it);
5257
+ this.im = a;
5258
+ this.hv("CategoryAxisMajorStroke", b, this.is);
4959
5259
  }
4960
5260
  },
4961
5261
  enumerable: false,
@@ -4989,43 +5289,43 @@
4989
5289
  enumerable: false,
4990
5290
  configurable: true
4991
5291
  });
4992
- Object.defineProperty(DashboardTile.prototype, "iu", {
5292
+ Object.defineProperty(DashboardTile.prototype, "it", {
4993
5293
  get: function () {
4994
- return this.ip;
5294
+ return this.io;
4995
5295
  },
4996
5296
  set: function (a) {
4997
- var b = this.ip;
5297
+ var b = this.io;
4998
5298
  if (a != b) {
4999
- this.ip = a;
5000
- this.hv("ValueLinesGlobalAverageBrush", b, this.ip);
5299
+ this.io = a;
5300
+ this.hv("ValueLinesGlobalAverageBrush", b, this.io);
5001
5301
  }
5002
5302
  },
5003
5303
  enumerable: false,
5004
5304
  configurable: true
5005
5305
  });
5006
- Object.defineProperty(DashboardTile.prototype, "iw", {
5306
+ Object.defineProperty(DashboardTile.prototype, "iv", {
5007
5307
  get: function () {
5008
- return this.ir;
5308
+ return this.iq;
5009
5309
  },
5010
5310
  set: function (a) {
5011
- var b = this.ir;
5311
+ var b = this.iq;
5012
5312
  if (a != b) {
5013
- this.ir = a;
5014
- this.hv("ValueLinesGlobalMinimumBrush", b, this.ir);
5313
+ this.iq = a;
5314
+ this.hv("ValueLinesGlobalMinimumBrush", b, this.iq);
5015
5315
  }
5016
5316
  },
5017
5317
  enumerable: false,
5018
5318
  configurable: true
5019
5319
  });
5020
- Object.defineProperty(DashboardTile.prototype, "iv", {
5320
+ Object.defineProperty(DashboardTile.prototype, "iu", {
5021
5321
  get: function () {
5022
- return this.ir;
5322
+ return this.iq;
5023
5323
  },
5024
5324
  set: function (a) {
5025
- var b = this.iq;
5325
+ var b = this.ip;
5026
5326
  if (a != b) {
5027
- this.iq = a;
5028
- this.hv("ValueLinesGlobalMaximumBrush", b, this.iq);
5327
+ this.ip = a;
5328
+ this.hv("ValueLinesGlobalMaximumBrush", b, this.ip);
5029
5329
  }
5030
5330
  },
5031
5331
  enumerable: false,
@@ -5060,7 +5360,7 @@
5060
5360
  configurable: true
5061
5361
  });
5062
5362
  DashboardTile.cu = function (a) {
5063
- var e_20, _a;
5363
+ var e_19, _a;
5064
5364
  try {
5065
5365
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
5066
5366
  var b = _c.value;
@@ -5072,8 +5372,8 @@
5072
5372
  }
5073
5373
  }
5074
5374
  }
5075
- catch (e_20_1) {
5076
- e_20 = { error: e_20_1 };
5375
+ catch (e_19_1) {
5376
+ e_19 = { error: e_19_1 };
5077
5377
  }
5078
5378
  finally {
5079
5379
  try {
@@ -5081,8 +5381,8 @@
5081
5381
  _a.call(_b);
5082
5382
  }
5083
5383
  finally {
5084
- if (e_20)
5085
- throw e_20.error;
5384
+ if (e_19)
5385
+ throw e_19.error;
5086
5386
  }
5087
5387
  }
5088
5388
  return false;
@@ -5190,14 +5490,14 @@
5190
5490
  enumerable: false,
5191
5491
  configurable: true
5192
5492
  });
5193
- Object.defineProperty(DashboardTile.prototype, "is", {
5493
+ Object.defineProperty(DashboardTile.prototype, "ir", {
5194
5494
  get: function () {
5195
- return this.im;
5495
+ return this.il;
5196
5496
  },
5197
5497
  set: function (a) {
5198
- var b = this.im;
5199
- this.im = a;
5200
- if (b != this.im) {
5498
+ var b = this.il;
5499
+ this.il = a;
5500
+ if (b != this.il) {
5201
5501
  this.hv("BackgroundColor", b, a);
5202
5502
  }
5203
5503
  },
@@ -5309,16 +5609,16 @@
5309
5609
  }
5310
5610
  };
5311
5611
  DashboardTile.prototype.zoomIn = function (a) {
5312
- this.hi(function (b) { return b.r8(a); });
5612
+ this.hi(function (b) { return b.sj(a); });
5313
5613
  };
5314
5614
  DashboardTile.prototype.zoomOut = function (a) {
5315
- this.hi(function (b) { return b.r9(a); });
5615
+ this.hi(function (b) { return b.sk(a); });
5316
5616
  };
5317
5617
  DashboardTile.prototype.resetZoom = function () {
5318
- this.hi(function (a) { return a.rh(); });
5618
+ this.hi(function (a) { return a.rr(); });
5319
5619
  };
5320
5620
  DashboardTile.prototype.y = function (a) {
5321
- var e_21, _a;
5621
+ var e_20, _a;
5322
5622
  if (!this.dh || !this.di || this.itemsSource != null) {
5323
5623
  return a;
5324
5624
  }
@@ -5333,8 +5633,8 @@
5333
5633
  b.add(d);
5334
5634
  }
5335
5635
  }
5336
- catch (e_21_1) {
5337
- e_21 = { error: e_21_1 };
5636
+ catch (e_20_1) {
5637
+ e_20 = { error: e_20_1 };
5338
5638
  }
5339
5639
  finally {
5340
5640
  try {
@@ -5342,8 +5642,8 @@
5342
5642
  _a.call(_b);
5343
5643
  }
5344
5644
  finally {
5345
- if (e_21)
5346
- throw e_21.error;
5645
+ if (e_20)
5646
+ throw e_20.error;
5347
5647
  }
5348
5648
  }
5349
5649
  return b;
@@ -5535,32 +5835,32 @@
5535
5835
  case "ValueLines":
5536
5836
  if (b != null) {
5537
5837
  var d = b;
5538
- d.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(d.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ik));
5838
+ d.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(d.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ij));
5539
5839
  }
5540
5840
  if (c != null) {
5541
5841
  var e = this.valueLines;
5542
- e.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(e.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ik));
5842
+ e.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(e.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ij));
5543
5843
  }
5544
5844
  break;
5545
5845
  case "TrendLineTypes":
5546
5846
  if (b != null) {
5547
5847
  var f = b;
5548
- f.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(f.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ih));
5848
+ f.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(f.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ig));
5549
5849
  }
5550
5850
  if (c != null) {
5551
5851
  var g = this.trendLineTypes;
5552
- g.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(g.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ih));
5852
+ g.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(g.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.ig));
5553
5853
  }
5554
5854
  break;
5555
5855
  }
5556
5856
  };
5557
- DashboardTile.prototype.ik = function (a, b) {
5857
+ DashboardTile.prototype.ij = function (a, b) {
5558
5858
  if (!this.cg && DashboardTile.cv("ValueLines")) {
5559
5859
  this.cg = true;
5560
5860
  this.h2();
5561
5861
  }
5562
5862
  };
5563
- DashboardTile.prototype.ih = function (a, b) {
5863
+ DashboardTile.prototype.ig = function (a, b) {
5564
5864
  if (!this.cg && DashboardTile.cv("TrendLineTypes")) {
5565
5865
  this.cg = true;
5566
5866
  this.h2();
@@ -5580,7 +5880,7 @@
5580
5880
  configurable: true
5581
5881
  });
5582
5882
  DashboardTile.prototype.getDesiredToolbarActions = function () {
5583
- var e_22, _a;
5883
+ var e_21, _a;
5584
5884
  var a = null;
5585
5885
  if (this.ey != null) {
5586
5886
  var b = this.ey;
@@ -5591,8 +5891,8 @@
5591
5891
  b.provideContextAccessor(c);
5592
5892
  }
5593
5893
  }
5594
- catch (e_22_1) {
5595
- e_22 = { error: e_22_1 };
5894
+ catch (e_21_1) {
5895
+ e_21 = { error: e_21_1 };
5596
5896
  }
5597
5897
  finally {
5598
5898
  try {
@@ -5600,8 +5900,8 @@
5600
5900
  _a.call(_b);
5601
5901
  }
5602
5902
  finally {
5603
- if (e_22)
5604
- throw e_22.error;
5903
+ if (e_21)
5904
+ throw e_21.error;
5605
5905
  }
5606
5906
  }
5607
5907
  a = b.getDesiredToolbarActions();
@@ -5674,15 +5974,15 @@
5674
5974
  this.dr.remove(a);
5675
5975
  }
5676
5976
  };
5677
- DashboardTile.prototype.ig = function () {
5977
+ DashboardTile.prototype.ie = function () {
5678
5978
  if (this.b5 != null) {
5679
5979
  this.b5.bj = this.b5.bj == 0 ? 1 : 0;
5680
5980
  }
5681
5981
  };
5682
- DashboardTile.prototype.ie = function () {
5982
+ DashboardTile.prototype.id = function () {
5683
5983
  var _this = this;
5684
5984
  if (this.b8 != null) {
5685
- var a = this.ix();
5985
+ var a = this.iw();
5686
5986
  var b = this.b8.bj == 1;
5687
5987
  if (b) {
5688
5988
  this.b8.bj = 0;
@@ -5702,7 +6002,7 @@
5702
6002
  }
5703
6003
  }
5704
6004
  };
5705
- DashboardTile.prototype.ix = function () {
6005
+ DashboardTile.prototype.iw = function () {
5706
6006
  var a = new igniteuiWebcomponentsCore.Size(1, 0, 0);
5707
6007
  if (this.eq != null) {
5708
6008
  a = this.eq.cs();
@@ -5822,641 +6122,349 @@
5822
6122
  var $ret = new DashboardTileCustomization();
5823
6123
  $ret.m = "AnchoredCategorySeries";
5824
6124
  $ret.n = "TrendLineType";
5825
- $ret.h = function (a) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
6125
+ $ret.h = function (a, b) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
5826
6126
  return $ret;
5827
6127
  })()));
5828
6128
  $ret.add(((function () {
5829
6129
  var $ret = new DashboardTileCustomization();
5830
6130
  $ret.m = "FinancialIndicator";
5831
6131
  $ret.n = "TrendLineType";
5832
- $ret.h = function (a) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
6132
+ $ret.h = function (a, b) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
5833
6133
  return $ret;
5834
6134
  })()));
5835
6135
  $ret.add(((function () {
5836
6136
  var $ret = new DashboardTileCustomization();
5837
6137
  $ret.m = "FinancialPriceSeries";
5838
6138
  $ret.n = "TrendLineType";
5839
- $ret.h = function (a) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
6139
+ $ret.h = function (a, b) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
5840
6140
  return $ret;
5841
6141
  })()));
5842
6142
  $ret.add(((function () {
5843
6143
  var $ret = new DashboardTileCustomization();
5844
6144
  $ret.m = "PolarBase";
5845
6145
  $ret.n = "TrendLineType";
5846
- $ret.h = function (a) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
5847
- return $ret;
5848
- })()));
5849
- $ret.add(((function () {
5850
- var $ret = new DashboardTileCustomization();
5851
- $ret.m = "ScatterBase";
5852
- $ret.n = "TrendLineType";
5853
- $ret.h = function (a) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
5854
- return $ret;
5855
- })()));
5856
- $ret.add(((function () {
5857
- var $ret = new DashboardTileCustomization();
5858
- $ret.m = "RadialBase";
5859
- $ret.n = "TrendLineType";
5860
- $ret.h = function (a) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
5861
- return $ret;
5862
- })()));
5863
- return $ret;
5864
- })()));
5865
- DashboardTile.d6 = DashboardTile.d1("TrendLineTypes", ((function () {
5866
- var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
5867
- $ret.add(((function () {
5868
- var $ret = new DashboardTileCustomization();
5869
- $ret.m = "DataChart";
5870
- $ret.n = "Series";
5871
- $ret.c = true;
5872
- $ret.k = 500;
5873
- $ret.h = function (a) {
5874
- if (a.trendLineTypes == null) {
5875
- return new ValueGetterResult(null, false);
5876
- }
5877
- var b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.TrendLineLayerDescription.$, 0);
5878
- a.hi(function (c) {
5879
- var e_23, _a, e_24, _b;
5880
- var d = 0;
5881
- try {
5882
- for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a.trendLineTypes)), _d = _c.next(); !_d.done; _d = _c.next()) {
5883
- var e = _d.value;
5884
- try {
5885
- for (var _e = (e_24 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(c.series))), _f = _e.next(); !_f.done; _f = _e.next()) {
5886
- var f = _f.value;
5887
- if (f.eu) {
5888
- continue;
5889
- }
5890
- var g = new igniteuiWebcomponentsCore.TrendLineLayerDescription();
5891
- g.name = "trendLine" + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, e) + "_" + f.name;
5892
- g.trendLineType = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, e);
5893
- g.targetSeriesName = f.name;
5894
- if (a.z != null && a.z.count > 0) {
5895
- if (a.z.count > d) {
5896
- var h = a.z.item(d);
5897
- g.brush = DashboardTile.bs.adapter.serializeBrush(h);
5898
- }
5899
- }
5900
- b.add(g);
5901
- d++;
5902
- }
5903
- }
5904
- catch (e_24_1) {
5905
- e_24 = { error: e_24_1 };
5906
- }
5907
- finally {
5908
- try {
5909
- if (_f && !_f.done && (_b = _e.return))
5910
- _b.call(_e);
5911
- }
5912
- finally {
5913
- if (e_24)
5914
- throw e_24.error;
5915
- }
5916
- }
5917
- }
5918
- }
5919
- catch (e_23_1) {
5920
- e_23 = { error: e_23_1 };
5921
- }
5922
- finally {
5923
- try {
5924
- if (_d && !_d.done && (_a = _c.return))
5925
- _a.call(_c);
5926
- }
5927
- finally {
5928
- if (e_23)
5929
- throw e_23.error;
5930
- }
5931
- }
5932
- });
5933
- return new ValueGetterResult(b.toArray(), false);
5934
- };
5935
- return $ret;
5936
- })()));
5937
- return $ret;
5938
- })()));
5939
- DashboardTile.dl = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.String_$type, 0);
5940
- DashboardTile.dv = DashboardTile.d1("ActualBrushes", ((function () {
5941
- var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
5942
- $ret.add(((function () {
5943
- var $ret = new DashboardTileCustomization();
5944
- $ret.m = "DataChart";
5945
- $ret.n = "Brushes";
5946
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.u), false); };
5947
- return $ret;
5948
- })()));
5949
- $ret.add(((function () {
5950
- var $ret = new DashboardTileCustomization();
5951
- $ret.m = "DataPieChart";
5952
- $ret.n = "Brushes";
5953
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.u), false); };
5954
- return $ret;
5955
- })()));
5956
- $ret.add(((function () {
5957
- var $ret = new DashboardTileCustomization();
5958
- $ret.m = "GeographicMap";
5959
- $ret.n = "Brushes";
5960
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.u), false); };
5961
- return $ret;
5962
- })()));
5963
- return $ret;
5964
- })()));
5965
- DashboardTile.dw = DashboardTile.d1("ActualOutlines", ((function () {
5966
- var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
5967
- $ret.add(((function () {
5968
- var $ret = new DashboardTileCustomization();
5969
- $ret.m = "DataChart";
5970
- $ret.n = "Outlines";
5971
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.v), false); };
5972
- return $ret;
5973
- })()));
5974
- $ret.add(((function () {
5975
- var $ret = new DashboardTileCustomization();
5976
- $ret.m = "DataPieChart";
5977
- $ret.n = "Outlines";
5978
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.v), false); };
5979
- return $ret;
5980
- })()));
5981
- $ret.add(((function () {
5982
- var $ret = new DashboardTileCustomization();
5983
- $ret.m = "GeographicMap";
5984
- $ret.n = "Outlines";
5985
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.v), false); };
5986
- return $ret;
5987
- })()));
5988
- return $ret;
5989
- })()));
5990
- DashboardTile.dy = DashboardTile.d1("CategoryAxisMajorStroke", ((function () {
5991
- var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
5992
- $ret.add(((function () {
5993
- var $ret = new DashboardTileCustomization();
5994
- $ret.m = "CategoryXAxis";
5995
- $ret.n = "MajorStroke";
5996
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrush(a.it), true); };
5997
- return $ret;
5998
- })()));
5999
- $ret.add(((function () {
6000
- var $ret = new DashboardTileCustomization();
6001
- $ret.m = "CategoryYAxis";
6002
- $ret.n = "MajorStroke";
6003
- $ret.h = function (a) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrush(a.it), true); };
6146
+ $ret.h = function (a, b) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
6004
6147
  return $ret;
6005
6148
  })()));
6006
- return $ret;
6007
- })()));
6008
- DashboardTile.d7 = DashboardTile.d1("ValueLines", ((function () {
6009
- var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6010
6149
  $ret.add(((function () {
6011
- var $ret = new DashboardTileCustomization();
6012
- $ret.m = "DataChart";
6013
- $ret.n = "Series";
6014
- $ret.c = true;
6015
- $ret.k = 500;
6016
- $ret.h = function (a) {
6017
- var e_25, _a;
6018
- if (a.valueLines == null) {
6019
- return new ValueGetterResult(null, false);
6020
- }
6021
- var b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.ValueLayerDescription.$, 0);
6022
- var c = 0;
6023
- try {
6024
- for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a.valueLines)), _c = _b.next(); !_c.done; _c = _b.next()) {
6025
- var d = _c.value;
6026
- var e = new igniteuiWebcomponentsCore.ValueLayerDescription();
6027
- e.name = "valueLine" + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCharts.ValueLayerValueMode_$type, d);
6028
- e.valueMode = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCharts.ValueLayerValueMode_$type, d);
6029
- e.isAxisAnnotationEnabled = true;
6030
- if (a.valueLinesBrushes != null && a.valueLinesBrushes.count > 0) {
6031
- if (a.valueLinesBrushes.count > c) {
6032
- var f = a.valueLinesBrushes.item(c);
6033
- e.brush = DashboardTile.bs.adapter.serializeBrush(f);
6034
- }
6035
- }
6036
- else {
6037
- if (d == 6 && a.iu != null) {
6038
- e.brush = DashboardTile.bs.adapter.serializeBrush(a.iu);
6039
- }
6040
- else if (d == 4 && a.iw != null) {
6041
- e.brush = DashboardTile.bs.adapter.serializeBrush(a.iw);
6042
- }
6043
- else if (d == 5 && a.iv != null) {
6044
- e.brush = DashboardTile.bs.adapter.serializeBrush(a.iv);
6045
- }
6046
- }
6047
- b.add(e);
6048
- c++;
6049
- }
6050
- }
6051
- catch (e_25_1) {
6052
- e_25 = { error: e_25_1 };
6053
- }
6054
- finally {
6055
- try {
6056
- if (_c && !_c.done && (_a = _b.return))
6057
- _a.call(_b);
6058
- }
6059
- finally {
6060
- if (e_25)
6061
- throw e_25.error;
6062
- }
6063
- }
6064
- return new ValueGetterResult(b.toArray(), false);
6065
- };
6066
- return $ret;
6067
- })()));
6068
- return $ret;
6069
- })()));
6070
- DashboardTile.gq = DashboardTile.gf("ValueLinesBrushes", "ValueLines");
6071
- DashboardTile.gs = DashboardTile.gf("ValueLinesGlobalAverageBrush", "ValueLines");
6072
- DashboardTile.gw = DashboardTile.gf("ValueLinesGlobalMinimumBrush", "ValueLines");
6073
- DashboardTile.gu = DashboardTile.gf("ValueLinesGlobalMaximumBrush", "ValueLines");
6074
- DashboardTile.dx = DashboardTile.d1("AutoCalloutsVisible", ((function () {
6075
- var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6150
+ var $ret = new DashboardTileCustomization();
6151
+ $ret.m = "ScatterBase";
6152
+ $ret.n = "TrendLineType";
6153
+ $ret.h = function (a, b) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
6154
+ return $ret;
6155
+ })()));
6076
6156
  $ret.add(((function () {
6077
6157
  var $ret = new DashboardTileCustomization();
6078
- $ret.m = "DataChart";
6079
- $ret.n = "Series";
6080
- $ret.c = true;
6081
- $ret.k = 400;
6082
- $ret.h = function (a) {
6083
- if (!a.autoCalloutsVisible) {
6084
- return new ValueGetterResult(null, false);
6085
- }
6086
- var b = new igniteuiWebcomponentsCore.CalloutLayerDescription();
6087
- b.name = "valueLabels";
6088
- b.isAutoCalloutBehaviorEnabled = true;
6089
- b.calloutCollisionMode = "Greedy";
6090
- b.autoCalloutVisibilityMode = "DedicatedLanes";
6091
- return new ValueGetterResult(b, false);
6092
- };
6158
+ $ret.m = "RadialBase";
6159
+ $ret.n = "TrendLineType";
6160
+ $ret.h = function (a, b) { return new ValueGetterResult(igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, a.aj), false); };
6093
6161
  return $ret;
6094
6162
  })()));
6095
6163
  return $ret;
6096
6164
  })()));
6097
- DashboardTile.dz = DashboardTile.d1("CrosshairsAnnotationEnabled", ((function () {
6165
+ DashboardTile.d6 = DashboardTile.d1("TrendLineTypes", ((function () {
6098
6166
  var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6099
6167
  $ret.add(((function () {
6100
6168
  var $ret = new DashboardTileCustomization();
6101
6169
  $ret.m = "DataChart";
6102
6170
  $ret.n = "Series";
6103
6171
  $ret.c = true;
6104
- $ret.k = 600;
6172
+ $ret.k = 500;
6105
6173
  $ret.g = true;
6106
- $ret.h = function (a) {
6107
- if (!a.crosshairsAnnotationEnabled) {
6174
+ $ret.h = function (a, b) {
6175
+ var e_22, _a;
6176
+ if (a.trendLineTypes == null) {
6108
6177
  return new ValueGetterResult(null, false);
6109
6178
  }
6110
- var b = new igniteuiWebcomponentsCore.CrosshairLayerDescription();
6111
- b.name = "crosshairLayer";
6112
- b.isAxisAnnotationEnabled = true;
6113
- switch (a.crosshairsDisplayMode) {
6114
- case 0:
6115
- if (DashboardTile.cu(a.ad.dataSeries)) {
6116
- b.verticalLineVisibility = "Collapsed";
6179
+ var c = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.TrendLineLayerDescription.$, 0);
6180
+ if (b != null) {
6181
+ var d = b;
6182
+ var e = 0;
6183
+ try {
6184
+ for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a.trendLineTypes)), _c = _b.next(); !_c.done; _c = _b.next()) {
6185
+ var f = _c.value;
6186
+ var i = d.series;
6187
+ for (var h = 0; h < i.length; h++) {
6188
+ var g = i[h];
6189
+ if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.AnnotationLayerDescription.$, g) !== null) {
6190
+ continue;
6191
+ }
6192
+ var j = new igniteuiWebcomponentsCore.TrendLineLayerDescription();
6193
+ j.name = "trendLine" + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, f) + "_" + g.name;
6194
+ j.trendLineType = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, f);
6195
+ j.targetSeriesName = g.name;
6196
+ if (a.z != null && a.z.count > 0) {
6197
+ if (a.z.count > e) {
6198
+ var k = a.z.item(e);
6199
+ j.brush = DashboardTile.bs.adapter.serializeBrush(k);
6200
+ }
6201
+ }
6202
+ c.add(j);
6203
+ e++;
6204
+ }
6117
6205
  }
6118
- else {
6119
- b.verticalLineVisibility = "Visible";
6206
+ }
6207
+ catch (e_22_1) {
6208
+ e_22 = { error: e_22_1 };
6209
+ }
6210
+ finally {
6211
+ try {
6212
+ if (_c && !_c.done && (_a = _b.return))
6213
+ _a.call(_b);
6120
6214
  }
6121
- b.horizontalLineVisibility = "Visible";
6122
- break;
6123
- case 1:
6124
- b.horizontalLineVisibility = "Collapsed";
6125
- b.verticalLineVisibility = "Collapsed";
6126
- break;
6127
- case 2:
6128
- b.horizontalLineVisibility = "Visible";
6129
- b.verticalLineVisibility = "Collapsed";
6130
- break;
6131
- case 3:
6132
- b.horizontalLineVisibility = "Collapsed";
6133
- b.verticalLineVisibility = "Visible";
6134
- break;
6135
- case 4:
6136
- b.horizontalLineVisibility = "Visible";
6137
- b.verticalLineVisibility = "Visible";
6138
- break;
6215
+ finally {
6216
+ if (e_22)
6217
+ throw e_22.error;
6218
+ }
6219
+ }
6139
6220
  }
6140
- return new ValueGetterResult(b, false);
6221
+ return new ValueGetterResult(c.toArray(), false);
6141
6222
  };
6142
6223
  return $ret;
6143
6224
  })()));
6144
6225
  return $ret;
6145
6226
  })()));
6146
- DashboardTile.d0 = DashboardTile.d1("FinalValueAnnotationsVisible", ((function () {
6227
+ DashboardTile.dl = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.String_$type, 0);
6228
+ DashboardTile.dv = DashboardTile.d1("ActualBrushes", ((function () {
6147
6229
  var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6148
6230
  $ret.add(((function () {
6149
6231
  var $ret = new DashboardTileCustomization();
6150
6232
  $ret.m = "DataChart";
6151
- $ret.n = "Series";
6152
- $ret.c = true;
6153
- $ret.k = 600;
6154
- $ret.h = function (a) {
6155
- if (!a.finalValueAnnotationsVisible) {
6156
- return new ValueGetterResult(null, false);
6157
- }
6158
- var b = new igniteuiWebcomponentsCore.FinalValueLayerDescription();
6159
- b.name = "finalValueLayer";
6160
- return new ValueGetterResult(b, false);
6161
- };
6233
+ $ret.n = "Brushes";
6234
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.u), false); };
6235
+ return $ret;
6236
+ })()));
6237
+ $ret.add(((function () {
6238
+ var $ret = new DashboardTileCustomization();
6239
+ $ret.m = "DataPieChart";
6240
+ $ret.n = "Brushes";
6241
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.u), false); };
6242
+ return $ret;
6243
+ })()));
6244
+ $ret.add(((function () {
6245
+ var $ret = new DashboardTileCustomization();
6246
+ $ret.m = "GeographicMap";
6247
+ $ret.n = "Brushes";
6248
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.u), false); };
6162
6249
  return $ret;
6163
6250
  })()));
6164
6251
  return $ret;
6165
6252
  })()));
6166
- DashboardTile.fl = DashboardTile.gf("CrosshairsDisplayMode", "CrosshairsAnnotationEnabled");
6167
- return DashboardTile;
6168
- }(igniteuiWebcomponentsCore.Base));
6169
- /**
6170
- * @hidden
6171
- */
6172
- var DashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (function (_super) {
6173
- tslib.__extends(DashboardTileCustomizationCollection, _super);
6174
- function DashboardTileCustomizationCollection() {
6175
- return _super.call(this, DashboardTileCustomization.$, 0) || this;
6176
- }
6177
- DashboardTileCustomizationCollection.$t = igniteuiWebcomponentsCore.markType(DashboardTileCustomizationCollection, 'DashboardTileCustomizationCollection', igniteuiWebcomponentsCore.ObservableCollection$1.$.specialize(DashboardTileCustomization.$));
6178
- return DashboardTileCustomizationCollection;
6179
- }(igniteuiWebcomponentsCore.ObservableCollection$1));
6180
- /**
6181
- * @hidden
6182
- */
6183
- var DataSeriesToDescriptionCustomizations = /** @class */ /*@__PURE__*/ (function (_super) {
6184
- tslib.__extends(DataSeriesToDescriptionCustomizations, _super);
6185
- function DataSeriesToDescriptionCustomizations(a) {
6186
- var e_26, _a, e_27, _b, e_28, _c;
6187
- var _this = _super.call(this) || this;
6188
- _this.h = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
6189
- _this.e = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$), 0);
6190
- _this.g = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
6191
- _this.d = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Dictionary$2.$.specialize(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$)), 0);
6192
- _this.i = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6193
- _this.f = new igniteuiWebcomponentsCore.HashSet$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6194
- _this.j = new igniteuiWebcomponentsCore.List$1(DataSeriesToDescriptionCustomizations.$, 0);
6195
- for (var c = 0; c < a.length; c++) {
6196
- var b = a[c];
6197
- _this.n(b);
6198
- }
6199
- try {
6200
- for (var _d = tslib.__values(igniteuiWebcomponentsCore.fromEnum(_this.h)), _e = _d.next(); !_e.done; _e = _d.next()) {
6201
- var d = _e.value;
6202
- var e = _this.e.item(d);
6203
- _this.m(e);
6204
- }
6205
- }
6206
- catch (e_26_1) {
6207
- e_26 = { error: e_26_1 };
6208
- }
6209
- finally {
6210
- try {
6211
- if (_e && !_e.done && (_a = _d.return))
6212
- _a.call(_d);
6213
- }
6214
- finally {
6215
- if (e_26)
6216
- throw e_26.error;
6217
- }
6218
- }
6219
- try {
6220
- for (var _f = tslib.__values(igniteuiWebcomponentsCore.fromEnum(_this.g)), _g = _f.next(); !_g.done; _g = _f.next()) {
6221
- var f = _g.value;
6222
- var g = _this.d.item(f);
6223
- try {
6224
- for (var _h = (e_28 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(g.keys))), _j = _h.next(); !_j.done; _j = _h.next()) {
6225
- var h = _j.value;
6226
- var i = g.item(h);
6227
- _this.m(i);
6228
- }
6229
- }
6230
- catch (e_28_1) {
6231
- e_28 = { error: e_28_1 };
6232
- }
6233
- finally {
6234
- try {
6235
- if (_j && !_j.done && (_c = _h.return))
6236
- _c.call(_h);
6237
- }
6238
- finally {
6239
- if (e_28)
6240
- throw e_28.error;
6241
- }
6242
- }
6243
- }
6244
- }
6245
- catch (e_27_1) {
6246
- e_27 = { error: e_27_1 };
6247
- }
6248
- finally {
6249
- try {
6250
- if (_g && !_g.done && (_b = _f.return))
6251
- _b.call(_f);
6252
- }
6253
- finally {
6254
- if (e_27)
6255
- throw e_27.error;
6256
- }
6257
- }
6258
- return _this;
6259
- }
6260
- DataSeriesToDescriptionCustomizations.prototype.m = function (a) {
6261
- var e_29, _a;
6262
- try {
6263
- for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
6264
- var b = _c.value;
6265
- if (b.order != -1) {
6266
- a.aa(function (c, d) {
6267
- if (c.order < d.order) {
6268
- return -1;
6269
- }
6270
- else if (c.order > d.order) {
6271
- return 1;
6272
- }
6273
- else {
6274
- return 0;
6275
- }
6276
- });
6277
- return;
6278
- }
6279
- }
6280
- }
6281
- catch (e_29_1) {
6282
- e_29 = { error: e_29_1 };
6283
- }
6284
- finally {
6285
- try {
6286
- if (_c && !_c.done && (_a = _b.return))
6287
- _a.call(_b);
6288
- }
6289
- finally {
6290
- if (e_29)
6291
- throw e_29.error;
6292
- }
6293
- }
6294
- };
6295
- DataSeriesToDescriptionCustomizations.prototype.n = function (a) {
6296
- if (a.matchType == null) {
6297
- return;
6298
- }
6299
- if (a.e != null) {
6300
- if (!this.f.contains(a)) {
6301
- this.f.add_1(a);
6302
- this.i.add(a);
6303
- }
6304
- }
6305
- if (a.isCollectionInsertionAtEnd || a.isCollectionInsertionAtIndex || a.isCollectionInsertionAtStart) {
6306
- if (!this.d.containsKey(a.matchType)) {
6307
- this.d.item(a.matchType, new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$), 0));
6308
- this.g.add(a.matchType);
6309
- }
6310
- if (!this.d.item(a.matchType).containsKey(a.propertyName)) {
6311
- this.d.item(a.matchType).item(a.propertyName, new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0));
6312
- }
6313
- this.d.item(a.matchType).item(a.propertyName).add(a);
6314
- }
6315
- else {
6316
- if (!this.e.containsKey(a.matchType)) {
6317
- this.e.item(a.matchType, new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0));
6318
- this.h.add(a.matchType);
6319
- }
6320
- this.e.item(a.matchType).add(a);
6321
- }
6322
- };
6323
- DataSeriesToDescriptionCustomizations.prototype.hasCustomizationsFor = function (a) {
6324
- if (this.e.containsKey(a) || this.d.containsKey(a) || this.e.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", "")) || this.d.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""))) {
6325
- return true;
6326
- }
6327
- for (var b = 0; b < this.j.count; b++) {
6328
- if (this.j._inner[b].hasCustomizationsFor(a)) {
6329
- return true;
6330
- }
6331
- }
6332
- return false;
6333
- };
6334
- DataSeriesToDescriptionCustomizations.prototype.getPropertyCustomizations = function (a) {
6335
- var b = null;
6336
- if (this.e.containsKey(a)) {
6337
- var c = this.e.item(a);
6338
- if (c != null) {
6339
- if (b == null) {
6340
- b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6341
- }
6342
- for (var d = 0; d < c.count; d++) {
6343
- b.add(c._inner[d]);
6344
- }
6345
- }
6346
- }
6347
- if (this.e.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""))) {
6348
- var e = this.e.item(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""));
6349
- if (e != null) {
6350
- if (b == null) {
6351
- b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6352
- }
6353
- for (var f = 0; f < e.count; f++) {
6354
- b.add(e._inner[f]);
6355
- }
6356
- }
6357
- }
6358
- for (var g = 0; g < this.j.count; g++) {
6359
- var h = this.j._inner[g].getPropertyCustomizations(a);
6360
- if (h != null) {
6361
- if (b == null) {
6362
- b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6363
- }
6364
- for (var i = 0; i < h.length; i++) {
6365
- b.add(h[i]);
6253
+ DashboardTile.dw = DashboardTile.d1("ActualOutlines", ((function () {
6254
+ var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6255
+ $ret.add(((function () {
6256
+ var $ret = new DashboardTileCustomization();
6257
+ $ret.m = "DataChart";
6258
+ $ret.n = "Outlines";
6259
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.v), false); };
6260
+ return $ret;
6261
+ })()));
6262
+ $ret.add(((function () {
6263
+ var $ret = new DashboardTileCustomization();
6264
+ $ret.m = "DataPieChart";
6265
+ $ret.n = "Outlines";
6266
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.v), false); };
6267
+ return $ret;
6268
+ })()));
6269
+ $ret.add(((function () {
6270
+ var $ret = new DashboardTileCustomization();
6271
+ $ret.m = "GeographicMap";
6272
+ $ret.n = "Outlines";
6273
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrushCollection(a.v), false); };
6274
+ return $ret;
6275
+ })()));
6276
+ return $ret;
6277
+ })()));
6278
+ DashboardTile.dy = DashboardTile.d1("CategoryAxisMajorStroke", ((function () {
6279
+ var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6280
+ $ret.add(((function () {
6281
+ var $ret = new DashboardTileCustomization();
6282
+ $ret.m = "CategoryXAxis";
6283
+ $ret.n = "MajorStroke";
6284
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrush(a.is), true); };
6285
+ return $ret;
6286
+ })()));
6287
+ $ret.add(((function () {
6288
+ var $ret = new DashboardTileCustomization();
6289
+ $ret.m = "CategoryYAxis";
6290
+ $ret.n = "MajorStroke";
6291
+ $ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bs.adapter.serializeBrush(a.is), true); };
6292
+ return $ret;
6293
+ })()));
6294
+ return $ret;
6295
+ })()));
6296
+ DashboardTile.d7 = DashboardTile.d1("ValueLines", ((function () {
6297
+ var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6298
+ $ret.add(((function () {
6299
+ var $ret = new DashboardTileCustomization();
6300
+ $ret.m = "DataChart";
6301
+ $ret.n = "Series";
6302
+ $ret.c = true;
6303
+ $ret.k = 500;
6304
+ $ret.h = function (a, b) {
6305
+ var e_23, _a;
6306
+ if (a.valueLines == null) {
6307
+ return new ValueGetterResult(null, false);
6366
6308
  }
6367
- }
6368
- }
6369
- return b != null ? b.toArray() : null;
6370
- };
6371
- DataSeriesToDescriptionCustomizations.prototype.getCollectionModifiers = function (a) {
6372
- var e_30, _a, e_31, _b;
6373
- var b = null;
6374
- if (this.d.containsKey(a)) {
6375
- try {
6376
- for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.d.item(a).keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
6377
- var c = _d.value;
6378
- var d = this.d.item(a).item(c);
6379
- if (b == null) {
6380
- b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6381
- }
6382
- for (var e = 0; e < d.count; e++) {
6383
- b.add(d._inner[e]);
6309
+ var c = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.ValueLayerDescription.$, 0);
6310
+ var d = 0;
6311
+ try {
6312
+ for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a.valueLines)), _c = _b.next(); !_c.done; _c = _b.next()) {
6313
+ var e = _c.value;
6314
+ var f = new igniteuiWebcomponentsCore.ValueLayerDescription();
6315
+ f.name = "valueLine" + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCharts.ValueLayerValueMode_$type, e);
6316
+ f.valueMode = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCharts.ValueLayerValueMode_$type, e);
6317
+ f.isAxisAnnotationEnabled = true;
6318
+ if (a.valueLinesBrushes != null && a.valueLinesBrushes.count > 0) {
6319
+ if (a.valueLinesBrushes.count > d) {
6320
+ var g = a.valueLinesBrushes.item(d);
6321
+ f.brush = DashboardTile.bs.adapter.serializeBrush(g);
6322
+ }
6323
+ }
6324
+ else {
6325
+ if (e == 6 && a.it != null) {
6326
+ f.brush = DashboardTile.bs.adapter.serializeBrush(a.it);
6327
+ }
6328
+ else if (e == 4 && a.iv != null) {
6329
+ f.brush = DashboardTile.bs.adapter.serializeBrush(a.iv);
6330
+ }
6331
+ else if (e == 5 && a.iu != null) {
6332
+ f.brush = DashboardTile.bs.adapter.serializeBrush(a.iu);
6333
+ }
6334
+ }
6335
+ c.add(f);
6336
+ d++;
6384
6337
  }
6385
6338
  }
6386
- }
6387
- catch (e_30_1) {
6388
- e_30 = { error: e_30_1 };
6389
- }
6390
- finally {
6391
- try {
6392
- if (_d && !_d.done && (_a = _c.return))
6393
- _a.call(_c);
6339
+ catch (e_23_1) {
6340
+ e_23 = { error: e_23_1 };
6394
6341
  }
6395
6342
  finally {
6396
- if (e_30)
6397
- throw e_30.error;
6398
- }
6399
- }
6400
- return b.toArray();
6401
- }
6402
- if (this.d.containsKey(igniteuiWebcomponentsCore.stringReplace(a, "Description", ""))) {
6403
- try {
6404
- for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.d.item(igniteuiWebcomponentsCore.stringReplace(a, "Description", "")).keys)), _f = _e.next(); !_f.done; _f = _e.next()) {
6405
- var f = _f.value;
6406
- var g = this.d.item(igniteuiWebcomponentsCore.stringReplace(a, "Description", "")).item(f);
6407
- if (b == null) {
6408
- b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6343
+ try {
6344
+ if (_c && !_c.done && (_a = _b.return))
6345
+ _a.call(_b);
6409
6346
  }
6410
- for (var h = 0; h < g.count; h++) {
6411
- b.add(g._inner[h]);
6347
+ finally {
6348
+ if (e_23)
6349
+ throw e_23.error;
6412
6350
  }
6413
6351
  }
6414
- }
6415
- catch (e_31_1) {
6416
- e_31 = { error: e_31_1 };
6417
- }
6418
- finally {
6419
- try {
6420
- if (_f && !_f.done && (_b = _e.return))
6421
- _b.call(_e);
6352
+ return new ValueGetterResult(c.toArray(), false);
6353
+ };
6354
+ return $ret;
6355
+ })()));
6356
+ return $ret;
6357
+ })()));
6358
+ DashboardTile.gq = DashboardTile.gf("ValueLinesBrushes", "ValueLines");
6359
+ DashboardTile.gs = DashboardTile.gf("ValueLinesGlobalAverageBrush", "ValueLines");
6360
+ DashboardTile.gw = DashboardTile.gf("ValueLinesGlobalMinimumBrush", "ValueLines");
6361
+ DashboardTile.gu = DashboardTile.gf("ValueLinesGlobalMaximumBrush", "ValueLines");
6362
+ DashboardTile.dx = DashboardTile.d1("AutoCalloutsVisible", ((function () {
6363
+ var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6364
+ $ret.add(((function () {
6365
+ var $ret = new DashboardTileCustomization();
6366
+ $ret.m = "DataChart";
6367
+ $ret.n = "Series";
6368
+ $ret.c = true;
6369
+ $ret.k = 400;
6370
+ $ret.h = function (a, b) {
6371
+ if (!a.autoCalloutsVisible) {
6372
+ return new ValueGetterResult(null, false);
6422
6373
  }
6423
- finally {
6424
- if (e_31)
6425
- throw e_31.error;
6374
+ var c = new igniteuiWebcomponentsCore.CalloutLayerDescription();
6375
+ c.name = "valueLabels";
6376
+ c.isAutoCalloutBehaviorEnabled = true;
6377
+ c.calloutCollisionMode = "Greedy";
6378
+ c.autoCalloutVisibilityMode = "DedicatedLanes";
6379
+ return new ValueGetterResult(c, false);
6380
+ };
6381
+ return $ret;
6382
+ })()));
6383
+ return $ret;
6384
+ })()));
6385
+ DashboardTile.dz = DashboardTile.d1("CrosshairsAnnotationEnabled", ((function () {
6386
+ var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6387
+ $ret.add(((function () {
6388
+ var $ret = new DashboardTileCustomization();
6389
+ $ret.m = "DataChart";
6390
+ $ret.n = "Series";
6391
+ $ret.c = true;
6392
+ $ret.k = 600;
6393
+ $ret.g = true;
6394
+ $ret.h = function (a, b) {
6395
+ if (!a.crosshairsAnnotationEnabled) {
6396
+ return new ValueGetterResult(null, false);
6426
6397
  }
6427
- }
6428
- return b.toArray();
6429
- }
6430
- for (var i = 0; i < this.j.count; i++) {
6431
- var j = this.j._inner[i].getPropertyCustomizations(a);
6432
- if (j != null) {
6433
- if (b == null) {
6434
- b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
6398
+ var c = new igniteuiWebcomponentsCore.CrosshairLayerDescription();
6399
+ c.name = "crosshairLayer";
6400
+ c.isAxisAnnotationEnabled = true;
6401
+ switch (a.crosshairsDisplayMode) {
6402
+ case 0:
6403
+ if (DashboardTile.cu(a.ad.dataSeries)) {
6404
+ c.verticalLineVisibility = "Collapsed";
6405
+ }
6406
+ else {
6407
+ c.verticalLineVisibility = "Visible";
6408
+ }
6409
+ c.horizontalLineVisibility = "Visible";
6410
+ break;
6411
+ case 1:
6412
+ c.horizontalLineVisibility = "Collapsed";
6413
+ c.verticalLineVisibility = "Collapsed";
6414
+ break;
6415
+ case 2:
6416
+ c.horizontalLineVisibility = "Visible";
6417
+ c.verticalLineVisibility = "Collapsed";
6418
+ break;
6419
+ case 3:
6420
+ c.horizontalLineVisibility = "Collapsed";
6421
+ c.verticalLineVisibility = "Visible";
6422
+ break;
6423
+ case 4:
6424
+ c.horizontalLineVisibility = "Visible";
6425
+ c.verticalLineVisibility = "Visible";
6426
+ break;
6435
6427
  }
6436
- for (var k = 0; k < j.length; k++) {
6437
- b.add(j[k]);
6428
+ return new ValueGetterResult(c, false);
6429
+ };
6430
+ return $ret;
6431
+ })()));
6432
+ return $ret;
6433
+ })()));
6434
+ DashboardTile.d0 = DashboardTile.d1("FinalValueAnnotationsVisible", ((function () {
6435
+ var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
6436
+ $ret.add(((function () {
6437
+ var $ret = new DashboardTileCustomization();
6438
+ $ret.m = "DataChart";
6439
+ $ret.n = "Series";
6440
+ $ret.c = true;
6441
+ $ret.k = 600;
6442
+ $ret.h = function (a, b) {
6443
+ if (!a.finalValueAnnotationsVisible) {
6444
+ return new ValueGetterResult(null, false);
6438
6445
  }
6439
- }
6440
- }
6441
- return null;
6442
- };
6443
- DataSeriesToDescriptionCustomizations.prototype.clearOtherCustomizations = function () {
6444
- this.j.clear();
6445
- };
6446
- DataSeriesToDescriptionCustomizations.prototype.addOtherCustomizations = function (a) {
6447
- this.j.add(a);
6448
- };
6449
- DataSeriesToDescriptionCustomizations.prototype.o = function (a) {
6450
- for (var b = 0; b < this.i.count; b++) {
6451
- if (this.i._inner[b].e != null) {
6452
- var c = this.i._inner[b].e(a);
6453
- this.i._inner[b].propertyValue = c;
6454
- }
6455
- }
6456
- };
6457
- DataSeriesToDescriptionCustomizations.$t = igniteuiWebcomponentsCore.markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations');
6458
- return DataSeriesToDescriptionCustomizations;
6446
+ var c = new igniteuiWebcomponentsCore.FinalValueLayerDescription();
6447
+ c.name = "finalValueLayer";
6448
+ return new ValueGetterResult(c, false);
6449
+ };
6450
+ return $ret;
6451
+ })()));
6452
+ return $ret;
6453
+ })()));
6454
+ DashboardTile.fl = DashboardTile.gf("CrosshairsDisplayMode", "CrosshairsAnnotationEnabled");
6455
+ return DashboardTile;
6459
6456
  }(igniteuiWebcomponentsCore.Base));
6457
+ /**
6458
+ * @hidden
6459
+ */
6460
+ var DashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (function (_super) {
6461
+ tslib.__extends(DashboardTileCustomizationCollection, _super);
6462
+ function DashboardTileCustomizationCollection() {
6463
+ return _super.call(this, DashboardTileCustomization.$, 0) || this;
6464
+ }
6465
+ DashboardTileCustomizationCollection.$t = igniteuiWebcomponentsCore.markType(DashboardTileCustomizationCollection, 'DashboardTileCustomizationCollection', igniteuiWebcomponentsCore.ObservableCollection$1.$.specialize(DashboardTileCustomization.$));
6466
+ return DashboardTileCustomizationCollection;
6467
+ }(igniteuiWebcomponentsCore.ObservableCollection$1));
6460
6468
  /**
6461
6469
  * @hidden
6462
6470
  */
@@ -6576,7 +6584,7 @@
6576
6584
  case "ShowGridlines":
6577
6585
  {
6578
6586
  var d = b;
6579
- d.isChecked = c.it != null;
6587
+ d.isChecked = c.is != null;
6580
6588
  }
6581
6589
  break;
6582
6590
  }
@@ -6585,7 +6593,7 @@
6585
6593
  var e = a;
6586
6594
  switch (b) {
6587
6595
  case "CategoryAxisMajorStroke":
6588
- this.k("ShowGridlines", 2, a.it != null);
6596
+ this.k("ShowGridlines", 2, a.is != null);
6589
6597
  break;
6590
6598
  case "ValidVisualizationTypes":
6591
6599
  a.hj();
@@ -6595,16 +6603,16 @@
6595
6603
  DashboardTileToolbarProvider.prototype.onToolCommandExecuting = function (a, b) {
6596
6604
  var c = a;
6597
6605
  if (b.commandId == "DashboardTileToggleGrid") {
6598
- c.ig();
6606
+ c.ie();
6599
6607
  }
6600
6608
  if (b.commandId == "DashboardTileToggleEditor") {
6601
- c.ie();
6609
+ c.id();
6602
6610
  }
6603
6611
  if (igniteuiWebcomponentsCore.stringStartsWith(b.commandId, "DashboardTileVisualizationType")) {
6604
6612
  var d_1 = igniteuiWebcomponentsCore.stringReplace(b.commandId, "DashboardTileVisualizationType", "");
6605
- var e_32;
6606
- if (((function () { var f = igniteuiWebcomponentsCore.EnumUtil.tryParse$1(DashboardTileVisualizationType_$type, d_1, true, e_32); e_32 = f.p2; return f.ret; })())) {
6607
- c.ba = e_32;
6613
+ var e_24;
6614
+ if (((function () { var f = igniteuiWebcomponentsCore.EnumUtil.tryParse$1(DashboardTileVisualizationType_$type, d_1, true, e_24); e_24 = f.p2; return f.ret; })())) {
6615
+ c.ba = e_24;
6608
6616
  }
6609
6617
  }
6610
6618
  return _super.prototype.onToolCommandExecuting.call(this, a, b);
@@ -6612,23 +6620,23 @@
6612
6620
  DashboardTileToolbarProvider.prototype.s = function (a, b) {
6613
6621
  var c = a;
6614
6622
  if (this.h(b, "ShowGridlines")) {
6615
- if (c.it == null) {
6623
+ if (c.is == null) {
6616
6624
  if (this.cs != null) {
6617
- c.it = this.cs;
6625
+ c.is = this.cs;
6618
6626
  }
6619
6627
  else {
6620
6628
  var d_2 = null;
6621
6629
  c.hf(function (e) {
6622
- d_2 = e.aa5;
6623
- c.it = d_2;
6630
+ d_2 = e.abh;
6631
+ c.is = d_2;
6624
6632
  });
6625
6633
  }
6626
6634
  }
6627
6635
  }
6628
6636
  else {
6629
- if (c.it != null) {
6630
- this.cs = c.it;
6631
- c.it = null;
6637
+ if (c.is != null) {
6638
+ this.cs = c.is;
6639
+ c.is = null;
6632
6640
  }
6633
6641
  }
6634
6642
  };
@@ -8556,11 +8564,11 @@
8556
8564
  * Gets the brush to use for the Category axis major strokes, if applicable.
8557
8565
  */
8558
8566
  get: function () {
8559
- return igniteuiWebcomponentsCore.brushToString(this.i.it);
8567
+ return igniteuiWebcomponentsCore.brushToString(this.i.is);
8560
8568
  },
8561
8569
  set: function (v) {
8562
- this.i.it = igniteuiWebcomponentsCore.stringToBrush(v);
8563
- this._a("categoryAxisMajorStroke", igniteuiWebcomponentsCore.brushToString(this.i.it));
8570
+ this.i.is = igniteuiWebcomponentsCore.stringToBrush(v);
8571
+ this._a("categoryAxisMajorStroke", igniteuiWebcomponentsCore.brushToString(this.i.is));
8564
8572
  },
8565
8573
  enumerable: false,
8566
8574
  configurable: true
@@ -8621,11 +8629,11 @@
8621
8629
  * Gets or sets the color for GlobalAverage value lines.
8622
8630
  */
8623
8631
  get: function () {
8624
- return igniteuiWebcomponentsCore.brushToString(this.i.iu);
8632
+ return igniteuiWebcomponentsCore.brushToString(this.i.it);
8625
8633
  },
8626
8634
  set: function (v) {
8627
- this.i.iu = igniteuiWebcomponentsCore.stringToBrush(v);
8628
- this._a("valueLinesGlobalAverageBrush", igniteuiWebcomponentsCore.brushToString(this.i.iu));
8635
+ this.i.it = igniteuiWebcomponentsCore.stringToBrush(v);
8636
+ this._a("valueLinesGlobalAverageBrush", igniteuiWebcomponentsCore.brushToString(this.i.it));
8629
8637
  },
8630
8638
  enumerable: false,
8631
8639
  configurable: true
@@ -8635,11 +8643,11 @@
8635
8643
  * Gets or sets the color for GlobalMinimum value lines.
8636
8644
  */
8637
8645
  get: function () {
8638
- return igniteuiWebcomponentsCore.brushToString(this.i.iw);
8646
+ return igniteuiWebcomponentsCore.brushToString(this.i.iv);
8639
8647
  },
8640
8648
  set: function (v) {
8641
- this.i.iw = igniteuiWebcomponentsCore.stringToBrush(v);
8642
- this._a("valueLinesGlobalMinimumBrush", igniteuiWebcomponentsCore.brushToString(this.i.iw));
8649
+ this.i.iv = igniteuiWebcomponentsCore.stringToBrush(v);
8650
+ this._a("valueLinesGlobalMinimumBrush", igniteuiWebcomponentsCore.brushToString(this.i.iv));
8643
8651
  },
8644
8652
  enumerable: false,
8645
8653
  configurable: true
@@ -8649,11 +8657,11 @@
8649
8657
  * Gets or sets the color for GlobalMaximum value lines.
8650
8658
  */
8651
8659
  get: function () {
8652
- return igniteuiWebcomponentsCore.brushToString(this.i.iv);
8660
+ return igniteuiWebcomponentsCore.brushToString(this.i.iu);
8653
8661
  },
8654
8662
  set: function (v) {
8655
- this.i.iv = igniteuiWebcomponentsCore.stringToBrush(v);
8656
- this._a("valueLinesGlobalMaximumBrush", igniteuiWebcomponentsCore.brushToString(this.i.iv));
8663
+ this.i.iu = igniteuiWebcomponentsCore.stringToBrush(v);
8664
+ this._a("valueLinesGlobalMaximumBrush", igniteuiWebcomponentsCore.brushToString(this.i.iu));
8657
8665
  },
8658
8666
  enumerable: false,
8659
8667
  configurable: true
@@ -8775,11 +8783,11 @@
8775
8783
  * Gets or sets the color to use for the background of the component.
8776
8784
  */
8777
8785
  get: function () {
8778
- return igniteuiWebcomponentsCore.brushToString(this.i.is);
8786
+ return igniteuiWebcomponentsCore.brushToString(this.i.ir);
8779
8787
  },
8780
8788
  set: function (v) {
8781
- this.i.is = igniteuiWebcomponentsCore.stringToBrush(v);
8782
- this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.is));
8789
+ this.i.ir = igniteuiWebcomponentsCore.stringToBrush(v);
8790
+ this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ir));
8783
8791
  },
8784
8792
  enumerable: false,
8785
8793
  configurable: true
@@ -8912,7 +8920,7 @@
8912
8920
  this._inStyling = false;
8913
8921
  };
8914
8922
  IgcDashboardTileComponent.prototype.updateSettingsValue = function (key, value) {
8915
- this.i.ii(key, value);
8923
+ this.i.ih(key, value);
8916
8924
  };
8917
8925
  IgcDashboardTileComponent.prototype.getSettingsValue = function (key) {
8918
8926
  var iv = this.i.ew(key);
@@ -9334,20 +9342,6 @@
9334
9342
  return IgcDataChartDashboardTileModule;
9335
9343
  }());
9336
9344
 
9337
- /*
9338
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9339
- https://www.infragistics.com/legal/license/igultimate-la
9340
- https://www.infragistics.com/legal/license/igultimate-eula
9341
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
9342
- */
9343
-
9344
- /*
9345
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9346
- https://www.infragistics.com/legal/license/igultimate-la
9347
- https://www.infragistics.com/legal/license/igultimate-eula
9348
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
9349
- */
9350
-
9351
9345
  /*
9352
9346
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9353
9347
  https://www.infragistics.com/legal/license/igultimate-la
@@ -9366,13 +9360,6 @@
9366
9360
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
9367
9361
  */
9368
9362
 
9369
- /*
9370
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9371
- https://www.infragistics.com/legal/license/igultimate-la
9372
- https://www.infragistics.com/legal/license/igultimate-eula
9373
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
9374
- */
9375
-
9376
9363
  /*
9377
9364
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9378
9365
  https://www.infragistics.com/legal/license/igultimate-la
@@ -9426,13 +9413,6 @@
9426
9413
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
9427
9414
  */
9428
9415
 
9429
- /*
9430
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9431
- https://www.infragistics.com/legal/license/igultimate-la
9432
- https://www.infragistics.com/legal/license/igultimate-eula
9433
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
9434
- */
9435
-
9436
9416
  /*
9437
9417
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
9438
9418
  https://www.infragistics.com/legal/license/igultimate-la