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,96 @@
1
+ import { IgcDashboardTileSortDescription } from "./igc-dashboard-tile-sort-description";
2
+ import { DashboardTileSortDescriptionCollection as DashboardTileSortDescriptionCollection_internal } from "./DashboardTileSortDescriptionCollection";
3
+ import { ensureBool } from "igniteui-webcomponents-core";
4
+ /**
5
+ * Represents a collection of sort elements that are applied to a data source or provider.
6
+ */
7
+ var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
8
+ function IgcDashboardTileSortDescriptionCollection() {
9
+ this._implementation = this.createImplementation();
10
+ this._implementation.externalObject = this;
11
+ this.onImplementationCreated();
12
+ if (this._initializeAdapters) {
13
+ this._initializeAdapters();
14
+ }
15
+ }
16
+ IgcDashboardTileSortDescriptionCollection.prototype.createImplementation = function () {
17
+ return new DashboardTileSortDescriptionCollection_internal();
18
+ };
19
+ Object.defineProperty(IgcDashboardTileSortDescriptionCollection.prototype, "i", {
20
+ /**
21
+ * @hidden
22
+ */
23
+ get: function () {
24
+ return this._implementation;
25
+ },
26
+ enumerable: false,
27
+ configurable: true
28
+ });
29
+ IgcDashboardTileSortDescriptionCollection.prototype.onImplementationCreated = function () {
30
+ };
31
+ IgcDashboardTileSortDescriptionCollection.prototype._provideImplementation = function (i) {
32
+ this._implementation = i;
33
+ this._implementation.externalObject = this;
34
+ this.onImplementationCreated();
35
+ if (this._initializeAdapters) {
36
+ this._initializeAdapters();
37
+ }
38
+ };
39
+ Object.defineProperty(IgcDashboardTileSortDescriptionCollection.prototype, "shouldDetachOnTargetChange", {
40
+ /**
41
+ * Gets or sets whether this collection should detach the sync when the target collection changes.
42
+ */
43
+ get: function () {
44
+ return this.i.i;
45
+ },
46
+ set: function (v) {
47
+ this.i.i = ensureBool(v);
48
+ },
49
+ enumerable: false,
50
+ configurable: true
51
+ });
52
+ IgcDashboardTileSortDescriptionCollection.prototype.findByName = function (name) {
53
+ if (this.findEphemera) {
54
+ if (name && name.indexOf("@@e:") == 0) {
55
+ return this.findEphemera(name);
56
+ }
57
+ }
58
+ return null;
59
+ };
60
+ IgcDashboardTileSortDescriptionCollection.prototype.add = function (item) {
61
+ var iv = this.i.g((item == null ? null : item.i));
62
+ return (iv);
63
+ };
64
+ IgcDashboardTileSortDescriptionCollection.prototype.insert = function (index, item) {
65
+ this.i.p(index, (item == null ? null : item.i));
66
+ };
67
+ IgcDashboardTileSortDescriptionCollection.prototype.clear = function () {
68
+ this.i.o();
69
+ };
70
+ IgcDashboardTileSortDescriptionCollection.prototype.indexOf = function (item) {
71
+ var iv = this.i.k((item == null ? null : item.i));
72
+ return (iv);
73
+ };
74
+ IgcDashboardTileSortDescriptionCollection.prototype.remove = function (item) {
75
+ var iv = this.i.h((item == null ? null : item.i));
76
+ return (iv);
77
+ };
78
+ IgcDashboardTileSortDescriptionCollection.prototype.removeAt = function (index) {
79
+ var iv = this.i.b(index);
80
+ var ret = null;
81
+ if (iv && iv.externalObject) {
82
+ ret = iv.externalObject;
83
+ }
84
+ else {
85
+ if (iv) {
86
+ var e = new IgcDashboardTileSortDescription();
87
+ e._implementation = iv;
88
+ iv.externalObject = e;
89
+ ret = e;
90
+ }
91
+ }
92
+ return ret;
93
+ };
94
+ return IgcDashboardTileSortDescriptionCollection;
95
+ }());
96
+ export { IgcDashboardTileSortDescriptionCollection };
@@ -0,0 +1,19 @@
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 { IgcDashboardTileSortDescription } from './igc-dashboard-tile-sort-description';
8
+ import { DashboardTileSortDescription } from './DashboardTileSortDescription';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ var IgcDashboardTileSortDescriptionModule = /** @class */ /*@__PURE__*/ (function () {
11
+ function IgcDashboardTileSortDescriptionModule() {
12
+ }
13
+ IgcDashboardTileSortDescriptionModule.register = function () {
14
+ TypeRegistrar.registerCons("IgcDashboardTileSortDescription", IgcDashboardTileSortDescription);
15
+ TypeRegistrar.register("DashboardTileSortDescription", DashboardTileSortDescription.$type);
16
+ };
17
+ return IgcDashboardTileSortDescriptionModule;
18
+ }());
19
+ export { IgcDashboardTileSortDescriptionModule };
@@ -0,0 +1,84 @@
1
+ import { ListSortDirection_$type } from "igniteui-webcomponents-core";
2
+ import { DashboardTileSortDescription as DashboardTileSortDescription_internal } from "./DashboardTileSortDescription";
3
+ import { ensureEnum } from "igniteui-webcomponents-core";
4
+ /**
5
+ * Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
6
+ */
7
+ var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
8
+ function IgcDashboardTileSortDescription() {
9
+ this._implementation = this.createImplementation();
10
+ this._implementation.externalObject = this;
11
+ this.onImplementationCreated();
12
+ if (this._initializeAdapters) {
13
+ this._initializeAdapters();
14
+ }
15
+ }
16
+ IgcDashboardTileSortDescription.prototype.createImplementation = function () {
17
+ return new DashboardTileSortDescription_internal(0);
18
+ };
19
+ Object.defineProperty(IgcDashboardTileSortDescription.prototype, "i", {
20
+ /**
21
+ * @hidden
22
+ */
23
+ get: function () {
24
+ return this._implementation;
25
+ },
26
+ enumerable: false,
27
+ configurable: true
28
+ });
29
+ IgcDashboardTileSortDescription.prototype.onImplementationCreated = function () {
30
+ };
31
+ IgcDashboardTileSortDescription.prototype._provideImplementation = function (i) {
32
+ this._implementation = i;
33
+ this._implementation.externalObject = this;
34
+ this.onImplementationCreated();
35
+ if (this._initializeAdapters) {
36
+ this._initializeAdapters();
37
+ }
38
+ };
39
+ Object.defineProperty(IgcDashboardTileSortDescription.prototype, "field", {
40
+ /**
41
+ * Gets or sets the property being sorted.
42
+ */
43
+ get: function () {
44
+ return this.i.f;
45
+ },
46
+ set: function (v) {
47
+ this.i.f = v;
48
+ },
49
+ enumerable: false,
50
+ configurable: true
51
+ });
52
+ Object.defineProperty(IgcDashboardTileSortDescription.prototype, "sortDirection", {
53
+ /**
54
+ * Gets or sets the direction to sort based on the property.
55
+ */
56
+ get: function () {
57
+ return this.i.c;
58
+ },
59
+ set: function (v) {
60
+ this.i.c = ensureEnum(ListSortDirection_$type, v);
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ IgcDashboardTileSortDescription.prototype.findByName = function (name) {
66
+ if (this.findEphemera) {
67
+ if (name && name.indexOf("@@e:") == 0) {
68
+ return this.findEphemera(name);
69
+ }
70
+ }
71
+ return null;
72
+ };
73
+ /**
74
+ * Returns if the SortDescription is equal to another.
75
+
76
+ * @param other * The SortDescription to compare to.
77
+ */
78
+ IgcDashboardTileSortDescription.prototype.equals = function (other) {
79
+ var iv = this.i.equals(other);
80
+ return (iv);
81
+ };
82
+ return IgcDashboardTileSortDescription;
83
+ }());
84
+ export { IgcDashboardTileSortDescription };
@@ -0,0 +1,93 @@
1
+ import { IgcDashboardTileSummaryDescription } from "./igc-dashboard-tile-summary-description";
2
+ import { DashboardTileSummaryDescriptionCollection as DashboardTileSummaryDescriptionCollection_internal } from "./DashboardTileSummaryDescriptionCollection";
3
+ import { ensureBool } from "igniteui-webcomponents-core";
4
+ var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
5
+ function IgcDashboardTileSummaryDescriptionCollection() {
6
+ this._implementation = this.createImplementation();
7
+ this._implementation.externalObject = this;
8
+ this.onImplementationCreated();
9
+ if (this._initializeAdapters) {
10
+ this._initializeAdapters();
11
+ }
12
+ }
13
+ IgcDashboardTileSummaryDescriptionCollection.prototype.createImplementation = function () {
14
+ return new DashboardTileSummaryDescriptionCollection_internal();
15
+ };
16
+ Object.defineProperty(IgcDashboardTileSummaryDescriptionCollection.prototype, "i", {
17
+ /**
18
+ * @hidden
19
+ */
20
+ get: function () {
21
+ return this._implementation;
22
+ },
23
+ enumerable: false,
24
+ configurable: true
25
+ });
26
+ IgcDashboardTileSummaryDescriptionCollection.prototype.onImplementationCreated = function () {
27
+ };
28
+ IgcDashboardTileSummaryDescriptionCollection.prototype._provideImplementation = function (i) {
29
+ this._implementation = i;
30
+ this._implementation.externalObject = this;
31
+ this.onImplementationCreated();
32
+ if (this._initializeAdapters) {
33
+ this._initializeAdapters();
34
+ }
35
+ };
36
+ Object.defineProperty(IgcDashboardTileSummaryDescriptionCollection.prototype, "shouldDetachOnTargetChange", {
37
+ /**
38
+ * Gets or sets whether this collection should detach the sync when the target collection changes.
39
+ */
40
+ get: function () {
41
+ return this.i.i;
42
+ },
43
+ set: function (v) {
44
+ this.i.i = ensureBool(v);
45
+ },
46
+ enumerable: false,
47
+ configurable: true
48
+ });
49
+ IgcDashboardTileSummaryDescriptionCollection.prototype.findByName = function (name) {
50
+ if (this.findEphemera) {
51
+ if (name && name.indexOf("@@e:") == 0) {
52
+ return this.findEphemera(name);
53
+ }
54
+ }
55
+ return null;
56
+ };
57
+ IgcDashboardTileSummaryDescriptionCollection.prototype.add = function (item) {
58
+ var iv = this.i.g((item == null ? null : item.i));
59
+ return (iv);
60
+ };
61
+ IgcDashboardTileSummaryDescriptionCollection.prototype.insert = function (index, item) {
62
+ this.i.p(index, (item == null ? null : item.i));
63
+ };
64
+ IgcDashboardTileSummaryDescriptionCollection.prototype.clear = function () {
65
+ this.i.o();
66
+ };
67
+ IgcDashboardTileSummaryDescriptionCollection.prototype.indexOf = function (item) {
68
+ var iv = this.i.k((item == null ? null : item.i));
69
+ return (iv);
70
+ };
71
+ IgcDashboardTileSummaryDescriptionCollection.prototype.remove = function (item) {
72
+ var iv = this.i.h((item == null ? null : item.i));
73
+ return (iv);
74
+ };
75
+ IgcDashboardTileSummaryDescriptionCollection.prototype.removeAt = function (index) {
76
+ var iv = this.i.b(index);
77
+ var ret = null;
78
+ if (iv && iv.externalObject) {
79
+ ret = iv.externalObject;
80
+ }
81
+ else {
82
+ if (iv) {
83
+ var e = new IgcDashboardTileSummaryDescription();
84
+ e._implementation = iv;
85
+ iv.externalObject = e;
86
+ ret = e;
87
+ }
88
+ }
89
+ return ret;
90
+ };
91
+ return IgcDashboardTileSummaryDescriptionCollection;
92
+ }());
93
+ export { IgcDashboardTileSummaryDescriptionCollection };
@@ -0,0 +1,19 @@
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 { IgcDashboardTileSummaryDescription } from './igc-dashboard-tile-summary-description';
8
+ import { DashboardTileSummaryDescription } from './DashboardTileSummaryDescription';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ var IgcDashboardTileSummaryDescriptionModule = /** @class */ /*@__PURE__*/ (function () {
11
+ function IgcDashboardTileSummaryDescriptionModule() {
12
+ }
13
+ IgcDashboardTileSummaryDescriptionModule.register = function () {
14
+ TypeRegistrar.registerCons("IgcDashboardTileSummaryDescription", IgcDashboardTileSummaryDescription);
15
+ TypeRegistrar.register("DashboardTileSummaryDescription", DashboardTileSummaryDescription.$type);
16
+ };
17
+ return IgcDashboardTileSummaryDescriptionModule;
18
+ }());
19
+ export { IgcDashboardTileSummaryDescriptionModule };
@@ -0,0 +1,134 @@
1
+ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
2
+ import { DataSourceSummaryOperand_$type } from "igniteui-webcomponents-core";
3
+ import { IgcProvideCalculatorEventArgs } from "igniteui-webcomponents-core";
4
+ import { DashboardTileSummaryDescription as DashboardTileSummaryDescription_internal } from "./DashboardTileSummaryDescription";
5
+ import { ensureEnum } from "igniteui-webcomponents-core";
6
+ /**
7
+ * Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.
8
+ */
9
+ var IgcDashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function () {
10
+ function IgcDashboardTileSummaryDescription() {
11
+ this._provideCalculator = null;
12
+ this._provideCalculator_wrapped = null;
13
+ this._implementation = this.createImplementation();
14
+ this._implementation.externalObject = this;
15
+ this.onImplementationCreated();
16
+ if (this._initializeAdapters) {
17
+ this._initializeAdapters();
18
+ }
19
+ }
20
+ IgcDashboardTileSummaryDescription.prototype.createImplementation = function () {
21
+ return new DashboardTileSummaryDescription_internal(0);
22
+ };
23
+ Object.defineProperty(IgcDashboardTileSummaryDescription.prototype, "i", {
24
+ /**
25
+ * @hidden
26
+ */
27
+ get: function () {
28
+ return this._implementation;
29
+ },
30
+ enumerable: false,
31
+ configurable: true
32
+ });
33
+ IgcDashboardTileSummaryDescription.prototype.onImplementationCreated = function () {
34
+ };
35
+ IgcDashboardTileSummaryDescription.prototype._provideImplementation = function (i) {
36
+ this._implementation = i;
37
+ this._implementation.externalObject = this;
38
+ this.onImplementationCreated();
39
+ if (this._initializeAdapters) {
40
+ this._initializeAdapters();
41
+ }
42
+ };
43
+ Object.defineProperty(IgcDashboardTileSummaryDescription.prototype, "field", {
44
+ get: function () {
45
+ return this.i.p;
46
+ },
47
+ set: function (v) {
48
+ this.i.p = v;
49
+ },
50
+ enumerable: false,
51
+ configurable: true
52
+ });
53
+ Object.defineProperty(IgcDashboardTileSummaryDescription.prototype, "operand", {
54
+ get: function () {
55
+ return this.i.c;
56
+ },
57
+ set: function (v) {
58
+ this.i.c = ensureEnum(DataSourceSummaryOperand_$type, v);
59
+ },
60
+ enumerable: false,
61
+ configurable: true
62
+ });
63
+ Object.defineProperty(IgcDashboardTileSummaryDescription.prototype, "alias", {
64
+ /**
65
+ * Gets or sets an alias for the summary. Currently only used in aggregated data situations.
66
+ */
67
+ get: function () {
68
+ return this.i.n;
69
+ },
70
+ set: function (v) {
71
+ this.i.n = v;
72
+ },
73
+ enumerable: false,
74
+ configurable: true
75
+ });
76
+ Object.defineProperty(IgcDashboardTileSummaryDescription.prototype, "calculatorDisplayName", {
77
+ /**
78
+ * Gets or sets the name to use when displaying the calculator name.
79
+ */
80
+ get: function () {
81
+ return this.i.o;
82
+ },
83
+ set: function (v) {
84
+ this.i.o = v;
85
+ },
86
+ enumerable: false,
87
+ configurable: true
88
+ });
89
+ IgcDashboardTileSummaryDescription.prototype.findByName = function (name) {
90
+ if (this.findEphemera) {
91
+ if (name && name.indexOf("@@e:") == 0) {
92
+ return this.findEphemera(name);
93
+ }
94
+ }
95
+ return null;
96
+ };
97
+ IgcDashboardTileSummaryDescription.prototype.equals = function (other) {
98
+ var iv = this.i.equals(other);
99
+ return (iv);
100
+ };
101
+ Object.defineProperty(IgcDashboardTileSummaryDescription.prototype, "provideCalculator", {
102
+ /**
103
+ * Called when the summary calculator is required.
104
+ */
105
+ get: function () {
106
+ return this._provideCalculator;
107
+ },
108
+ set: function (ev) {
109
+ var _this = this;
110
+ if (this._provideCalculator_wrapped !== null) {
111
+ this.i.provideCalculator = delegateRemove(this.i.provideCalculator, this._provideCalculator_wrapped);
112
+ this._provideCalculator_wrapped = null;
113
+ this._provideCalculator = null;
114
+ }
115
+ this._provideCalculator = ev;
116
+ this._provideCalculator_wrapped = function (o, e) {
117
+ var outerArgs = new IgcProvideCalculatorEventArgs();
118
+ outerArgs._provideImplementation(e);
119
+ if (_this.beforeProvideCalculator) {
120
+ _this.beforeProvideCalculator(_this, outerArgs);
121
+ }
122
+ if (_this._provideCalculator) {
123
+ _this._provideCalculator(_this, outerArgs);
124
+ }
125
+ };
126
+ this.i.provideCalculator = delegateCombine(this.i.provideCalculator, this._provideCalculator_wrapped);
127
+ ;
128
+ },
129
+ enumerable: false,
130
+ configurable: true
131
+ });
132
+ return IgcDashboardTileSummaryDescription;
133
+ }());
134
+ export { IgcDashboardTileSummaryDescription };
@@ -0,0 +1,40 @@
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 { IgcDataChartCategoryModule } from "igniteui-webcomponents-charts";
8
+ import { IgcDataChartVerticalCategoryModule } from "igniteui-webcomponents-charts";
9
+ import { IgcDataChartFinancialModule } from "igniteui-webcomponents-charts";
10
+ import { IgcDataChartRadialModule } from "igniteui-webcomponents-charts";
11
+ import { IgcDataChartPolarModule } from "igniteui-webcomponents-charts";
12
+ import { IgcDataChartShapeModule } from "igniteui-webcomponents-charts";
13
+ import { IgcDataChartStackedModule } from "igniteui-webcomponents-charts";
14
+ import { IgcDataChartAnnotationModule } from "igniteui-webcomponents-charts";
15
+ import { IgcDataChartInteractivityModule } from "igniteui-webcomponents-charts";
16
+ import { IgcDataChartToolbarModule } from "igniteui-webcomponents-charts";
17
+ import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
18
+ import { DataChartDashboardTileFeature } from './DataChartDashboardTileFeature';
19
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
20
+ var IgcDataChartDashboardTileModule = /** @class */ /*@__PURE__*/ (function () {
21
+ function IgcDataChartDashboardTileModule() {
22
+ }
23
+ IgcDataChartDashboardTileModule.register = function () {
24
+ IgcDataChartCategoryModule.register();
25
+ IgcDataChartVerticalCategoryModule.register();
26
+ IgcDataChartFinancialModule.register();
27
+ IgcDataChartRadialModule.register();
28
+ IgcDataChartPolarModule.register();
29
+ IgcDataChartShapeModule.register();
30
+ IgcDataChartStackedModule.register();
31
+ IgcDataChartAnnotationModule.register();
32
+ IgcDataChartInteractivityModule.register();
33
+ IgcDataChartToolbarModule.register();
34
+ IgcDashboardTileModule.register();
35
+ TypeRegistrar.register('DataChartDashboardTileFeature', DataChartDashboardTileFeature.$type);
36
+ DataChartDashboardTileFeature.register();
37
+ };
38
+ return IgcDataChartDashboardTileModule;
39
+ }());
40
+ export { IgcDataChartDashboardTileModule };
@@ -0,0 +1,22 @@
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 { IgcGeographicMapModule } from "igniteui-webcomponents-maps";
8
+ import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
9
+ import { GeographicMapDashboardTileFeature } from './GeographicMapDashboardTileFeature';
10
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
11
+ var IgcGeographicMapDashboardTileModule = /** @class */ /*@__PURE__*/ (function () {
12
+ function IgcGeographicMapDashboardTileModule() {
13
+ }
14
+ IgcGeographicMapDashboardTileModule.register = function () {
15
+ IgcGeographicMapModule.register();
16
+ IgcDashboardTileModule.register();
17
+ TypeRegistrar.register('GeographicMapDashboardTileFeature', GeographicMapDashboardTileFeature.$type);
18
+ GeographicMapDashboardTileFeature.register();
19
+ };
20
+ return IgcGeographicMapDashboardTileModule;
21
+ }());
22
+ export { IgcGeographicMapDashboardTileModule };
@@ -0,0 +1,22 @@
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 { IgcLinearGaugeModule } from "igniteui-webcomponents-gauges";
8
+ import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
9
+ import { LinearGaugeDashboardTileFeature } from './LinearGaugeDashboardTileFeature';
10
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
11
+ var IgcLinearGaugeDashboardTileModule = /** @class */ /*@__PURE__*/ (function () {
12
+ function IgcLinearGaugeDashboardTileModule() {
13
+ }
14
+ IgcLinearGaugeDashboardTileModule.register = function () {
15
+ IgcLinearGaugeModule.register();
16
+ IgcDashboardTileModule.register();
17
+ TypeRegistrar.register('LinearGaugeDashboardTileFeature', LinearGaugeDashboardTileFeature.$type);
18
+ LinearGaugeDashboardTileFeature.register();
19
+ };
20
+ return IgcLinearGaugeDashboardTileModule;
21
+ }());
22
+ export { IgcLinearGaugeDashboardTileModule };
@@ -0,0 +1,22 @@
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 { IgcDataPieChartModule } from "igniteui-webcomponents-charts";
8
+ import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
9
+ import { PieChartDashboardTileFeature } from './PieChartDashboardTileFeature';
10
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
11
+ var IgcPieChartDashboardTileModule = /** @class */ /*@__PURE__*/ (function () {
12
+ function IgcPieChartDashboardTileModule() {
13
+ }
14
+ IgcPieChartDashboardTileModule.register = function () {
15
+ IgcDataPieChartModule.register();
16
+ IgcDashboardTileModule.register();
17
+ TypeRegistrar.register('PieChartDashboardTileFeature', PieChartDashboardTileFeature.$type);
18
+ PieChartDashboardTileFeature.register();
19
+ };
20
+ return IgcPieChartDashboardTileModule;
21
+ }());
22
+ export { IgcPieChartDashboardTileModule };
@@ -0,0 +1,22 @@
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 { IgcRadialGaugeModule } from "igniteui-webcomponents-gauges";
8
+ import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
9
+ import { RadialGaugeDashboardTileFeature } from './RadialGaugeDashboardTileFeature';
10
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
11
+ var IgcRadialGaugeDashboardTileModule = /** @class */ /*@__PURE__*/ (function () {
12
+ function IgcRadialGaugeDashboardTileModule() {
13
+ }
14
+ IgcRadialGaugeDashboardTileModule.register = function () {
15
+ IgcRadialGaugeModule.register();
16
+ IgcDashboardTileModule.register();
17
+ TypeRegistrar.register('RadialGaugeDashboardTileFeature', RadialGaugeDashboardTileFeature.$type);
18
+ RadialGaugeDashboardTileFeature.register();
19
+ };
20
+ return IgcRadialGaugeDashboardTileModule;
21
+ }());
22
+ export { IgcRadialGaugeDashboardTileModule };
@@ -0,0 +1,51 @@
1
+ export * from './lib/igc-dashboard-tile-component';
2
+ export * from './lib/igc-linear-gauge-dashboard-tile-module';
3
+ export * from './lib/igc-pie-chart-dashboard-tile-module';
4
+ export * from './lib/igc-radial-gauge-dashboard-tile-module';
5
+ export * from './lib/igc-geographic-map-dashboard-tile-module';
6
+ export * from './lib/igc-data-chart-dashboard-tile-module';
7
+ export * from './lib/igc-dashboard-tile-module';
8
+ export * from './lib/DashboardTileCommonFeature';
9
+ export * from './lib/DataChartDashboardTileFeature';
10
+ export * from './lib/PieChartDashboardTileFeature';
11
+ export * from './lib/RadialGaugeDashboardTileFeature';
12
+ export * from './lib/LinearGaugeDashboardTileFeature';
13
+ export * from './lib/GeographicMapDashboardTileFeature';
14
+ export * from './lib/DescriptionValueLookupHelper';
15
+ export * from './lib/DataSeriesToDescriptionAdapter';
16
+ export * from './lib/DataSeriesToDescriptionAdapterSettings';
17
+ export * from './lib/DataSeriesToDescriptionAdapterControlType';
18
+ export * from './lib/DataSeriesToDescriptionAdapterResult';
19
+ export * from './lib/DashboardTileView';
20
+ export * from './lib/IDashboardTileView';
21
+ export * from './lib/IExternalDashboardTile';
22
+ export * from './lib/DashboardTileVisualizationType';
23
+ export * from './lib/DashboardTile';
24
+ export * from './lib/DashboardTileChangingContentEventArgs';
25
+ export * from './lib/igc-dashboard-tile-changing-content-event-args';
26
+ export * from './lib/DashboardTileFilterStringErrorsParsingEventArgs';
27
+ export * from './lib/igc-dashboard-tile-filter-string-errors-parsing-event-args';
28
+ export * from './lib/DashboardTilePrimitiveValueWrapper';
29
+ export * from './lib/igc-dashboard-tile-customization-collection';
30
+ export * from './lib/DashboardTileCustomizationCollection';
31
+ export * from './lib/DashboardTileCustomization';
32
+ export * from './lib/igc-dashboard-tile-customization-component';
33
+ export * from './lib/igc-dashboard-tile-customization-module';
34
+ export * from './lib/DataSeriesToDescriptionCustomizations';
35
+ export * from './lib/DashboardTileToolbarProvider';
36
+ export * from './lib/DashboardTileGalleryIconInfo';
37
+ export * from './lib/DashboardTileGroupDescription';
38
+ export * from './lib/igc-dashboard-tile-group-description';
39
+ export * from './lib/igc-dashboard-tile-group-description-module';
40
+ export * from './lib/DashboardTileGroupDescriptionCollection';
41
+ export * from './lib/igc-dashboard-tile-group-description-collection';
42
+ export * from './lib/DashboardTileSortDescription';
43
+ export * from './lib/igc-dashboard-tile-sort-description';
44
+ export * from './lib/igc-dashboard-tile-sort-description-module';
45
+ export * from './lib/DashboardTileSortDescriptionCollection';
46
+ export * from './lib/igc-dashboard-tile-sort-description-collection';
47
+ export * from './lib/DashboardTileSummaryDescription';
48
+ export * from './lib/igc-dashboard-tile-summary-description';
49
+ export * from './lib/igc-dashboard-tile-summary-description-module';
50
+ export * from './lib/DashboardTileSummaryDescriptionCollection';
51
+ export * from './lib/igc-dashboard-tile-summary-description-collection';