igniteui-webcomponents-dashboards 7.1.1-beta.1 → 7.1.1-beta.3

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 (199) hide show
  1. package/entry-points.json +28 -0
  2. package/{esm2015 → esm2022}/lib/DashboardTileChangingContentEventArgs.js +15 -15
  3. package/{esm5 → esm2022}/lib/DashboardTileCommonFeature.js +6 -11
  4. package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +31 -0
  5. package/{esm2015 → esm2022}/lib/DashboardTileGalleryIconInfo.js +11 -11
  6. package/esm2022/lib/DashboardTileGroupDescription.js +50 -0
  7. package/esm2022/lib/DashboardTileGroupDescriptionCollection.js +82 -0
  8. package/{esm2015 → esm2022}/lib/DashboardTilePrimitiveValueWrapper.js +9 -9
  9. package/esm2022/lib/DashboardTileSortDescription.js +59 -0
  10. package/esm2022/lib/DashboardTileSortDescriptionCollection.js +94 -0
  11. package/esm2022/lib/DashboardTileSummaryDescription.js +121 -0
  12. package/esm2022/lib/DashboardTileSummaryDescriptionCollection.js +100 -0
  13. package/esm2022/lib/DashboardTileView_combined.js +3405 -0
  14. package/{esm2015 → esm2022}/lib/DashboardTileVisualizationType.js +4 -4
  15. package/{esm5 → esm2022}/lib/DataChartDashboardTileFeature.js +8 -13
  16. package/{esm5 → esm2022}/lib/DataSeriesToDescriptionAdapter.js +374 -400
  17. package/{esm2015 → esm2022}/lib/DataSeriesToDescriptionAdapterControlType.js +1 -1
  18. package/esm2022/lib/DataSeriesToDescriptionAdapterResult.js +144 -0
  19. package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.js +83 -0
  20. package/esm2022/lib/DataSeriesToDescriptionCustomizations.js +183 -0
  21. package/esm2022/lib/DescriptionValueLookupHelper.js +36 -0
  22. package/{esm5 → esm2022}/lib/GeographicMapDashboardTileFeature.js +8 -13
  23. package/{esm2015 → esm2022}/lib/IDashboardTileView.js +1 -1
  24. package/{esm5/lib/IDashboardTileView.js → esm2022/lib/IExternalDashboardTile.js} +1 -1
  25. package/{esm5 → esm2022}/lib/LinearGaugeDashboardTileFeature.js +8 -13
  26. package/{esm5 → esm2022}/lib/PieChartDashboardTileFeature.js +8 -13
  27. package/{esm5 → esm2022}/lib/RadialGaugeDashboardTileFeature.js +8 -13
  28. package/{esm5/lib/DashboardTilePrimitiveValueWrapper.js → esm2022/lib/ValueGetterResult.js} +22 -10
  29. package/esm2022/lib/dashboard-tile-entrypoint.d.ts +1 -0
  30. package/esm2022/lib/dashboard-tile-entrypoint.js +4 -0
  31. package/esm2022/lib/data-chart-dashboard-tile-entrypoint.d.ts +1 -0
  32. package/esm2022/lib/data-chart-dashboard-tile-entrypoint.js +4 -0
  33. package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.d.ts +1 -0
  34. package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.js +4 -0
  35. package/esm2022/lib/igc-dashboard-tile-component.js +1314 -0
  36. package/esm2022/lib/igc-dashboard-tile-customization-component.js +263 -0
  37. package/esm2022/lib/igc-dashboard-tile-full-module.d.ts +3 -0
  38. package/esm2022/lib/igc-dashboard-tile-full-module.js +20 -0
  39. package/{esm2015 → esm2022}/lib/igc-dashboard-tile-sort-description.js +1 -1
  40. package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.d.ts +1 -0
  41. package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.js +4 -0
  42. package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.d.ts +1 -0
  43. package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.js +4 -0
  44. package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.d.ts +1 -0
  45. package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.js +4 -0
  46. package/{public_api.d.ts → esm2022/public_api.d.ts} +1 -0
  47. package/{esm2015 → esm2022}/public_api.js +1 -0
  48. package/package.json +52 -17
  49. package/bundles/igniteui-webcomponents-dashboards.umd.js +0 -9986
  50. package/bundles/igniteui-webcomponents-dashboards.umd.min.js +0 -7
  51. package/esm2015/igniteui-webcomponents-dashboards.js +0 -1
  52. package/esm2015/lib/DashboardTileCommonFeature.js +0 -37
  53. package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +0 -31
  54. package/esm2015/lib/DashboardTileGroupDescription.js +0 -50
  55. package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +0 -82
  56. package/esm2015/lib/DashboardTileSortDescription.js +0 -59
  57. package/esm2015/lib/DashboardTileSortDescriptionCollection.js +0 -94
  58. package/esm2015/lib/DashboardTileSummaryDescription.js +0 -121
  59. package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +0 -100
  60. package/esm2015/lib/DashboardTileView_combined.js +0 -3405
  61. package/esm2015/lib/DataChartDashboardTileFeature.js +0 -74
  62. package/esm2015/lib/DataSeriesToDescriptionAdapter.js +0 -1569
  63. package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +0 -144
  64. package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +0 -83
  65. package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +0 -183
  66. package/esm2015/lib/DescriptionValueLookupHelper.js +0 -36
  67. package/esm2015/lib/GeographicMapDashboardTileFeature.js +0 -24
  68. package/esm2015/lib/IExternalDashboardTile.js +0 -11
  69. package/esm2015/lib/LinearGaugeDashboardTileFeature.js +0 -24
  70. package/esm2015/lib/PieChartDashboardTileFeature.js +0 -26
  71. package/esm2015/lib/RadialGaugeDashboardTileFeature.js +0 -24
  72. package/esm2015/lib/ValueGetterResult.js +0 -33
  73. package/esm2015/lib/igc-dashboard-tile-component.js +0 -1317
  74. package/esm2015/lib/igc-dashboard-tile-customization-component.js +0 -266
  75. package/esm5/igniteui-webcomponents-dashboards.js +0 -1
  76. package/esm5/lib/DashboardTile.js +0 -7
  77. package/esm5/lib/DashboardTileChangingContentEventArgs.js +0 -31
  78. package/esm5/lib/DashboardTileCustomization.js +0 -7
  79. package/esm5/lib/DashboardTileCustomizationCollection.js +0 -7
  80. package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +0 -42
  81. package/esm5/lib/DashboardTileGalleryIconInfo.js +0 -23
  82. package/esm5/lib/DashboardTileGroupDescription.js +0 -58
  83. package/esm5/lib/DashboardTileGroupDescriptionCollection.js +0 -93
  84. package/esm5/lib/DashboardTileSortDescription.js +0 -74
  85. package/esm5/lib/DashboardTileSortDescriptionCollection.js +0 -109
  86. package/esm5/lib/DashboardTileSummaryDescription.js +0 -148
  87. package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +0 -115
  88. package/esm5/lib/DashboardTileToolbarProvider.js +0 -7
  89. package/esm5/lib/DashboardTileView.js +0 -7
  90. package/esm5/lib/DashboardTileView_combined.js +0 -4135
  91. package/esm5/lib/DashboardTileVisualizationType.js +0 -50
  92. package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +0 -11
  93. package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +0 -167
  94. package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +0 -110
  95. package/esm5/lib/DataSeriesToDescriptionCustomizations.js +0 -285
  96. package/esm5/lib/DescriptionValueLookupHelper.js +0 -45
  97. package/esm5/lib/IExternalDashboardTile.js +0 -11
  98. package/esm5/lib/ValueGetterResult.js +0 -44
  99. package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +0 -46
  100. package/esm5/lib/igc-dashboard-tile-component.js +0 -1603
  101. package/esm5/lib/igc-dashboard-tile-customization-collection.js +0 -58
  102. package/esm5/lib/igc-dashboard-tile-customization-component.js +0 -318
  103. package/esm5/lib/igc-dashboard-tile-customization-module.js +0 -20
  104. package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +0 -62
  105. package/esm5/lib/igc-dashboard-tile-group-description-collection.js +0 -82
  106. package/esm5/lib/igc-dashboard-tile-group-description-module.js +0 -19
  107. package/esm5/lib/igc-dashboard-tile-group-description.js +0 -27
  108. package/esm5/lib/igc-dashboard-tile-module.js +0 -43
  109. package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +0 -96
  110. package/esm5/lib/igc-dashboard-tile-sort-description-module.js +0 -19
  111. package/esm5/lib/igc-dashboard-tile-sort-description.js +0 -84
  112. package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +0 -93
  113. package/esm5/lib/igc-dashboard-tile-summary-description-module.js +0 -19
  114. package/esm5/lib/igc-dashboard-tile-summary-description.js +0 -134
  115. package/esm5/lib/igc-data-chart-dashboard-tile-module.js +0 -42
  116. package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +0 -22
  117. package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +0 -22
  118. package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +0 -22
  119. package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +0 -22
  120. package/esm5/public_api.js +0 -52
  121. package/fesm2015/igniteui-webcomponents-dashboards.js +0 -8394
  122. package/fesm5/igniteui-webcomponents-dashboards.js +0 -9933
  123. package/igniteui-webcomponents-dashboards.d.ts +0 -1
  124. /package/{lib → esm2022/lib}/DashboardTile.d.ts +0 -0
  125. /package/{esm2015 → esm2022}/lib/DashboardTile.js +0 -0
  126. /package/{lib → esm2022/lib}/DashboardTileChangingContentEventArgs.d.ts +0 -0
  127. /package/{lib → esm2022/lib}/DashboardTileCommonFeature.d.ts +0 -0
  128. /package/{lib → esm2022/lib}/DashboardTileCustomization.d.ts +0 -0
  129. /package/{esm2015 → esm2022}/lib/DashboardTileCustomization.js +0 -0
  130. /package/{lib → esm2022/lib}/DashboardTileCustomizationCollection.d.ts +0 -0
  131. /package/{esm2015 → esm2022}/lib/DashboardTileCustomizationCollection.js +0 -0
  132. /package/{lib → esm2022/lib}/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +0 -0
  133. /package/{lib → esm2022/lib}/DashboardTileGalleryIconInfo.d.ts +0 -0
  134. /package/{lib → esm2022/lib}/DashboardTileGroupDescription.d.ts +0 -0
  135. /package/{lib → esm2022/lib}/DashboardTileGroupDescriptionCollection.d.ts +0 -0
  136. /package/{lib → esm2022/lib}/DashboardTilePrimitiveValueWrapper.d.ts +0 -0
  137. /package/{lib → esm2022/lib}/DashboardTileSortDescription.d.ts +0 -0
  138. /package/{lib → esm2022/lib}/DashboardTileSortDescriptionCollection.d.ts +0 -0
  139. /package/{lib → esm2022/lib}/DashboardTileSummaryDescription.d.ts +0 -0
  140. /package/{lib → esm2022/lib}/DashboardTileSummaryDescriptionCollection.d.ts +0 -0
  141. /package/{lib → esm2022/lib}/DashboardTileToolbarProvider.d.ts +0 -0
  142. /package/{esm2015 → esm2022}/lib/DashboardTileToolbarProvider.js +0 -0
  143. /package/{lib → esm2022/lib}/DashboardTileView.d.ts +0 -0
  144. /package/{esm2015 → esm2022}/lib/DashboardTileView.js +0 -0
  145. /package/{lib → esm2022/lib}/DashboardTileView_combined.d.ts +0 -0
  146. /package/{lib → esm2022/lib}/DashboardTileVisualizationType.d.ts +0 -0
  147. /package/{lib → esm2022/lib}/DataChartDashboardTileFeature.d.ts +0 -0
  148. /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapter.d.ts +0 -0
  149. /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapterControlType.d.ts +0 -0
  150. /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapterResult.d.ts +0 -0
  151. /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapterSettings.d.ts +0 -0
  152. /package/{lib → esm2022/lib}/DataSeriesToDescriptionCustomizations.d.ts +0 -0
  153. /package/{lib → esm2022/lib}/DescriptionValueLookupHelper.d.ts +0 -0
  154. /package/{lib → esm2022/lib}/GeographicMapDashboardTileFeature.d.ts +0 -0
  155. /package/{lib → esm2022/lib}/IDashboardTileView.d.ts +0 -0
  156. /package/{lib → esm2022/lib}/IExternalDashboardTile.d.ts +0 -0
  157. /package/{lib → esm2022/lib}/LinearGaugeDashboardTileFeature.d.ts +0 -0
  158. /package/{lib → esm2022/lib}/PieChartDashboardTileFeature.d.ts +0 -0
  159. /package/{lib → esm2022/lib}/RadialGaugeDashboardTileFeature.d.ts +0 -0
  160. /package/{lib → esm2022/lib}/ValueGetterResult.d.ts +0 -0
  161. /package/{lib → esm2022/lib}/igc-dashboard-tile-changing-content-event-args.d.ts +0 -0
  162. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-changing-content-event-args.js +0 -0
  163. /package/{lib → esm2022/lib}/igc-dashboard-tile-component.d.ts +0 -0
  164. /package/{lib → esm2022/lib}/igc-dashboard-tile-customization-collection.d.ts +0 -0
  165. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-customization-collection.js +0 -0
  166. /package/{lib → esm2022/lib}/igc-dashboard-tile-customization-component.d.ts +0 -0
  167. /package/{lib → esm2022/lib}/igc-dashboard-tile-customization-module.d.ts +0 -0
  168. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-customization-module.js +0 -0
  169. /package/{lib → esm2022/lib}/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +0 -0
  170. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +0 -0
  171. /package/{lib → esm2022/lib}/igc-dashboard-tile-group-description-collection.d.ts +0 -0
  172. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-group-description-collection.js +0 -0
  173. /package/{lib → esm2022/lib}/igc-dashboard-tile-group-description-module.d.ts +0 -0
  174. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-group-description-module.js +0 -0
  175. /package/{lib → esm2022/lib}/igc-dashboard-tile-group-description.d.ts +0 -0
  176. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-group-description.js +0 -0
  177. /package/{lib → esm2022/lib}/igc-dashboard-tile-module.d.ts +0 -0
  178. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-module.js +0 -0
  179. /package/{lib → esm2022/lib}/igc-dashboard-tile-sort-description-collection.d.ts +0 -0
  180. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-sort-description-collection.js +0 -0
  181. /package/{lib → esm2022/lib}/igc-dashboard-tile-sort-description-module.d.ts +0 -0
  182. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-sort-description-module.js +0 -0
  183. /package/{lib → esm2022/lib}/igc-dashboard-tile-sort-description.d.ts +0 -0
  184. /package/{lib → esm2022/lib}/igc-dashboard-tile-summary-description-collection.d.ts +0 -0
  185. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-summary-description-collection.js +0 -0
  186. /package/{lib → esm2022/lib}/igc-dashboard-tile-summary-description-module.d.ts +0 -0
  187. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-summary-description-module.js +0 -0
  188. /package/{lib → esm2022/lib}/igc-dashboard-tile-summary-description.d.ts +0 -0
  189. /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-summary-description.js +0 -0
  190. /package/{lib → esm2022/lib}/igc-data-chart-dashboard-tile-module.d.ts +0 -0
  191. /package/{esm2015 → esm2022}/lib/igc-data-chart-dashboard-tile-module.js +0 -0
  192. /package/{lib → esm2022/lib}/igc-geographic-map-dashboard-tile-module.d.ts +0 -0
  193. /package/{esm2015 → esm2022}/lib/igc-geographic-map-dashboard-tile-module.js +0 -0
  194. /package/{lib → esm2022/lib}/igc-linear-gauge-dashboard-tile-module.d.ts +0 -0
  195. /package/{esm2015 → esm2022}/lib/igc-linear-gauge-dashboard-tile-module.js +0 -0
  196. /package/{lib → esm2022/lib}/igc-pie-chart-dashboard-tile-module.d.ts +0 -0
  197. /package/{esm2015 → esm2022}/lib/igc-pie-chart-dashboard-tile-module.js +0 -0
  198. /package/{lib → esm2022/lib}/igc-radial-gauge-dashboard-tile-module.d.ts +0 -0
  199. /package/{esm2015 → esm2022}/lib/igc-radial-gauge-dashboard-tile-module.js +0 -0
