igniteui-angular-core 20.2.0 → 20.2.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/bundles/igniteui-angular-core.umd.js +6890 -5217
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/AxisDescription.js +276 -276
- package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
- package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
- package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
- package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
- package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
- package/esm2015/lib/CanvasScalingHelpers.js +79 -0
- package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +121 -121
- package/esm2015/lib/DashboardTileDescription.js +90 -82
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataChartDescription.js +103 -95
- package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
- package/esm2015/lib/DataPieChartDescription.js +32 -32
- package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
- package/esm2015/lib/DomainChartDescription.js +786 -778
- package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
- package/esm2015/lib/EventProxy.js +32 -31
- package/esm2015/lib/FeatureState.js +29 -0
- package/esm2015/lib/FinancialChartDescription.js +151 -151
- package/esm2015/lib/GeographicMapDescription.js +41 -41
- package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
- package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
- package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
- package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
- package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
- package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/RadialBaseChartDescription.js +217 -217
- package/esm2015/lib/ScrollerView_combined.js +12 -12
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/SeriesViewerDescription.js +503 -487
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
- package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
- package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
- package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
- package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
- package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebColumnDescription.js +131 -115
- package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebColumnGroupDescription.js +12 -12
- package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
- package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
- package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
- package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
- package/esm2015/lib/WebGridDescription.js +52 -52
- package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
- package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
- package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
- package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebPivotGridDescription.js +42 -42
- package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
- package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowIslandDescription.js +356 -340
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebTooltipDescription.js +43 -35
- package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +28 -28
- package/esm2015/lib/XYChartDescription.js +217 -217
- package/esm2015/public_api.js +28 -2
- package/esm5/lib/AxisDescription.js +276 -276
- package/esm5/lib/AxisDescriptionMetadata.js +10 -5
- package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
- package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
- package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
- package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
- package/esm5/lib/CanvasScalingHelpers.js +83 -0
- package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/CategoryChartDescription.js +121 -121
- package/esm5/lib/DashboardTileDescription.js +94 -82
- package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
- package/esm5/lib/DataChartDescription.js +107 -95
- package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
- package/esm5/lib/DataPieBaseChartDescription.js +117 -117
- package/esm5/lib/DataPieChartDescription.js +32 -32
- package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
- package/esm5/lib/DomainChartDescription.js +790 -778
- package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
- package/esm5/lib/EventProxy.js +32 -31
- package/esm5/lib/FeatureState.js +29 -0
- package/esm5/lib/FinancialChartDescription.js +151 -151
- package/esm5/lib/GeographicMapDescription.js +41 -41
- package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
- package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
- package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
- package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/NumericAxisBaseDescription.js +84 -84
- package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
- package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/RadialBaseChartDescription.js +217 -217
- package/esm5/lib/ScrollerView_combined.js +12 -12
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/SeriesViewerDescription.js +510 -486
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
- package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
- package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
- package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
- package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
- package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
- package/esm5/lib/WebColumnDescription.js +139 -115
- package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
- package/esm5/lib/WebColumnGroupDescription.js +12 -12
- package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
- package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
- package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
- package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
- package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
- package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
- package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
- package/esm5/lib/WebGridDescription.js +52 -52
- package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
- package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
- package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
- package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebPivotGridDescription.js +42 -42
- package/esm5/lib/WebPositionSettingsDescription.js +22 -10
- package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowIslandDescription.js +364 -340
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
- package/esm5/lib/WebTooltipDescription.js +47 -35
- package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeGridDescription.js +28 -28
- package/esm5/lib/XYChartDescription.js +217 -217
- package/esm5/public_api.js +28 -2
- package/fesm2015/igniteui-angular-core.js +6610 -5175
- package/fesm5/igniteui-angular-core.js +6864 -5218
- package/lib/AxisDescription.d.ts +106 -106
- package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
- package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
- package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
- package/lib/CanvasScalingHelpers.d.ts +17 -0
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/DashboardTileDescription.d.ts +33 -30
- package/lib/DataChartDescription.d.ts +36 -33
- package/lib/DataPieBaseChartDescription.d.ts +43 -43
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSourceLocalDataProvider.d.ts +36 -27
- package/lib/DomainChartDescription.d.ts +291 -288
- package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
- package/lib/EventProxy.d.ts +28 -27
- package/lib/FeatureState.d.ts +22 -0
- package/lib/FinancialChartDescription.d.ts +56 -56
- package/lib/GeographicMapDescription.d.ts +14 -14
- package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
- package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
- package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
- package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
- package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
- package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
- package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/MonthToDateExpressionDescription.d.ts +12 -0
- package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/NumericAxisBaseDescription.d.ts +32 -32
- package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
- package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/SeriesViewerDescription.d.ts +178 -172
- package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
- package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
- package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
- package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
- package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebColumnDescription.d.ts +46 -40
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebCustomDateRangeDescription.d.ts +7 -0
- package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
- package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
- package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
- package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
- package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridResourceStringsDescription.d.ts +197 -155
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebPositionSettingsDescription.d.ts +7 -4
- package/lib/WebRowIslandDescription.d.ts +125 -118
- package/lib/WebTooltipDescription.d.ts +15 -12
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/XYChartDescription.d.ts +80 -80
- package/package.json +1 -1
- package/public_api.d.ts +28 -2
|
@@ -8,50 +8,50 @@ import { List$1 } from "./List$1";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class CanvasGestureDOMEventProxy extends BaseDOMEventProxy {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
private static
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
private
|
|
11
|
+
private static dh;
|
|
12
|
+
private di;
|
|
13
|
+
private dk;
|
|
14
|
+
private c6;
|
|
15
15
|
d(): EventProxy;
|
|
16
|
-
|
|
16
|
+
dj: any;
|
|
17
17
|
constructor(a: DomWrapper, b: DomRenderer, c: boolean);
|
|
18
|
-
private
|
|
19
|
-
private
|
|
18
|
+
private c8;
|
|
19
|
+
private dl;
|
|
20
20
|
protected get_an(): boolean;
|
|
21
21
|
protected get_ac(): boolean;
|
|
22
|
-
|
|
23
|
-
private dp;
|
|
24
|
-
private dn;
|
|
22
|
+
av(): void;
|
|
25
23
|
private dq;
|
|
24
|
+
private dp;
|
|
26
25
|
private dr;
|
|
27
26
|
private ds;
|
|
28
27
|
private dt;
|
|
29
28
|
private du;
|
|
29
|
+
private dv;
|
|
30
|
+
private dn;
|
|
30
31
|
private dm;
|
|
31
|
-
|
|
32
|
-
static c9(): boolean;
|
|
33
|
-
private db;
|
|
34
|
-
dv(a: any, b: string, c: List$1<() => void>): void;
|
|
35
|
-
at(a: any, b: string): void;
|
|
36
|
-
private d7;
|
|
37
|
-
private c6;
|
|
38
|
-
private d1;
|
|
39
|
-
private dw;
|
|
40
|
-
private dx;
|
|
32
|
+
static da(): boolean;
|
|
41
33
|
private dc;
|
|
42
|
-
|
|
43
|
-
|
|
34
|
+
dw(a: any, b: string, c: List$1<() => void>): void;
|
|
35
|
+
au(a: any, b: string): void;
|
|
36
|
+
private d8;
|
|
37
|
+
private c7;
|
|
38
|
+
private d2;
|
|
39
|
+
private dx;
|
|
44
40
|
private dy;
|
|
41
|
+
private dd;
|
|
42
|
+
private de;
|
|
43
|
+
c9: boolean;
|
|
45
44
|
private dz;
|
|
46
45
|
private d0;
|
|
47
|
-
private
|
|
48
|
-
private
|
|
46
|
+
private d1;
|
|
47
|
+
private d5;
|
|
49
48
|
private df;
|
|
49
|
+
private dg;
|
|
50
|
+
private d4;
|
|
51
|
+
private db;
|
|
50
52
|
private d3;
|
|
51
|
-
private
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
bh(a: any, b: string): void;
|
|
55
|
-
av(): void;
|
|
53
|
+
private d6;
|
|
54
|
+
bi(a: any, b: string): void;
|
|
55
|
+
aw(): void;
|
|
56
56
|
static register(): void;
|
|
57
57
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { DomRenderer, DomWrapper } from "./dom";
|
|
3
|
+
import { EventProxy } from "./EventProxy";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class CanvasScalingHelpers extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
static b(a: DomRenderer): number;
|
|
10
|
+
static c(a: DomWrapper): number;
|
|
11
|
+
static f(a: DomRenderer): number;
|
|
12
|
+
static g(a: DomWrapper): number;
|
|
13
|
+
static d(a: DomRenderer): number;
|
|
14
|
+
static e(a: DomWrapper): number;
|
|
15
|
+
static a(a: number, b: number, c: number): number;
|
|
16
|
+
static h(a: EventProxy, b: number): void;
|
|
17
|
+
}
|
|
@@ -5,141 +5,141 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class CategoryChartDescription extends XYChartDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private zp;
|
|
9
9
|
get tooltipTemplateRef(): string;
|
|
10
10
|
set tooltipTemplateRef(a: string);
|
|
11
|
-
private
|
|
11
|
+
private zu;
|
|
12
12
|
get width(): string;
|
|
13
13
|
set width(a: string);
|
|
14
|
-
private
|
|
14
|
+
private zn;
|
|
15
15
|
get height(): string;
|
|
16
16
|
set height(a: string);
|
|
17
|
-
private
|
|
17
|
+
private zl;
|
|
18
18
|
get background(): string;
|
|
19
19
|
set background(a: string);
|
|
20
20
|
protected get_type(): string;
|
|
21
21
|
constructor();
|
|
22
|
-
private
|
|
22
|
+
private ze;
|
|
23
23
|
get transitionInDuration(): number;
|
|
24
24
|
set transitionInDuration(a: number);
|
|
25
|
-
private
|
|
25
|
+
private zf;
|
|
26
26
|
get transitionOutDuration(): number;
|
|
27
27
|
set transitionOutDuration(a: number);
|
|
28
|
-
private
|
|
28
|
+
private zq;
|
|
29
29
|
get transitionInEasingFunctionRef(): string;
|
|
30
30
|
set transitionInEasingFunctionRef(a: string);
|
|
31
|
-
private
|
|
31
|
+
private zt;
|
|
32
32
|
get transitionOutEasingFunctionRef(): string;
|
|
33
33
|
set transitionOutEasingFunctionRef(a: string);
|
|
34
|
-
private
|
|
34
|
+
private zm;
|
|
35
35
|
get chartType(): string;
|
|
36
36
|
set chartType(a: string);
|
|
37
|
-
private
|
|
37
|
+
private zo;
|
|
38
38
|
get markerCollisionAvoidance(): string;
|
|
39
39
|
set markerCollisionAvoidance(a: string);
|
|
40
|
-
private
|
|
40
|
+
private xw;
|
|
41
41
|
get isSplineShapePartOfRange(): boolean;
|
|
42
42
|
set isSplineShapePartOfRange(a: boolean);
|
|
43
|
-
private
|
|
43
|
+
private xx;
|
|
44
44
|
get isTransitionInEnabled(): boolean;
|
|
45
45
|
set isTransitionInEnabled(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private zr;
|
|
47
47
|
get transitionInMode(): string;
|
|
48
48
|
set transitionInMode(a: string);
|
|
49
|
-
private
|
|
49
|
+
private zs;
|
|
50
50
|
get transitionInSpeedType(): string;
|
|
51
51
|
set transitionInSpeedType(a: string);
|
|
52
|
-
private
|
|
52
|
+
private yj;
|
|
53
53
|
get xAxisInterval(): number;
|
|
54
54
|
set xAxisInterval(a: number);
|
|
55
|
-
private
|
|
55
|
+
private ym;
|
|
56
56
|
get xAxisMinorInterval(): number;
|
|
57
57
|
set xAxisMinorInterval(a: number);
|
|
58
|
-
private
|
|
58
|
+
private yi;
|
|
59
59
|
get xAxisGap(): number;
|
|
60
60
|
set xAxisGap(a: number);
|
|
61
|
-
private
|
|
61
|
+
private yl;
|
|
62
62
|
get xAxisMinimumGapSize(): number;
|
|
63
63
|
set xAxisMinimumGapSize(a: number);
|
|
64
|
-
private
|
|
64
|
+
private yk;
|
|
65
65
|
get xAxisMaximumGap(): number;
|
|
66
66
|
set xAxisMaximumGap(a: number);
|
|
67
|
-
private
|
|
67
|
+
private yn;
|
|
68
68
|
get xAxisOverlap(): number;
|
|
69
69
|
set xAxisOverlap(a: number);
|
|
70
|
-
private
|
|
70
|
+
private yt;
|
|
71
71
|
get yAxisInterval(): number;
|
|
72
72
|
set yAxisInterval(a: number);
|
|
73
|
-
private
|
|
73
|
+
private zk;
|
|
74
74
|
get autoMarginAndAngleUpdateMode(): string;
|
|
75
75
|
set autoMarginAndAngleUpdateMode(a: string);
|
|
76
|
-
private
|
|
76
|
+
private xy;
|
|
77
77
|
get shouldAutoExpandMarginForInitialLabels(): boolean;
|
|
78
78
|
set shouldAutoExpandMarginForInitialLabels(a: boolean);
|
|
79
|
-
private
|
|
79
|
+
private xz;
|
|
80
80
|
get shouldConsiderAutoRotationForInitialLabels(): boolean;
|
|
81
81
|
set shouldConsiderAutoRotationForInitialLabels(a: boolean);
|
|
82
|
-
private
|
|
82
|
+
private yg;
|
|
83
83
|
get autoExpandMarginExtraPadding(): number;
|
|
84
84
|
set autoExpandMarginExtraPadding(a: number);
|
|
85
|
-
private
|
|
85
|
+
private yh;
|
|
86
86
|
get autoExpandMarginMaximumValue(): number;
|
|
87
87
|
set autoExpandMarginMaximumValue(a: number);
|
|
88
|
-
private
|
|
88
|
+
private x3;
|
|
89
89
|
get yAxisFavorLabellingScaleEnd(): boolean;
|
|
90
90
|
set yAxisFavorLabellingScaleEnd(a: boolean);
|
|
91
|
-
private
|
|
91
|
+
private x0;
|
|
92
92
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
93
93
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
94
|
-
private
|
|
94
|
+
private x2;
|
|
95
95
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
96
96
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
97
|
-
private
|
|
97
|
+
private zv;
|
|
98
98
|
get yAxisAutoRangeBufferMode(): string;
|
|
99
99
|
set yAxisAutoRangeBufferMode(a: string);
|
|
100
|
-
private
|
|
100
|
+
private x4;
|
|
101
101
|
get yAxisIsLogarithmic(): boolean;
|
|
102
102
|
set yAxisIsLogarithmic(a: boolean);
|
|
103
|
-
private
|
|
103
|
+
private zg;
|
|
104
104
|
get yAxisLogarithmBase(): number;
|
|
105
105
|
set yAxisLogarithmBase(a: number);
|
|
106
|
-
private
|
|
106
|
+
private yv;
|
|
107
107
|
get yAxisMinimumValue(): number;
|
|
108
108
|
set yAxisMinimumValue(a: number);
|
|
109
|
-
private
|
|
109
|
+
private yu;
|
|
110
110
|
get yAxisMaximumValue(): number;
|
|
111
111
|
set yAxisMaximumValue(a: number);
|
|
112
|
-
private
|
|
112
|
+
private yw;
|
|
113
113
|
get yAxisMinorInterval(): number;
|
|
114
114
|
set yAxisMinorInterval(a: number);
|
|
115
|
-
private
|
|
115
|
+
private xq;
|
|
116
116
|
get negativeBrushes(): string[];
|
|
117
117
|
set negativeBrushes(a: string[]);
|
|
118
|
-
private
|
|
118
|
+
private xr;
|
|
119
119
|
get negativeOutlines(): string[];
|
|
120
120
|
set negativeOutlines(a: string[]);
|
|
121
|
-
private
|
|
121
|
+
private x1;
|
|
122
122
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
123
123
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
124
|
-
private
|
|
124
|
+
private yo;
|
|
125
125
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
126
126
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
127
|
-
private
|
|
127
|
+
private yp;
|
|
128
128
|
get xAxisZoomMaximumItemSpan(): number;
|
|
129
129
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
130
|
-
private
|
|
130
|
+
private yq;
|
|
131
131
|
get xAxisZoomToCategoryRange(): number;
|
|
132
132
|
set xAxisZoomToCategoryRange(a: number);
|
|
133
|
-
private
|
|
133
|
+
private yr;
|
|
134
134
|
get xAxisZoomToCategoryStart(): number;
|
|
135
135
|
set xAxisZoomToCategoryStart(a: number);
|
|
136
|
-
private
|
|
136
|
+
private ys;
|
|
137
137
|
get xAxisZoomToItemSpan(): number;
|
|
138
138
|
set xAxisZoomToItemSpan(a: number);
|
|
139
|
-
private
|
|
139
|
+
private xu;
|
|
140
140
|
get isCategoryHighlightingEnabled(): boolean;
|
|
141
141
|
set isCategoryHighlightingEnabled(a: boolean);
|
|
142
|
-
private
|
|
142
|
+
private xv;
|
|
143
143
|
get isItemHighlightingEnabled(): boolean;
|
|
144
144
|
set isItemHighlightingEnabled(a: boolean);
|
|
145
145
|
}
|
|
@@ -17,7 +17,7 @@ export declare class DashboardTileDescription extends Description {
|
|
|
17
17
|
private n;
|
|
18
18
|
get customizations(): DashboardTileCustomizationDescription[];
|
|
19
19
|
set customizations(a: DashboardTileCustomizationDescription[]);
|
|
20
|
-
private
|
|
20
|
+
private b9;
|
|
21
21
|
get tileTitle(): string;
|
|
22
22
|
set tileTitle(a: string);
|
|
23
23
|
private y;
|
|
@@ -38,22 +38,22 @@ export declare class DashboardTileDescription extends Description {
|
|
|
38
38
|
private z;
|
|
39
39
|
get initialSummaryDescriptions(): DashboardTileSummaryDescriptionDescription[];
|
|
40
40
|
set initialSummaryDescriptions(a: DashboardTileSummaryDescriptionDescription[]);
|
|
41
|
-
private
|
|
41
|
+
private b7;
|
|
42
42
|
get initialSorts(): string;
|
|
43
43
|
set initialSorts(a: string);
|
|
44
|
-
private
|
|
44
|
+
private b0;
|
|
45
45
|
get groupSorts(): string;
|
|
46
46
|
set groupSorts(a: string);
|
|
47
|
-
private
|
|
47
|
+
private b5;
|
|
48
48
|
get initialGroups(): string;
|
|
49
49
|
set initialGroups(a: string);
|
|
50
|
-
private
|
|
50
|
+
private b4;
|
|
51
51
|
get initialFilter(): string;
|
|
52
52
|
set initialFilter(a: string);
|
|
53
|
-
private
|
|
53
|
+
private b6;
|
|
54
54
|
get initialHighlightFilter(): string;
|
|
55
55
|
set initialHighlightFilter(a: string);
|
|
56
|
-
private
|
|
56
|
+
private b8;
|
|
57
57
|
get initialSummaries(): string;
|
|
58
58
|
set initialSummaries(a: string);
|
|
59
59
|
private ac;
|
|
@@ -74,25 +74,25 @@ export declare class DashboardTileDescription extends Description {
|
|
|
74
74
|
private ad;
|
|
75
75
|
get summaryDescriptions(): DashboardTileSummaryDescriptionDescription[];
|
|
76
76
|
set summaryDescriptions(a: DashboardTileSummaryDescriptionDescription[]);
|
|
77
|
-
private
|
|
77
|
+
private bx;
|
|
78
78
|
get dataSourceRef(): string;
|
|
79
79
|
set dataSourceRef(a: string);
|
|
80
80
|
private a8;
|
|
81
81
|
get dataSource(): BaseDataSourceDescription;
|
|
82
82
|
set dataSource(a: BaseDataSourceDescription);
|
|
83
|
-
private
|
|
83
|
+
private b2;
|
|
84
84
|
get highlightedDataSourceRef(): string;
|
|
85
85
|
set highlightedDataSourceRef(a: string);
|
|
86
86
|
private a9;
|
|
87
87
|
get highlightedDataSource(): BaseDataSourceDescription;
|
|
88
88
|
set highlightedDataSource(a: BaseDataSourceDescription);
|
|
89
|
-
private
|
|
89
|
+
private bh;
|
|
90
90
|
get shouldDisplayMockData(): boolean;
|
|
91
91
|
set shouldDisplayMockData(a: boolean);
|
|
92
|
-
private
|
|
92
|
+
private bg;
|
|
93
93
|
get shouldAvoidAxisAnnotationCollisions(): boolean;
|
|
94
94
|
set shouldAvoidAxisAnnotationCollisions(a: boolean);
|
|
95
|
-
private
|
|
95
|
+
private ca;
|
|
96
96
|
get trendLineType(): string;
|
|
97
97
|
set trendLineType(a: string);
|
|
98
98
|
private ae;
|
|
@@ -101,10 +101,10 @@ export declare class DashboardTileDescription extends Description {
|
|
|
101
101
|
private af;
|
|
102
102
|
get trendLineTypes(): string[];
|
|
103
103
|
set trendLineTypes(a: string[]);
|
|
104
|
-
private
|
|
104
|
+
private bi;
|
|
105
105
|
get shouldUseSkeletonStyleForMockData(): boolean;
|
|
106
106
|
set shouldUseSkeletonStyleForMockData(a: boolean);
|
|
107
|
-
private
|
|
107
|
+
private b3;
|
|
108
108
|
get highlightedValuesDisplayMode(): string;
|
|
109
109
|
set highlightedValuesDisplayMode(a: string);
|
|
110
110
|
private t;
|
|
@@ -131,7 +131,7 @@ export declare class DashboardTileDescription extends Description {
|
|
|
131
131
|
private l;
|
|
132
132
|
get actualOutlines(): string[];
|
|
133
133
|
set actualOutlines(a: string[]);
|
|
134
|
-
private
|
|
134
|
+
private bu;
|
|
135
135
|
get categoryAxisMajorStroke(): string;
|
|
136
136
|
set categoryAxisMajorStroke(a: string);
|
|
137
137
|
private ah;
|
|
@@ -140,13 +140,13 @@ export declare class DashboardTileDescription extends Description {
|
|
|
140
140
|
private ai;
|
|
141
141
|
get valueLinesBrushes(): string[];
|
|
142
142
|
set valueLinesBrushes(a: string[]);
|
|
143
|
-
private
|
|
143
|
+
private cd;
|
|
144
144
|
get valueLinesGlobalAverageBrush(): string;
|
|
145
145
|
set valueLinesGlobalAverageBrush(a: string);
|
|
146
|
-
private
|
|
146
|
+
private cf;
|
|
147
147
|
get valueLinesGlobalMinimumBrush(): string;
|
|
148
148
|
set valueLinesGlobalMinimumBrush(a: string);
|
|
149
|
-
private
|
|
149
|
+
private ce;
|
|
150
150
|
get valueLinesGlobalMaximumBrush(): string;
|
|
151
151
|
set valueLinesGlobalMaximumBrush(a: string);
|
|
152
152
|
private bc;
|
|
@@ -158,40 +158,43 @@ export declare class DashboardTileDescription extends Description {
|
|
|
158
158
|
private be;
|
|
159
159
|
get finalValueAnnotationsVisible(): boolean;
|
|
160
160
|
set finalValueAnnotationsVisible(a: boolean);
|
|
161
|
-
private
|
|
161
|
+
private bw;
|
|
162
162
|
get crosshairsDisplayMode(): string;
|
|
163
163
|
set crosshairsDisplayMode(a: string);
|
|
164
|
-
private
|
|
164
|
+
private cg;
|
|
165
165
|
get visualizationType(): string;
|
|
166
166
|
set visualizationType(a: string);
|
|
167
|
-
private
|
|
167
|
+
private bq;
|
|
168
168
|
get validVisualizationTypePriorityThreshold(): number;
|
|
169
169
|
set validVisualizationTypePriorityThreshold(a: number);
|
|
170
|
-
private
|
|
170
|
+
private bf;
|
|
171
|
+
get isUserAnnotationsEnabled(): boolean;
|
|
172
|
+
set isUserAnnotationsEnabled(a: boolean);
|
|
173
|
+
private bt;
|
|
171
174
|
get baseTheme(): string;
|
|
172
175
|
set baseTheme(a: string);
|
|
173
|
-
private
|
|
176
|
+
private by;
|
|
174
177
|
get density(): string;
|
|
175
178
|
set density(a: string);
|
|
176
|
-
private
|
|
179
|
+
private bs;
|
|
177
180
|
get backgroundColor(): string;
|
|
178
181
|
set backgroundColor(a: string);
|
|
179
|
-
private
|
|
182
|
+
private bv;
|
|
180
183
|
get changingContentRef(): string;
|
|
181
184
|
set changingContentRef(a: string);
|
|
182
|
-
private
|
|
185
|
+
private bz;
|
|
183
186
|
get filterStringErrorsParsingRef(): string;
|
|
184
187
|
set filterStringErrorsParsingRef(a: string);
|
|
185
|
-
private
|
|
188
|
+
private cb;
|
|
186
189
|
get userAnnotationInformationRequestedRef(): string;
|
|
187
190
|
set userAnnotationInformationRequestedRef(a: string);
|
|
188
|
-
private
|
|
191
|
+
private cc;
|
|
189
192
|
get userAnnotationToolTipContentUpdatingRef(): string;
|
|
190
193
|
set userAnnotationToolTipContentUpdatingRef(a: string);
|
|
191
|
-
private
|
|
194
|
+
private ch;
|
|
192
195
|
get width(): string;
|
|
193
196
|
set width(a: string);
|
|
194
|
-
private
|
|
197
|
+
private b1;
|
|
195
198
|
get height(): string;
|
|
196
199
|
set height(a: string);
|
|
197
200
|
}
|
|
@@ -8,103 +8,106 @@ export declare class DataChartDescription extends SeriesViewerDescription {
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private jw;
|
|
12
12
|
get isSquare(): boolean;
|
|
13
13
|
set isSquare(a: boolean);
|
|
14
|
-
private
|
|
14
|
+
private km;
|
|
15
15
|
get windowScaleHorizontal(): number;
|
|
16
16
|
set windowScaleHorizontal(a: number);
|
|
17
|
-
private
|
|
17
|
+
private kn;
|
|
18
18
|
get windowScaleVertical(): number;
|
|
19
19
|
set windowScaleVertical(a: number);
|
|
20
|
-
private
|
|
20
|
+
private ke;
|
|
21
21
|
get actualWindowScaleHorizontal(): number;
|
|
22
22
|
set actualWindowScaleHorizontal(a: number);
|
|
23
|
-
private
|
|
23
|
+
private kf;
|
|
24
24
|
get actualWindowScaleVertical(): number;
|
|
25
25
|
set actualWindowScaleVertical(a: number);
|
|
26
|
-
private
|
|
26
|
+
private jv;
|
|
27
27
|
get isHorizontalZoomEnabled(): boolean;
|
|
28
28
|
set isHorizontalZoomEnabled(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private jx;
|
|
30
30
|
get isVerticalZoomEnabled(): boolean;
|
|
31
31
|
set isVerticalZoomEnabled(a: boolean);
|
|
32
|
-
private
|
|
32
|
+
private k7;
|
|
33
33
|
get gridMode(): string;
|
|
34
34
|
set gridMode(a: string);
|
|
35
|
-
private
|
|
35
|
+
private ju;
|
|
36
36
|
get alignsGridLinesToPixels(): boolean;
|
|
37
37
|
set alignsGridLinesToPixels(a: boolean);
|
|
38
|
-
private
|
|
38
|
+
private kh;
|
|
39
39
|
get autoExpandMarginMaximumValue(): number;
|
|
40
40
|
set autoExpandMarginMaximumValue(a: number);
|
|
41
|
-
private
|
|
41
|
+
private kg;
|
|
42
42
|
get autoExpandMarginExtraPadding(): number;
|
|
43
43
|
set autoExpandMarginExtraPadding(a: number);
|
|
44
|
-
private
|
|
44
|
+
private j0;
|
|
45
45
|
get shouldSuppressAxisLabelTruncation(): boolean;
|
|
46
46
|
set shouldSuppressAxisLabelTruncation(a: boolean);
|
|
47
|
-
private
|
|
47
|
+
private jy;
|
|
48
48
|
get shouldAutoExpandMarginForInitialLabels(): boolean;
|
|
49
49
|
set shouldAutoExpandMarginForInitialLabels(a: boolean);
|
|
50
|
-
private
|
|
50
|
+
private jz;
|
|
51
51
|
get shouldConsiderAutoRotationForInitialLabels(): boolean;
|
|
52
52
|
set shouldConsiderAutoRotationForInitialLabels(a: boolean);
|
|
53
|
-
private
|
|
53
|
+
private j1;
|
|
54
54
|
get suppressAutoMarginAndAngleRecalculation(): boolean;
|
|
55
55
|
set suppressAutoMarginAndAngleRecalculation(a: boolean);
|
|
56
|
-
private
|
|
56
|
+
private k2;
|
|
57
57
|
get autoMarginAndAngleUpdateMode(): string;
|
|
58
58
|
set autoMarginAndAngleUpdateMode(a: string);
|
|
59
|
-
private
|
|
59
|
+
private k6;
|
|
60
60
|
get defaultAxisStroke(): string;
|
|
61
61
|
set defaultAxisStroke(a: string);
|
|
62
|
-
private
|
|
62
|
+
private k4;
|
|
63
63
|
get defaultAxisMajorStroke(): string;
|
|
64
64
|
set defaultAxisMajorStroke(a: string);
|
|
65
|
-
private
|
|
65
|
+
private k5;
|
|
66
66
|
get defaultAxisMinorStroke(): string;
|
|
67
67
|
set defaultAxisMinorStroke(a: string);
|
|
68
|
-
private
|
|
68
|
+
private jq;
|
|
69
69
|
get axes(): AxisDescription[];
|
|
70
70
|
set axes(a: AxisDescription[]);
|
|
71
|
-
private
|
|
71
|
+
private jr;
|
|
72
|
+
get fullAxes(): AxisDescription[];
|
|
73
|
+
set fullAxes(a: AxisDescription[]);
|
|
74
|
+
private kb;
|
|
72
75
|
get actualPlotAreaMarginLeft(): number;
|
|
73
76
|
set actualPlotAreaMarginLeft(a: number);
|
|
74
|
-
private
|
|
77
|
+
private kd;
|
|
75
78
|
get actualPlotAreaMarginTop(): number;
|
|
76
79
|
set actualPlotAreaMarginTop(a: number);
|
|
77
|
-
private
|
|
80
|
+
private kc;
|
|
78
81
|
get actualPlotAreaMarginRight(): number;
|
|
79
82
|
set actualPlotAreaMarginRight(a: number);
|
|
80
|
-
private
|
|
83
|
+
private ka;
|
|
81
84
|
get actualPlotAreaMarginBottom(): number;
|
|
82
85
|
set actualPlotAreaMarginBottom(a: number);
|
|
83
|
-
private
|
|
86
|
+
private k3;
|
|
84
87
|
get computedPlotAreaMarginMode(): string;
|
|
85
88
|
set computedPlotAreaMarginMode(a: string);
|
|
86
|
-
private
|
|
89
|
+
private k9;
|
|
87
90
|
get seriesPlotAreaMarginHorizontalMode(): string;
|
|
88
91
|
set seriesPlotAreaMarginHorizontalMode(a: string);
|
|
89
|
-
private
|
|
92
|
+
private la;
|
|
90
93
|
get seriesPlotAreaMarginVerticalMode(): string;
|
|
91
94
|
set seriesPlotAreaMarginVerticalMode(a: string);
|
|
92
|
-
private
|
|
95
|
+
private kj;
|
|
93
96
|
get plotAreaMarginLeft(): number;
|
|
94
97
|
set plotAreaMarginLeft(a: number);
|
|
95
|
-
private
|
|
98
|
+
private kl;
|
|
96
99
|
get plotAreaMarginTop(): number;
|
|
97
100
|
set plotAreaMarginTop(a: number);
|
|
98
|
-
private
|
|
101
|
+
private kk;
|
|
99
102
|
get plotAreaMarginRight(): number;
|
|
100
103
|
set plotAreaMarginRight(a: number);
|
|
101
|
-
private
|
|
104
|
+
private ki;
|
|
102
105
|
get plotAreaMarginBottom(): number;
|
|
103
106
|
set plotAreaMarginBottom(a: number);
|
|
104
|
-
private
|
|
107
|
+
private lb;
|
|
105
108
|
get width(): string;
|
|
106
109
|
set width(a: string);
|
|
107
|
-
private
|
|
110
|
+
private k8;
|
|
108
111
|
get height(): string;
|
|
109
112
|
set height(a: string);
|
|
110
113
|
}
|