igniteui-webcomponents-dashboards 6.3.0-beta.0 → 6.3.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 (107) hide show
  1. package/esm2015/lib/DashboardTileChangingContentEventArgs.js +2 -4
  2. package/esm2015/lib/DashboardTileCommonFeature.js +2 -4
  3. package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +2 -4
  4. package/esm2015/lib/DashboardTileGalleryIconInfo.js +2 -4
  5. package/esm2015/lib/DashboardTileGroupDescription.js +2 -4
  6. package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +2 -4
  7. package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +2 -4
  8. package/esm2015/lib/DashboardTileSortDescription.js +2 -4
  9. package/esm2015/lib/DashboardTileSortDescriptionCollection.js +2 -4
  10. package/esm2015/lib/DashboardTileSummaryDescription.js +2 -4
  11. package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +2 -4
  12. package/esm2015/lib/DashboardTileView_combined.js +10 -20
  13. package/esm2015/lib/DataChartDashboardTileFeature.js +2 -4
  14. package/esm2015/lib/DataSeriesToDescriptionAdapter.js +2 -4
  15. package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +2 -4
  16. package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +2 -4
  17. package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +2 -4
  18. package/esm2015/lib/DescriptionValueLookupHelper.js +2 -4
  19. package/esm2015/lib/GeographicMapDashboardTileFeature.js +2 -4
  20. package/esm2015/lib/LinearGaugeDashboardTileFeature.js +2 -4
  21. package/esm2015/lib/PieChartDashboardTileFeature.js +2 -4
  22. package/esm2015/lib/RadialGaugeDashboardTileFeature.js +2 -4
  23. package/esm2015/lib/ValueGetterResult.js +2 -4
  24. package/esm2015/lib/igc-dashboard-tile-component.js +2 -1
  25. package/esm2015/lib/igc-dashboard-tile-customization-component.js +2 -1
  26. package/esm5/lib/DashboardTileChangingContentEventArgs.js +1 -2
  27. package/esm5/lib/DashboardTileCommonFeature.js +1 -2
  28. package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +1 -2
  29. package/esm5/lib/DashboardTileGalleryIconInfo.js +1 -2
  30. package/esm5/lib/DashboardTileGroupDescription.js +1 -2
  31. package/esm5/lib/DashboardTileGroupDescriptionCollection.js +1 -2
  32. package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +1 -2
  33. package/esm5/lib/DashboardTileSortDescription.js +1 -2
  34. package/esm5/lib/DashboardTileSortDescriptionCollection.js +1 -2
  35. package/esm5/lib/DashboardTileSummaryDescription.js +1 -2
  36. package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +1 -2
  37. package/esm5/lib/DashboardTileView_combined.js +5 -10
  38. package/esm5/lib/DataChartDashboardTileFeature.js +1 -2
  39. package/esm5/lib/DataSeriesToDescriptionAdapter.js +1 -2
  40. package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +1 -2
  41. package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +1 -2
  42. package/esm5/lib/DataSeriesToDescriptionCustomizations.js +1 -2
  43. package/esm5/lib/DescriptionValueLookupHelper.js +1 -2
  44. package/esm5/lib/GeographicMapDashboardTileFeature.js +1 -2
  45. package/esm5/lib/LinearGaugeDashboardTileFeature.js +1 -2
  46. package/esm5/lib/PieChartDashboardTileFeature.js +1 -2
  47. package/esm5/lib/RadialGaugeDashboardTileFeature.js +1 -2
  48. package/esm5/lib/ValueGetterResult.js +1 -2
  49. package/esm5/lib/igc-dashboard-tile-component.js +1 -2
  50. package/esm5/lib/igc-dashboard-tile-customization-component.js +1 -2
  51. package/fesm2015/igniteui-webcomponents-dashboards.js +0 -81
  52. package/igniteui-webcomponents-dashboards.d.ts +1 -1
  53. package/lib/DashboardTile.d.ts +1 -1
  54. package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -11
  55. package/lib/DashboardTileCommonFeature.d.ts +9 -9
  56. package/lib/DashboardTileCustomization.d.ts +1 -1
  57. package/lib/DashboardTileCustomizationCollection.d.ts +1 -1
  58. package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -14
  59. package/lib/DashboardTileGalleryIconInfo.d.ts +11 -11
  60. package/lib/DashboardTileGroupDescription.d.ts +16 -16
  61. package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -27
  62. package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -8
  63. package/lib/DashboardTileSortDescription.d.ts +20 -20
  64. package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -31
  65. package/lib/DashboardTileSummaryDescription.d.ts +38 -38
  66. package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -31
  67. package/lib/DashboardTileToolbarProvider.d.ts +1 -1
  68. package/lib/DashboardTileView.d.ts +1 -1
  69. package/lib/DashboardTileView_combined.d.ts +575 -575
  70. package/lib/DashboardTileVisualizationType.d.ts +43 -43
  71. package/lib/DataChartDashboardTileFeature.d.ts +10 -10
  72. package/lib/DataSeriesToDescriptionAdapter.d.ts +63 -63
  73. package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -15
  74. package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -36
  75. package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -36
  76. package/lib/DataSeriesToDescriptionCustomizations.d.ts +23 -23
  77. package/lib/DescriptionValueLookupHelper.d.ts +12 -12
  78. package/lib/GeographicMapDashboardTileFeature.d.ts +10 -10
  79. package/lib/IDashboardTileView.d.ts +20 -20
  80. package/lib/IExternalDashboardTile.d.ts +13 -13
  81. package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -10
  82. package/lib/PieChartDashboardTileFeature.d.ts +10 -10
  83. package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -10
  84. package/lib/ValueGetterResult.d.ts +14 -14
  85. package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -14
  86. package/lib/igc-dashboard-tile-component.d.ts +405 -405
  87. package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -8
  88. package/lib/igc-dashboard-tile-customization-component.d.ts +59 -59
  89. package/lib/igc-dashboard-tile-customization-module.d.ts +3 -3
  90. package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -22
  91. package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -23
  92. package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -3
  93. package/lib/igc-dashboard-tile-group-description.d.ts +13 -13
  94. package/lib/igc-dashboard-tile-module.d.ts +3 -3
  95. package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -28
  96. package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -3
  97. package/lib/igc-dashboard-tile-sort-description.d.ts +33 -33
  98. package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -25
  99. package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -3
  100. package/lib/igc-dashboard-tile-summary-description.d.ts +40 -40
  101. package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -3
  102. package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -3
  103. package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -3
  104. package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -3
  105. package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -3
  106. package/package.json +8 -8
  107. package/public_api.d.ts +52 -52
