igniteui-angular-core 16.1.0-beta.3 → 16.1.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 +1154 -1132
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +116 -116
- package/esm2015/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm2015/lib/DomainChartDescription.js +654 -646
- package/esm2015/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +166 -166
- package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm2015/lib/XYChartDescription.js +203 -203
- package/esm2015/lib/componentUtil.js +2 -1
- package/esm5/lib/CategoryChartDescription.js +116 -116
- package/esm5/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm5/lib/DomainChartDescription.js +658 -646
- package/esm5/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +166 -166
- package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm5/lib/XYChartDescription.js +203 -203
- package/esm5/lib/componentUtil.js +2 -1
- package/fesm2015/igniteui-angular-core.js +1150 -1132
- package/fesm5/igniteui-angular-core.js +1154 -1132
- package/lib/CategoryChartDescription.d.ts +43 -43
- package/lib/DomainChartDescription.d.ts +244 -241
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
|
@@ -5,135 +5,135 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class CategoryChartDescription extends XYChartDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private u8;
|
|
9
9
|
get tooltipTemplateRef(): string;
|
|
10
10
|
set tooltipTemplateRef(a: string);
|
|
11
|
-
private
|
|
11
|
+
private vc;
|
|
12
12
|
get width(): string;
|
|
13
13
|
set width(a: string);
|
|
14
|
-
private
|
|
14
|
+
private u6;
|
|
15
15
|
get height(): string;
|
|
16
16
|
set height(a: string);
|
|
17
|
-
private
|
|
17
|
+
private u4;
|
|
18
18
|
get background(): string;
|
|
19
19
|
set background(a: string);
|
|
20
20
|
protected get_type(): string;
|
|
21
21
|
constructor();
|
|
22
|
-
private
|
|
22
|
+
private uz;
|
|
23
23
|
get transitionInDuration(): number;
|
|
24
24
|
set transitionInDuration(a: number);
|
|
25
|
-
private
|
|
25
|
+
private u9;
|
|
26
26
|
get transitionInEasingFunctionRef(): string;
|
|
27
27
|
set transitionInEasingFunctionRef(a: string);
|
|
28
|
-
private
|
|
28
|
+
private u5;
|
|
29
29
|
get chartType(): string;
|
|
30
30
|
set chartType(a: string);
|
|
31
|
-
private
|
|
31
|
+
private u7;
|
|
32
32
|
get markerCollisionAvoidance(): string;
|
|
33
33
|
set markerCollisionAvoidance(a: string);
|
|
34
|
-
private
|
|
34
|
+
private th;
|
|
35
35
|
get isSplineShapePartOfRange(): boolean;
|
|
36
36
|
set isSplineShapePartOfRange(a: boolean);
|
|
37
|
-
private
|
|
37
|
+
private ti;
|
|
38
38
|
get isTransitionInEnabled(): boolean;
|
|
39
39
|
set isTransitionInEnabled(a: boolean);
|
|
40
|
-
private
|
|
40
|
+
private va;
|
|
41
41
|
get transitionInMode(): string;
|
|
42
42
|
set transitionInMode(a: string);
|
|
43
|
-
private
|
|
43
|
+
private vb;
|
|
44
44
|
get transitionInSpeedType(): string;
|
|
45
45
|
set transitionInSpeedType(a: string);
|
|
46
|
-
private
|
|
46
|
+
private t4;
|
|
47
47
|
get xAxisInterval(): number;
|
|
48
48
|
set xAxisInterval(a: number);
|
|
49
|
-
private
|
|
49
|
+
private t7;
|
|
50
50
|
get xAxisMinorInterval(): number;
|
|
51
51
|
set xAxisMinorInterval(a: number);
|
|
52
|
-
private
|
|
52
|
+
private t3;
|
|
53
53
|
get xAxisGap(): number;
|
|
54
54
|
set xAxisGap(a: number);
|
|
55
|
-
private
|
|
55
|
+
private t6;
|
|
56
56
|
get xAxisMinimumGapSize(): number;
|
|
57
57
|
set xAxisMinimumGapSize(a: number);
|
|
58
|
-
private
|
|
58
|
+
private t5;
|
|
59
59
|
get xAxisMaximumGap(): number;
|
|
60
60
|
set xAxisMaximumGap(a: number);
|
|
61
|
-
private
|
|
61
|
+
private t8;
|
|
62
62
|
get xAxisOverlap(): number;
|
|
63
63
|
set xAxisOverlap(a: number);
|
|
64
|
-
private
|
|
64
|
+
private ue;
|
|
65
65
|
get yAxisInterval(): number;
|
|
66
66
|
set yAxisInterval(a: number);
|
|
67
|
-
private
|
|
67
|
+
private u3;
|
|
68
68
|
get autoMarginAndAngleUpdateMode(): string;
|
|
69
69
|
set autoMarginAndAngleUpdateMode(a: string);
|
|
70
|
-
private
|
|
70
|
+
private tj;
|
|
71
71
|
get shouldAutoExpandMarginForInitialLabels(): boolean;
|
|
72
72
|
set shouldAutoExpandMarginForInitialLabels(a: boolean);
|
|
73
|
-
private
|
|
73
|
+
private tk;
|
|
74
74
|
get shouldConsiderAutoRotationForInitialLabels(): boolean;
|
|
75
75
|
set shouldConsiderAutoRotationForInitialLabels(a: boolean);
|
|
76
|
-
private
|
|
76
|
+
private t1;
|
|
77
77
|
get autoExpandMarginExtraPadding(): number;
|
|
78
78
|
set autoExpandMarginExtraPadding(a: number);
|
|
79
|
-
private
|
|
79
|
+
private t2;
|
|
80
80
|
get autoExpandMarginMaximumValue(): number;
|
|
81
81
|
set autoExpandMarginMaximumValue(a: number);
|
|
82
|
-
private
|
|
82
|
+
private to;
|
|
83
83
|
get yAxisFavorLabellingScaleEnd(): boolean;
|
|
84
84
|
set yAxisFavorLabellingScaleEnd(a: boolean);
|
|
85
|
-
private
|
|
85
|
+
private tl;
|
|
86
86
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
87
87
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
88
|
-
private
|
|
88
|
+
private tn;
|
|
89
89
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
90
90
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
91
|
-
private
|
|
91
|
+
private vd;
|
|
92
92
|
get yAxisAutoRangeBufferMode(): string;
|
|
93
93
|
set yAxisAutoRangeBufferMode(a: string);
|
|
94
|
-
private
|
|
94
|
+
private tp;
|
|
95
95
|
get yAxisIsLogarithmic(): boolean;
|
|
96
96
|
set yAxisIsLogarithmic(a: boolean);
|
|
97
|
-
private
|
|
97
|
+
private u0;
|
|
98
98
|
get yAxisLogarithmBase(): number;
|
|
99
99
|
set yAxisLogarithmBase(a: number);
|
|
100
|
-
private
|
|
100
|
+
private ug;
|
|
101
101
|
get yAxisMinimumValue(): number;
|
|
102
102
|
set yAxisMinimumValue(a: number);
|
|
103
|
-
private
|
|
103
|
+
private uf;
|
|
104
104
|
get yAxisMaximumValue(): number;
|
|
105
105
|
set yAxisMaximumValue(a: number);
|
|
106
|
-
private
|
|
106
|
+
private uh;
|
|
107
107
|
get yAxisMinorInterval(): number;
|
|
108
108
|
set yAxisMinorInterval(a: number);
|
|
109
|
-
private
|
|
109
|
+
private tb;
|
|
110
110
|
get negativeBrushes(): string[];
|
|
111
111
|
set negativeBrushes(a: string[]);
|
|
112
|
-
private
|
|
112
|
+
private tc;
|
|
113
113
|
get negativeOutlines(): string[];
|
|
114
114
|
set negativeOutlines(a: string[]);
|
|
115
|
-
private
|
|
115
|
+
private tm;
|
|
116
116
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
117
117
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
118
|
-
private
|
|
118
|
+
private t9;
|
|
119
119
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
120
120
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
121
|
-
private
|
|
121
|
+
private ua;
|
|
122
122
|
get xAxisZoomMaximumItemSpan(): number;
|
|
123
123
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
124
|
-
private
|
|
124
|
+
private ub;
|
|
125
125
|
get xAxisZoomToCategoryRange(): number;
|
|
126
126
|
set xAxisZoomToCategoryRange(a: number);
|
|
127
|
-
private
|
|
127
|
+
private uc;
|
|
128
128
|
get xAxisZoomToCategoryStart(): number;
|
|
129
129
|
set xAxisZoomToCategoryStart(a: number);
|
|
130
|
-
private
|
|
130
|
+
private ud;
|
|
131
131
|
get xAxisZoomToItemSpan(): number;
|
|
132
132
|
set xAxisZoomToItemSpan(a: number);
|
|
133
|
-
private
|
|
133
|
+
private tf;
|
|
134
134
|
get isCategoryHighlightingEnabled(): boolean;
|
|
135
135
|
set isCategoryHighlightingEnabled(a: boolean);
|
|
136
|
-
private
|
|
136
|
+
private tg;
|
|
137
137
|
get isItemHighlightingEnabled(): boolean;
|
|
138
138
|
set isItemHighlightingEnabled(a: boolean);
|
|
139
139
|
}
|