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.
- package/License +27 -0
- package/README.md +19 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.js +9396 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +7 -0
- package/esm2015/igniteui-webcomponents-dashboards.js +1 -0
- package/esm2015/lib/DashboardTile.js +7 -0
- package/esm2015/lib/DashboardTileChangingContentEventArgs.js +26 -0
- package/esm2015/lib/DashboardTileCommonFeature.js +39 -0
- package/esm2015/lib/DashboardTileCustomization.js +7 -0
- package/esm2015/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/DashboardTileGalleryIconInfo.js +22 -0
- package/esm2015/lib/DashboardTileGroupDescription.js +52 -0
- package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +20 -0
- package/esm2015/lib/DashboardTileSortDescription.js +61 -0
- package/esm2015/lib/DashboardTileSortDescriptionCollection.js +96 -0
- package/esm2015/lib/DashboardTileSummaryDescription.js +123 -0
- package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +102 -0
- package/esm2015/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm2015/lib/DashboardTileView.js +7 -0
- package/esm2015/lib/DashboardTileView_combined.js +3151 -0
- package/esm2015/lib/DashboardTileVisualizationType.js +50 -0
- package/esm2015/lib/DataChartDashboardTileFeature.js +76 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapter.js +1556 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +146 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +85 -0
- package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +176 -0
- package/esm2015/lib/DescriptionValueLookupHelper.js +38 -0
- package/esm2015/lib/GeographicMapDashboardTileFeature.js +26 -0
- package/esm2015/lib/IDashboardTileView.js +11 -0
- package/esm2015/lib/IExternalDashboardTile.js +11 -0
- package/esm2015/lib/LinearGaugeDashboardTileFeature.js +26 -0
- package/esm2015/lib/PieChartDashboardTileFeature.js +28 -0
- package/esm2015/lib/RadialGaugeDashboardTileFeature.js +26 -0
- package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
- package/esm2015/lib/igc-dashboard-tile-component.js +1147 -0
- package/esm2015/lib/igc-dashboard-tile-customization-collection.js +53 -0
- package/esm2015/lib/igc-dashboard-tile-customization-component.js +265 -0
- package/esm2015/lib/igc-dashboard-tile-customization-module.js +16 -0
- package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +76 -0
- package/esm2015/lib/igc-dashboard-tile-group-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-group-description.js +19 -0
- package/esm2015/lib/igc-dashboard-tile-module.js +33 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description.js +70 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description.js +107 -0
- package/esm2015/lib/igc-data-chart-dashboard-tile-module.js +36 -0
- package/esm2015/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
- package/esm2015/public_api.js +51 -0
- package/esm5/igniteui-webcomponents-dashboards.js +1 -0
- package/esm5/lib/DashboardTile.js +7 -0
- package/esm5/lib/DashboardTileChangingContentEventArgs.js +32 -0
- package/esm5/lib/DashboardTileCommonFeature.js +43 -0
- package/esm5/lib/DashboardTileCustomization.js +7 -0
- package/esm5/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/DashboardTileGalleryIconInfo.js +24 -0
- package/esm5/lib/DashboardTileGroupDescription.js +59 -0
- package/esm5/lib/DashboardTileGroupDescriptionCollection.js +94 -0
- package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +22 -0
- package/esm5/lib/DashboardTileSortDescription.js +75 -0
- package/esm5/lib/DashboardTileSortDescriptionCollection.js +110 -0
- package/esm5/lib/DashboardTileSummaryDescription.js +149 -0
- package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +116 -0
- package/esm5/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm5/lib/DashboardTileView.js +7 -0
- package/esm5/lib/DashboardTileView_combined.js +3814 -0
- package/esm5/lib/DashboardTileVisualizationType.js +50 -0
- package/esm5/lib/DataChartDashboardTileFeature.js +80 -0
- package/esm5/lib/DataSeriesToDescriptionAdapter.js +1581 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +168 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +111 -0
- package/esm5/lib/DataSeriesToDescriptionCustomizations.js +277 -0
- package/esm5/lib/DescriptionValueLookupHelper.js +46 -0
- package/esm5/lib/GeographicMapDashboardTileFeature.js +30 -0
- package/esm5/lib/IDashboardTileView.js +11 -0
- package/esm5/lib/IExternalDashboardTile.js +11 -0
- package/esm5/lib/LinearGaugeDashboardTileFeature.js +30 -0
- package/esm5/lib/PieChartDashboardTileFeature.js +32 -0
- package/esm5/lib/RadialGaugeDashboardTileFeature.js +30 -0
- package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +46 -0
- package/esm5/lib/igc-dashboard-tile-component.js +1401 -0
- package/esm5/lib/igc-dashboard-tile-customization-collection.js +58 -0
- package/esm5/lib/igc-dashboard-tile-customization-component.js +319 -0
- package/esm5/lib/igc-dashboard-tile-customization-module.js +20 -0
- package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-dashboard-tile-group-description-collection.js +82 -0
- package/esm5/lib/igc-dashboard-tile-group-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-group-description.js +27 -0
- package/esm5/lib/igc-dashboard-tile-module.js +37 -0
- package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +96 -0
- package/esm5/lib/igc-dashboard-tile-sort-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-sort-description.js +84 -0
- package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +93 -0
- package/esm5/lib/igc-dashboard-tile-summary-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-summary-description.js +134 -0
- package/esm5/lib/igc-data-chart-dashboard-tile-module.js +40 -0
- package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +22 -0
- package/esm5/public_api.js +51 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +7990 -0
- package/fesm5/igniteui-webcomponents-dashboards.js +9344 -0
- package/igniteui-webcomponents-dashboards.d.ts +1 -0
- package/lib/DashboardTile.d.ts +1 -0
- package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
- package/lib/DashboardTileCommonFeature.d.ts +9 -0
- package/lib/DashboardTileCustomization.d.ts +1 -0
- package/lib/DashboardTileCustomizationCollection.d.ts +1 -0
- package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
- package/lib/DashboardTileGroupDescription.d.ts +16 -0
- package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
- package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
- package/lib/DashboardTileSortDescription.d.ts +20 -0
- package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
- package/lib/DashboardTileSummaryDescription.d.ts +38 -0
- package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
- package/lib/DashboardTileToolbarProvider.d.ts +1 -0
- package/lib/DashboardTileView.d.ts +1 -0
- package/lib/DashboardTileView_combined.d.ts +525 -0
- package/lib/DashboardTileVisualizationType.d.ts +43 -0
- package/lib/DataChartDashboardTileFeature.d.ts +10 -0
- package/lib/DataSeriesToDescriptionAdapter.d.ts +62 -0
- package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
- package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
- package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
- package/lib/DataSeriesToDescriptionCustomizations.d.ts +21 -0
- package/lib/DescriptionValueLookupHelper.d.ts +12 -0
- package/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
- package/lib/IDashboardTileView.d.ts +20 -0
- package/lib/IExternalDashboardTile.d.ts +13 -0
- package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
- package/lib/PieChartDashboardTileFeature.d.ts +10 -0
- package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
- package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
- package/lib/igc-dashboard-tile-component.d.ts +348 -0
- package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
- package/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
- package/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
- package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-group-description.d.ts +13 -0
- package/lib/igc-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
- package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
- package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
- package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
- package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
- package/package.json +42 -0
- package/public_api.d.ts +51 -0
|
@@ -0,0 +1,525 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, IEnumerable, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
3
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIContent } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIGrid } from "igniteui-webcomponents-core";
|
|
6
|
+
import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
|
|
7
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ComponentRenderer } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DataSeriesToDescriptionCustomization } from "igniteui-webcomponents-core";
|
|
10
|
+
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
11
|
+
import { IDomainChartLike } from "igniteui-webcomponents-charts";
|
|
12
|
+
import { IAcceptsDataSeriesToDescriptionCustomizations } from "igniteui-webcomponents-core";
|
|
13
|
+
import { DataSeriesAdapterImplementation } from "igniteui-webcomponents-core";
|
|
14
|
+
import { DataSeriesType } from "igniteui-webcomponents-core";
|
|
15
|
+
import { IDataSeriesAdapterRule } from "igniteui-webcomponents-core";
|
|
16
|
+
import { DashboardTileSortDescriptionCollection } from "./DashboardTileSortDescriptionCollection";
|
|
17
|
+
import { FilterExpressionCollection } from "igniteui-webcomponents-core";
|
|
18
|
+
import { DashboardTileSummaryDescriptionCollection } from "./DashboardTileSummaryDescriptionCollection";
|
|
19
|
+
import { DashboardTileFilterStringErrorsParsingEventArgs } from "./DashboardTileFilterStringErrorsParsingEventArgs";
|
|
20
|
+
import { TrendLineType } from "igniteui-webcomponents-core";
|
|
21
|
+
import { SeriesHighlightedValuesDisplayMode } from "igniteui-webcomponents-core";
|
|
22
|
+
import { DashboardTileVisualizationType } from "./DashboardTileVisualizationType";
|
|
23
|
+
import { BrushCollection } from "igniteui-webcomponents-core";
|
|
24
|
+
import { ChartSelectedItemCollection } from "igniteui-webcomponents-charts";
|
|
25
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
26
|
+
import { ValueModeCollection } from "igniteui-webcomponents-charts";
|
|
27
|
+
import { CrosshairsDisplayMode } from "igniteui-webcomponents-charts";
|
|
28
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
29
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
30
|
+
import { TypeDescriptionContext } from "igniteui-webcomponents-core";
|
|
31
|
+
import { ToolCommand } from "igniteui-webcomponents-core";
|
|
32
|
+
import { IExecutionContext } from "igniteui-webcomponents-core";
|
|
33
|
+
import { XamDataChart } from "igniteui-webcomponents-charts";
|
|
34
|
+
import { DataSeries } from "igniteui-webcomponents-core";
|
|
35
|
+
import { ICommandStateChangedListener } from "igniteui-webcomponents-core";
|
|
36
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
37
|
+
import { DashboardTileChangingContentEventArgs } from "./DashboardTileChangingContentEventArgs";
|
|
38
|
+
import { DataPieChart } from "igniteui-webcomponents-charts";
|
|
39
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
40
|
+
import { ToolActionInfo } from "igniteui-webcomponents-core";
|
|
41
|
+
import { IToolbarContextAccessor } from "igniteui-webcomponents-core";
|
|
42
|
+
import { DomainChartToolbarProvider } from "igniteui-webcomponents-charts";
|
|
43
|
+
import { ToolCommandExecutionState } from "igniteui-webcomponents-core";
|
|
44
|
+
import { ICommandAvailabilityListener } from "igniteui-webcomponents-core";
|
|
45
|
+
/**
|
|
46
|
+
* @hidden
|
|
47
|
+
*/
|
|
48
|
+
export declare class DashboardTileView extends Base {
|
|
49
|
+
static $t: Type;
|
|
50
|
+
constructor();
|
|
51
|
+
t(): void;
|
|
52
|
+
static n(a: any): string;
|
|
53
|
+
s(a: any, b: string): void;
|
|
54
|
+
o(a: NativeUIGrid): void;
|
|
55
|
+
a(a: NativeUIGrid, b: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
56
|
+
b: DashboardTile;
|
|
57
|
+
x(): void;
|
|
58
|
+
f(): boolean;
|
|
59
|
+
k: DomRenderer;
|
|
60
|
+
private c;
|
|
61
|
+
private j;
|
|
62
|
+
v(a: DomRenderer): void;
|
|
63
|
+
q(): void;
|
|
64
|
+
private d;
|
|
65
|
+
u(): void;
|
|
66
|
+
w(): void;
|
|
67
|
+
m(): any;
|
|
68
|
+
r(a: NativeUIGrid): void;
|
|
69
|
+
l(a: NativeUIContent): any;
|
|
70
|
+
private i;
|
|
71
|
+
private g;
|
|
72
|
+
private h;
|
|
73
|
+
y(a: NativeUIContent, b: string): void;
|
|
74
|
+
private e;
|
|
75
|
+
p(): void;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @hidden
|
|
79
|
+
*/
|
|
80
|
+
export declare class DashboardTileCustomization extends Base {
|
|
81
|
+
static $t: Type;
|
|
82
|
+
constructor();
|
|
83
|
+
l: string;
|
|
84
|
+
m: string;
|
|
85
|
+
k: any;
|
|
86
|
+
c: boolean;
|
|
87
|
+
e: boolean;
|
|
88
|
+
d: boolean;
|
|
89
|
+
f: boolean;
|
|
90
|
+
h: number;
|
|
91
|
+
j: number;
|
|
92
|
+
i: number;
|
|
93
|
+
g: (arg1: DashboardTile) => any;
|
|
94
|
+
static a(a: DashboardTileCustomization): DataSeriesToDescriptionCustomization;
|
|
95
|
+
static b(a: DataSeriesToDescriptionCustomization): DashboardTileCustomization;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* @hidden
|
|
99
|
+
*/
|
|
100
|
+
export declare class DashboardTile extends Base implements INotifyPropertyChanged, IToolbarTarget, IDomainChartLike, IAcceptsDataSeriesToDescriptionCustomizations {
|
|
101
|
+
static $t: Type;
|
|
102
|
+
a4: DashboardTileView;
|
|
103
|
+
onAttachedToUI(): void;
|
|
104
|
+
onDetachedFromUI(): void;
|
|
105
|
+
private ck;
|
|
106
|
+
get currentDataAdapter(): DataSeriesAdapterImplementation;
|
|
107
|
+
private ci;
|
|
108
|
+
private g;
|
|
109
|
+
onCustomizationsChanged(a: DataSeriesToDescriptionCustomization[]): void;
|
|
110
|
+
private gs;
|
|
111
|
+
private ce;
|
|
112
|
+
private ca;
|
|
113
|
+
sendCommandCompleted(a: ToolCommand): void;
|
|
114
|
+
captureTargetImageToClipboard(a: (arg1: any, arg2: any) => void): void;
|
|
115
|
+
private hh;
|
|
116
|
+
ab: DataSeriesAdapterImplementation;
|
|
117
|
+
private aj;
|
|
118
|
+
get customizations(): DashboardTileCustomizationCollection;
|
|
119
|
+
private dq;
|
|
120
|
+
protected get d0(): List$1<DataSeriesType>;
|
|
121
|
+
private gn;
|
|
122
|
+
private dp;
|
|
123
|
+
protected get dz(): List$1<IDataSeriesAdapterRule>;
|
|
124
|
+
ac: DataSeriesAdapterImplementation;
|
|
125
|
+
constructor();
|
|
126
|
+
private cq;
|
|
127
|
+
private gt;
|
|
128
|
+
private gu;
|
|
129
|
+
private c7;
|
|
130
|
+
private h3;
|
|
131
|
+
private static a;
|
|
132
|
+
private static e;
|
|
133
|
+
private static f;
|
|
134
|
+
private static b;
|
|
135
|
+
private static d;
|
|
136
|
+
private static c;
|
|
137
|
+
private dj;
|
|
138
|
+
private dl;
|
|
139
|
+
private k;
|
|
140
|
+
private hu;
|
|
141
|
+
private ht;
|
|
142
|
+
private dd;
|
|
143
|
+
private dc;
|
|
144
|
+
private hd;
|
|
145
|
+
private hg;
|
|
146
|
+
protected gw(): void;
|
|
147
|
+
private e5;
|
|
148
|
+
get ge(): string;
|
|
149
|
+
set ge(a: string);
|
|
150
|
+
private c4;
|
|
151
|
+
private c3;
|
|
152
|
+
private b9;
|
|
153
|
+
hq(a: () => void, b: boolean): {
|
|
154
|
+
p1?: boolean;
|
|
155
|
+
};
|
|
156
|
+
protected hp(): void;
|
|
157
|
+
private cu;
|
|
158
|
+
protected gq(): void;
|
|
159
|
+
private g0;
|
|
160
|
+
private hz;
|
|
161
|
+
private go;
|
|
162
|
+
protected fq(a: DataSeries): string;
|
|
163
|
+
private dg;
|
|
164
|
+
protected gx(): void;
|
|
165
|
+
private e4;
|
|
166
|
+
private dk;
|
|
167
|
+
h2(a: string, b: any): void;
|
|
168
|
+
er(a: string): any;
|
|
169
|
+
ct(): boolean;
|
|
170
|
+
gr(): void;
|
|
171
|
+
hr(a: string): void;
|
|
172
|
+
protected get db(): boolean;
|
|
173
|
+
protected hs(): void;
|
|
174
|
+
private ej;
|
|
175
|
+
private ek;
|
|
176
|
+
changingContent: (sender: any, args: DashboardTileChangingContentEventArgs) => void;
|
|
177
|
+
private l;
|
|
178
|
+
private aa;
|
|
179
|
+
private c1;
|
|
180
|
+
private c6;
|
|
181
|
+
private c0;
|
|
182
|
+
private c5;
|
|
183
|
+
private cz;
|
|
184
|
+
private c2;
|
|
185
|
+
private cy;
|
|
186
|
+
private cw;
|
|
187
|
+
private ba;
|
|
188
|
+
private bb;
|
|
189
|
+
private bc;
|
|
190
|
+
private g7;
|
|
191
|
+
private dy;
|
|
192
|
+
private h5;
|
|
193
|
+
private gp;
|
|
194
|
+
private hl;
|
|
195
|
+
private g1;
|
|
196
|
+
private hf;
|
|
197
|
+
private cf;
|
|
198
|
+
private hc;
|
|
199
|
+
private ee;
|
|
200
|
+
private get et();
|
|
201
|
+
private set et(value);
|
|
202
|
+
private ea;
|
|
203
|
+
private get ei();
|
|
204
|
+
private set ei(value);
|
|
205
|
+
private eb;
|
|
206
|
+
private get el();
|
|
207
|
+
private set el(value);
|
|
208
|
+
private _externalObject;
|
|
209
|
+
get externalObject(): any;
|
|
210
|
+
set externalObject(a: any);
|
|
211
|
+
private ep;
|
|
212
|
+
private hv;
|
|
213
|
+
private eo;
|
|
214
|
+
private en;
|
|
215
|
+
private static bn;
|
|
216
|
+
static get bo(): ComponentRenderer;
|
|
217
|
+
private static f7;
|
|
218
|
+
private hx;
|
|
219
|
+
private hw;
|
|
220
|
+
private hy;
|
|
221
|
+
private ar;
|
|
222
|
+
private an;
|
|
223
|
+
private am;
|
|
224
|
+
private bd;
|
|
225
|
+
private be;
|
|
226
|
+
private az;
|
|
227
|
+
private bl;
|
|
228
|
+
private bm;
|
|
229
|
+
private aq;
|
|
230
|
+
private ap;
|
|
231
|
+
private ao;
|
|
232
|
+
private bg;
|
|
233
|
+
private bf;
|
|
234
|
+
private ay;
|
|
235
|
+
get aw(): DashboardTileSortDescriptionCollection;
|
|
236
|
+
get av(): DashboardTileSortDescriptionCollection;
|
|
237
|
+
get au(): DashboardTileSortDescriptionCollection;
|
|
238
|
+
get bj(): FilterExpressionCollection;
|
|
239
|
+
get bk(): FilterExpressionCollection;
|
|
240
|
+
get a0(): DashboardTileSummaryDescriptionCollection;
|
|
241
|
+
private e1;
|
|
242
|
+
get f2(): string;
|
|
243
|
+
set f2(a: string);
|
|
244
|
+
private ex;
|
|
245
|
+
get fr(): string;
|
|
246
|
+
set fr(a: string);
|
|
247
|
+
private ez;
|
|
248
|
+
get fy(): string;
|
|
249
|
+
set fy(a: string);
|
|
250
|
+
private ey;
|
|
251
|
+
get fw(): string;
|
|
252
|
+
set fw(a: string);
|
|
253
|
+
private e0;
|
|
254
|
+
get f0(): string;
|
|
255
|
+
set f0(a: string);
|
|
256
|
+
filterStringErrorsParsing: (sender: any, args: DashboardTileFilterStringErrorsParsingEventArgs) => void;
|
|
257
|
+
private e2;
|
|
258
|
+
get f4(): string;
|
|
259
|
+
set f4(a: string);
|
|
260
|
+
get ax(): DashboardTileSortDescriptionCollection;
|
|
261
|
+
get at(): DashboardTileSortDescriptionCollection;
|
|
262
|
+
get as(): DashboardTileSortDescriptionCollection;
|
|
263
|
+
get bh(): FilterExpressionCollection;
|
|
264
|
+
get bi(): FilterExpressionCollection;
|
|
265
|
+
get a1(): DashboardTileSummaryDescriptionCollection;
|
|
266
|
+
ad(a: boolean): DataSeriesAdapterImplementation;
|
|
267
|
+
private b7;
|
|
268
|
+
private get b8();
|
|
269
|
+
private ed;
|
|
270
|
+
get itemsSource(): any;
|
|
271
|
+
set itemsSource(a: any);
|
|
272
|
+
private d9;
|
|
273
|
+
get actualItemsSource(): any;
|
|
274
|
+
set actualItemsSource(a: any);
|
|
275
|
+
private ec;
|
|
276
|
+
get highlightedItemsSource(): any;
|
|
277
|
+
set highlightedItemsSource(a: any);
|
|
278
|
+
private d8;
|
|
279
|
+
get actualHighlightedItemsSource(): any;
|
|
280
|
+
set actualHighlightedItemsSource(a: any);
|
|
281
|
+
private cm;
|
|
282
|
+
protected get_de(): boolean;
|
|
283
|
+
protected set_de(a: boolean): void;
|
|
284
|
+
get de(): boolean;
|
|
285
|
+
set de(a: boolean);
|
|
286
|
+
private cl;
|
|
287
|
+
get shouldAvoidAxisAnnotationCollisions(): boolean;
|
|
288
|
+
set shouldAvoidAxisAnnotationCollisions(a: boolean);
|
|
289
|
+
private ag;
|
|
290
|
+
get trendLineType(): TrendLineType;
|
|
291
|
+
set trendLineType(a: TrendLineType);
|
|
292
|
+
private static d1;
|
|
293
|
+
private cn;
|
|
294
|
+
protected get_df(): boolean;
|
|
295
|
+
protected set_df(a: boolean): void;
|
|
296
|
+
get df(): boolean;
|
|
297
|
+
set df(a: boolean);
|
|
298
|
+
private ae;
|
|
299
|
+
protected get_af(): SeriesHighlightedValuesDisplayMode;
|
|
300
|
+
protected set_af(a: SeriesHighlightedValuesDisplayMode): void;
|
|
301
|
+
get af(): SeriesHighlightedValuesDisplayMode;
|
|
302
|
+
set af(a: SeriesHighlightedValuesDisplayMode);
|
|
303
|
+
private i;
|
|
304
|
+
get includedProperties(): string[];
|
|
305
|
+
set includedProperties(a: string[]);
|
|
306
|
+
private j;
|
|
307
|
+
get m(): DashboardTileVisualizationType[];
|
|
308
|
+
set m(a: DashboardTileVisualizationType[]);
|
|
309
|
+
private h;
|
|
310
|
+
get excludedProperties(): string[];
|
|
311
|
+
set excludedProperties(a: string[]);
|
|
312
|
+
private q;
|
|
313
|
+
get v(): BrushCollection;
|
|
314
|
+
set v(a: BrushCollection);
|
|
315
|
+
private r;
|
|
316
|
+
get w(): BrushCollection;
|
|
317
|
+
set w(a: BrushCollection);
|
|
318
|
+
private _selectedSeriesItems;
|
|
319
|
+
get selectedSeriesItems(): ChartSelectedItemCollection;
|
|
320
|
+
set selectedSeriesItems(a: ChartSelectedItemCollection);
|
|
321
|
+
private o;
|
|
322
|
+
private static dn;
|
|
323
|
+
private static dh;
|
|
324
|
+
static dx(a: string, b: List$1<DashboardTileCustomization>): List$1<DashboardTileCustomization>;
|
|
325
|
+
private static di;
|
|
326
|
+
static ga(a: string, b: string): string;
|
|
327
|
+
get t(): BrushCollection;
|
|
328
|
+
set t(a: BrushCollection);
|
|
329
|
+
private static dr;
|
|
330
|
+
private p;
|
|
331
|
+
get u(): BrushCollection;
|
|
332
|
+
set u(a: BrushCollection);
|
|
333
|
+
private static ds;
|
|
334
|
+
private h7;
|
|
335
|
+
get h9(): Brush;
|
|
336
|
+
set h9(a: Brush);
|
|
337
|
+
private static du;
|
|
338
|
+
private ah;
|
|
339
|
+
get valueLines(): ValueModeCollection;
|
|
340
|
+
set valueLines(a: ValueModeCollection);
|
|
341
|
+
private static d2;
|
|
342
|
+
private s;
|
|
343
|
+
get valueLinesBrushes(): BrushCollection;
|
|
344
|
+
set valueLinesBrushes(a: BrushCollection);
|
|
345
|
+
private static gj;
|
|
346
|
+
private cb;
|
|
347
|
+
get autoCalloutsVisible(): boolean;
|
|
348
|
+
set autoCalloutsVisible(a: boolean);
|
|
349
|
+
private static dt;
|
|
350
|
+
private cc;
|
|
351
|
+
get crosshairsAnnotationEnabled(): boolean;
|
|
352
|
+
set crosshairsAnnotationEnabled(a: boolean);
|
|
353
|
+
private static dv;
|
|
354
|
+
private static cr;
|
|
355
|
+
private static cv;
|
|
356
|
+
private cj;
|
|
357
|
+
get finalValueAnnotationsVisible(): boolean;
|
|
358
|
+
set finalValueAnnotationsVisible(a: boolean);
|
|
359
|
+
private static dw;
|
|
360
|
+
private z;
|
|
361
|
+
get crosshairsDisplayMode(): CrosshairsDisplayMode;
|
|
362
|
+
set crosshairsDisplayMode(a: CrosshairsDisplayMode);
|
|
363
|
+
private static fg;
|
|
364
|
+
private a5;
|
|
365
|
+
get a6(): DashboardTileVisualizationType;
|
|
366
|
+
set a6(a: DashboardTileVisualizationType);
|
|
367
|
+
private d5;
|
|
368
|
+
get d7(): number;
|
|
369
|
+
set d7(a: number);
|
|
370
|
+
notifyContainerResized(): void;
|
|
371
|
+
ha(a: Size): void;
|
|
372
|
+
private bs;
|
|
373
|
+
get bt(): BaseControlTheme;
|
|
374
|
+
set bt(a: BaseControlTheme);
|
|
375
|
+
private bu;
|
|
376
|
+
get bv(): ControlDisplayDensity;
|
|
377
|
+
set bv(a: ControlDisplayDensity);
|
|
378
|
+
private h6;
|
|
379
|
+
get h8(): Brush;
|
|
380
|
+
set h8(a: Brush);
|
|
381
|
+
protected ev(): any;
|
|
382
|
+
private d6;
|
|
383
|
+
private da;
|
|
384
|
+
protected eu(): any;
|
|
385
|
+
protected get_cx(): boolean;
|
|
386
|
+
protected get cx(): boolean;
|
|
387
|
+
protected d3(): IEnumerable;
|
|
388
|
+
g2(a: (arg1: XamDataChart) => void): void;
|
|
389
|
+
g4(a: (arg1: DataPieChart) => void): void;
|
|
390
|
+
private g5;
|
|
391
|
+
private g3;
|
|
392
|
+
zoomIn(a: number): void;
|
|
393
|
+
zoomOut(a: number): void;
|
|
394
|
+
resetZoom(): void;
|
|
395
|
+
protected x(a: BrushCollection): BrushCollection;
|
|
396
|
+
notifySizeChanged(): void;
|
|
397
|
+
hk(): void;
|
|
398
|
+
hj(): void;
|
|
399
|
+
private ew;
|
|
400
|
+
private get fi();
|
|
401
|
+
private bx;
|
|
402
|
+
private by;
|
|
403
|
+
static get bp(): TypeDescriptionContext;
|
|
404
|
+
destroy(): void;
|
|
405
|
+
private eh;
|
|
406
|
+
provideContainer(a: DomRenderer): void;
|
|
407
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
408
|
+
protected hi(a: string, b: any, c: any): void;
|
|
409
|
+
protected hn(a: string, b: any, c: any): void;
|
|
410
|
+
private h4;
|
|
411
|
+
private static cs;
|
|
412
|
+
private a2;
|
|
413
|
+
private get a3();
|
|
414
|
+
getDesiredToolbarActions(): ToolActionInfo[];
|
|
415
|
+
private eq;
|
|
416
|
+
onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
|
|
417
|
+
private _commandCompleted;
|
|
418
|
+
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
419
|
+
set commandCompleted(a: (arg1: ToolCommand) => void);
|
|
420
|
+
private _invalidateActions;
|
|
421
|
+
get invalidateActions(): () => void;
|
|
422
|
+
set invalidateActions(a: () => void);
|
|
423
|
+
private bw;
|
|
424
|
+
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
425
|
+
g6(): void;
|
|
426
|
+
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
427
|
+
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
428
|
+
private dm;
|
|
429
|
+
addCommandStateChangedListener(a: ICommandStateChangedListener): void;
|
|
430
|
+
removeCommandStateChangedListener(a: ICommandStateChangedListener): void;
|
|
431
|
+
h1(): void;
|
|
432
|
+
private co;
|
|
433
|
+
private d4;
|
|
434
|
+
h0(): void;
|
|
435
|
+
private ia;
|
|
436
|
+
private ch;
|
|
437
|
+
private cg;
|
|
438
|
+
private gy;
|
|
439
|
+
private hm;
|
|
440
|
+
private get n();
|
|
441
|
+
private gz;
|
|
442
|
+
private bq;
|
|
443
|
+
private b4;
|
|
444
|
+
private b3;
|
|
445
|
+
private b6;
|
|
446
|
+
private b0;
|
|
447
|
+
private b2;
|
|
448
|
+
private b5;
|
|
449
|
+
private b1;
|
|
450
|
+
private e3;
|
|
451
|
+
private cp;
|
|
452
|
+
private a9;
|
|
453
|
+
private a8;
|
|
454
|
+
private cd;
|
|
455
|
+
private a7;
|
|
456
|
+
private bz;
|
|
457
|
+
get br(): IExecutionContext;
|
|
458
|
+
set br(a: IExecutionContext);
|
|
459
|
+
get c9(): boolean;
|
|
460
|
+
get c8(): boolean;
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* @hidden
|
|
464
|
+
*/
|
|
465
|
+
export declare class DashboardTileCustomizationCollection extends ObservableCollection$1<DashboardTileCustomization> {
|
|
466
|
+
static $t: Type;
|
|
467
|
+
constructor();
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* @hidden
|
|
471
|
+
*/
|
|
472
|
+
export declare class DashboardTileToolbarProvider extends DomainChartToolbarProvider {
|
|
473
|
+
static $t: Type;
|
|
474
|
+
private static af;
|
|
475
|
+
constructor();
|
|
476
|
+
private static ah;
|
|
477
|
+
private static ag;
|
|
478
|
+
private static co;
|
|
479
|
+
static readonly cm: string;
|
|
480
|
+
static readonly ai: string;
|
|
481
|
+
static readonly ak: string;
|
|
482
|
+
static readonly am: string;
|
|
483
|
+
static readonly ao: string;
|
|
484
|
+
static readonly aq: string;
|
|
485
|
+
static readonly as: string;
|
|
486
|
+
static readonly bq: string;
|
|
487
|
+
static readonly au: string;
|
|
488
|
+
static readonly aw: string;
|
|
489
|
+
static readonly ay: string;
|
|
490
|
+
static readonly a2: string;
|
|
491
|
+
static readonly a4: string;
|
|
492
|
+
static readonly a8: string;
|
|
493
|
+
static readonly a6: string;
|
|
494
|
+
static readonly ba: string;
|
|
495
|
+
static readonly bc: string;
|
|
496
|
+
static readonly be: string;
|
|
497
|
+
static readonly bg: string;
|
|
498
|
+
static readonly bi: string;
|
|
499
|
+
static readonly bk: string;
|
|
500
|
+
static readonly bm: string;
|
|
501
|
+
static readonly bo: string;
|
|
502
|
+
static readonly bs: string;
|
|
503
|
+
static readonly bw: string;
|
|
504
|
+
static readonly bu: string;
|
|
505
|
+
static readonly by: string;
|
|
506
|
+
static readonly b0: string;
|
|
507
|
+
static readonly b2: string;
|
|
508
|
+
static readonly b4: string;
|
|
509
|
+
static readonly b6: string;
|
|
510
|
+
static readonly b8: string;
|
|
511
|
+
static readonly ca: string;
|
|
512
|
+
static readonly cc: string;
|
|
513
|
+
static readonly ce: string;
|
|
514
|
+
static readonly cg: string;
|
|
515
|
+
static readonly ci: string;
|
|
516
|
+
static readonly ck: string;
|
|
517
|
+
static readonly a0: string;
|
|
518
|
+
private cp;
|
|
519
|
+
getDesiredToolbarActions(a: IDomainChartLike, b: ToolActionInfo[], c: IToolbarContextAccessor): ToolActionInfo[];
|
|
520
|
+
private ae;
|
|
521
|
+
protected h(a: IDomainChartLike, b: ToolActionInfo): void;
|
|
522
|
+
protected aa(a: IDomainChartLike, b: string, c: any, d: any): void;
|
|
523
|
+
onToolCommandExecuting(a: IDomainChartLike, b: ToolCommand): ToolCommandExecutionState;
|
|
524
|
+
protected q(a: IDomainChartLike, b: ToolCommand): void;
|
|
525
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
export declare enum DashboardTileVisualizationType {
|
|
3
|
+
Auto = 0,
|
|
4
|
+
AreaChart = 1,
|
|
5
|
+
BarChart = 2,
|
|
6
|
+
BubbleChart = 3,
|
|
7
|
+
BulletGraph = 4,
|
|
8
|
+
CandlestickChart = 5,
|
|
9
|
+
ChoroplethMap = 6,
|
|
10
|
+
RadialGauge = 7,
|
|
11
|
+
ColumnChart = 8,
|
|
12
|
+
DoughnutChart = 9,
|
|
13
|
+
FunnelChart = 10,
|
|
14
|
+
Grid = 11,
|
|
15
|
+
HeatmapMap = 12,
|
|
16
|
+
HighDensityMap = 13,
|
|
17
|
+
KPI = 14,
|
|
18
|
+
LinearGauge = 15,
|
|
19
|
+
LineChart = 16,
|
|
20
|
+
Map = 17,
|
|
21
|
+
OHLCChart = 18,
|
|
22
|
+
PieChart = 19,
|
|
23
|
+
PolarChart = 20,
|
|
24
|
+
RadialLineChart = 21,
|
|
25
|
+
ScatterMap = 22,
|
|
26
|
+
ScatterChart = 23,
|
|
27
|
+
SparklineChart = 24,
|
|
28
|
+
SplineAreaChart = 25,
|
|
29
|
+
SplineChart = 26,
|
|
30
|
+
StackedAreaChart = 27,
|
|
31
|
+
StackedBarChart = 28,
|
|
32
|
+
StackedColumnChart = 29,
|
|
33
|
+
StepAreaChart = 30,
|
|
34
|
+
StepLineChart = 31,
|
|
35
|
+
TextGauge = 32,
|
|
36
|
+
TextView = 33,
|
|
37
|
+
TimeSeriesChart = 34,
|
|
38
|
+
Treemap = 35
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @hidden
|
|
42
|
+
*/
|
|
43
|
+
export declare let DashboardTileVisualizationType_$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 DataChartDashboardTileFeature extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
static register(): void;
|
|
9
|
+
static registerCore(a: TypeDescriptionContext): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DataSeriesToDescriptionAdapterSettings } from "./DataSeriesToDescriptionAdapterSettings";
|
|
3
|
+
import { DataSeriesToDescriptionAdapterResult } from "./DataSeriesToDescriptionAdapterResult";
|
|
4
|
+
import { DataSeries } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class DataSeriesToDescriptionAdapter extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private ab;
|
|
11
|
+
constructor(a: DataSeriesToDescriptionAdapterSettings);
|
|
12
|
+
private ac;
|
|
13
|
+
private ay;
|
|
14
|
+
private i;
|
|
15
|
+
getMainContent(a: DataSeries[]): DataSeriesToDescriptionAdapterResult;
|
|
16
|
+
getEditorContent(a: DataSeries[]): DataSeriesToDescriptionAdapterResult;
|
|
17
|
+
private p;
|
|
18
|
+
private t;
|
|
19
|
+
private y;
|
|
20
|
+
private w;
|
|
21
|
+
private d;
|
|
22
|
+
private ar;
|
|
23
|
+
private as;
|
|
24
|
+
private av;
|
|
25
|
+
private l;
|
|
26
|
+
private u;
|
|
27
|
+
private q;
|
|
28
|
+
private x;
|
|
29
|
+
private z;
|
|
30
|
+
private m;
|
|
31
|
+
private ag;
|
|
32
|
+
private ax;
|
|
33
|
+
private ah;
|
|
34
|
+
private ai;
|
|
35
|
+
private aq;
|
|
36
|
+
private ap;
|
|
37
|
+
private aj;
|
|
38
|
+
private ao;
|
|
39
|
+
private g;
|
|
40
|
+
private j;
|
|
41
|
+
private h;
|
|
42
|
+
private f;
|
|
43
|
+
getDataGridContent(a: DataSeries[]): DataSeriesToDescriptionAdapterResult;
|
|
44
|
+
private c;
|
|
45
|
+
private af;
|
|
46
|
+
private aw;
|
|
47
|
+
private b;
|
|
48
|
+
private ae;
|
|
49
|
+
private ad;
|
|
50
|
+
private at;
|
|
51
|
+
private au;
|
|
52
|
+
private ak;
|
|
53
|
+
private e;
|
|
54
|
+
private am;
|
|
55
|
+
getToolbarContent(a: DataSeries[]): DataSeriesToDescriptionAdapterResult;
|
|
56
|
+
getLegendContent(a: DataSeries[]): DataSeriesToDescriptionAdapterResult;
|
|
57
|
+
private r;
|
|
58
|
+
private k;
|
|
59
|
+
private an;
|
|
60
|
+
private al;
|
|
61
|
+
a(a: DataSeries[]): DataSeries[];
|
|
62
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum DataSeriesToDescriptionAdapterControlType {
|
|
6
|
+
DataChart = 0,
|
|
7
|
+
Pie = 1,
|
|
8
|
+
GeoMap = 2,
|
|
9
|
+
RadialGauge = 3,
|
|
10
|
+
LinearGauge = 4
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare let DataSeriesToDescriptionAdapterControlType_$type: Type;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { Description } from "igniteui-webcomponents-core";
|
|
3
|
+
import { DataSeriesToDescriptionAdapterSettings } from "./DataSeriesToDescriptionAdapterSettings";
|
|
4
|
+
import { DataSeriesAxisType } from "igniteui-webcomponents-core";
|
|
5
|
+
import { DataSeriesType } from "igniteui-webcomponents-core";
|
|
6
|
+
import { DataSeries } from "igniteui-webcomponents-core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class DataSeriesToDescriptionAdapterResult extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
constructor(a: DataSeriesToDescriptionAdapterSettings);
|
|
13
|
+
private c;
|
|
14
|
+
private _content;
|
|
15
|
+
get content(): Description;
|
|
16
|
+
set content(a: Description);
|
|
17
|
+
private _refNames;
|
|
18
|
+
get refNames(): string[];
|
|
19
|
+
set refNames(a: string[]);
|
|
20
|
+
private _refValues;
|
|
21
|
+
get refValues(): any[];
|
|
22
|
+
set refValues(a: any[]);
|
|
23
|
+
private _mainRef;
|
|
24
|
+
get mainRef(): string;
|
|
25
|
+
set mainRef(a: string);
|
|
26
|
+
private _descriptionType;
|
|
27
|
+
get descriptionType(): string;
|
|
28
|
+
set descriptionType(a: string);
|
|
29
|
+
private f;
|
|
30
|
+
h(a: DataSeriesAxisType, b: boolean, c: boolean): string;
|
|
31
|
+
k(a: DataSeriesType): string;
|
|
32
|
+
private e;
|
|
33
|
+
m(a: any): string;
|
|
34
|
+
i(a: DataSeries): string;
|
|
35
|
+
j(a: DataSeries): string;
|
|
36
|
+
}
|