igniteui-angular-core 18.1.0 → 18.1.1
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 +1669 -1419
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +131 -131
- package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
- package/esm2015/lib/ComponentRenderer_combined.js +8 -0
- package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
- package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
- package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DomainChartDescription.js +129 -81
- package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
- package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
- package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +179 -179
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/RadialBaseChartDescription.js +216 -216
- package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
- package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
- package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebIconMetaDescription.js +8 -6
- package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
- package/esm2015/lib/XYChartDescription.js +216 -216
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CategoryChartDescription.js +131 -131
- package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
- package/esm5/lib/ComponentRenderer_combined.js +8 -0
- package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
- package/esm5/lib/DataPieBaseChartDescription.js +116 -104
- package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DomainChartDescription.js +153 -81
- package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
- package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
- package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +179 -179
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/RadialBaseChartDescription.js +216 -216
- package/esm5/lib/RadialPieSeriesDescription.js +12 -0
- package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
- package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
- package/esm5/lib/WebIconMetaDescription.js +8 -6
- package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
- package/esm5/lib/XYChartDescription.js +216 -216
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1603 -1409
- package/fesm5/igniteui-angular-core.js +1668 -1420
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
- package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
- package/lib/DataPieBaseChartDescription.d.ts +39 -36
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DomainChartDescription.d.ts +46 -28
- package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
- package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/ILegendContext.d.ts +1 -0
- package/lib/RadialBaseChartDescription.d.ts +76 -76
- package/lib/RadialPieSeriesDescription.d.ts +3 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
- package/lib/WebIconDescriptionMetadata.d.ts +1 -0
- package/lib/WebIconMetaDescription.d.ts +4 -2
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
- package/public_api.d.ts +2 -0
|
@@ -8,232 +8,232 @@ export declare abstract class XYChartDescription extends DomainChartDescription
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private t1;
|
|
12
12
|
get xAxisFormatLabelRef(): string;
|
|
13
13
|
set xAxisFormatLabelRef(a: string);
|
|
14
|
-
private
|
|
14
|
+
private uj;
|
|
15
15
|
get yAxisFormatLabelRef(): string;
|
|
16
16
|
set yAxisFormatLabelRef(a: string);
|
|
17
|
-
private
|
|
17
|
+
private r6;
|
|
18
18
|
get xAxisLabelLeftMargin(): number;
|
|
19
19
|
set xAxisLabelLeftMargin(a: number);
|
|
20
|
-
private
|
|
20
|
+
private r8;
|
|
21
21
|
get xAxisLabelTopMargin(): number;
|
|
22
22
|
set xAxisLabelTopMargin(a: number);
|
|
23
|
-
private
|
|
23
|
+
private r7;
|
|
24
24
|
get xAxisLabelRightMargin(): number;
|
|
25
25
|
set xAxisLabelRightMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private r5;
|
|
27
27
|
get xAxisLabelBottomMargin(): number;
|
|
28
28
|
set xAxisLabelBottomMargin(a: number);
|
|
29
|
-
private
|
|
29
|
+
private sn;
|
|
30
30
|
get yAxisLabelLeftMargin(): number;
|
|
31
31
|
set yAxisLabelLeftMargin(a: number);
|
|
32
|
-
private
|
|
32
|
+
private sp;
|
|
33
33
|
get yAxisLabelTopMargin(): number;
|
|
34
34
|
set yAxisLabelTopMargin(a: number);
|
|
35
|
-
private
|
|
35
|
+
private so;
|
|
36
36
|
get yAxisLabelRightMargin(): number;
|
|
37
37
|
set yAxisLabelRightMargin(a: number);
|
|
38
|
-
private
|
|
38
|
+
private sm;
|
|
39
39
|
get yAxisLabelBottomMargin(): number;
|
|
40
40
|
set yAxisLabelBottomMargin(a: number);
|
|
41
|
-
private
|
|
41
|
+
private t6;
|
|
42
42
|
get xAxisLabelTextColor(): string;
|
|
43
43
|
set xAxisLabelTextColor(a: string);
|
|
44
|
-
private
|
|
44
|
+
private uo;
|
|
45
45
|
get yAxisLabelTextColor(): string;
|
|
46
46
|
set yAxisLabelTextColor(a: string);
|
|
47
|
-
private
|
|
47
|
+
private tz;
|
|
48
48
|
get actualXAxisLabelTextColor(): string;
|
|
49
49
|
set actualXAxisLabelTextColor(a: string);
|
|
50
|
-
private
|
|
50
|
+
private t0;
|
|
51
51
|
get actualYAxisLabelTextColor(): string;
|
|
52
52
|
set actualYAxisLabelTextColor(a: string);
|
|
53
|
-
private
|
|
53
|
+
private sh;
|
|
54
54
|
get xAxisTitleMargin(): number;
|
|
55
55
|
set xAxisTitleMargin(a: number);
|
|
56
|
-
private
|
|
56
|
+
private sy;
|
|
57
57
|
get yAxisTitleMargin(): number;
|
|
58
58
|
set yAxisTitleMargin(a: number);
|
|
59
|
-
private
|
|
59
|
+
private sg;
|
|
60
60
|
get xAxisTitleLeftMargin(): number;
|
|
61
61
|
set xAxisTitleLeftMargin(a: number);
|
|
62
|
-
private
|
|
62
|
+
private sx;
|
|
63
63
|
get yAxisTitleLeftMargin(): number;
|
|
64
64
|
set yAxisTitleLeftMargin(a: number);
|
|
65
|
-
private
|
|
65
|
+
private sj;
|
|
66
66
|
get xAxisTitleTopMargin(): number;
|
|
67
67
|
set xAxisTitleTopMargin(a: number);
|
|
68
|
-
private
|
|
68
|
+
private s0;
|
|
69
69
|
get yAxisTitleTopMargin(): number;
|
|
70
70
|
set yAxisTitleTopMargin(a: number);
|
|
71
|
-
private
|
|
71
|
+
private si;
|
|
72
72
|
get xAxisTitleRightMargin(): number;
|
|
73
73
|
set xAxisTitleRightMargin(a: number);
|
|
74
|
-
private
|
|
74
|
+
private sz;
|
|
75
75
|
get yAxisTitleRightMargin(): number;
|
|
76
76
|
set yAxisTitleRightMargin(a: number);
|
|
77
|
-
private
|
|
77
|
+
private sf;
|
|
78
78
|
get xAxisTitleBottomMargin(): number;
|
|
79
79
|
set xAxisTitleBottomMargin(a: number);
|
|
80
|
-
private
|
|
80
|
+
private sw;
|
|
81
81
|
get yAxisTitleBottomMargin(): number;
|
|
82
82
|
set yAxisTitleBottomMargin(a: number);
|
|
83
|
-
private
|
|
83
|
+
private uh;
|
|
84
84
|
get xAxisTitleTextColor(): string;
|
|
85
85
|
set xAxisTitleTextColor(a: string);
|
|
86
|
-
private
|
|
86
|
+
private uz;
|
|
87
87
|
get yAxisTitleTextColor(): string;
|
|
88
88
|
set yAxisTitleTextColor(a: string);
|
|
89
|
-
private
|
|
89
|
+
private t7;
|
|
90
90
|
get xAxisLabelTextStyle(): string;
|
|
91
91
|
set xAxisLabelTextStyle(a: string);
|
|
92
|
-
private
|
|
92
|
+
private up;
|
|
93
93
|
get yAxisLabelTextStyle(): string;
|
|
94
94
|
set yAxisLabelTextStyle(a: string);
|
|
95
|
-
private
|
|
95
|
+
private ui;
|
|
96
96
|
get xAxisTitleTextStyle(): string;
|
|
97
97
|
set xAxisTitleTextStyle(a: string);
|
|
98
|
-
private
|
|
98
|
+
private u0;
|
|
99
99
|
get yAxisTitleTextStyle(): string;
|
|
100
100
|
set yAxisTitleTextStyle(a: string);
|
|
101
|
-
private
|
|
101
|
+
private t5;
|
|
102
102
|
get xAxisLabelRef(): string;
|
|
103
103
|
set xAxisLabelRef(a: string);
|
|
104
|
-
private
|
|
104
|
+
private un;
|
|
105
105
|
get yAxisLabelRef(): string;
|
|
106
106
|
set yAxisLabelRef(a: string);
|
|
107
|
-
private
|
|
107
|
+
private ua;
|
|
108
108
|
get xAxisMajorStroke(): string;
|
|
109
109
|
set xAxisMajorStroke(a: string);
|
|
110
|
-
private
|
|
110
|
+
private us;
|
|
111
111
|
get yAxisMajorStroke(): string;
|
|
112
112
|
set yAxisMajorStroke(a: string);
|
|
113
|
-
private
|
|
113
|
+
private r9;
|
|
114
114
|
get xAxisMajorStrokeThickness(): number;
|
|
115
115
|
set xAxisMajorStrokeThickness(a: number);
|
|
116
|
-
private
|
|
116
|
+
private sq;
|
|
117
117
|
get yAxisMajorStrokeThickness(): number;
|
|
118
118
|
set yAxisMajorStrokeThickness(a: number);
|
|
119
|
-
private
|
|
119
|
+
private sa;
|
|
120
120
|
get xAxisMinorStrokeThickness(): number;
|
|
121
121
|
set xAxisMinorStrokeThickness(a: number);
|
|
122
|
-
private
|
|
122
|
+
private sr;
|
|
123
123
|
get yAxisMinorStrokeThickness(): number;
|
|
124
124
|
set yAxisMinorStrokeThickness(a: number);
|
|
125
|
-
private
|
|
125
|
+
private uc;
|
|
126
126
|
get xAxisStrip(): string;
|
|
127
127
|
set xAxisStrip(a: string);
|
|
128
|
-
private
|
|
128
|
+
private uu;
|
|
129
129
|
get yAxisStrip(): string;
|
|
130
130
|
set yAxisStrip(a: string);
|
|
131
|
-
private
|
|
131
|
+
private ud;
|
|
132
132
|
get xAxisStroke(): string;
|
|
133
133
|
set xAxisStroke(a: string);
|
|
134
|
-
private
|
|
134
|
+
private uv;
|
|
135
135
|
get yAxisStroke(): string;
|
|
136
136
|
set yAxisStroke(a: string);
|
|
137
|
-
private
|
|
137
|
+
private sb;
|
|
138
138
|
get xAxisStrokeThickness(): number;
|
|
139
139
|
set xAxisStrokeThickness(a: number);
|
|
140
|
-
private
|
|
140
|
+
private ss;
|
|
141
141
|
get yAxisStrokeThickness(): number;
|
|
142
142
|
set yAxisStrokeThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private sc;
|
|
144
144
|
get xAxisTickLength(): number;
|
|
145
145
|
set xAxisTickLength(a: number);
|
|
146
|
-
private
|
|
146
|
+
private st;
|
|
147
147
|
get yAxisTickLength(): number;
|
|
148
148
|
set yAxisTickLength(a: number);
|
|
149
|
-
private
|
|
149
|
+
private ue;
|
|
150
150
|
get xAxisTickStroke(): string;
|
|
151
151
|
set xAxisTickStroke(a: string);
|
|
152
|
-
private
|
|
152
|
+
private uw;
|
|
153
153
|
get yAxisTickStroke(): string;
|
|
154
154
|
set yAxisTickStroke(a: string);
|
|
155
|
-
private
|
|
155
|
+
private sd;
|
|
156
156
|
get xAxisTickStrokeThickness(): number;
|
|
157
157
|
set xAxisTickStrokeThickness(a: number);
|
|
158
|
-
private
|
|
158
|
+
private su;
|
|
159
159
|
get yAxisTickStrokeThickness(): number;
|
|
160
160
|
set yAxisTickStrokeThickness(a: number);
|
|
161
|
-
private
|
|
161
|
+
private uf;
|
|
162
162
|
get xAxisTitle(): string;
|
|
163
163
|
set xAxisTitle(a: string);
|
|
164
|
-
private
|
|
164
|
+
private ux;
|
|
165
165
|
get yAxisTitle(): string;
|
|
166
166
|
set yAxisTitle(a: string);
|
|
167
|
-
private
|
|
167
|
+
private ub;
|
|
168
168
|
get xAxisMinorStroke(): string;
|
|
169
169
|
set xAxisMinorStroke(a: string);
|
|
170
|
-
private
|
|
170
|
+
private ut;
|
|
171
171
|
get yAxisMinorStroke(): string;
|
|
172
172
|
set yAxisMinorStroke(a: string);
|
|
173
|
-
private
|
|
173
|
+
private r4;
|
|
174
174
|
get xAxisLabelAngle(): number;
|
|
175
175
|
set xAxisLabelAngle(a: number);
|
|
176
|
-
private
|
|
176
|
+
private sl;
|
|
177
177
|
get yAxisLabelAngle(): number;
|
|
178
178
|
set yAxisLabelAngle(a: number);
|
|
179
|
-
private
|
|
179
|
+
private r3;
|
|
180
180
|
get xAxisExtent(): number;
|
|
181
181
|
set xAxisExtent(a: number);
|
|
182
|
-
private
|
|
182
|
+
private sk;
|
|
183
183
|
get yAxisExtent(): number;
|
|
184
184
|
set yAxisExtent(a: number);
|
|
185
|
-
private
|
|
185
|
+
private se;
|
|
186
186
|
get xAxisTitleAngle(): number;
|
|
187
187
|
set xAxisTitleAngle(a: number);
|
|
188
|
-
private
|
|
188
|
+
private sv;
|
|
189
189
|
get yAxisTitleAngle(): number;
|
|
190
190
|
set yAxisTitleAngle(a: number);
|
|
191
|
-
private
|
|
191
|
+
private rz;
|
|
192
192
|
get xAxisInverted(): boolean;
|
|
193
193
|
set xAxisInverted(a: boolean);
|
|
194
|
-
private
|
|
194
|
+
private r0;
|
|
195
195
|
get yAxisInverted(): boolean;
|
|
196
196
|
set yAxisInverted(a: boolean);
|
|
197
|
-
private
|
|
197
|
+
private ug;
|
|
198
198
|
get xAxisTitleAlignment(): string;
|
|
199
199
|
set xAxisTitleAlignment(a: string);
|
|
200
|
-
private
|
|
200
|
+
private uy;
|
|
201
201
|
get yAxisTitleAlignment(): string;
|
|
202
202
|
set yAxisTitleAlignment(a: string);
|
|
203
|
-
private
|
|
203
|
+
private t3;
|
|
204
204
|
get xAxisLabelHorizontalAlignment(): string;
|
|
205
205
|
set xAxisLabelHorizontalAlignment(a: string);
|
|
206
|
-
private
|
|
206
|
+
private ul;
|
|
207
207
|
get yAxisLabelHorizontalAlignment(): string;
|
|
208
208
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
209
|
-
private
|
|
209
|
+
private t8;
|
|
210
210
|
get xAxisLabelVerticalAlignment(): string;
|
|
211
211
|
set xAxisLabelVerticalAlignment(a: string);
|
|
212
|
-
private
|
|
212
|
+
private uq;
|
|
213
213
|
get yAxisLabelVerticalAlignment(): string;
|
|
214
214
|
set yAxisLabelVerticalAlignment(a: string);
|
|
215
|
-
private
|
|
215
|
+
private t9;
|
|
216
216
|
get xAxisLabelVisibility(): string;
|
|
217
217
|
set xAxisLabelVisibility(a: string);
|
|
218
|
-
private
|
|
218
|
+
private ur;
|
|
219
219
|
get yAxisLabelVisibility(): string;
|
|
220
220
|
set yAxisLabelVisibility(a: string);
|
|
221
|
-
private
|
|
221
|
+
private um;
|
|
222
222
|
get yAxisLabelLocation(): string;
|
|
223
223
|
set yAxisLabelLocation(a: string);
|
|
224
|
-
private
|
|
224
|
+
private t4;
|
|
225
225
|
get xAxisLabelLocation(): string;
|
|
226
226
|
set xAxisLabelLocation(a: string);
|
|
227
|
-
private
|
|
227
|
+
private t2;
|
|
228
228
|
get xAxisLabelFormat(): string;
|
|
229
229
|
set xAxisLabelFormat(a: string);
|
|
230
|
-
private
|
|
230
|
+
private rv;
|
|
231
231
|
get xAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
232
232
|
set xAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
233
|
-
private
|
|
233
|
+
private uk;
|
|
234
234
|
get yAxisLabelFormat(): string;
|
|
235
235
|
set yAxisLabelFormat(a: string);
|
|
236
|
-
private
|
|
236
|
+
private rw;
|
|
237
237
|
get yAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
238
238
|
set yAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
239
239
|
}
|
package/package.json
CHANGED
package/public_api.d.ts
CHANGED
|
@@ -898,6 +898,8 @@ export * from './lib/DateRangeDescriptorDescriptionMetadata';
|
|
|
898
898
|
export * from './lib/DateTimeFormatSpecifierDescription';
|
|
899
899
|
export * from './lib/DateTimeFormatSpecifierDescriptionMetadata';
|
|
900
900
|
export * from './lib/DateTimeFormatSpecifierDescriptionModule';
|
|
901
|
+
export * from './lib/DomainChartPlotAreaPointerEventArgsDescription';
|
|
902
|
+
export * from './lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata';
|
|
901
903
|
export * from './lib/DomainChartToolbarDescriptionModule';
|
|
902
904
|
export * from './lib/DoubleValueChangedEventArgsDescription';
|
|
903
905
|
export * from './lib/DoubleValueChangedEventArgsDescriptionMetadata';
|