@@ -0,0 +1,28 @@
1
+ {
2
+ "entryPoints": [
3
+ {
4
+ "name": "linear-gauge-dashboard-tile",
5
+ "module": "igc-linear-gauge-dashboard-tile-module"
6
+ },
7
+ {
8
+ "name": "pie-chart-dashboard-tile",
9
+ "module": "igc-pie-chart-dashboard-tile-module"
10
+ },
11
+ {
12
+ "name": "radial-gauge-dashboard-tile",
13
+ "module": "igc-radial-gauge-dashboard-tile-module"
14
+ },
15
+ {
16
+ "name": "geographic-map-dashboard-tile",
17
+ "module": "igc-geographic-map-dashboard-tile-module"
18
+ },
19
+ {
20
+ "name": "data-chart-dashboard-tile",
21
+ "module": "igc-data-chart-dashboard-tile-module"
22
+ },
23
+ {
24
+ "name": "dashboard-tile",
25
+ "module": "igc-dashboard-tile-full-module"
26
+ }
27
+ ]
28
+ }
@@ -5,20 +5,20 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- let DashboardTileChangingContentEventArgs = /*@__PURE__*/ (() => {
9
- class DashboardTileChangingContentEventArgs extends Base {
10
- constructor() {
11
- super();
12
- this._contentJson = null;
13
- }
14
- get contentJson() {
15
- return this._contentJson;
16
- }
17
- set contentJson(a) {
18
- this._contentJson = a;
19
- }
8
+ /**
9
+ * @hidden
10
+ */
11
+ class DashboardTileChangingContentEventArgs extends Base {
12
+ static { this.$t = markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs'); }
13
+ constructor() {
14
+ super();
15
+ this._contentJson = null;
20
16
  }
21
- DashboardTileChangingContentEventArgs.$t = /*@__PURE__*/ markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
22
- return DashboardTileChangingContentEventArgs;
23
- })();
17
+ get contentJson() {
18
+ return this._contentJson;
19
+ }
20
+ set contentJson(a) {
21
+ this._contentJson = a;
22
+ }
23
+ }
24
24
  export { DashboardTileChangingContentEventArgs };
@@ -4,7 +4,6 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
- import { __extends } from "tslib";
8
7
  import { Base, markType } from "igniteui-webcomponents-core";
9
8
  import { DataLegendDescriptionModule } from "igniteui-webcomponents-core";
10
9
  import { ItemLegendDescriptionModule } from "igniteui-webcomponents-core";
@@ -19,12 +18,9 @@ import { NativeUIGridFactory } from "igniteui-webcomponents-data-grids";
19
18
  /**
20
19
  * @hidden
21
20
  */
22
- export var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_super) {
23
- __extends(DashboardTileCommonFeature, _super);
24
- function DashboardTileCommonFeature() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- DashboardTileCommonFeature.a = function (a) {
21
+ class DashboardTileCommonFeature extends Base {
22
+ static { this.$t = markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature'); }
23
+ static a(a) {
28
24
  DataLegendDescriptionModule.register(a);
29
25
  ItemLegendDescriptionModule.register(a);
30
26
  LegendDescriptionModule.register(a);
@@ -36,7 +32,6 @@ export var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_
36
32
  NativeUILayoutFactory.g();
37
33
  NativeUIGridFactory.register();
38
34
  NativeUIGridFactory.register();
39
- };
40
- DashboardTileCommonFeature.$t = markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature');
41
- return DashboardTileCommonFeature;
42
- }(Base));
35
+ }
36
+ }
37
+ export { DashboardTileCommonFeature };
@@ -0,0 +1,31 @@
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 { Base, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
12
+ static { this.$t = markType(DashboardTileFilterStringErrorsParsingEventArgs, 'DashboardTileFilterStringErrorsParsingEventArgs'); }
13
+ constructor() {
14
+ super();
15
+ this._propertyName = null;
16
+ this._errors = null;
17
+ }
18
+ get propertyName() {
19
+ return this._propertyName;
20
+ }
21
+ set propertyName(a) {
22
+ this._propertyName = a;
23
+ }
24
+ get errors() {
25
+ return this._errors;
26
+ }
27
+ set errors(a) {
28
+ this._errors = a;
29
+ }
30
+ }
31
+ export { DashboardTileFilterStringErrorsParsingEventArgs };
@@ -5,16 +5,16 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- let DashboardTileGalleryIconInfo = /*@__PURE__*/ (() => {
9
- class DashboardTileGalleryIconInfo extends Base {
10
- constructor() {
11
- super(...arguments);
12
- this.b = null;
13
- this.c = null;
14
- this.a = 0;
15
- }
8
+ /**
9
+ * @hidden
10
+ */
11
+ class DashboardTileGalleryIconInfo extends Base {
12
+ constructor() {
13
+ super(...arguments);
14
+ this.b = null;
15
+ this.c = null;
16
+ this.a = 0;
16
17
  }
17
- DashboardTileGalleryIconInfo.$t = /*@__PURE__*/ markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
18
- return DashboardTileGalleryIconInfo;
19
- })();
18
+ static { this.$t = markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo'); }
19
+ }
20
20
  export { DashboardTileGalleryIconInfo };
@@ -0,0 +1,50 @@
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 { DashboardTileSortDescription } from "./DashboardTileSortDescription";
8
+ import { markType } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ class DashboardTileGroupDescription extends DashboardTileSortDescription {
13
+ static { this.$t = markType(DashboardTileGroupDescription, 'DashboardTileGroupDescription', DashboardTileSortDescription.$); }
14
+ constructor(a, ..._rest) {
15
+ a = (a == void 0) ? 0 : a;
16
+ switch (a) {
17
+ case 0:
18
+ {
19
+ super(0);
20
+ this.h = false;
21
+ this.g = 0;
22
+ this.h = false;
23
+ this.g = 11;
24
+ }
25
+ break;
26
+ case 1:
27
+ {
28
+ let c = _rest[0];
29
+ super(1, c);
30
+ this.h = false;
31
+ this.g = 0;
32
+ this.h = false;
33
+ this.g = 11;
34
+ }
35
+ break;
36
+ case 2:
37
+ {
38
+ let c = _rest[0];
39
+ let d = _rest[1];
40
+ super(2, c, d);
41
+ this.h = false;
42
+ this.g = 0;
43
+ this.h = false;
44
+ this.g = 11;
45
+ }
46
+ break;
47
+ }
48
+ }
49
+ }
50
+ export { DashboardTileGroupDescription };
@@ -0,0 +1,82 @@
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 { Base, markType } from "igniteui-webcomponents-core";
8
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
9
+ import { DashboardTileGroupDescription } from "./DashboardTileGroupDescription";
10
+ import { SortDescription } from "igniteui-webcomponents-core";
11
+ /**
12
+ * @hidden
13
+ */
14
+ class DashboardTileGroupDescriptionCollection extends Base {
15
+ static { this.$t = markType(DashboardTileGroupDescriptionCollection, 'DashboardTileGroupDescriptionCollection'); }
16
+ constructor() {
17
+ super();
18
+ this.f = new SyncableObservableCollection$2(DashboardTileGroupDescription.$, SortDescription.$, 0);
19
+ this.d = null;
20
+ let a = this.f;
21
+ a.compare = (b, c) => {
22
+ if (b.f == c.propertyName) {
23
+ return true;
24
+ }
25
+ return false;
26
+ };
27
+ a.createFrom = (b) => new DashboardTileGroupDescription(2, b.propertyName, b.direction);
28
+ a.createTo = (b) => {
29
+ let c = b.c;
30
+ return SortDescription.create(b.f, c, null);
31
+ };
32
+ }
33
+ get e() {
34
+ return this.d;
35
+ }
36
+ set e(a) {
37
+ if (a == null) {
38
+ this.f.syncTarget = null;
39
+ this.d = null;
40
+ return;
41
+ }
42
+ this.d = a;
43
+ this.f.syncTarget = this.d.getInner();
44
+ }
45
+ g(a) {
46
+ return this.f.add(a);
47
+ }
48
+ n(a, b) {
49
+ this.f.add1(a, b);
50
+ }
51
+ m() {
52
+ this.f.clear();
53
+ }
54
+ get(a) {
55
+ return this.f.get(a);
56
+ }
57
+ j(a) {
58
+ return this.f.indexOf(a);
59
+ }
60
+ h(a) {
61
+ return this.f.remove1(a);
62
+ }
63
+ b(a) {
64
+ return this.f.remove(a);
65
+ }
66
+ set(a, b) {
67
+ return this.f.set(a, b);
68
+ }
69
+ size() {
70
+ return this.f.size();
71
+ }
72
+ l(a) {
73
+ this.f.addListener(a);
74
+ }
75
+ o(a) {
76
+ this.f.removeListener(a);
77
+ }
78
+ get i() {
79
+ return this.f.all;
80
+ }
81
+ }
82
+ export { DashboardTileGroupDescriptionCollection };
@@ -5,14 +5,14 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- let DashboardTilePrimitiveValueWrapper = /*@__PURE__*/ (() => {
9
- class DashboardTilePrimitiveValueWrapper extends Base {
10
- constructor() {
11
- super(...arguments);
12
- this.value = 0;
13
- }
8
+ /**
9
+ * @hidden
10
+ */
11
+ class DashboardTilePrimitiveValueWrapper extends Base {
12
+ constructor() {
13
+ super(...arguments);
14
+ this.value = 0;
14
15
  }
15
- DashboardTilePrimitiveValueWrapper.$t = /*@__PURE__*/ markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
16
- return DashboardTilePrimitiveValueWrapper;
17
- })();
16
+ static { this.$t = markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper'); }
17
+ }
18
18
  export { DashboardTilePrimitiveValueWrapper };
@@ -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 { Base, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ class DashboardTileSortDescription extends Base {
12
+ static { this.$t = markType(DashboardTileSortDescription, 'DashboardTileSortDescription'); }
13
+ constructor(a, ..._rest) {
14
+ super();
15
+ this.e = null;
16
+ this.b = 0;
17
+ a = (a == void 0) ? 0 : a;
18
+ switch (a) {
19
+ case 0: break;
20
+ case 1:
21
+ {
22
+ let c = _rest[0];
23
+ this.f = c;
24
+ }
25
+ break;
26
+ case 2:
27
+ {
28
+ let c = _rest[0];
29
+ let d = _rest[1];
30
+ this.f = c;
31
+ this.c = d;
32
+ }
33
+ break;
34
+ }
35
+ }
36
+ get f() {
37
+ return this.e;
38
+ }
39
+ set f(a) {
40
+ this.e = a;
41
+ }
42
+ get c() {
43
+ return this.b;
44
+ }
45
+ set c(a) {
46
+ this.b = a;
47
+ }
48
+ equals(a) {
49
+ let b = a;
50
+ if (b == null) {
51
+ return super.equals(a);
52
+ }
53
+ return b.f == this.f && b.c == this.c;
54
+ }
55
+ getHashCode() {
56
+ return Base.getHashCodeStatic(this.f) * 17 + this.c;
57
+ }
58
+ }
59
+ export { DashboardTileSortDescription };
@@ -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 { Base, markType } from "igniteui-webcomponents-core";
8
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
9
+ import { DashboardTileSortDescription } from "./DashboardTileSortDescription";
10
+ import { SortDescription } from "igniteui-webcomponents-core";
11
+ /**
12
+ * @hidden
13
+ */
14
+ class DashboardTileSortDescriptionCollection extends Base {
15
+ static { this.$t = markType(DashboardTileSortDescriptionCollection, 'DashboardTileSortDescriptionCollection'); }
16
+ get i() {
17
+ return this.f.shouldDetachOnTargetChange;
18
+ }
19
+ set i(a) {
20
+ this.f.shouldDetachOnTargetChange = a;
21
+ }
22
+ constructor() {
23
+ super();
24
+ this.f = new SyncableObservableCollection$2(DashboardTileSortDescription.$, SortDescription.$, 0);
25
+ this.d = null;
26
+ let a = this.f;
27
+ a.compare = (b, c) => {
28
+ if (b.f == c.propertyName) {
29
+ return true;
30
+ }
31
+ return false;
32
+ };
33
+ a.createFrom = (b) => new DashboardTileSortDescription(2, b.propertyName, b.direction);
34
+ a.createTo = (b) => {
35
+ let c = b.c;
36
+ return SortDescription.create(b.f, c, null);
37
+ };
38
+ }
39
+ get e() {
40
+ return this.d;
41
+ }
42
+ set e(a) {
43
+ if (a == null) {
44
+ this.f.syncTarget = null;
45
+ this.d = null;
46
+ return;
47
+ }
48
+ this.d = a;
49
+ this.f.syncTarget = this.d.getInner();
50
+ }
51
+ g(a) {
52
+ return this.f.add(a);
53
+ }
54
+ n(a) {
55
+ this.f.addOneWayTarget(a.getInner());
56
+ }
57
+ r(a) {
58
+ this.f.removeOneWayTarget(a.getInner());
59
+ }
60
+ p(a, b) {
61
+ this.f.add1(a, b);
62
+ }
63
+ o() {
64
+ this.f.clear();
65
+ }
66
+ get(a) {
67
+ return this.f.get(a);
68
+ }
69
+ k(a) {
70
+ return this.f.indexOf(a);
71
+ }
72
+ h(a) {
73
+ return this.f.remove1(a);
74
+ }
75
+ b(a) {
76
+ return this.f.remove(a);
77
+ }
78
+ set(a, b) {
79
+ return this.f.set(a, b);
80
+ }
81
+ size() {
82
+ return this.f.size();
83
+ }
84
+ m(a) {
85
+ this.f.addListener(a);
86
+ }
87
+ q(a) {
88
+ this.f.removeListener(a);
89
+ }
90
+ get j() {
91
+ return this.f.all;
92
+ }
93
+ }
94
+ export { DashboardTileSortDescriptionCollection };
@@ -0,0 +1,121 @@
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 { Base, runOn, delegateRemove, delegateCombine, markType } from "igniteui-webcomponents-core";
8
+ import { MinSummaryCalculator } from "igniteui-webcomponents-core";
9
+ import { MaxSummaryCalculator } from "igniteui-webcomponents-core";
10
+ import { SumSummaryCalculator } from "igniteui-webcomponents-core";
11
+ import { AverageSummaryCalculator } from "igniteui-webcomponents-core";
12
+ import { CountSummaryCalculator } from "igniteui-webcomponents-core";
13
+ /**
14
+ * @hidden
15
+ */
16
+ class DashboardTileSummaryDescription extends Base {
17
+ static { this.$t = markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription'); }
18
+ constructor(a, ..._rest) {
19
+ super();
20
+ this.j = false;
21
+ this.a = 0;
22
+ this.m = null;
23
+ this.b = 0;
24
+ this.n = null;
25
+ this.e = null;
26
+ this.l = null;
27
+ this.provideCalculator = null;
28
+ this.g = null;
29
+ a = (a == void 0) ? 0 : a;
30
+ switch (a) {
31
+ case 0: break;
32
+ case 1:
33
+ {
34
+ let c = _rest[0];
35
+ this.p = c;
36
+ this.c = 4;
37
+ }
38
+ break;
39
+ case 2:
40
+ {
41
+ let c = _rest[0];
42
+ let d = _rest[1];
43
+ this.p = c;
44
+ this.c = d;
45
+ }
46
+ break;
47
+ }
48
+ }
49
+ get p() {
50
+ return this.m;
51
+ }
52
+ set p(a) {
53
+ this.m = a;
54
+ }
55
+ get c() {
56
+ return this.b;
57
+ }
58
+ set c(a) {
59
+ this.b = a;
60
+ switch (this.b) {
61
+ case 0:
62
+ this.f = new MinSummaryCalculator();
63
+ break;
64
+ case 1:
65
+ this.f = new MaxSummaryCalculator();
66
+ break;
67
+ case 2:
68
+ this.f = new SumSummaryCalculator();
69
+ break;
70
+ case 3:
71
+ this.f = new AverageSummaryCalculator();
72
+ break;
73
+ case 4:
74
+ this.f = new CountSummaryCalculator();
75
+ break;
76
+ }
77
+ }
78
+ get f() {
79
+ return this.e;
80
+ }
81
+ set f(a) {
82
+ this.e = a;
83
+ }
84
+ get o() {
85
+ return this.l;
86
+ }
87
+ set o(a) {
88
+ this.l = a;
89
+ }
90
+ equals(a) {
91
+ let b = a;
92
+ if (b == null) {
93
+ return super.equals(a);
94
+ }
95
+ return b.p == this.p && b.c == this.c;
96
+ }
97
+ getHashCode() {
98
+ return Base.getHashCodeStatic(this.p) * 17 + this.c;
99
+ }
100
+ get h() {
101
+ return this.g;
102
+ }
103
+ set h(a) {
104
+ let b = this.g;
105
+ if (b != null) {
106
+ b.provideCalculator = delegateRemove(b.provideCalculator, runOn(this, this.q));
107
+ }
108
+ this.g = a;
109
+ if (this.g != null) {
110
+ let c = this.g;
111
+ c.provideCalculator = delegateCombine(c.provideCalculator, runOn(this, this.q));
112
+ }
113
+ }
114
+ q(a, b) {
115
+ if (this.provideCalculator != null) {
116
+ this.provideCalculator(this, b);
117
+ this.f = b.a;
118
+ }
119
+ }
120
+ }
121
+ export { DashboardTileSummaryDescription };