igniteui-webcomponents-charts 4.3.0-beta.2 → 4.3.0-beta.4
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 +49 -11
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +20 -11
- package/esm2015/lib/DomainChartToolbarProvider.js +1 -0
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +3 -0
- package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +8 -0
- package/esm5/lib/DataChartToolbarProvider.js +37 -11
- package/esm5/lib/DomainChartToolbarProvider.js +1 -0
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +3 -0
- package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +8 -0
- package/fesm2015/igniteui-webcomponents-charts.js +32 -11
- package/fesm5/igniteui-webcomponents-charts.js +49 -11
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +1 -0
- package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -92848,7 +92848,7 @@
|
|
|
92848
92848
|
b.actions = this.e();
|
|
92849
92849
|
var c = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
92850
92850
|
c.name = "AnalyzeHeader";
|
|
92851
|
-
c.title = "
|
|
92851
|
+
c.title = "Analyze";
|
|
92852
92852
|
var d = new igniteuiWebcomponentsCore.ToolActionSeparatorInfo();
|
|
92853
92853
|
d.name = "AnalyzeHeaderSeparator";
|
|
92854
92854
|
d.isGroupHeaderSeparator = true;
|
|
@@ -92868,7 +92868,7 @@
|
|
|
92868
92868
|
g.actions = this.c();
|
|
92869
92869
|
var h = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
92870
92870
|
h.name = "HelpersHeader";
|
|
92871
|
-
h.title = "
|
|
92871
|
+
h.title = "Helpers";
|
|
92872
92872
|
var i = new igniteuiWebcomponentsCore.ToolActionSeparatorInfo();
|
|
92873
92873
|
i.name = "HelpersHeaderSeparator";
|
|
92874
92874
|
i.isGroupHeaderSeparator = true;
|
|
@@ -92948,7 +92948,7 @@
|
|
|
92948
92948
|
DataChartToolbarProvider.prototype.a = function () {
|
|
92949
92949
|
var a = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
92950
92950
|
a.name = "LinesHeader";
|
|
92951
|
-
a.title = "
|
|
92951
|
+
a.title = "Lines";
|
|
92952
92952
|
var b = new igniteuiWebcomponentsCore.ToolActionSeparatorInfo();
|
|
92953
92953
|
b.isGroupHeaderSeparator = true;
|
|
92954
92954
|
var c = new igniteuiWebcomponentsCore.ToolActionCheckboxInfo();
|
|
@@ -92971,7 +92971,7 @@
|
|
|
92971
92971
|
DataChartToolbarProvider.prototype.c = function () {
|
|
92972
92972
|
var a = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
92973
92973
|
a.name = "TrendsHeader";
|
|
92974
|
-
a.title = "
|
|
92974
|
+
a.title = "Trends";
|
|
92975
92975
|
var b = new igniteuiWebcomponentsCore.ToolActionSeparatorInfo();
|
|
92976
92976
|
b.isGroupHeaderSeparator = true;
|
|
92977
92977
|
var c = new igniteuiWebcomponentsCore.ToolActionRadioInfo();
|
|
@@ -93026,7 +93026,7 @@
|
|
|
93026
93026
|
DataChartToolbarProvider.prototype.d = function () {
|
|
93027
93027
|
var a = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
93028
93028
|
a.name = "ValueLabelsHeader";
|
|
93029
|
-
a.title = "
|
|
93029
|
+
a.title = "Value Labels";
|
|
93030
93030
|
var b = new igniteuiWebcomponentsCore.ToolActionSeparatorInfo();
|
|
93031
93031
|
b.isGroupHeaderSeparator = true;
|
|
93032
93032
|
var c = new igniteuiWebcomponentsCore.ToolActionCheckboxInfo();
|
|
@@ -93406,12 +93406,38 @@
|
|
|
93406
93406
|
DataChartToolbarProvider.prototype.aa = function (a, b) {
|
|
93407
93407
|
var _this = this;
|
|
93408
93408
|
this.af(a, b, "ShowLastValueLabel", 6, function () {
|
|
93409
|
-
var
|
|
93410
|
-
|
|
93411
|
-
|
|
93412
|
-
|
|
93413
|
-
|
|
93414
|
-
|
|
93409
|
+
var e_6, _a;
|
|
93410
|
+
try {
|
|
93411
|
+
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
93412
|
+
var c = _c.value;
|
|
93413
|
+
var d = c.ag();
|
|
93414
|
+
for (var f = 0; f < d.length; f++) {
|
|
93415
|
+
var e = d[f];
|
|
93416
|
+
if (e.ci) {
|
|
93417
|
+
e.ct = true;
|
|
93418
|
+
}
|
|
93419
|
+
}
|
|
93420
|
+
}
|
|
93421
|
+
}
|
|
93422
|
+
catch (e_6_1) {
|
|
93423
|
+
e_6 = { error: e_6_1 };
|
|
93424
|
+
}
|
|
93425
|
+
finally {
|
|
93426
|
+
try {
|
|
93427
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
93428
|
+
_a.call(_b);
|
|
93429
|
+
}
|
|
93430
|
+
finally {
|
|
93431
|
+
if (e_6)
|
|
93432
|
+
throw e_6.error;
|
|
93433
|
+
}
|
|
93434
|
+
}
|
|
93435
|
+
var g = _this.g.createFinalValueLayer();
|
|
93436
|
+
var h = new AutomaticSeriesRequest();
|
|
93437
|
+
h.a = 6;
|
|
93438
|
+
h.e = true;
|
|
93439
|
+
h.d = g;
|
|
93440
|
+
return h;
|
|
93415
93441
|
});
|
|
93416
93442
|
};
|
|
93417
93443
|
DataChartToolbarProvider.prototype.ac = function (a, b) {
|
|
@@ -93821,6 +93847,7 @@
|
|
|
93821
93847
|
DomainChartToolbarProvider.prototype.p = function (a, b) {
|
|
93822
93848
|
if (this.b(b, "ShowLastValueLabel")) {
|
|
93823
93849
|
a.ft = true;
|
|
93850
|
+
a.gb = true;
|
|
93824
93851
|
}
|
|
93825
93852
|
else {
|
|
93826
93853
|
a.ft = false;
|
|
@@ -126308,6 +126335,14 @@
|
|
|
126308
126335
|
enumerable: false,
|
|
126309
126336
|
configurable: true
|
|
126310
126337
|
});
|
|
126338
|
+
/**
|
|
126339
|
+
* This is a marker method to distinguish this from a public api perspective on some platforms compared to the base strategy based indicators.
|
|
126340
|
+
|
|
126341
|
+
*/
|
|
126342
|
+
IgcItemwiseStrategyBasedIndicatorComponent.prototype.resolveIsItemwise = function () {
|
|
126343
|
+
var iv = this.i.vc();
|
|
126344
|
+
return (iv);
|
|
126345
|
+
};
|
|
126311
126346
|
IgcItemwiseStrategyBasedIndicatorComponent._observedAttributesIgcItemwiseStrategyBasedIndicatorComponent = null;
|
|
126312
126347
|
return IgcItemwiseStrategyBasedIndicatorComponent;
|
|
126313
126348
|
}(IgcStrategyBasedIndicatorComponent));
|
|
@@ -126369,6 +126404,9 @@
|
|
|
126369
126404
|
enumerable: false,
|
|
126370
126405
|
configurable: true
|
|
126371
126406
|
});
|
|
126407
|
+
ItemwiseStrategyBasedIndicator.prototype.vc = function () {
|
|
126408
|
+
return true;
|
|
126409
|
+
};
|
|
126372
126410
|
ItemwiseStrategyBasedIndicator.prototype.u3 = function () {
|
|
126373
126411
|
_super.prototype.u3.call(this);
|
|
126374
126412
|
this.va = this.vb;
|