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
package/lib/AxisDescription.d.ts
CHANGED
|
@@ -10,313 +10,313 @@ export declare abstract class AxisDescription extends Description {
|
|
|
10
10
|
protected get_type(): string;
|
|
11
11
|
get type(): string;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private dh;
|
|
14
14
|
get formatLabelRef(): string;
|
|
15
15
|
set formatLabelRef(a: string);
|
|
16
|
-
private
|
|
16
|
+
private d0;
|
|
17
17
|
get title(): string;
|
|
18
18
|
set title(a: string);
|
|
19
|
-
private
|
|
19
|
+
private dy;
|
|
20
20
|
get stroke(): string;
|
|
21
21
|
set stroke(a: string);
|
|
22
|
-
private
|
|
22
|
+
private cy;
|
|
23
23
|
get actualStroke(): string;
|
|
24
24
|
set actualStroke(a: string);
|
|
25
|
-
private
|
|
25
|
+
private bk;
|
|
26
26
|
get strokeThickness(): number;
|
|
27
27
|
set strokeThickness(a: number);
|
|
28
28
|
private o;
|
|
29
29
|
get strokeDashArray(): number[];
|
|
30
30
|
set strokeDashArray(a: number[]);
|
|
31
|
-
private
|
|
31
|
+
private dx;
|
|
32
32
|
get strip(): string;
|
|
33
33
|
set strip(a: string);
|
|
34
|
-
private
|
|
34
|
+
private dt;
|
|
35
35
|
get majorStroke(): string;
|
|
36
36
|
set majorStroke(a: string);
|
|
37
|
-
private
|
|
37
|
+
private cw;
|
|
38
38
|
get actualMajorStroke(): string;
|
|
39
39
|
set actualMajorStroke(a: string);
|
|
40
|
-
private
|
|
40
|
+
private bi;
|
|
41
41
|
get majorStrokeThickness(): number;
|
|
42
42
|
set majorStrokeThickness(a: number);
|
|
43
43
|
private m;
|
|
44
44
|
get majorStrokeDashArray(): number[];
|
|
45
45
|
set majorStrokeDashArray(a: number[]);
|
|
46
|
-
private
|
|
46
|
+
private du;
|
|
47
47
|
get minorStroke(): string;
|
|
48
48
|
set minorStroke(a: string);
|
|
49
|
-
private
|
|
49
|
+
private cx;
|
|
50
50
|
get actualMinorStroke(): string;
|
|
51
51
|
set actualMinorStroke(a: string);
|
|
52
|
-
private
|
|
52
|
+
private bj;
|
|
53
53
|
get minorStrokeThickness(): number;
|
|
54
54
|
set minorStrokeThickness(a: number);
|
|
55
55
|
private n;
|
|
56
56
|
get minorStrokeDashArray(): number[];
|
|
57
57
|
set minorStrokeDashArray(a: number[]);
|
|
58
|
-
private
|
|
58
|
+
private dz;
|
|
59
59
|
get tickStroke(): string;
|
|
60
60
|
set tickStroke(a: string);
|
|
61
|
-
private
|
|
61
|
+
private bm;
|
|
62
62
|
get tickStrokeThickness(): number;
|
|
63
63
|
set tickStrokeThickness(a: number);
|
|
64
64
|
private p;
|
|
65
65
|
get tickStrokeDashArray(): number[];
|
|
66
66
|
set tickStrokeDashArray(a: number[]);
|
|
67
|
-
private
|
|
67
|
+
private bl;
|
|
68
68
|
get tickLength(): number;
|
|
69
69
|
set tickLength(a: number);
|
|
70
|
-
private
|
|
70
|
+
private ac;
|
|
71
71
|
get isDisabled(): boolean;
|
|
72
72
|
set isDisabled(a: boolean);
|
|
73
|
-
private
|
|
73
|
+
private ad;
|
|
74
74
|
get isInverted(): boolean;
|
|
75
75
|
set isInverted(a: boolean);
|
|
76
|
-
private
|
|
76
|
+
private ag;
|
|
77
77
|
get shouldAvoidAnnotationCollisions(): boolean;
|
|
78
78
|
set shouldAvoidAnnotationCollisions(a: boolean);
|
|
79
|
-
private
|
|
79
|
+
private ah;
|
|
80
80
|
get shouldKeepAnnotationsInView(): boolean;
|
|
81
81
|
set shouldKeepAnnotationsInView(a: boolean);
|
|
82
|
-
private
|
|
82
|
+
private ak;
|
|
83
83
|
get usePerLabelHeightMeasurement(): boolean;
|
|
84
84
|
set usePerLabelHeightMeasurement(a: boolean);
|
|
85
|
-
private
|
|
85
|
+
private aj;
|
|
86
86
|
get useEnhancedIntervalManagement(): boolean;
|
|
87
87
|
set useEnhancedIntervalManagement(a: boolean);
|
|
88
|
-
private
|
|
88
|
+
private cs;
|
|
89
89
|
get enhancedIntervalMinimumCharacters(): number;
|
|
90
90
|
set enhancedIntervalMinimumCharacters(a: number);
|
|
91
|
-
private
|
|
91
|
+
private z;
|
|
92
92
|
get enhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
93
93
|
set enhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
94
|
-
private
|
|
94
|
+
private dq;
|
|
95
95
|
get labelTextColor(): string;
|
|
96
96
|
set labelTextColor(a: string);
|
|
97
|
-
private
|
|
97
|
+
private dp;
|
|
98
98
|
get labelLocation(): string;
|
|
99
99
|
set labelLocation(a: string);
|
|
100
|
-
private
|
|
100
|
+
private ae;
|
|
101
101
|
get labelShowFirstLabel(): boolean;
|
|
102
102
|
set labelShowFirstLabel(a: boolean);
|
|
103
|
-
private
|
|
103
|
+
private a9;
|
|
104
104
|
get labelAngle(): number;
|
|
105
105
|
set labelAngle(a: number);
|
|
106
|
-
private
|
|
106
|
+
private bb;
|
|
107
107
|
get labelExtent(): number;
|
|
108
108
|
set labelExtent(a: number);
|
|
109
|
-
private
|
|
109
|
+
private be;
|
|
110
110
|
get labelMaximumExtent(): number;
|
|
111
111
|
set labelMaximumExtent(a: number);
|
|
112
|
-
private
|
|
112
|
+
private bf;
|
|
113
113
|
get labelMaximumExtentPercentage(): number;
|
|
114
114
|
set labelMaximumExtentPercentage(a: number);
|
|
115
|
-
private
|
|
115
|
+
private bd;
|
|
116
116
|
get labelLeftMargin(): number;
|
|
117
117
|
set labelLeftMargin(a: number);
|
|
118
|
-
private
|
|
118
|
+
private bg;
|
|
119
119
|
get labelRightMargin(): number;
|
|
120
120
|
set labelRightMargin(a: number);
|
|
121
|
-
private
|
|
121
|
+
private bh;
|
|
122
122
|
get labelTopMargin(): number;
|
|
123
123
|
set labelTopMargin(a: number);
|
|
124
|
-
private
|
|
124
|
+
private ba;
|
|
125
125
|
get labelBottomMargin(): number;
|
|
126
126
|
set labelBottomMargin(a: number);
|
|
127
|
-
private
|
|
127
|
+
private dn;
|
|
128
128
|
get labelHorizontalAlignment(): string;
|
|
129
129
|
set labelHorizontalAlignment(a: string);
|
|
130
|
-
private
|
|
130
|
+
private dr;
|
|
131
131
|
get labelVerticalAlignment(): string;
|
|
132
132
|
set labelVerticalAlignment(a: string);
|
|
133
|
-
private
|
|
133
|
+
private dg;
|
|
134
134
|
get crossingAxisRef(): string;
|
|
135
135
|
set crossingAxisRef(a: string);
|
|
136
|
-
private
|
|
136
|
+
private cu;
|
|
137
137
|
get crossingValue(): any;
|
|
138
138
|
set crossingValue(a: any);
|
|
139
|
-
private
|
|
139
|
+
private d6;
|
|
140
140
|
get titlePosition(): string;
|
|
141
141
|
set titlePosition(a: string);
|
|
142
|
-
private
|
|
142
|
+
private d7;
|
|
143
143
|
get titleTextColor(): string;
|
|
144
144
|
set titleTextColor(a: string);
|
|
145
|
-
private
|
|
145
|
+
private d5;
|
|
146
146
|
get titleLocation(): string;
|
|
147
147
|
set titleLocation(a: string);
|
|
148
|
-
private
|
|
148
|
+
private ai;
|
|
149
149
|
get titleShowFirstLabel(): boolean;
|
|
150
150
|
set titleShowFirstLabel(a: boolean);
|
|
151
|
-
private
|
|
151
|
+
private bn;
|
|
152
152
|
get titleAngle(): number;
|
|
153
153
|
set titleAngle(a: number);
|
|
154
|
-
private
|
|
154
|
+
private bp;
|
|
155
155
|
get titleExtent(): number;
|
|
156
156
|
set titleExtent(a: number);
|
|
157
|
-
private
|
|
157
|
+
private bs;
|
|
158
158
|
get titleMaximumExtent(): number;
|
|
159
159
|
set titleMaximumExtent(a: number);
|
|
160
|
-
private
|
|
160
|
+
private bt;
|
|
161
161
|
get titleMaximumExtentPercentage(): number;
|
|
162
162
|
set titleMaximumExtentPercentage(a: number);
|
|
163
|
-
private
|
|
163
|
+
private br;
|
|
164
164
|
get titleLeftMargin(): number;
|
|
165
165
|
set titleLeftMargin(a: number);
|
|
166
|
-
private
|
|
166
|
+
private bu;
|
|
167
167
|
get titleRightMargin(): number;
|
|
168
168
|
set titleRightMargin(a: number);
|
|
169
|
-
private
|
|
169
|
+
private bv;
|
|
170
170
|
get titleTopMargin(): number;
|
|
171
171
|
set titleTopMargin(a: number);
|
|
172
|
-
private
|
|
172
|
+
private bo;
|
|
173
173
|
get titleBottomMargin(): number;
|
|
174
174
|
set titleBottomMargin(a: number);
|
|
175
|
-
private
|
|
175
|
+
private d4;
|
|
176
176
|
get titleHorizontalAlignment(): string;
|
|
177
177
|
set titleHorizontalAlignment(a: string);
|
|
178
|
-
private
|
|
178
|
+
private d8;
|
|
179
179
|
get titleVerticalAlignment(): string;
|
|
180
180
|
set titleVerticalAlignment(a: string);
|
|
181
|
-
private
|
|
181
|
+
private af;
|
|
182
182
|
get shouldAutoTruncateAnnotations(): boolean;
|
|
183
183
|
set shouldAutoTruncateAnnotations(a: boolean);
|
|
184
184
|
private k;
|
|
185
185
|
get annotations(): AxisAnnotationDescription[];
|
|
186
186
|
set annotations(a: AxisAnnotationDescription[]);
|
|
187
|
-
private
|
|
187
|
+
private cz;
|
|
188
188
|
get coercionMethodsRef(): string;
|
|
189
189
|
set coercionMethodsRef(a: string);
|
|
190
|
-
private
|
|
190
|
+
private aa;
|
|
191
191
|
get expectFunctions(): boolean;
|
|
192
192
|
set expectFunctions(a: boolean);
|
|
193
|
-
private
|
|
193
|
+
private dm;
|
|
194
194
|
get labelFormat(): string;
|
|
195
195
|
set labelFormat(a: string);
|
|
196
196
|
private l;
|
|
197
197
|
get labelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
198
198
|
set labelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
199
|
-
private
|
|
199
|
+
private ab;
|
|
200
200
|
get isCompanionAxis(): boolean;
|
|
201
201
|
set isCompanionAxis(a: boolean);
|
|
202
202
|
private w;
|
|
203
203
|
get companionAxisEnabled(): boolean;
|
|
204
204
|
set companionAxisEnabled(a: boolean);
|
|
205
|
-
private
|
|
205
|
+
private x;
|
|
206
206
|
get companionAxisLabelOpposite(): boolean;
|
|
207
207
|
set companionAxisLabelOpposite(a: boolean);
|
|
208
|
-
private
|
|
209
|
-
get companionAxisIsInverted():
|
|
210
|
-
set companionAxisIsInverted(a:
|
|
211
|
-
private
|
|
208
|
+
private c1;
|
|
209
|
+
get companionAxisIsInverted(): string;
|
|
210
|
+
set companionAxisIsInverted(a: string);
|
|
211
|
+
private c0;
|
|
212
212
|
get companionAxisCrossingAxisRef(): string;
|
|
213
213
|
set companionAxisCrossingAxisRef(a: string);
|
|
214
|
-
private
|
|
214
|
+
private a0;
|
|
215
215
|
get companionAxisCrossingValue(): number;
|
|
216
216
|
set companionAxisCrossingValue(a: number);
|
|
217
|
-
private
|
|
218
|
-
get companionAxisLabelVisible():
|
|
219
|
-
set companionAxisLabelVisible(a:
|
|
220
|
-
private
|
|
217
|
+
private c6;
|
|
218
|
+
get companionAxisLabelVisible(): string;
|
|
219
|
+
set companionAxisLabelVisible(a: string);
|
|
220
|
+
private a1;
|
|
221
221
|
get companionAxisLabelAngle(): number;
|
|
222
222
|
set companionAxisLabelAngle(a: number);
|
|
223
|
-
private
|
|
223
|
+
private a2;
|
|
224
224
|
get companionAxisLabelExtent(): number;
|
|
225
225
|
set companionAxisLabelExtent(a: number);
|
|
226
|
-
private
|
|
226
|
+
private c4;
|
|
227
227
|
get companionAxisLabelLocation(): string;
|
|
228
228
|
set companionAxisLabelLocation(a: string);
|
|
229
|
-
private
|
|
229
|
+
private c5;
|
|
230
230
|
get companionAxisLabelVerticalAlignment(): string;
|
|
231
231
|
set companionAxisLabelVerticalAlignment(a: string);
|
|
232
|
-
private
|
|
232
|
+
private c3;
|
|
233
233
|
get companionAxisLabelHorizontalAlignment(): string;
|
|
234
234
|
set companionAxisLabelHorizontalAlignment(a: string);
|
|
235
|
-
private
|
|
235
|
+
private c2;
|
|
236
236
|
get companionAxisLabelColor(): string;
|
|
237
237
|
set companionAxisLabelColor(a: string);
|
|
238
|
-
private
|
|
238
|
+
private y;
|
|
239
239
|
get companionAxisSyncronizedWithPrimaryAxis(): boolean;
|
|
240
240
|
set companionAxisSyncronizedWithPrimaryAxis(a: boolean);
|
|
241
|
-
private
|
|
241
|
+
private dc;
|
|
242
242
|
get companionAxisStrip(): string;
|
|
243
243
|
set companionAxisStrip(a: string);
|
|
244
|
-
private
|
|
244
|
+
private dd;
|
|
245
245
|
get companionAxisStroke(): string;
|
|
246
246
|
set companionAxisStroke(a: string);
|
|
247
|
-
private
|
|
247
|
+
private a4;
|
|
248
248
|
get companionAxisMinExtent(): number;
|
|
249
249
|
set companionAxisMinExtent(a: number);
|
|
250
|
-
private
|
|
250
|
+
private a6;
|
|
251
251
|
get companionAxisStrokeThickness(): number;
|
|
252
252
|
set companionAxisStrokeThickness(a: number);
|
|
253
|
-
private
|
|
253
|
+
private c7;
|
|
254
254
|
get companionAxisMajorStroke(): string;
|
|
255
255
|
set companionAxisMajorStroke(a: string);
|
|
256
|
-
private
|
|
256
|
+
private a3;
|
|
257
257
|
get companionAxisMajorStrokeThickness(): number;
|
|
258
258
|
set companionAxisMajorStrokeThickness(a: number);
|
|
259
|
-
private
|
|
259
|
+
private c8;
|
|
260
260
|
get companionAxisMinorStroke(): string;
|
|
261
261
|
set companionAxisMinorStroke(a: string);
|
|
262
|
-
private
|
|
262
|
+
private a5;
|
|
263
263
|
get companionAxisMinorStrokeThickness(): number;
|
|
264
264
|
set companionAxisMinorStrokeThickness(a: number);
|
|
265
|
-
private
|
|
265
|
+
private de;
|
|
266
266
|
get companionAxisTickStroke(): string;
|
|
267
267
|
set companionAxisTickStroke(a: string);
|
|
268
|
-
private
|
|
268
|
+
private a7;
|
|
269
269
|
get companionAxisTickLength(): number;
|
|
270
270
|
set companionAxisTickLength(a: number);
|
|
271
|
-
private
|
|
271
|
+
private a8;
|
|
272
272
|
get companionAxisTickStrokeThickness(): number;
|
|
273
273
|
set companionAxisTickStrokeThickness(a: number);
|
|
274
|
-
private
|
|
274
|
+
private df;
|
|
275
275
|
get companionAxisTitle(): string;
|
|
276
276
|
set companionAxisTitle(a: string);
|
|
277
|
-
private
|
|
278
|
-
get companionAxisShouldAvoidAnnotationCollisions():
|
|
279
|
-
set companionAxisShouldAvoidAnnotationCollisions(a:
|
|
280
|
-
private
|
|
281
|
-
get companionAxisShouldAutoTruncateAnnotations():
|
|
282
|
-
set companionAxisShouldAutoTruncateAnnotations(a:
|
|
283
|
-
private
|
|
284
|
-
get companionAxisShouldKeepAnnotationsInView():
|
|
285
|
-
set companionAxisShouldKeepAnnotationsInView(a:
|
|
286
|
-
private
|
|
277
|
+
private da;
|
|
278
|
+
get companionAxisShouldAvoidAnnotationCollisions(): string;
|
|
279
|
+
set companionAxisShouldAvoidAnnotationCollisions(a: string);
|
|
280
|
+
private c9;
|
|
281
|
+
get companionAxisShouldAutoTruncateAnnotations(): string;
|
|
282
|
+
set companionAxisShouldAutoTruncateAnnotations(a: string);
|
|
283
|
+
private db;
|
|
284
|
+
get companionAxisShouldKeepAnnotationsInView(): string;
|
|
285
|
+
set companionAxisShouldKeepAnnotationsInView(a: string);
|
|
286
|
+
private dv;
|
|
287
287
|
get rangeChangedRef(): string;
|
|
288
288
|
set rangeChangedRef(a: string);
|
|
289
|
-
private
|
|
289
|
+
private dw;
|
|
290
290
|
get renderRequestedRef(): string;
|
|
291
291
|
set renderRequestedRef(a: string);
|
|
292
|
-
private
|
|
292
|
+
private di;
|
|
293
293
|
get label(): string;
|
|
294
294
|
set label(a: string);
|
|
295
|
-
private
|
|
295
|
+
private dj;
|
|
296
296
|
get labelFontFamily(): string;
|
|
297
297
|
set labelFontFamily(a: string);
|
|
298
|
-
private
|
|
298
|
+
private bc;
|
|
299
299
|
get labelFontSize(): number;
|
|
300
300
|
set labelFontSize(a: number);
|
|
301
|
-
private
|
|
301
|
+
private dl;
|
|
302
302
|
get labelFontWeight(): string;
|
|
303
303
|
set labelFontWeight(a: string);
|
|
304
|
-
private
|
|
304
|
+
private dk;
|
|
305
305
|
get labelFontStyle(): string;
|
|
306
306
|
set labelFontStyle(a: string);
|
|
307
|
-
private
|
|
307
|
+
private d1;
|
|
308
308
|
get titleFontFamily(): string;
|
|
309
309
|
set titleFontFamily(a: string);
|
|
310
|
-
private
|
|
310
|
+
private bq;
|
|
311
311
|
get titleFontSize(): number;
|
|
312
312
|
set titleFontSize(a: number);
|
|
313
|
-
private
|
|
313
|
+
private d3;
|
|
314
314
|
get titleFontWeight(): string;
|
|
315
315
|
set titleFontWeight(a: string);
|
|
316
|
-
private
|
|
316
|
+
private d2;
|
|
317
317
|
get titleFontStyle(): string;
|
|
318
318
|
set titleFontStyle(a: string);
|
|
319
|
-
private
|
|
319
|
+
private ds;
|
|
320
320
|
get labelVisibility(): string;
|
|
321
321
|
set labelVisibility(a: string);
|
|
322
322
|
}
|
|
@@ -9,25 +9,28 @@ export declare class AxisMouseEventArgsDescription extends Description {
|
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
get type(): string;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private u;
|
|
13
13
|
get axisRef(): string;
|
|
14
14
|
set axisRef(a: string);
|
|
15
|
-
private
|
|
15
|
+
private s;
|
|
16
16
|
get axisValue(): number;
|
|
17
17
|
set axisValue(a: number);
|
|
18
|
-
private
|
|
18
|
+
private q;
|
|
19
19
|
get axisDateValue(): Date;
|
|
20
20
|
set axisDateValue(a: Date);
|
|
21
21
|
private k;
|
|
22
|
-
get
|
|
23
|
-
set
|
|
22
|
+
get chartPosition(): PointDescription;
|
|
23
|
+
set chartPosition(a: PointDescription);
|
|
24
24
|
private l;
|
|
25
|
-
get
|
|
26
|
-
set
|
|
27
|
-
private
|
|
25
|
+
get plotAreaPosition(): PointDescription;
|
|
26
|
+
set plotAreaPosition(a: PointDescription);
|
|
27
|
+
private m;
|
|
28
|
+
get worldPosition(): PointDescription;
|
|
29
|
+
set worldPosition(a: PointDescription);
|
|
30
|
+
private v;
|
|
28
31
|
get label(): string;
|
|
29
32
|
set label(a: string);
|
|
30
|
-
private
|
|
33
|
+
private w;
|
|
31
34
|
get labelContextRef(): string;
|
|
32
35
|
set labelContextRef(a: string);
|
|
33
36
|
}
|
|
@@ -9,109 +9,110 @@ import { List$1 } from "./List$1";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare abstract class BaseDOMEventProxy extends EventProxy {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
protected
|
|
12
|
+
protected b5: DomWrapper;
|
|
13
|
+
constructor();
|
|
13
14
|
d(): EventProxy;
|
|
14
|
-
static get
|
|
15
|
-
|
|
16
|
-
protected
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
protected
|
|
20
|
-
protected
|
|
21
|
-
private
|
|
22
|
-
static bt: boolean;
|
|
15
|
+
static get bz(): boolean;
|
|
16
|
+
bw: boolean;
|
|
17
|
+
protected by: boolean;
|
|
18
|
+
bl(a: DomWrapper): Rect;
|
|
19
|
+
bs(e_: NormalizedEvent): boolean;
|
|
20
|
+
protected b4: DomRenderer;
|
|
21
|
+
protected cv(a: NormalizedEvent): void;
|
|
22
|
+
private br;
|
|
23
23
|
static bu: boolean;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected static
|
|
28
|
-
protected co(): void;
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
static
|
|
24
|
+
static bv: boolean;
|
|
25
|
+
private bp;
|
|
26
|
+
protected cr(): void;
|
|
27
|
+
protected static cu(source_: any): void;
|
|
28
|
+
protected static co(source_: any): void;
|
|
29
|
+
protected cp(): void;
|
|
30
|
+
protected ax(): void;
|
|
31
|
+
static cd: number;
|
|
32
|
+
static ca: number;
|
|
33
|
+
protected cc(): number;
|
|
32
34
|
protected cb(): number;
|
|
33
|
-
|
|
34
|
-
static
|
|
35
|
-
static c4(a: DomWrapper): Rect;
|
|
36
|
-
private b1;
|
|
35
|
+
static ct(e_: NormalizedEvent): void;
|
|
36
|
+
static c5(a: DomWrapper): Rect;
|
|
37
37
|
private b2;
|
|
38
|
-
private
|
|
38
|
+
private b3;
|
|
39
39
|
private b0;
|
|
40
|
-
private
|
|
40
|
+
private b1;
|
|
41
|
+
private b6;
|
|
42
|
+
protected c4: Point;
|
|
41
43
|
protected c3: Point;
|
|
42
|
-
protected
|
|
43
|
-
protected
|
|
44
|
-
protected
|
|
45
|
-
protected
|
|
46
|
-
protected
|
|
47
|
-
protected
|
|
48
|
-
|
|
44
|
+
protected get b9(): number;
|
|
45
|
+
protected set b9(a: number);
|
|
46
|
+
protected cy(a: NormalizedEvent): void;
|
|
47
|
+
protected cz(e_: NormalizedEvent): void;
|
|
48
|
+
protected cn(e_: NormalizedEvent): void;
|
|
49
|
+
protected cl(e_: NormalizedEvent): void;
|
|
50
|
+
private bo;
|
|
51
|
+
private b7;
|
|
52
|
+
protected cs(): void;
|
|
53
|
+
protected ce(): void;
|
|
54
|
+
protected cq(): void;
|
|
55
|
+
protected bt: boolean;
|
|
56
|
+
private bq;
|
|
57
|
+
protected get bx(): boolean;
|
|
58
|
+
protected set bx(a: boolean);
|
|
59
|
+
protected cj(a: NormalizedEvent): void;
|
|
60
|
+
protected ck(a: NormalizedEvent): void;
|
|
61
|
+
protected cw(a: NormalizedEvent): void;
|
|
49
62
|
private bn;
|
|
50
|
-
private b6;
|
|
51
|
-
protected cr(): void;
|
|
52
|
-
protected cd(): void;
|
|
53
|
-
protected cp(): void;
|
|
54
|
-
protected bs: boolean;
|
|
55
|
-
private bp;
|
|
56
|
-
protected get bw(): boolean;
|
|
57
|
-
protected set bw(a: boolean);
|
|
58
63
|
protected ci(a: NormalizedEvent): void;
|
|
59
|
-
protected
|
|
60
|
-
protected
|
|
61
|
-
|
|
64
|
+
protected c0(a: NormalizedEvent): void;
|
|
65
|
+
protected cm(a: NormalizedEvent): void;
|
|
66
|
+
protected cf(a: NormalizedEvent): void;
|
|
62
67
|
protected ch(a: NormalizedEvent): void;
|
|
63
|
-
protected
|
|
64
|
-
|
|
65
|
-
protected
|
|
66
|
-
protected
|
|
67
|
-
|
|
68
|
-
static c0(a: NormalizedEvent): Key;
|
|
69
|
-
protected cf(a: NormalizedEvent, b: boolean): void;
|
|
70
|
-
protected cw(a: NormalizedEvent): void;
|
|
71
|
-
bj(): Point;
|
|
68
|
+
protected c2(a: NormalizedEvent): Key;
|
|
69
|
+
static c1(a: NormalizedEvent): Key;
|
|
70
|
+
protected cg(a: NormalizedEvent, b: boolean): void;
|
|
71
|
+
protected cx(a: NormalizedEvent): void;
|
|
72
|
+
bk(): Point;
|
|
72
73
|
}
|
|
73
74
|
/**
|
|
74
75
|
* @hidden
|
|
75
76
|
*/
|
|
76
77
|
export declare class DOMEventProxy extends BaseDOMEventProxy {
|
|
77
78
|
static $t: Type;
|
|
78
|
-
private static
|
|
79
|
-
private
|
|
80
|
-
private
|
|
81
|
-
private
|
|
82
|
-
|
|
79
|
+
private static de;
|
|
80
|
+
private df;
|
|
81
|
+
private dh;
|
|
82
|
+
private c7;
|
|
83
|
+
dg: any;
|
|
83
84
|
constructor(a: DomWrapper, b: DomRenderer, c: boolean);
|
|
84
|
-
private
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
private
|
|
88
|
-
private dl;
|
|
85
|
+
private c9;
|
|
86
|
+
di(a: any, b: string, c: List$1<() => void>): void;
|
|
87
|
+
au(a: any, b: string): void;
|
|
88
|
+
private ds;
|
|
89
89
|
private dm;
|
|
90
90
|
private dn;
|
|
91
91
|
private dp;
|
|
92
92
|
private dq;
|
|
93
|
-
private
|
|
94
|
-
private
|
|
93
|
+
private dr;
|
|
94
|
+
private dl;
|
|
95
95
|
private dj;
|
|
96
|
-
private
|
|
97
|
-
private du;
|
|
98
|
-
private dc;
|
|
96
|
+
private dk;
|
|
99
97
|
private d4;
|
|
100
|
-
private
|
|
98
|
+
private dv;
|
|
99
|
+
private dd;
|
|
100
|
+
private d5;
|
|
101
101
|
private db;
|
|
102
|
-
private
|
|
103
|
-
private
|
|
104
|
-
private dw;
|
|
102
|
+
private dc;
|
|
103
|
+
private da;
|
|
105
104
|
private d0;
|
|
106
|
-
dx
|
|
107
|
-
private c5;
|
|
108
|
-
private d2;
|
|
109
|
-
private dt;
|
|
110
|
-
private c7;
|
|
111
|
-
private ds;
|
|
112
|
-
private dy;
|
|
105
|
+
private dx;
|
|
113
106
|
private d1;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
107
|
+
dy(): void;
|
|
108
|
+
private c6;
|
|
109
|
+
private d3;
|
|
110
|
+
private du;
|
|
111
|
+
private c8;
|
|
112
|
+
private dt;
|
|
113
|
+
private dz;
|
|
114
|
+
private d2;
|
|
115
|
+
private dw;
|
|
116
|
+
bi(a: any, b: string): void;
|
|
117
|
+
aw(): void;
|
|
117
118
|
}
|