@@ -14,7 +14,7 @@ import { CountSummaryCalculator } from "igniteui-webcomponents-core";
14
14
  /**
15
15
  * @hidden
16
16
  */
17
- var DashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (_super) {
17
+ export var DashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(DashboardTileSummaryDescription, _super);
19
19
  function DashboardTileSummaryDescription(a) {
20
20
  var _rest = [];
@@ -146,4 +146,3 @@ var DashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (_su
146
146
  DashboardTileSummaryDescription.$t = markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription');
147
147
  return DashboardTileSummaryDescription;
148
148
  }(Base));
149
- export { DashboardTileSummaryDescription };
@@ -12,7 +12,7 @@ import { SummaryDescription } from "igniteui-webcomponents-core";
12
12
  /**
13
13
  * @hidden
14
14
  */
15
- var DashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ export var DashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(DashboardTileSummaryDescriptionCollection, _super);
17
17
  function DashboardTileSummaryDescriptionCollection() {
18
18
  var _this = _super.call(this) || this;
@@ -113,4 +113,3 @@ var DashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (fun
113
113
  DashboardTileSummaryDescriptionCollection.$t = markType(DashboardTileSummaryDescriptionCollection, 'DashboardTileSummaryDescriptionCollection');
114
114
  return DashboardTileSummaryDescriptionCollection;
115
115
  }(Base));
116
- export { DashboardTileSummaryDescriptionCollection };
@@ -96,7 +96,7 @@ import { ToolActionSubPanelInfo } from "igniteui-webcomponents-core";
96
96
  /**
97
97
  * @hidden
98
98
  */
99
- var DashboardTileView = /** @class */ /*@__PURE__*/ (function (_super) {
99
+ export var DashboardTileView = /** @class */ /*@__PURE__*/ (function (_super) {
100
100
  __extends(DashboardTileView, _super);
101
101
  function DashboardTileView() {
102
102
  var _this = _super.call(this) || this;
@@ -226,11 +226,10 @@ var DashboardTileView = /** @class */ /*@__PURE__*/ (function (_super) {
226
226
  DashboardTileView.$t = markType(DashboardTileView, 'DashboardTileView');
227
227
  return DashboardTileView;
228
228
  }(Base));
229
- export { DashboardTileView };
230
229
  /**
231
230
  * @hidden
232
231
  */
233
- var DashboardTileCustomization = /** @class */ /*@__PURE__*/ (function (_super) {
232
+ export var DashboardTileCustomization = /** @class */ /*@__PURE__*/ (function (_super) {
234
233
  __extends(DashboardTileCustomization, _super);
235
234
  function DashboardTileCustomization() {
236
235
  var _this = _super.call(this) || this;
@@ -281,11 +280,10 @@ var DashboardTileCustomization = /** @class */ /*@__PURE__*/ (function (_super)
281
280
  DashboardTileCustomization.$t = markType(DashboardTileCustomization, 'DashboardTileCustomization');
282
281
  return DashboardTileCustomization;
283
282
  }(Base));
284
- export { DashboardTileCustomization };
285
283
  /**
286
284
  * @hidden
287
285
  */
288
- var DashboardTile = /** @class */ /*@__PURE__*/ (function (_super) {
286
+ export var DashboardTile = /** @class */ /*@__PURE__*/ (function (_super) {
289
287
  __extends(DashboardTile, _super);
290
288
  function DashboardTile() {
291
289
  var _this = _super.call(this) || this;
@@ -3904,11 +3902,10 @@ var DashboardTile = /** @class */ /*@__PURE__*/ (function (_super) {
3904
3902
  })()));
3905
3903
  return DashboardTile;
3906
3904
  }(Base));
3907
- export { DashboardTile };
3908
3905
  /**
3909
3906
  * @hidden
3910
3907
  */
3911
- var DashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (function (_super) {
3908
+ export var DashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (function (_super) {
3912
3909
  __extends(DashboardTileCustomizationCollection, _super);
3913
3910
  function DashboardTileCustomizationCollection() {
3914
3911
  return _super.call(this, DashboardTileCustomization.$, 0) || this;
@@ -3916,11 +3913,10 @@ var DashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (function
3916
3913
  DashboardTileCustomizationCollection.$t = markType(DashboardTileCustomizationCollection, 'DashboardTileCustomizationCollection', ObservableCollection$1.$.specialize(DashboardTileCustomization.$));
3917
3914
  return DashboardTileCustomizationCollection;
3918
3915
  }(ObservableCollection$1));
3919
- export { DashboardTileCustomizationCollection };
3920
3916
  /**
3921
3917
  * @hidden
3922
3918
  */
3923
- var DashboardTileToolbarProvider = /** @class */ /*@__PURE__*/ (function (_super) {
3919
+ export var DashboardTileToolbarProvider = /** @class */ /*@__PURE__*/ (function (_super) {
3924
3920
  __extends(DashboardTileToolbarProvider, _super);
3925
3921
  function DashboardTileToolbarProvider() {
3926
3922
  var _this = _super.call(this) || this;
@@ -4137,4 +4133,3 @@ var DashboardTileToolbarProvider = /** @class */ /*@__PURE__*/ (function (_super
4137
4133
  DashboardTileToolbarProvider.a6 = "\r\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\r\n<path d=\"M20.975 16.025a3.472 3.472 0 00-1.6-.9l-7.436-7.433a4.982 4.982 0 00-6.763-5.347L7 4.17A2 2 0 014.17 7L2.345 5.176a4.982 4.982 0 005.347 6.763l7.432 7.431a3.494 3.494 0 105.851-3.345zM19.6 19.6a1.382 1.382 0 110-1.954 1.381 1.381 0 010 1.954z\"/>\r\n</svg>";
4138
4134
  return DashboardTileToolbarProvider;
4139
4135
  }(DomainChartToolbarProvider));
4140
- export { DashboardTileToolbarProvider };
@@ -37,7 +37,7 @@ import { FinancialIndicatorDescriptionMetadata } from "igniteui-webcomponents-co
37
37
  /**
38
38
  * @hidden
39
39
  */
40
- var DataChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
40
+ export var DataChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  __extends(DataChartDashboardTileFeature, _super);
42
42
  function DataChartDashboardTileFeature() {
43
43
  return _super !== null && _super.apply(this, arguments) || this;
@@ -77,4 +77,3 @@ var DataChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_supe
77
77
  DataChartDashboardTileFeature.$t = markType(DataChartDashboardTileFeature, 'DataChartDashboardTileFeature');
78
78
  return DataChartDashboardTileFeature;
79
79
  }(Base));
80
- export { DataChartDashboardTileFeature };
@@ -92,7 +92,7 @@ import { stringReplace } from "igniteui-webcomponents-core";
92
92
  /**
93
93
  * @hidden
94
94
  */
95
- var DataSeriesToDescriptionAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
95
+ export var DataSeriesToDescriptionAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
96
96
  __extends(DataSeriesToDescriptionAdapter, _super);
97
97
  function DataSeriesToDescriptionAdapter(a) {
98
98
  var _this = _super.call(this) || this;
@@ -1593,4 +1593,3 @@ var DataSeriesToDescriptionAdapter = /** @class */ /*@__PURE__*/ (function (_sup
1593
1593
  DataSeriesToDescriptionAdapter.$t = markType(DataSeriesToDescriptionAdapter, 'DataSeriesToDescriptionAdapter');
1594
1594
  return DataSeriesToDescriptionAdapter;
1595
1595
  }(Base));
1596
- export { DataSeriesToDescriptionAdapter };
@@ -13,7 +13,7 @@ import { Guid } from "igniteui-webcomponents-core";
13
13
  /**
14
14
  * @hidden
15
15
  */
16
- var DataSeriesToDescriptionAdapterResult = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ export var DataSeriesToDescriptionAdapterResult = /** @class */ /*@__PURE__*/ (function (_super) {
17
17
  __extends(DataSeriesToDescriptionAdapterResult, _super);
18
18
  function DataSeriesToDescriptionAdapterResult(a) {
19
19
  var _this = _super.call(this) || this;
@@ -165,4 +165,3 @@ var DataSeriesToDescriptionAdapterResult = /** @class */ /*@__PURE__*/ (function
165
165
  DataSeriesToDescriptionAdapterResult.$t = markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult');
166
166
  return DataSeriesToDescriptionAdapterResult;
167
167
  }(Base));
168
- export { DataSeriesToDescriptionAdapterResult };
@@ -10,7 +10,7 @@ import { Dictionary$2 } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var DataSeriesToDescriptionAdapterSettings = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var DataSeriesToDescriptionAdapterSettings = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(DataSeriesToDescriptionAdapterSettings, _super);
15
15
  function DataSeriesToDescriptionAdapterSettings() {
16
16
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -108,4 +108,3 @@ var DataSeriesToDescriptionAdapterSettings = /** @class */ /*@__PURE__*/ (functi
108
108
  DataSeriesToDescriptionAdapterSettings.$t = markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings');
109
109
  return DataSeriesToDescriptionAdapterSettings;
110
110
  }(Base));
111
- export { DataSeriesToDescriptionAdapterSettings };
@@ -14,7 +14,7 @@ import { stringReplace } from "igniteui-webcomponents-core";
14
14
  /**
15
15
  * @hidden
16
16
  */
17
- var DataSeriesToDescriptionCustomizations = /** @class */ /*@__PURE__*/ (function (_super) {
17
+ export var DataSeriesToDescriptionCustomizations = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(DataSeriesToDescriptionCustomizations, _super);
19
19
  function DataSeriesToDescriptionCustomizations(a) {
20
20
  var e_1, _a, e_2, _b, e_3, _c;
@@ -283,4 +283,3 @@ var DataSeriesToDescriptionCustomizations = /** @class */ /*@__PURE__*/ (functio
283
283
  DataSeriesToDescriptionCustomizations.$t = markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations');
284
284
  return DataSeriesToDescriptionCustomizations;
285
285
  }(Base));
286
- export { DataSeriesToDescriptionCustomizations };
@@ -10,7 +10,7 @@ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var DescriptionValueLookupHelper = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var DescriptionValueLookupHelper = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(DescriptionValueLookupHelper, _super);
15
15
  function DescriptionValueLookupHelper() {
16
16
  return _super !== null && _super.apply(this, arguments) || this;
@@ -43,4 +43,3 @@ var DescriptionValueLookupHelper = /** @class */ /*@__PURE__*/ (function (_super
43
43
  DescriptionValueLookupHelper.a = null;
44
44
  return DescriptionValueLookupHelper;
45
45
  }(Base));
46
- export { DescriptionValueLookupHelper };
@@ -12,7 +12,7 @@ import { GeographicMapDescriptionModule } from "igniteui-webcomponents-core";
12
12
  /**
13
13
  * @hidden
14
14
  */
15
- var GeographicMapDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ export var GeographicMapDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicMapDashboardTileFeature, _super);
17
17
  function GeographicMapDashboardTileFeature() {
18
18
  return _super !== null && _super.apply(this, arguments) || this;
@@ -27,4 +27,3 @@ var GeographicMapDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_
27
27
  GeographicMapDashboardTileFeature.$t = markType(GeographicMapDashboardTileFeature, 'GeographicMapDashboardTileFeature');
28
28
  return GeographicMapDashboardTileFeature;
29
29
  }(Base));
30
- export { GeographicMapDashboardTileFeature };
@@ -12,7 +12,7 @@ import { LinearGaugeDescriptionModule } from "igniteui-webcomponents-core";
12
12
  /**
13
13
  * @hidden
14
14
  */
15
- var LinearGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ export var LinearGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(LinearGaugeDashboardTileFeature, _super);
17
17
  function LinearGaugeDashboardTileFeature() {
18
18
  return _super !== null && _super.apply(this, arguments) || this;
@@ -27,4 +27,3 @@ var LinearGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_su
27
27
  LinearGaugeDashboardTileFeature.$t = markType(LinearGaugeDashboardTileFeature, 'LinearGaugeDashboardTileFeature');
28
28
  return LinearGaugeDashboardTileFeature;
29
29
  }(Base));
30
- export { LinearGaugeDashboardTileFeature };
@@ -13,7 +13,7 @@ import { DataPieChartToolbarDescriptionModule } from "igniteui-webcomponents-cor
13
13
  /**
14
14
  * @hidden
15
15
  */
16
- var PieChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ export var PieChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
17
17
  __extends(PieChartDashboardTileFeature, _super);
18
18
  function PieChartDashboardTileFeature() {
19
19
  return _super !== null && _super.apply(this, arguments) || this;
@@ -29,4 +29,3 @@ var PieChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super
29
29
  PieChartDashboardTileFeature.$t = markType(PieChartDashboardTileFeature, 'PieChartDashboardTileFeature');
30
30
  return PieChartDashboardTileFeature;
31
31
  }(Base));
32
- export { PieChartDashboardTileFeature };
@@ -12,7 +12,7 @@ import { RadialGaugeDescriptionModule } from "igniteui-webcomponents-core";
12
12
  /**
13
13
  * @hidden
14
14
  */
15
- var RadialGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ export var RadialGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(RadialGaugeDashboardTileFeature, _super);
17
17
  function RadialGaugeDashboardTileFeature() {
18
18
  return _super !== null && _super.apply(this, arguments) || this;
@@ -27,4 +27,3 @@ var RadialGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_su
27
27
  RadialGaugeDashboardTileFeature.$t = markType(RadialGaugeDashboardTileFeature, 'RadialGaugeDashboardTileFeature');
28
28
  return RadialGaugeDashboardTileFeature;
29
29
  }(Base));
30
- export { RadialGaugeDashboardTileFeature };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var ValueGetterResult = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var ValueGetterResult = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(ValueGetterResult, _super);
14
14
  function ValueGetterResult(a, b) {
15
15
  var _this = _super.call(this) || this;
@@ -42,4 +42,3 @@ var ValueGetterResult = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  ValueGetterResult.$t = markType(ValueGetterResult, 'ValueGetterResult');
43
43
  return ValueGetterResult;
44
44
  }(Base));
45
- export { ValueGetterResult };
@@ -30,7 +30,7 @@ import { IgcTrendLineTypeCollection } from "igniteui-webcomponents-charts";
30
30
  import { TrendLineTypeCollection as TrendLineTypeCollection_internal } from "igniteui-webcomponents-charts";
31
31
  import { IgcUserAnnotationInformationEventArgs } from "igniteui-webcomponents-charts";
32
32
  import { IgcUserAnnotationToolTipContentUpdatingEventArgs } from "igniteui-webcomponents-charts";
33
- var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
33
+ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
34
34
  __extends(IgcDashboardTileComponent, _super);
35
35
  function IgcDashboardTileComponent() {
36
36
  var _this = _super.call(this) || this;
@@ -1601,4 +1601,3 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1601
1601
  IgcDashboardTileComponent._isElementRegistered = false;
1602
1602
  return IgcDashboardTileComponent;
1603
1603
  }(IgcHTMLElement));
1604
- export { IgcDashboardTileComponent };
@@ -4,7 +4,7 @@ import { DashboardTileCustomization } from "./DashboardTileCustomization";
4
4
  import { TypeRegistrar } from "igniteui-webcomponents-core";
5
5
  import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
- var IgcDashboardTileCustomizationComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7
+ export var IgcDashboardTileCustomizationComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8
8
  __extends(IgcDashboardTileCustomizationComponent, _super);
9
9
  function IgcDashboardTileCustomizationComponent() {
10
10
  var _this = _super.call(this) || this;
@@ -316,4 +316,3 @@ var IgcDashboardTileCustomizationComponent = /** @class */ /*@__PURE__*/ (functi
316
316
  IgcDashboardTileCustomizationComponent._isElementRegistered = false;
317
317
  return IgcDashboardTileCustomizationComponent;
318
318
  }(IgcHTMLElement));
319
- export { IgcDashboardTileCustomizationComponent };
@@ -19,9 +19,6 @@ https://www.infragistics.com/legal/license/igultimate-la
19
19
  https://www.infragistics.com/legal/license/igultimate-eula
20
20
  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.
21
21
  */
22
- /**
23
- * @hidden
24
- */
25
22
  let ValueGetterResult = /*@__PURE__*/ (() => {
26
23
  class ValueGetterResult extends Base {
27
24
  get value() {
@@ -54,9 +51,6 @@ https://www.infragistics.com/legal/license/igultimate-la
54
51
  https://www.infragistics.com/legal/license/igultimate-eula
55
52
  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.
56
53
  */
57
- /**
58
- * @hidden
59
- */
60
54
  let DashboardTileSortDescription = /*@__PURE__*/ (() => {
61
55
  class DashboardTileSortDescription extends Base {
62
56
  constructor(a, ..._rest) {
@@ -115,9 +109,6 @@ https://www.infragistics.com/legal/license/igultimate-la
115
109
  https://www.infragistics.com/legal/license/igultimate-eula
116
110
  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.
117
111
  */
118
- /**
119
- * @hidden
120
- */
121
112
  let DashboardTileSortDescriptionCollection = /*@__PURE__*/ (() => {
122
113
  class DashboardTileSortDescriptionCollection extends Base {
123
114
  get i() {
@@ -208,9 +199,6 @@ https://www.infragistics.com/legal/license/igultimate-la
208
199
  https://www.infragistics.com/legal/license/igultimate-eula
209
200
  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.
210
201
  */
211
- /**
212
- * @hidden
213
- */
214
202
  let DashboardTileSummaryDescription = /*@__PURE__*/ (() => {
215
203
  class DashboardTileSummaryDescription extends Base {
216
204
  constructor(a, ..._rest) {
@@ -326,9 +314,6 @@ https://www.infragistics.com/legal/license/igultimate-la
326
314
  https://www.infragistics.com/legal/license/igultimate-eula
327
315
  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.
328
316
  */
329
- /**
330
- * @hidden
331
- */
332
317
  let DashboardTileSummaryDescriptionCollection = /*@__PURE__*/ (() => {
333
318
  class DashboardTileSummaryDescriptionCollection extends Base {
334
319
  get i() {
@@ -425,9 +410,6 @@ https://www.infragistics.com/legal/license/igultimate-la
425
410
  https://www.infragistics.com/legal/license/igultimate-eula
426
411
  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.
427
412
  */
428
- /**
429
- * @hidden
430
- */
431
413
  let DashboardTileFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() => {
432
414
  class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
433
415
  constructor() {
@@ -508,9 +490,6 @@ https://www.infragistics.com/legal/license/igultimate-la
508
490
  https://www.infragistics.com/legal/license/igultimate-eula
509
491
  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.
510
492
  */
511
- /**
512
- * @hidden
513
- */
514
493
  let DataSeriesToDescriptionCustomizations = /*@__PURE__*/ (() => {
515
494
  class DataSeriesToDescriptionCustomizations extends Base {
516
495
  constructor(a) {
@@ -688,9 +667,6 @@ https://www.infragistics.com/legal/license/igultimate-la
688
667
  https://www.infragistics.com/legal/license/igultimate-eula
689
668
  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.
690
669
  */
691
- /**
692
- * @hidden
693
- */
694
670
  let DataSeriesToDescriptionAdapterSettings = /*@__PURE__*/ (() => {
695
671
  class DataSeriesToDescriptionAdapterSettings extends Base {
696
672
  constructor() {
@@ -772,9 +748,6 @@ https://www.infragistics.com/legal/license/igultimate-la
772
748
  https://www.infragistics.com/legal/license/igultimate-eula
773
749
  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.
774
750
  */
775
- /**
776
- * @hidden
777
- */
778
751
  let DataSeriesToDescriptionAdapterResult = /*@__PURE__*/ (() => {
779
752
  class DataSeriesToDescriptionAdapterResult extends Base {
780
753
  constructor(a) {
@@ -914,9 +887,6 @@ https://www.infragistics.com/legal/license/igultimate-la
914
887
  https://www.infragistics.com/legal/license/igultimate-eula
915
888
  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.
916
889
  */
917
- /**
918
- * @hidden
919
- */
920
890
  let DescriptionValueLookupHelper = /*@__PURE__*/ (() => {
921
891
  class DescriptionValueLookupHelper extends Base {
922
892
  static get b() {
@@ -951,9 +921,6 @@ https://www.infragistics.com/legal/license/igultimate-la
951
921
  https://www.infragistics.com/legal/license/igultimate-eula
952
922
  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.
953
923
  */
954
- /**
955
- * @hidden
956
- */
957
924
  let DataSeriesToDescriptionAdapter = /*@__PURE__*/ (() => {
958
925
  class DataSeriesToDescriptionAdapter extends Base {
959
926
  constructor(a) {
@@ -2439,9 +2406,6 @@ https://www.infragistics.com/legal/license/igultimate-la
2439
2406
  https://www.infragistics.com/legal/license/igultimate-eula
2440
2407
  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.
2441
2408
  */
2442
- /**
2443
- * @hidden
2444
- */
2445
2409
  let DashboardTileChangingContentEventArgs = /*@__PURE__*/ (() => {
2446
2410
  class DashboardTileChangingContentEventArgs extends Base {
2447
2411
  constructor() {
@@ -2465,9 +2429,6 @@ https://www.infragistics.com/legal/license/igultimate-la
2465
2429
  https://www.infragistics.com/legal/license/igultimate-eula
2466
2430
  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.
2467
2431
  */
2468
- /**
2469
- * @hidden
2470
- */
2471
2432
  let DashboardTilePrimitiveValueWrapper = /*@__PURE__*/ (() => {
2472
2433
  class DashboardTilePrimitiveValueWrapper extends Base {
2473
2434
  constructor() {
@@ -2485,9 +2446,6 @@ https://www.infragistics.com/legal/license/igultimate-la
2485
2446
  https://www.infragistics.com/legal/license/igultimate-eula
2486
2447
  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.
2487
2448
  */
2488
- /**
2489
- * @hidden
2490
- */
2491
2449
  let DashboardTileGalleryIconInfo = /*@__PURE__*/ (() => {
2492
2450
  class DashboardTileGalleryIconInfo extends Base {
2493
2451
  constructor() {
@@ -2507,9 +2465,6 @@ https://www.infragistics.com/legal/license/igultimate-la
2507
2465
  https://www.infragistics.com/legal/license/igultimate-eula
2508
2466
  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.
2509
2467
  */
2510
- /**
2511
- * @hidden
2512
- */
2513
2468
  let DashboardTileView = /*@__PURE__*/ (() => {
2514
2469
  class DashboardTileView extends Base {
2515
2470
  constructor() {
@@ -2622,9 +2577,6 @@ let DashboardTileView = /*@__PURE__*/ (() => {
2622
2577
  DashboardTileView.$t = /*@__PURE__*/ markType(DashboardTileView, 'DashboardTileView');
2623
2578
  return DashboardTileView;
2624
2579
  })();
2625
- /**
2626
- * @hidden
2627
- */
2628
2580
  let DashboardTileCustomization = /*@__PURE__*/ (() => {
2629
2581
  class DashboardTileCustomization extends Base {
2630
2582
  constructor() {
@@ -2676,9 +2628,6 @@ let DashboardTileCustomization = /*@__PURE__*/ (() => {
2676
2628
  DashboardTileCustomization.$t = /*@__PURE__*/ markType(DashboardTileCustomization, 'DashboardTileCustomization');
2677
2629
  return DashboardTileCustomization;
2678
2630
  })();
2679
- /**
2680
- * @hidden
2681
- */
2682
2631
  let DashboardTile = /*@__PURE__*/ (() => {
2683
2632
  class DashboardTile extends Base {
2684
2633
  onAttachedToUI() {
@@ -5596,9 +5545,6 @@ let DashboardTile = /*@__PURE__*/ (() => {
5596
5545
  })()));
5597
5546
  return DashboardTile;
5598
5547
  })();
5599
- /**
5600
- * @hidden
5601
- */
5602
5548
  let DashboardTileCustomizationCollection = /*@__PURE__*/ (() => {
5603
5549
  class DashboardTileCustomizationCollection extends ObservableCollection$1 {
5604
5550
  constructor() {
@@ -5608,9 +5554,6 @@ let DashboardTileCustomizationCollection = /*@__PURE__*/ (() => {
5608
5554
  DashboardTileCustomizationCollection.$t = /*@__PURE__*/ markType(DashboardTileCustomizationCollection, 'DashboardTileCustomizationCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(DashboardTileCustomization.$));
5609
5555
  return DashboardTileCustomizationCollection;
5610
5556
  })();
5611
- /**
5612
- * @hidden
5613
- */
5614
5557
  let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
5615
5558
  class DashboardTileToolbarProvider extends DomainChartToolbarProvider {
5616
5559
  constructor() {
@@ -7888,9 +7831,6 @@ https://www.infragistics.com/legal/license/igultimate-la
7888
7831
  https://www.infragistics.com/legal/license/igultimate-eula
7889
7832
  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.
7890
7833
  */
7891
- /**
7892
- * @hidden
7893
- */
7894
7834
  let DashboardTileCommonFeature = /*@__PURE__*/ (() => {
7895
7835
  class DashboardTileCommonFeature extends Base {
7896
7836
  static a(a) {
@@ -7917,9 +7857,6 @@ https://www.infragistics.com/legal/license/igultimate-la
7917
7857
  https://www.infragistics.com/legal/license/igultimate-eula
7918
7858
  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.
7919
7859
  */
7920
- /**
7921
- * @hidden
7922
- */
7923
7860
  let LinearGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
7924
7861
  class LinearGaugeDashboardTileFeature extends Base {
7925
7862
  static register() {
@@ -7955,9 +7892,6 @@ https://www.infragistics.com/legal/license/igultimate-la
7955
7892
  https://www.infragistics.com/legal/license/igultimate-eula
7956
7893
  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.
7957
7894
  */
7958
- /**
7959
- * @hidden
7960
- */
7961
7895
  let PieChartDashboardTileFeature = /*@__PURE__*/ (() => {
7962
7896
  class PieChartDashboardTileFeature extends Base {
7963
7897
  static register() {
@@ -7994,9 +7928,6 @@ https://www.infragistics.com/legal/license/igultimate-la
7994
7928
  https://www.infragistics.com/legal/license/igultimate-eula
7995
7929
  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.
7996
7930
  */
7997
- /**
7998
- * @hidden
7999
- */
8000
7931
  let RadialGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
8001
7932
  class RadialGaugeDashboardTileFeature extends Base {
8002
7933
  static register() {
@@ -8032,9 +7963,6 @@ https://www.infragistics.com/legal/license/igultimate-la
8032
7963
  https://www.infragistics.com/legal/license/igultimate-eula
8033
7964
  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.
8034
7965
  */
8035
- /**
8036
- * @hidden
8037
- */
8038
7966
  let GeographicMapDashboardTileFeature = /*@__PURE__*/ (() => {
8039
7967
  class GeographicMapDashboardTileFeature extends Base {
8040
7968
  static register() {
@@ -8070,9 +7998,6 @@ https://www.infragistics.com/legal/license/igultimate-la
8070
7998
  https://www.infragistics.com/legal/license/igultimate-eula
8071
7999
  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.
8072
8000
  */
8073
- /**
8074
- * @hidden
8075
- */
8076
8001
  let DataChartDashboardTileFeature = /*@__PURE__*/ (() => {
8077
8002
  class DataChartDashboardTileFeature extends Base {
8078
8003
  static register() {
@@ -8211,9 +8136,6 @@ https://www.infragistics.com/legal/license/igultimate-la
8211
8136
  https://www.infragistics.com/legal/license/igultimate-eula
8212
8137
  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.
8213
8138
  */
8214
- /**
8215
- * @hidden
8216
- */
8217
8139
  let DashboardTileGroupDescription = /*@__PURE__*/ (() => {
8218
8140
  class DashboardTileGroupDescription extends DashboardTileSortDescription {
8219
8141
  constructor(a, ..._rest) {
@@ -8293,9 +8215,6 @@ https://www.infragistics.com/legal/license/igultimate-la
8293
8215
  https://www.infragistics.com/legal/license/igultimate-eula
8294
8216
  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.
8295
8217
  */
8296
- /**
8297
- * @hidden
8298
- */
8299
8218
  let DashboardTileGroupDescriptionCollection = /*@__PURE__*/ (() => {
8300
8219
  class DashboardTileGroupDescriptionCollection extends Base {
8301
8220
  constructor() {
@@ -1 +1 @@
1
- export * from './public_api';
1
+ export * from './public_api';
@@ -1 +1 @@
1
- export { DashboardTile } from "./DashboardTileView_combined";
1
+ export { DashboardTile } from "./DashboardTileView_combined";
@@ -1,11 +1,11 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare class DashboardTileChangingContentEventArgs extends Base {
6
- static $t: Type;
7
- constructor();
8
- private _contentJson;
9
- get contentJson(): string;
10
- set contentJson(a: string);
11
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class DashboardTileChangingContentEventArgs extends Base {
6
+ static $t: Type;
7
+ constructor();
8
+ private _contentJson;
9
+ get contentJson(): string;
10
+ set contentJson(a: string);
11
+ }
@@ -1,9 +1,9 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
- /**
4
- * @hidden
5
- */
6
- export declare class DashboardTileCommonFeature extends Base {
7
- static $t: Type;
8
- static a(a: TypeDescriptionContext): void;
9
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class DashboardTileCommonFeature extends Base {
7
+ static $t: Type;
8
+ static a(a: TypeDescriptionContext): void;
9
+ }
@@ -1 +1 @@
1
- export { DashboardTileCustomization } from "./DashboardTileView_combined";
1
+ export { DashboardTileCustomization } from "./DashboardTileView_combined";
@@ -1 +1 @@
1
- export { DashboardTileCustomizationCollection } from "./DashboardTileView_combined";
1
+ export { DashboardTileCustomizationCollection } from "./DashboardTileView_combined";
@@ -1,14 +1,14 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
6
- static $t: Type;
7
- constructor();
8
- private _propertyName;
9
- get propertyName(): string;
10
- set propertyName(a: string);
11
- private _errors;
12
- get errors(): string;
13
- set errors(a: string);
14
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
6
+ static $t: Type;
7
+ constructor();
8
+ private _propertyName;
9
+ get propertyName(): string;
10
+ set propertyName(a: string);
11
+ private _errors;
12
+ get errors(): string;
13
+ set errors(a: string);
14
+ }