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,36 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSeriesToDescriptionCustomizations } from "./DataSeriesToDescriptionCustomizations";
3
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
4
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class DataSeriesToDescriptionAdapterSettings extends Base {
9
+ static $t: Type;
10
+ private _customizations;
11
+ get customizations(): DataSeriesToDescriptionCustomizations;
12
+ set customizations(a: DataSeriesToDescriptionCustomizations);
13
+ private _originalData;
14
+ get originalData(): any;
15
+ set originalData(a: any);
16
+ private _context;
17
+ get context(): TypeDescriptionContext;
18
+ set context(a: TypeDescriptionContext);
19
+ private _shouldStackCategories;
20
+ get shouldStackCategories(): boolean;
21
+ set shouldStackCategories(a: boolean);
22
+ private _shouldPreferRadialCategories;
23
+ get shouldPreferRadialCategories(): boolean;
24
+ set shouldPreferRadialCategories(a: boolean);
25
+ private _refNamespace;
26
+ get refNamespace(): string;
27
+ set refNamespace(a: string);
28
+ private g;
29
+ a(a: string): (value: any) => any;
30
+ addCoercion(a: string, b: (value: any) => any): void;
31
+ private h;
32
+ hasSettingsValue(a: string): boolean;
33
+ getSettingsValue(a: string): any;
34
+ setSettingsValue(a: string, b: any): void;
35
+ m(a: Dictionary$2<string, any>): void;
36
+ }
@@ -0,0 +1,21 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSeriesToDescriptionCustomization } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class DataSeriesToDescriptionCustomizations extends Base {
7
+ static $t: Type;
8
+ constructor(a: DataSeriesToDescriptionCustomization[]);
9
+ private k;
10
+ private g;
11
+ private e;
12
+ private f;
13
+ private d;
14
+ private l;
15
+ hasCustomizationsFor(a: string): boolean;
16
+ getPropertyCustomizations(a: string): DataSeriesToDescriptionCustomization[];
17
+ getCollectionModifiers(a: string): DataSeriesToDescriptionCustomization[];
18
+ private h;
19
+ clearOtherCustomizations(): void;
20
+ addOtherCustomizations(a: DataSeriesToDescriptionCustomizations): void;
21
+ }
@@ -0,0 +1,12 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Description } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class DescriptionValueLookupHelper extends Base {
7
+ static $t: Type;
8
+ private static a;
9
+ static get b(): DescriptionValueLookupHelper;
10
+ c(a: Description, b: string): any;
11
+ d(a: Description, b: string, c: any): any;
12
+ }
@@ -0,0 +1,10 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class GeographicMapDashboardTileFeature extends Base {
7
+ static $t: Type;
8
+ static register(): void;
9
+ static registerCore(a: TypeDescriptionContext): void;
10
+ }
@@ -0,0 +1,20 @@
1
+ import { DashboardTile } from "./DashboardTile";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { Size } from "igniteui-webcomponents-core";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export interface IDashboardTileView {
8
+ onInit(): void;
9
+ onContainerProvided(a: any): void;
10
+ onTemplateProvided(a: any, b: any): void;
11
+ notifySizeChanged(a: Size): void;
12
+ getContainer(a: any, b: (arg1: any) => void): void;
13
+ getUIContext(): any;
14
+ needsMeasure(): void;
15
+ model: DashboardTile;
16
+ }
17
+ /**
18
+ * @hidden
19
+ */
20
+ export declare let IDashboardTileView_$type: Type;
@@ -0,0 +1,13 @@
1
+ import { IDataSource } from "igniteui-webcomponents-core";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export interface IExternalDashboardTile {
7
+ createLocalDataSource(a: any): IDataSource;
8
+ onContentSizeChanged(): void;
9
+ }
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare let IExternalDashboardTile_$type: Type;
@@ -0,0 +1,10 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class LinearGaugeDashboardTileFeature extends Base {
7
+ static $t: Type;
8
+ static register(): void;
9
+ static registerCore(a: TypeDescriptionContext): void;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class PieChartDashboardTileFeature extends Base {
7
+ static $t: Type;
8
+ static register(): void;
9
+ static registerCore(a: TypeDescriptionContext): void;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class RadialGaugeDashboardTileFeature extends Base {
7
+ static $t: Type;
8
+ static register(): void;
9
+ static registerCore(a: TypeDescriptionContext): void;
10
+ }
@@ -0,0 +1,14 @@
1
+ import { DashboardTileChangingContentEventArgs as DashboardTileChangingContentEventArgs_internal } from "./DashboardTileChangingContentEventArgs";
2
+ export declare class IgcDashboardTileChangingContentEventArgs {
3
+ protected createImplementation(): DashboardTileChangingContentEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): DashboardTileChangingContentEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ get contentJson(): string;
13
+ set contentJson(v: string);
14
+ }
@@ -0,0 +1,348 @@
1
+ import { DashboardTile } from "./DashboardTile";
2
+ import { ControlDisplayDensity } from "igniteui-webcomponents-core";
3
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
4
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
5
+ import { IgcDashboardTileFilterStringErrorsParsingEventArgs } from "./igc-dashboard-tile-filter-string-errors-parsing-event-args";
6
+ import { ICommandStateChangedListener } from "igniteui-webcomponents-core";
7
+ import { ICommandAvailabilityListener } from "igniteui-webcomponents-core";
8
+ import { ToolActionInfo } from "igniteui-webcomponents-core";
9
+ import { DashboardTileVisualizationType } from "./DashboardTileVisualizationType";
10
+ import { CrosshairsDisplayMode } from "igniteui-webcomponents-charts";
11
+ import { IgcValueModeCollection } from "igniteui-webcomponents-charts";
12
+ import { IgcChartSelectedItemCollection } from "igniteui-webcomponents-charts";
13
+ import { SeriesHighlightedValuesDisplayMode } from "igniteui-webcomponents-core";
14
+ import { TrendLineType } from "igniteui-webcomponents-core";
15
+ import { IgcDashboardTileSummaryDescriptionCollection } from "./igc-dashboard-tile-summary-description-collection";
16
+ import { IgcFilterExpressionCollection } from "igniteui-webcomponents-core";
17
+ import { IgcDashboardTileSortDescriptionCollection } from "./igc-dashboard-tile-sort-description-collection";
18
+ import { IgcDashboardTileCustomizationComponent } from "./igc-dashboard-tile-customization-component";
19
+ import { IgcDashboardTileCustomizationCollection } from "./igc-dashboard-tile-customization-collection";
20
+ import { IgcDashboardTileChangingContentEventArgs } from "./igc-dashboard-tile-changing-content-event-args";
21
+ export declare class IgcDashboardTileComponent extends IgcHTMLElement {
22
+ private _height;
23
+ private _width;
24
+ set height(value: string);
25
+ get height(): string;
26
+ set width(value: string);
27
+ get width(): string;
28
+ notifyContainerResized(): void;
29
+ private _portalManager;
30
+ private _container;
31
+ private _renderer;
32
+ constructor();
33
+ private _onChildrenChanged;
34
+ updateStyle(): void;
35
+ destroy(): void;
36
+ private _wrapper;
37
+ protected createImplementation(): DashboardTile;
38
+ private _DashboardTile;
39
+ private _disconnected;
40
+ disconnectedCallback(): void;
41
+ connectedCallback(): void;
42
+ afterContentInit(): void;
43
+ protected _implementation: any;
44
+ /**
45
+ * @hidden
46
+ */
47
+ get i(): DashboardTile; /**
48
+ * @hidden
49
+ */
50
+ static _createFromInternal(internal: any): IgcDashboardTileComponent;
51
+ private _settingAttributes;
52
+ protected _attached: boolean;
53
+ private _queuedSetAttributes;
54
+ protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
55
+ protected _flushQueuedAttributes(): void;
56
+ protected _a(attrName: string, attrValue: any): void;
57
+ private static _observedAttributesIgcDashboardTileComponent;
58
+ static get observedAttributes(): string[];
59
+ private _updatingFromAttribute;
60
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
61
+ static htmlTagName: string;
62
+ protected static _isElementRegistered: boolean;
63
+ static register(): void;
64
+ private _customizations;
65
+ private _actualCustomizations;
66
+ get actualCustomizations(): IgcDashboardTileCustomizationComponent[];
67
+ private _contentCustomizations;
68
+ get contentCustomizations(): IgcDashboardTileCustomizationComponent[];
69
+ private _customizationsAdapter;
70
+ /**
71
+ * Gets a collection where you can add customization that will be applied to the generated visualizations.
72
+ */
73
+ get customizations(): IgcDashboardTileCustomizationCollection;
74
+ /**
75
+ * Gets or sets text to display above the plot area.
76
+ */
77
+ get tileTitle(): string;
78
+ set tileTitle(v: string);
79
+ /**
80
+ * Gets the initial sorts that are applied to the chart.
81
+ */
82
+ get initialSortDescriptions(): IgcDashboardTileSortDescriptionCollection;
83
+ /**
84
+ * Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
85
+ */
86
+ get initialGroupSortDescriptions(): IgcDashboardTileSortDescriptionCollection;
87
+ /**
88
+ * Gets the initial groupings that are applied to the chart.
89
+ */
90
+ get initialGroupDescriptions(): IgcDashboardTileSortDescriptionCollection;
91
+ /**
92
+ * Gets the initial filters that are applied to the chart.
93
+ */
94
+ get initialFilterExpressions(): IgcFilterExpressionCollection;
95
+ /**
96
+ * Gets the initial highlight filters that are applied to the chart.
97
+ */
98
+ get initialHighlightFilterExpressions(): IgcFilterExpressionCollection;
99
+ /**
100
+ * Gets the initial summaries that are applied to the chart.
101
+ */
102
+ get initialSummaryDescriptions(): IgcDashboardTileSummaryDescriptionCollection;
103
+ /**
104
+ * Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
105
+ */
106
+ get initialSorts(): string;
107
+ set initialSorts(v: string);
108
+ /**
109
+ * Gets or sets the sorts to apply after grouping has been applied.
110
+ */
111
+ get groupSorts(): string;
112
+ set groupSorts(v: string);
113
+ /**
114
+ * Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
115
+ */
116
+ get initialGroups(): string;
117
+ set initialGroups(v: string);
118
+ /**
119
+ * Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
120
+ */
121
+ get initialFilter(): string;
122
+ set initialFilter(v: string);
123
+ /**
124
+ * Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
125
+ */
126
+ get initialHighlightFilter(): string;
127
+ set initialHighlightFilter(v: string);
128
+ /**
129
+ * Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
130
+ */
131
+ get initialSummaries(): string;
132
+ set initialSummaries(v: string);
133
+ /**
134
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
135
+ */
136
+ get sortDescriptions(): IgcDashboardTileSortDescriptionCollection;
137
+ get groupSortDescriptions(): IgcDashboardTileSortDescriptionCollection;
138
+ /**
139
+ * Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
140
+ */
141
+ get groupDescriptions(): IgcDashboardTileSortDescriptionCollection;
142
+ /**
143
+ * Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
144
+ */
145
+ get filterExpressions(): IgcFilterExpressionCollection;
146
+ /**
147
+ * Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
148
+ */
149
+ get highlightFilterExpressions(): IgcFilterExpressionCollection;
150
+ /**
151
+ * Gets the current summaries that are applied to the grid.
152
+ */
153
+ get summaryDescriptions(): IgcDashboardTileSummaryDescriptionCollection;
154
+ /**
155
+ * Gets or sets a collection of data items used to generate the dashboard tile.
156
+ * The ItemsSource of this dashboard tile can be a list of objects containing one or more numeric properties.
157
+ * Additionally, if the objects in the list implement an enumerable interface,
158
+ * the dashboard tile will attempt to delve into the sub-collections when reading through the data source.
159
+ * Data binding can be further configured by attributing the data item classes
160
+ * with the data intent feature.
161
+ */
162
+ get dataSource(): any;
163
+ set dataSource(v: any);
164
+ /**
165
+ * Gets or sets a collection of data items used to generate the dashboard tile.
166
+ * The HighlightedItemsSource of this dashboard tile can be a list of objects containing one or more numeric properties.
167
+ * Additionally, if the objects in the list implement an enumerable interface,
168
+ * the dashboard tile will attempt to delve into the sub-collections when reading through the data source.
169
+ * Data binding can be further configured by attributing the data item classes
170
+ * with the data intent feature.
171
+ */
172
+ get highlightedDataSource(): any;
173
+ set highlightedDataSource(v: any);
174
+ /**
175
+ * Gets or sets whether the dashboard tile should display mock data when the data source has not been provided, if supported for this type of chart.
176
+ */
177
+ get shouldDisplayMockData(): boolean;
178
+ set shouldDisplayMockData(v: boolean);
179
+ /**
180
+ * Gets or sets whether annotations for the final value of each series is displayed on the axis.
181
+ */
182
+ get shouldAvoidAxisAnnotationCollisions(): boolean;
183
+ set shouldAvoidAxisAnnotationCollisions(v: boolean);
184
+ /**
185
+ * Gets or sets the formula used for calculating trend lines in this chart.
186
+ * This property applies only to these chart types: point, line, spline, and bubble
187
+ */
188
+ get trendLineType(): TrendLineType;
189
+ set trendLineType(v: TrendLineType);
190
+ /**
191
+ * Gets or sets whether the dashboard tile should use a faded skeleton style for mock data.
192
+ */
193
+ get shouldUseSkeletonStyleForMockData(): boolean;
194
+ set shouldUseSkeletonStyleForMockData(v: boolean);
195
+ /**
196
+ * Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse.
197
+ * This property applies to Category Chart and Financial Chart controls.
198
+ */
199
+ get highlightedValuesDisplayMode(): SeriesHighlightedValuesDisplayMode;
200
+ set highlightedValuesDisplayMode(v: SeriesHighlightedValuesDisplayMode);
201
+ /**
202
+ * Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.
203
+ */
204
+ get includedProperties(): string[];
205
+ set includedProperties(v: string[]);
206
+ /**
207
+ * Gets the current set of valid visualization types for the data.
208
+ */
209
+ get validVisualizationTypes(): DashboardTileVisualizationType[];
210
+ set validVisualizationTypes(v: DashboardTileVisualizationType[]);
211
+ /**
212
+ * Gets or sets a set of property paths that should be excluded from consideration by the category chart.
213
+ */
214
+ get excludedProperties(): string[];
215
+ set excludedProperties(v: string[]);
216
+ /**
217
+ * Gets or sets the palette of brushes to use for coloring the dashboard tile.
218
+ * The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
219
+ */
220
+ get brushes(): string[];
221
+ set brushes(v: string[]);
222
+ /**
223
+ * Gets or sets the palette of brushes to use for outlines on the dashboard tile.
224
+ * The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
225
+ */
226
+ get outlines(): string[];
227
+ set outlines(v: string[]);
228
+ private _selectedSeriesItems;
229
+ /**
230
+ * Gets the currently selected data items. Adding or removing data items from this collection will
231
+ * select or deselect the visuals associated with those items.
232
+ */
233
+ get selectedSeriesItems(): IgcChartSelectedItemCollection;
234
+ set selectedSeriesItems(v: IgcChartSelectedItemCollection);
235
+ /**
236
+ * Gets the actual palette of brushes to use for coloring the chart series.
237
+ */
238
+ get actualBrushes(): string[];
239
+ set actualBrushes(v: string[]);
240
+ /**
241
+ * Gets the actual palette of brushes to use for outlines on the chart series.
242
+ */
243
+ get actualOutlines(): string[];
244
+ set actualOutlines(v: string[]);
245
+ /**
246
+ * Gets the brush to use for the Category axis major strokes, if applicable.
247
+ */
248
+ get categoryAxisMajorStroke(): string;
249
+ set categoryAxisMajorStroke(v: string);
250
+ private _valueLines;
251
+ /**
252
+ * Gets or sets what value lines to use in the chart.
253
+ */
254
+ get valueLines(): IgcValueModeCollection;
255
+ set valueLines(v: IgcValueModeCollection);
256
+ /**
257
+ * Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property.
258
+ * The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
259
+ */
260
+ get valueLinesBrushes(): string[];
261
+ set valueLinesBrushes(v: string[]);
262
+ /**
263
+ * Gets or sets if the auto value callouts should be displayed.
264
+ */
265
+ get autoCalloutsVisible(): boolean;
266
+ set autoCalloutsVisible(v: boolean);
267
+ /**
268
+ * Gets or sets whether annotations are shown along the axis for crosshair values
269
+ */
270
+ get crosshairsAnnotationEnabled(): boolean;
271
+ set crosshairsAnnotationEnabled(v: boolean);
272
+ /**
273
+ * Gets or sets whether annotations for the final value of each series is displayed on the axis.
274
+ */
275
+ get finalValueAnnotationsVisible(): boolean;
276
+ set finalValueAnnotationsVisible(v: boolean);
277
+ /**
278
+ * Gets or sets the crosshairs to be displayed.
279
+ */
280
+ get crosshairsDisplayMode(): CrosshairsDisplayMode;
281
+ set crosshairsDisplayMode(v: CrosshairsDisplayMode);
282
+ /**
283
+ * Gets or sets the crosshairs to be displayed.
284
+ */
285
+ get visualizationType(): DashboardTileVisualizationType;
286
+ set visualizationType(v: DashboardTileVisualizationType);
287
+ /**
288
+ * Gets or sets the crosshairs to be displayed.
289
+ */
290
+ get validVisualizationTypePriorityThreshold(): number;
291
+ set validVisualizationTypePriorityThreshold(v: number);
292
+ /**
293
+ * Gets or sets the base built in theme to use for the checkbox.
294
+ */
295
+ get baseTheme(): BaseControlTheme;
296
+ set baseTheme(v: BaseControlTheme);
297
+ /**
298
+ * Gets or sets the display density to use for the toolbar.
299
+ */
300
+ get density(): ControlDisplayDensity;
301
+ set density(v: ControlDisplayDensity);
302
+ /**
303
+ * Gets or sets the color to use for the background of the component.
304
+ */
305
+ get backgroundColor(): string;
306
+ set backgroundColor(v: string);
307
+ get isVisTypeStacked(): boolean;
308
+ get isVisTypeRadial(): boolean;
309
+ findByName(name: string): any;
310
+ protected __p: string;
311
+ protected _hasUserValues: Set<string>;
312
+ protected get hasUserValues(): Set<string>;
313
+ protected __m(propertyName: string): void;
314
+ protected _stylingContainer: any;
315
+ protected _stylingParent: any;
316
+ protected _inStyling: boolean;
317
+ protected _styling(container: any, component: any, parent?: any): void;
318
+ updateSettingsValue(key: string, value: any): void;
319
+ getSettingsValue(key: string): any;
320
+ hasModifiedSettings(): boolean;
321
+ clearSettings(): void;
322
+ removeSettingsValue(key: string): void;
323
+ zoomIn(percentage: number): void;
324
+ /**
325
+ * Performs zoom out action on the chart by specified percentage of current window rect
326
+
327
+ */
328
+ zoomOut(percentage: number): void;
329
+ /**
330
+ * Resets the zoom level to default.
331
+
332
+ */
333
+ resetZoom(): void;
334
+ onUIReady(): void;
335
+ getDesiredToolbarActions(): ToolActionInfo[];
336
+ addCommandAvailabilityListener(listener: ICommandAvailabilityListener): void;
337
+ removeCommandAvailabilityListener(listener: ICommandAvailabilityListener): void;
338
+ addCommandStateChangedListener(listener: ICommandStateChangedListener): void;
339
+ removeCommandStateChangedListener(listener: ICommandStateChangedListener): void;
340
+ private _changingContent;
341
+ private _changingContent_wrapped;
342
+ get changingContent(): (s: IgcDashboardTileComponent, e: IgcDashboardTileChangingContentEventArgs) => void;
343
+ set changingContent(ev: (s: IgcDashboardTileComponent, e: IgcDashboardTileChangingContentEventArgs) => void);
344
+ private _filterStringErrorsParsing;
345
+ private _filterStringErrorsParsing_wrapped;
346
+ get filterStringErrorsParsing(): (s: IgcDashboardTileComponent, e: IgcDashboardTileFilterStringErrorsParsingEventArgs) => void;
347
+ set filterStringErrorsParsing(ev: (s: IgcDashboardTileComponent, e: IgcDashboardTileFilterStringErrorsParsingEventArgs) => void);
348
+ }
@@ -0,0 +1,8 @@
1
+ import { IgCollection } from "igniteui-webcomponents-core";
2
+ import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
3
+ import { DashboardTileCustomization as DashboardTileCustomization_internal } from './DashboardTileCustomization';
4
+ import { IgcDashboardTileCustomizationComponent as IgcDashboardTileCustomizationComponent } from './igc-dashboard-tile-customization-component';
5
+ export declare class IgcDashboardTileCustomizationCollection extends IgCollection<IgcDashboardTileCustomizationComponent, DashboardTileCustomization_internal> {
6
+ constructor(list?: IgcDashboardTileCustomizationComponent[]);
7
+ protected _createInnerColl(): SyncableObservableCollection$2<IgcDashboardTileCustomizationComponent, DashboardTileCustomization_internal>;
8
+ }
@@ -0,0 +1,59 @@
1
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
2
+ import { DashboardTileCustomization } from "./DashboardTileCustomization";
3
+ export declare class IgcDashboardTileCustomizationComponent extends IgcHTMLElement {
4
+ protected createImplementation(): DashboardTileCustomization;
5
+ protected _implementation: any;
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i(): DashboardTileCustomization; /**
10
+ * @hidden
11
+ */
12
+ static _createFromInternal(internal: any): IgcDashboardTileCustomizationComponent;
13
+ private onImplementationCreated;
14
+ constructor();
15
+ private _settingAttributes;
16
+ protected _attached: boolean;
17
+ private _queuedSetAttributes;
18
+ protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
19
+ protected _flushQueuedAttributes(): void;
20
+ protected _a(attrName: string, attrValue: any): void;
21
+ connectedCallback(): void;
22
+ disconnectedCallback(): void;
23
+ private static _observedAttributesIgcDashboardTileCustomizationComponent;
24
+ static get observedAttributes(): string[];
25
+ private _updatingFromAttribute;
26
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
27
+ static htmlTagName: string;
28
+ protected static _isElementRegistered: boolean;
29
+ static register(): void;
30
+ get matchType(): string;
31
+ set matchType(v: string);
32
+ get propertyName(): string;
33
+ set propertyName(v: string);
34
+ get propertyValue(): any;
35
+ set propertyValue(v: any);
36
+ get isCollectionInsertionAtEnd(): boolean;
37
+ set isCollectionInsertionAtEnd(v: boolean);
38
+ get isCollectionInsertionAtStart(): boolean;
39
+ set isCollectionInsertionAtStart(v: boolean);
40
+ get isCollectionInsertionAtIndex(): boolean;
41
+ set isCollectionInsertionAtIndex(v: boolean);
42
+ get isCollectionRemovaltIndex(): boolean;
43
+ set isCollectionRemovaltIndex(v: boolean);
44
+ get collectionIndex(): number;
45
+ set collectionIndex(v: number);
46
+ get order(): number;
47
+ set order(v: number);
48
+ get matchParentIndex(): number;
49
+ set matchParentIndex(v: number);
50
+ findByName(name: string): any;
51
+ protected __p: string;
52
+ protected _hasUserValues: Set<string>;
53
+ protected get hasUserValues(): Set<string>;
54
+ protected __m(propertyName: string): void;
55
+ protected _stylingContainer: any;
56
+ protected _stylingParent: any;
57
+ protected _inStyling: boolean;
58
+ protected _styling(container: any, component: any, parent?: any): void;
59
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcDashboardTileCustomizationModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,22 @@
1
+ import { DashboardTileFilterStringErrorsParsingEventArgs as DashboardTileFilterStringErrorsParsingEventArgs_internal } from "./DashboardTileFilterStringErrorsParsingEventArgs";
2
+ /**
3
+ * Represents event arguments for when there are errors parsing the filter string
4
+ */
5
+ export declare class IgcDashboardTileFilterStringErrorsParsingEventArgs {
6
+ protected createImplementation(): DashboardTileFilterStringErrorsParsingEventArgs_internal;
7
+ protected _implementation: any;
8
+ /**
9
+ * @hidden
10
+ */
11
+ get i(): DashboardTileFilterStringErrorsParsingEventArgs_internal;
12
+ private onImplementationCreated;
13
+ constructor();
14
+ protected _provideImplementation(i: any): void;
15
+ get propertyName(): string;
16
+ set propertyName(v: string);
17
+ /**
18
+ * Gets the errors from parsing the filter string.
19
+ */
20
+ get errors(): string;
21
+ set errors(v: string);
22
+ }
@@ -0,0 +1,23 @@
1
+ import { IgcDashboardTileGroupDescription } from "./igc-dashboard-tile-group-description";
2
+ import { DashboardTileGroupDescriptionCollection as DashboardTileGroupDescriptionCollection_internal } from "./DashboardTileGroupDescriptionCollection";
3
+ /**
4
+ * Represents a collection of grouping elements that are applied to a data source or provider.
5
+ */
6
+ export declare class IgcDashboardTileGroupDescriptionCollection {
7
+ protected createImplementation(): DashboardTileGroupDescriptionCollection_internal;
8
+ protected _implementation: any;
9
+ /**
10
+ * @hidden
11
+ */
12
+ get i(): DashboardTileGroupDescriptionCollection_internal;
13
+ private onImplementationCreated;
14
+ constructor();
15
+ protected _provideImplementation(i: any): void;
16
+ findByName(name: string): any;
17
+ add(item: IgcDashboardTileGroupDescription): boolean;
18
+ insert(index: number, item: IgcDashboardTileGroupDescription): void;
19
+ clear(): void;
20
+ indexOf(item: IgcDashboardTileGroupDescription): number;
21
+ remove(item: IgcDashboardTileGroupDescription): boolean;
22
+ removeAt(index: number): IgcDashboardTileGroupDescription;
23
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcDashboardTileGroupDescriptionModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,13 @@
1
+ import { IgcDashboardTileSortDescription } from "./igc-dashboard-tile-sort-description";
2
+ import { DashboardTileGroupDescription as DashboardTileGroupDescription_internal } from "./DashboardTileGroupDescription";
3
+ /**
4
+ * Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
5
+ */
6
+ export declare class IgcDashboardTileGroupDescription extends IgcDashboardTileSortDescription {
7
+ protected createImplementation(): DashboardTileGroupDescription_internal;
8
+ /**
9
+ * @hidden
10
+ */
11
+ get i(): DashboardTileGroupDescription_internal;
12
+ constructor();
13
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcDashboardTileModule {
2
+ static register(): void;
3
+ }