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,59 @@
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 { DashboardTileSortDescription } from "./DashboardTileSortDescription";
9
+ import { markType } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var DashboardTileGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(DashboardTileGroupDescription, _super);
15
+ function DashboardTileGroupDescription(a) {
16
+ var _rest = [];
17
+ for (var _i = 1; _i < arguments.length; _i++) {
18
+ _rest[_i - 1] = arguments[_i];
19
+ }
20
+ var _this = this;
21
+ a = (a == void 0) ? 0 : a;
22
+ switch (a) {
23
+ case 0:
24
+ {
25
+ _this = _super.call(this, 0) || this;
26
+ _this.h = false;
27
+ _this.g = 0;
28
+ _this.h = false;
29
+ _this.g = 11;
30
+ }
31
+ break;
32
+ case 1:
33
+ {
34
+ var c = _rest[0];
35
+ _this = _super.call(this, 1, c) || this;
36
+ _this.h = false;
37
+ _this.g = 0;
38
+ _this.h = false;
39
+ _this.g = 11;
40
+ }
41
+ break;
42
+ case 2:
43
+ {
44
+ var c = _rest[0];
45
+ var d = _rest[1];
46
+ _this = _super.call(this, 2, c, d) || this;
47
+ _this.h = false;
48
+ _this.g = 0;
49
+ _this.h = false;
50
+ _this.g = 11;
51
+ }
52
+ break;
53
+ }
54
+ return _this;
55
+ }
56
+ DashboardTileGroupDescription.$t = markType(DashboardTileGroupDescription, 'DashboardTileGroupDescription', DashboardTileSortDescription.$);
57
+ return DashboardTileGroupDescription;
58
+ }(DashboardTileSortDescription));
59
+ export { DashboardTileGroupDescription };
@@ -0,0 +1,94 @@
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 { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
10
+ import { DashboardTileGroupDescription } from "./DashboardTileGroupDescription";
11
+ import { SortDescription } from "igniteui-webcomponents-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var DashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(DashboardTileGroupDescriptionCollection, _super);
17
+ function DashboardTileGroupDescriptionCollection() {
18
+ var _this = _super.call(this) || this;
19
+ _this.f = new SyncableObservableCollection$2(DashboardTileGroupDescription.$, SortDescription.$, 0);
20
+ _this.d = null;
21
+ var a = _this.f;
22
+ a.compare = function (b, c) {
23
+ if (b.f == c.propertyName) {
24
+ return true;
25
+ }
26
+ return false;
27
+ };
28
+ a.createFrom = function (b) { return new DashboardTileGroupDescription(2, b.propertyName, b.direction); };
29
+ a.createTo = function (b) {
30
+ var c = b.c;
31
+ return SortDescription.create(b.f, c, null);
32
+ };
33
+ return _this;
34
+ }
35
+ Object.defineProperty(DashboardTileGroupDescriptionCollection.prototype, "e", {
36
+ get: function () {
37
+ return this.d;
38
+ },
39
+ set: function (a) {
40
+ if (a == null) {
41
+ this.f.syncTarget = null;
42
+ this.d = null;
43
+ return;
44
+ }
45
+ this.d = a;
46
+ this.f.syncTarget = this.d.getInner();
47
+ },
48
+ enumerable: false,
49
+ configurable: true
50
+ });
51
+ DashboardTileGroupDescriptionCollection.prototype.g = function (a) {
52
+ return this.f.add(a);
53
+ };
54
+ DashboardTileGroupDescriptionCollection.prototype.n = function (a, b) {
55
+ this.f.add1(a, b);
56
+ };
57
+ DashboardTileGroupDescriptionCollection.prototype.m = function () {
58
+ this.f.clear();
59
+ };
60
+ DashboardTileGroupDescriptionCollection.prototype.get = function (a) {
61
+ return this.f.get(a);
62
+ };
63
+ DashboardTileGroupDescriptionCollection.prototype.j = function (a) {
64
+ return this.f.indexOf(a);
65
+ };
66
+ DashboardTileGroupDescriptionCollection.prototype.h = function (a) {
67
+ return this.f.remove1(a);
68
+ };
69
+ DashboardTileGroupDescriptionCollection.prototype.b = function (a) {
70
+ return this.f.remove(a);
71
+ };
72
+ DashboardTileGroupDescriptionCollection.prototype.set = function (a, b) {
73
+ return this.f.set(a, b);
74
+ };
75
+ DashboardTileGroupDescriptionCollection.prototype.size = function () {
76
+ return this.f.size();
77
+ };
78
+ DashboardTileGroupDescriptionCollection.prototype.l = function (a) {
79
+ this.f.addListener(a);
80
+ };
81
+ DashboardTileGroupDescriptionCollection.prototype.o = function (a) {
82
+ this.f.removeListener(a);
83
+ };
84
+ Object.defineProperty(DashboardTileGroupDescriptionCollection.prototype, "i", {
85
+ get: function () {
86
+ return this.f.all;
87
+ },
88
+ enumerable: false,
89
+ configurable: true
90
+ });
91
+ DashboardTileGroupDescriptionCollection.$t = markType(DashboardTileGroupDescriptionCollection, 'DashboardTileGroupDescriptionCollection');
92
+ return DashboardTileGroupDescriptionCollection;
93
+ }(Base));
94
+ export { DashboardTileGroupDescriptionCollection };
@@ -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 { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ var DashboardTilePrimitiveValueWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ __extends(DashboardTilePrimitiveValueWrapper, _super);
14
+ function DashboardTilePrimitiveValueWrapper() {
15
+ var _this = _super !== null && _super.apply(this, arguments) || this;
16
+ _this.value = 0;
17
+ return _this;
18
+ }
19
+ DashboardTilePrimitiveValueWrapper.$t = markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
20
+ return DashboardTilePrimitiveValueWrapper;
21
+ }(Base));
22
+ export { DashboardTilePrimitiveValueWrapper };
@@ -0,0 +1,75 @@
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
+ /**
10
+ * @hidden
11
+ */
12
+ var DashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ __extends(DashboardTileSortDescription, _super);
14
+ function DashboardTileSortDescription(a) {
15
+ var _rest = [];
16
+ for (var _i = 1; _i < arguments.length; _i++) {
17
+ _rest[_i - 1] = arguments[_i];
18
+ }
19
+ var _this = _super.call(this) || this;
20
+ _this.e = null;
21
+ _this.b = 0;
22
+ a = (a == void 0) ? 0 : a;
23
+ switch (a) {
24
+ case 0: break;
25
+ case 1:
26
+ {
27
+ var c = _rest[0];
28
+ _this.f = c;
29
+ }
30
+ break;
31
+ case 2:
32
+ {
33
+ var c = _rest[0];
34
+ var d = _rest[1];
35
+ _this.f = c;
36
+ _this.c = d;
37
+ }
38
+ break;
39
+ }
40
+ return _this;
41
+ }
42
+ Object.defineProperty(DashboardTileSortDescription.prototype, "f", {
43
+ get: function () {
44
+ return this.e;
45
+ },
46
+ set: function (a) {
47
+ this.e = a;
48
+ },
49
+ enumerable: false,
50
+ configurable: true
51
+ });
52
+ Object.defineProperty(DashboardTileSortDescription.prototype, "c", {
53
+ get: function () {
54
+ return this.b;
55
+ },
56
+ set: function (a) {
57
+ this.b = a;
58
+ },
59
+ enumerable: false,
60
+ configurable: true
61
+ });
62
+ DashboardTileSortDescription.prototype.equals = function (a) {
63
+ var b = a;
64
+ if (b == null) {
65
+ return _super.prototype.equals.call(this, a);
66
+ }
67
+ return b.f == this.f && b.c == this.c;
68
+ };
69
+ DashboardTileSortDescription.prototype.getHashCode = function () {
70
+ return Base.getHashCodeStatic(this.f) * 17 + this.c;
71
+ };
72
+ DashboardTileSortDescription.$t = markType(DashboardTileSortDescription, 'DashboardTileSortDescription');
73
+ return DashboardTileSortDescription;
74
+ }(Base));
75
+ export { DashboardTileSortDescription };
@@ -0,0 +1,110 @@
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 { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
10
+ import { DashboardTileSortDescription } from "./DashboardTileSortDescription";
11
+ import { SortDescription } from "igniteui-webcomponents-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var DashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(DashboardTileSortDescriptionCollection, _super);
17
+ function DashboardTileSortDescriptionCollection() {
18
+ var _this = _super.call(this) || this;
19
+ _this.f = new SyncableObservableCollection$2(DashboardTileSortDescription.$, SortDescription.$, 0);
20
+ _this.d = null;
21
+ var a = _this.f;
22
+ a.compare = function (b, c) {
23
+ if (b.f == c.propertyName) {
24
+ return true;
25
+ }
26
+ return false;
27
+ };
28
+ a.createFrom = function (b) { return new DashboardTileSortDescription(2, b.propertyName, b.direction); };
29
+ a.createTo = function (b) {
30
+ var c = b.c;
31
+ return SortDescription.create(b.f, c, null);
32
+ };
33
+ return _this;
34
+ }
35
+ Object.defineProperty(DashboardTileSortDescriptionCollection.prototype, "i", {
36
+ get: function () {
37
+ return this.f.shouldDetachOnTargetChange;
38
+ },
39
+ set: function (a) {
40
+ this.f.shouldDetachOnTargetChange = a;
41
+ },
42
+ enumerable: false,
43
+ configurable: true
44
+ });
45
+ Object.defineProperty(DashboardTileSortDescriptionCollection.prototype, "e", {
46
+ get: function () {
47
+ return this.d;
48
+ },
49
+ set: function (a) {
50
+ if (a == null) {
51
+ this.f.syncTarget = null;
52
+ this.d = null;
53
+ return;
54
+ }
55
+ this.d = a;
56
+ this.f.syncTarget = this.d.getInner();
57
+ },
58
+ enumerable: false,
59
+ configurable: true
60
+ });
61
+ DashboardTileSortDescriptionCollection.prototype.g = function (a) {
62
+ return this.f.add(a);
63
+ };
64
+ DashboardTileSortDescriptionCollection.prototype.n = function (a) {
65
+ this.f.addOneWayTarget(a.getInner());
66
+ };
67
+ DashboardTileSortDescriptionCollection.prototype.r = function (a) {
68
+ this.f.removeOneWayTarget(a.getInner());
69
+ };
70
+ DashboardTileSortDescriptionCollection.prototype.p = function (a, b) {
71
+ this.f.add1(a, b);
72
+ };
73
+ DashboardTileSortDescriptionCollection.prototype.o = function () {
74
+ this.f.clear();
75
+ };
76
+ DashboardTileSortDescriptionCollection.prototype.get = function (a) {
77
+ return this.f.get(a);
78
+ };
79
+ DashboardTileSortDescriptionCollection.prototype.k = function (a) {
80
+ return this.f.indexOf(a);
81
+ };
82
+ DashboardTileSortDescriptionCollection.prototype.h = function (a) {
83
+ return this.f.remove1(a);
84
+ };
85
+ DashboardTileSortDescriptionCollection.prototype.b = function (a) {
86
+ return this.f.remove(a);
87
+ };
88
+ DashboardTileSortDescriptionCollection.prototype.set = function (a, b) {
89
+ return this.f.set(a, b);
90
+ };
91
+ DashboardTileSortDescriptionCollection.prototype.size = function () {
92
+ return this.f.size();
93
+ };
94
+ DashboardTileSortDescriptionCollection.prototype.m = function (a) {
95
+ this.f.addListener(a);
96
+ };
97
+ DashboardTileSortDescriptionCollection.prototype.q = function (a) {
98
+ this.f.removeListener(a);
99
+ };
100
+ Object.defineProperty(DashboardTileSortDescriptionCollection.prototype, "j", {
101
+ get: function () {
102
+ return this.f.all;
103
+ },
104
+ enumerable: false,
105
+ configurable: true
106
+ });
107
+ DashboardTileSortDescriptionCollection.$t = markType(DashboardTileSortDescriptionCollection, 'DashboardTileSortDescriptionCollection');
108
+ return DashboardTileSortDescriptionCollection;
109
+ }(Base));
110
+ export { DashboardTileSortDescriptionCollection };
@@ -0,0 +1,149 @@
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, runOn, delegateRemove, delegateCombine, markType } from "igniteui-webcomponents-core";
9
+ import { MinSummaryCalculator } from "igniteui-webcomponents-core";
10
+ import { MaxSummaryCalculator } from "igniteui-webcomponents-core";
11
+ import { SumSummaryCalculator } from "igniteui-webcomponents-core";
12
+ import { AverageSummaryCalculator } from "igniteui-webcomponents-core";
13
+ import { CountSummaryCalculator } from "igniteui-webcomponents-core";
14
+ /**
15
+ * @hidden
16
+ */
17
+ var DashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (_super) {
18
+ __extends(DashboardTileSummaryDescription, _super);
19
+ function DashboardTileSummaryDescription(a) {
20
+ var _rest = [];
21
+ for (var _i = 1; _i < arguments.length; _i++) {
22
+ _rest[_i - 1] = arguments[_i];
23
+ }
24
+ var _this = _super.call(this) || this;
25
+ _this.j = false;
26
+ _this.a = 0;
27
+ _this.m = null;
28
+ _this.b = 0;
29
+ _this.n = null;
30
+ _this.e = null;
31
+ _this.l = null;
32
+ _this.provideCalculator = null;
33
+ _this.g = null;
34
+ a = (a == void 0) ? 0 : a;
35
+ switch (a) {
36
+ case 0: break;
37
+ case 1:
38
+ {
39
+ var c = _rest[0];
40
+ _this.p = c;
41
+ _this.c = 4;
42
+ }
43
+ break;
44
+ case 2:
45
+ {
46
+ var c = _rest[0];
47
+ var d = _rest[1];
48
+ _this.p = c;
49
+ _this.c = d;
50
+ }
51
+ break;
52
+ }
53
+ return _this;
54
+ }
55
+ Object.defineProperty(DashboardTileSummaryDescription.prototype, "p", {
56
+ get: function () {
57
+ return this.m;
58
+ },
59
+ set: function (a) {
60
+ this.m = a;
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ Object.defineProperty(DashboardTileSummaryDescription.prototype, "c", {
66
+ get: function () {
67
+ return this.b;
68
+ },
69
+ set: function (a) {
70
+ this.b = a;
71
+ switch (this.b) {
72
+ case 0:
73
+ this.f = new MinSummaryCalculator();
74
+ break;
75
+ case 1:
76
+ this.f = new MaxSummaryCalculator();
77
+ break;
78
+ case 2:
79
+ this.f = new SumSummaryCalculator();
80
+ break;
81
+ case 3:
82
+ this.f = new AverageSummaryCalculator();
83
+ break;
84
+ case 4:
85
+ this.f = new CountSummaryCalculator();
86
+ break;
87
+ }
88
+ },
89
+ enumerable: false,
90
+ configurable: true
91
+ });
92
+ Object.defineProperty(DashboardTileSummaryDescription.prototype, "f", {
93
+ get: function () {
94
+ return this.e;
95
+ },
96
+ set: function (a) {
97
+ this.e = a;
98
+ },
99
+ enumerable: false,
100
+ configurable: true
101
+ });
102
+ Object.defineProperty(DashboardTileSummaryDescription.prototype, "o", {
103
+ get: function () {
104
+ return this.l;
105
+ },
106
+ set: function (a) {
107
+ this.l = a;
108
+ },
109
+ enumerable: false,
110
+ configurable: true
111
+ });
112
+ DashboardTileSummaryDescription.prototype.equals = function (a) {
113
+ var b = a;
114
+ if (b == null) {
115
+ return _super.prototype.equals.call(this, a);
116
+ }
117
+ return b.p == this.p && b.c == this.c;
118
+ };
119
+ DashboardTileSummaryDescription.prototype.getHashCode = function () {
120
+ return Base.getHashCodeStatic(this.p) * 17 + this.c;
121
+ };
122
+ Object.defineProperty(DashboardTileSummaryDescription.prototype, "h", {
123
+ get: function () {
124
+ return this.g;
125
+ },
126
+ set: function (a) {
127
+ var b = this.g;
128
+ if (b != null) {
129
+ b.provideCalculator = delegateRemove(b.provideCalculator, runOn(this, this.q));
130
+ }
131
+ this.g = a;
132
+ if (this.g != null) {
133
+ var c = this.g;
134
+ c.provideCalculator = delegateCombine(c.provideCalculator, runOn(this, this.q));
135
+ }
136
+ },
137
+ enumerable: false,
138
+ configurable: true
139
+ });
140
+ DashboardTileSummaryDescription.prototype.q = function (a, b) {
141
+ if (this.provideCalculator != null) {
142
+ this.provideCalculator(this, b);
143
+ this.f = b.a;
144
+ }
145
+ };
146
+ DashboardTileSummaryDescription.$t = markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription');
147
+ return DashboardTileSummaryDescription;
148
+ }(Base));
149
+ export { DashboardTileSummaryDescription };
@@ -0,0 +1,116 @@
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 { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
10
+ import { DashboardTileSummaryDescription } from "./DashboardTileSummaryDescription";
11
+ import { SummaryDescription } from "igniteui-webcomponents-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var DashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(DashboardTileSummaryDescriptionCollection, _super);
17
+ function DashboardTileSummaryDescriptionCollection() {
18
+ var _this = _super.call(this) || this;
19
+ _this.f = new SyncableObservableCollection$2(DashboardTileSummaryDescription.$, SummaryDescription.$, 0);
20
+ _this.d = null;
21
+ var a = _this.f;
22
+ a.compare = function (b, c) { return b.p == c.propertyName && b.c == c.operand && b.f == c.calculator && b.n == c.alias && b.h == c; };
23
+ a.createFrom = function (b) {
24
+ var c = new DashboardTileSummaryDescription(1, b.propertyName);
25
+ c.c = b.operand;
26
+ c.f = b.calculator;
27
+ c.n = b.alias;
28
+ c.h = b;
29
+ return c;
30
+ };
31
+ a.createTo = function (b) {
32
+ var c = new SummaryDescription(1, b.p);
33
+ c.operand = b.c;
34
+ c.calculator = b.f;
35
+ c.alias = b.n;
36
+ b.h = c;
37
+ return c;
38
+ };
39
+ return _this;
40
+ }
41
+ Object.defineProperty(DashboardTileSummaryDescriptionCollection.prototype, "i", {
42
+ get: function () {
43
+ return this.f.shouldDetachOnTargetChange;
44
+ },
45
+ set: function (a) {
46
+ this.f.shouldDetachOnTargetChange = a;
47
+ },
48
+ enumerable: false,
49
+ configurable: true
50
+ });
51
+ DashboardTileSummaryDescriptionCollection.prototype.n = function (a) {
52
+ this.f.addOneWayTarget(a.g());
53
+ };
54
+ DashboardTileSummaryDescriptionCollection.prototype.r = function (a) {
55
+ this.f.removeOneWayTarget(a.g());
56
+ };
57
+ Object.defineProperty(DashboardTileSummaryDescriptionCollection.prototype, "e", {
58
+ get: function () {
59
+ return this.d;
60
+ },
61
+ set: function (a) {
62
+ if (a == null) {
63
+ this.f.syncTarget = null;
64
+ this.d = null;
65
+ return;
66
+ }
67
+ this.d = a;
68
+ this.f.syncTarget = this.d.g();
69
+ },
70
+ enumerable: false,
71
+ configurable: true
72
+ });
73
+ DashboardTileSummaryDescriptionCollection.prototype.g = function (a) {
74
+ return this.f.add(a);
75
+ };
76
+ DashboardTileSummaryDescriptionCollection.prototype.p = function (a, b) {
77
+ this.f.add1(a, b);
78
+ };
79
+ DashboardTileSummaryDescriptionCollection.prototype.o = function () {
80
+ this.f.clear();
81
+ };
82
+ DashboardTileSummaryDescriptionCollection.prototype.get = function (a) {
83
+ return this.f.get(a);
84
+ };
85
+ DashboardTileSummaryDescriptionCollection.prototype.k = function (a) {
86
+ return this.f.indexOf(a);
87
+ };
88
+ DashboardTileSummaryDescriptionCollection.prototype.h = function (a) {
89
+ return this.f.remove1(a);
90
+ };
91
+ DashboardTileSummaryDescriptionCollection.prototype.b = function (a) {
92
+ return this.f.remove(a);
93
+ };
94
+ DashboardTileSummaryDescriptionCollection.prototype.set = function (a, b) {
95
+ return this.f.set(a, b);
96
+ };
97
+ DashboardTileSummaryDescriptionCollection.prototype.size = function () {
98
+ return this.f.size();
99
+ };
100
+ DashboardTileSummaryDescriptionCollection.prototype.m = function (a) {
101
+ this.f.addListener(a);
102
+ };
103
+ DashboardTileSummaryDescriptionCollection.prototype.q = function (a) {
104
+ this.f.removeListener(a);
105
+ };
106
+ Object.defineProperty(DashboardTileSummaryDescriptionCollection.prototype, "j", {
107
+ get: function () {
108
+ return this.f.all;
109
+ },
110
+ enumerable: false,
111
+ configurable: true
112
+ });
113
+ DashboardTileSummaryDescriptionCollection.$t = markType(DashboardTileSummaryDescriptionCollection, 'DashboardTileSummaryDescriptionCollection');
114
+ return DashboardTileSummaryDescriptionCollection;
115
+ }(Base));
116
+ export { DashboardTileSummaryDescriptionCollection };
@@ -0,0 +1,7 @@
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
+ export { DashboardTileToolbarProvider } from "./DashboardTileView_combined";
@@ -0,0 +1,7 @@
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
+ export { DashboardTileView } from "./DashboardTileView_combined";