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
|
@@ -13,296 +13,304 @@ export let DataPieBaseChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DataPieBaseChartDescription extends RadialBaseChartDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.xi = null;
|
|
17
|
+
this.v6 = null;
|
|
18
|
+
this.xa = null;
|
|
19
|
+
this.v4 = null;
|
|
20
|
+
this.xf = null;
|
|
21
|
+
this.v5 = null;
|
|
22
|
+
this.w8 = null;
|
|
23
|
+
this.v3 = null;
|
|
24
|
+
this.wl = 0;
|
|
25
|
+
this.xk = null;
|
|
26
|
+
this.xj = null;
|
|
27
|
+
this.xb = null;
|
|
16
28
|
this.w5 = null;
|
|
17
|
-
this.
|
|
18
|
-
this.wx = null;
|
|
19
|
-
this.vs = null;
|
|
20
|
-
this.w2 = null;
|
|
21
|
-
this.vt = null;
|
|
22
|
-
this.wv = null;
|
|
23
|
-
this.vr = null;
|
|
24
|
-
this.v9 = 0;
|
|
29
|
+
this.xm = null;
|
|
25
30
|
this.w7 = null;
|
|
31
|
+
this.xe = null;
|
|
32
|
+
this.wm = 0;
|
|
33
|
+
this.xd = null;
|
|
26
34
|
this.w6 = null;
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.v1 = false;
|
|
35
|
-
this.w8 = null;
|
|
36
|
-
this.v7 = 0;
|
|
37
|
-
this.v8 = 0;
|
|
38
|
-
this.wd = 0;
|
|
39
|
-
this.v2 = false;
|
|
35
|
+
this.wd = false;
|
|
36
|
+
this.xl = null;
|
|
37
|
+
this.wj = 0;
|
|
38
|
+
this.wk = 0;
|
|
39
|
+
this.wp = 0;
|
|
40
|
+
this.we = false;
|
|
41
|
+
this.w3 = 0;
|
|
40
42
|
this.wr = 0;
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.wz = null;
|
|
43
|
+
this.wq = 0;
|
|
44
|
+
this.ws = 0;
|
|
45
|
+
this.wn = 0;
|
|
46
|
+
this.wo = 0;
|
|
47
|
+
this.xh = null;
|
|
48
|
+
this.xg = null;
|
|
49
|
+
this.w9 = null;
|
|
50
|
+
this.wb = false;
|
|
51
|
+
this.wc = false;
|
|
52
|
+
this.xc = null;
|
|
52
53
|
}
|
|
53
54
|
get_type() {
|
|
54
55
|
return "DataPieBaseChart";
|
|
55
56
|
}
|
|
56
57
|
get sliceLabelFormat() {
|
|
57
|
-
return this.
|
|
58
|
+
return this.xi;
|
|
58
59
|
}
|
|
59
60
|
set sliceLabelFormat(a) {
|
|
60
|
-
this.
|
|
61
|
+
this.xi = a;
|
|
61
62
|
this.g("SliceLabelFormat");
|
|
62
63
|
}
|
|
63
64
|
get sliceLabelFormatSpecifiers() {
|
|
64
|
-
return this.
|
|
65
|
+
return this.v6;
|
|
65
66
|
}
|
|
66
67
|
set sliceLabelFormatSpecifiers(a) {
|
|
67
|
-
this.
|
|
68
|
+
this.v6 = a;
|
|
68
69
|
this.g("SliceLabelFormatSpecifiers");
|
|
69
70
|
}
|
|
70
71
|
get legendSliceLabelFormat() {
|
|
71
|
-
return this.
|
|
72
|
+
return this.xa;
|
|
72
73
|
}
|
|
73
74
|
set legendSliceLabelFormat(a) {
|
|
74
|
-
this.
|
|
75
|
+
this.xa = a;
|
|
75
76
|
this.g("LegendSliceLabelFormat");
|
|
76
77
|
}
|
|
77
78
|
get legendSliceLabelFormatSpecifiers() {
|
|
78
|
-
return this.
|
|
79
|
+
return this.v4;
|
|
79
80
|
}
|
|
80
81
|
set legendSliceLabelFormatSpecifiers(a) {
|
|
81
|
-
this.
|
|
82
|
+
this.v4 = a;
|
|
82
83
|
this.g("LegendSliceLabelFormatSpecifiers");
|
|
83
84
|
}
|
|
84
85
|
get othersSliceLabelFormat() {
|
|
85
|
-
return this.
|
|
86
|
+
return this.xf;
|
|
86
87
|
}
|
|
87
88
|
set othersSliceLabelFormat(a) {
|
|
88
|
-
this.
|
|
89
|
+
this.xf = a;
|
|
89
90
|
this.g("OthersSliceLabelFormat");
|
|
90
91
|
}
|
|
91
92
|
get othersSliceLabelFormatSpecifiers() {
|
|
92
|
-
return this.
|
|
93
|
+
return this.v5;
|
|
93
94
|
}
|
|
94
95
|
set othersSliceLabelFormatSpecifiers(a) {
|
|
95
|
-
this.
|
|
96
|
+
this.v5 = a;
|
|
96
97
|
this.g("OthersSliceLabelFormatSpecifiers");
|
|
97
98
|
}
|
|
98
99
|
get legendOthersSliceLabelFormat() {
|
|
99
|
-
return this.
|
|
100
|
+
return this.w8;
|
|
100
101
|
}
|
|
101
102
|
set legendOthersSliceLabelFormat(a) {
|
|
102
|
-
this.
|
|
103
|
+
this.w8 = a;
|
|
103
104
|
this.g("LegendOthersSliceLabelFormat");
|
|
104
105
|
}
|
|
105
106
|
get legendOthersSliceLabelFormatSpecifiers() {
|
|
106
|
-
return this.
|
|
107
|
+
return this.v3;
|
|
107
108
|
}
|
|
108
109
|
set legendOthersSliceLabelFormatSpecifiers(a) {
|
|
109
|
-
this.
|
|
110
|
+
this.v3 = a;
|
|
110
111
|
this.g("LegendOthersSliceLabelFormatSpecifiers");
|
|
111
112
|
}
|
|
112
113
|
get innerExtent() {
|
|
113
|
-
return this.
|
|
114
|
+
return this.wl;
|
|
114
115
|
}
|
|
115
116
|
set innerExtent(a) {
|
|
116
|
-
this.
|
|
117
|
+
this.wl = a;
|
|
117
118
|
this.g("InnerExtent");
|
|
118
119
|
}
|
|
119
120
|
get sweepDirection() {
|
|
120
|
-
return this.
|
|
121
|
+
return this.xk;
|
|
121
122
|
}
|
|
122
123
|
set sweepDirection(a) {
|
|
123
|
-
this.
|
|
124
|
+
this.xk = a;
|
|
124
125
|
this.g("SweepDirection");
|
|
125
126
|
}
|
|
126
127
|
get sliceLabelPositionMode() {
|
|
127
|
-
return this.
|
|
128
|
+
return this.xj;
|
|
128
129
|
}
|
|
129
130
|
set sliceLabelPositionMode(a) {
|
|
130
|
-
this.
|
|
131
|
+
this.xj = a;
|
|
131
132
|
this.g("SliceLabelPositionMode");
|
|
132
133
|
}
|
|
133
134
|
get lightSliceLabelColor() {
|
|
134
|
-
return this.
|
|
135
|
+
return this.xb;
|
|
135
136
|
}
|
|
136
137
|
set lightSliceLabelColor(a) {
|
|
137
|
-
this.
|
|
138
|
+
this.xb = a;
|
|
138
139
|
this.g("LightSliceLabelColor");
|
|
139
140
|
}
|
|
140
141
|
get darkSliceLabelColor() {
|
|
141
|
-
return this.
|
|
142
|
+
return this.w5;
|
|
142
143
|
}
|
|
143
144
|
set darkSliceLabelColor(a) {
|
|
144
|
-
this.
|
|
145
|
+
this.w5 = a;
|
|
145
146
|
this.g("DarkSliceLabelColor");
|
|
146
147
|
}
|
|
147
148
|
get valueMemberPath() {
|
|
148
|
-
return this.
|
|
149
|
+
return this.xm;
|
|
149
150
|
}
|
|
150
151
|
set valueMemberPath(a) {
|
|
151
|
-
this.
|
|
152
|
+
this.xm = a;
|
|
152
153
|
this.g("ValueMemberPath");
|
|
153
154
|
}
|
|
155
|
+
get legendLabelMemberPath() {
|
|
156
|
+
return this.w7;
|
|
157
|
+
}
|
|
158
|
+
set legendLabelMemberPath(a) {
|
|
159
|
+
this.w7 = a;
|
|
160
|
+
this.g("LegendLabelMemberPath");
|
|
161
|
+
}
|
|
154
162
|
get othersCategoryType() {
|
|
155
|
-
return this.
|
|
163
|
+
return this.xe;
|
|
156
164
|
}
|
|
157
165
|
set othersCategoryType(a) {
|
|
158
|
-
this.
|
|
166
|
+
this.xe = a;
|
|
159
167
|
this.g("OthersCategoryType");
|
|
160
168
|
}
|
|
161
169
|
get othersCategoryThreshold() {
|
|
162
|
-
return this.
|
|
170
|
+
return this.wm;
|
|
163
171
|
}
|
|
164
172
|
set othersCategoryThreshold(a) {
|
|
165
|
-
this.
|
|
173
|
+
this.wm = a;
|
|
166
174
|
this.g("OthersCategoryThreshold");
|
|
167
175
|
}
|
|
168
176
|
get othersCategoryText() {
|
|
169
|
-
return this.
|
|
177
|
+
return this.xd;
|
|
170
178
|
}
|
|
171
179
|
set othersCategoryText(a) {
|
|
172
|
-
this.
|
|
180
|
+
this.xd = a;
|
|
173
181
|
this.g("OthersCategoryText");
|
|
174
182
|
}
|
|
175
183
|
get labelMemberPath() {
|
|
176
|
-
return this.
|
|
184
|
+
return this.w6;
|
|
177
185
|
}
|
|
178
186
|
set labelMemberPath(a) {
|
|
179
|
-
this.
|
|
187
|
+
this.w6 = a;
|
|
180
188
|
this.g("LabelMemberPath");
|
|
181
189
|
}
|
|
182
190
|
get valueAxisFavorLabellingScaleEnd() {
|
|
183
|
-
return this.
|
|
191
|
+
return this.wd;
|
|
184
192
|
}
|
|
185
193
|
set valueAxisFavorLabellingScaleEnd(a) {
|
|
186
|
-
this.
|
|
194
|
+
this.wd = a;
|
|
187
195
|
this.g("ValueAxisFavorLabellingScaleEnd");
|
|
188
196
|
}
|
|
189
197
|
get valueAxisAutoRangeBufferMode() {
|
|
190
|
-
return this.
|
|
198
|
+
return this.xl;
|
|
191
199
|
}
|
|
192
200
|
set valueAxisAutoRangeBufferMode(a) {
|
|
193
|
-
this.
|
|
201
|
+
this.xl = a;
|
|
194
202
|
this.g("ValueAxisAutoRangeBufferMode");
|
|
195
203
|
}
|
|
196
204
|
get angleAxisInterval() {
|
|
197
|
-
return this.
|
|
205
|
+
return this.wj;
|
|
198
206
|
}
|
|
199
207
|
set angleAxisInterval(a) {
|
|
200
|
-
this.
|
|
208
|
+
this.wj = a;
|
|
201
209
|
this.g("AngleAxisInterval");
|
|
202
210
|
}
|
|
203
211
|
get angleAxisMinorInterval() {
|
|
204
|
-
return this.
|
|
212
|
+
return this.wk;
|
|
205
213
|
}
|
|
206
214
|
set angleAxisMinorInterval(a) {
|
|
207
|
-
this.
|
|
215
|
+
this.wk = a;
|
|
208
216
|
this.g("AngleAxisMinorInterval");
|
|
209
217
|
}
|
|
210
218
|
get valueAxisInterval() {
|
|
211
|
-
return this.
|
|
219
|
+
return this.wp;
|
|
212
220
|
}
|
|
213
221
|
set valueAxisInterval(a) {
|
|
214
|
-
this.
|
|
222
|
+
this.wp = a;
|
|
215
223
|
this.g("ValueAxisInterval");
|
|
216
224
|
}
|
|
217
225
|
get valueAxisIsLogarithmic() {
|
|
218
|
-
return this.
|
|
226
|
+
return this.we;
|
|
219
227
|
}
|
|
220
228
|
set valueAxisIsLogarithmic(a) {
|
|
221
|
-
this.
|
|
229
|
+
this.we = a;
|
|
222
230
|
this.g("ValueAxisIsLogarithmic");
|
|
223
231
|
}
|
|
224
232
|
get valueAxisLogarithmBase() {
|
|
225
|
-
return this.
|
|
233
|
+
return this.w3;
|
|
226
234
|
}
|
|
227
235
|
set valueAxisLogarithmBase(a) {
|
|
228
|
-
this.
|
|
236
|
+
this.w3 = a;
|
|
229
237
|
this.g("ValueAxisLogarithmBase");
|
|
230
238
|
}
|
|
231
239
|
get valueAxisMinimumValue() {
|
|
232
|
-
return this.
|
|
240
|
+
return this.wr;
|
|
233
241
|
}
|
|
234
242
|
set valueAxisMinimumValue(a) {
|
|
235
|
-
this.
|
|
243
|
+
this.wr = a;
|
|
236
244
|
this.g("ValueAxisMinimumValue");
|
|
237
245
|
}
|
|
238
246
|
get valueAxisMaximumValue() {
|
|
239
|
-
return this.
|
|
247
|
+
return this.wq;
|
|
240
248
|
}
|
|
241
249
|
set valueAxisMaximumValue(a) {
|
|
242
|
-
this.
|
|
250
|
+
this.wq = a;
|
|
243
251
|
this.g("ValueAxisMaximumValue");
|
|
244
252
|
}
|
|
245
253
|
get valueAxisMinorInterval() {
|
|
246
|
-
return this.
|
|
254
|
+
return this.ws;
|
|
247
255
|
}
|
|
248
256
|
set valueAxisMinorInterval(a) {
|
|
249
|
-
this.
|
|
257
|
+
this.ws = a;
|
|
250
258
|
this.g("ValueAxisMinorInterval");
|
|
251
259
|
}
|
|
252
260
|
get radiusExtent() {
|
|
253
|
-
return this.
|
|
261
|
+
return this.wn;
|
|
254
262
|
}
|
|
255
263
|
set radiusExtent(a) {
|
|
256
|
-
this.
|
|
264
|
+
this.wn = a;
|
|
257
265
|
this.g("RadiusExtent");
|
|
258
266
|
}
|
|
259
267
|
get startAngle() {
|
|
260
|
-
return this.
|
|
268
|
+
return this.wo;
|
|
261
269
|
}
|
|
262
270
|
set startAngle(a) {
|
|
263
|
-
this.
|
|
271
|
+
this.wo = a;
|
|
264
272
|
this.g("StartAngle");
|
|
265
273
|
}
|
|
266
274
|
get sliceLabelContentSeparator() {
|
|
267
|
-
return this.
|
|
275
|
+
return this.xh;
|
|
268
276
|
}
|
|
269
277
|
set sliceLabelContentSeparator(a) {
|
|
270
|
-
this.
|
|
278
|
+
this.xh = a;
|
|
271
279
|
this.g("SliceLabelContentSeparator");
|
|
272
280
|
}
|
|
273
281
|
get sliceLabelContentMode() {
|
|
274
|
-
return this.
|
|
282
|
+
return this.xg;
|
|
275
283
|
}
|
|
276
284
|
set sliceLabelContentMode(a) {
|
|
277
|
-
this.
|
|
285
|
+
this.xg = a;
|
|
278
286
|
this.g("SliceLabelContentMode");
|
|
279
287
|
}
|
|
280
288
|
get legendSliceLabelContentMode() {
|
|
281
|
-
return this.
|
|
289
|
+
return this.w9;
|
|
282
290
|
}
|
|
283
291
|
set legendSliceLabelContentMode(a) {
|
|
284
|
-
this.
|
|
292
|
+
this.w9 = a;
|
|
285
293
|
this.g("LegendSliceLabelContentMode");
|
|
286
294
|
}
|
|
287
295
|
get angleAxisFavorLabellingScaleEnd() {
|
|
288
|
-
return this.
|
|
296
|
+
return this.wb;
|
|
289
297
|
}
|
|
290
298
|
set angleAxisFavorLabellingScaleEnd(a) {
|
|
291
|
-
this.
|
|
299
|
+
this.wb = a;
|
|
292
300
|
this.g("AngleAxisFavorLabellingScaleEnd");
|
|
293
301
|
}
|
|
294
302
|
get valueAxisAbbreviateLargeNumbers() {
|
|
295
|
-
return this.
|
|
303
|
+
return this.wc;
|
|
296
304
|
}
|
|
297
305
|
set valueAxisAbbreviateLargeNumbers(a) {
|
|
298
|
-
this.
|
|
306
|
+
this.wc = a;
|
|
299
307
|
this.g("ValueAxisAbbreviateLargeNumbers");
|
|
300
308
|
}
|
|
301
309
|
get markerCollision() {
|
|
302
|
-
return this.
|
|
310
|
+
return this.xc;
|
|
303
311
|
}
|
|
304
312
|
set markerCollision(a) {
|
|
305
|
-
this.
|
|
313
|
+
this.xc = a;
|
|
306
314
|
this.g("MarkerCollision");
|
|
307
315
|
}
|
|
308
316
|
}
|
|
@@ -44,6 +44,7 @@ export let DataPieBaseChartDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
44
44
|
a.item("LightSliceLabelColor", "Brush");
|
|
45
45
|
a.item("DarkSliceLabelColor", "Brush");
|
|
46
46
|
a.item("ValueMemberPath", "String");
|
|
47
|
+
a.item("LegendLabelMemberPath", "String");
|
|
47
48
|
a.item("OthersCategoryType", "ExportedType:string:OthersCategoryType");
|
|
48
49
|
a.item("OthersCategoryType@names", "Number;Percent");
|
|
49
50
|
a.item("OthersCategoryThreshold", "Number:double");
|
|
@@ -13,104 +13,104 @@ export let DataPieChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DataPieChartDescription extends DataPieBaseChartDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
16
|
+
this.x7 = 0;
|
|
17
|
+
this.x8 = 0;
|
|
18
|
+
this.yf = null;
|
|
19
|
+
this.yi = null;
|
|
20
|
+
this.yc = null;
|
|
21
|
+
this.x5 = false;
|
|
22
|
+
this.yg = null;
|
|
23
|
+
this.yh = null;
|
|
24
|
+
this.ye = null;
|
|
25
|
+
this.yj = null;
|
|
26
|
+
this.yd = null;
|
|
27
|
+
this.yb = null;
|
|
28
28
|
}
|
|
29
29
|
get_type() {
|
|
30
30
|
return "DataPieChart";
|
|
31
31
|
}
|
|
32
32
|
get transitionInDuration() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.x7;
|
|
34
34
|
}
|
|
35
35
|
set transitionInDuration(a) {
|
|
36
|
-
this.
|
|
36
|
+
this.x7 = a;
|
|
37
37
|
this.g("TransitionInDuration");
|
|
38
38
|
}
|
|
39
39
|
get transitionOutDuration() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.x8;
|
|
41
41
|
}
|
|
42
42
|
set transitionOutDuration(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.x8 = a;
|
|
44
44
|
this.g("TransitionOutDuration");
|
|
45
45
|
}
|
|
46
46
|
get transitionInEasingFunctionRef() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.yf;
|
|
48
48
|
}
|
|
49
49
|
set transitionInEasingFunctionRef(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.yf = a;
|
|
51
51
|
this.g("TransitionInEasingFunctionRef");
|
|
52
52
|
}
|
|
53
53
|
get transitionOutEasingFunctionRef() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.yi;
|
|
55
55
|
}
|
|
56
56
|
set transitionOutEasingFunctionRef(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.yi = a;
|
|
58
58
|
this.g("TransitionOutEasingFunctionRef");
|
|
59
59
|
}
|
|
60
60
|
get chartType() {
|
|
61
|
-
return this.
|
|
61
|
+
return this.yc;
|
|
62
62
|
}
|
|
63
63
|
set chartType(a) {
|
|
64
|
-
this.
|
|
64
|
+
this.yc = a;
|
|
65
65
|
this.g("ChartType");
|
|
66
66
|
}
|
|
67
67
|
get isTransitionInEnabled() {
|
|
68
|
-
return this.
|
|
68
|
+
return this.x5;
|
|
69
69
|
}
|
|
70
70
|
set isTransitionInEnabled(a) {
|
|
71
|
-
this.
|
|
71
|
+
this.x5 = a;
|
|
72
72
|
this.g("IsTransitionInEnabled");
|
|
73
73
|
}
|
|
74
74
|
get transitionInMode() {
|
|
75
|
-
return this.
|
|
75
|
+
return this.yg;
|
|
76
76
|
}
|
|
77
77
|
set transitionInMode(a) {
|
|
78
|
-
this.
|
|
78
|
+
this.yg = a;
|
|
79
79
|
this.g("TransitionInMode");
|
|
80
80
|
}
|
|
81
81
|
get transitionInSpeedType() {
|
|
82
|
-
return this.
|
|
82
|
+
return this.yh;
|
|
83
83
|
}
|
|
84
84
|
set transitionInSpeedType(a) {
|
|
85
|
-
this.
|
|
85
|
+
this.yh = a;
|
|
86
86
|
this.g("TransitionInSpeedType");
|
|
87
87
|
}
|
|
88
88
|
get tooltipTemplateRef() {
|
|
89
|
-
return this.
|
|
89
|
+
return this.ye;
|
|
90
90
|
}
|
|
91
91
|
set tooltipTemplateRef(a) {
|
|
92
|
-
this.
|
|
92
|
+
this.ye = a;
|
|
93
93
|
this.g("TooltipTemplateRef");
|
|
94
94
|
}
|
|
95
95
|
get width() {
|
|
96
|
-
return this.
|
|
96
|
+
return this.yj;
|
|
97
97
|
}
|
|
98
98
|
set width(a) {
|
|
99
|
-
this.
|
|
99
|
+
this.yj = a;
|
|
100
100
|
this.g("Width");
|
|
101
101
|
}
|
|
102
102
|
get height() {
|
|
103
|
-
return this.
|
|
103
|
+
return this.yd;
|
|
104
104
|
}
|
|
105
105
|
set height(a) {
|
|
106
|
-
this.
|
|
106
|
+
this.yd = a;
|
|
107
107
|
this.g("Height");
|
|
108
108
|
}
|
|
109
109
|
get background() {
|
|
110
|
-
return this.
|
|
110
|
+
return this.yb;
|
|
111
111
|
}
|
|
112
112
|
set background(a) {
|
|
113
|
-
this.
|
|
113
|
+
this.yb = a;
|
|
114
114
|
this.g("Background");
|
|
115
115
|
}
|
|
116
116
|
}
|