igniteui-webcomponents-charts 4.7.1 → 4.7.2-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-webcomponents-charts.umd.js +1138 -832
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +400 -235
- package/esm2015/lib/Arc_combined.js +1 -1
- package/esm2015/lib/AxisAngleLabelMode.js +28 -0
- package/esm2015/lib/AxisVisualDataManager.js +9 -9
- package/esm2015/lib/BubbleSeries_combined.js +1 -1
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +10 -10
- package/esm2015/lib/CategoryXAxis_combined.js +15 -15
- package/esm2015/lib/CategoryYAxis_combined.js +14 -14
- package/esm2015/lib/DataAbbreviator.js +1 -1
- package/esm2015/lib/DataLegendContent_combined.js +50 -47
- package/esm2015/lib/DomainChart_combined.js +1 -1
- package/esm2015/lib/FinancialEventArgs_combined.js +3 -3
- package/esm2015/lib/FinancialIndicator_combined.js +2 -2
- package/esm2015/lib/LegendBaseViewManager_combined.js +3 -3
- package/esm2015/lib/NumericXAxis_combined.js +4 -4
- package/esm2015/lib/NumericYAxis_combined.js +4 -4
- package/esm2015/lib/PieChartViewManager_combined.js +37 -37
- package/esm2015/lib/PointerTooltip_combined.js +1 -1
- package/esm2015/lib/PolarAxisRenderingManager.js +2 -2
- package/esm2015/lib/PolarBase_combined.js +2 -2
- package/esm2015/lib/PolarSplineSeries_combined.js +1 -1
- package/esm2015/lib/RadialBucketCalculator_combined.js +4 -4
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +5 -5
- package/esm2015/lib/ScatterBase_combined.js +1 -1
- package/esm2015/lib/ScatterContourSeries_combined.js +1 -1
- package/esm2015/lib/ScatterSplineSeries.js +1 -1
- package/esm2015/lib/ScatterTriangulationSeries.js +5 -5
- package/esm2015/lib/SeriesViewer_combined.js +198 -190
- package/esm2015/lib/ShapeSeriesBase_combined.js +2 -2
- package/esm2015/lib/StraightNumericAxisBase_combined.js +6 -6
- package/esm2015/lib/TimeAxisBase.js +5 -5
- package/esm2015/lib/TimeXAxis.js +3 -3
- package/esm2015/lib/TreemapView_combined.js +8 -8
- package/esm2015/lib/XamFunnelView_combined.js +71 -65
- package/esm2015/lib/ZoomSliderView_combined.js +2 -2
- package/esm2015/lib/igc-axis-collection.js +6 -1
- package/esm2015/lib/igc-callout-annotation-collection.js +6 -1
- package/esm2015/lib/igc-category-angle-axis-component.js +28 -17
- package/esm2015/lib/igc-data-legend-component.js +4 -0
- package/esm2015/lib/igc-funnel-chart-component.js +51 -42
- package/esm2015/lib/igc-numeric-angle-axis-component.js +15 -4
- package/esm2015/lib/igc-pie-chart-base-component.js +9 -9
- package/esm2015/lib/igc-ring-series-collection.js +6 -1
- package/esm2015/lib/igc-series-collection.js +6 -1
- package/esm2015/lib/igc-series-layer-collection.js +6 -1
- package/esm2015/lib/igc-series-layer-property-overlay-collection.js +6 -1
- package/esm2015/lib/igc-stacked-series-collection.js +6 -1
- package/esm2015/lib/igc-time-axis-break-collection.js +6 -1
- package/esm2015/lib/igc-time-axis-interval-collection.js +6 -1
- package/esm2015/lib/igc-time-axis-label-format-collection.js +6 -1
- package/esm2015/lib/igc-treemap-node-style-mapping-collection.js +6 -1
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AngleAxisLabelPanel_combined.js +393 -228
- package/esm5/lib/Arc_combined.js +1 -1
- package/esm5/lib/AxisAngleLabelMode.js +28 -0
- package/esm5/lib/AxisVisualDataManager.js +9 -9
- package/esm5/lib/BubbleSeries_combined.js +1 -1
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +10 -10
- package/esm5/lib/CategoryXAxis_combined.js +15 -15
- package/esm5/lib/CategoryYAxis_combined.js +14 -14
- package/esm5/lib/DataAbbreviator.js +1 -1
- package/esm5/lib/DataLegendContent_combined.js +50 -47
- package/esm5/lib/DomainChart_combined.js +1 -1
- package/esm5/lib/FinancialEventArgs_combined.js +3 -3
- package/esm5/lib/FinancialIndicator_combined.js +2 -2
- package/esm5/lib/LegendBaseViewManager_combined.js +3 -3
- package/esm5/lib/NumericXAxis_combined.js +4 -4
- package/esm5/lib/NumericYAxis_combined.js +4 -4
- package/esm5/lib/PieChartViewManager_combined.js +37 -37
- package/esm5/lib/PointerTooltip_combined.js +1 -1
- package/esm5/lib/PolarAxisRenderingManager.js +2 -2
- package/esm5/lib/PolarBase_combined.js +2 -2
- package/esm5/lib/PolarSplineSeries_combined.js +1 -1
- package/esm5/lib/RadialBucketCalculator_combined.js +4 -4
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +5 -5
- package/esm5/lib/ScatterBase_combined.js +1 -1
- package/esm5/lib/ScatterContourSeries_combined.js +1 -1
- package/esm5/lib/ScatterSplineSeries.js +1 -1
- package/esm5/lib/ScatterTriangulationSeries.js +5 -5
- package/esm5/lib/SeriesViewer_combined.js +198 -190
- package/esm5/lib/ShapeSeriesBase_combined.js +2 -2
- package/esm5/lib/StraightNumericAxisBase_combined.js +6 -6
- package/esm5/lib/TimeAxisBase.js +5 -5
- package/esm5/lib/TimeXAxis.js +3 -3
- package/esm5/lib/TreemapView_combined.js +8 -8
- package/esm5/lib/XamFunnelView_combined.js +70 -64
- package/esm5/lib/ZoomSliderView_combined.js +2 -2
- package/esm5/lib/igc-axis-collection.js +6 -1
- package/esm5/lib/igc-callout-annotation-collection.js +6 -1
- package/esm5/lib/igc-category-angle-axis-component.js +32 -17
- package/esm5/lib/igc-data-legend-component.js +4 -0
- package/esm5/lib/igc-funnel-chart-component.js +51 -42
- package/esm5/lib/igc-numeric-angle-axis-component.js +19 -4
- package/esm5/lib/igc-pie-chart-base-component.js +9 -9
- package/esm5/lib/igc-ring-series-collection.js +6 -1
- package/esm5/lib/igc-series-collection.js +6 -1
- package/esm5/lib/igc-series-layer-collection.js +6 -1
- package/esm5/lib/igc-series-layer-property-overlay-collection.js +6 -1
- package/esm5/lib/igc-stacked-series-collection.js +6 -1
- package/esm5/lib/igc-time-axis-break-collection.js +6 -1
- package/esm5/lib/igc-time-axis-interval-collection.js +6 -1
- package/esm5/lib/igc-time-axis-label-format-collection.js +6 -1
- package/esm5/lib/igc-treemap-node-style-mapping-collection.js +6 -1
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-charts.js +1125 -829
- package/fesm5/igniteui-webcomponents-charts.js +1137 -833
- package/lib/AngleAxisLabelPanel_combined.d.ts +69 -58
- package/lib/AxisAngleLabelMode.d.ts +21 -0
- package/lib/CategoryDateTimeXAxis_combined.d.ts +3 -3
- package/lib/CategoryXAxis_combined.d.ts +2 -2
- package/lib/CategoryYAxis_combined.d.ts +2 -2
- package/lib/NumericXAxis_combined.d.ts +2 -2
- package/lib/NumericYAxis_combined.d.ts +2 -2
- package/lib/PieChartViewManager_combined.d.ts +2 -2
- package/lib/SeriesViewer_combined.d.ts +66 -63
- package/lib/StraightNumericAxisBase_combined.d.ts +2 -2
- package/lib/XamFunnelView_combined.d.ts +21 -19
- package/lib/igc-category-angle-axis-component.d.ts +6 -0
- package/lib/igc-data-legend-component.d.ts +1 -0
- package/lib/igc-funnel-chart-component.d.ts +8 -1
- package/lib/igc-numeric-angle-axis-component.d.ts +6 -0
- package/lib/igc-pie-chart-base-component.d.ts +7 -7
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -2306,6 +2306,30 @@
|
|
|
2306
2306
|
return LinearTickmarkValues;
|
|
2307
2307
|
}(TickmarkValues));
|
|
2308
2308
|
|
|
2309
|
+
/*
|
|
2310
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
2311
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
2312
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
2313
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
2314
|
+
*/
|
|
2315
|
+
/**
|
|
2316
|
+
* @hidden
|
|
2317
|
+
*/
|
|
2318
|
+
var CategoryAxisRenderingParameters = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
2319
|
+
tslib.__extends(CategoryAxisRenderingParameters, _super);
|
|
2320
|
+
function CategoryAxisRenderingParameters() {
|
|
2321
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
2322
|
+
_this.ae = 0;
|
|
2323
|
+
_this.ab = 0;
|
|
2324
|
+
_this.ad = false;
|
|
2325
|
+
_this.af = 0;
|
|
2326
|
+
_this.ac = false;
|
|
2327
|
+
return _this;
|
|
2328
|
+
}
|
|
2329
|
+
CategoryAxisRenderingParameters.$t = igniteuiWebcomponentsCore.markType(CategoryAxisRenderingParameters, 'CategoryAxisRenderingParameters', AxisRenderingParametersBase.$);
|
|
2330
|
+
return CategoryAxisRenderingParameters;
|
|
2331
|
+
}(AxisRenderingParametersBase));
|
|
2332
|
+
|
|
2309
2333
|
/*
|
|
2310
2334
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
2311
2335
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -2344,30 +2368,6 @@
|
|
|
2344
2368
|
return TickmarkValuesInitializationParameters;
|
|
2345
2369
|
}(igniteuiWebcomponentsCore.Base));
|
|
2346
2370
|
|
|
2347
|
-
/*
|
|
2348
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
2349
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
2350
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
2351
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
2352
|
-
*/
|
|
2353
|
-
/**
|
|
2354
|
-
* @hidden
|
|
2355
|
-
*/
|
|
2356
|
-
var CategoryAxisRenderingParameters = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
2357
|
-
tslib.__extends(CategoryAxisRenderingParameters, _super);
|
|
2358
|
-
function CategoryAxisRenderingParameters() {
|
|
2359
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
2360
|
-
_this.ae = 0;
|
|
2361
|
-
_this.ab = 0;
|
|
2362
|
-
_this.ad = false;
|
|
2363
|
-
_this.af = 0;
|
|
2364
|
-
_this.ac = false;
|
|
2365
|
-
return _this;
|
|
2366
|
-
}
|
|
2367
|
-
CategoryAxisRenderingParameters.$t = igniteuiWebcomponentsCore.markType(CategoryAxisRenderingParameters, 'CategoryAxisRenderingParameters', AxisRenderingParametersBase.$);
|
|
2368
|
-
return CategoryAxisRenderingParameters;
|
|
2369
|
-
}(AxisRenderingParametersBase));
|
|
2370
|
-
|
|
2371
2371
|
/*
|
|
2372
2372
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
2373
2373
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -7190,7 +7190,7 @@
|
|
|
7190
7190
|
try {
|
|
7191
7191
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
7192
7192
|
var y = _d.value;
|
|
7193
|
-
y.a5.
|
|
7193
|
+
y.a5.a2();
|
|
7194
7194
|
this.bo(y);
|
|
7195
7195
|
}
|
|
7196
7196
|
}
|
|
@@ -7472,7 +7472,7 @@
|
|
|
7472
7472
|
v.ad.cr = true;
|
|
7473
7473
|
}
|
|
7474
7474
|
v.c1 = w;
|
|
7475
|
-
v.ad.a5.
|
|
7475
|
+
v.ad.a5.ai();
|
|
7476
7476
|
}
|
|
7477
7477
|
});
|
|
7478
7478
|
var v = false;
|
|
@@ -10281,29 +10281,29 @@
|
|
|
10281
10281
|
_this.d3 = NaN;
|
|
10282
10282
|
_this.a5 = _this.a4();
|
|
10283
10283
|
_this.hs(_this.a5);
|
|
10284
|
-
_this.a5.
|
|
10284
|
+
_this.a5.al();
|
|
10285
10285
|
_this.br = ((function () {
|
|
10286
10286
|
var $ret = new igniteuiWebcomponentsCore.Pool$1(igniteuiWebcomponentsCore.TextBlock.$);
|
|
10287
|
-
$ret.create = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10288
|
-
$ret.activate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10289
|
-
$ret.disactivate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10290
|
-
$ret.destroy = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10287
|
+
$ret.create = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.a3);
|
|
10288
|
+
$ret.activate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.aw);
|
|
10289
|
+
$ret.disactivate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.ay);
|
|
10290
|
+
$ret.destroy = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.ax);
|
|
10291
10291
|
return $ret;
|
|
10292
10292
|
})());
|
|
10293
10293
|
_this.bq = ((function () {
|
|
10294
10294
|
var $ret = new igniteuiWebcomponentsCore.Pool$1(igniteuiWebcomponentsCore.TextBlock.$);
|
|
10295
|
-
$ret.create = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10296
|
-
$ret.activate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10297
|
-
$ret.disactivate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10298
|
-
$ret.destroy = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10295
|
+
$ret.create = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.a3);
|
|
10296
|
+
$ret.activate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.aw);
|
|
10297
|
+
$ret.disactivate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.ay);
|
|
10298
|
+
$ret.destroy = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.ax);
|
|
10299
10299
|
return $ret;
|
|
10300
10300
|
})());
|
|
10301
10301
|
_this.bp = ((function () {
|
|
10302
10302
|
var $ret = new igniteuiWebcomponentsCore.Pool$1(igniteuiWebcomponentsCore.Rectangle.$);
|
|
10303
|
-
$ret.create = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10304
|
-
$ret.activate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10305
|
-
$ret.disactivate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10306
|
-
$ret.destroy = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.
|
|
10303
|
+
$ret.create = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.bi);
|
|
10304
|
+
$ret.activate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.t);
|
|
10305
|
+
$ret.disactivate = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.v);
|
|
10306
|
+
$ret.destroy = igniteuiWebcomponentsCore.runOn(_this.a5, _this.a5.u);
|
|
10307
10307
|
return $ret;
|
|
10308
10308
|
})());
|
|
10309
10309
|
_this.kc = igniteuiWebcomponentsCore.Rect.empty;
|
|
@@ -10331,7 +10331,7 @@
|
|
|
10331
10331
|
_this.iq(f.oldRect, f.newRect);
|
|
10332
10332
|
}
|
|
10333
10333
|
};
|
|
10334
|
-
_this.a5.
|
|
10334
|
+
_this.a5.aa();
|
|
10335
10335
|
return _this;
|
|
10336
10336
|
}
|
|
10337
10337
|
Axis.prototype.a4 = function () {
|
|
@@ -10545,7 +10545,7 @@
|
|
|
10545
10545
|
};
|
|
10546
10546
|
Axis.prototype.ac = function () {
|
|
10547
10547
|
_super.prototype.ac.call(this);
|
|
10548
|
-
this.a5.
|
|
10548
|
+
this.a5.ao();
|
|
10549
10549
|
};
|
|
10550
10550
|
Object.defineProperty(Axis.prototype, "bo", {
|
|
10551
10551
|
get: function () {
|
|
@@ -10734,8 +10734,8 @@
|
|
|
10734
10734
|
if (igniteuiWebcomponentsCore.isNaN_(b)) {
|
|
10735
10735
|
b = 12;
|
|
10736
10736
|
}
|
|
10737
|
-
this.bm.
|
|
10738
|
-
this.bm.
|
|
10737
|
+
this.bm.p = a;
|
|
10738
|
+
this.bm.e = b;
|
|
10739
10739
|
this.aw.b8();
|
|
10740
10740
|
this.h5();
|
|
10741
10741
|
},
|
|
@@ -11028,7 +11028,7 @@
|
|
|
11028
11028
|
if (b != null && b.ue == 0) {
|
|
11029
11029
|
a = 1;
|
|
11030
11030
|
}
|
|
11031
|
-
this.a5.
|
|
11031
|
+
this.a5.a1(a);
|
|
11032
11032
|
};
|
|
11033
11033
|
Axis.prototype.c8 = function (a, b, c) {
|
|
11034
11034
|
return this.bi != null;
|
|
@@ -11099,7 +11099,7 @@
|
|
|
11099
11099
|
this.fl = null;
|
|
11100
11100
|
e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, this.bs);
|
|
11101
11101
|
e.ar.ad(1, this);
|
|
11102
|
-
this.a5.
|
|
11102
|
+
this.a5.af(e);
|
|
11103
11103
|
}
|
|
11104
11104
|
var f = igniteuiWebcomponentsCore.typeCast(SeriesViewer.$, d);
|
|
11105
11105
|
if (f != null) {
|
|
@@ -11109,7 +11109,7 @@
|
|
|
11109
11109
|
if (this.az == null && this.fl != null) {
|
|
11110
11110
|
this.provideRenderer(this.fl);
|
|
11111
11111
|
}
|
|
11112
|
-
this.a5.
|
|
11112
|
+
this.a5.y(f);
|
|
11113
11113
|
if (this.cs && !this.a6.e) {
|
|
11114
11114
|
this.cs = false;
|
|
11115
11115
|
this.c1();
|
|
@@ -11157,7 +11157,7 @@
|
|
|
11157
11157
|
}
|
|
11158
11158
|
break;
|
|
11159
11159
|
case Axis.$$p[12]:
|
|
11160
|
-
this.a5.
|
|
11160
|
+
this.a5.am();
|
|
11161
11161
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.DataTemplate.$, d) !== null) {
|
|
11162
11162
|
this.c7 = true;
|
|
11163
11163
|
}
|
|
@@ -11190,7 +11190,7 @@
|
|
|
11190
11190
|
this.h8(false);
|
|
11191
11191
|
break;
|
|
11192
11192
|
case Axis.$$p[30]:
|
|
11193
|
-
this.a5.
|
|
11193
|
+
this.a5.ap();
|
|
11194
11194
|
break;
|
|
11195
11195
|
case Axis.$$p[31]:
|
|
11196
11196
|
var j = igniteuiWebcomponentsCore.typeCast(TitleSettings.$, d);
|
|
@@ -11209,7 +11209,7 @@
|
|
|
11209
11209
|
case Axis.$$p[26]:
|
|
11210
11210
|
this.cq = true;
|
|
11211
11211
|
this.ik();
|
|
11212
|
-
this.a5.
|
|
11212
|
+
this.a5.ai();
|
|
11213
11213
|
this.h8(false);
|
|
11214
11214
|
break;
|
|
11215
11215
|
case Axis.$$p[32]:
|
|
@@ -11259,17 +11259,17 @@
|
|
|
11259
11259
|
this.h8(false);
|
|
11260
11260
|
break;
|
|
11261
11261
|
case "MinExtent":
|
|
11262
|
-
this.a5.
|
|
11262
|
+
this.a5.ai();
|
|
11263
11263
|
break;
|
|
11264
11264
|
}
|
|
11265
11265
|
};
|
|
11266
11266
|
Axis.prototype.hu = function () {
|
|
11267
|
-
if (this.a5.
|
|
11268
|
-
this.a5.
|
|
11267
|
+
if (this.a5.p()) {
|
|
11268
|
+
this.a5.ab(this.ax);
|
|
11269
11269
|
}
|
|
11270
11270
|
};
|
|
11271
11271
|
Axis.prototype.hv = function () {
|
|
11272
|
-
this.a5.
|
|
11272
|
+
this.a5.ap();
|
|
11273
11273
|
};
|
|
11274
11274
|
Object.defineProperty(Axis.prototype, "coercionMethods", {
|
|
11275
11275
|
get: function () {
|
|
@@ -11301,8 +11301,8 @@
|
|
|
11301
11301
|
this.br.count = 0;
|
|
11302
11302
|
this.bq.count = 0;
|
|
11303
11303
|
this.bp.count = 0;
|
|
11304
|
-
if (this.a5.
|
|
11305
|
-
this.a5.
|
|
11304
|
+
if (this.a5.p()) {
|
|
11305
|
+
this.a5.at();
|
|
11306
11306
|
}
|
|
11307
11307
|
};
|
|
11308
11308
|
Axis.prototype.hr = function (a, b, c, d) {
|
|
@@ -11515,13 +11515,13 @@
|
|
|
11515
11515
|
return e;
|
|
11516
11516
|
};
|
|
11517
11517
|
Axis.prototype.hi = function (a) {
|
|
11518
|
-
this.a5.
|
|
11518
|
+
this.a5.ae(a);
|
|
11519
11519
|
};
|
|
11520
11520
|
Axis.prototype.hh = function () {
|
|
11521
11521
|
this.br.count = 0;
|
|
11522
11522
|
this.bq.count = 0;
|
|
11523
11523
|
this.bp.count = 0;
|
|
11524
|
-
this.a5.
|
|
11524
|
+
this.a5.ac();
|
|
11525
11525
|
this.dc.clear();
|
|
11526
11526
|
this.dd.clear();
|
|
11527
11527
|
};
|
|
@@ -11718,7 +11718,7 @@
|
|
|
11718
11718
|
configurable: true
|
|
11719
11719
|
});
|
|
11720
11720
|
Axis.prototype.hk = function (a) {
|
|
11721
|
-
if (this.a5.
|
|
11721
|
+
if (this.a5.n()) {
|
|
11722
11722
|
return;
|
|
11723
11723
|
}
|
|
11724
11724
|
var b = 0;
|
|
@@ -11730,12 +11730,14 @@
|
|
|
11730
11730
|
if (this.cq && this.c4) {
|
|
11731
11731
|
this.bc = this.bb();
|
|
11732
11732
|
}
|
|
11733
|
+
this.a5.z();
|
|
11733
11734
|
this.h9(a);
|
|
11734
11735
|
if (!this.cp && this.cq && this.c4 && this.c0) {
|
|
11735
11736
|
if (this.b2()) {
|
|
11736
11737
|
this.h9(a);
|
|
11737
11738
|
}
|
|
11738
11739
|
}
|
|
11740
|
+
this.a5.aq();
|
|
11739
11741
|
var d = 1;
|
|
11740
11742
|
var e = 0;
|
|
11741
11743
|
if (this.dd != null && this.dd.count > 0) {
|
|
@@ -11748,12 +11750,12 @@
|
|
|
11748
11750
|
var f = false;
|
|
11749
11751
|
if (d != b || e != c || this.cq) {
|
|
11750
11752
|
this.cq = false;
|
|
11751
|
-
if (this.a5.
|
|
11752
|
-
this.a5.
|
|
11753
|
+
if (this.a5.p()) {
|
|
11754
|
+
this.a5.ai();
|
|
11753
11755
|
f = true;
|
|
11754
11756
|
}
|
|
11755
11757
|
}
|
|
11756
|
-
this.a5.
|
|
11758
|
+
this.a5.ah();
|
|
11757
11759
|
if (!f) {
|
|
11758
11760
|
this.hl();
|
|
11759
11761
|
}
|
|
@@ -11831,11 +11833,11 @@
|
|
|
11831
11833
|
return a;
|
|
11832
11834
|
};
|
|
11833
11835
|
Axis.prototype.hl = function () {
|
|
11834
|
-
if (!this.a5.
|
|
11836
|
+
if (!this.a5.p()) {
|
|
11835
11837
|
return;
|
|
11836
11838
|
}
|
|
11837
11839
|
if (!this.b8()) {
|
|
11838
|
-
this.a5.
|
|
11840
|
+
this.a5.ag();
|
|
11839
11841
|
}
|
|
11840
11842
|
};
|
|
11841
11843
|
Axis.prototype.c1 = function () {
|
|
@@ -11989,10 +11991,10 @@
|
|
|
11989
11991
|
return d.getPropertyValue(a);
|
|
11990
11992
|
};
|
|
11991
11993
|
Axis.prototype.fz = function (a) {
|
|
11992
|
-
return this.a5.
|
|
11994
|
+
return this.a5.q(a);
|
|
11993
11995
|
};
|
|
11994
11996
|
Axis.prototype.gd = function (a) {
|
|
11995
|
-
return this.a5.
|
|
11997
|
+
return this.a5.s(a);
|
|
11996
11998
|
};
|
|
11997
11999
|
Axis.prototype.ev = function () {
|
|
11998
12000
|
return NaN;
|
|
@@ -12116,7 +12118,7 @@
|
|
|
12116
12118
|
return this.az.extent;
|
|
12117
12119
|
};
|
|
12118
12120
|
Axis.prototype.hg = function () {
|
|
12119
|
-
this.a5.
|
|
12121
|
+
this.a5.x();
|
|
12120
12122
|
};
|
|
12121
12123
|
Axis.prototype.hj = function (a) {
|
|
12122
12124
|
this.h3(a);
|
|
@@ -12166,7 +12168,7 @@
|
|
|
12166
12168
|
if (this.aw != null) {
|
|
12167
12169
|
this.aw.cj(a);
|
|
12168
12170
|
}
|
|
12169
|
-
this.a5.
|
|
12171
|
+
this.a5.ak(a, b);
|
|
12170
12172
|
};
|
|
12171
12173
|
Axis.prototype.b5 = function () {
|
|
12172
12174
|
return this.fv != null;
|
|
@@ -12287,7 +12289,7 @@
|
|
|
12287
12289
|
this.a.bq.count = 0;
|
|
12288
12290
|
this.a.bp.count = 0;
|
|
12289
12291
|
}
|
|
12290
|
-
if (this.a.br.count == 0 && this.a.bq.count == 0) {
|
|
12292
|
+
if (this.a.br.count == 0 && this.a.bq.count == 0 && this.a.a5.l()) {
|
|
12291
12293
|
this.b.ab.clear();
|
|
12292
12294
|
}
|
|
12293
12295
|
};
|
|
@@ -14079,7 +14081,7 @@
|
|
|
14079
14081
|
}
|
|
14080
14082
|
else {
|
|
14081
14083
|
var b = 0;
|
|
14082
|
-
b = this.kn.
|
|
14084
|
+
b = this.kn.bl(this.dc);
|
|
14083
14085
|
this.br.count = b;
|
|
14084
14086
|
}
|
|
14085
14087
|
};
|
|
@@ -15314,10 +15316,10 @@
|
|
|
15314
15316
|
}
|
|
15315
15317
|
var b = this.kz(a);
|
|
15316
15318
|
b.u = function () {
|
|
15317
|
-
var c = _this.a5.
|
|
15318
|
-
var d = _this.a5.
|
|
15319
|
-
var e = _this.a5.
|
|
15320
|
-
var f = _this.a5.
|
|
15319
|
+
var c = _this.a5.a4();
|
|
15320
|
+
var d = _this.a5.a7();
|
|
15321
|
+
var e = _this.a5.a5();
|
|
15322
|
+
var f = _this.a5.a6();
|
|
15321
15323
|
_this.il();
|
|
15322
15324
|
_this.hi(c);
|
|
15323
15325
|
_this.hi(d);
|
|
@@ -15344,10 +15346,10 @@
|
|
|
15344
15346
|
};
|
|
15345
15347
|
NumericAxisBase.prototype.k1 = function (a, b, c, d) {
|
|
15346
15348
|
var e = this.k2();
|
|
15347
|
-
var f = this.a5.
|
|
15348
|
-
var g = this.a5.
|
|
15349
|
-
var h = this.a5.
|
|
15350
|
-
var i = this.a5.
|
|
15349
|
+
var f = this.a5.a4();
|
|
15350
|
+
var g = this.a5.a7();
|
|
15351
|
+
var h = this.a5.a5();
|
|
15352
|
+
var i = this.a5.a6();
|
|
15351
15353
|
var j = this.a5.e();
|
|
15352
15354
|
var k = this.a5.f();
|
|
15353
15355
|
var l = this.a5.g();
|
|
@@ -15371,7 +15373,7 @@
|
|
|
15371
15373
|
e.p = this.l1;
|
|
15372
15374
|
e.q = this.l6;
|
|
15373
15375
|
e.s = this.f0;
|
|
15374
|
-
if (this.f0 == null && (this.au != null || this.ai != null || this.kx.
|
|
15376
|
+
if (this.f0 == null && (this.au != null || this.ai != null || this.kx.m())) {
|
|
15375
15377
|
e.s = "Format";
|
|
15376
15378
|
}
|
|
15377
15379
|
e.j = this.cy;
|
|
@@ -15406,7 +15408,7 @@
|
|
|
15406
15408
|
}
|
|
15407
15409
|
else if (this.lb) {
|
|
15408
15410
|
this.k5 = new LogarithmicTickmarkValues();
|
|
15409
|
-
this.kx.
|
|
15411
|
+
this.kx.bl();
|
|
15410
15412
|
}
|
|
15411
15413
|
else {
|
|
15412
15414
|
this.k5 = new LinearTickmarkValues();
|
|
@@ -15793,7 +15795,6 @@
|
|
|
15793
15795
|
b++;
|
|
15794
15796
|
}
|
|
15795
15797
|
else {
|
|
15796
|
-
this.b.h(d);
|
|
15797
15798
|
}
|
|
15798
15799
|
}
|
|
15799
15800
|
}
|
|
@@ -18410,7 +18411,7 @@
|
|
|
18410
18411
|
this.pj(e);
|
|
18411
18412
|
e.bo = this.actualSyncLink;
|
|
18412
18413
|
e.bi = this;
|
|
18413
|
-
e.a5.
|
|
18414
|
+
e.a5.a2();
|
|
18414
18415
|
this.cv.bo(e);
|
|
18415
18416
|
e.rangeChanged = igniteuiWebcomponentsCore.delegateCombine(e.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.w9));
|
|
18416
18417
|
this.cv.bl(e);
|
|
@@ -25658,41 +25659,41 @@
|
|
|
25658
25659
|
function AxisView(a) {
|
|
25659
25660
|
var _this = _super.call(this) || this;
|
|
25660
25661
|
_this.a = null;
|
|
25661
|
-
_this.ba = null;
|
|
25662
|
-
_this.bb = null;
|
|
25663
25662
|
_this.bd = null;
|
|
25664
|
-
_this.
|
|
25663
|
+
_this.be = null;
|
|
25664
|
+
_this.bg = null;
|
|
25665
|
+
_this.bf = null;
|
|
25665
25666
|
_this.b = new AxisComponentsFromView();
|
|
25666
25667
|
_this.h = null;
|
|
25667
25668
|
_this.k = null;
|
|
25668
25669
|
_this.j = null;
|
|
25669
25670
|
_this._isDirty = false;
|
|
25670
|
-
_this.
|
|
25671
|
-
_this.
|
|
25671
|
+
_this.bh = null;
|
|
25672
|
+
_this.bb = igniteuiWebcomponentsCore.Rect.empty;
|
|
25672
25673
|
_this.a = a;
|
|
25673
|
-
_this.
|
|
25674
|
+
_this.bh = new igniteuiWebcomponentsCore.Rectangle();
|
|
25674
25675
|
return _this;
|
|
25675
25676
|
}
|
|
25676
|
-
AxisView.prototype.
|
|
25677
|
-
this.
|
|
25677
|
+
AxisView.prototype.al = function () {
|
|
25678
|
+
this.bd = ((function () {
|
|
25678
25679
|
var $ret = new igniteuiWebcomponentsCore.Path();
|
|
25679
25680
|
$ret.an = new igniteuiWebcomponentsCore.GeometryGroup();
|
|
25680
25681
|
return $ret;
|
|
25681
25682
|
})());
|
|
25682
|
-
this.
|
|
25683
|
+
this.bg = ((function () {
|
|
25683
25684
|
var $ret = new igniteuiWebcomponentsCore.Path();
|
|
25684
25685
|
$ret.an = new igniteuiWebcomponentsCore.GeometryGroup();
|
|
25685
25686
|
$ret.ab = false;
|
|
25686
25687
|
$ret.stroke = null;
|
|
25687
25688
|
return $ret;
|
|
25688
25689
|
})());
|
|
25689
|
-
this.
|
|
25690
|
+
this.be = ((function () {
|
|
25690
25691
|
var $ret = new igniteuiWebcomponentsCore.Path();
|
|
25691
25692
|
$ret.an = new igniteuiWebcomponentsCore.GeometryGroup();
|
|
25692
25693
|
$ret.ab = false;
|
|
25693
25694
|
return $ret;
|
|
25694
25695
|
})());
|
|
25695
|
-
this.
|
|
25696
|
+
this.bf = ((function () {
|
|
25696
25697
|
var $ret = new igniteuiWebcomponentsCore.Path();
|
|
25697
25698
|
$ret.an = new igniteuiWebcomponentsCore.GeometryGroup();
|
|
25698
25699
|
$ret.ab = false;
|
|
@@ -25705,48 +25706,48 @@
|
|
|
25705
25706
|
this.a.eu = AxisDefaults.c;
|
|
25706
25707
|
this.a.fg = AxisDefaults.a;
|
|
25707
25708
|
};
|
|
25708
|
-
AxisView.prototype.
|
|
25709
|
+
AxisView.prototype.an = function (a) {
|
|
25709
25710
|
};
|
|
25710
|
-
AxisView.prototype.
|
|
25711
|
+
AxisView.prototype.a3 = function () {
|
|
25711
25712
|
var a = new igniteuiWebcomponentsCore.TextBlock();
|
|
25712
25713
|
return a;
|
|
25713
25714
|
};
|
|
25714
|
-
AxisView.prototype.
|
|
25715
|
+
AxisView.prototype.aw = function (a) {
|
|
25715
25716
|
a._visibility = 0;
|
|
25716
25717
|
a.s = 0;
|
|
25717
25718
|
if (a.x == null) {
|
|
25718
25719
|
this.a.aw.ab.add(a);
|
|
25719
25720
|
}
|
|
25720
25721
|
};
|
|
25721
|
-
AxisView.prototype.
|
|
25722
|
+
AxisView.prototype.ay = function (a) {
|
|
25722
25723
|
a._visibility = 1;
|
|
25723
25724
|
};
|
|
25724
|
-
AxisView.prototype.
|
|
25725
|
+
AxisView.prototype.ax = function (a) {
|
|
25725
25726
|
if (this.a.aw.ab.contains(a)) {
|
|
25726
25727
|
this.a.aw.ab.remove(a);
|
|
25727
25728
|
}
|
|
25728
25729
|
};
|
|
25729
|
-
AxisView.prototype.
|
|
25730
|
+
AxisView.prototype.bi = function () {
|
|
25730
25731
|
var a = new igniteuiWebcomponentsCore.Rectangle();
|
|
25731
25732
|
return a;
|
|
25732
25733
|
};
|
|
25733
|
-
AxisView.prototype.
|
|
25734
|
+
AxisView.prototype.t = function (a) {
|
|
25734
25735
|
if (a.x == null) {
|
|
25735
25736
|
this.d.ab.add(a);
|
|
25736
25737
|
}
|
|
25737
25738
|
a._visibility = 0;
|
|
25738
25739
|
};
|
|
25739
|
-
AxisView.prototype.
|
|
25740
|
+
AxisView.prototype.v = function (a) {
|
|
25740
25741
|
a._visibility = 1;
|
|
25741
25742
|
};
|
|
25742
|
-
AxisView.prototype.
|
|
25743
|
+
AxisView.prototype.u = function (a) {
|
|
25743
25744
|
if (this.a.aw.ab.contains(a)) {
|
|
25744
25745
|
this.a.aw.ab.remove(a);
|
|
25745
25746
|
}
|
|
25746
25747
|
};
|
|
25747
|
-
AxisView.prototype.
|
|
25748
|
+
AxisView.prototype.ao = function () {
|
|
25748
25749
|
};
|
|
25749
|
-
AxisView.prototype.
|
|
25750
|
+
AxisView.prototype.p = function () {
|
|
25750
25751
|
return true;
|
|
25751
25752
|
};
|
|
25752
25753
|
Object.defineProperty(AxisView.prototype, "index", {
|
|
@@ -25776,32 +25777,32 @@
|
|
|
25776
25777
|
enumerable: false,
|
|
25777
25778
|
configurable: true
|
|
25778
25779
|
});
|
|
25779
|
-
AxisView.prototype.
|
|
25780
|
+
AxisView.prototype.ai = function () {
|
|
25780
25781
|
this.d.cf();
|
|
25781
25782
|
this.d.b3();
|
|
25782
25783
|
};
|
|
25783
|
-
AxisView.prototype.
|
|
25784
|
+
AxisView.prototype.ag = function () {
|
|
25784
25785
|
this.d.ca();
|
|
25785
25786
|
};
|
|
25786
|
-
AxisView.prototype.
|
|
25787
|
+
AxisView.prototype.ac = function () {
|
|
25787
25788
|
if (this.d != null) {
|
|
25788
25789
|
this.d.ab.clear();
|
|
25789
25790
|
}
|
|
25790
|
-
this.
|
|
25791
|
-
this.
|
|
25792
|
-
this.
|
|
25793
|
-
this.
|
|
25794
|
-
this.
|
|
25791
|
+
this.ae(this.bd.an.d);
|
|
25792
|
+
this.ae(this.bg.an.d);
|
|
25793
|
+
this.ae(this.be.an.d);
|
|
25794
|
+
this.ae(this.bf.an.d);
|
|
25795
|
+
this.aj();
|
|
25795
25796
|
};
|
|
25796
|
-
AxisView.prototype.
|
|
25797
|
-
this.ba._visibility = a;
|
|
25798
|
-
this.bb._visibility = a;
|
|
25797
|
+
AxisView.prototype.a1 = function (a) {
|
|
25799
25798
|
this.bd._visibility = a;
|
|
25800
|
-
this.
|
|
25799
|
+
this.be._visibility = a;
|
|
25800
|
+
this.bg._visibility = a;
|
|
25801
|
+
this.bf._visibility = a;
|
|
25801
25802
|
};
|
|
25802
|
-
AxisView.prototype.
|
|
25803
|
+
AxisView.prototype.at = function () {
|
|
25803
25804
|
};
|
|
25804
|
-
AxisView.prototype.
|
|
25805
|
+
AxisView.prototype.ab = function (a) {
|
|
25805
25806
|
this.a.cq = true;
|
|
25806
25807
|
if (this.a.bi != null) {
|
|
25807
25808
|
this.a.bi.mg();
|
|
@@ -25809,19 +25810,19 @@
|
|
|
25809
25810
|
this.a.h7();
|
|
25810
25811
|
};
|
|
25811
25812
|
AxisView.prototype.c = function () {
|
|
25812
|
-
this.b.a = this.
|
|
25813
|
-
this.b.b = this.
|
|
25814
|
-
this.b.c = this.
|
|
25815
|
-
this.b.d = this.
|
|
25813
|
+
this.b.a = this.bd;
|
|
25814
|
+
this.b.b = this.be;
|
|
25815
|
+
this.b.c = this.bf;
|
|
25816
|
+
this.b.d = this.bg;
|
|
25816
25817
|
return this.b;
|
|
25817
25818
|
};
|
|
25818
|
-
AxisView.prototype.
|
|
25819
|
+
AxisView.prototype.ae = function (a) {
|
|
25819
25820
|
if (a != null) {
|
|
25820
25821
|
a.clear();
|
|
25821
25822
|
}
|
|
25822
25823
|
};
|
|
25823
|
-
AxisView.prototype.
|
|
25824
|
-
return this.
|
|
25824
|
+
AxisView.prototype.a4 = function () {
|
|
25825
|
+
return this.bd.an.d;
|
|
25825
25826
|
};
|
|
25826
25827
|
AxisView.prototype.e = function () {
|
|
25827
25828
|
var _this = this;
|
|
@@ -25840,11 +25841,11 @@
|
|
|
25840
25841
|
}
|
|
25841
25842
|
return a;
|
|
25842
25843
|
};
|
|
25843
|
-
AxisView.prototype.
|
|
25844
|
-
return this.
|
|
25844
|
+
AxisView.prototype.a7 = function () {
|
|
25845
|
+
return this.bg.an.d;
|
|
25845
25846
|
};
|
|
25846
|
-
AxisView.prototype.
|
|
25847
|
-
return this.
|
|
25847
|
+
AxisView.prototype.a5 = function () {
|
|
25848
|
+
return this.be.an.d;
|
|
25848
25849
|
};
|
|
25849
25850
|
AxisView.prototype.f = function () {
|
|
25850
25851
|
var _this = this;
|
|
@@ -25863,8 +25864,8 @@
|
|
|
25863
25864
|
}
|
|
25864
25865
|
return a;
|
|
25865
25866
|
};
|
|
25866
|
-
AxisView.prototype.
|
|
25867
|
-
return this.
|
|
25867
|
+
AxisView.prototype.a6 = function () {
|
|
25868
|
+
return this.bf.an.d;
|
|
25868
25869
|
};
|
|
25869
25870
|
AxisView.prototype.g = function () {
|
|
25870
25871
|
var _this = this;
|
|
@@ -25890,40 +25891,47 @@
|
|
|
25890
25891
|
enumerable: false,
|
|
25891
25892
|
configurable: true
|
|
25892
25893
|
});
|
|
25893
|
-
AxisView.prototype.
|
|
25894
|
+
AxisView.prototype.az = function (a, b, c) {
|
|
25894
25895
|
this.d.ad = a;
|
|
25895
25896
|
this.d.c5 = b;
|
|
25896
25897
|
this.d.c4 = c;
|
|
25897
|
-
this.
|
|
25898
|
+
this.aj();
|
|
25898
25899
|
};
|
|
25899
|
-
AxisView.prototype.
|
|
25900
|
+
AxisView.prototype.ad = function () {
|
|
25900
25901
|
this.d.ab.clear();
|
|
25901
|
-
this.
|
|
25902
|
+
this.aj();
|
|
25902
25903
|
};
|
|
25903
|
-
AxisView.prototype.
|
|
25904
|
+
AxisView.prototype.av = function (a) {
|
|
25904
25905
|
this.d.bw = a;
|
|
25905
|
-
this.
|
|
25906
|
+
this.aj();
|
|
25906
25907
|
};
|
|
25907
|
-
AxisView.prototype.
|
|
25908
|
+
AxisView.prototype.a0 = function (a, b) {
|
|
25908
25909
|
this.d.a9 = a;
|
|
25909
25910
|
this.d.ba = b;
|
|
25910
25911
|
this.d.ar = false;
|
|
25911
25912
|
};
|
|
25912
|
-
AxisView.prototype.
|
|
25913
|
+
AxisView.prototype.au = function (a) {
|
|
25913
25914
|
this.d.bg = a;
|
|
25914
25915
|
};
|
|
25915
|
-
AxisView.prototype.
|
|
25916
|
+
AxisView.prototype.aa = function () {
|
|
25916
25917
|
};
|
|
25917
|
-
AxisView.prototype.
|
|
25918
|
+
AxisView.prototype.s = function (a) {
|
|
25918
25919
|
return null;
|
|
25919
25920
|
};
|
|
25920
|
-
AxisView.prototype.
|
|
25921
|
-
|
|
25921
|
+
AxisView.prototype.z = function () {
|
|
25922
|
+
};
|
|
25923
|
+
AxisView.prototype.aq = function () {
|
|
25922
25924
|
};
|
|
25923
25925
|
AxisView.prototype.l = function () {
|
|
25926
|
+
return true;
|
|
25927
|
+
};
|
|
25928
|
+
AxisView.prototype.o = function () {
|
|
25924
25929
|
return false;
|
|
25925
25930
|
};
|
|
25926
|
-
AxisView.prototype.
|
|
25931
|
+
AxisView.prototype.m = function () {
|
|
25932
|
+
return false;
|
|
25933
|
+
};
|
|
25934
|
+
AxisView.prototype.r = function (dataItem_) {
|
|
25927
25935
|
if (this.a.au != null) {
|
|
25928
25936
|
return this.a.au(dataItem_);
|
|
25929
25937
|
}
|
|
@@ -25932,9 +25940,9 @@
|
|
|
25932
25940
|
}
|
|
25933
25941
|
return null;
|
|
25934
25942
|
};
|
|
25935
|
-
AxisView.prototype.
|
|
25936
|
-
if (this.
|
|
25937
|
-
return this.
|
|
25943
|
+
AxisView.prototype.q = function (dataItem_) {
|
|
25944
|
+
if (this.o() && this.m()) {
|
|
25945
|
+
return this.r(dataItem_);
|
|
25938
25946
|
}
|
|
25939
25947
|
else {
|
|
25940
25948
|
if (this.a.au != null) {
|
|
@@ -25964,7 +25972,7 @@
|
|
|
25964
25972
|
}
|
|
25965
25973
|
return labelValue_;
|
|
25966
25974
|
};
|
|
25967
|
-
AxisView.prototype.
|
|
25975
|
+
AxisView.prototype.ak = function (a, b) {
|
|
25968
25976
|
this.j = a;
|
|
25969
25977
|
this.k = b;
|
|
25970
25978
|
};
|
|
@@ -25978,7 +25986,7 @@
|
|
|
25978
25986
|
enumerable: false,
|
|
25979
25987
|
configurable: true
|
|
25980
25988
|
});
|
|
25981
|
-
AxisView.prototype.
|
|
25989
|
+
AxisView.prototype.aj = function () {
|
|
25982
25990
|
if (this.a.bg == null || this.j == null) {
|
|
25983
25991
|
return;
|
|
25984
25992
|
}
|
|
@@ -25989,9 +25997,9 @@
|
|
|
25989
25997
|
};
|
|
25990
25998
|
AxisView.prototype.undirty = function (a) {
|
|
25991
25999
|
this.isDirty = false;
|
|
25992
|
-
this.
|
|
26000
|
+
this.ar(a);
|
|
25993
26001
|
};
|
|
25994
|
-
AxisView.prototype.
|
|
26002
|
+
AxisView.prototype.ar = function (a) {
|
|
25995
26003
|
if (this.j == null) {
|
|
25996
26004
|
return;
|
|
25997
26005
|
}
|
|
@@ -26008,17 +26016,17 @@
|
|
|
26008
26016
|
}
|
|
26009
26017
|
if (a) {
|
|
26010
26018
|
if (this.a.bi.s4 != null && !this.a.kd.isEmpty) {
|
|
26011
|
-
this.
|
|
26012
|
-
this.
|
|
26013
|
-
this.
|
|
26014
|
-
this.
|
|
26015
|
-
this.
|
|
26016
|
-
this.j.w(this.
|
|
26019
|
+
this.bh.o = this.a.kd.top;
|
|
26020
|
+
this.bh.n = this.a.kd.left;
|
|
26021
|
+
this.bh.width = this.a.kd.width;
|
|
26022
|
+
this.bh.height = this.a.kd.height;
|
|
26023
|
+
this.bh._fill = this.a.bi.s4;
|
|
26024
|
+
this.j.w(this.bh);
|
|
26017
26025
|
}
|
|
26018
26026
|
}
|
|
26019
26027
|
this.j.aa();
|
|
26020
26028
|
this.j.af(this.a.kd);
|
|
26021
|
-
this.
|
|
26029
|
+
this.as();
|
|
26022
26030
|
this.j.z();
|
|
26023
26031
|
if (this.a.bi != null && this.a.bi.gh != 1) {
|
|
26024
26032
|
this.j.z();
|
|
@@ -26029,7 +26037,7 @@
|
|
|
26029
26037
|
this.k.aa();
|
|
26030
26038
|
this.k.ab(this.a.bi.gh, this.a.bi.gh);
|
|
26031
26039
|
}
|
|
26032
|
-
var c = this.
|
|
26040
|
+
var c = this.bb;
|
|
26033
26041
|
var d = this.a.bg.ts();
|
|
26034
26042
|
if (!c.isEmpty && a) {
|
|
26035
26043
|
if (!this.k.e) {
|
|
@@ -26044,38 +26052,38 @@
|
|
|
26044
26052
|
AxisView.prototype.postRender = function () {
|
|
26045
26053
|
this.d.ck();
|
|
26046
26054
|
};
|
|
26047
|
-
AxisView.prototype.
|
|
26055
|
+
AxisView.prototype.as = function () {
|
|
26048
26056
|
if (this.j.d) {
|
|
26049
|
-
this.
|
|
26050
|
-
this.
|
|
26051
|
-
this.
|
|
26052
|
-
this.
|
|
26053
|
-
this.
|
|
26054
|
-
this.
|
|
26055
|
-
this.
|
|
26056
|
-
this.
|
|
26057
|
-
this.
|
|
26058
|
-
this.
|
|
26059
|
-
this.
|
|
26060
|
-
this.j.t(this.ba);
|
|
26057
|
+
this.bd._stroke = this.a.jv;
|
|
26058
|
+
this.bg._fill = this.a.jy;
|
|
26059
|
+
this.bf._stroke = this.a.ju;
|
|
26060
|
+
this.be._stroke = this.a.jt;
|
|
26061
|
+
this.bf.ad = this.a.eu;
|
|
26062
|
+
this.be.ad = this.a.er;
|
|
26063
|
+
this.bd.ad = this.a.fg;
|
|
26064
|
+
this.bf.ai = this.a.j2;
|
|
26065
|
+
this.be.ai = this.a.j1;
|
|
26066
|
+
this.bd.ai = this.a.j3;
|
|
26067
|
+
this.bb = this.a.kd;
|
|
26061
26068
|
this.j.t(this.bd);
|
|
26062
|
-
this.j.t(this.
|
|
26063
|
-
this.j.t(this.
|
|
26069
|
+
this.j.t(this.bg);
|
|
26070
|
+
this.j.t(this.be);
|
|
26071
|
+
this.j.t(this.bf);
|
|
26064
26072
|
}
|
|
26065
26073
|
};
|
|
26066
|
-
AxisView.prototype.
|
|
26067
|
-
this.
|
|
26074
|
+
AxisView.prototype.ah = function () {
|
|
26075
|
+
this.aj();
|
|
26068
26076
|
};
|
|
26069
|
-
AxisView.prototype.
|
|
26077
|
+
AxisView.prototype.af = function (a) {
|
|
26070
26078
|
if (a != null) {
|
|
26071
26079
|
a.al.u(this);
|
|
26072
26080
|
a.cv.cq();
|
|
26073
26081
|
}
|
|
26074
26082
|
};
|
|
26075
|
-
AxisView.prototype.
|
|
26083
|
+
AxisView.prototype.y = function (a) {
|
|
26076
26084
|
if (a != null) {
|
|
26077
26085
|
a.al.o(this);
|
|
26078
|
-
this.
|
|
26086
|
+
this.aj();
|
|
26079
26087
|
}
|
|
26080
26088
|
};
|
|
26081
26089
|
AxisView.prototype.i = function () {
|
|
@@ -26084,10 +26092,10 @@
|
|
|
26084
26092
|
}
|
|
26085
26093
|
return igniteuiWebcomponentsCore.FontUtil.getFont(this.a.bi.cv.j.ae);
|
|
26086
26094
|
};
|
|
26087
|
-
AxisView.prototype.
|
|
26095
|
+
AxisView.prototype.n = function () {
|
|
26088
26096
|
return this.j == null;
|
|
26089
26097
|
};
|
|
26090
|
-
AxisView.prototype.
|
|
26098
|
+
AxisView.prototype.ap = function () {
|
|
26091
26099
|
if (this.a.b9 || this.a.cm) {
|
|
26092
26100
|
return;
|
|
26093
26101
|
}
|
|
@@ -26110,7 +26118,7 @@
|
|
|
26110
26118
|
this.a.cq = true;
|
|
26111
26119
|
this.a.h7();
|
|
26112
26120
|
};
|
|
26113
|
-
AxisView.prototype.
|
|
26121
|
+
AxisView.prototype.x = function () {
|
|
26114
26122
|
var a;
|
|
26115
26123
|
var b = new AxisLabelSettings();
|
|
26116
26124
|
if (this.a.b9) {
|
|
@@ -26137,9 +26145,9 @@
|
|
|
26137
26145
|
b.topMargin = 5;
|
|
26138
26146
|
b.bottomMargin = 5;
|
|
26139
26147
|
}
|
|
26140
|
-
this.
|
|
26148
|
+
this.w(b, a);
|
|
26141
26149
|
};
|
|
26142
|
-
AxisView.prototype.
|
|
26150
|
+
AxisView.prototype.a2 = function () {
|
|
26143
26151
|
if (this.a.bi == null) {
|
|
26144
26152
|
return;
|
|
26145
26153
|
}
|
|
@@ -26163,7 +26171,7 @@
|
|
|
26163
26171
|
}
|
|
26164
26172
|
}
|
|
26165
26173
|
};
|
|
26166
|
-
AxisView.prototype.
|
|
26174
|
+
AxisView.prototype.w = function (a, b) {
|
|
26167
26175
|
this.a.fl.startCSSQuery();
|
|
26168
26176
|
var c = this.a.fl.getCssDefaultPropertyValue(b, "margin-top");
|
|
26169
26177
|
var d = this.a.fl.getCssDefaultPropertyValue(b, "margin-right");
|
|
@@ -26231,27 +26239,27 @@
|
|
|
26231
26239
|
AxisView.prototype.isValid = function () {
|
|
26232
26240
|
return this.a != null && !this.a.kd.isEmpty;
|
|
26233
26241
|
};
|
|
26234
|
-
AxisView.prototype.
|
|
26242
|
+
AxisView.prototype.a8 = function (a) {
|
|
26235
26243
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: a.n, y: a.o };
|
|
26236
26244
|
};
|
|
26237
|
-
AxisView.prototype.
|
|
26245
|
+
AxisView.prototype.a9 = function () {
|
|
26238
26246
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: this.a.aw.c1.left, y: this.a.aw.c1.top };
|
|
26239
26247
|
};
|
|
26240
|
-
AxisView.prototype.
|
|
26248
|
+
AxisView.prototype.bc = function () {
|
|
26241
26249
|
var a = this.a.aw.c1;
|
|
26242
26250
|
return a;
|
|
26243
26251
|
};
|
|
26244
|
-
AxisView.prototype.
|
|
26252
|
+
AxisView.prototype.ba = function (a) {
|
|
26245
26253
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: a.n, y: a.o };
|
|
26246
26254
|
};
|
|
26247
|
-
AxisView.prototype.
|
|
26255
|
+
AxisView.prototype.bj = function (a) {
|
|
26248
26256
|
var b = this.a.aw.af.t();
|
|
26249
26257
|
var c = this.a.aw.af.v();
|
|
26250
26258
|
var d = this.a.aw.af.u();
|
|
26251
26259
|
var e = this.a.aw.af.s();
|
|
26252
26260
|
return new igniteuiWebcomponentsCore.Thickness(1, b, c, d, e);
|
|
26253
26261
|
};
|
|
26254
|
-
AxisView.prototype.
|
|
26262
|
+
AxisView.prototype.am = function () {
|
|
26255
26263
|
if (igniteuiWebcomponentsCore.FastReflectionHelper.needsHelper(this.a.f0)) {
|
|
26256
26264
|
this.h = new igniteuiWebcomponentsCore.FastReflectionHelper(true, this.a.f0);
|
|
26257
26265
|
}
|
|
@@ -26269,13 +26277,13 @@
|
|
|
26269
26277
|
tslib.__extends(CategoryAxisBaseView, _super);
|
|
26270
26278
|
function CategoryAxisBaseView(a) {
|
|
26271
26279
|
var _this = _super.call(this, a) || this;
|
|
26272
|
-
_this.
|
|
26273
|
-
_this.
|
|
26280
|
+
_this.bk = null;
|
|
26281
|
+
_this.bk = a;
|
|
26274
26282
|
return _this;
|
|
26275
26283
|
}
|
|
26276
|
-
CategoryAxisBaseView.prototype.
|
|
26284
|
+
CategoryAxisBaseView.prototype.s = function (a) {
|
|
26277
26285
|
var b = 0;
|
|
26278
|
-
if (this.
|
|
26286
|
+
if (this.bk.categoryMode == 0) {
|
|
26279
26287
|
b = igniteuiWebcomponentsCore.truncate(Math.round(a));
|
|
26280
26288
|
}
|
|
26281
26289
|
else {
|
|
@@ -26285,13 +26293,13 @@
|
|
|
26285
26293
|
return null;
|
|
26286
26294
|
}
|
|
26287
26295
|
var c = this.a.kr.item(b);
|
|
26288
|
-
var d = this.
|
|
26296
|
+
var d = this.q(c);
|
|
26289
26297
|
if (d == null) {
|
|
26290
26298
|
return null;
|
|
26291
26299
|
}
|
|
26292
26300
|
return d.toString();
|
|
26293
26301
|
};
|
|
26294
|
-
CategoryAxisBaseView.prototype.
|
|
26302
|
+
CategoryAxisBaseView.prototype.bl = function (a) {
|
|
26295
26303
|
var b = 0;
|
|
26296
26304
|
var c = false;
|
|
26297
26305
|
for (var d = 0; d < a.count; d++) {
|
|
@@ -26381,36 +26389,36 @@
|
|
|
26381
26389
|
tslib.__extends(NumericAxisBaseView, _super);
|
|
26382
26390
|
function NumericAxisBaseView(a) {
|
|
26383
26391
|
var _this = _super.call(this, a) || this;
|
|
26384
|
-
_this.
|
|
26385
|
-
_this.
|
|
26392
|
+
_this.bk = null;
|
|
26393
|
+
_this.bk = a;
|
|
26386
26394
|
return _this;
|
|
26387
26395
|
}
|
|
26388
|
-
NumericAxisBaseView.prototype.
|
|
26396
|
+
NumericAxisBaseView.prototype.bl = function () {
|
|
26389
26397
|
};
|
|
26390
|
-
NumericAxisBaseView.prototype.
|
|
26391
|
-
return this.
|
|
26398
|
+
NumericAxisBaseView.prototype.o = function () {
|
|
26399
|
+
return this.bk.lh;
|
|
26392
26400
|
};
|
|
26393
|
-
NumericAxisBaseView.prototype.
|
|
26394
|
-
if (this.
|
|
26401
|
+
NumericAxisBaseView.prototype.m = function () {
|
|
26402
|
+
if (this.bk.kp != null) {
|
|
26395
26403
|
return true;
|
|
26396
26404
|
}
|
|
26397
|
-
if (this.
|
|
26405
|
+
if (this.bk.ko != null) {
|
|
26398
26406
|
return true;
|
|
26399
26407
|
}
|
|
26400
26408
|
return false;
|
|
26401
26409
|
};
|
|
26402
|
-
NumericAxisBaseView.prototype.
|
|
26403
|
-
if (this.
|
|
26404
|
-
return this.
|
|
26410
|
+
NumericAxisBaseView.prototype.r = function (dataItem_) {
|
|
26411
|
+
if (this.bk.kp != null) {
|
|
26412
|
+
return this.bk.kp(dataItem_);
|
|
26405
26413
|
}
|
|
26406
|
-
if (this.
|
|
26407
|
-
return this.
|
|
26414
|
+
if (this.bk.ko != null) {
|
|
26415
|
+
return this.bk.ko.i(dataItem_);
|
|
26408
26416
|
}
|
|
26409
26417
|
return null;
|
|
26410
26418
|
};
|
|
26411
|
-
NumericAxisBaseView.prototype.
|
|
26412
|
-
var b = this.
|
|
26413
|
-
return this.
|
|
26419
|
+
NumericAxisBaseView.prototype.s = function (a) {
|
|
26420
|
+
var b = this.bk.k0.d(this.bk.kd, this.bk.bi.tn, this.bk.j8(), this.bk.j7());
|
|
26421
|
+
return this.bk.k0.w(b, a, -1, NaN);
|
|
26414
26422
|
};
|
|
26415
26423
|
NumericAxisBaseView.$t = igniteuiWebcomponentsCore.markType(NumericAxisBaseView, 'NumericAxisBaseView', AxisView.$);
|
|
26416
26424
|
return NumericAxisBaseView;
|
|
@@ -39750,7 +39758,12 @@
|
|
|
39750
39758
|
if (!ext) {
|
|
39751
39759
|
ext = new IgcSeriesLayerPropertyOverlay();
|
|
39752
39760
|
if (ext) {
|
|
39753
|
-
ext._implementation
|
|
39761
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
39762
|
+
ext._implementation.setNativeElement(int);
|
|
39763
|
+
}
|
|
39764
|
+
else {
|
|
39765
|
+
ext._implementation = int;
|
|
39766
|
+
}
|
|
39754
39767
|
}
|
|
39755
39768
|
}
|
|
39756
39769
|
return ext;
|
|
@@ -39914,7 +39927,12 @@
|
|
|
39914
39927
|
if (!ext) {
|
|
39915
39928
|
ext = new IgcSeriesLayer();
|
|
39916
39929
|
if (ext) {
|
|
39917
|
-
ext._implementation
|
|
39930
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
39931
|
+
ext._implementation.setNativeElement(int);
|
|
39932
|
+
}
|
|
39933
|
+
else {
|
|
39934
|
+
ext._implementation = int;
|
|
39935
|
+
}
|
|
39918
39936
|
}
|
|
39919
39937
|
}
|
|
39920
39938
|
return ext;
|
|
@@ -44356,7 +44374,7 @@
|
|
|
44356
44374
|
this.ns();
|
|
44357
44375
|
};
|
|
44358
44376
|
StraightNumericAxisBase.prototype.ns = function () {
|
|
44359
|
-
this.nm.
|
|
44377
|
+
this.nm.bn();
|
|
44360
44378
|
};
|
|
44361
44379
|
StraightNumericAxisBase.prototype.hw = function (a, b, c, d) {
|
|
44362
44380
|
if (this.nn) {
|
|
@@ -44423,13 +44441,13 @@
|
|
|
44423
44441
|
tslib.__extends(StraightNumericAxisBaseView, _super);
|
|
44424
44442
|
function StraightNumericAxisBaseView(a) {
|
|
44425
44443
|
var _this = _super.call(this, a) || this;
|
|
44426
|
-
_this.
|
|
44427
|
-
_this.
|
|
44444
|
+
_this.bm = null;
|
|
44445
|
+
_this.bm = a;
|
|
44428
44446
|
return _this;
|
|
44429
44447
|
}
|
|
44430
|
-
StraightNumericAxisBaseView.prototype.
|
|
44431
|
-
this.
|
|
44432
|
-
this.
|
|
44448
|
+
StraightNumericAxisBaseView.prototype.bn = function () {
|
|
44449
|
+
this.bm.ni.x(this.bm.lw);
|
|
44450
|
+
this.bm.ni.y(this.bm.lx);
|
|
44433
44451
|
};
|
|
44434
44452
|
StraightNumericAxisBaseView.$t = igniteuiWebcomponentsCore.markType(StraightNumericAxisBaseView, 'StraightNumericAxisBaseView', NumericAxisBaseView.$);
|
|
44435
44453
|
return StraightNumericAxisBaseView;
|
|
@@ -44944,12 +44962,12 @@
|
|
|
44944
44962
|
tslib.__extends(NumericYAxisView, _super);
|
|
44945
44963
|
function NumericYAxisView(a) {
|
|
44946
44964
|
var _this = _super.call(this, a) || this;
|
|
44947
|
-
_this.
|
|
44948
|
-
_this.
|
|
44965
|
+
_this.bo = null;
|
|
44966
|
+
_this.bo = a;
|
|
44949
44967
|
return _this;
|
|
44950
44968
|
}
|
|
44951
|
-
NumericYAxisView.prototype.
|
|
44952
|
-
_super.prototype.
|
|
44969
|
+
NumericYAxisView.prototype.al = function () {
|
|
44970
|
+
_super.prototype.al.call(this);
|
|
44953
44971
|
this.a.jw = AxisDefaults.h;
|
|
44954
44972
|
};
|
|
44955
44973
|
NumericYAxisView.$t = igniteuiWebcomponentsCore.markType(NumericYAxisView, 'NumericYAxisView', StraightNumericAxisBaseView.$);
|
|
@@ -45221,10 +45239,10 @@
|
|
|
45221
45239
|
var d = this.j8();
|
|
45222
45240
|
var e = this.j7();
|
|
45223
45241
|
var f = new ScalerParams(0, b, c, this.ch, d);
|
|
45224
|
-
var g = this.a5.
|
|
45225
|
-
var h = this.a5.
|
|
45226
|
-
var i = this.a5.
|
|
45227
|
-
var j = this.a5.
|
|
45242
|
+
var g = this.a5.a4();
|
|
45243
|
+
var h = this.a5.a7();
|
|
45244
|
+
var i = this.a5.a5();
|
|
45245
|
+
var j = this.a5.a6();
|
|
45228
45246
|
var k = this.a5.e();
|
|
45229
45247
|
var l = this.a5.f();
|
|
45230
45248
|
var m = this.a5.g();
|
|
@@ -45238,14 +45256,14 @@
|
|
|
45238
45256
|
this.dc.clear();
|
|
45239
45257
|
this.dd.clear();
|
|
45240
45258
|
this.ky.clear();
|
|
45241
|
-
this.a5.
|
|
45259
|
+
this.a5.az(this, b, c);
|
|
45242
45260
|
if (b.isEmpty || c.isEmpty) {
|
|
45243
45261
|
this.br.count = 0;
|
|
45244
45262
|
this.bq.count = 0;
|
|
45245
45263
|
this.bp.count = 0;
|
|
45246
45264
|
}
|
|
45247
|
-
if (this.br.count == 0 && this.bq.count == 0) {
|
|
45248
|
-
this.a5.
|
|
45265
|
+
if (this.br.count == 0 && this.bq.count == 0 && this.a5.l()) {
|
|
45266
|
+
this.a5.ad();
|
|
45249
45267
|
}
|
|
45250
45268
|
if (this.az != null) {
|
|
45251
45269
|
this.az.registerAxis(this);
|
|
@@ -45254,7 +45272,7 @@
|
|
|
45254
45272
|
this.br.count = 0;
|
|
45255
45273
|
this.bq.count = 0;
|
|
45256
45274
|
this.bp.count = 0;
|
|
45257
|
-
this.a5.
|
|
45275
|
+
this.a5.ad();
|
|
45258
45276
|
return;
|
|
45259
45277
|
}
|
|
45260
45278
|
if (!b.isEmpty && !c.isEmpty) {
|
|
@@ -45315,7 +45333,7 @@
|
|
|
45315
45333
|
}
|
|
45316
45334
|
}
|
|
45317
45335
|
this.hq(g, u, c, k, true);
|
|
45318
|
-
this.a5.
|
|
45336
|
+
this.a5.au(v);
|
|
45319
45337
|
var y = Math.min(p, q);
|
|
45320
45338
|
var z = Math.max(p, q);
|
|
45321
45339
|
var aa = e.width;
|
|
@@ -45341,7 +45359,7 @@
|
|
|
45341
45359
|
var aj = this.mp(0 + ah * ad.g, f);
|
|
45342
45360
|
var ak = this.ej(ad.g, f);
|
|
45343
45361
|
var al = Math.abs(ak - this.ej(0, f));
|
|
45344
|
-
this.a5.
|
|
45362
|
+
this.a5.av(ak);
|
|
45345
45363
|
var am = igniteuiWebcomponentsCore.truncate(Math.ceil(e.right));
|
|
45346
45364
|
var an = igniteuiWebcomponentsCore.truncate(Math.floor(e.left));
|
|
45347
45365
|
var ao = this.ms;
|
|
@@ -45440,7 +45458,7 @@
|
|
|
45440
45458
|
this.bi.mg();
|
|
45441
45459
|
}
|
|
45442
45460
|
}
|
|
45443
|
-
this.a5.
|
|
45461
|
+
this.a5.a0(this.dc, this.dd);
|
|
45444
45462
|
this.l4();
|
|
45445
45463
|
}
|
|
45446
45464
|
};
|
|
@@ -45712,12 +45730,12 @@
|
|
|
45712
45730
|
tslib.__extends(CategoryXAxisView, _super);
|
|
45713
45731
|
function CategoryXAxisView(a) {
|
|
45714
45732
|
var _this = _super.call(this, a) || this;
|
|
45715
|
-
_this.
|
|
45716
|
-
_this.
|
|
45733
|
+
_this.bm = null;
|
|
45734
|
+
_this.bm = a;
|
|
45717
45735
|
return _this;
|
|
45718
45736
|
}
|
|
45719
|
-
CategoryXAxisView.prototype.
|
|
45720
|
-
_super.prototype.
|
|
45737
|
+
CategoryXAxisView.prototype.al = function () {
|
|
45738
|
+
_super.prototype.al.call(this);
|
|
45721
45739
|
this.a.fh = AxisDefaults.f;
|
|
45722
45740
|
};
|
|
45723
45741
|
CategoryXAxisView.$t = igniteuiWebcomponentsCore.markType(CategoryXAxisView, 'CategoryXAxisView', CategoryAxisBaseView.$);
|
|
@@ -47120,7 +47138,12 @@
|
|
|
47120
47138
|
if (!ext) {
|
|
47121
47139
|
ext = new IgcCalloutAnnotation();
|
|
47122
47140
|
if (ext) {
|
|
47123
|
-
ext._implementation
|
|
47141
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
47142
|
+
ext._implementation.setNativeElement(int);
|
|
47143
|
+
}
|
|
47144
|
+
else {
|
|
47145
|
+
ext._implementation = int;
|
|
47146
|
+
}
|
|
47124
47147
|
}
|
|
47125
47148
|
}
|
|
47126
47149
|
return ext;
|
|
@@ -53451,16 +53474,16 @@
|
|
|
53451
53474
|
};
|
|
53452
53475
|
XamDataLegend.prototype.f8 = function (a, b) {
|
|
53453
53476
|
if (b != null) {
|
|
53454
|
-
if (b.
|
|
53455
|
-
a.fontFamily = b.
|
|
53477
|
+
if (b.p != null) {
|
|
53478
|
+
a.fontFamily = b.p;
|
|
53456
53479
|
}
|
|
53457
|
-
if (!igniteuiWebcomponentsCore.isNaN_(b.
|
|
53458
|
-
a.fontSize = b.
|
|
53480
|
+
if (!igniteuiWebcomponentsCore.isNaN_(b.e)) {
|
|
53481
|
+
a.fontSize = b.e;
|
|
53459
53482
|
}
|
|
53460
|
-
a.fontWeight = igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.
|
|
53461
|
-
a.fontStyle = igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.
|
|
53462
|
-
if (b.
|
|
53463
|
-
a.fontStretch = b.
|
|
53483
|
+
a.fontWeight = igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.u) ? "Normal" : b.u;
|
|
53484
|
+
a.fontStyle = igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.s) ? "Normal" : b.s;
|
|
53485
|
+
if (b.q != null) {
|
|
53486
|
+
a.fontStretch = b.s;
|
|
53464
53487
|
}
|
|
53465
53488
|
}
|
|
53466
53489
|
};
|
|
@@ -55352,6 +55375,7 @@
|
|
|
55352
55375
|
if (this.b != null) {
|
|
55353
55376
|
this.b.ao = null;
|
|
55354
55377
|
this.b.av();
|
|
55378
|
+
this.b = null;
|
|
55355
55379
|
}
|
|
55356
55380
|
};
|
|
55357
55381
|
Object.defineProperty(DataLegendView.prototype, "x", {
|
|
@@ -55506,7 +55530,7 @@
|
|
|
55506
55530
|
DataLegendView.prototype.ai = function (a) {
|
|
55507
55531
|
if (this.z.containsKey(a)) {
|
|
55508
55532
|
var b = this.z.item(a);
|
|
55509
|
-
if (b.d.
|
|
55533
|
+
if (b.d.i == a.i) {
|
|
55510
55534
|
return b.c;
|
|
55511
55535
|
}
|
|
55512
55536
|
}
|
|
@@ -55550,12 +55574,12 @@
|
|
|
55550
55574
|
if (this.f == null) {
|
|
55551
55575
|
this.f = ((function () {
|
|
55552
55576
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
55553
|
-
$ret.
|
|
55554
|
-
$ret.
|
|
55555
|
-
$ret.
|
|
55556
|
-
$ret.
|
|
55557
|
-
$ret.
|
|
55558
|
-
$ret.
|
|
55577
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontFamily;
|
|
55578
|
+
$ret.e = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontSize;
|
|
55579
|
+
$ret.s = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStyle;
|
|
55580
|
+
$ret.u = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontWeight;
|
|
55581
|
+
$ret.q = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStretch;
|
|
55582
|
+
$ret.t = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontVariant;
|
|
55559
55583
|
return $ret;
|
|
55560
55584
|
})());
|
|
55561
55585
|
}
|
|
@@ -55565,12 +55589,12 @@
|
|
|
55565
55589
|
if (this.h == null) {
|
|
55566
55590
|
this.h = ((function () {
|
|
55567
55591
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
55568
|
-
$ret.
|
|
55569
|
-
$ret.
|
|
55570
|
-
$ret.
|
|
55571
|
-
$ret.
|
|
55572
|
-
$ret.
|
|
55573
|
-
$ret.
|
|
55592
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontFamily;
|
|
55593
|
+
$ret.e = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontSize;
|
|
55594
|
+
$ret.s = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStyle;
|
|
55595
|
+
$ret.u = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontWeight;
|
|
55596
|
+
$ret.q = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStretch;
|
|
55597
|
+
$ret.t = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontVariant;
|
|
55574
55598
|
return $ret;
|
|
55575
55599
|
})());
|
|
55576
55600
|
}
|
|
@@ -55580,12 +55604,12 @@
|
|
|
55580
55604
|
if (this.g == null) {
|
|
55581
55605
|
this.g = ((function () {
|
|
55582
55606
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
55583
|
-
$ret.
|
|
55584
|
-
$ret.
|
|
55585
|
-
$ret.
|
|
55586
|
-
$ret.
|
|
55587
|
-
$ret.
|
|
55588
|
-
$ret.
|
|
55607
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontFamily;
|
|
55608
|
+
$ret.e = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontSize;
|
|
55609
|
+
$ret.s = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStyle;
|
|
55610
|
+
$ret.u = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontWeight;
|
|
55611
|
+
$ret.q = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStretch;
|
|
55612
|
+
$ret.t = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontVariant;
|
|
55589
55613
|
return $ret;
|
|
55590
55614
|
})());
|
|
55591
55615
|
}
|
|
@@ -55595,12 +55619,12 @@
|
|
|
55595
55619
|
if (this.d == null) {
|
|
55596
55620
|
this.d = ((function () {
|
|
55597
55621
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
55598
|
-
$ret.
|
|
55599
|
-
$ret.
|
|
55600
|
-
$ret.
|
|
55601
|
-
$ret.
|
|
55602
|
-
$ret.
|
|
55603
|
-
$ret.
|
|
55622
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontFamily;
|
|
55623
|
+
$ret.e = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontSize;
|
|
55624
|
+
$ret.s = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStyle;
|
|
55625
|
+
$ret.u = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontWeight;
|
|
55626
|
+
$ret.q = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStretch;
|
|
55627
|
+
$ret.t = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontVariant;
|
|
55604
55628
|
return $ret;
|
|
55605
55629
|
})());
|
|
55606
55630
|
}
|
|
@@ -55610,12 +55634,12 @@
|
|
|
55610
55634
|
if (this.e == null) {
|
|
55611
55635
|
this.e = ((function () {
|
|
55612
55636
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
55613
|
-
$ret.
|
|
55614
|
-
$ret.
|
|
55615
|
-
$ret.
|
|
55616
|
-
$ret.
|
|
55617
|
-
$ret.
|
|
55618
|
-
$ret.
|
|
55637
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontFamily;
|
|
55638
|
+
$ret.e = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontSize;
|
|
55639
|
+
$ret.s = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStyle;
|
|
55640
|
+
$ret.u = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontWeight;
|
|
55641
|
+
$ret.q = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStretch;
|
|
55642
|
+
$ret.t = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontVariant;
|
|
55619
55643
|
return $ret;
|
|
55620
55644
|
})());
|
|
55621
55645
|
}
|
|
@@ -55625,12 +55649,12 @@
|
|
|
55625
55649
|
if (this.c == null) {
|
|
55626
55650
|
this.c = ((function () {
|
|
55627
55651
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
55628
|
-
$ret.
|
|
55629
|
-
$ret.
|
|
55630
|
-
$ret.
|
|
55631
|
-
$ret.
|
|
55632
|
-
$ret.
|
|
55633
|
-
$ret.
|
|
55652
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontFamily;
|
|
55653
|
+
$ret.e = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontSize;
|
|
55654
|
+
$ret.s = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStyle;
|
|
55655
|
+
$ret.u = igniteuiWebcomponentsCore.FontDefaults.dataLegendHeaderFontWeight;
|
|
55656
|
+
$ret.q = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontStretch;
|
|
55657
|
+
$ret.t = igniteuiWebcomponentsCore.FontDefaults.dataLegendFontVariant;
|
|
55634
55658
|
return $ret;
|
|
55635
55659
|
})());
|
|
55636
55660
|
}
|
|
@@ -55652,12 +55676,14 @@
|
|
|
55652
55676
|
};
|
|
55653
55677
|
DataLegendView.prototype.a3 = function () {
|
|
55654
55678
|
if (this.b != null) {
|
|
55655
|
-
this.
|
|
55679
|
+
var a = this.aj.rootWrapper;
|
|
55680
|
+
this.b.at(a, "");
|
|
55656
55681
|
}
|
|
55657
55682
|
};
|
|
55658
55683
|
DataLegendView.prototype.a6 = function () {
|
|
55659
55684
|
if (this.b != null) {
|
|
55660
|
-
this.
|
|
55685
|
+
var a = this.aj.rootWrapper;
|
|
55686
|
+
this.b.bh(a, "");
|
|
55661
55687
|
}
|
|
55662
55688
|
};
|
|
55663
55689
|
DataLegendView.prototype.ar = function (a, b) {
|
|
@@ -56290,6 +56316,10 @@
|
|
|
56290
56316
|
}
|
|
56291
56317
|
igniteuiWebcomponentsCore.initializePropertiesFromCss(container, component, genericPrefix + "-", new Set(), false, additionalPrefixes);
|
|
56292
56318
|
};
|
|
56319
|
+
IgcDataLegendComponent.prototype.destroy = function () {
|
|
56320
|
+
this.i.destroy();
|
|
56321
|
+
this._wrapper.destroy();
|
|
56322
|
+
};
|
|
56293
56323
|
Object.defineProperty(IgcDataLegendComponent.prototype, "target", {
|
|
56294
56324
|
//private desiredSizeChanged(width: number, height: number) {
|
|
56295
56325
|
// //this.style.minWidth = width + "px";
|
|
@@ -101946,7 +101976,7 @@
|
|
|
101946
101976
|
var c = b.al;
|
|
101947
101977
|
a.a.gy();
|
|
101948
101978
|
var d = this.ah.isExploded ? this.ah.b5 : this.ah.b7;
|
|
101949
|
-
var e = igniteuiWebcomponentsCore.GeometryUtil.
|
|
101979
|
+
var e = igniteuiWebcomponentsCore.GeometryUtil.n(d, this.ai, this.ah.a2 + a.a.da);
|
|
101950
101980
|
var f = a.b4.width;
|
|
101951
101981
|
if (a.z(b) + e.x > f && e.x < f) {
|
|
101952
101982
|
while (c.length > 0 && a.z(b) + e.x > f) {
|
|
@@ -101977,7 +102007,7 @@
|
|
|
101977
102007
|
this.ap._visibility = this.ah.ai.jd != 0 ? this.ah.ai.jd : this.ah.aj._visibility;
|
|
101978
102008
|
var a;
|
|
101979
102009
|
var b = this.ah.ai.db;
|
|
101980
|
-
var c = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102010
|
+
var c = igniteuiWebcomponentsCore.GeometryUtil.n(this.ah.b6(), this.ai, this.ah.a2);
|
|
101981
102011
|
this.ap.an = c.x;
|
|
101982
102012
|
this.ap.ap = c.y;
|
|
101983
102013
|
if (this.ai < 90 || this.ai >= 270) {
|
|
@@ -101989,7 +102019,7 @@
|
|
|
101989
102019
|
if (b > 0) {
|
|
101990
102020
|
var d = igniteuiWebcomponentsCore.GeometryUtil.g(c, a);
|
|
101991
102021
|
if (b < d) {
|
|
101992
|
-
a = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102022
|
+
a = igniteuiWebcomponentsCore.GeometryUtil.p(a, c, b);
|
|
101993
102023
|
}
|
|
101994
102024
|
else {
|
|
101995
102025
|
a = c;
|
|
@@ -102005,8 +102035,8 @@
|
|
|
102005
102035
|
var c = b._segments._inner[0];
|
|
102006
102036
|
var d = this.ah.ai.db;
|
|
102007
102037
|
var e = (this.ao.top + this.ao.bottom) / 2;
|
|
102008
|
-
var f = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102009
|
-
var g = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102038
|
+
var f = igniteuiWebcomponentsCore.GeometryUtil.n(a, this.ai, this.ah.a2);
|
|
102039
|
+
var g = igniteuiWebcomponentsCore.GeometryUtil.n(a, this.ai, this.ah.a2 + this.ah.ai.da / 2);
|
|
102010
102040
|
var h;
|
|
102011
102041
|
var i;
|
|
102012
102042
|
var j;
|
|
@@ -102030,16 +102060,16 @@
|
|
|
102030
102060
|
if (d > 0) {
|
|
102031
102061
|
var l = igniteuiWebcomponentsCore.GeometryUtil.g(f, j);
|
|
102032
102062
|
if (d < l) {
|
|
102033
|
-
i = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102063
|
+
i = igniteuiWebcomponentsCore.GeometryUtil.p(j, f, d);
|
|
102034
102064
|
var m = g.x - f.x;
|
|
102035
102065
|
var n = g.y - f.y;
|
|
102036
|
-
g = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102066
|
+
g = igniteuiWebcomponentsCore.GeometryUtil.p(g, f, d);
|
|
102037
102067
|
var o = g.x - f.x;
|
|
102038
102068
|
var p = g.y - f.y;
|
|
102039
102069
|
if ((m > 0 && o < 0) || (m < 0 && o > 0) || (n > 0 && p < 0) || (n < 0 && p > 0)) {
|
|
102040
102070
|
g = f;
|
|
102041
102071
|
}
|
|
102042
|
-
h = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102072
|
+
h = igniteuiWebcomponentsCore.GeometryUtil.p(h, f, d);
|
|
102043
102073
|
var q = igniteuiWebcomponentsCore.GeometryUtil.g(f, i) / igniteuiWebcomponentsCore.GeometryUtil.g(f, j);
|
|
102044
102074
|
h.x = f.x + (h.x - f.x) * q;
|
|
102045
102075
|
h.y = f.y + (h.y - f.y) * q;
|
|
@@ -102202,6 +102232,9 @@
|
|
|
102202
102232
|
PieChartBase.prototype.onAttachedToUI = function () {
|
|
102203
102233
|
this.a4.ay();
|
|
102204
102234
|
};
|
|
102235
|
+
PieChartBase.prototype.fz = function () {
|
|
102236
|
+
this.a4.ap();
|
|
102237
|
+
};
|
|
102205
102238
|
Object.defineProperty(PieChartBase.prototype, "bu", {
|
|
102206
102239
|
get: function () {
|
|
102207
102240
|
return this.bp;
|
|
@@ -102503,8 +102536,8 @@
|
|
|
102503
102536
|
var f = this.i2 == 1 ? c.ax : c.a3;
|
|
102504
102537
|
var g = false;
|
|
102505
102538
|
var h = false;
|
|
102506
|
-
var i = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102507
|
-
var j = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102539
|
+
var i = igniteuiWebcomponentsCore.GeometryUtil.n(d, e, c.a2);
|
|
102540
|
+
var j = igniteuiWebcomponentsCore.GeometryUtil.n(d, f, c.a2);
|
|
102508
102541
|
e = PieChartBase.c5(i.x, d.x, i.y, d.y);
|
|
102509
102542
|
f = PieChartBase.c5(j.x, d.x, j.y, d.y);
|
|
102510
102543
|
if (this.cc(c)) {
|
|
@@ -102584,14 +102617,14 @@
|
|
|
102584
102617
|
if (f == 360) {
|
|
102585
102618
|
f = 0;
|
|
102586
102619
|
}
|
|
102587
|
-
return igniteuiWebcomponentsCore.GeometryUtil.
|
|
102620
|
+
return igniteuiWebcomponentsCore.GeometryUtil.j(f);
|
|
102588
102621
|
};
|
|
102589
102622
|
PieChartBase.g7 = function (a) {
|
|
102590
102623
|
var b = new Array(a.count);
|
|
102591
102624
|
for (var c = 0; c < a.count; c++) {
|
|
102592
102625
|
var d = a._inner[c];
|
|
102593
102626
|
var e = d.ah;
|
|
102594
|
-
var f = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102627
|
+
var f = igniteuiWebcomponentsCore.GeometryUtil.n(e.b7, d.ai, e.a2);
|
|
102595
102628
|
b[c] = f.y;
|
|
102596
102629
|
}
|
|
102597
102630
|
for (var g = 0; g < a.count; g++) {
|
|
@@ -102664,7 +102697,7 @@
|
|
|
102664
102697
|
var u = this.da + e;
|
|
102665
102698
|
var v = Math.abs(f.y - (t.y + i / 2));
|
|
102666
102699
|
var w = Math.sqrt(Math.abs(u * u - v * v));
|
|
102667
|
-
var x = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102700
|
+
var x = igniteuiWebcomponentsCore.GeometryUtil.j(s.ai);
|
|
102668
102701
|
if (x > 90 && x < 270) {
|
|
102669
102702
|
w = (t.width + w) * -1;
|
|
102670
102703
|
}
|
|
@@ -102683,7 +102716,7 @@
|
|
|
102683
102716
|
var ad = this.da + e;
|
|
102684
102717
|
var ae = Math.abs(f.y - (ac.y + i / 2));
|
|
102685
102718
|
var af = Math.sqrt(Math.abs(ad * ad - ae * ae));
|
|
102686
|
-
var ag = igniteuiWebcomponentsCore.GeometryUtil.
|
|
102719
|
+
var ag = igniteuiWebcomponentsCore.GeometryUtil.j(ab.ai);
|
|
102687
102720
|
if (ag > 90 && ag < 270) {
|
|
102688
102721
|
af = (ac.width + af) * -1;
|
|
102689
102722
|
}
|
|
@@ -102973,7 +103006,7 @@
|
|
|
102973
103006
|
var l = this_1.bv.item(c);
|
|
102974
103007
|
var m = this_1.bw.item(c);
|
|
102975
103008
|
m.aj = l;
|
|
102976
|
-
l.ai = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103009
|
+
l.ai = igniteuiWebcomponentsCore.GeometryUtil.j((m.a3 + m.ax) / 2);
|
|
102977
103010
|
l.ah = m;
|
|
102978
103011
|
l.aj = ((function () {
|
|
102979
103012
|
var $ret = new igniteuiWebcomponentsCore.TextBlock();
|
|
@@ -103024,7 +103057,7 @@
|
|
|
103024
103057
|
try {
|
|
103025
103058
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.bw.a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
103026
103059
|
var i = _c.value;
|
|
103027
|
-
var j = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103060
|
+
var j = igniteuiWebcomponentsCore.GeometryUtil.m(a.width, a.height, true, (i.a3 + i.ax) / 2, f * this.cz);
|
|
103028
103061
|
i.aw = true;
|
|
103029
103062
|
i.a1 = this.c0;
|
|
103030
103063
|
i.a0 = this.c0;
|
|
@@ -103078,7 +103111,7 @@
|
|
|
103078
103111
|
var k = g.ao.height;
|
|
103079
103112
|
if (this.az == 1 || this.az == 4) {
|
|
103080
103113
|
var l = h.a2 * h.a1 / 100;
|
|
103081
|
-
var m = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103114
|
+
var m = igniteuiWebcomponentsCore.GeometryUtil.n(i, g.ai, h.a2 - (h.a2 - l) / 2);
|
|
103082
103115
|
g.ao = new igniteuiWebcomponentsCore.Rect(0, m.x - j / 2, m.y - k / 2, j, k);
|
|
103083
103116
|
var n = this.b9(g, m);
|
|
103084
103117
|
if (n || this.az == 1) {
|
|
@@ -103108,7 +103141,7 @@
|
|
|
103108
103141
|
}
|
|
103109
103142
|
if (this.az == 2 || this.az == 4) {
|
|
103110
103143
|
var o = PieChartBase.c6(i, h.a2, g);
|
|
103111
|
-
var p = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103144
|
+
var p = igniteuiWebcomponentsCore.GeometryUtil.n(i, g.ai, o);
|
|
103112
103145
|
g.ao = new igniteuiWebcomponentsCore.Rect(0, p.x - j / 2, p.y - k / 2, j, k);
|
|
103113
103146
|
var q = this.b9(g, p);
|
|
103114
103147
|
if (q || this.az == 2) {
|
|
@@ -103143,7 +103176,7 @@
|
|
|
103143
103176
|
h.b2 = this.iy;
|
|
103144
103177
|
}
|
|
103145
103178
|
h.au = false;
|
|
103146
|
-
var r = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103179
|
+
var r = igniteuiWebcomponentsCore.GeometryUtil.n(i, g.ai, h.a2 + this.da);
|
|
103147
103180
|
g.ag = 3;
|
|
103148
103181
|
g._visibility = 0;
|
|
103149
103182
|
g.al();
|
|
@@ -103281,7 +103314,7 @@
|
|
|
103281
103314
|
PieChartBase.c6 = function (a, b, c) {
|
|
103282
103315
|
var d = c.ai * Math.PI / 180;
|
|
103283
103316
|
var e = 1;
|
|
103284
|
-
var f = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103317
|
+
var f = igniteuiWebcomponentsCore.GeometryUtil.n({ $type: igniteuiWebcomponentsCore.Point_$type, x: 0, y: 0 }, c.ai, e);
|
|
103285
103318
|
var g = PieChartBase.i4(c);
|
|
103286
103319
|
var h = Math.sqrt(g.x * g.x + g.y * g.y);
|
|
103287
103320
|
var i = { $type: igniteuiWebcomponentsCore.Point_$type, x: g.x / h, y: g.y / h };
|
|
@@ -103294,14 +103327,14 @@
|
|
|
103294
103327
|
if (o < n) {
|
|
103295
103328
|
m = -m;
|
|
103296
103329
|
}
|
|
103297
|
-
var p = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103330
|
+
var p = igniteuiWebcomponentsCore.GeometryUtil.n(a, (d + m) * 180 / Math.PI, b);
|
|
103298
103331
|
var q = PieChartBase.i3(c, p);
|
|
103299
103332
|
var r = Math.sqrt((q.x - a.x) * (q.x - a.x) + (q.y - a.y) * (q.y - a.y));
|
|
103300
103333
|
var s = r - 5;
|
|
103301
103334
|
return s;
|
|
103302
103335
|
};
|
|
103303
103336
|
PieChartBase.i3 = function (a, b) {
|
|
103304
|
-
var c = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103337
|
+
var c = igniteuiWebcomponentsCore.GeometryUtil.j(a.ai);
|
|
103305
103338
|
var d = a.ao.width / 2;
|
|
103306
103339
|
var e = a.ao.height / 2;
|
|
103307
103340
|
if (c >= 0 && c <= 90) {
|
|
@@ -103323,7 +103356,7 @@
|
|
|
103323
103356
|
return f;
|
|
103324
103357
|
};
|
|
103325
103358
|
PieChartBase.i4 = function (a) {
|
|
103326
|
-
var b = igniteuiWebcomponentsCore.GeometryUtil.
|
|
103359
|
+
var b = igniteuiWebcomponentsCore.GeometryUtil.j(a.ai);
|
|
103327
103360
|
var c = a.ao.width / 2;
|
|
103328
103361
|
var d = a.ao.height / 2;
|
|
103329
103362
|
if (b >= 0 && b <= 90) {
|
|
@@ -104089,9 +104122,6 @@
|
|
|
104089
104122
|
this.gu();
|
|
104090
104123
|
this.a4.az(null);
|
|
104091
104124
|
};
|
|
104092
|
-
PieChartBase.prototype.fz = function () {
|
|
104093
|
-
this.a4.ap();
|
|
104094
|
-
};
|
|
104095
104125
|
Object.defineProperty(PieChartBase.prototype, "fp", {
|
|
104096
104126
|
get: function () {
|
|
104097
104127
|
return this.dr;
|
|
@@ -104832,7 +104862,7 @@
|
|
|
104832
104862
|
var as = aq;
|
|
104833
104863
|
var at = new igniteuiWebcomponentsCore.Rect(0, 0, 0, b.width, b.height);
|
|
104834
104864
|
at.intersect(as);
|
|
104835
|
-
var au = igniteuiWebcomponentsCore.GeometryUtil.
|
|
104865
|
+
var au = igniteuiWebcomponentsCore.GeometryUtil.j((this.a3 + this.ax) / 2);
|
|
104836
104866
|
var av = au / 180 * Math.PI;
|
|
104837
104867
|
var aw = Math.abs((as.height - at.height) / Math.sin(av));
|
|
104838
104868
|
var ax = Math.abs((as.width - at.width) / Math.cos(av));
|
|
@@ -104843,7 +104873,7 @@
|
|
|
104843
104873
|
ax = 0;
|
|
104844
104874
|
}
|
|
104845
104875
|
var ay = Math.max(aw, ax);
|
|
104846
|
-
var az = igniteuiWebcomponentsCore.GeometryUtil.
|
|
104876
|
+
var az = igniteuiWebcomponentsCore.GeometryUtil.m(this.ai.i8.width, this.ai.i8.height, true, au, this.a2 * this.ai.cz - ay);
|
|
104847
104877
|
this.al.d(az.x - this.b5.x, az.y - this.b5.y);
|
|
104848
104878
|
this.aq = true;
|
|
104849
104879
|
this.b3 = az;
|
|
@@ -104883,7 +104913,7 @@
|
|
|
104883
104913
|
return this.ao(j);
|
|
104884
104914
|
};
|
|
104885
104915
|
Slice.prototype.ao = function (a) {
|
|
104886
|
-
a = igniteuiWebcomponentsCore.GeometryUtil.
|
|
104916
|
+
a = igniteuiWebcomponentsCore.GeometryUtil.j(a);
|
|
104887
104917
|
var b = Math.min(this.a3, this.ax);
|
|
104888
104918
|
var c = Math.max(this.a3, this.ax);
|
|
104889
104919
|
return (a > b && a < c) || (a - 360 > b && a - 360 < c) || (a + 360 > b && a + 360 < c);
|
|
@@ -104894,19 +104924,19 @@
|
|
|
104894
104924
|
h.add(b);
|
|
104895
104925
|
h.add(c);
|
|
104896
104926
|
h.add(f);
|
|
104897
|
-
d = igniteuiWebcomponentsCore.GeometryUtil.
|
|
104898
|
-
e = igniteuiWebcomponentsCore.GeometryUtil.
|
|
104927
|
+
d = igniteuiWebcomponentsCore.GeometryUtil.j(d);
|
|
104928
|
+
e = igniteuiWebcomponentsCore.GeometryUtil.j(e);
|
|
104899
104929
|
if ((0 > d && 0 < e) || (360 > d && 360 < e) || (e < d)) {
|
|
104900
|
-
h.add(igniteuiWebcomponentsCore.GeometryUtil.
|
|
104930
|
+
h.add(igniteuiWebcomponentsCore.GeometryUtil.n(f, 0, g));
|
|
104901
104931
|
}
|
|
104902
104932
|
if (90 > d && 90 < e) {
|
|
104903
|
-
h.add(igniteuiWebcomponentsCore.GeometryUtil.
|
|
104933
|
+
h.add(igniteuiWebcomponentsCore.GeometryUtil.n(f, 90, g));
|
|
104904
104934
|
}
|
|
104905
104935
|
if (180 > d && 180 < e) {
|
|
104906
|
-
h.add(igniteuiWebcomponentsCore.GeometryUtil.
|
|
104936
|
+
h.add(igniteuiWebcomponentsCore.GeometryUtil.n(f, 180, g));
|
|
104907
104937
|
}
|
|
104908
104938
|
if (270 > d && 270 < e) {
|
|
104909
|
-
h.add(igniteuiWebcomponentsCore.GeometryUtil.
|
|
104939
|
+
h.add(igniteuiWebcomponentsCore.GeometryUtil.n(f, 270, g));
|
|
104910
104940
|
}
|
|
104911
104941
|
var i = 1.7976931348623157E+308;
|
|
104912
104942
|
var j = 1.7976931348623157E+308;
|
|
@@ -106666,68 +106696,6 @@
|
|
|
106666
106696
|
return SliceVisualData;
|
|
106667
106697
|
}(igniteuiWebcomponentsCore.Base));
|
|
106668
106698
|
|
|
106669
|
-
/*
|
|
106670
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
106671
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
106672
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
106673
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
106674
|
-
*/
|
|
106675
|
-
/**
|
|
106676
|
-
* @hidden
|
|
106677
|
-
*/
|
|
106678
|
-
var DoughnutChartLabelVisualData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
106679
|
-
tslib.__extends(DoughnutChartLabelVisualData, _super);
|
|
106680
|
-
function DoughnutChartLabelVisualData() {
|
|
106681
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
106682
|
-
_this._labelValue = null;
|
|
106683
|
-
_this._labelSize = null;
|
|
106684
|
-
_this._labelPosition = null;
|
|
106685
|
-
return _this;
|
|
106686
|
-
}
|
|
106687
|
-
Object.defineProperty(DoughnutChartLabelVisualData.prototype, "labelValue", {
|
|
106688
|
-
get: function () {
|
|
106689
|
-
return this._labelValue;
|
|
106690
|
-
},
|
|
106691
|
-
set: function (a) {
|
|
106692
|
-
this._labelValue = a;
|
|
106693
|
-
},
|
|
106694
|
-
enumerable: false,
|
|
106695
|
-
configurable: true
|
|
106696
|
-
});
|
|
106697
|
-
Object.defineProperty(DoughnutChartLabelVisualData.prototype, "labelSize", {
|
|
106698
|
-
get: function () {
|
|
106699
|
-
return this._labelSize;
|
|
106700
|
-
},
|
|
106701
|
-
set: function (a) {
|
|
106702
|
-
this._labelSize = a;
|
|
106703
|
-
},
|
|
106704
|
-
enumerable: false,
|
|
106705
|
-
configurable: true
|
|
106706
|
-
});
|
|
106707
|
-
Object.defineProperty(DoughnutChartLabelVisualData.prototype, "labelPosition", {
|
|
106708
|
-
get: function () {
|
|
106709
|
-
return this._labelPosition;
|
|
106710
|
-
},
|
|
106711
|
-
set: function (a) {
|
|
106712
|
-
this._labelPosition = a;
|
|
106713
|
-
},
|
|
106714
|
-
enumerable: false,
|
|
106715
|
-
configurable: true
|
|
106716
|
-
});
|
|
106717
|
-
DoughnutChartLabelVisualData.prototype.scaleByViewport = function (a) {
|
|
106718
|
-
this.labelPosition = new igniteuiWebcomponentsCore.PointData((this.labelPosition.x - a.left) / a.width, (this.labelPosition.y - a.top) / a.height);
|
|
106719
|
-
this.labelSize = new igniteuiWebcomponentsCore.SizeData((this.labelSize.width) / a.width, (this.labelSize.height) / a.height);
|
|
106720
|
-
};
|
|
106721
|
-
DoughnutChartLabelVisualData.prototype.serialize = function () {
|
|
106722
|
-
var a = "{ labelValue: '";
|
|
106723
|
-
a += this.labelValue == null ? igniteuiWebcomponentsCore.stringEmpty() : this.labelValue;
|
|
106724
|
-
a += "', labelSize: { width: " + this.labelSize.width + ", height: " + this.labelSize.height + "}, labelPosition: { x: " + this.labelPosition.x + ", y: " + this.labelPosition.y + "}}";
|
|
106725
|
-
return a;
|
|
106726
|
-
};
|
|
106727
|
-
DoughnutChartLabelVisualData.$t = igniteuiWebcomponentsCore.markType(DoughnutChartLabelVisualData, 'DoughnutChartLabelVisualData');
|
|
106728
|
-
return DoughnutChartLabelVisualData;
|
|
106729
|
-
}(igniteuiWebcomponentsCore.Base));
|
|
106730
|
-
|
|
106731
106699
|
/*
|
|
106732
106700
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
106733
106701
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -106910,6 +106878,68 @@
|
|
|
106910
106878
|
return SliceVisualDataList;
|
|
106911
106879
|
}(igniteuiWebcomponentsCore.List$1));
|
|
106912
106880
|
|
|
106881
|
+
/*
|
|
106882
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
106883
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
106884
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
106885
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
106886
|
+
*/
|
|
106887
|
+
/**
|
|
106888
|
+
* @hidden
|
|
106889
|
+
*/
|
|
106890
|
+
var DoughnutChartLabelVisualData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
106891
|
+
tslib.__extends(DoughnutChartLabelVisualData, _super);
|
|
106892
|
+
function DoughnutChartLabelVisualData() {
|
|
106893
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
106894
|
+
_this._labelValue = null;
|
|
106895
|
+
_this._labelSize = null;
|
|
106896
|
+
_this._labelPosition = null;
|
|
106897
|
+
return _this;
|
|
106898
|
+
}
|
|
106899
|
+
Object.defineProperty(DoughnutChartLabelVisualData.prototype, "labelValue", {
|
|
106900
|
+
get: function () {
|
|
106901
|
+
return this._labelValue;
|
|
106902
|
+
},
|
|
106903
|
+
set: function (a) {
|
|
106904
|
+
this._labelValue = a;
|
|
106905
|
+
},
|
|
106906
|
+
enumerable: false,
|
|
106907
|
+
configurable: true
|
|
106908
|
+
});
|
|
106909
|
+
Object.defineProperty(DoughnutChartLabelVisualData.prototype, "labelSize", {
|
|
106910
|
+
get: function () {
|
|
106911
|
+
return this._labelSize;
|
|
106912
|
+
},
|
|
106913
|
+
set: function (a) {
|
|
106914
|
+
this._labelSize = a;
|
|
106915
|
+
},
|
|
106916
|
+
enumerable: false,
|
|
106917
|
+
configurable: true
|
|
106918
|
+
});
|
|
106919
|
+
Object.defineProperty(DoughnutChartLabelVisualData.prototype, "labelPosition", {
|
|
106920
|
+
get: function () {
|
|
106921
|
+
return this._labelPosition;
|
|
106922
|
+
},
|
|
106923
|
+
set: function (a) {
|
|
106924
|
+
this._labelPosition = a;
|
|
106925
|
+
},
|
|
106926
|
+
enumerable: false,
|
|
106927
|
+
configurable: true
|
|
106928
|
+
});
|
|
106929
|
+
DoughnutChartLabelVisualData.prototype.scaleByViewport = function (a) {
|
|
106930
|
+
this.labelPosition = new igniteuiWebcomponentsCore.PointData((this.labelPosition.x - a.left) / a.width, (this.labelPosition.y - a.top) / a.height);
|
|
106931
|
+
this.labelSize = new igniteuiWebcomponentsCore.SizeData((this.labelSize.width) / a.width, (this.labelSize.height) / a.height);
|
|
106932
|
+
};
|
|
106933
|
+
DoughnutChartLabelVisualData.prototype.serialize = function () {
|
|
106934
|
+
var a = "{ labelValue: '";
|
|
106935
|
+
a += this.labelValue == null ? igniteuiWebcomponentsCore.stringEmpty() : this.labelValue;
|
|
106936
|
+
a += "', labelSize: { width: " + this.labelSize.width + ", height: " + this.labelSize.height + "}, labelPosition: { x: " + this.labelPosition.x + ", y: " + this.labelPosition.y + "}}";
|
|
106937
|
+
return a;
|
|
106938
|
+
};
|
|
106939
|
+
DoughnutChartLabelVisualData.$t = igniteuiWebcomponentsCore.markType(DoughnutChartLabelVisualData, 'DoughnutChartLabelVisualData');
|
|
106940
|
+
return DoughnutChartLabelVisualData;
|
|
106941
|
+
}(igniteuiWebcomponentsCore.Base));
|
|
106942
|
+
|
|
106913
106943
|
/*
|
|
106914
106944
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
106915
106945
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -110408,7 +110438,12 @@
|
|
|
110408
110438
|
if (!ext) {
|
|
110409
110439
|
ext = IgcRingSeriesBaseComponent._createFromInternal(int);
|
|
110410
110440
|
if (ext) {
|
|
110411
|
-
ext._implementation
|
|
110441
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
110442
|
+
ext._implementation.setNativeElement(int);
|
|
110443
|
+
}
|
|
110444
|
+
else {
|
|
110445
|
+
ext._implementation = int;
|
|
110446
|
+
}
|
|
110412
110447
|
}
|
|
110413
110448
|
}
|
|
110414
110449
|
return ext;
|
|
@@ -113005,6 +113040,34 @@
|
|
|
113005
113040
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
113006
113041
|
*/
|
|
113007
113042
|
|
|
113043
|
+
/*
|
|
113044
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
113045
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
113046
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
113047
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
113048
|
+
*/
|
|
113049
|
+
/**
|
|
113050
|
+
*/
|
|
113051
|
+
var AxisAngleLabelMode = /*@__PURE__*/ (function (AxisAngleLabelMode) {
|
|
113052
|
+
/**
|
|
113053
|
+
* Automatically chooses an appropriate label mode.
|
|
113054
|
+
*/
|
|
113055
|
+
AxisAngleLabelMode[AxisAngleLabelMode["Auto"] = 0] = "Auto";
|
|
113056
|
+
/**
|
|
113057
|
+
* Labels are all positioned away from the chart radius based on the largest label.
|
|
113058
|
+
*/
|
|
113059
|
+
AxisAngleLabelMode[AxisAngleLabelMode["Center"] = 1] = "Center";
|
|
113060
|
+
/**
|
|
113061
|
+
* Labels are all positioned as close to the chart as possible.
|
|
113062
|
+
*/
|
|
113063
|
+
AxisAngleLabelMode[AxisAngleLabelMode["ClosestPoint"] = 2] = "ClosestPoint";
|
|
113064
|
+
return AxisAngleLabelMode;
|
|
113065
|
+
})({});
|
|
113066
|
+
/**
|
|
113067
|
+
* @hidden
|
|
113068
|
+
*/
|
|
113069
|
+
var AxisAngleLabelMode_$type = /*@__PURE__*/ igniteuiWebcomponentsCore.markEnum('AxisAngleLabelMode', 'Auto,0|Center,1|ClosestPoint,2');
|
|
113070
|
+
|
|
113008
113071
|
/*
|
|
113009
113072
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
113010
113073
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -114092,11 +114155,12 @@
|
|
|
114092
114155
|
function AngleAxisLabelPanel() {
|
|
114093
114156
|
var _this = _super.call(this) || this;
|
|
114094
114157
|
_this.da = false;
|
|
114095
|
-
_this.
|
|
114158
|
+
_this.di = null;
|
|
114159
|
+
_this.df = 0;
|
|
114160
|
+
_this.dc = 0;
|
|
114096
114161
|
_this.de = 0;
|
|
114097
|
-
_this.db = 0;
|
|
114098
114162
|
_this.dd = 0;
|
|
114099
|
-
_this.
|
|
114163
|
+
_this.db = 0;
|
|
114100
114164
|
return _this;
|
|
114101
114165
|
}
|
|
114102
114166
|
AngleAxisLabelPanel.prototype.ae = function () {
|
|
@@ -114121,34 +114185,105 @@
|
|
|
114121
114185
|
if (this.bb.count != this.ba.count) {
|
|
114122
114186
|
return a;
|
|
114123
114187
|
}
|
|
114124
|
-
|
|
114125
|
-
|
|
114188
|
+
var c = 1;
|
|
114189
|
+
if (igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, this.ad) !== null) {
|
|
114190
|
+
c = this.ad.mh();
|
|
114191
|
+
}
|
|
114192
|
+
else if (igniteuiWebcomponentsCore.typeCast(NumericAngleAxis.$, this.ad) !== null) {
|
|
114193
|
+
c = this.ad.ni();
|
|
114194
|
+
}
|
|
114195
|
+
if (c == 2) {
|
|
114196
|
+
this.c9.a0(a, b);
|
|
114197
|
+
}
|
|
114198
|
+
else {
|
|
114199
|
+
this.c9.a1(a, b);
|
|
114200
|
+
}
|
|
114201
|
+
var d = false;
|
|
114126
114202
|
this.ao = this.an(a, b);
|
|
114127
114203
|
if (!this.ad.b8()) {
|
|
114128
|
-
|
|
114129
|
-
|
|
114130
|
-
|
|
114204
|
+
d = true;
|
|
114205
|
+
switch (c) {
|
|
114206
|
+
case 1:
|
|
114207
|
+
this.dk();
|
|
114208
|
+
break;
|
|
114209
|
+
case 2:
|
|
114210
|
+
this.dj();
|
|
114211
|
+
break;
|
|
114212
|
+
}
|
|
114131
114213
|
}
|
|
114132
114214
|
else {
|
|
114133
|
-
|
|
114215
|
+
d = true;
|
|
114134
114216
|
this.c9.ac();
|
|
114135
114217
|
}
|
|
114136
|
-
if (
|
|
114137
|
-
for (var
|
|
114138
|
-
var
|
|
114139
|
-
var
|
|
114140
|
-
var
|
|
114141
|
-
var
|
|
114142
|
-
var
|
|
114143
|
-
var
|
|
114144
|
-
|
|
114145
|
-
|
|
114146
|
-
a._inner[
|
|
114218
|
+
if (d) {
|
|
114219
|
+
for (var e = 0; e < a.count; e++) {
|
|
114220
|
+
var f = this.bb._inner[e];
|
|
114221
|
+
var g = this.ba._inner[e];
|
|
114222
|
+
var h = a._inner[e];
|
|
114223
|
+
var i = this.di(g.c, h.width, h.height);
|
|
114224
|
+
var j = i.x - this.bk(f) / 2;
|
|
114225
|
+
var k = i.y - this.bj(f) / 2;
|
|
114226
|
+
h.x = j;
|
|
114227
|
+
h.y = k;
|
|
114228
|
+
a._inner[e] = h;
|
|
114147
114229
|
}
|
|
114148
114230
|
}
|
|
114149
114231
|
return a;
|
|
114150
114232
|
};
|
|
114151
|
-
AngleAxisLabelPanel.prototype.
|
|
114233
|
+
AngleAxisLabelPanel.prototype.dk = function () {
|
|
114234
|
+
this.bh = this.df / 2;
|
|
114235
|
+
this.bh = this.bh + this.dg();
|
|
114236
|
+
};
|
|
114237
|
+
AngleAxisLabelPanel.prototype.dj = function () {
|
|
114238
|
+
this.bh = 5;
|
|
114239
|
+
this.bh = this.bh + this.dh();
|
|
114240
|
+
};
|
|
114241
|
+
AngleAxisLabelPanel.prototype.dh = function () {
|
|
114242
|
+
var a;
|
|
114243
|
+
var b;
|
|
114244
|
+
b = this.ad;
|
|
114245
|
+
a = null;
|
|
114246
|
+
if (b != null) {
|
|
114247
|
+
a = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, b.bi);
|
|
114248
|
+
}
|
|
114249
|
+
if (a == null || b == null) {
|
|
114250
|
+
return 0;
|
|
114251
|
+
}
|
|
114252
|
+
var c = new igniteuiWebcomponentsCore.List$1(Axis.$, 0);
|
|
114253
|
+
for (var d = 0; d < a.axes.count; d++) {
|
|
114254
|
+
var e = a.axes._inner[d];
|
|
114255
|
+
if ((igniteuiWebcomponentsCore.typeCast(NumericAngleAxis.$, e) !== null || igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, e) !== null) && igniteuiWebcomponentsCore.typeCast(AngleAxisLabelPanel.$, e.aw) !== null && e.aw.bb.count > 0 && (!e.b8()) && !e.b5() && (e.aj == null || this.ad.aj == null || e.aj.no == b.aj.no)) {
|
|
114256
|
+
c.add(e);
|
|
114257
|
+
}
|
|
114258
|
+
}
|
|
114259
|
+
var f = c.indexOf(b);
|
|
114260
|
+
if (f == -1) {
|
|
114261
|
+
return 0;
|
|
114262
|
+
}
|
|
114263
|
+
var g = 0;
|
|
114264
|
+
if (f > 0) {
|
|
114265
|
+
if (igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, c._inner[f - 1]) !== null) {
|
|
114266
|
+
var h = c._inner[f - 1];
|
|
114267
|
+
if (h.mg == 2) {
|
|
114268
|
+
g += h.aw.db;
|
|
114269
|
+
}
|
|
114270
|
+
else {
|
|
114271
|
+
g += c._inner[f - 1].aw.bh;
|
|
114272
|
+
}
|
|
114273
|
+
}
|
|
114274
|
+
else if (igniteuiWebcomponentsCore.typeCast(NumericAngleAxis.$, c._inner[f - 1]) !== null) {
|
|
114275
|
+
var i = c._inner[f - 1];
|
|
114276
|
+
if (i.mg == 2) {
|
|
114277
|
+
g += i.aw.db;
|
|
114278
|
+
}
|
|
114279
|
+
else {
|
|
114280
|
+
g += c._inner[f - 1].aw.bh;
|
|
114281
|
+
}
|
|
114282
|
+
}
|
|
114283
|
+
}
|
|
114284
|
+
return g;
|
|
114285
|
+
};
|
|
114286
|
+
AngleAxisLabelPanel.prototype.dg = function () {
|
|
114152
114287
|
var a;
|
|
114153
114288
|
var b;
|
|
114154
114289
|
b = this.ad;
|
|
@@ -114176,7 +114311,24 @@
|
|
|
114176
114311
|
g += h;
|
|
114177
114312
|
}
|
|
114178
114313
|
else {
|
|
114179
|
-
|
|
114314
|
+
if (igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, c._inner[f - 1]) !== null) {
|
|
114315
|
+
var i = c._inner[f - 1];
|
|
114316
|
+
if (i.mg == 2) {
|
|
114317
|
+
g += i.aw.db;
|
|
114318
|
+
}
|
|
114319
|
+
else {
|
|
114320
|
+
g += c._inner[f - 1].aw.bh;
|
|
114321
|
+
}
|
|
114322
|
+
}
|
|
114323
|
+
else if (igniteuiWebcomponentsCore.typeCast(NumericAngleAxis.$, c._inner[f - 1]) !== null) {
|
|
114324
|
+
var j = c._inner[f - 1];
|
|
114325
|
+
if (j.mg == 2) {
|
|
114326
|
+
g += j.aw.db;
|
|
114327
|
+
}
|
|
114328
|
+
else {
|
|
114329
|
+
g += c._inner[f - 1].aw.bh;
|
|
114330
|
+
}
|
|
114331
|
+
}
|
|
114180
114332
|
g += c._inner[f].aw.bh * 2 + h;
|
|
114181
114333
|
}
|
|
114182
114334
|
return g;
|
|
@@ -114197,18 +114349,18 @@
|
|
|
114197
114349
|
tslib.__extends(CategoryAngleAxis, _super);
|
|
114198
114350
|
function CategoryAngleAxis() {
|
|
114199
114351
|
var _this = _super.call(this) || this;
|
|
114352
|
+
_this.mo = null;
|
|
114353
|
+
_this.ml = null;
|
|
114354
|
+
_this.mp = false;
|
|
114355
|
+
_this.mt = NaN;
|
|
114200
114356
|
_this.mm = null;
|
|
114201
|
-
_this.
|
|
114202
|
-
_this.
|
|
114203
|
-
_this.mr = NaN;
|
|
114204
|
-
_this.mk = null;
|
|
114357
|
+
_this.mu = 0;
|
|
114358
|
+
_this.mr = 0;
|
|
114205
114359
|
_this.ms = 0;
|
|
114206
|
-
_this.
|
|
114207
|
-
_this.mq = 0;
|
|
114208
|
-
_this.m3 = 1;
|
|
114360
|
+
_this.m5 = 1;
|
|
114209
114361
|
_this.ab = CategoryAngleAxis.$;
|
|
114210
|
-
_this.
|
|
114211
|
-
_this.
|
|
114362
|
+
_this.ml = _this.mk();
|
|
114363
|
+
_this.mo = new PolarAxisRenderingManager();
|
|
114212
114364
|
return _this;
|
|
114213
114365
|
}
|
|
114214
114366
|
CategoryAngleAxis.prototype.a4 = function () {
|
|
@@ -114216,7 +114368,7 @@
|
|
|
114216
114368
|
};
|
|
114217
114369
|
CategoryAngleAxis.prototype.hs = function (a) {
|
|
114218
114370
|
_super.prototype.hs.call(this, a);
|
|
114219
|
-
this.
|
|
114371
|
+
this.mj = a;
|
|
114220
114372
|
};
|
|
114221
114373
|
CategoryAngleAxis.prototype.get_b9 = function () {
|
|
114222
114374
|
return true;
|
|
@@ -114224,17 +114376,22 @@
|
|
|
114224
114376
|
CategoryAngleAxis.prototype.av = function () {
|
|
114225
114377
|
var _this = this;
|
|
114226
114378
|
var a = new AngleAxisLabelPanel();
|
|
114227
|
-
a.
|
|
114228
|
-
var
|
|
114229
|
-
var
|
|
114230
|
-
|
|
114379
|
+
a.di = function (b, c, d) {
|
|
114380
|
+
var e = _this.bi != null ? _this.bi.tn : igniteuiWebcomponentsCore.Rect.empty;
|
|
114381
|
+
var f = !e.isEmpty ? _this.kd : igniteuiWebcomponentsCore.Rect.empty;
|
|
114382
|
+
switch (_this.mg) {
|
|
114383
|
+
case 2: return _this.nk(b, c, d, { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 }, e, f, _this.aw.bh);
|
|
114384
|
+
case 0:
|
|
114385
|
+
case 1:
|
|
114386
|
+
default: return _this.nl(b, { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 }, e, f, _this.aw.bh);
|
|
114387
|
+
}
|
|
114231
114388
|
};
|
|
114232
114389
|
return a;
|
|
114233
114390
|
};
|
|
114234
|
-
CategoryAngleAxis.prototype.
|
|
114391
|
+
CategoryAngleAxis.prototype.m3 = function (a) {
|
|
114235
114392
|
return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
|
|
114236
114393
|
};
|
|
114237
|
-
CategoryAngleAxis.prototype.
|
|
114394
|
+
CategoryAngleAxis.prototype.mk = function () {
|
|
114238
114395
|
var _this = this;
|
|
114239
114396
|
var a = ((function () {
|
|
114240
114397
|
var $ret = new AxisLabelManager();
|
|
@@ -114249,23 +114406,23 @@
|
|
|
114249
114406
|
}
|
|
114250
114407
|
var b = new CategoryAxisRenderer(a);
|
|
114251
114408
|
b.u = function () {
|
|
114252
|
-
var c = _this.a5.
|
|
114253
|
-
var d = _this.a5.
|
|
114254
|
-
var e = _this.a5.
|
|
114255
|
-
var f = _this.a5.
|
|
114409
|
+
var c = _this.a5.a4();
|
|
114410
|
+
var d = _this.a5.a7();
|
|
114411
|
+
var e = _this.a5.a5();
|
|
114412
|
+
var f = _this.a5.a6();
|
|
114256
114413
|
_this.il();
|
|
114257
114414
|
_this.hi(c);
|
|
114258
114415
|
_this.hi(d);
|
|
114259
114416
|
_this.hi(e);
|
|
114260
114417
|
_this.hi(f);
|
|
114261
114418
|
};
|
|
114262
|
-
b.o = function (c, d) { return !d.isEmpty && !c.isEmpty && _this.
|
|
114263
|
-
b.d = function (c, d, e, f) { return _this.
|
|
114419
|
+
b.o = function (c, d) { return !d.isEmpty && !c.isEmpty && _this.mn != null; };
|
|
114420
|
+
b.d = function (c, d, e, f) { return _this.mi(c, d, e, f); };
|
|
114264
114421
|
b.v = function () {
|
|
114265
|
-
if (!_this.
|
|
114266
|
-
_this.
|
|
114267
|
-
_this.
|
|
114268
|
-
_this.
|
|
114422
|
+
if (!_this.mp) {
|
|
114423
|
+
_this.mp = true;
|
|
114424
|
+
_this.mn.c1();
|
|
114425
|
+
_this.mp = false;
|
|
114269
114426
|
}
|
|
114270
114427
|
};
|
|
114271
114428
|
b.g = function (c, d) {
|
|
@@ -114278,19 +114435,19 @@
|
|
|
114278
114435
|
};
|
|
114279
114436
|
b.b.c = function (c) {
|
|
114280
114437
|
var e_1, _a;
|
|
114281
|
-
if ((_this.az == null || _this.az.visibility == 0) && _this.
|
|
114438
|
+
if ((_this.az == null || _this.az.visibility == 0) && _this.mn != null && _this.mt != c) {
|
|
114282
114439
|
var d = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, _this.bi);
|
|
114283
114440
|
if (d == null) {
|
|
114284
114441
|
return;
|
|
114285
114442
|
}
|
|
114286
|
-
_this.
|
|
114443
|
+
_this.mt = c;
|
|
114287
114444
|
_this.aw.bg = c;
|
|
114288
114445
|
d.mg();
|
|
114289
114446
|
try {
|
|
114290
114447
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.axes)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
114291
114448
|
var e = _c.value;
|
|
114292
114449
|
if (e != _this && igniteuiWebcomponentsCore.typeCast(AngleAxisLabelPanel.$, e.aw) !== null) {
|
|
114293
|
-
e.a5.
|
|
114450
|
+
e.a5.ai();
|
|
114294
114451
|
}
|
|
114295
114452
|
}
|
|
114296
114453
|
}
|
|
@@ -114311,18 +114468,18 @@
|
|
|
114311
114468
|
};
|
|
114312
114469
|
b.k = function (c, d, e) {
|
|
114313
114470
|
var f = igniteuiWebcomponentsCore.typeCast(RadialAxisRenderingParameters.$, c);
|
|
114314
|
-
_this.
|
|
114471
|
+
_this.mo.m(d, e, c.z, c.aa, f.minLength, f.maxLength, f.center);
|
|
114315
114472
|
};
|
|
114316
114473
|
b.l = function (c, d, e, f) {
|
|
114317
114474
|
var g = igniteuiWebcomponentsCore.typeCast(RadialAxisRenderingParameters.$, c);
|
|
114318
|
-
_this.
|
|
114475
|
+
_this.mo.n(d, e, f, g.z, c.aa, g.minLength, g.maxLength, g.center);
|
|
114319
114476
|
};
|
|
114320
114477
|
b.m = function (c, d) { return _this.getScaledAngle(d); };
|
|
114321
114478
|
b.q = function (c, d) {
|
|
114322
|
-
if (_this.
|
|
114479
|
+
if (_this.m3(d - _this.mu) < 0) {
|
|
114323
114480
|
return false;
|
|
114324
114481
|
}
|
|
114325
|
-
if (_this.
|
|
114482
|
+
if (_this.m3(d - _this.mu - (2 * Math.PI)) > 0) {
|
|
114326
114483
|
return false;
|
|
114327
114484
|
}
|
|
114328
114485
|
return true;
|
|
@@ -114330,11 +114487,11 @@
|
|
|
114330
114487
|
b.j = function (c) {
|
|
114331
114488
|
var d = igniteuiWebcomponentsCore.typeCast(RadialAxisRenderingParameters.$, c);
|
|
114332
114489
|
if (d.e == d.k._inner[0]) {
|
|
114333
|
-
_this.
|
|
114490
|
+
_this.mo.i(c.t, c.n, c.z, c.aa, d.center, d.minAngle, d.maxAngle);
|
|
114334
114491
|
}
|
|
114335
114492
|
};
|
|
114336
114493
|
b.e = function (c) {
|
|
114337
|
-
c.n = _this.
|
|
114494
|
+
c.n = _this.mx();
|
|
114338
114495
|
c.r = c.n;
|
|
114339
114496
|
};
|
|
114340
114497
|
b.p = function (c, d, e) {
|
|
@@ -114342,7 +114499,7 @@
|
|
|
114342
114499
|
if (e) {
|
|
114343
114500
|
return false;
|
|
114344
114501
|
}
|
|
114345
|
-
var g = _this.
|
|
114502
|
+
var g = _this.nl(d, f.center, c.aa, c.z, 0);
|
|
114346
114503
|
if (g.x < c.z.right && g.x >= c.z.left && g.y < c.z.bottom && g.y >= c.z.top) {
|
|
114347
114504
|
return true;
|
|
114348
114505
|
}
|
|
@@ -114361,11 +114518,11 @@
|
|
|
114361
114518
|
return i;
|
|
114362
114519
|
};
|
|
114363
114520
|
b.f = igniteuiWebcomponentsCore.runOn(this, this.getGroupCenter);
|
|
114364
|
-
b.i = igniteuiWebcomponentsCore.runOn(this, this.
|
|
114521
|
+
b.i = igniteuiWebcomponentsCore.runOn(this, this.m0);
|
|
114365
114522
|
return b;
|
|
114366
114523
|
};
|
|
114367
|
-
CategoryAngleAxis.prototype.
|
|
114368
|
-
var f = this.
|
|
114524
|
+
CategoryAngleAxis.prototype.nl = function (a, b, c, d, e) {
|
|
114525
|
+
var f = this.mx();
|
|
114369
114526
|
var g = ViewportUtils.b(e, c, d);
|
|
114370
114527
|
if (this.az != null && (this.az.c == 5 || this.az.c == 1)) {
|
|
114371
114528
|
g *= -1;
|
|
@@ -114376,27 +114533,44 @@
|
|
|
114376
114533
|
i = ViewportUtils.f(i, c, d);
|
|
114377
114534
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: h, y: i };
|
|
114378
114535
|
};
|
|
114379
|
-
CategoryAngleAxis.prototype.
|
|
114380
|
-
if (
|
|
114536
|
+
CategoryAngleAxis.prototype.nk = function (a, b, c, d, e, f, g) {
|
|
114537
|
+
if (!igniteuiWebcomponentsCore.isNaN_(b) && !igniteuiWebcomponentsCore.isNaN_(c)) {
|
|
114538
|
+
var h = this.mx();
|
|
114539
|
+
var i = b / f.width;
|
|
114540
|
+
var j = c / f.width;
|
|
114541
|
+
var k = ViewportUtils.b(g, e, f);
|
|
114542
|
+
var l = igniteuiWebcomponentsCore.GeometryUtil.h(h, a, i, j);
|
|
114543
|
+
var m = d.x + (l + k) * Math.cos(a);
|
|
114544
|
+
var n = d.y + (l + k) * Math.sin(a);
|
|
114545
|
+
m = ViewportUtils.c(m, e, f);
|
|
114546
|
+
n = ViewportUtils.f(n, e, f);
|
|
114547
|
+
return { $type: igniteuiWebcomponentsCore.Point_$type, x: m, y: n };
|
|
114548
|
+
}
|
|
114549
|
+
else {
|
|
114550
|
+
return this.nl(a, d, e, f, g);
|
|
114551
|
+
}
|
|
114552
|
+
};
|
|
114553
|
+
CategoryAngleAxis.prototype.mx = function () {
|
|
114554
|
+
if (this.mn == null) {
|
|
114381
114555
|
return 0;
|
|
114382
114556
|
}
|
|
114383
114557
|
if (!this.b5()) {
|
|
114384
|
-
return this.
|
|
114558
|
+
return this.mn.nt();
|
|
114385
114559
|
}
|
|
114386
114560
|
else {
|
|
114387
|
-
return this.
|
|
114561
|
+
return this.mn.nu((this.fv));
|
|
114388
114562
|
}
|
|
114389
114563
|
};
|
|
114390
|
-
CategoryAngleAxis.prototype.
|
|
114564
|
+
CategoryAngleAxis.prototype.mi = function (a, b, c, d) {
|
|
114391
114565
|
if (this.kr == null) {
|
|
114392
114566
|
return null;
|
|
114393
114567
|
}
|
|
114394
114568
|
var e = new RadialAxisRenderingParameters();
|
|
114395
114569
|
var f = this.kr.count - 1;
|
|
114396
|
-
var g = this.a5.
|
|
114397
|
-
var h = this.a5.
|
|
114398
|
-
var i = this.a5.
|
|
114399
|
-
var j = this.a5.
|
|
114570
|
+
var g = this.a5.a4();
|
|
114571
|
+
var h = this.a5.a7();
|
|
114572
|
+
var i = this.a5.a5();
|
|
114573
|
+
var j = this.a5.a6();
|
|
114400
114574
|
e.t = g;
|
|
114401
114575
|
e.w = h;
|
|
114402
114576
|
e.u = i;
|
|
@@ -114408,18 +114582,18 @@
|
|
|
114408
114582
|
e.y = c;
|
|
114409
114583
|
e.x = d;
|
|
114410
114584
|
e.aa = b;
|
|
114411
|
-
e.g = this.
|
|
114412
|
-
e.p = this.
|
|
114585
|
+
e.g = this.mq();
|
|
114586
|
+
e.p = this.m1;
|
|
114413
114587
|
e.o = this.ey();
|
|
114414
|
-
e.q = this.
|
|
114588
|
+
e.q = this.m2;
|
|
114415
114589
|
e.s = this.f0;
|
|
114416
|
-
var k = this.
|
|
114417
|
-
var l = this.
|
|
114418
|
-
var m = 0.5 * this.
|
|
114419
|
-
var n = 0.5 * this.
|
|
114590
|
+
var k = this.mo.f(b);
|
|
114591
|
+
var l = this.mo.g(b);
|
|
114592
|
+
var m = 0.5 * this.mn.no;
|
|
114593
|
+
var n = 0.5 * this.mn.nn;
|
|
114420
114594
|
var o = k;
|
|
114421
114595
|
var p = l;
|
|
114422
|
-
var q = this.
|
|
114596
|
+
var q = this.mn.nt();
|
|
114423
114597
|
if (igniteuiWebcomponentsCore.isNaN_(q) || igniteuiWebcomponentsCore.isInfinity(q)) {
|
|
114424
114598
|
return null;
|
|
114425
114599
|
}
|
|
@@ -114430,7 +114604,7 @@
|
|
|
114430
114604
|
o = n;
|
|
114431
114605
|
}
|
|
114432
114606
|
var r = a.width;
|
|
114433
|
-
this.
|
|
114607
|
+
this.mo.k(b, e, 0, this.kr.count, this.ch, igniteuiWebcomponentsCore.runOn(this, this.getUnscaledAngle), r);
|
|
114434
114608
|
var s = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
|
|
114435
114609
|
e.center = s;
|
|
114436
114610
|
e.maxLength = p;
|
|
@@ -114446,7 +114620,7 @@
|
|
|
114446
114620
|
return e;
|
|
114447
114621
|
};
|
|
114448
114622
|
CategoryAngleAxis.prototype.getMinMaxAngle = function (a, b, c) {
|
|
114449
|
-
var d = this.
|
|
114623
|
+
var d = this.mo.l(a, b, c);
|
|
114450
114624
|
b = d.p1;
|
|
114451
114625
|
c = d.p2;
|
|
114452
114626
|
return {
|
|
@@ -114458,10 +114632,10 @@
|
|
|
114458
114632
|
_super.prototype.ac.call(this);
|
|
114459
114633
|
this.h8(false);
|
|
114460
114634
|
};
|
|
114461
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
114635
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "mn", {
|
|
114462
114636
|
get: function () {
|
|
114463
|
-
if (this.
|
|
114464
|
-
return this.
|
|
114637
|
+
if (this.mm != null) {
|
|
114638
|
+
return this.mm;
|
|
114465
114639
|
}
|
|
114466
114640
|
var a = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.bi);
|
|
114467
114641
|
if (a != null) {
|
|
@@ -114471,16 +114645,24 @@
|
|
|
114471
114645
|
}
|
|
114472
114646
|
}
|
|
114473
114647
|
}
|
|
114474
|
-
return this.
|
|
114648
|
+
return this.mm;
|
|
114475
114649
|
},
|
|
114476
114650
|
set: function (a) {
|
|
114477
|
-
this.
|
|
114651
|
+
this.mm = a;
|
|
114478
114652
|
},
|
|
114479
114653
|
enumerable: false,
|
|
114480
114654
|
configurable: true
|
|
114481
114655
|
});
|
|
114482
114656
|
CategoryAngleAxis.prototype.ak = function () {
|
|
114483
|
-
return this.
|
|
114657
|
+
return this.mn;
|
|
114658
|
+
};
|
|
114659
|
+
CategoryAngleAxis.prototype.mh = function () {
|
|
114660
|
+
if (this.mg == 0) {
|
|
114661
|
+
return 1;
|
|
114662
|
+
}
|
|
114663
|
+
else {
|
|
114664
|
+
return this.mg;
|
|
114665
|
+
}
|
|
114484
114666
|
};
|
|
114485
114667
|
CategoryAngleAxis.prototype.getCategorySize = function (a, b, c) {
|
|
114486
114668
|
return 2 * Math.PI / this.lf;
|
|
@@ -114509,7 +114691,7 @@
|
|
|
114509
114691
|
}
|
|
114510
114692
|
return this.getCategorySize(b, c, d) * e;
|
|
114511
114693
|
};
|
|
114512
|
-
CategoryAngleAxis.prototype.
|
|
114694
|
+
CategoryAngleAxis.prototype.m0 = function (a) {
|
|
114513
114695
|
var b = 0.5;
|
|
114514
114696
|
if (this.lh > 1) {
|
|
114515
114697
|
var c = this.lb(igniteuiWebcomponentsCore.Rect.empty, igniteuiWebcomponentsCore.Rect.empty, igniteuiWebcomponentsCore.Rect.empty);
|
|
@@ -114530,16 +114712,16 @@
|
|
|
114530
114712
|
var c = !b.isEmpty ? this.kd : igniteuiWebcomponentsCore.Rect.empty;
|
|
114531
114713
|
var d = this.j8();
|
|
114532
114714
|
var e = this.j7();
|
|
114533
|
-
var f = this.
|
|
114715
|
+
var f = this.ml.c(a, c, b, d, e);
|
|
114534
114716
|
if (f != null) {
|
|
114535
|
-
this.
|
|
114536
|
-
this.
|
|
114717
|
+
this.mv = f.f.m;
|
|
114718
|
+
this.mw = f.f.l;
|
|
114537
114719
|
}
|
|
114538
114720
|
};
|
|
114539
|
-
CategoryAngleAxis.prototype.
|
|
114721
|
+
CategoryAngleAxis.prototype.mz = function (a, b) {
|
|
114540
114722
|
var c;
|
|
114541
114723
|
var d;
|
|
114542
|
-
var e = this.
|
|
114724
|
+
var e = this.mo.l(b, c, d);
|
|
114543
114725
|
c = e.p1;
|
|
114544
114726
|
d = e.p2;
|
|
114545
114727
|
if (c == 0) {
|
|
@@ -114556,10 +114738,10 @@
|
|
|
114556
114738
|
}
|
|
114557
114739
|
return f;
|
|
114558
114740
|
};
|
|
114559
|
-
CategoryAngleAxis.prototype.
|
|
114741
|
+
CategoryAngleAxis.prototype.my = function (a, b) {
|
|
114560
114742
|
var c;
|
|
114561
114743
|
var d;
|
|
114562
|
-
var e = this.
|
|
114744
|
+
var e = this.mo.l(b, c, d);
|
|
114563
114745
|
c = e.p1;
|
|
114564
114746
|
d = e.p2;
|
|
114565
114747
|
if (d > Math.PI * 2) {
|
|
@@ -114585,13 +114767,13 @@
|
|
|
114585
114767
|
if (this.ci) {
|
|
114586
114768
|
c = 1 - c;
|
|
114587
114769
|
}
|
|
114588
|
-
return (c * 2 * Math.PI) + this.
|
|
114770
|
+
return (c * 2 * Math.PI) + this.mu;
|
|
114589
114771
|
};
|
|
114590
114772
|
CategoryAngleAxis.prototype.getUnscaledAngle = function (a) {
|
|
114591
|
-
if (a < this.
|
|
114773
|
+
if (a < this.mu) {
|
|
114592
114774
|
a += 2 * Math.PI;
|
|
114593
114775
|
}
|
|
114594
|
-
var b = (a - this.
|
|
114776
|
+
var b = (a - this.mu) / (2 * Math.PI);
|
|
114595
114777
|
if (this.ch) {
|
|
114596
114778
|
b = 1 - b;
|
|
114597
114779
|
}
|
|
@@ -114610,22 +114792,22 @@
|
|
|
114610
114792
|
switch (b) {
|
|
114611
114793
|
case "CrossingAxis":
|
|
114612
114794
|
var f = igniteuiWebcomponentsCore.typeCast(NumericRadiusAxis.$, d);
|
|
114613
|
-
this.
|
|
114795
|
+
this.nf(f);
|
|
114614
114796
|
if (f != null) {
|
|
114615
114797
|
f.n3(this);
|
|
114616
114798
|
}
|
|
114617
114799
|
this.cq = true;
|
|
114618
114800
|
this.h8(false);
|
|
114619
114801
|
break;
|
|
114620
|
-
case CategoryAngleAxis.$$p[
|
|
114621
|
-
this.
|
|
114622
|
-
while (this.
|
|
114623
|
-
this.
|
|
114802
|
+
case CategoryAngleAxis.$$p[1]:
|
|
114803
|
+
this.mu = this.m4;
|
|
114804
|
+
while (this.mu < 0) {
|
|
114805
|
+
this.mu += 360;
|
|
114624
114806
|
}
|
|
114625
|
-
while (this.
|
|
114626
|
-
this.
|
|
114807
|
+
while (this.mu >= 360) {
|
|
114808
|
+
this.mu -= 360;
|
|
114627
114809
|
}
|
|
114628
|
-
this.
|
|
114810
|
+
this.mu = (this.mu * Math.PI) / 180;
|
|
114629
114811
|
this.cq = true;
|
|
114630
114812
|
this.h8(false);
|
|
114631
114813
|
try {
|
|
@@ -114700,72 +114882,72 @@
|
|
|
114700
114882
|
}
|
|
114701
114883
|
break;
|
|
114702
114884
|
case "LabelSettings":
|
|
114703
|
-
this.
|
|
114704
|
-
this.
|
|
114885
|
+
this.ml = this.mk();
|
|
114886
|
+
this.nd();
|
|
114705
114887
|
this.cq = true;
|
|
114706
114888
|
this.h8(false);
|
|
114707
114889
|
break;
|
|
114708
114890
|
}
|
|
114709
114891
|
};
|
|
114710
|
-
CategoryAngleAxis.prototype.
|
|
114711
|
-
this.
|
|
114892
|
+
CategoryAngleAxis.prototype.nd = function () {
|
|
114893
|
+
this.mt = NaN;
|
|
114712
114894
|
};
|
|
114713
|
-
CategoryAngleAxis.prototype.
|
|
114714
|
-
this.
|
|
114895
|
+
CategoryAngleAxis.prototype.nf = function (a) {
|
|
114896
|
+
this.mn = a;
|
|
114715
114897
|
};
|
|
114716
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
114898
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "m1", {
|
|
114717
114899
|
get: function () {
|
|
114718
|
-
return this.c(CategoryAngleAxis.
|
|
114900
|
+
return this.c(CategoryAngleAxis.ng);
|
|
114719
114901
|
},
|
|
114720
114902
|
set: function (a) {
|
|
114721
|
-
this.h(CategoryAngleAxis.
|
|
114903
|
+
this.h(CategoryAngleAxis.ng, a);
|
|
114722
114904
|
},
|
|
114723
114905
|
enumerable: false,
|
|
114724
114906
|
configurable: true
|
|
114725
114907
|
});
|
|
114726
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
114908
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "mv", {
|
|
114727
114909
|
get: function () {
|
|
114728
|
-
return this.
|
|
114910
|
+
return this.mr;
|
|
114729
114911
|
},
|
|
114730
114912
|
set: function (a) {
|
|
114731
|
-
if (this.
|
|
114732
|
-
var b = this.
|
|
114733
|
-
this.
|
|
114734
|
-
this.h2("ActualInterval", b, this.
|
|
114913
|
+
if (this.mv != a) {
|
|
114914
|
+
var b = this.mr;
|
|
114915
|
+
this.mr = a;
|
|
114916
|
+
this.h2("ActualInterval", b, this.mv);
|
|
114735
114917
|
}
|
|
114736
114918
|
},
|
|
114737
114919
|
enumerable: false,
|
|
114738
114920
|
configurable: true
|
|
114739
114921
|
});
|
|
114740
114922
|
CategoryAngleAxis.prototype.ev = function () {
|
|
114741
|
-
return this.
|
|
114923
|
+
return this.mv;
|
|
114742
114924
|
};
|
|
114743
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
114925
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "m2", {
|
|
114744
114926
|
get: function () {
|
|
114745
|
-
return this.c(CategoryAngleAxis.
|
|
114927
|
+
return this.c(CategoryAngleAxis.ni);
|
|
114746
114928
|
},
|
|
114747
114929
|
set: function (a) {
|
|
114748
|
-
this.h(CategoryAngleAxis.
|
|
114930
|
+
this.h(CategoryAngleAxis.ni, a);
|
|
114749
114931
|
},
|
|
114750
114932
|
enumerable: false,
|
|
114751
114933
|
configurable: true
|
|
114752
114934
|
});
|
|
114753
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
114935
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "mw", {
|
|
114754
114936
|
get: function () {
|
|
114755
|
-
return this.
|
|
114937
|
+
return this.ms;
|
|
114756
114938
|
},
|
|
114757
114939
|
set: function (a) {
|
|
114758
|
-
if (this.
|
|
114759
|
-
var b = this.
|
|
114760
|
-
this.
|
|
114761
|
-
this.h2("ActualMinorInterval", b, this.
|
|
114940
|
+
if (this.mw != a) {
|
|
114941
|
+
var b = this.ms;
|
|
114942
|
+
this.ms = a;
|
|
114943
|
+
this.h2("ActualMinorInterval", b, this.mw);
|
|
114762
114944
|
}
|
|
114763
114945
|
},
|
|
114764
114946
|
enumerable: false,
|
|
114765
114947
|
configurable: true
|
|
114766
114948
|
});
|
|
114767
|
-
CategoryAngleAxis.prototype.
|
|
114768
|
-
return !igniteuiWebcomponentsCore.isNaN_(this.
|
|
114949
|
+
CategoryAngleAxis.prototype.mq = function () {
|
|
114950
|
+
return !igniteuiWebcomponentsCore.isNaN_(this.m1);
|
|
114769
114951
|
};
|
|
114770
114952
|
CategoryAngleAxis.prototype.get_a2 = function () {
|
|
114771
114953
|
return 2;
|
|
@@ -114785,20 +114967,20 @@
|
|
|
114785
114967
|
return false;
|
|
114786
114968
|
}
|
|
114787
114969
|
var a = this.kr.count;
|
|
114788
|
-
if (a != this.
|
|
114789
|
-
var b = new AxisRangeChangedEventArgs(0, 1, 1, this.
|
|
114790
|
-
this.
|
|
114970
|
+
if (a != this.m6) {
|
|
114971
|
+
var b = new AxisRangeChangedEventArgs(0, 1, 1, this.m6, a);
|
|
114972
|
+
this.m6 = a;
|
|
114791
114973
|
this.h3(b);
|
|
114792
114974
|
return true;
|
|
114793
114975
|
}
|
|
114794
114976
|
return false;
|
|
114795
114977
|
};
|
|
114796
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
114978
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "m6", {
|
|
114797
114979
|
get: function () {
|
|
114798
|
-
return this.
|
|
114980
|
+
return this.m5;
|
|
114799
114981
|
},
|
|
114800
114982
|
set: function (a) {
|
|
114801
|
-
this.
|
|
114983
|
+
this.m5 = a;
|
|
114802
114984
|
},
|
|
114803
114985
|
enumerable: false,
|
|
114804
114986
|
configurable: true
|
|
@@ -114810,7 +114992,7 @@
|
|
|
114810
114992
|
if (e === void 0) {
|
|
114811
114993
|
e = null;
|
|
114812
114994
|
}
|
|
114813
|
-
var f = igniteuiWebcomponentsCore.typeCast(RadialAxisRenderingParameters.$, this.
|
|
114995
|
+
var f = igniteuiWebcomponentsCore.typeCast(RadialAxisRenderingParameters.$, this.ml.d(c, b, d, e));
|
|
114814
114996
|
if (f == null) {
|
|
114815
114997
|
return null;
|
|
114816
114998
|
}
|
|
@@ -114862,15 +115044,15 @@
|
|
|
114862
115044
|
return this.ag.apply(this, arguments);
|
|
114863
115045
|
};
|
|
114864
115046
|
CategoryAngleAxis.$t = igniteuiWebcomponentsCore.markType(CategoryAngleAxis, 'CategoryAngleAxis', CategoryAxisBase.$, [IAngleScaler_$type]);
|
|
114865
|
-
CategoryAngleAxis.
|
|
115047
|
+
CategoryAngleAxis.ng = igniteuiWebcomponentsCore.DependencyProperty.i("Interval", igniteuiWebcomponentsCore.Number_$type, CategoryAngleAxis.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, NaN, function (a, b) {
|
|
114866
115048
|
a.h2("Interval", b.oldValue, b.newValue);
|
|
114867
115049
|
a.h8(false);
|
|
114868
115050
|
}));
|
|
114869
|
-
CategoryAngleAxis.
|
|
115051
|
+
CategoryAngleAxis.ni = igniteuiWebcomponentsCore.DependencyProperty.i("MinorInterval", igniteuiWebcomponentsCore.Number_$type, CategoryAngleAxis.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, NaN, function (a, b) {
|
|
114870
115052
|
(igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, a)).h2("MinorInterval", b.oldValue, b.newValue);
|
|
114871
115053
|
(igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, a)).h8(false);
|
|
114872
115054
|
}));
|
|
114873
|
-
CategoryAngleAxis.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, CategoryAngleAxis, 'h2', ['StartAngleOffset:
|
|
115055
|
+
CategoryAngleAxis.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, CategoryAngleAxis, 'h2', ['LabelMode:mg:nh', [AxisAngleLabelMode_$type, igniteuiWebcomponentsCore.enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:m4:nj', [1, 0]]);
|
|
114874
115056
|
return CategoryAngleAxis;
|
|
114875
115057
|
}(CategoryAxisBase));
|
|
114876
115058
|
/**
|
|
@@ -114880,13 +115062,13 @@
|
|
|
114880
115062
|
tslib.__extends(NumericAngleAxis, _super);
|
|
114881
115063
|
function NumericAngleAxis() {
|
|
114882
115064
|
var _this = _super.call(this) || this;
|
|
115065
|
+
_this.nm = null;
|
|
115066
|
+
_this.nn = false;
|
|
115067
|
+
_this.no = NaN;
|
|
115068
|
+
_this.np = 0;
|
|
114883
115069
|
_this.nk = null;
|
|
114884
|
-
_this.nl = false;
|
|
114885
|
-
_this.nm = NaN;
|
|
114886
|
-
_this.nn = 0;
|
|
114887
|
-
_this.ni = null;
|
|
114888
115070
|
_this.ab = NumericAngleAxis.$;
|
|
114889
|
-
_this.
|
|
115071
|
+
_this.nm = new PolarAxisRenderingManager();
|
|
114890
115072
|
_this.k0 = _this.ky();
|
|
114891
115073
|
return _this;
|
|
114892
115074
|
}
|
|
@@ -114895,7 +115077,7 @@
|
|
|
114895
115077
|
};
|
|
114896
115078
|
NumericAngleAxis.prototype.hs = function (a) {
|
|
114897
115079
|
_super.prototype.hs.call(this, a);
|
|
114898
|
-
this.
|
|
115080
|
+
this.nj = a;
|
|
114899
115081
|
};
|
|
114900
115082
|
NumericAngleAxis.prototype.get_b9 = function () {
|
|
114901
115083
|
return true;
|
|
@@ -114903,25 +115085,25 @@
|
|
|
114903
115085
|
NumericAngleAxis.prototype.av = function () {
|
|
114904
115086
|
var _this = this;
|
|
114905
115087
|
var a = new AngleAxisLabelPanel();
|
|
114906
|
-
a.
|
|
114907
|
-
var
|
|
114908
|
-
var
|
|
114909
|
-
return _this.
|
|
115088
|
+
a.di = function (b, c, d) {
|
|
115089
|
+
var e = _this.bi != null ? _this.bi.tn : igniteuiWebcomponentsCore.Rect.empty;
|
|
115090
|
+
var f = !e.isEmpty ? _this.kd : igniteuiWebcomponentsCore.Rect.empty;
|
|
115091
|
+
return _this.n1(b, { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 }, e, f, _this.aw.bh);
|
|
114910
115092
|
};
|
|
114911
115093
|
return a;
|
|
114912
115094
|
};
|
|
114913
|
-
NumericAngleAxis.prototype.
|
|
114914
|
-
if (this.
|
|
115095
|
+
NumericAngleAxis.prototype.nq = function () {
|
|
115096
|
+
if (this.nl == null) {
|
|
114915
115097
|
return 0;
|
|
114916
115098
|
}
|
|
114917
115099
|
if (!this.b5()) {
|
|
114918
|
-
return this.
|
|
115100
|
+
return this.nl.nt();
|
|
114919
115101
|
}
|
|
114920
115102
|
else {
|
|
114921
|
-
return this.
|
|
115103
|
+
return this.nl.nu((this.fv));
|
|
114922
115104
|
}
|
|
114923
115105
|
};
|
|
114924
|
-
NumericAngleAxis.prototype.
|
|
115106
|
+
NumericAngleAxis.prototype.ns = function (a) {
|
|
114925
115107
|
return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
|
|
114926
115108
|
};
|
|
114927
115109
|
NumericAngleAxis.prototype.ky = function () {
|
|
@@ -114929,19 +115111,19 @@
|
|
|
114929
115111
|
var a = _super.prototype.ky.call(this);
|
|
114930
115112
|
a.b.c = function (b) {
|
|
114931
115113
|
var e_5, _a;
|
|
114932
|
-
if ((_this.az == null || _this.az.visibility == 0) && _this.
|
|
115114
|
+
if ((_this.az == null || _this.az.visibility == 0) && _this.nl != null && _this.no != b) {
|
|
114933
115115
|
var c = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, _this.bi);
|
|
114934
115116
|
if (c == null) {
|
|
114935
115117
|
return;
|
|
114936
115118
|
}
|
|
114937
|
-
_this.
|
|
115119
|
+
_this.no = b;
|
|
114938
115120
|
_this.aw.bg = b;
|
|
114939
115121
|
c.mg();
|
|
114940
115122
|
try {
|
|
114941
115123
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(c.axes)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
114942
115124
|
var d = _c.value;
|
|
114943
115125
|
if (d != _this && igniteuiWebcomponentsCore.typeCast(AngleAxisLabelPanel.$, d.aw) !== null) {
|
|
114944
|
-
d.a5.
|
|
115126
|
+
d.a5.ai();
|
|
114945
115127
|
}
|
|
114946
115128
|
}
|
|
114947
115129
|
}
|
|
@@ -114961,49 +115143,49 @@
|
|
|
114961
115143
|
}
|
|
114962
115144
|
};
|
|
114963
115145
|
a.e = function (b) {
|
|
114964
|
-
b.n = _this.
|
|
115146
|
+
b.n = _this.nq();
|
|
114965
115147
|
b.r = b.n;
|
|
114966
115148
|
};
|
|
114967
115149
|
a.j = function (b) {
|
|
114968
115150
|
var c = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, b);
|
|
114969
115151
|
if (c.e == c.k._inner[0]) {
|
|
114970
|
-
_this.
|
|
115152
|
+
_this.nm.i(b.t, b.n, b.z, b.aa, c.center, c.minAngle, c.maxAngle);
|
|
114971
115153
|
}
|
|
114972
115154
|
};
|
|
114973
115155
|
a.k = function (b, c, d) {
|
|
114974
115156
|
var e = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, b);
|
|
114975
|
-
_this.
|
|
115157
|
+
_this.nm.m(c, d, b.z, b.aa, e.minLength, e.maxLength, e.center);
|
|
114976
115158
|
};
|
|
114977
115159
|
a.l = function (b, c, d, e) {
|
|
114978
115160
|
var f = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, b);
|
|
114979
|
-
_this.
|
|
115161
|
+
_this.nm.n(c, d, e, f.z, b.aa, f.minLength, f.maxLength, f.center);
|
|
114980
115162
|
};
|
|
114981
115163
|
a.d = function (b, c, d, e) {
|
|
114982
115164
|
var f = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, _this.k1(b, c, d, e));
|
|
114983
115165
|
return f;
|
|
114984
115166
|
};
|
|
114985
115167
|
a.v = function () {
|
|
114986
|
-
if (!_this.
|
|
114987
|
-
_this.
|
|
114988
|
-
_this.
|
|
114989
|
-
_this.
|
|
115168
|
+
if (!_this.nn) {
|
|
115169
|
+
_this.nn = true;
|
|
115170
|
+
_this.nl.c1();
|
|
115171
|
+
_this.nn = false;
|
|
114990
115172
|
}
|
|
114991
115173
|
};
|
|
114992
115174
|
a.m = function (b, c) { return _this.getScaledAngle(c); };
|
|
114993
|
-
a.o = function (b, c) { return !c.isEmpty && !b.isEmpty && _this.
|
|
115175
|
+
a.o = function (b, c) { return !c.isEmpty && !b.isEmpty && _this.nl != null; };
|
|
114994
115176
|
a.q = function (b, c) {
|
|
114995
|
-
if (_this.
|
|
115177
|
+
if (_this.ns(c - _this.np) < 0) {
|
|
114996
115178
|
return false;
|
|
114997
115179
|
}
|
|
114998
|
-
if (_this.
|
|
115180
|
+
if (_this.ns(c - _this.np - (2 * Math.PI)) > 0) {
|
|
114999
115181
|
return false;
|
|
115000
115182
|
}
|
|
115001
115183
|
return true;
|
|
115002
115184
|
};
|
|
115003
115185
|
a.p = function (b, c, d) {
|
|
115004
115186
|
var e = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, b);
|
|
115005
|
-
var f = _this.
|
|
115006
|
-
var g = _this.
|
|
115187
|
+
var f = _this.n1(_this.getScaledAngle(e.l), e.center, b.aa, b.z, 0);
|
|
115188
|
+
var g = _this.n1(c, e.center, b.aa, b.z, 0);
|
|
115007
115189
|
if (d && igniteuiWebcomponentsCore.MathUtil.g(f.x - g.x, f.y - g.y) < 2) {
|
|
115008
115190
|
return false;
|
|
115009
115191
|
}
|
|
@@ -115023,8 +115205,8 @@
|
|
|
115023
115205
|
};
|
|
115024
115206
|
return a;
|
|
115025
115207
|
};
|
|
115026
|
-
NumericAngleAxis.prototype.
|
|
115027
|
-
var f = this.
|
|
115208
|
+
NumericAngleAxis.prototype.n1 = function (a, b, c, d, e) {
|
|
115209
|
+
var f = this.nq();
|
|
115028
115210
|
var g = ViewportUtils.b(e, c, d);
|
|
115029
115211
|
if (this.az != null && (this.az.c == 5 || this.az.c == 1)) {
|
|
115030
115212
|
g *= -1;
|
|
@@ -115049,7 +115231,7 @@
|
|
|
115049
115231
|
if (c) {
|
|
115050
115232
|
d = 1 - d;
|
|
115051
115233
|
}
|
|
115052
|
-
return (d * 2 * Math.PI) + this.
|
|
115234
|
+
return (d * 2 * Math.PI) + this.np;
|
|
115053
115235
|
};
|
|
115054
115236
|
NumericAngleAxis.prototype.getScaledAngle = function (a) {
|
|
115055
115237
|
return this.getScaledAngle1(a, this.lj, this.ci);
|
|
@@ -115058,7 +115240,7 @@
|
|
|
115058
115240
|
return this.getUnscaledAngle(a);
|
|
115059
115241
|
};
|
|
115060
115242
|
NumericAngleAxis.prototype.getUnscaledAngle = function (a) {
|
|
115061
|
-
var b = (a - this.
|
|
115243
|
+
var b = (a - this.np) / (2 * Math.PI);
|
|
115062
115244
|
if (this.ch) {
|
|
115063
115245
|
b = 1 - b;
|
|
115064
115246
|
}
|
|
@@ -115069,6 +115251,14 @@
|
|
|
115069
115251
|
return this.lx + b * (this.lw - this.lx);
|
|
115070
115252
|
}
|
|
115071
115253
|
};
|
|
115254
|
+
NumericAngleAxis.prototype.ni = function () {
|
|
115255
|
+
if (this.nh == 0) {
|
|
115256
|
+
return 1;
|
|
115257
|
+
}
|
|
115258
|
+
else {
|
|
115259
|
+
return this.nh;
|
|
115260
|
+
}
|
|
115261
|
+
};
|
|
115072
115262
|
NumericAngleAxis.prototype.hw = function (a, b, c, d) {
|
|
115073
115263
|
var e_6, _a, e_7, _b, e_8, _c;
|
|
115074
115264
|
_super.prototype.hw.call(this, a, b, c, d);
|
|
@@ -115076,21 +115266,21 @@
|
|
|
115076
115266
|
switch (b) {
|
|
115077
115267
|
case "CrossingAxis":
|
|
115078
115268
|
var f = igniteuiWebcomponentsCore.typeCast(NumericRadiusAxis.$, d);
|
|
115079
|
-
this.
|
|
115269
|
+
this.ny(f);
|
|
115080
115270
|
if (f != null) {
|
|
115081
115271
|
f.n3(this);
|
|
115082
115272
|
}
|
|
115083
115273
|
this.h8(false);
|
|
115084
115274
|
break;
|
|
115085
|
-
case NumericAngleAxis.$$p[
|
|
115086
|
-
this.
|
|
115087
|
-
while (this.
|
|
115088
|
-
this.
|
|
115275
|
+
case NumericAngleAxis.$$p[1]:
|
|
115276
|
+
this.np = this.nt;
|
|
115277
|
+
while (this.np < 0) {
|
|
115278
|
+
this.np += 360;
|
|
115089
115279
|
}
|
|
115090
|
-
while (this.
|
|
115091
|
-
this.
|
|
115280
|
+
while (this.np >= 360) {
|
|
115281
|
+
this.np -= 360;
|
|
115092
115282
|
}
|
|
115093
|
-
this.
|
|
115283
|
+
this.np = (this.nt * Math.PI) / 180;
|
|
115094
115284
|
this.h8(false);
|
|
115095
115285
|
try {
|
|
115096
115286
|
for (var _d = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.db())), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
@@ -115163,27 +115353,27 @@
|
|
|
115163
115353
|
break;
|
|
115164
115354
|
case "LabelSettings":
|
|
115165
115355
|
this.k0 = this.ky();
|
|
115166
|
-
this.
|
|
115356
|
+
this.nw();
|
|
115167
115357
|
this.cq = true;
|
|
115168
115358
|
this.h8(false);
|
|
115169
115359
|
break;
|
|
115170
115360
|
}
|
|
115171
115361
|
};
|
|
115172
|
-
NumericAngleAxis.prototype.
|
|
115173
|
-
this.
|
|
115362
|
+
NumericAngleAxis.prototype.nw = function () {
|
|
115363
|
+
this.no = NaN;
|
|
115174
115364
|
};
|
|
115175
115365
|
NumericAngleAxis.prototype.k2 = function () {
|
|
115176
115366
|
return new PolarAxisRenderingParameters();
|
|
115177
115367
|
};
|
|
115178
115368
|
NumericAngleAxis.prototype.k1 = function (a, b, c, d) {
|
|
115179
115369
|
var e = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, _super.prototype.k1.call(this, a, b, c, d));
|
|
115180
|
-
var f = this.
|
|
115181
|
-
var g = this.
|
|
115182
|
-
var h = 0.5 * this.
|
|
115183
|
-
var i = 0.5 * this.
|
|
115370
|
+
var f = this.nm.f(b);
|
|
115371
|
+
var g = this.nm.g(b);
|
|
115372
|
+
var h = 0.5 * this.nl.no;
|
|
115373
|
+
var i = 0.5 * this.nl.nn;
|
|
115184
115374
|
var j = f;
|
|
115185
115375
|
var k = g;
|
|
115186
|
-
var l = this.
|
|
115376
|
+
var l = this.nl.nt();
|
|
115187
115377
|
if (igniteuiWebcomponentsCore.isNaN_(l) || igniteuiWebcomponentsCore.isInfinity(l)) {
|
|
115188
115378
|
return null;
|
|
115189
115379
|
}
|
|
@@ -115194,7 +115384,7 @@
|
|
|
115194
115384
|
j = i;
|
|
115195
115385
|
}
|
|
115196
115386
|
var m = a.width;
|
|
115197
|
-
this.
|
|
115387
|
+
this.nm.k(b, e, this.lx, this.lw, this.ch, igniteuiWebcomponentsCore.runOn(this, this.getUnscaledAngle), m);
|
|
115198
115388
|
var n = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
|
|
115199
115389
|
e.center = n;
|
|
115200
115390
|
e.maxLength = k;
|
|
@@ -115203,7 +115393,7 @@
|
|
|
115203
115393
|
return e;
|
|
115204
115394
|
};
|
|
115205
115395
|
NumericAngleAxis.prototype.getMinMaxAngle = function (a, b, c) {
|
|
115206
|
-
var d = this.
|
|
115396
|
+
var d = this.nm.l(a, b, c);
|
|
115207
115397
|
b = d.p1;
|
|
115208
115398
|
c = d.p2;
|
|
115209
115399
|
return {
|
|
@@ -115223,10 +115413,10 @@
|
|
|
115223
115413
|
this.ly = f.f.l;
|
|
115224
115414
|
}
|
|
115225
115415
|
};
|
|
115226
|
-
Object.defineProperty(NumericAngleAxis.prototype, "
|
|
115416
|
+
Object.defineProperty(NumericAngleAxis.prototype, "nl", {
|
|
115227
115417
|
get: function () {
|
|
115228
|
-
if (this.
|
|
115229
|
-
return this.
|
|
115418
|
+
if (this.nk != null) {
|
|
115419
|
+
return this.nk;
|
|
115230
115420
|
}
|
|
115231
115421
|
var a = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.bi);
|
|
115232
115422
|
if (a != null) {
|
|
@@ -115236,19 +115426,19 @@
|
|
|
115236
115426
|
}
|
|
115237
115427
|
}
|
|
115238
115428
|
}
|
|
115239
|
-
return this.
|
|
115429
|
+
return this.nk;
|
|
115240
115430
|
},
|
|
115241
115431
|
set: function (a) {
|
|
115242
|
-
this.
|
|
115432
|
+
this.nk = a;
|
|
115243
115433
|
},
|
|
115244
115434
|
enumerable: false,
|
|
115245
115435
|
configurable: true
|
|
115246
115436
|
});
|
|
115247
115437
|
NumericAngleAxis.prototype.ak = function () {
|
|
115248
|
-
return this.
|
|
115438
|
+
return this.nl;
|
|
115249
115439
|
};
|
|
115250
|
-
NumericAngleAxis.prototype.
|
|
115251
|
-
this.
|
|
115440
|
+
NumericAngleAxis.prototype.ny = function (a) {
|
|
115441
|
+
this.nl = a;
|
|
115252
115442
|
};
|
|
115253
115443
|
NumericAngleAxis.prototype.ip = function (a, b) {
|
|
115254
115444
|
_super.prototype.ip.call(this, a, b);
|
|
@@ -115273,7 +115463,7 @@
|
|
|
115273
115463
|
if (e === void 0) {
|
|
115274
115464
|
e = null;
|
|
115275
115465
|
}
|
|
115276
|
-
if (this.
|
|
115466
|
+
if (this.nl == null) {
|
|
115277
115467
|
return null;
|
|
115278
115468
|
}
|
|
115279
115469
|
var f = igniteuiWebcomponentsCore.typeCast(PolarAxisRenderingParameters.$, this.k1(c, b, d, e));
|
|
@@ -115296,7 +115486,7 @@
|
|
|
115296
115486
|
return m;
|
|
115297
115487
|
};
|
|
115298
115488
|
NumericAngleAxis.$t = igniteuiWebcomponentsCore.markType(NumericAngleAxis, 'NumericAngleAxis', NumericAxisBase.$, [IAngleScaler_$type]);
|
|
115299
|
-
NumericAngleAxis.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, NumericAngleAxis, 'h2', ['StartAngleOffset:
|
|
115489
|
+
NumericAngleAxis.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, NumericAngleAxis, 'h2', ['LabelMode:nh:nz', [AxisAngleLabelMode_$type, igniteuiWebcomponentsCore.enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:nt:n0', [1, 0]]);
|
|
115300
115490
|
return NumericAngleAxis;
|
|
115301
115491
|
}(NumericAxisBase));
|
|
115302
115492
|
/**
|
|
@@ -115588,11 +115778,11 @@
|
|
|
115588
115778
|
}
|
|
115589
115779
|
if (g != null) {
|
|
115590
115780
|
this.n3(g);
|
|
115591
|
-
g.
|
|
115781
|
+
g.ny(this);
|
|
115592
115782
|
}
|
|
115593
115783
|
if (h != null) {
|
|
115594
115784
|
this.n3(h);
|
|
115595
|
-
h.
|
|
115785
|
+
h.nf(this);
|
|
115596
115786
|
}
|
|
115597
115787
|
this.cq = true;
|
|
115598
115788
|
this.h8(false);
|
|
@@ -115881,31 +116071,67 @@
|
|
|
115881
116071
|
_super.prototype.an.call(this);
|
|
115882
116072
|
this.az.da = true;
|
|
115883
116073
|
};
|
|
115884
|
-
AngleAxisLabelPanelView.prototype.
|
|
116074
|
+
AngleAxisLabelPanelView.prototype.a1 = function (a, b) {
|
|
116075
|
+
this.az.df = -1.7976931348623157E+308;
|
|
116076
|
+
this.az.dc = -1.7976931348623157E+308;
|
|
115885
116077
|
this.az.de = -1.7976931348623157E+308;
|
|
115886
|
-
this.az.db = -1.7976931348623157E+308;
|
|
115887
116078
|
this.az.dd = -1.7976931348623157E+308;
|
|
115888
|
-
this.az.dc = -1.7976931348623157E+308;
|
|
115889
116079
|
for (var c = 0; c < this.a.bb.count; c++) {
|
|
115890
116080
|
var d = this.a.bb._inner[c];
|
|
115891
116081
|
var e = this.a.ba._inner[c];
|
|
115892
116082
|
var f = e.a;
|
|
115893
|
-
var g = this.az.
|
|
116083
|
+
var g = this.az.di(e.c, NaN, NaN);
|
|
115894
116084
|
var h = this.m(d);
|
|
115895
116085
|
var i = this.l(d);
|
|
115896
116086
|
var j = h + this.p() + this.q();
|
|
115897
116087
|
var k = i + this.r() + this.o();
|
|
115898
116088
|
var l = g.x - j / 2;
|
|
115899
116089
|
var m = g.y - k / 2;
|
|
115900
|
-
this.az.
|
|
115901
|
-
this.az.
|
|
115902
|
-
this.az.
|
|
115903
|
-
this.az.
|
|
116090
|
+
this.az.de = Math.max(h, this.az.de);
|
|
116091
|
+
this.az.dd = Math.max(i, this.az.dd);
|
|
116092
|
+
this.az.df = Math.max(j, this.az.df);
|
|
116093
|
+
this.az.dc = Math.max(k, this.az.dc);
|
|
115904
116094
|
var n = new igniteuiWebcomponentsCore.Rect(0, l, m, j, k);
|
|
115905
116095
|
a.add(n);
|
|
115906
116096
|
b.add(f);
|
|
115907
116097
|
}
|
|
115908
116098
|
};
|
|
116099
|
+
AngleAxisLabelPanelView.prototype.a0 = function (a, b) {
|
|
116100
|
+
this.az.db = -1.7976931348623157E+308;
|
|
116101
|
+
var c = 0;
|
|
116102
|
+
if (igniteuiWebcomponentsCore.typeCast(CategoryAngleAxis.$, this.az.ad) !== null) {
|
|
116103
|
+
c = this.az.ad.mx() * this.az.ad.kd.width;
|
|
116104
|
+
}
|
|
116105
|
+
else if (igniteuiWebcomponentsCore.typeCast(NumericAngleAxis.$, this.az.ad) !== null) {
|
|
116106
|
+
c = this.az.ad.nq() * this.az.ad.kd.width;
|
|
116107
|
+
}
|
|
116108
|
+
var d = { $type: igniteuiWebcomponentsCore.Point_$type, x: this.az.ad.kd.width * 0.5, y: this.az.ad.kd.width * 0.5 };
|
|
116109
|
+
for (var e = 0; e < this.a.bb.count; e++) {
|
|
116110
|
+
var f = this.a.bb._inner[e];
|
|
116111
|
+
var g = this.a.ba._inner[e];
|
|
116112
|
+
var h = g.a;
|
|
116113
|
+
var i = this.m(f);
|
|
116114
|
+
var j = this.l(f);
|
|
116115
|
+
var k = i + this.p() + this.q();
|
|
116116
|
+
var l = j + this.r() + this.o();
|
|
116117
|
+
var m = this.az.di(g.c, k, l);
|
|
116118
|
+
var n = m.x - k / 2;
|
|
116119
|
+
var o = m.y - l / 2;
|
|
116120
|
+
var p = new igniteuiWebcomponentsCore.Rect(0, n, o, i, j);
|
|
116121
|
+
if (!h) {
|
|
116122
|
+
var q = Math.sqrt((p.left - d.x) * (p.left - d.x) + (p.top - d.y) * (p.top - d.y));
|
|
116123
|
+
var r = Math.sqrt((p.right - d.x) * (p.right - d.x) + (p.top - d.y) * (p.top - d.y));
|
|
116124
|
+
var s = Math.sqrt((p.left - d.x) * (p.left - d.x) + (p.bottom - d.y) * (p.bottom - d.y));
|
|
116125
|
+
var t = Math.sqrt((p.right - d.x) * (p.right - d.x) + (p.bottom - d.y) * (p.bottom - d.y));
|
|
116126
|
+
this.az.db = Math.max(q - c, this.az.db);
|
|
116127
|
+
this.az.db = Math.max(r - c, this.az.db);
|
|
116128
|
+
this.az.db = Math.max(s - c, this.az.db);
|
|
116129
|
+
this.az.db = Math.max(t - c, this.az.db);
|
|
116130
|
+
}
|
|
116131
|
+
a.add(p);
|
|
116132
|
+
b.add(h);
|
|
116133
|
+
}
|
|
116134
|
+
};
|
|
115909
116135
|
AngleAxisLabelPanelView.prototype.o = function () {
|
|
115910
116136
|
return 0;
|
|
115911
116137
|
};
|
|
@@ -115928,12 +116154,12 @@
|
|
|
115928
116154
|
tslib.__extends(CategoryAngleAxisView, _super);
|
|
115929
116155
|
function CategoryAngleAxisView(a) {
|
|
115930
116156
|
var _this = _super.call(this, a) || this;
|
|
115931
|
-
_this.
|
|
115932
|
-
_this.
|
|
116157
|
+
_this.bm = null;
|
|
116158
|
+
_this.bm = a;
|
|
115933
116159
|
return _this;
|
|
115934
116160
|
}
|
|
115935
|
-
CategoryAngleAxisView.prototype.
|
|
115936
|
-
_super.prototype.
|
|
116161
|
+
CategoryAngleAxisView.prototype.al = function () {
|
|
116162
|
+
_super.prototype.al.call(this);
|
|
115937
116163
|
this.a.jw = AxisDefaults.h;
|
|
115938
116164
|
this.a.jz = AxisDefaults.g;
|
|
115939
116165
|
};
|
|
@@ -115947,12 +116173,12 @@
|
|
|
115947
116173
|
tslib.__extends(NumericAngleAxisView, _super);
|
|
115948
116174
|
function NumericAngleAxisView(a) {
|
|
115949
116175
|
var _this = _super.call(this, a) || this;
|
|
115950
|
-
_this.
|
|
115951
|
-
_this.
|
|
116176
|
+
_this.bm = null;
|
|
116177
|
+
_this.bm = a;
|
|
115952
116178
|
return _this;
|
|
115953
116179
|
}
|
|
115954
|
-
NumericAngleAxisView.prototype.
|
|
115955
|
-
_super.prototype.
|
|
116180
|
+
NumericAngleAxisView.prototype.al = function () {
|
|
116181
|
+
_super.prototype.al.call(this);
|
|
115956
116182
|
this.a.jw = AxisDefaults.h;
|
|
115957
116183
|
this.a.jz = AxisDefaults.g;
|
|
115958
116184
|
};
|
|
@@ -115966,12 +116192,12 @@
|
|
|
115966
116192
|
tslib.__extends(NumericRadiusAxisView, _super);
|
|
115967
116193
|
function NumericRadiusAxisView(a) {
|
|
115968
116194
|
var _this = _super.call(this, a) || this;
|
|
115969
|
-
_this.
|
|
115970
|
-
_this.
|
|
116195
|
+
_this.bm = null;
|
|
116196
|
+
_this.bm = a;
|
|
115971
116197
|
return _this;
|
|
115972
116198
|
}
|
|
115973
|
-
NumericRadiusAxisView.prototype.
|
|
115974
|
-
_super.prototype.
|
|
116199
|
+
NumericRadiusAxisView.prototype.al = function () {
|
|
116200
|
+
_super.prototype.al.call(this);
|
|
115975
116201
|
this.a.jw = AxisDefaults.h;
|
|
115976
116202
|
this.a.jz = AxisDefaults.g;
|
|
115977
116203
|
};
|
|
@@ -116079,11 +116305,25 @@
|
|
|
116079
116305
|
* Indicates the angle in degress that the chart's 0th angle should be offset.
|
|
116080
116306
|
*/
|
|
116081
116307
|
get: function () {
|
|
116082
|
-
return this.i.
|
|
116308
|
+
return this.i.m4;
|
|
116083
116309
|
},
|
|
116084
116310
|
set: function (v) {
|
|
116085
|
-
this.i.
|
|
116086
|
-
this._a("startAngleOffset", this.i.
|
|
116311
|
+
this.i.m4 = +v;
|
|
116312
|
+
this._a("startAngleOffset", this.i.m4);
|
|
116313
|
+
},
|
|
116314
|
+
enumerable: false,
|
|
116315
|
+
configurable: true
|
|
116316
|
+
});
|
|
116317
|
+
Object.defineProperty(IgcCategoryAngleAxisComponent.prototype, "labelMode", {
|
|
116318
|
+
/**
|
|
116319
|
+
* Indicates the mode axis labels will operate in.
|
|
116320
|
+
*/
|
|
116321
|
+
get: function () {
|
|
116322
|
+
return this.i.mg;
|
|
116323
|
+
},
|
|
116324
|
+
set: function (v) {
|
|
116325
|
+
this.i.mg = igniteuiWebcomponentsCore.ensureEnum(AxisAngleLabelMode_$type, v);
|
|
116326
|
+
this._a("labelMode", igniteuiWebcomponentsCore.enumToString(AxisAngleLabelMode_$type, this.i.mg));
|
|
116087
116327
|
},
|
|
116088
116328
|
enumerable: false,
|
|
116089
116329
|
configurable: true
|
|
@@ -116097,11 +116337,11 @@
|
|
|
116097
116337
|
* For example, an interval of 2 will display every other label.
|
|
116098
116338
|
*/
|
|
116099
116339
|
get: function () {
|
|
116100
|
-
return this.i.
|
|
116340
|
+
return this.i.m1;
|
|
116101
116341
|
},
|
|
116102
116342
|
set: function (v) {
|
|
116103
|
-
this.i.
|
|
116104
|
-
this._a("interval", this.i.
|
|
116343
|
+
this.i.m1 = +v;
|
|
116344
|
+
this._a("interval", this.i.m1);
|
|
116105
116345
|
},
|
|
116106
116346
|
enumerable: false,
|
|
116107
116347
|
configurable: true
|
|
@@ -116113,11 +116353,11 @@
|
|
|
116113
116353
|
* Gets the effective value for the current Interval.
|
|
116114
116354
|
*/
|
|
116115
116355
|
get: function () {
|
|
116116
|
-
return this.i.
|
|
116356
|
+
return this.i.mv;
|
|
116117
116357
|
},
|
|
116118
116358
|
set: function (v) {
|
|
116119
|
-
this.i.
|
|
116120
|
-
this._a("actualInterval", this.i.
|
|
116359
|
+
this.i.mv = +v;
|
|
116360
|
+
this._a("actualInterval", this.i.mv);
|
|
116121
116361
|
},
|
|
116122
116362
|
enumerable: false,
|
|
116123
116363
|
configurable: true
|
|
@@ -116130,11 +116370,11 @@
|
|
|
116130
116370
|
* Gets or sets the frequency of displayed minor lines. The set value is a factor that determines how the minor lines will be displayed.
|
|
116131
116371
|
*/
|
|
116132
116372
|
get: function () {
|
|
116133
|
-
return this.i.
|
|
116373
|
+
return this.i.m2;
|
|
116134
116374
|
},
|
|
116135
116375
|
set: function (v) {
|
|
116136
|
-
this.i.
|
|
116137
|
-
this._a("minorInterval", this.i.
|
|
116376
|
+
this.i.m2 = +v;
|
|
116377
|
+
this._a("minorInterval", this.i.m2);
|
|
116138
116378
|
},
|
|
116139
116379
|
enumerable: false,
|
|
116140
116380
|
configurable: true
|
|
@@ -116146,11 +116386,11 @@
|
|
|
116146
116386
|
* Get the effective value for the current minorInterval.
|
|
116147
116387
|
*/
|
|
116148
116388
|
get: function () {
|
|
116149
|
-
return this.i.
|
|
116389
|
+
return this.i.mw;
|
|
116150
116390
|
},
|
|
116151
116391
|
set: function (v) {
|
|
116152
|
-
this.i.
|
|
116153
|
-
this._a("actualMinorInterval", this.i.
|
|
116392
|
+
this.i.mw = +v;
|
|
116393
|
+
this._a("actualMinorInterval", this.i.mw);
|
|
116154
116394
|
},
|
|
116155
116395
|
enumerable: false,
|
|
116156
116396
|
configurable: true
|
|
@@ -116186,7 +116426,7 @@
|
|
|
116186
116426
|
this._actualIntervalChange = ev;
|
|
116187
116427
|
this._actualIntervalChange_wrapped = function (o, e) {
|
|
116188
116428
|
var ext = _this.actualInterval;
|
|
116189
|
-
if (e.propertyName == '
|
|
116429
|
+
if (e.propertyName == 'Mv') {
|
|
116190
116430
|
if (_this.beforeActualIntervalChange) {
|
|
116191
116431
|
_this.beforeActualIntervalChange(_this, ext);
|
|
116192
116432
|
}
|
|
@@ -116929,10 +117169,10 @@
|
|
|
116929
117169
|
});
|
|
116930
117170
|
TimeAxisBase.prototype.h9 = function (a) {
|
|
116931
117171
|
_super.prototype.h9.call(this, a);
|
|
116932
|
-
var b = this.a5.
|
|
116933
|
-
var c = this.a5.
|
|
116934
|
-
var d = this.a5.
|
|
116935
|
-
var e = this.a5.
|
|
117172
|
+
var b = this.a5.a4();
|
|
117173
|
+
var c = this.a5.a7();
|
|
117174
|
+
var d = this.a5.a5();
|
|
117175
|
+
var e = this.a5.a6();
|
|
116936
117176
|
var f = this.a5.e();
|
|
116937
117177
|
var g = this.a5.f();
|
|
116938
117178
|
var h = this.a5.g();
|
|
@@ -116954,7 +117194,7 @@
|
|
|
116954
117194
|
this.bq.count = 0;
|
|
116955
117195
|
this.bp.count = 0;
|
|
116956
117196
|
}
|
|
116957
|
-
if (this.br.count == 0) {
|
|
117197
|
+
if (this.br.count == 0 && this.a5.l()) {
|
|
116958
117198
|
this.aw.ab.clear();
|
|
116959
117199
|
}
|
|
116960
117200
|
if (this.az != null) {
|
|
@@ -117174,12 +117414,12 @@
|
|
|
117174
117414
|
if (igniteuiWebcomponentsCore.isNaN_(g)) {
|
|
117175
117415
|
g = 0;
|
|
117176
117416
|
}
|
|
117177
|
-
this.hq(this.a5.
|
|
117417
|
+
this.hq(this.a5.a4(), g, c, this.a5.e(), true);
|
|
117178
117418
|
this.aw.bg = h;
|
|
117179
|
-
var k = this.a5.
|
|
117419
|
+
var k = this.a5.a7();
|
|
117180
117420
|
var l = this.a5.f();
|
|
117181
|
-
var m = this.a5.
|
|
117182
|
-
var n = this.a5.
|
|
117421
|
+
var m = this.a5.a5();
|
|
117422
|
+
var n = this.a5.a6();
|
|
117183
117423
|
var o = this.a5.g();
|
|
117184
117424
|
if (this.no == 1) {
|
|
117185
117425
|
var p = this.i$e(b, c, d, e);
|
|
@@ -117416,16 +117656,16 @@
|
|
|
117416
117656
|
tslib.__extends(CategoryDateTimeXAxisView, _super);
|
|
117417
117657
|
function CategoryDateTimeXAxisView(a) {
|
|
117418
117658
|
var _this = _super.call(this, a) || this;
|
|
117419
|
-
_this.
|
|
117420
|
-
_this.
|
|
117659
|
+
_this.bm = null;
|
|
117660
|
+
_this.bm = a;
|
|
117421
117661
|
return _this;
|
|
117422
117662
|
}
|
|
117423
|
-
CategoryDateTimeXAxisView.prototype.
|
|
117424
|
-
_super.prototype.
|
|
117663
|
+
CategoryDateTimeXAxisView.prototype.al = function () {
|
|
117664
|
+
_super.prototype.al.call(this);
|
|
117425
117665
|
this.a.fh = AxisDefaults.f;
|
|
117426
117666
|
};
|
|
117427
|
-
CategoryDateTimeXAxisView.prototype.
|
|
117428
|
-
var b = this.
|
|
117667
|
+
CategoryDateTimeXAxisView.prototype.s = function (a) {
|
|
117668
|
+
var b = this.q(igniteuiWebcomponentsCore.dateFromTicks(igniteuiWebcomponentsCore.truncate(a)));
|
|
117429
117669
|
return b;
|
|
117430
117670
|
};
|
|
117431
117671
|
CategoryDateTimeXAxisView.$t = igniteuiWebcomponentsCore.markType(CategoryDateTimeXAxisView, 'CategoryDateTimeXAxisView', CategoryAxisBaseView.$);
|
|
@@ -118054,11 +118294,25 @@
|
|
|
118054
118294
|
* Indicates the angle in degress that the chart's 0th angle should be offset.
|
|
118055
118295
|
*/
|
|
118056
118296
|
get: function () {
|
|
118057
|
-
return this.i.
|
|
118297
|
+
return this.i.nt;
|
|
118058
118298
|
},
|
|
118059
118299
|
set: function (v) {
|
|
118060
|
-
this.i.
|
|
118061
|
-
this._a("startAngleOffset", this.i.
|
|
118300
|
+
this.i.nt = +v;
|
|
118301
|
+
this._a("startAngleOffset", this.i.nt);
|
|
118302
|
+
},
|
|
118303
|
+
enumerable: false,
|
|
118304
|
+
configurable: true
|
|
118305
|
+
});
|
|
118306
|
+
Object.defineProperty(IgcNumericAngleAxisComponent.prototype, "labelMode", {
|
|
118307
|
+
/**
|
|
118308
|
+
* Indicates the mode axis labels will operate in.
|
|
118309
|
+
*/
|
|
118310
|
+
get: function () {
|
|
118311
|
+
return this.i.nh;
|
|
118312
|
+
},
|
|
118313
|
+
set: function (v) {
|
|
118314
|
+
this.i.nh = igniteuiWebcomponentsCore.ensureEnum(AxisAngleLabelMode_$type, v);
|
|
118315
|
+
this._a("labelMode", igniteuiWebcomponentsCore.enumToString(AxisAngleLabelMode_$type, this.i.nh));
|
|
118062
118316
|
},
|
|
118063
118317
|
enumerable: false,
|
|
118064
118318
|
configurable: true
|
|
@@ -119450,13 +119704,13 @@
|
|
|
119450
119704
|
if (igniteuiWebcomponentsCore.isNaN_(g)) {
|
|
119451
119705
|
g = 0;
|
|
119452
119706
|
}
|
|
119453
|
-
this.hq(this.a5.
|
|
119707
|
+
this.hq(this.a5.a4(), g, c, this.a5.e(), true);
|
|
119454
119708
|
this.aw.bg = h;
|
|
119455
119709
|
var k = igniteuiWebcomponentsCore.truncate(Math.ceil(e.right));
|
|
119456
119710
|
var l = igniteuiWebcomponentsCore.truncate(Math.floor(e.left));
|
|
119457
|
-
var m = this.a5.
|
|
119711
|
+
var m = this.a5.a7();
|
|
119458
119712
|
var n = this.a5.f();
|
|
119459
|
-
var o = this.a5.
|
|
119713
|
+
var o = this.a5.a5();
|
|
119460
119714
|
this.ni();
|
|
119461
119715
|
var p = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Date_$type, 1, this.n2());
|
|
119462
119716
|
var q = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Number_$type, 0);
|
|
@@ -120466,7 +120720,12 @@
|
|
|
120466
120720
|
if (!ext) {
|
|
120467
120721
|
ext = new IgcTimeAxisLabelFormatComponent();
|
|
120468
120722
|
if (ext) {
|
|
120469
|
-
ext._implementation
|
|
120723
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
120724
|
+
ext._implementation.setNativeElement(int);
|
|
120725
|
+
}
|
|
120726
|
+
else {
|
|
120727
|
+
ext._implementation = int;
|
|
120728
|
+
}
|
|
120470
120729
|
}
|
|
120471
120730
|
}
|
|
120472
120731
|
return ext;
|
|
@@ -121216,7 +121475,12 @@
|
|
|
121216
121475
|
if (!ext) {
|
|
121217
121476
|
ext = new IgcTimeAxisIntervalComponent();
|
|
121218
121477
|
if (ext) {
|
|
121219
|
-
ext._implementation
|
|
121478
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
121479
|
+
ext._implementation.setNativeElement(int);
|
|
121480
|
+
}
|
|
121481
|
+
else {
|
|
121482
|
+
ext._implementation = int;
|
|
121483
|
+
}
|
|
121220
121484
|
}
|
|
121221
121485
|
}
|
|
121222
121486
|
return ext;
|
|
@@ -121263,7 +121527,12 @@
|
|
|
121263
121527
|
if (!ext) {
|
|
121264
121528
|
ext = new IgcTimeAxisBreakComponent();
|
|
121265
121529
|
if (ext) {
|
|
121266
|
-
ext._implementation
|
|
121530
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
121531
|
+
ext._implementation.setNativeElement(int);
|
|
121532
|
+
}
|
|
121533
|
+
else {
|
|
121534
|
+
ext._implementation = int;
|
|
121535
|
+
}
|
|
121267
121536
|
}
|
|
121268
121537
|
}
|
|
121269
121538
|
return ext;
|
|
@@ -122727,7 +122996,7 @@
|
|
|
122727
122996
|
if (c == FinancialSeries.$$p[11]) {
|
|
122728
122997
|
return this.jw(a, b, this.w0);
|
|
122729
122998
|
}
|
|
122730
|
-
if (c == FinancialSeries.$$p[
|
|
122999
|
+
if (c == FinancialSeries.$$p[1]) {
|
|
122731
123000
|
return this.jw(a, b, this.wr);
|
|
122732
123001
|
}
|
|
122733
123002
|
if (c == FinancialSeries.$$p[9]) {
|
|
@@ -123085,7 +123354,7 @@
|
|
|
123085
123354
|
this.pq(this.fr && this.dp);
|
|
123086
123355
|
}
|
|
123087
123356
|
break;
|
|
123088
|
-
case FinancialSeries.$$p[
|
|
123357
|
+
case FinancialSeries.$$p[1]:
|
|
123089
123358
|
if (this.c7 != null) {
|
|
123090
123359
|
this.w9(this.c7, this.u4);
|
|
123091
123360
|
this.u4 = this.u7(this.c7, this.wr, "HighColumn");
|
|
@@ -124228,7 +124497,7 @@
|
|
|
124228
124497
|
return _super.prototype.ju.call(this, a);
|
|
124229
124498
|
};
|
|
124230
124499
|
FinancialSeries.$t = igniteuiWebcomponentsCore.markType(FinancialSeries, 'FinancialSeries', Series.$, [IHasCategoryAxis_$type, IHasCategoryModePreference_$type]);
|
|
124231
|
-
FinancialSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, FinancialSeries, 'raisePropertyChanged', ['CloseMemberPath:we:xk', [2, null], 'HighlightedCloseMemberPath:wh:xl', [2, null], 'HighlightedHighMemberPath:wj:xm', [2, null], 'HighlightedLowMemberPath:wl:xn', [2, null], 'HighlightedOpenMemberPath:wn:xo', [2, null], 'HighlightedVolumeMemberPath:wp:xp', [2, null], '
|
|
124500
|
+
FinancialSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, FinancialSeries, 'raisePropertyChanged', ['CloseMemberPath:we:xk', [2, null], 'HighMemberPath:wr:xq', [2, null], 'HighlightedCloseMemberPath:wh:xl', [2, null], 'HighlightedHighMemberPath:wj:xm', [2, null], 'HighlightedLowMemberPath:wl:xn', [2, null], 'HighlightedOpenMemberPath:wn:xo', [2, null], 'HighlightedVolumeMemberPath:wp:xp', [2, null], 'IsCustomCategoryStyleAllowed:vg:xr', [0, false], 'IsTransitionInEnabled:vh:xs', [0, false], 'LowMemberPath:ww:xt', [2, null], 'NegativeBrush:x0:xu', [igniteuiWebcomponentsCore.Brush.$, null], 'OpenMemberPath:w0:xv', [2, null], 'TransitionInMode:ul:xw', [CategoryTransitionInMode_$type, igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, 0)], 'VolumeMemberPath:w4:xx', [2, null], 'XAxis:ua:xy', [CategoryAxisBase.$, null], 'YAxis:uw:xz', [NumericYAxis.$, null]]);
|
|
124232
124501
|
return FinancialSeries;
|
|
124233
124502
|
}(Series));
|
|
124234
124503
|
/**
|
|
@@ -141408,8 +141677,8 @@
|
|
|
141408
141677
|
ZoomSliderView.prototype.n = function () {
|
|
141409
141678
|
return ((function () {
|
|
141410
141679
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
141411
|
-
$ret.
|
|
141412
|
-
$ret.
|
|
141680
|
+
$ret.p = "Verdana";
|
|
141681
|
+
$ret.e = 10;
|
|
141413
141682
|
return $ret;
|
|
141414
141683
|
})());
|
|
141415
141684
|
};
|
|
@@ -145513,9 +145782,9 @@
|
|
|
145513
145782
|
};
|
|
145514
145783
|
LegendBaseViewManager.prototype.aa = function (a) {
|
|
145515
145784
|
var b = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(this.g, a);
|
|
145516
|
-
this.l.setStyleProperty("font-family", b.
|
|
145517
|
-
this.l.setStyleProperty("font-size", b.
|
|
145518
|
-
this.l.setStyleProperty("font-style", b.
|
|
145785
|
+
this.l.setStyleProperty("font-family", b.p);
|
|
145786
|
+
this.l.setStyleProperty("font-size", b.e + "px");
|
|
145787
|
+
this.l.setStyleProperty("font-style", b.s);
|
|
145519
145788
|
};
|
|
145520
145789
|
LegendBaseViewManager.$t = igniteuiWebcomponentsCore.markType(LegendBaseViewManager, 'LegendBaseViewManager');
|
|
145521
145790
|
return LegendBaseViewManager;
|
|
@@ -162644,19 +162913,19 @@
|
|
|
162644
162913
|
_this.bz = null;
|
|
162645
162914
|
_this.bm = NaN;
|
|
162646
162915
|
_this.bl = 1;
|
|
162647
|
-
_this.eq = null;
|
|
162648
162916
|
_this.er = null;
|
|
162917
|
+
_this.es = null;
|
|
162649
162918
|
_this.bl = 1;
|
|
162650
162919
|
_this.bm = NaN;
|
|
162651
162920
|
var a = _this.bk;
|
|
162652
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
162921
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.dt));
|
|
162653
162922
|
_this.ar = new MessageHandler();
|
|
162654
|
-
_this.ar.b(SliceClickedMessage.$, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
162655
|
-
_this.ar.b(SliceMouseMessage.$, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
162656
|
-
_this.ar.b(SelectedItemsChangedMessage.$, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
162923
|
+
_this.ar.b(SliceClickedMessage.$, igniteuiWebcomponentsCore.runOn(_this, _this.dx));
|
|
162924
|
+
_this.ar.b(SliceMouseMessage.$, igniteuiWebcomponentsCore.runOn(_this, _this.dy));
|
|
162925
|
+
_this.ar.b(SelectedItemsChangedMessage.$, igniteuiWebcomponentsCore.runOn(_this, _this.du));
|
|
162657
162926
|
_this.ap = new MessageChannel();
|
|
162658
162927
|
_this.bt = function (b, c) { return _this.db(c.action, c.position, c.count, c.propertyName); };
|
|
162659
|
-
_this.
|
|
162928
|
+
_this.dv();
|
|
162660
162929
|
_this.ab = XamFunnelChart.$;
|
|
162661
162930
|
_this.ax = new XamFunnelConnector(new XamFunnelView(), _this);
|
|
162662
162931
|
_this.legendItemTemplate = ((function () {
|
|
@@ -162686,16 +162955,16 @@
|
|
|
162686
162955
|
enumerable: false,
|
|
162687
162956
|
configurable: true
|
|
162688
162957
|
});
|
|
162689
|
-
XamFunnelChart.prototype.du = function () {
|
|
162690
|
-
this.dp(XamFunnelChart.$$p[1], 0, this.bo);
|
|
162691
|
-
this.dp(XamFunnelChart.$$p[6], igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, this.ey), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, this.ey));
|
|
162692
|
-
this.dp(XamFunnelChart.$$p[13], igniteuiWebcomponentsCore.enumGetBox(OuterLabelAlignment_$type, this.au), igniteuiWebcomponentsCore.enumGetBox(OuterLabelAlignment_$type, this.au));
|
|
162693
|
-
this.dp(XamFunnelChart.$$p[4], igniteuiWebcomponentsCore.enumGetBox(FunnelSliceDisplay_$type, this.ak), igniteuiWebcomponentsCore.enumGetBox(FunnelSliceDisplay_$type, this.ak));
|
|
162694
|
-
this.dp(XamFunnelChart.$$p[22], this.ev, this.ev);
|
|
162695
|
-
this.dp(XamFunnelChart.$$p[12], this.eu, this.eu);
|
|
162696
|
-
this.dv();
|
|
162697
|
-
};
|
|
162698
162958
|
XamFunnelChart.prototype.dv = function () {
|
|
162959
|
+
this.dq(XamFunnelChart.$$p[1], 0, this.bo);
|
|
162960
|
+
this.dq(XamFunnelChart.$$p[6], igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, this.ez), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, this.ez));
|
|
162961
|
+
this.dq(XamFunnelChart.$$p[13], igniteuiWebcomponentsCore.enumGetBox(OuterLabelAlignment_$type, this.au), igniteuiWebcomponentsCore.enumGetBox(OuterLabelAlignment_$type, this.au));
|
|
162962
|
+
this.dq(XamFunnelChart.$$p[4], igniteuiWebcomponentsCore.enumGetBox(FunnelSliceDisplay_$type, this.ak), igniteuiWebcomponentsCore.enumGetBox(FunnelSliceDisplay_$type, this.ak));
|
|
162963
|
+
this.dq(XamFunnelChart.$$p[22], this.ew, this.ew);
|
|
162964
|
+
this.dq(XamFunnelChart.$$p[12], this.ev, this.ev);
|
|
162965
|
+
this.dw();
|
|
162966
|
+
};
|
|
162967
|
+
XamFunnelChart.prototype.dw = function () {
|
|
162699
162968
|
var a = new PropertyChangedMessage();
|
|
162700
162969
|
a.g = "ItemProvider";
|
|
162701
162970
|
a.e = null;
|
|
@@ -162709,29 +162978,29 @@
|
|
|
162709
162978
|
set: function (a) {
|
|
162710
162979
|
var b = this.as;
|
|
162711
162980
|
this.as = a;
|
|
162712
|
-
this.
|
|
162981
|
+
this.dr(b, this.as);
|
|
162713
162982
|
},
|
|
162714
162983
|
enumerable: false,
|
|
162715
162984
|
configurable: true
|
|
162716
162985
|
});
|
|
162717
|
-
XamFunnelChart.prototype.
|
|
162986
|
+
XamFunnelChart.prototype.dr = function (a, b) {
|
|
162718
162987
|
if (a != null) {
|
|
162719
162988
|
var c = igniteuiWebcomponentsCore.typeCast(MessageChannel.$, a.b("ModelUpdateMessages"));
|
|
162720
162989
|
if (c != null) {
|
|
162721
|
-
c.h(igniteuiWebcomponentsCore.runOn(this, this.
|
|
162990
|
+
c.h(igniteuiWebcomponentsCore.runOn(this, this.dg));
|
|
162722
162991
|
}
|
|
162723
162992
|
this.ap.g();
|
|
162724
162993
|
}
|
|
162725
162994
|
if (b != null) {
|
|
162726
162995
|
var d = igniteuiWebcomponentsCore.typeCast(MessageChannel.$, b.b("ModelUpdateMessages"));
|
|
162727
162996
|
if (d != null) {
|
|
162728
|
-
d.e(igniteuiWebcomponentsCore.runOn(this, this.
|
|
162997
|
+
d.e(igniteuiWebcomponentsCore.runOn(this, this.dg));
|
|
162729
162998
|
}
|
|
162730
162999
|
var e = igniteuiWebcomponentsCore.typeCast(MessageChannel.$, b.b("ConfigurationMessages"));
|
|
162731
163000
|
this.ap.f(e);
|
|
162732
163001
|
}
|
|
162733
163002
|
};
|
|
162734
|
-
XamFunnelChart.prototype.
|
|
163003
|
+
XamFunnelChart.prototype.dg = function (a) {
|
|
162735
163004
|
this.ar.c(a);
|
|
162736
163005
|
};
|
|
162737
163006
|
XamFunnelChart.prototype.db = function (a, b, c, d) {
|
|
@@ -162759,9 +163028,9 @@
|
|
|
162759
163028
|
e.c = 4;
|
|
162760
163029
|
break;
|
|
162761
163030
|
}
|
|
162762
|
-
this.
|
|
162763
|
-
this.
|
|
162764
|
-
this.
|
|
163031
|
+
this.dq("ValueColumn", this.a7, this.a7);
|
|
163032
|
+
this.dq("InnerLabelColumn", this.a3, this.a3);
|
|
163033
|
+
this.dq("OuterLabelColumn", this.a4, this.a4);
|
|
162765
163034
|
this.ap.i(e);
|
|
162766
163035
|
};
|
|
162767
163036
|
Object.defineProperty(XamFunnelChart.prototype, "a7", {
|
|
@@ -162772,7 +163041,7 @@
|
|
|
162772
163041
|
if (this.a2 != a) {
|
|
162773
163042
|
var b = this.a2;
|
|
162774
163043
|
this.a2 = a;
|
|
162775
|
-
this.
|
|
163044
|
+
this.dq("ValueColumn", b, this.a2);
|
|
162776
163045
|
}
|
|
162777
163046
|
},
|
|
162778
163047
|
enumerable: false,
|
|
@@ -162786,7 +163055,7 @@
|
|
|
162786
163055
|
if (this.a0 != a) {
|
|
162787
163056
|
var b = this.a0;
|
|
162788
163057
|
this.a0 = a;
|
|
162789
|
-
this.
|
|
163058
|
+
this.dq("InnerLabelColumn", b, this.a3);
|
|
162790
163059
|
}
|
|
162791
163060
|
},
|
|
162792
163061
|
enumerable: false,
|
|
@@ -162800,7 +163069,7 @@
|
|
|
162800
163069
|
if (this.a1 != a) {
|
|
162801
163070
|
var b = this.a1;
|
|
162802
163071
|
this.a1 = a;
|
|
162803
|
-
this.
|
|
163072
|
+
this.dq("OuterLabelColumn", b, this.a4);
|
|
162804
163073
|
}
|
|
162805
163074
|
},
|
|
162806
163075
|
enumerable: false,
|
|
@@ -162813,7 +163082,7 @@
|
|
|
162813
163082
|
set: function (a) {
|
|
162814
163083
|
var b = this.bu;
|
|
162815
163084
|
this.bu = a;
|
|
162816
|
-
this.
|
|
163085
|
+
this.dq("FormatInnerLabel", b, a);
|
|
162817
163086
|
},
|
|
162818
163087
|
enumerable: false,
|
|
162819
163088
|
configurable: true
|
|
@@ -162825,7 +163094,7 @@
|
|
|
162825
163094
|
set: function (a) {
|
|
162826
163095
|
var b = this.bv;
|
|
162827
163096
|
this.bv = a;
|
|
162828
|
-
this.
|
|
163097
|
+
this.dq("FormatOuterLabel", b, a);
|
|
162829
163098
|
},
|
|
162830
163099
|
enumerable: false,
|
|
162831
163100
|
configurable: true
|
|
@@ -162844,7 +163113,7 @@
|
|
|
162844
163113
|
set: function (a) {
|
|
162845
163114
|
var b = this.b2;
|
|
162846
163115
|
this.b2 = a;
|
|
162847
|
-
this.
|
|
163116
|
+
this.dq("TextStyle", b, a);
|
|
162848
163117
|
},
|
|
162849
163118
|
enumerable: false,
|
|
162850
163119
|
configurable: true
|
|
@@ -162856,7 +163125,7 @@
|
|
|
162856
163125
|
set: function (a) {
|
|
162857
163126
|
var b = this.b1;
|
|
162858
163127
|
this.b1 = a;
|
|
162859
|
-
this.
|
|
163128
|
+
this.dq("OuterLabelTextStyle", b, a);
|
|
162860
163129
|
},
|
|
162861
163130
|
enumerable: false,
|
|
162862
163131
|
configurable: true
|
|
@@ -162867,7 +163136,7 @@
|
|
|
162867
163136
|
XamFunnelChart.prototype.onAttachedToUI = function () {
|
|
162868
163137
|
this.ax.e.ax(this);
|
|
162869
163138
|
};
|
|
162870
|
-
XamFunnelChart.prototype.
|
|
163139
|
+
XamFunnelChart.prototype.dq = function (a, b, c) {
|
|
162871
163140
|
if (this.ba(a, b, c) || this.a9(a, b, c) || this.bc(a, b, c) || this.bb(a, b, c)) {
|
|
162872
163141
|
return;
|
|
162873
163142
|
}
|
|
@@ -162888,7 +163157,7 @@
|
|
|
162888
163157
|
})()));
|
|
162889
163158
|
};
|
|
162890
163159
|
XamFunnelChart.prototype.a9 = function (a, b, c) {
|
|
162891
|
-
if (a == XamFunnelChart.$$p[2] || a == XamFunnelChart.$$p[
|
|
163160
|
+
if (a == XamFunnelChart.$$p[2] || a == XamFunnelChart.$$p[17]) {
|
|
162892
163161
|
this.ap.i(((function () {
|
|
162893
163162
|
var $ret = new PropertyChangedMessage();
|
|
162894
163163
|
$ret.g = a;
|
|
@@ -162925,11 +163194,11 @@
|
|
|
162925
163194
|
var e = c;
|
|
162926
163195
|
e.event = igniteuiWebcomponentsCore.delegateCombine(e.event, this.bt);
|
|
162927
163196
|
}
|
|
162928
|
-
this.
|
|
163197
|
+
this.de(a, b, c);
|
|
162929
163198
|
return true;
|
|
162930
163199
|
}
|
|
162931
163200
|
else if (a == XamFunnelChart.$$p[26] || a == XamFunnelChart.$$p[5] || a == XamFunnelChart.$$p[14]) {
|
|
162932
|
-
this.
|
|
163201
|
+
this.de(a, b, c);
|
|
162933
163202
|
return false;
|
|
162934
163203
|
}
|
|
162935
163204
|
return false;
|
|
@@ -162940,7 +163209,7 @@
|
|
|
162940
163209
|
XamFunnelChart.prototype.a6 = function (a, b) {
|
|
162941
163210
|
return a.registerColumnObject(b, null, false);
|
|
162942
163211
|
};
|
|
162943
|
-
XamFunnelChart.prototype.
|
|
163212
|
+
XamFunnelChart.prototype.de = function (a, b, c) {
|
|
162944
163213
|
if (this.az == null) {
|
|
162945
163214
|
var d = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.FastItemsSource.$, b);
|
|
162946
163215
|
if (d != null) {
|
|
@@ -163030,7 +163299,7 @@
|
|
|
163030
163299
|
}
|
|
163031
163300
|
return false;
|
|
163032
163301
|
};
|
|
163033
|
-
XamFunnelChart.prototype.
|
|
163302
|
+
XamFunnelChart.prototype.dx = function (a) {
|
|
163034
163303
|
var b = a;
|
|
163035
163304
|
if (this.sliceClicked != null) {
|
|
163036
163305
|
var c = new FunnelSliceClickedEventArgs();
|
|
@@ -163042,7 +163311,7 @@
|
|
|
163042
163311
|
this.sliceClicked(this, c);
|
|
163043
163312
|
}
|
|
163044
163313
|
};
|
|
163045
|
-
XamFunnelChart.prototype.
|
|
163314
|
+
XamFunnelChart.prototype.dy = function (a) {
|
|
163046
163315
|
var b = a;
|
|
163047
163316
|
switch (b.c) {
|
|
163048
163317
|
case 1:
|
|
@@ -163086,11 +163355,11 @@
|
|
|
163086
163355
|
}
|
|
163087
163356
|
}
|
|
163088
163357
|
};
|
|
163089
|
-
XamFunnelChart.prototype.
|
|
163358
|
+
XamFunnelChart.prototype.du = function (a) {
|
|
163090
163359
|
};
|
|
163091
|
-
XamFunnelChart.prototype.
|
|
163360
|
+
XamFunnelChart.prototype.dt = function (a, b) {
|
|
163092
163361
|
};
|
|
163093
|
-
XamFunnelChart.prototype.
|
|
163362
|
+
XamFunnelChart.prototype.df = function (a, b, c, d) {
|
|
163094
163363
|
var e_8, _a, e_9, _b, e_10, _c;
|
|
163095
163364
|
var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Base.$, 0);
|
|
163096
163365
|
try {
|
|
@@ -163167,28 +163436,31 @@
|
|
|
163167
163436
|
enumerable: false,
|
|
163168
163437
|
configurable: true
|
|
163169
163438
|
});
|
|
163439
|
+
XamFunnelChart.prototype.dd = function () {
|
|
163440
|
+
this.ax.i();
|
|
163441
|
+
};
|
|
163170
163442
|
XamFunnelChart.prototype.provideContainer = function (a) {
|
|
163171
163443
|
var b = this.bz;
|
|
163172
163444
|
this.bz = a;
|
|
163173
|
-
this.
|
|
163445
|
+
this.dq("Container", b, this.bz);
|
|
163174
163446
|
};
|
|
163175
163447
|
XamFunnelChart.prototype.notifyResized = function () {
|
|
163176
163448
|
this.ax.g();
|
|
163177
163449
|
this.ap.i(new ContainerSizeChangedMessage());
|
|
163178
163450
|
};
|
|
163179
|
-
XamFunnelChart.prototype.
|
|
163180
|
-
this.
|
|
163451
|
+
XamFunnelChart.prototype.dm = function (source_, a, b, c) {
|
|
163452
|
+
this.di(source_, new igniteuiWebcomponentsCore.NotifyCollectionChangedEventArgs(2, 2, c, b, a));
|
|
163181
163453
|
};
|
|
163182
|
-
XamFunnelChart.prototype.
|
|
163183
|
-
this.
|
|
163184
|
-
};
|
|
163185
|
-
XamFunnelChart.prototype.di = function (source_, a, b) {
|
|
163186
|
-
this.dh(source_, new igniteuiWebcomponentsCore.NotifyCollectionChangedEventArgs(1, 0, b, a));
|
|
163454
|
+
XamFunnelChart.prototype.dh = function (source_) {
|
|
163455
|
+
this.di(source_, new igniteuiWebcomponentsCore.NotifyCollectionChangedEventArgs(0, 4));
|
|
163187
163456
|
};
|
|
163188
163457
|
XamFunnelChart.prototype.dj = function (source_, a, b) {
|
|
163189
|
-
this.
|
|
163458
|
+
this.di(source_, new igniteuiWebcomponentsCore.NotifyCollectionChangedEventArgs(1, 0, b, a));
|
|
163459
|
+
};
|
|
163460
|
+
XamFunnelChart.prototype.dk = function (source_, a, b) {
|
|
163461
|
+
this.di(source_, new igniteuiWebcomponentsCore.NotifyCollectionChangedEventArgs(1, 1, b, a));
|
|
163190
163462
|
};
|
|
163191
|
-
XamFunnelChart.prototype.
|
|
163463
|
+
XamFunnelChart.prototype.di = function (s_, a) {
|
|
163192
163464
|
if (s_.dataView && s_.dataSource) {
|
|
163193
163465
|
s_ = s_.dataView();
|
|
163194
163466
|
}
|
|
@@ -163230,7 +163502,7 @@
|
|
|
163230
163502
|
enumerable: false,
|
|
163231
163503
|
configurable: true
|
|
163232
163504
|
});
|
|
163233
|
-
XamFunnelChart.prototype.
|
|
163505
|
+
XamFunnelChart.prototype.dz = function (a) {
|
|
163234
163506
|
var b = this.av();
|
|
163235
163507
|
if (b == null) {
|
|
163236
163508
|
return;
|
|
@@ -163279,7 +163551,7 @@
|
|
|
163279
163551
|
}
|
|
163280
163552
|
var b = this.bm;
|
|
163281
163553
|
this.bm = a;
|
|
163282
|
-
this.
|
|
163554
|
+
this.dq("PixelScalingRatio", b, this.bm);
|
|
163283
163555
|
},
|
|
163284
163556
|
enumerable: false,
|
|
163285
163557
|
configurable: true
|
|
@@ -163292,7 +163564,7 @@
|
|
|
163292
163564
|
var b = this.bl;
|
|
163293
163565
|
this.bl = a;
|
|
163294
163566
|
if (this.bl != b) {
|
|
163295
|
-
this.
|
|
163567
|
+
this.dq("ActualPixelScalingRatio", b, this.bl);
|
|
163296
163568
|
}
|
|
163297
163569
|
},
|
|
163298
163570
|
enumerable: false,
|
|
@@ -163340,36 +163612,36 @@
|
|
|
163340
163612
|
enumerable: false,
|
|
163341
163613
|
configurable: true
|
|
163342
163614
|
});
|
|
163343
|
-
Object.defineProperty(XamFunnelChart.prototype, "
|
|
163615
|
+
Object.defineProperty(XamFunnelChart.prototype, "et", {
|
|
163344
163616
|
get: function () {
|
|
163345
|
-
return this.
|
|
163617
|
+
return this.er;
|
|
163346
163618
|
},
|
|
163347
163619
|
set: function (a) {
|
|
163348
|
-
var b = this.
|
|
163620
|
+
var b = this.et;
|
|
163349
163621
|
if (a != b) {
|
|
163350
|
-
this.
|
|
163351
|
-
this.
|
|
163622
|
+
this.er = a;
|
|
163623
|
+
this.dq("OuterLabelTextColor", b, this.et);
|
|
163352
163624
|
}
|
|
163353
163625
|
},
|
|
163354
163626
|
enumerable: false,
|
|
163355
163627
|
configurable: true
|
|
163356
163628
|
});
|
|
163357
|
-
Object.defineProperty(XamFunnelChart.prototype, "
|
|
163629
|
+
Object.defineProperty(XamFunnelChart.prototype, "eu", {
|
|
163358
163630
|
get: function () {
|
|
163359
|
-
return this.
|
|
163631
|
+
return this.es;
|
|
163360
163632
|
},
|
|
163361
163633
|
set: function (a) {
|
|
163362
|
-
var b = this.
|
|
163634
|
+
var b = this.eu;
|
|
163363
163635
|
if (a != b) {
|
|
163364
|
-
this.
|
|
163365
|
-
this.
|
|
163636
|
+
this.es = a;
|
|
163637
|
+
this.dq("LabelTextColor", b, this.eu);
|
|
163366
163638
|
}
|
|
163367
163639
|
},
|
|
163368
163640
|
enumerable: false,
|
|
163369
163641
|
configurable: true
|
|
163370
163642
|
});
|
|
163371
163643
|
XamFunnelChart.$t = igniteuiWebcomponentsCore.markType(XamFunnelChart, 'XamFunnelChart', igniteuiWebcomponentsCore.Control.$, [IItemProvider_$type, igniteuiWebcomponentsCore.ILegendOwner_$type, igniteuiWebcomponentsCore.ILegendTemplateProvider_$type, igniteuiWebcomponentsCore.ILegendSeries_$type]);
|
|
163372
|
-
XamFunnelChart.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamFunnelChart, '
|
|
163644
|
+
XamFunnelChart.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamFunnelChart, 'dq', ['AllowSliceSelection:a8:d0', [0, false], 'BottomEdgeWidth:bo:d1', [1, 0.35], 'Brushes:ah:d2', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'FastItemsSource:az:d3', [igniteuiWebcomponentsCore.FastItemsSource.$], 'FunnelSliceDisplay:ak:d4', [FunnelSliceDisplay_$type, igniteuiWebcomponentsCore.enumGetBox(FunnelSliceDisplay_$type, 0)], 'InnerLabelMemberPath:cd:d5', [2, null], 'InnerLabelVisibility:ez:d6', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 0)], 'IsInverted:bd:d7', [0, false], 'ItemsSource::d8', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'LegendItemBadgeTemplate::d9', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'LegendItemTemplate::ea', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'Legend::eb', [igniteuiWebcomponentsCore.IChartLegend_$type, null], 'LowerBezierControlPoint:ev:ec', [igniteuiWebcomponentsCore.Point_$type, { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 1 }], 'OuterLabelAlignment:au:ed', [OuterLabelAlignment_$type, igniteuiWebcomponentsCore.enumGetBox(OuterLabelAlignment_$type, 0)], 'OuterLabelMemberPath:co:ee', [2, null], 'OuterLabelVisibility:e0:ef', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'OutlineThickness:bq:eh', [1, -1], 'Outlines:ai:eg', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'SelectedSliceStyle:ex:ei', [igniteuiWebcomponentsCore.Style.$, null], 'ToolTip:b0:ej', [4, null], 'TransitionDuration:by:ek', [1, 0], 'UnselectedSliceStyle:ey:el', [igniteuiWebcomponentsCore.Style.$, null], 'UpperBezierControlPoint:ew:em', [igniteuiWebcomponentsCore.Point_$type, { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0 }], 'UseBezierCurve:be:en', [0, false], 'UseOuterLabelsForLegend:bf:eo', [0, false], 'UseUnselectedStyle:bg:ep', [0, false], 'ValueMemberPath:c9:eq', [2, null]]);
|
|
163373
163645
|
return XamFunnelChart;
|
|
163374
163646
|
}(igniteuiWebcomponentsCore.Control));
|
|
163375
163647
|
/**
|
|
@@ -163428,6 +163700,9 @@
|
|
|
163428
163700
|
this.d.i = null;
|
|
163429
163701
|
}
|
|
163430
163702
|
};
|
|
163703
|
+
XamFunnelConnector.prototype.i = function () {
|
|
163704
|
+
this.b.df();
|
|
163705
|
+
};
|
|
163431
163706
|
XamFunnelConnector.$t = igniteuiWebcomponentsCore.markType(XamFunnelConnector, 'XamFunnelConnector');
|
|
163432
163707
|
return XamFunnelConnector;
|
|
163433
163708
|
}(igniteuiWebcomponentsCore.Base));
|
|
@@ -163914,11 +164189,11 @@
|
|
|
163914
164189
|
* Gets or sets whether the inner labels are visible.
|
|
163915
164190
|
*/
|
|
163916
164191
|
get: function () {
|
|
163917
|
-
return this.i.
|
|
164192
|
+
return this.i.ez;
|
|
163918
164193
|
},
|
|
163919
164194
|
set: function (v) {
|
|
163920
|
-
this.i.
|
|
163921
|
-
this._a("innerLabelVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
164195
|
+
this.i.ez = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
164196
|
+
this._a("innerLabelVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.ez));
|
|
163922
164197
|
},
|
|
163923
164198
|
enumerable: false,
|
|
163924
164199
|
configurable: true
|
|
@@ -163928,11 +164203,11 @@
|
|
|
163928
164203
|
* Gets or sets whether the outer labels are visible.
|
|
163929
164204
|
*/
|
|
163930
164205
|
get: function () {
|
|
163931
|
-
return this.i.
|
|
164206
|
+
return this.i.e0;
|
|
163932
164207
|
},
|
|
163933
164208
|
set: function (v) {
|
|
163934
|
-
this.i.
|
|
163935
|
-
this._a("outerLabelVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
164209
|
+
this.i.e0 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
164210
|
+
this._a("outerLabelVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.e0));
|
|
163936
164211
|
},
|
|
163937
164212
|
enumerable: false,
|
|
163938
164213
|
configurable: true
|
|
@@ -164066,11 +164341,11 @@
|
|
|
164066
164341
|
* Gets or sets the fill brush.
|
|
164067
164342
|
*/
|
|
164068
164343
|
get: function () {
|
|
164069
|
-
return this.i.
|
|
164344
|
+
return this.i.ex ? this.i.ex.fill : null;
|
|
164070
164345
|
},
|
|
164071
164346
|
set: function (v) {
|
|
164072
164347
|
this.ensureSelectedSliceStyle();
|
|
164073
|
-
this.i.
|
|
164348
|
+
this.i.ex.fill = v;
|
|
164074
164349
|
},
|
|
164075
164350
|
enumerable: false,
|
|
164076
164351
|
configurable: true
|
|
@@ -164080,11 +164355,11 @@
|
|
|
164080
164355
|
* Gets or sets the stroke brush.
|
|
164081
164356
|
*/
|
|
164082
164357
|
get: function () {
|
|
164083
|
-
return this.i.
|
|
164358
|
+
return this.i.ex ? this.i.ex.stroke : null;
|
|
164084
164359
|
},
|
|
164085
164360
|
set: function (v) {
|
|
164086
164361
|
this.ensureSelectedSliceStyle();
|
|
164087
|
-
this.i.
|
|
164362
|
+
this.i.ex.stroke = v;
|
|
164088
164363
|
},
|
|
164089
164364
|
enumerable: false,
|
|
164090
164365
|
configurable: true
|
|
@@ -164094,12 +164369,12 @@
|
|
|
164094
164369
|
* Gets or sets the stroke thickness.
|
|
164095
164370
|
*/
|
|
164096
164371
|
get: function () {
|
|
164097
|
-
return this.i.
|
|
164372
|
+
return this.i.ex ? this.i.ex.strokeThickness : NaN;
|
|
164098
164373
|
},
|
|
164099
164374
|
set: function (v) {
|
|
164100
164375
|
this.ensureSelectedSliceStyle();
|
|
164101
|
-
this.i.
|
|
164102
|
-
this._a("selectedSliceStrokeThickness", this.i.
|
|
164376
|
+
this.i.ex.strokeThickness = +v;
|
|
164377
|
+
this._a("selectedSliceStrokeThickness", this.i.ex.strokeThickness);
|
|
164103
164378
|
},
|
|
164104
164379
|
enumerable: false,
|
|
164105
164380
|
configurable: true
|
|
@@ -164109,32 +164384,32 @@
|
|
|
164109
164384
|
* Gets or sets the opacity.
|
|
164110
164385
|
*/
|
|
164111
164386
|
get: function () {
|
|
164112
|
-
return this.i.
|
|
164387
|
+
return this.i.ex ? this.i.ex.opacity : NaN;
|
|
164113
164388
|
},
|
|
164114
164389
|
set: function (v) {
|
|
164115
164390
|
this.ensureSelectedSliceStyle();
|
|
164116
|
-
this.i.
|
|
164117
|
-
this._a("selectedSliceOpacity", this.i.
|
|
164391
|
+
this.i.ex.opacity = +v;
|
|
164392
|
+
this._a("selectedSliceOpacity", this.i.ex.opacity);
|
|
164118
164393
|
},
|
|
164119
164394
|
enumerable: false,
|
|
164120
164395
|
configurable: true
|
|
164121
164396
|
});
|
|
164122
164397
|
IgcFunnelChartComponent.prototype.ensureSelectedSliceStyle = function () {
|
|
164123
|
-
if (this.i.
|
|
164398
|
+
if (this.i.ex) {
|
|
164124
164399
|
return;
|
|
164125
164400
|
}
|
|
164126
|
-
this.i.
|
|
164401
|
+
this.i.ex = new igniteuiWebcomponentsCore.Style();
|
|
164127
164402
|
};
|
|
164128
164403
|
Object.defineProperty(IgcFunnelChartComponent.prototype, "unselectedSliceFill", {
|
|
164129
164404
|
/**
|
|
164130
164405
|
* Gets or sets the fill brush.
|
|
164131
164406
|
*/
|
|
164132
164407
|
get: function () {
|
|
164133
|
-
return this.i.
|
|
164408
|
+
return this.i.ey ? this.i.ey.fill : null;
|
|
164134
164409
|
},
|
|
164135
164410
|
set: function (v) {
|
|
164136
164411
|
this.ensureUnselectedSliceStyle();
|
|
164137
|
-
this.i.
|
|
164412
|
+
this.i.ey.fill = v;
|
|
164138
164413
|
},
|
|
164139
164414
|
enumerable: false,
|
|
164140
164415
|
configurable: true
|
|
@@ -164144,11 +164419,11 @@
|
|
|
164144
164419
|
* Gets or sets the stroke brush.
|
|
164145
164420
|
*/
|
|
164146
164421
|
get: function () {
|
|
164147
|
-
return this.i.
|
|
164422
|
+
return this.i.ey ? this.i.ey.stroke : null;
|
|
164148
164423
|
},
|
|
164149
164424
|
set: function (v) {
|
|
164150
164425
|
this.ensureUnselectedSliceStyle();
|
|
164151
|
-
this.i.
|
|
164426
|
+
this.i.ey.stroke = v;
|
|
164152
164427
|
},
|
|
164153
164428
|
enumerable: false,
|
|
164154
164429
|
configurable: true
|
|
@@ -164158,12 +164433,12 @@
|
|
|
164158
164433
|
* Gets or sets the stroke thickness.
|
|
164159
164434
|
*/
|
|
164160
164435
|
get: function () {
|
|
164161
|
-
return this.i.
|
|
164436
|
+
return this.i.ey ? this.i.ey.strokeThickness : NaN;
|
|
164162
164437
|
},
|
|
164163
164438
|
set: function (v) {
|
|
164164
164439
|
this.ensureUnselectedSliceStyle();
|
|
164165
|
-
this.i.
|
|
164166
|
-
this._a("unselectedSliceStrokeThickness", this.i.
|
|
164440
|
+
this.i.ey.strokeThickness = +v;
|
|
164441
|
+
this._a("unselectedSliceStrokeThickness", this.i.ey.strokeThickness);
|
|
164167
164442
|
},
|
|
164168
164443
|
enumerable: false,
|
|
164169
164444
|
configurable: true
|
|
@@ -164173,21 +164448,21 @@
|
|
|
164173
164448
|
* Gets or sets the opacity.
|
|
164174
164449
|
*/
|
|
164175
164450
|
get: function () {
|
|
164176
|
-
return this.i.
|
|
164451
|
+
return this.i.ey ? this.i.ey.opacity : NaN;
|
|
164177
164452
|
},
|
|
164178
164453
|
set: function (v) {
|
|
164179
164454
|
this.ensureUnselectedSliceStyle();
|
|
164180
|
-
this.i.
|
|
164181
|
-
this._a("unselectedSliceOpacity", this.i.
|
|
164455
|
+
this.i.ey.opacity = +v;
|
|
164456
|
+
this._a("unselectedSliceOpacity", this.i.ey.opacity);
|
|
164182
164457
|
},
|
|
164183
164458
|
enumerable: false,
|
|
164184
164459
|
configurable: true
|
|
164185
164460
|
});
|
|
164186
164461
|
IgcFunnelChartComponent.prototype.ensureUnselectedSliceStyle = function () {
|
|
164187
|
-
if (this.i.
|
|
164462
|
+
if (this.i.ey) {
|
|
164188
164463
|
return;
|
|
164189
164464
|
}
|
|
164190
|
-
this.i.
|
|
164465
|
+
this.i.ey = new igniteuiWebcomponentsCore.Style();
|
|
164191
164466
|
};
|
|
164192
164467
|
Object.defineProperty(IgcFunnelChartComponent.prototype, "legendItemBadgeTemplate", {
|
|
164193
164468
|
/**
|
|
@@ -164277,11 +164552,11 @@
|
|
|
164277
164552
|
* Gets or sets the brush used for the outer labels.
|
|
164278
164553
|
*/
|
|
164279
164554
|
get: function () {
|
|
164280
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
164555
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.et);
|
|
164281
164556
|
},
|
|
164282
164557
|
set: function (v) {
|
|
164283
|
-
this.i.
|
|
164284
|
-
this._a("outerLabelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
164558
|
+
this.i.et = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
164559
|
+
this._a("outerLabelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.et));
|
|
164285
164560
|
},
|
|
164286
164561
|
enumerable: false,
|
|
164287
164562
|
configurable: true
|
|
@@ -164291,11 +164566,11 @@
|
|
|
164291
164566
|
* Gets or sets the brush used for the inner labels.
|
|
164292
164567
|
*/
|
|
164293
164568
|
get: function () {
|
|
164294
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
164569
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eu);
|
|
164295
164570
|
},
|
|
164296
164571
|
set: function (v) {
|
|
164297
|
-
this.i.
|
|
164298
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
164572
|
+
this.i.eu = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
164573
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.eu));
|
|
164299
164574
|
},
|
|
164300
164575
|
enumerable: false,
|
|
164301
164576
|
configurable: true
|
|
@@ -164366,9 +164641,18 @@
|
|
|
164366
164641
|
this._inStyling = false;
|
|
164367
164642
|
};
|
|
164368
164643
|
/**
|
|
164369
|
-
*
|
|
164644
|
+
* Use to force the funnel chart to finish any deferred work before printing or evaluating its visual.
|
|
164645
|
+
* This should only be called if the visual of the funnel chart needs to be synchronously saved or evaluated.
|
|
164646
|
+
* Calling this method too often will hinder the performance of the funnel chart.
|
|
164370
164647
|
|
|
164371
164648
|
*/
|
|
164649
|
+
IgcFunnelChartComponent.prototype.flush = function () {
|
|
164650
|
+
this.i.dd();
|
|
164651
|
+
};
|
|
164652
|
+
/**
|
|
164653
|
+
* Provides container for funnel chart
|
|
164654
|
+
|
|
164655
|
+
*/
|
|
164372
164656
|
IgcFunnelChartComponent.prototype.provideContainer = function (container) {
|
|
164373
164657
|
this.i.provideContainer(container);
|
|
164374
164658
|
};
|
|
@@ -164380,7 +164664,7 @@
|
|
|
164380
164664
|
this.i.notifyResized();
|
|
164381
164665
|
};
|
|
164382
164666
|
IgcFunnelChartComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
164383
|
-
this.i.
|
|
164667
|
+
this.i.dm(source_, index, oldItem, newItem);
|
|
164384
164668
|
};
|
|
164385
164669
|
/**
|
|
164386
164670
|
* Manually notifies the chart's data source that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -164388,20 +164672,20 @@
|
|
|
164388
164672
|
|
|
164389
164673
|
*/
|
|
164390
164674
|
IgcFunnelChartComponent.prototype.notifyClearItems = function (source_) {
|
|
164391
|
-
this.i.
|
|
164675
|
+
this.i.dh(source_);
|
|
164392
164676
|
};
|
|
164393
164677
|
IgcFunnelChartComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
164394
|
-
this.i.
|
|
164678
|
+
this.i.dj(source_, index, newItem);
|
|
164395
164679
|
};
|
|
164396
164680
|
IgcFunnelChartComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
164397
|
-
this.i.
|
|
164681
|
+
this.i.dk(source_, index, oldItem);
|
|
164398
164682
|
};
|
|
164399
164683
|
/**
|
|
164400
164684
|
* Toggle selection of item at index.
|
|
164401
164685
|
|
|
164402
164686
|
*/
|
|
164403
164687
|
IgcFunnelChartComponent.prototype.toggleSelection = function (index) {
|
|
164404
|
-
this.i.
|
|
164688
|
+
this.i.dz(index);
|
|
164405
164689
|
};
|
|
164406
164690
|
/**
|
|
164407
164691
|
* Exports and serializes the chart visuals.
|
|
@@ -165377,16 +165661,16 @@
|
|
|
165377
165661
|
};
|
|
165378
165662
|
RangeCategorySeries.prototype.jv = function (a, b) {
|
|
165379
165663
|
var c = this.lw(b);
|
|
165380
|
-
if (c == RangeCategorySeries.$$p[
|
|
165664
|
+
if (c == RangeCategorySeries.$$p[0]) {
|
|
165381
165665
|
return this.jw(a, b, this.xp);
|
|
165382
165666
|
}
|
|
165383
165667
|
if (c == RangeCategorySeries.$$p[3]) {
|
|
165384
165668
|
return this.jw(a, b, this.xs);
|
|
165385
165669
|
}
|
|
165386
|
-
if (c == RangeCategorySeries.$$p[
|
|
165670
|
+
if (c == RangeCategorySeries.$$p[2]) {
|
|
165387
165671
|
return this.jw(a, b, this.xn);
|
|
165388
165672
|
}
|
|
165389
|
-
if (c == RangeCategorySeries.$$p[
|
|
165673
|
+
if (c == RangeCategorySeries.$$p[1]) {
|
|
165390
165674
|
return this.jw(a, b, this.xl);
|
|
165391
165675
|
}
|
|
165392
165676
|
return _super.prototype.jv.call(this, a, b);
|
|
@@ -165575,7 +165859,7 @@
|
|
|
165575
165859
|
this.pq(this.fr && this.dp);
|
|
165576
165860
|
}
|
|
165577
165861
|
break;
|
|
165578
|
-
case RangeCategorySeries.$$p[
|
|
165862
|
+
case RangeCategorySeries.$$p[0]:
|
|
165579
165863
|
if (this.c7 != null) {
|
|
165580
165864
|
this.c7.deregisterColumn(this.highColumn);
|
|
165581
165865
|
this.highColumn = this.c4(this.xp);
|
|
@@ -165762,7 +166046,7 @@
|
|
|
165762
166046
|
configurable: true
|
|
165763
166047
|
});
|
|
165764
166048
|
RangeCategorySeries.$t = igniteuiWebcomponentsCore.markType(RangeCategorySeries, 'RangeCategorySeries', CategorySeries.$, [IIsCategoryBased_$type, IHasHighLowValueCategory_$type]);
|
|
165765
|
-
RangeCategorySeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, RangeCategorySeries, 'raisePropertyChanged', ['
|
|
166049
|
+
RangeCategorySeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, RangeCategorySeries, 'raisePropertyChanged', ['HighMemberPath:xp:xz', [2, null], 'HighlightedHighMemberPath:xl:xx', [2, null], 'HighlightedLowMemberPath:xn:xy', [2, null], 'LowMemberPath:xs:x0', [2, null]]);
|
|
165766
166050
|
return RangeCategorySeries;
|
|
165767
166051
|
}(CategorySeries));
|
|
165768
166052
|
/**
|
|
@@ -170871,7 +171155,12 @@
|
|
|
170871
171155
|
if (!ext) {
|
|
170872
171156
|
ext = IgcSeriesComponent._createFromInternal(int);
|
|
170873
171157
|
if (ext) {
|
|
170874
|
-
ext._implementation
|
|
171158
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
171159
|
+
ext._implementation.setNativeElement(int);
|
|
171160
|
+
}
|
|
171161
|
+
else {
|
|
171162
|
+
ext._implementation = int;
|
|
171163
|
+
}
|
|
170875
171164
|
}
|
|
170876
171165
|
}
|
|
170877
171166
|
return ext;
|
|
@@ -170918,7 +171207,12 @@
|
|
|
170918
171207
|
if (!ext) {
|
|
170919
171208
|
ext = IgcAxisComponent._createFromInternal(int);
|
|
170920
171209
|
if (ext) {
|
|
170921
|
-
ext._implementation
|
|
171210
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
171211
|
+
ext._implementation.setNativeElement(int);
|
|
171212
|
+
}
|
|
171213
|
+
else {
|
|
171214
|
+
ext._implementation = int;
|
|
171215
|
+
}
|
|
170922
171216
|
}
|
|
170923
171217
|
}
|
|
170924
171218
|
return ext;
|
|
@@ -174334,7 +174628,7 @@
|
|
|
174334
174628
|
var m = f._inner[i];
|
|
174335
174629
|
var n = f._inner[i - 1];
|
|
174336
174630
|
if (!b || (e.j.containsKey(this.c7.item(i)) && e.j.containsKey(this.c7.item(i - 1)))) {
|
|
174337
|
-
var o = igniteuiWebcomponentsCore.GeometryUtil.
|
|
174631
|
+
var o = igniteuiWebcomponentsCore.GeometryUtil.i(g, n, m);
|
|
174338
174632
|
return (i - 1) + o;
|
|
174339
174633
|
}
|
|
174340
174634
|
else if (e.j.containsKey(this.c7.item(i))) {
|
|
@@ -177835,11 +178129,11 @@
|
|
|
177835
178129
|
this.b = 0;
|
|
177836
178130
|
return;
|
|
177837
178131
|
}
|
|
177838
|
-
var e = Math.floor(d.
|
|
177839
|
-
var f = Math.ceil(d.
|
|
178132
|
+
var e = Math.floor(d.mz(c, b));
|
|
178133
|
+
var f = Math.ceil(d.my(c, b));
|
|
177840
178134
|
if (d.ch) {
|
|
177841
|
-
f = Math.ceil(d.
|
|
177842
|
-
e = Math.floor(d.
|
|
178135
|
+
f = Math.ceil(d.mz(c, b));
|
|
178136
|
+
e = Math.floor(d.my(c, b));
|
|
177843
178137
|
}
|
|
177844
178138
|
if (f < e) {
|
|
177845
178139
|
f = d.lf + f;
|
|
@@ -181394,12 +181688,12 @@
|
|
|
181394
181688
|
tslib.__extends(NumericXAxisView, _super);
|
|
181395
181689
|
function NumericXAxisView(a) {
|
|
181396
181690
|
var _this = _super.call(this, a) || this;
|
|
181397
|
-
_this.
|
|
181398
|
-
_this.
|
|
181691
|
+
_this.bo = null;
|
|
181692
|
+
_this.bo = a;
|
|
181399
181693
|
return _this;
|
|
181400
181694
|
}
|
|
181401
|
-
NumericXAxisView.prototype.
|
|
181402
|
-
_super.prototype.
|
|
181695
|
+
NumericXAxisView.prototype.al = function () {
|
|
181696
|
+
_super.prototype.al.call(this);
|
|
181403
181697
|
this.a.jw = AxisDefaults.h;
|
|
181404
181698
|
};
|
|
181405
181699
|
NumericXAxisView.$t = igniteuiWebcomponentsCore.markType(NumericXAxisView, 'NumericXAxisView', StraightNumericAxisBaseView.$);
|
|
@@ -184629,7 +184923,7 @@
|
|
|
184629
184923
|
var n = { $type: igniteuiWebcomponentsCore.Point_$type, x: this.vg[j], y: this.vh[j] };
|
|
184630
184924
|
var o = { $type: igniteuiWebcomponentsCore.Point_$type, x: this.vg[j - 1], y: this.vh[j - 1] };
|
|
184631
184925
|
if (!b || (e.j.containsKey(this.c7.item(j)) && e.j.containsKey(this.c7.item(j - 1)))) {
|
|
184632
|
-
var p = igniteuiWebcomponentsCore.GeometryUtil.
|
|
184926
|
+
var p = igniteuiWebcomponentsCore.GeometryUtil.i(h, o, n);
|
|
184633
184927
|
return (j - 1) + p;
|
|
184634
184928
|
}
|
|
184635
184929
|
else if (e.j.containsKey(this.c7.item(j))) {
|
|
@@ -192044,7 +192338,7 @@
|
|
|
192044
192338
|
}
|
|
192045
192339
|
this.om();
|
|
192046
192340
|
break;
|
|
192047
|
-
case ScatterTriangulationSeries.$$p[
|
|
192341
|
+
case ScatterTriangulationSeries.$$p[4]:
|
|
192048
192342
|
if (this.trianglesSource != null) {
|
|
192049
192343
|
this.ve();
|
|
192050
192344
|
this.uh = ((function () {
|
|
@@ -192076,7 +192370,7 @@
|
|
|
192076
192370
|
this.pq(false);
|
|
192077
192371
|
this.om();
|
|
192078
192372
|
break;
|
|
192079
|
-
case ScatterTriangulationSeries.$$p[
|
|
192373
|
+
case ScatterTriangulationSeries.$$p[1]:
|
|
192080
192374
|
if (this.uh != null) {
|
|
192081
192375
|
this.uh.deregisterColumn(this.uc);
|
|
192082
192376
|
this.uc = this.ub(this.uh, this.us);
|
|
@@ -192084,7 +192378,7 @@
|
|
|
192084
192378
|
this.pq(false);
|
|
192085
192379
|
this.om();
|
|
192086
192380
|
break;
|
|
192087
|
-
case ScatterTriangulationSeries.$$p[
|
|
192381
|
+
case ScatterTriangulationSeries.$$p[2]:
|
|
192088
192382
|
if (this.uh != null) {
|
|
192089
192383
|
this.uh.deregisterColumn(this.ud);
|
|
192090
192384
|
this.ud = this.ub(this.uh, this.uu);
|
|
@@ -192092,7 +192386,7 @@
|
|
|
192092
192386
|
this.pq(false);
|
|
192093
192387
|
this.om();
|
|
192094
192388
|
break;
|
|
192095
|
-
case ScatterTriangulationSeries.$$p[
|
|
192389
|
+
case ScatterTriangulationSeries.$$p[3]:
|
|
192096
192390
|
if (this.uh != null) {
|
|
192097
192391
|
this.uh.deregisterColumn(this.ue);
|
|
192098
192392
|
this.ue = this.ub(this.uh, this.uw);
|
|
@@ -192246,7 +192540,7 @@
|
|
|
192246
192540
|
return i;
|
|
192247
192541
|
};
|
|
192248
192542
|
ScatterTriangulationSeries.$t = igniteuiWebcomponentsCore.markType(ScatterTriangulationSeries, 'ScatterTriangulationSeries', Series.$);
|
|
192249
|
-
ScatterTriangulationSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, ScatterTriangulationSeries, 'raisePropertyChanged', ['FastTrianglesSource:uh:vi', [igniteuiWebcomponentsCore.IFastItemsSource_$type, null], '
|
|
192543
|
+
ScatterTriangulationSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, ScatterTriangulationSeries, 'raisePropertyChanged', ['FastTrianglesSource:uh:vi', [igniteuiWebcomponentsCore.IFastItemsSource_$type, null], 'TriangleVertexMemberPath1:us:vk', [2, null], 'TriangleVertexMemberPath2:uu:vl', [2, null], 'TriangleVertexMemberPath3:uw:vm', [2, null], 'TrianglesSource::vj', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'XAxis:t2:vn', [NumericXAxis.$, null], 'XMemberAsLegendLabel:u0:vo', [2, null], 'XMemberAsLegendUnit:u2:vp', [2, null], 'XMemberPath:u4:vq', [2, null], 'YAxis:t3:vr', [NumericYAxis.$, null], 'YMemberAsLegendLabel:u8:vs', [2, null], 'YMemberAsLegendUnit:va:vt', [2, null], 'YMemberPath:vc:vu', [2, null]]);
|
|
192250
192544
|
return ScatterTriangulationSeries;
|
|
192251
192545
|
}(Series));
|
|
192252
192546
|
|
|
@@ -195563,7 +195857,7 @@
|
|
|
195563
195857
|
var m = igniteuiWebcomponentsCore.GeometryUtil.d(a, d, l);
|
|
195564
195858
|
if (m < e) {
|
|
195565
195859
|
e = m;
|
|
195566
|
-
var n = igniteuiWebcomponentsCore.GeometryUtil.
|
|
195860
|
+
var n = igniteuiWebcomponentsCore.GeometryUtil.i(a, d, l);
|
|
195567
195861
|
f = { $type: igniteuiWebcomponentsCore.Point_$type, x: d.x + (l.x - d.x) * n, y: d.y + (l.y - d.y) * n };
|
|
195568
195862
|
return new igniteuiWebcomponentsCore.Tuple$2(igniteuiWebcomponentsCore.Number_$type, igniteuiWebcomponentsCore.Point_$type, e, f);
|
|
195569
195863
|
}
|
|
@@ -195571,7 +195865,7 @@
|
|
|
195571
195865
|
if (g) {
|
|
195572
195866
|
var o = b._inner[h - 1];
|
|
195573
195867
|
var p = b._inner[h];
|
|
195574
|
-
var q = igniteuiWebcomponentsCore.GeometryUtil.
|
|
195868
|
+
var q = igniteuiWebcomponentsCore.GeometryUtil.i(a, o, p);
|
|
195575
195869
|
f = { $type: igniteuiWebcomponentsCore.Point_$type, x: o.x + (p.x - o.x) * q, y: o.y + (p.y - o.y) * q };
|
|
195576
195870
|
}
|
|
195577
195871
|
return new igniteuiWebcomponentsCore.Tuple$2(igniteuiWebcomponentsCore.Number_$type, igniteuiWebcomponentsCore.Point_$type, e, f);
|
|
@@ -199032,10 +199326,10 @@
|
|
|
199032
199326
|
var d = this.j8();
|
|
199033
199327
|
var e = this.j7();
|
|
199034
199328
|
var f = new ScalerParams(0, b, c, this.ch, d);
|
|
199035
|
-
var g = this.a5.
|
|
199036
|
-
var h = this.a5.
|
|
199037
|
-
var i = this.a5.
|
|
199038
|
-
var j = this.a5.
|
|
199329
|
+
var g = this.a5.a4();
|
|
199330
|
+
var h = this.a5.a7();
|
|
199331
|
+
var i = this.a5.a5();
|
|
199332
|
+
var j = this.a5.a6();
|
|
199039
199333
|
var k = this.a5.e();
|
|
199040
199334
|
var l = this.a5.f();
|
|
199041
199335
|
var m = this.a5.g();
|
|
@@ -199047,14 +199341,14 @@
|
|
|
199047
199341
|
this.dc.clear();
|
|
199048
199342
|
this.dd.clear();
|
|
199049
199343
|
this.ky.clear();
|
|
199050
|
-
this.a5.
|
|
199344
|
+
this.a5.az(this, b, c);
|
|
199051
199345
|
if (b.isEmpty || c.isEmpty) {
|
|
199052
199346
|
this.br.count = 0;
|
|
199053
199347
|
this.bq.count = 0;
|
|
199054
199348
|
this.bp.count = 0;
|
|
199055
199349
|
}
|
|
199056
|
-
if (this.br.count == 0 && this.bq.count == 0) {
|
|
199057
|
-
this.a5.
|
|
199350
|
+
if (this.br.count == 0 && this.bq.count == 0 && this.a5.l()) {
|
|
199351
|
+
this.a5.ad();
|
|
199058
199352
|
}
|
|
199059
199353
|
if (this.az != null) {
|
|
199060
199354
|
this.az.registerAxis(this);
|
|
@@ -199063,7 +199357,7 @@
|
|
|
199063
199357
|
this.br.count = 0;
|
|
199064
199358
|
this.bq.count = 0;
|
|
199065
199359
|
this.bp.count = 0;
|
|
199066
|
-
this.a5.
|
|
199360
|
+
this.a5.ad();
|
|
199067
199361
|
return;
|
|
199068
199362
|
}
|
|
199069
199363
|
if (!b.isEmpty && !c.isEmpty) {
|
|
@@ -199088,7 +199382,7 @@
|
|
|
199088
199382
|
}
|
|
199089
199383
|
}
|
|
199090
199384
|
this.im(g, p, c, k, true);
|
|
199091
|
-
this.a5.
|
|
199385
|
+
this.a5.au(q);
|
|
199092
199386
|
var t = Math.min(n, o);
|
|
199093
199387
|
var u = Math.max(n, o);
|
|
199094
199388
|
var v = new LinearCategorySnapper(1, t, u, e.height, this.mo, this.categoryMode, this.ey());
|
|
@@ -199193,7 +199487,7 @@
|
|
|
199193
199487
|
this.bi.mg();
|
|
199194
199488
|
}
|
|
199195
199489
|
}
|
|
199196
|
-
this.a5.
|
|
199490
|
+
this.a5.a0(this.dc, this.dd);
|
|
199197
199491
|
this.l4();
|
|
199198
199492
|
}
|
|
199199
199493
|
};
|
|
@@ -199258,12 +199552,12 @@
|
|
|
199258
199552
|
tslib.__extends(CategoryYAxisView, _super);
|
|
199259
199553
|
function CategoryYAxisView(a) {
|
|
199260
199554
|
var _this = _super.call(this, a) || this;
|
|
199261
|
-
_this.
|
|
199262
|
-
_this.
|
|
199555
|
+
_this.bm = null;
|
|
199556
|
+
_this.bm = a;
|
|
199263
199557
|
return _this;
|
|
199264
199558
|
}
|
|
199265
|
-
CategoryYAxisView.prototype.
|
|
199266
|
-
_super.prototype.
|
|
199559
|
+
CategoryYAxisView.prototype.al = function () {
|
|
199560
|
+
_super.prototype.al.call(this);
|
|
199267
199561
|
this.a.fh = AxisDefaults.f;
|
|
199268
199562
|
};
|
|
199269
199563
|
CategoryYAxisView.$t = igniteuiWebcomponentsCore.markType(CategoryYAxisView, 'CategoryYAxisView', CategoryAxisBaseView.$);
|
|
@@ -211010,7 +211304,12 @@
|
|
|
211010
211304
|
if (!ext) {
|
|
211011
211305
|
ext = new IgcStackedFragmentSeriesComponent();
|
|
211012
211306
|
if (ext) {
|
|
211013
|
-
ext._implementation
|
|
211307
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
211308
|
+
ext._implementation.setNativeElement(int);
|
|
211309
|
+
}
|
|
211310
|
+
else {
|
|
211311
|
+
ext._implementation = int;
|
|
211312
|
+
}
|
|
211014
211313
|
}
|
|
211015
211314
|
}
|
|
211016
211315
|
return ext;
|
|
@@ -216696,13 +216995,13 @@
|
|
|
216696
216995
|
AxisVisualDataManager.prototype.a = function (a, b, c, d) {
|
|
216697
216996
|
var e = new ChartTitleVisualData();
|
|
216698
216997
|
var f = a.a5;
|
|
216699
|
-
var g = f.
|
|
216998
|
+
var g = f.bc();
|
|
216700
216999
|
e.viewport = igniteuiWebcomponentsCore.RectData.b(g);
|
|
216701
217000
|
var h = this.d(a, d);
|
|
216702
217001
|
e.textPlotArea = igniteuiWebcomponentsCore.RectData.b(h);
|
|
216703
217002
|
var i = d._visibility == 0 && d.x != null;
|
|
216704
217003
|
var j = a.aw.af.d();
|
|
216705
|
-
var k = f.
|
|
217004
|
+
var k = f.bj(d);
|
|
216706
217005
|
var l = this.b(a, d, j);
|
|
216707
217006
|
var m = igniteuiWebcomponentsCore.AppearanceHelper.c(d, l);
|
|
216708
217007
|
m.marginLeft = k.left;
|
|
@@ -216728,18 +217027,18 @@
|
|
|
216728
217027
|
AxisVisualDataManager.prototype.exportVisualData = function (a) {
|
|
216729
217028
|
var b = new AxisVisualData();
|
|
216730
217029
|
b.viewport = igniteuiWebcomponentsCore.RectData.b(a.kd);
|
|
216731
|
-
b.labelsViewport = igniteuiWebcomponentsCore.RectData.b(a.a5.
|
|
217030
|
+
b.labelsViewport = igniteuiWebcomponentsCore.RectData.b(a.a5.bc());
|
|
216732
217031
|
b.type = this.c(igniteuiWebcomponentsCore.getInstanceType(a).typeName);
|
|
216733
217032
|
b.name = a.name;
|
|
216734
|
-
var c = new igniteuiWebcomponentsCore.PathVisualData(1, "axisLine", a.a5.
|
|
217033
|
+
var c = new igniteuiWebcomponentsCore.PathVisualData(1, "axisLine", a.a5.bd);
|
|
216735
217034
|
b.axisLine = c;
|
|
216736
217035
|
b.tickMarks = new igniteuiWebcomponentsCore.PathVisualData(1, "tickMarks", a.aw.af.aw);
|
|
216737
217036
|
if (!a.aw.ab.contains(a.aw.af.aw)) {
|
|
216738
217037
|
b.tickMarks.data.clear();
|
|
216739
217038
|
}
|
|
216740
|
-
b.minorLines = new igniteuiWebcomponentsCore.PathVisualData(1, "minorLines", a.a5.
|
|
216741
|
-
b.majorLines = new igniteuiWebcomponentsCore.PathVisualData(1, "majorLines", a.a5.
|
|
216742
|
-
b.strips = new igniteuiWebcomponentsCore.PathVisualData(1, "strips", a.a5.
|
|
217039
|
+
b.minorLines = new igniteuiWebcomponentsCore.PathVisualData(1, "minorLines", a.a5.bf);
|
|
217040
|
+
b.majorLines = new igniteuiWebcomponentsCore.PathVisualData(1, "majorLines", a.a5.be);
|
|
217041
|
+
b.strips = new igniteuiWebcomponentsCore.PathVisualData(1, "strips", a.a5.bg);
|
|
216743
217042
|
if (a.g6 != null) {
|
|
216744
217043
|
var d = this.a(a, a.bi, b.type, a.is);
|
|
216745
217044
|
b.title = d;
|
|
@@ -216777,7 +217076,7 @@
|
|
|
216777
217076
|
var $ret = new AxisLabelVisualData();
|
|
216778
217077
|
$ret.labelPosition = q.c;
|
|
216779
217078
|
$ret.labelValue = r;
|
|
216780
|
-
$ret.panelPosition = igniteuiWebcomponentsCore.PointData.b(a.a5.
|
|
217079
|
+
$ret.panelPosition = igniteuiWebcomponentsCore.PointData.b(a.a5.a9());
|
|
216781
217080
|
return $ret;
|
|
216782
217081
|
})());
|
|
216783
217082
|
var t = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.TextBlock.$, 0);
|
|
@@ -216803,7 +217102,7 @@
|
|
|
216803
217102
|
if (p < t.count) {
|
|
216804
217103
|
var v = this_1.b(a, t._inner[p], e);
|
|
216805
217104
|
s.appearance = igniteuiWebcomponentsCore.AppearanceHelper.c(t._inner[p], v);
|
|
216806
|
-
s.position = igniteuiWebcomponentsCore.PointData.b(a.a5.
|
|
217105
|
+
s.position = igniteuiWebcomponentsCore.PointData.b(a.a5.a8(t._inner[p]));
|
|
216807
217106
|
s.size = igniteuiWebcomponentsCore.SizeData.b(new igniteuiWebcomponentsCore.Size(1, t._inner[p].m, t._inner[p].l));
|
|
216808
217107
|
}
|
|
216809
217108
|
b.labels.add(s);
|
|
@@ -220869,6 +221168,15 @@
|
|
|
220869
221168
|
}
|
|
220870
221169
|
this._inStyling = false;
|
|
220871
221170
|
};
|
|
221171
|
+
/**
|
|
221172
|
+
* Use to force the pie chart to finish any deferred work before printing or evaluating its visual.
|
|
221173
|
+
* This should only be called if the visual of the pie chart needs to be synchronously saved or evaluated.
|
|
221174
|
+
* Calling this method too often will hinder the performance of the pie chart.
|
|
221175
|
+
|
|
221176
|
+
*/
|
|
221177
|
+
IgcPieChartBaseComponent.prototype.flush = function () {
|
|
221178
|
+
this.i.fz();
|
|
221179
|
+
};
|
|
220872
221180
|
/**
|
|
220873
221181
|
* Returns the chart visuals expressed as a serialized string.
|
|
220874
221182
|
|
|
@@ -220907,15 +221215,6 @@
|
|
|
220907
221215
|
IgcPieChartBaseComponent.prototype.destroy = function () {
|
|
220908
221216
|
this.i.destroy();
|
|
220909
221217
|
};
|
|
220910
|
-
/**
|
|
220911
|
-
* Use to force the pie chart to finish any deferred work before printing or evaluating its visual.
|
|
220912
|
-
* This should only be called if the visual of the pie chart needs to be synchronously saved or evaluated.
|
|
220913
|
-
* Calling this method too often will hinder the performance of the pie chart.
|
|
220914
|
-
|
|
220915
|
-
*/
|
|
220916
|
-
IgcPieChartBaseComponent.prototype.flush = function () {
|
|
220917
|
-
this.i.fz();
|
|
220918
|
-
};
|
|
220919
221218
|
IgcPieChartBaseComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
220920
221219
|
this.i.f8(source_, index, oldItem, newItem);
|
|
220921
221220
|
};
|
|
@@ -223132,14 +223431,14 @@
|
|
|
223132
223431
|
_this.a3 = null;
|
|
223133
223432
|
_this.h = ((function () {
|
|
223134
223433
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
223135
|
-
$ret.
|
|
223136
|
-
$ret.
|
|
223434
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.treemapFontFamily;
|
|
223435
|
+
$ret.e = igniteuiWebcomponentsCore.DeviceUtils.f(igniteuiWebcomponentsCore.FontDefaults.treemapFontSize);
|
|
223137
223436
|
return $ret;
|
|
223138
223437
|
})());
|
|
223139
223438
|
_this.g = ((function () {
|
|
223140
223439
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
223141
|
-
$ret.
|
|
223142
|
-
$ret.
|
|
223440
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.treemapFontFamily;
|
|
223441
|
+
$ret.e = igniteuiWebcomponentsCore.DeviceUtils.f(igniteuiWebcomponentsCore.FontDefaults.treemapFontSize);
|
|
223143
223442
|
return $ret;
|
|
223144
223443
|
})());
|
|
223145
223444
|
_this.q = null;
|
|
@@ -223151,14 +223450,14 @@
|
|
|
223151
223450
|
})());
|
|
223152
223451
|
_this.e = ((function () {
|
|
223153
223452
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
223154
|
-
$ret.
|
|
223155
|
-
$ret.
|
|
223453
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.treemapFontFamily;
|
|
223454
|
+
$ret.e = igniteuiWebcomponentsCore.DeviceUtils.f(igniteuiWebcomponentsCore.FontDefaults.treemapFontSize);
|
|
223156
223455
|
return $ret;
|
|
223157
223456
|
})());
|
|
223158
223457
|
_this.d = ((function () {
|
|
223159
223458
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
223160
|
-
$ret.
|
|
223161
|
-
$ret.
|
|
223459
|
+
$ret.p = igniteuiWebcomponentsCore.FontDefaults.treemapHeaderFontFamily;
|
|
223460
|
+
$ret.e = igniteuiWebcomponentsCore.DeviceUtils.f(igniteuiWebcomponentsCore.FontDefaults.treemapHeaderFontSize);
|
|
223162
223461
|
return $ret;
|
|
223163
223462
|
})());
|
|
223164
223463
|
_this.n = true;
|
|
@@ -228960,7 +229259,12 @@
|
|
|
228960
229259
|
if (!ext) {
|
|
228961
229260
|
ext = new IgcTreemapNodeStyleMappingComponent();
|
|
228962
229261
|
if (ext) {
|
|
228963
|
-
ext._implementation
|
|
229262
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
229263
|
+
ext._implementation.setNativeElement(int);
|
|
229264
|
+
}
|
|
229265
|
+
else {
|
|
229266
|
+
ext._implementation = int;
|
|
229267
|
+
}
|
|
228964
229268
|
}
|
|
228965
229269
|
}
|
|
228966
229270
|
return ext;
|
|
@@ -236337,6 +236641,8 @@
|
|
|
236337
236641
|
exports.AverageTrueRangeIndicator = AverageTrueRangeIndicator;
|
|
236338
236642
|
exports.AverageTrueRangeIndicatorStrategy = AverageTrueRangeIndicatorStrategy;
|
|
236339
236643
|
exports.Axis = Axis;
|
|
236644
|
+
exports.AxisAngleLabelMode = AxisAngleLabelMode;
|
|
236645
|
+
exports.AxisAngleLabelMode_$type = AxisAngleLabelMode_$type;
|
|
236340
236646
|
exports.AxisAnnotation = AxisAnnotation;
|
|
236341
236647
|
exports.AxisAnnotationFrame = AxisAnnotationFrame;
|
|
236342
236648
|
exports.AxisAnnotationFrameManager = AxisAnnotationFrameManager;
|