igniteui-webcomponents-charts 5.4.0 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +255 -52
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/DomainChartToolbarProvider.js +133 -35
- package/esm2015/lib/TrendLineLayer_combined.js +3 -0
- package/esm5/lib/DomainChartToolbarProvider.js +238 -36
- package/esm5/lib/TrendLineLayer_combined.js +3 -0
- package/fesm2015/igniteui-webcomponents-charts.js +152 -53
- package/fesm5/igniteui-webcomponents-charts.js +256 -53
- package/package.json +2 -2
|
@@ -39130,6 +39130,9 @@
|
|
|
39130
39130
|
};
|
|
39131
39131
|
TrendLineLayer.prototype.aah = function (a, b) {
|
|
39132
39132
|
this.z9.ck(a, b);
|
|
39133
|
+
if (b != null) {
|
|
39134
|
+
b.rs(true);
|
|
39135
|
+
}
|
|
39133
39136
|
};
|
|
39134
39137
|
TrendLineLayer.prototype.aaj = function () {
|
|
39135
39138
|
if (this.z7 != null && this.z9.ce != null) {
|
|
@@ -107949,6 +107952,28 @@
|
|
|
107949
107952
|
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.
|
|
107950
107953
|
*/
|
|
107951
107954
|
|
|
107955
|
+
/*
|
|
107956
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
107957
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
107958
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
107959
|
+
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.
|
|
107960
|
+
*/
|
|
107961
|
+
/**
|
|
107962
|
+
* @hidden
|
|
107963
|
+
*/
|
|
107964
|
+
var DomainChartCheckboxListItem = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
107965
|
+
tslib.__extends(DomainChartCheckboxListItem, _super);
|
|
107966
|
+
function DomainChartCheckboxListItem() {
|
|
107967
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
107968
|
+
_this.key = null;
|
|
107969
|
+
_this.isSelected = false;
|
|
107970
|
+
_this.label = null;
|
|
107971
|
+
return _this;
|
|
107972
|
+
}
|
|
107973
|
+
DomainChartCheckboxListItem.$t = igniteuiWebcomponentsCore.markType(DomainChartCheckboxListItem, 'DomainChartCheckboxListItem');
|
|
107974
|
+
return DomainChartCheckboxListItem;
|
|
107975
|
+
}(igniteuiWebcomponentsCore.Base));
|
|
107976
|
+
|
|
107952
107977
|
/*
|
|
107953
107978
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
107954
107979
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -107998,46 +108023,246 @@
|
|
|
107998
108023
|
LegendTemplates.u(a, 2, c, null, 0, 0, Defaults.w, Defaults.u);
|
|
107999
108024
|
};
|
|
108000
108025
|
DomainChartToolbarProvider.prototype.getDesiredToolbarActions = function (a, b, c) {
|
|
108026
|
+
var e_1, _a, e_2, _b, e_3, _c, e_4, _d, e_5, _e, e_6, _f;
|
|
108027
|
+
var _this = this;
|
|
108001
108028
|
var d;
|
|
108002
|
-
if (a.itemsSource != null && igniteuiWebcomponentsCore.
|
|
108029
|
+
if (a.itemsSource != null && igniteuiWebcomponentsCore.NativeUIComponent.v(16, 0)) {
|
|
108003
108030
|
var e = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
108004
108031
|
e.name = "AxisFieldLabelHeader";
|
|
108005
108032
|
e.title = "Label Fields";
|
|
108006
|
-
var f = igniteuiWebcomponentsCore.
|
|
108007
|
-
|
|
108008
|
-
g
|
|
108009
|
-
g.
|
|
108010
|
-
g.
|
|
108011
|
-
|
|
108012
|
-
|
|
108013
|
-
|
|
108014
|
-
var
|
|
108015
|
-
|
|
108016
|
-
|
|
108017
|
-
|
|
108018
|
-
|
|
108019
|
-
|
|
108020
|
-
|
|
108021
|
-
|
|
108022
|
-
|
|
108023
|
-
|
|
108024
|
-
|
|
108025
|
-
|
|
108026
|
-
|
|
108027
|
-
|
|
108028
|
-
|
|
108029
|
-
|
|
108033
|
+
var f = new igniteuiWebcomponentsCore.ToolActionCheckboxListInfo();
|
|
108034
|
+
f.name = "AxisFieldLabel";
|
|
108035
|
+
var g = new igniteuiWebcomponentsCore.ToolActionGroupHeaderInfo();
|
|
108036
|
+
g.name = "AxisFieldValueHeader";
|
|
108037
|
+
g.title = "Value Fields";
|
|
108038
|
+
var h = new igniteuiWebcomponentsCore.ToolActionCheckboxListInfo();
|
|
108039
|
+
h.name = "AxisFieldValue";
|
|
108040
|
+
var i_1 = a.includedProperties == null ? null : new igniteuiWebcomponentsCore.HashSet$1(igniteuiWebcomponentsCore.String_$type, 1, a.includedProperties);
|
|
108041
|
+
var j = 0;
|
|
108042
|
+
if (i_1 != null && a.excludedProperties != null && a.excludedProperties.length > 0) {
|
|
108043
|
+
var k = new igniteuiWebcomponentsCore.HashSet$1(igniteuiWebcomponentsCore.String_$type, 1, a.excludedProperties);
|
|
108044
|
+
try {
|
|
108045
|
+
for (var _g = tslib.__values(igniteuiWebcomponentsCore.fromEnum(k)), _h = _g.next(); !_h.done; _h = _g.next()) {
|
|
108046
|
+
var l = _h.value;
|
|
108047
|
+
if (i_1.contains(l)) {
|
|
108048
|
+
i_1.remove(l);
|
|
108049
|
+
}
|
|
108050
|
+
}
|
|
108051
|
+
}
|
|
108052
|
+
catch (e_1_1) {
|
|
108053
|
+
e_1 = { error: e_1_1 };
|
|
108054
|
+
}
|
|
108055
|
+
finally {
|
|
108056
|
+
try {
|
|
108057
|
+
if (_h && !_h.done && (_a = _g.return))
|
|
108058
|
+
_a.call(_g);
|
|
108059
|
+
}
|
|
108060
|
+
finally {
|
|
108061
|
+
if (e_1)
|
|
108062
|
+
throw e_1.error;
|
|
108063
|
+
}
|
|
108064
|
+
}
|
|
108065
|
+
var m = i_1.count;
|
|
108066
|
+
var n = new Array(m);
|
|
108067
|
+
j = 0;
|
|
108068
|
+
try {
|
|
108069
|
+
for (var _j = tslib.__values(igniteuiWebcomponentsCore.fromEnum(i_1)), _k = _j.next(); !_k.done; _k = _j.next()) {
|
|
108070
|
+
var o = _k.value;
|
|
108071
|
+
n[j] = o;
|
|
108072
|
+
j++;
|
|
108073
|
+
}
|
|
108074
|
+
}
|
|
108075
|
+
catch (e_2_1) {
|
|
108076
|
+
e_2 = { error: e_2_1 };
|
|
108077
|
+
}
|
|
108078
|
+
finally {
|
|
108079
|
+
try {
|
|
108080
|
+
if (_k && !_k.done && (_b = _j.return))
|
|
108081
|
+
_b.call(_j);
|
|
108082
|
+
}
|
|
108083
|
+
finally {
|
|
108084
|
+
if (e_2)
|
|
108085
|
+
throw e_2.error;
|
|
108086
|
+
}
|
|
108087
|
+
}
|
|
108088
|
+
}
|
|
108089
|
+
a.currentDataAdapter.az(this.b, this.c);
|
|
108090
|
+
var p_1 = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.String_$type, 0);
|
|
108091
|
+
for (var q = 0; q < this.b.b.length; q++) {
|
|
108092
|
+
var r = this.b.b[q];
|
|
108093
|
+
if (p_1.containsKey(r)) {
|
|
108094
|
+
continue;
|
|
108095
|
+
}
|
|
108096
|
+
p_1.addItem(this.b.b[q], this.b.a[q]);
|
|
108097
|
+
}
|
|
108098
|
+
this.b = ((function () {
|
|
108099
|
+
var $ret = new igniteuiWebcomponentsCore.DataSeriesAdapterPropertyInfo();
|
|
108100
|
+
$ret.b = new Array(p_1.count);
|
|
108101
|
+
$ret.a = new Array(p_1.count);
|
|
108102
|
+
$ret.c = new Array(p_1.count);
|
|
108103
|
+
return $ret;
|
|
108104
|
+
})());
|
|
108105
|
+
j = 0;
|
|
108106
|
+
try {
|
|
108107
|
+
for (var _l = tslib.__values(igniteuiWebcomponentsCore.fromEnum(p_1)), _m = _l.next(); !_m.done; _m = _l.next()) {
|
|
108108
|
+
var s = _m.value;
|
|
108109
|
+
this.b.b[j] = s.key;
|
|
108110
|
+
this.b.a[j] = s.value;
|
|
108111
|
+
j++;
|
|
108112
|
+
}
|
|
108113
|
+
}
|
|
108114
|
+
catch (e_3_1) {
|
|
108115
|
+
e_3 = { error: e_3_1 };
|
|
108116
|
+
}
|
|
108117
|
+
finally {
|
|
108118
|
+
try {
|
|
108119
|
+
if (_m && !_m.done && (_c = _l.return))
|
|
108120
|
+
_c.call(_l);
|
|
108121
|
+
}
|
|
108122
|
+
finally {
|
|
108123
|
+
if (e_3)
|
|
108124
|
+
throw e_3.error;
|
|
108125
|
+
}
|
|
108126
|
+
}
|
|
108127
|
+
var t = new Array(p_1.count);
|
|
108128
|
+
var _loop_1 = function (u) {
|
|
108129
|
+
t[u] = ((function () {
|
|
108130
|
+
var $ret = new DomainChartCheckboxListItem();
|
|
108131
|
+
$ret.key = _this.b.b[u];
|
|
108132
|
+
$ret.label = _this.b.a[u];
|
|
108133
|
+
$ret.isSelected = i_1 == null || i_1.contains(_this.b.b[u]);
|
|
108134
|
+
return $ret;
|
|
108135
|
+
})());
|
|
108136
|
+
};
|
|
108137
|
+
for (var u = 0; u < this.b.b.length; u++) {
|
|
108138
|
+
_loop_1(u);
|
|
108139
|
+
}
|
|
108140
|
+
try {
|
|
108141
|
+
for (var _o = tslib.__values(igniteuiWebcomponentsCore.fromEnum(c)), _p = _o.next(); !_p.done; _p = _o.next()) {
|
|
108142
|
+
var v = _p.value;
|
|
108143
|
+
v.setContextValue("AxisFieldLabels", 7, t);
|
|
108144
|
+
}
|
|
108145
|
+
}
|
|
108146
|
+
catch (e_4_1) {
|
|
108147
|
+
e_4 = { error: e_4_1 };
|
|
108148
|
+
}
|
|
108149
|
+
finally {
|
|
108150
|
+
try {
|
|
108151
|
+
if (_p && !_p.done && (_d = _o.return))
|
|
108152
|
+
_d.call(_o);
|
|
108153
|
+
}
|
|
108154
|
+
finally {
|
|
108155
|
+
if (e_4)
|
|
108156
|
+
throw e_4.error;
|
|
108157
|
+
}
|
|
108158
|
+
}
|
|
108159
|
+
f.dataMemberPath = "label";
|
|
108160
|
+
f.selectedMemberPath = "isSelected";
|
|
108161
|
+
f.primaryKey = ["key"];
|
|
108162
|
+
f.contextBindings = [((function () {
|
|
108163
|
+
var $ret = new igniteuiWebcomponentsCore.ToolContextBindingInfo();
|
|
108164
|
+
$ret.bindingMode = 0;
|
|
108165
|
+
$ret.contextKey = "AxisFieldLabels";
|
|
108166
|
+
$ret.propertyName = "ItemsSource";
|
|
108167
|
+
return $ret;
|
|
108168
|
+
})())];
|
|
108169
|
+
p_1 = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.String_$type, 0);
|
|
108170
|
+
for (var w = 0; w < this.c.b.length; w++) {
|
|
108171
|
+
var x = this.c.b[w];
|
|
108172
|
+
if (p_1.containsKey(x)) {
|
|
108173
|
+
continue;
|
|
108174
|
+
}
|
|
108175
|
+
p_1.addItem(this.c.b[w], this.c.a[w]);
|
|
108176
|
+
}
|
|
108177
|
+
this.c = ((function () {
|
|
108178
|
+
var $ret = new igniteuiWebcomponentsCore.DataSeriesAdapterPropertyInfo();
|
|
108179
|
+
$ret.b = new Array(p_1.count);
|
|
108180
|
+
$ret.a = new Array(p_1.count);
|
|
108181
|
+
$ret.c = new Array(p_1.count);
|
|
108182
|
+
return $ret;
|
|
108183
|
+
})());
|
|
108184
|
+
j = 0;
|
|
108185
|
+
try {
|
|
108186
|
+
for (var _q = tslib.__values(igniteuiWebcomponentsCore.fromEnum(p_1)), _r = _q.next(); !_r.done; _r = _q.next()) {
|
|
108187
|
+
var y = _r.value;
|
|
108188
|
+
this.c.b[j] = y.key;
|
|
108189
|
+
this.c.a[j] = y.value;
|
|
108190
|
+
j++;
|
|
108191
|
+
}
|
|
108192
|
+
}
|
|
108193
|
+
catch (e_5_1) {
|
|
108194
|
+
e_5 = { error: e_5_1 };
|
|
108195
|
+
}
|
|
108196
|
+
finally {
|
|
108197
|
+
try {
|
|
108198
|
+
if (_r && !_r.done && (_e = _q.return))
|
|
108199
|
+
_e.call(_q);
|
|
108200
|
+
}
|
|
108201
|
+
finally {
|
|
108202
|
+
if (e_5)
|
|
108203
|
+
throw e_5.error;
|
|
108204
|
+
}
|
|
108205
|
+
}
|
|
108206
|
+
var z = new Array(p_1.count);
|
|
108207
|
+
var _loop_2 = function (aa) {
|
|
108208
|
+
z[aa] = ((function () {
|
|
108209
|
+
var $ret = new DomainChartCheckboxListItem();
|
|
108210
|
+
$ret.key = _this.c.b[aa];
|
|
108211
|
+
$ret.label = _this.c.a[aa];
|
|
108212
|
+
$ret.isSelected = i_1 == null || i_1.contains(_this.c.b[aa]);
|
|
108213
|
+
return $ret;
|
|
108214
|
+
})());
|
|
108215
|
+
};
|
|
108216
|
+
for (var aa = 0; aa < this.c.b.length; aa++) {
|
|
108217
|
+
_loop_2(aa);
|
|
108218
|
+
}
|
|
108219
|
+
try {
|
|
108220
|
+
for (var _s = tslib.__values(igniteuiWebcomponentsCore.fromEnum(c)), _t = _s.next(); !_t.done; _t = _s.next()) {
|
|
108221
|
+
var ab = _t.value;
|
|
108222
|
+
ab.setContextValue("AxisFieldValues", 7, z);
|
|
108223
|
+
}
|
|
108224
|
+
}
|
|
108225
|
+
catch (e_6_1) {
|
|
108226
|
+
e_6 = { error: e_6_1 };
|
|
108227
|
+
}
|
|
108228
|
+
finally {
|
|
108229
|
+
try {
|
|
108230
|
+
if (_t && !_t.done && (_f = _s.return))
|
|
108231
|
+
_f.call(_s);
|
|
108232
|
+
}
|
|
108233
|
+
finally {
|
|
108234
|
+
if (e_6)
|
|
108235
|
+
throw e_6.error;
|
|
108236
|
+
}
|
|
108237
|
+
}
|
|
108238
|
+
h.dataMemberPath = "label";
|
|
108239
|
+
h.selectedMemberPath = "isSelected";
|
|
108240
|
+
h.primaryKey = ["key"];
|
|
108241
|
+
h.contextBindings = [((function () {
|
|
108242
|
+
var $ret = new igniteuiWebcomponentsCore.ToolContextBindingInfo();
|
|
108243
|
+
$ret.bindingMode = 0;
|
|
108244
|
+
$ret.contextKey = "AxisFieldValues";
|
|
108245
|
+
$ret.propertyName = "ItemsSource";
|
|
108246
|
+
return $ret;
|
|
108247
|
+
})())];
|
|
108248
|
+
var ac = new igniteuiWebcomponentsCore.ToolActionIconMenuInfo();
|
|
108249
|
+
ac.name = "AxisFieldMenu";
|
|
108250
|
+
ac.iconName = "analyze-valuelabels-showlast";
|
|
108251
|
+
ac.iconCollectionName = "ChartToolbarIcons";
|
|
108252
|
+
ac.iconWidth = 24;
|
|
108253
|
+
ac.iconHeight = 25;
|
|
108254
|
+
ac.actions = [e, f, g, h];
|
|
108030
108255
|
d = new Array(b.length + 1);
|
|
108031
|
-
for (var
|
|
108032
|
-
d[
|
|
108256
|
+
for (var ad = 0; ad < b.length; ad++) {
|
|
108257
|
+
d[ad] = b[ad];
|
|
108033
108258
|
}
|
|
108034
|
-
d[b.length] =
|
|
108259
|
+
d[b.length] = ac;
|
|
108035
108260
|
}
|
|
108036
108261
|
else {
|
|
108037
108262
|
d = b;
|
|
108038
108263
|
}
|
|
108039
|
-
for (var
|
|
108040
|
-
this.i(a, d[
|
|
108264
|
+
for (var ae = 0; ae < d.length; ae++) {
|
|
108265
|
+
this.i(a, d[ae]);
|
|
108041
108266
|
}
|
|
108042
108267
|
return d;
|
|
108043
108268
|
};
|
|
@@ -124601,28 +124826,6 @@
|
|
|
124601
124826
|
return DomainChartToolbarFactoryManager;
|
|
124602
124827
|
}(igniteuiWebcomponentsCore.Base));
|
|
124603
124828
|
|
|
124604
|
-
/*
|
|
124605
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
124606
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
124607
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
124608
|
-
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.
|
|
124609
|
-
*/
|
|
124610
|
-
/**
|
|
124611
|
-
* @hidden
|
|
124612
|
-
*/
|
|
124613
|
-
var DomainChartCheckboxListItem = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
124614
|
-
tslib.__extends(DomainChartCheckboxListItem, _super);
|
|
124615
|
-
function DomainChartCheckboxListItem() {
|
|
124616
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
124617
|
-
_this.key = null;
|
|
124618
|
-
_this.isSelected = false;
|
|
124619
|
-
_this.label = null;
|
|
124620
|
-
return _this;
|
|
124621
|
-
}
|
|
124622
|
-
DomainChartCheckboxListItem.$t = igniteuiWebcomponentsCore.markType(DomainChartCheckboxListItem, 'DomainChartCheckboxListItem');
|
|
124623
|
-
return DomainChartCheckboxListItem;
|
|
124624
|
-
}(igniteuiWebcomponentsCore.Base));
|
|
124625
|
-
|
|
124626
124829
|
/*
|
|
124627
124830
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
124628
124831
|
https://www.infragistics.com/legal/license/igultimate-la
|