igniteui-webcomponents-dashboards 5.1.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-webcomponents-dashboards.umd.js +9396 -0
  4. package/bundles/igniteui-webcomponents-dashboards.umd.min.js +7 -0
  5. package/esm2015/igniteui-webcomponents-dashboards.js +1 -0
  6. package/esm2015/lib/DashboardTile.js +7 -0
  7. package/esm2015/lib/DashboardTileChangingContentEventArgs.js +26 -0
  8. package/esm2015/lib/DashboardTileCommonFeature.js +39 -0
  9. package/esm2015/lib/DashboardTileCustomization.js +7 -0
  10. package/esm2015/lib/DashboardTileCustomizationCollection.js +7 -0
  11. package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +33 -0
  12. package/esm2015/lib/DashboardTileGalleryIconInfo.js +22 -0
  13. package/esm2015/lib/DashboardTileGroupDescription.js +52 -0
  14. package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +84 -0
  15. package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +20 -0
  16. package/esm2015/lib/DashboardTileSortDescription.js +61 -0
  17. package/esm2015/lib/DashboardTileSortDescriptionCollection.js +96 -0
  18. package/esm2015/lib/DashboardTileSummaryDescription.js +123 -0
  19. package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +102 -0
  20. package/esm2015/lib/DashboardTileToolbarProvider.js +7 -0
  21. package/esm2015/lib/DashboardTileView.js +7 -0
  22. package/esm2015/lib/DashboardTileView_combined.js +3151 -0
  23. package/esm2015/lib/DashboardTileVisualizationType.js +50 -0
  24. package/esm2015/lib/DataChartDashboardTileFeature.js +76 -0
  25. package/esm2015/lib/DataSeriesToDescriptionAdapter.js +1556 -0
  26. package/esm2015/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
  27. package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +146 -0
  28. package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +85 -0
  29. package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +176 -0
  30. package/esm2015/lib/DescriptionValueLookupHelper.js +38 -0
  31. package/esm2015/lib/GeographicMapDashboardTileFeature.js +26 -0
  32. package/esm2015/lib/IDashboardTileView.js +11 -0
  33. package/esm2015/lib/IExternalDashboardTile.js +11 -0
  34. package/esm2015/lib/LinearGaugeDashboardTileFeature.js +26 -0
  35. package/esm2015/lib/PieChartDashboardTileFeature.js +28 -0
  36. package/esm2015/lib/RadialGaugeDashboardTileFeature.js +26 -0
  37. package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
  38. package/esm2015/lib/igc-dashboard-tile-component.js +1147 -0
  39. package/esm2015/lib/igc-dashboard-tile-customization-collection.js +53 -0
  40. package/esm2015/lib/igc-dashboard-tile-customization-component.js +265 -0
  41. package/esm2015/lib/igc-dashboard-tile-customization-module.js +16 -0
  42. package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
  43. package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +76 -0
  44. package/esm2015/lib/igc-dashboard-tile-group-description-module.js +15 -0
  45. package/esm2015/lib/igc-dashboard-tile-group-description.js +19 -0
  46. package/esm2015/lib/igc-dashboard-tile-module.js +33 -0
  47. package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
  48. package/esm2015/lib/igc-dashboard-tile-sort-description-module.js +15 -0
  49. package/esm2015/lib/igc-dashboard-tile-sort-description.js +70 -0
  50. package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
  51. package/esm2015/lib/igc-dashboard-tile-summary-description-module.js +15 -0
  52. package/esm2015/lib/igc-dashboard-tile-summary-description.js +107 -0
  53. package/esm2015/lib/igc-data-chart-dashboard-tile-module.js +36 -0
  54. package/esm2015/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
  55. package/esm2015/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
  56. package/esm2015/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
  57. package/esm2015/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
  58. package/esm2015/public_api.js +51 -0
  59. package/esm5/igniteui-webcomponents-dashboards.js +1 -0
  60. package/esm5/lib/DashboardTile.js +7 -0
  61. package/esm5/lib/DashboardTileChangingContentEventArgs.js +32 -0
  62. package/esm5/lib/DashboardTileCommonFeature.js +43 -0
  63. package/esm5/lib/DashboardTileCustomization.js +7 -0
  64. package/esm5/lib/DashboardTileCustomizationCollection.js +7 -0
  65. package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +43 -0
  66. package/esm5/lib/DashboardTileGalleryIconInfo.js +24 -0
  67. package/esm5/lib/DashboardTileGroupDescription.js +59 -0
  68. package/esm5/lib/DashboardTileGroupDescriptionCollection.js +94 -0
  69. package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +22 -0
  70. package/esm5/lib/DashboardTileSortDescription.js +75 -0
  71. package/esm5/lib/DashboardTileSortDescriptionCollection.js +110 -0
  72. package/esm5/lib/DashboardTileSummaryDescription.js +149 -0
  73. package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +116 -0
  74. package/esm5/lib/DashboardTileToolbarProvider.js +7 -0
  75. package/esm5/lib/DashboardTileView.js +7 -0
  76. package/esm5/lib/DashboardTileView_combined.js +3814 -0
  77. package/esm5/lib/DashboardTileVisualizationType.js +50 -0
  78. package/esm5/lib/DataChartDashboardTileFeature.js +80 -0
  79. package/esm5/lib/DataSeriesToDescriptionAdapter.js +1581 -0
  80. package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
  81. package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +168 -0
  82. package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +111 -0
  83. package/esm5/lib/DataSeriesToDescriptionCustomizations.js +277 -0
  84. package/esm5/lib/DescriptionValueLookupHelper.js +46 -0
  85. package/esm5/lib/GeographicMapDashboardTileFeature.js +30 -0
  86. package/esm5/lib/IDashboardTileView.js +11 -0
  87. package/esm5/lib/IExternalDashboardTile.js +11 -0
  88. package/esm5/lib/LinearGaugeDashboardTileFeature.js +30 -0
  89. package/esm5/lib/PieChartDashboardTileFeature.js +32 -0
  90. package/esm5/lib/RadialGaugeDashboardTileFeature.js +30 -0
  91. package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +46 -0
  92. package/esm5/lib/igc-dashboard-tile-component.js +1401 -0
  93. package/esm5/lib/igc-dashboard-tile-customization-collection.js +58 -0
  94. package/esm5/lib/igc-dashboard-tile-customization-component.js +319 -0
  95. package/esm5/lib/igc-dashboard-tile-customization-module.js +20 -0
  96. package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +62 -0
  97. package/esm5/lib/igc-dashboard-tile-group-description-collection.js +82 -0
  98. package/esm5/lib/igc-dashboard-tile-group-description-module.js +19 -0
  99. package/esm5/lib/igc-dashboard-tile-group-description.js +27 -0
  100. package/esm5/lib/igc-dashboard-tile-module.js +37 -0
  101. package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +96 -0
  102. package/esm5/lib/igc-dashboard-tile-sort-description-module.js +19 -0
  103. package/esm5/lib/igc-dashboard-tile-sort-description.js +84 -0
  104. package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +93 -0
  105. package/esm5/lib/igc-dashboard-tile-summary-description-module.js +19 -0
  106. package/esm5/lib/igc-dashboard-tile-summary-description.js +134 -0
  107. package/esm5/lib/igc-data-chart-dashboard-tile-module.js +40 -0
  108. package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +22 -0
  109. package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +22 -0
  110. package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +22 -0
  111. package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +22 -0
  112. package/esm5/public_api.js +51 -0
  113. package/fesm2015/igniteui-webcomponents-dashboards.js +7990 -0
  114. package/fesm5/igniteui-webcomponents-dashboards.js +9344 -0
  115. package/igniteui-webcomponents-dashboards.d.ts +1 -0
  116. package/lib/DashboardTile.d.ts +1 -0
  117. package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
  118. package/lib/DashboardTileCommonFeature.d.ts +9 -0
  119. package/lib/DashboardTileCustomization.d.ts +1 -0
  120. package/lib/DashboardTileCustomizationCollection.d.ts +1 -0
  121. package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
  122. package/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
  123. package/lib/DashboardTileGroupDescription.d.ts +16 -0
  124. package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
  125. package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
  126. package/lib/DashboardTileSortDescription.d.ts +20 -0
  127. package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
  128. package/lib/DashboardTileSummaryDescription.d.ts +38 -0
  129. package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
  130. package/lib/DashboardTileToolbarProvider.d.ts +1 -0
  131. package/lib/DashboardTileView.d.ts +1 -0
  132. package/lib/DashboardTileView_combined.d.ts +525 -0
  133. package/lib/DashboardTileVisualizationType.d.ts +43 -0
  134. package/lib/DataChartDashboardTileFeature.d.ts +10 -0
  135. package/lib/DataSeriesToDescriptionAdapter.d.ts +62 -0
  136. package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
  137. package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
  138. package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
  139. package/lib/DataSeriesToDescriptionCustomizations.d.ts +21 -0
  140. package/lib/DescriptionValueLookupHelper.d.ts +12 -0
  141. package/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
  142. package/lib/IDashboardTileView.d.ts +20 -0
  143. package/lib/IExternalDashboardTile.d.ts +13 -0
  144. package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
  145. package/lib/PieChartDashboardTileFeature.d.ts +10 -0
  146. package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
  147. package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
  148. package/lib/igc-dashboard-tile-component.d.ts +348 -0
  149. package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
  150. package/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
  151. package/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
  152. package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
  153. package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
  154. package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
  155. package/lib/igc-dashboard-tile-group-description.d.ts +13 -0
  156. package/lib/igc-dashboard-tile-module.d.ts +3 -0
  157. package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
  158. package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
  159. package/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
  160. package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
  161. package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
  162. package/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
  163. package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
  164. package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
  165. package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
  166. package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
  167. package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
  168. package/package.json +42 -0
  169. package/public_api.d.ts +51 -0
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { markEnum } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export var DataSeriesToDescriptionAdapterControlType_$type = /*@__PURE__*/ markEnum('DataSeriesToDescriptionAdapterControlType', 'DataChart,0|Pie,1|GeoMap,2|RadialGauge,3|LinearGauge,4');
@@ -0,0 +1,168 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, String_$type, Number_$type, EnumUtil, markType } from "igniteui-webcomponents-core";
9
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
10
+ import { DataSeriesAxisType_$type } from "igniteui-webcomponents-core";
11
+ import { DataSeriesType_$type } from "igniteui-webcomponents-core";
12
+ import { Guid } from "igniteui-webcomponents-core";
13
+ /**
14
+ * @hidden
15
+ */
16
+ var DataSeriesToDescriptionAdapterResult = /** @class */ /*@__PURE__*/ (function (_super) {
17
+ __extends(DataSeriesToDescriptionAdapterResult, _super);
18
+ function DataSeriesToDescriptionAdapterResult(a) {
19
+ var _this = _super.call(this) || this;
20
+ _this.c = null;
21
+ _this._content = null;
22
+ _this._refNames = null;
23
+ _this._refValues = null;
24
+ _this._mainRef = null;
25
+ _this._descriptionType = null;
26
+ _this.f = new Dictionary$2(String_$type, Number_$type, 0);
27
+ _this.e = new Dictionary$2(Base.$, String_$type, 0);
28
+ _this.c = a;
29
+ _this.refNames = new Array(0);
30
+ _this.refValues = new Array(0);
31
+ return _this;
32
+ }
33
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "content", {
34
+ get: function () {
35
+ return this._content;
36
+ },
37
+ set: function (a) {
38
+ this._content = a;
39
+ },
40
+ enumerable: false,
41
+ configurable: true
42
+ });
43
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "refNames", {
44
+ get: function () {
45
+ return this._refNames;
46
+ },
47
+ set: function (a) {
48
+ this._refNames = a;
49
+ },
50
+ enumerable: false,
51
+ configurable: true
52
+ });
53
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "refValues", {
54
+ get: function () {
55
+ return this._refValues;
56
+ },
57
+ set: function (a) {
58
+ this._refValues = a;
59
+ },
60
+ enumerable: false,
61
+ configurable: true
62
+ });
63
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "mainRef", {
64
+ get: function () {
65
+ return this._mainRef;
66
+ },
67
+ set: function (a) {
68
+ this._mainRef = a;
69
+ },
70
+ enumerable: false,
71
+ configurable: true
72
+ });
73
+ Object.defineProperty(DataSeriesToDescriptionAdapterResult.prototype, "descriptionType", {
74
+ get: function () {
75
+ return this._descriptionType;
76
+ },
77
+ set: function (a) {
78
+ this._descriptionType = a;
79
+ },
80
+ enumerable: false,
81
+ configurable: true
82
+ });
83
+ DataSeriesToDescriptionAdapterResult.prototype.h = function (a, b, c) {
84
+ var d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, a) + "_" + (b ? "primary" : "secondary") + "_";
85
+ if (!this.f.containsKey(d)) {
86
+ this.f.item(d, 0);
87
+ }
88
+ var e = this.f.item(d);
89
+ var f = d + "_" + e;
90
+ this.f.item(d, e + 1);
91
+ return f;
92
+ };
93
+ DataSeriesToDescriptionAdapterResult.prototype.k = function (a) {
94
+ var b = EnumUtil.getName(DataSeriesType_$type, a) + "_";
95
+ if (!this.f.containsKey(b)) {
96
+ this.f.item(b, 0);
97
+ }
98
+ var c = this.f.item(b);
99
+ var d = b + "_" + c;
100
+ this.f.item(b, c + 1);
101
+ return d;
102
+ };
103
+ DataSeriesToDescriptionAdapterResult.prototype.m = function (a) {
104
+ if (a == null) {
105
+ return null;
106
+ }
107
+ if (!this.e.containsKey(a)) {
108
+ this.e.item(a, Guid.newGuid().toString());
109
+ var b = new Array(this.refNames.length + 1);
110
+ var c = new Array(this.refValues.length + 1);
111
+ for (var d = 0; d < this.refNames.length; d++) {
112
+ b[d] = this.refNames[d];
113
+ }
114
+ for (var e = 0; e < this.refValues.length; e++) {
115
+ c[e] = this.refValues[e];
116
+ }
117
+ b[b.length - 1] = this.e.item(a);
118
+ c[c.length - 1] = a;
119
+ this.refNames = b;
120
+ this.refValues = c;
121
+ }
122
+ var f = this.e.item(a);
123
+ return f;
124
+ };
125
+ DataSeriesToDescriptionAdapterResult.prototype.i = function (a) {
126
+ var b = a.suggestedPrimaryAxis;
127
+ var c = false;
128
+ if (a.suggestedSeries == 3) {
129
+ c = true;
130
+ }
131
+ var d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, b) + "_" + (true ? "primary" : "secondary") + "_";
132
+ if (!this.f.containsKey(d)) {
133
+ this.f.item(d, 0);
134
+ }
135
+ var e = this.f.item(d);
136
+ if (e > 0) {
137
+ e--;
138
+ }
139
+ var f = d + "_" + e;
140
+ if (this.c.refNamespace != null) {
141
+ f = this.c.refNamespace + "/" + f;
142
+ }
143
+ return f;
144
+ };
145
+ DataSeriesToDescriptionAdapterResult.prototype.j = function (a) {
146
+ var b = a.suggestedSecondaryAxis;
147
+ var c = false;
148
+ if (a.suggestedSeries == 3) {
149
+ c = true;
150
+ }
151
+ var d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, b) + "_" + (false ? "primary" : "secondary") + "_";
152
+ if (!this.f.containsKey(d)) {
153
+ this.f.item(d, 0);
154
+ }
155
+ var e = this.f.item(d);
156
+ if (e > 0) {
157
+ e--;
158
+ }
159
+ var f = d + "_" + e;
160
+ if (this.c.refNamespace != null) {
161
+ f = this.c.refNamespace + "/" + f;
162
+ }
163
+ return f;
164
+ };
165
+ DataSeriesToDescriptionAdapterResult.$t = markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult');
166
+ return DataSeriesToDescriptionAdapterResult;
167
+ }(Base));
168
+ export { DataSeriesToDescriptionAdapterResult };
@@ -0,0 +1,111 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, String_$type, Delegate_$type, markType } from "igniteui-webcomponents-core";
9
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var DataSeriesToDescriptionAdapterSettings = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(DataSeriesToDescriptionAdapterSettings, _super);
15
+ function DataSeriesToDescriptionAdapterSettings() {
16
+ var _this = _super !== null && _super.apply(this, arguments) || this;
17
+ _this._customizations = null;
18
+ _this._originalData = null;
19
+ _this._context = null;
20
+ _this._shouldStackCategories = false;
21
+ _this._shouldPreferRadialCategories = false;
22
+ _this._refNamespace = null;
23
+ _this.g = new Dictionary$2(String_$type, Delegate_$type, 0);
24
+ _this.h = new Dictionary$2(String_$type, Base.$, 0);
25
+ return _this;
26
+ }
27
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "customizations", {
28
+ get: function () {
29
+ return this._customizations;
30
+ },
31
+ set: function (a) {
32
+ this._customizations = a;
33
+ },
34
+ enumerable: false,
35
+ configurable: true
36
+ });
37
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "originalData", {
38
+ get: function () {
39
+ return this._originalData;
40
+ },
41
+ set: function (a) {
42
+ this._originalData = a;
43
+ },
44
+ enumerable: false,
45
+ configurable: true
46
+ });
47
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "context", {
48
+ get: function () {
49
+ return this._context;
50
+ },
51
+ set: function (a) {
52
+ this._context = a;
53
+ },
54
+ enumerable: false,
55
+ configurable: true
56
+ });
57
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "shouldStackCategories", {
58
+ get: function () {
59
+ return this._shouldStackCategories;
60
+ },
61
+ set: function (a) {
62
+ this._shouldStackCategories = a;
63
+ },
64
+ enumerable: false,
65
+ configurable: true
66
+ });
67
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "shouldPreferRadialCategories", {
68
+ get: function () {
69
+ return this._shouldPreferRadialCategories;
70
+ },
71
+ set: function (a) {
72
+ this._shouldPreferRadialCategories = a;
73
+ },
74
+ enumerable: false,
75
+ configurable: true
76
+ });
77
+ Object.defineProperty(DataSeriesToDescriptionAdapterSettings.prototype, "refNamespace", {
78
+ get: function () {
79
+ return this._refNamespace;
80
+ },
81
+ set: function (a) {
82
+ this._refNamespace = a;
83
+ },
84
+ enumerable: false,
85
+ configurable: true
86
+ });
87
+ DataSeriesToDescriptionAdapterSettings.prototype.a = function (a) {
88
+ if (this.g.containsKey(a)) {
89
+ return this.g.item(a);
90
+ }
91
+ return null;
92
+ };
93
+ DataSeriesToDescriptionAdapterSettings.prototype.addCoercion = function (a, b) {
94
+ this.g.item(a, b);
95
+ };
96
+ DataSeriesToDescriptionAdapterSettings.prototype.hasSettingsValue = function (a) {
97
+ return this.h.containsKey(a);
98
+ };
99
+ DataSeriesToDescriptionAdapterSettings.prototype.getSettingsValue = function (a) {
100
+ return this.h.item(a);
101
+ };
102
+ DataSeriesToDescriptionAdapterSettings.prototype.setSettingsValue = function (a, b) {
103
+ this.h.item(a, b);
104
+ };
105
+ DataSeriesToDescriptionAdapterSettings.prototype.m = function (a) {
106
+ this.h = a;
107
+ };
108
+ DataSeriesToDescriptionAdapterSettings.$t = markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings');
109
+ return DataSeriesToDescriptionAdapterSettings;
110
+ }(Base));
111
+ export { DataSeriesToDescriptionAdapterSettings };
@@ -0,0 +1,277 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { __extends, __values } from "tslib";
8
+ import { Base, fromEnum, String_$type, markType } from "igniteui-webcomponents-core";
9
+ import { DataSeriesToDescriptionCustomization } from "igniteui-webcomponents-core";
10
+ import { List$1 } from "igniteui-webcomponents-core";
11
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
12
+ import { stringReplace } from "igniteui-webcomponents-core";
13
+ /**
14
+ * @hidden
15
+ */
16
+ var DataSeriesToDescriptionCustomizations = /** @class */ /*@__PURE__*/ (function (_super) {
17
+ __extends(DataSeriesToDescriptionCustomizations, _super);
18
+ function DataSeriesToDescriptionCustomizations(a) {
19
+ var e_1, _a, e_2, _b, e_3, _c;
20
+ var _this = _super.call(this) || this;
21
+ _this.g = new List$1(String_$type, 0);
22
+ _this.e = new Dictionary$2(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$), 0);
23
+ _this.f = new List$1(String_$type, 0);
24
+ _this.d = new Dictionary$2(String_$type, Dictionary$2.$.specialize(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$)), 0);
25
+ _this.h = new List$1(DataSeriesToDescriptionCustomizations.$, 0);
26
+ for (var c = 0; c < a.length; c++) {
27
+ var b = a[c];
28
+ _this.l(b);
29
+ }
30
+ try {
31
+ for (var _d = __values(fromEnum(_this.g)), _e = _d.next(); !_e.done; _e = _d.next()) {
32
+ var d = _e.value;
33
+ var e = _this.e.item(d);
34
+ _this.k(e);
35
+ }
36
+ }
37
+ catch (e_1_1) {
38
+ e_1 = { error: e_1_1 };
39
+ }
40
+ finally {
41
+ try {
42
+ if (_e && !_e.done && (_a = _d.return))
43
+ _a.call(_d);
44
+ }
45
+ finally {
46
+ if (e_1)
47
+ throw e_1.error;
48
+ }
49
+ }
50
+ try {
51
+ for (var _f = __values(fromEnum(_this.f)), _g = _f.next(); !_g.done; _g = _f.next()) {
52
+ var f = _g.value;
53
+ var g = _this.d.item(f);
54
+ try {
55
+ for (var _h = (e_3 = void 0, __values(fromEnum(g.keys))), _j = _h.next(); !_j.done; _j = _h.next()) {
56
+ var h = _j.value;
57
+ var i = g.item(h);
58
+ _this.k(i);
59
+ }
60
+ }
61
+ catch (e_3_1) {
62
+ e_3 = { error: e_3_1 };
63
+ }
64
+ finally {
65
+ try {
66
+ if (_j && !_j.done && (_c = _h.return))
67
+ _c.call(_h);
68
+ }
69
+ finally {
70
+ if (e_3)
71
+ throw e_3.error;
72
+ }
73
+ }
74
+ }
75
+ }
76
+ catch (e_2_1) {
77
+ e_2 = { error: e_2_1 };
78
+ }
79
+ finally {
80
+ try {
81
+ if (_g && !_g.done && (_b = _f.return))
82
+ _b.call(_f);
83
+ }
84
+ finally {
85
+ if (e_2)
86
+ throw e_2.error;
87
+ }
88
+ }
89
+ return _this;
90
+ }
91
+ DataSeriesToDescriptionCustomizations.prototype.k = function (a) {
92
+ var e_4, _a;
93
+ try {
94
+ for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
95
+ var b = _c.value;
96
+ if (b.order != -1) {
97
+ a.aa(function (c, d) {
98
+ if (c.order < d.order) {
99
+ return -1;
100
+ }
101
+ else if (c.order > d.order) {
102
+ return 1;
103
+ }
104
+ else {
105
+ return 0;
106
+ }
107
+ });
108
+ return;
109
+ }
110
+ }
111
+ }
112
+ catch (e_4_1) {
113
+ e_4 = { error: e_4_1 };
114
+ }
115
+ finally {
116
+ try {
117
+ if (_c && !_c.done && (_a = _b.return))
118
+ _a.call(_b);
119
+ }
120
+ finally {
121
+ if (e_4)
122
+ throw e_4.error;
123
+ }
124
+ }
125
+ };
126
+ DataSeriesToDescriptionCustomizations.prototype.l = function (a) {
127
+ if (a.matchType == null) {
128
+ return;
129
+ }
130
+ if (a.isCollectionInsertionAtEnd || a.isCollectionInsertionAtIndex || a.isCollectionInsertionAtStart) {
131
+ if (!this.d.containsKey(a.matchType)) {
132
+ this.d.item(a.matchType, new Dictionary$2(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$), 0));
133
+ this.f.add(a.matchType);
134
+ }
135
+ if (!this.d.item(a.matchType).containsKey(a.propertyName)) {
136
+ this.d.item(a.matchType).item(a.propertyName, new List$1(DataSeriesToDescriptionCustomization.$, 0));
137
+ }
138
+ this.d.item(a.matchType).item(a.propertyName).add(a);
139
+ }
140
+ else {
141
+ if (!this.e.containsKey(a.matchType)) {
142
+ this.e.item(a.matchType, new List$1(DataSeriesToDescriptionCustomization.$, 0));
143
+ this.g.add(a.matchType);
144
+ }
145
+ this.e.item(a.matchType).add(a);
146
+ }
147
+ };
148
+ DataSeriesToDescriptionCustomizations.prototype.hasCustomizationsFor = function (a) {
149
+ if (this.e.containsKey(a) || this.d.containsKey(a) || this.e.containsKey(stringReplace(a, "Description", "")) || this.d.containsKey(stringReplace(a, "Description", ""))) {
150
+ return true;
151
+ }
152
+ for (var b = 0; b < this.h.count; b++) {
153
+ if (this.h._inner[b].hasCustomizationsFor(a)) {
154
+ return true;
155
+ }
156
+ }
157
+ return false;
158
+ };
159
+ DataSeriesToDescriptionCustomizations.prototype.getPropertyCustomizations = function (a) {
160
+ var b = null;
161
+ if (this.e.containsKey(a)) {
162
+ var c = this.e.item(a);
163
+ if (c != null) {
164
+ if (b == null) {
165
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
166
+ }
167
+ for (var d = 0; d < c.count; d++) {
168
+ b.add(c._inner[d]);
169
+ }
170
+ }
171
+ }
172
+ if (this.e.containsKey(stringReplace(a, "Description", ""))) {
173
+ var e = this.e.item(stringReplace(a, "Description", ""));
174
+ if (e != null) {
175
+ if (b == null) {
176
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
177
+ }
178
+ for (var f = 0; f < e.count; f++) {
179
+ b.add(e._inner[f]);
180
+ }
181
+ }
182
+ }
183
+ for (var g = 0; g < this.h.count; g++) {
184
+ var h = this.h._inner[g].getPropertyCustomizations(a);
185
+ if (h != null) {
186
+ if (b == null) {
187
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
188
+ }
189
+ for (var i = 0; i < h.length; i++) {
190
+ b.add(h[i]);
191
+ }
192
+ }
193
+ }
194
+ return b != null ? b.toArray() : null;
195
+ };
196
+ DataSeriesToDescriptionCustomizations.prototype.getCollectionModifiers = function (a) {
197
+ var e_5, _a, e_6, _b;
198
+ var b = null;
199
+ if (this.d.containsKey(a)) {
200
+ try {
201
+ for (var _c = __values(fromEnum(this.d.item(a).keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
202
+ var c = _d.value;
203
+ var d = this.d.item(a).item(c);
204
+ if (b == null) {
205
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
206
+ }
207
+ for (var e = 0; e < d.count; e++) {
208
+ b.add(d._inner[e]);
209
+ }
210
+ }
211
+ }
212
+ catch (e_5_1) {
213
+ e_5 = { error: e_5_1 };
214
+ }
215
+ finally {
216
+ try {
217
+ if (_d && !_d.done && (_a = _c.return))
218
+ _a.call(_c);
219
+ }
220
+ finally {
221
+ if (e_5)
222
+ throw e_5.error;
223
+ }
224
+ }
225
+ return b.toArray();
226
+ }
227
+ if (this.d.containsKey(stringReplace(a, "Description", ""))) {
228
+ try {
229
+ for (var _e = __values(fromEnum(this.d.item(stringReplace(a, "Description", "")).keys)), _f = _e.next(); !_f.done; _f = _e.next()) {
230
+ var f = _f.value;
231
+ var g = this.d.item(stringReplace(a, "Description", "")).item(f);
232
+ if (b == null) {
233
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
234
+ }
235
+ for (var h = 0; h < g.count; h++) {
236
+ b.add(g._inner[h]);
237
+ }
238
+ }
239
+ }
240
+ catch (e_6_1) {
241
+ e_6 = { error: e_6_1 };
242
+ }
243
+ finally {
244
+ try {
245
+ if (_f && !_f.done && (_b = _e.return))
246
+ _b.call(_e);
247
+ }
248
+ finally {
249
+ if (e_6)
250
+ throw e_6.error;
251
+ }
252
+ }
253
+ return b.toArray();
254
+ }
255
+ for (var i = 0; i < this.h.count; i++) {
256
+ var j = this.h._inner[i].getPropertyCustomizations(a);
257
+ if (j != null) {
258
+ if (b == null) {
259
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
260
+ }
261
+ for (var k = 0; k < j.length; k++) {
262
+ b.add(j[k]);
263
+ }
264
+ }
265
+ }
266
+ return null;
267
+ };
268
+ DataSeriesToDescriptionCustomizations.prototype.clearOtherCustomizations = function () {
269
+ this.h.clear();
270
+ };
271
+ DataSeriesToDescriptionCustomizations.prototype.addOtherCustomizations = function (a) {
272
+ this.h.add(a);
273
+ };
274
+ DataSeriesToDescriptionCustomizations.$t = markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations');
275
+ return DataSeriesToDescriptionCustomizations;
276
+ }(Base));
277
+ export { DataSeriesToDescriptionCustomizations };
@@ -0,0 +1,46 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-webcomponents-core";
9
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var DescriptionValueLookupHelper = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(DescriptionValueLookupHelper, _super);
15
+ function DescriptionValueLookupHelper() {
16
+ return _super !== null && _super.apply(this, arguments) || this;
17
+ }
18
+ Object.defineProperty(DescriptionValueLookupHelper, "b", {
19
+ get: function () {
20
+ if (DescriptionValueLookupHelper.a == null) {
21
+ DescriptionValueLookupHelper.a = new DescriptionValueLookupHelper();
22
+ }
23
+ return DescriptionValueLookupHelper.a;
24
+ },
25
+ enumerable: false,
26
+ configurable: true
27
+ });
28
+ DescriptionValueLookupHelper.prototype.c = function (a, b) {
29
+ if (a == null) {
30
+ return null;
31
+ }
32
+ b = TypeDescriptionContext.aa(b);
33
+ return a[b];
34
+ };
35
+ DescriptionValueLookupHelper.prototype.d = function (a, b, c) {
36
+ if (a == null) {
37
+ return null;
38
+ }
39
+ b = TypeDescriptionContext.aa(b);
40
+ return a[b] = c;
41
+ };
42
+ DescriptionValueLookupHelper.$t = markType(DescriptionValueLookupHelper, 'DescriptionValueLookupHelper');
43
+ DescriptionValueLookupHelper.a = null;
44
+ return DescriptionValueLookupHelper;
45
+ }(Base));
46
+ export { DescriptionValueLookupHelper };
@@ -0,0 +1,30 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-webcomponents-core";
9
+ import { DashboardTile } from "./DashboardTile";
10
+ import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
11
+ import { GeographicMapDescriptionModule } from "igniteui-webcomponents-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var GeographicMapDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(GeographicMapDashboardTileFeature, _super);
17
+ function GeographicMapDashboardTileFeature() {
18
+ return _super !== null && _super.apply(this, arguments) || this;
19
+ }
20
+ GeographicMapDashboardTileFeature.register = function () {
21
+ GeographicMapDashboardTileFeature.registerCore(DashboardTile.bo.context);
22
+ };
23
+ GeographicMapDashboardTileFeature.registerCore = function (a) {
24
+ DashboardTileCommonFeature.a(a);
25
+ GeographicMapDescriptionModule.register(a);
26
+ };
27
+ GeographicMapDashboardTileFeature.$t = markType(GeographicMapDashboardTileFeature, 'GeographicMapDashboardTileFeature');
28
+ return GeographicMapDashboardTileFeature;
29
+ }(Base));
30
+ export { GeographicMapDashboardTileFeature };
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export var IDashboardTileView_$type = /*@__PURE__*/ new Type(null, 'IDashboardTileView');
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export var IExternalDashboardTile_$type = /*@__PURE__*/ new Type(null, 'IExternalDashboardTile');