igniteui-angular-core 18.1.0 → 18.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +1669 -1419
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +131 -131
- package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
- package/esm2015/lib/ComponentRenderer_combined.js +8 -0
- package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
- package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
- package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DomainChartDescription.js +129 -81
- package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
- package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
- package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +179 -179
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/RadialBaseChartDescription.js +216 -216
- package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
- package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
- package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebIconMetaDescription.js +8 -6
- package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
- package/esm2015/lib/XYChartDescription.js +216 -216
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CategoryChartDescription.js +131 -131
- package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
- package/esm5/lib/ComponentRenderer_combined.js +8 -0
- package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
- package/esm5/lib/DataPieBaseChartDescription.js +116 -104
- package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DomainChartDescription.js +153 -81
- package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
- package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
- package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +179 -179
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/RadialBaseChartDescription.js +216 -216
- package/esm5/lib/RadialPieSeriesDescription.js +12 -0
- package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
- package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
- package/esm5/lib/WebIconMetaDescription.js +8 -6
- package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
- package/esm5/lib/XYChartDescription.js +216 -216
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1603 -1409
- package/fesm5/igniteui-angular-core.js +1668 -1420
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
- package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
- package/lib/DataPieBaseChartDescription.d.ts +39 -36
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DomainChartDescription.d.ts +46 -28
- package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
- package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/ILegendContext.d.ts +1 -0
- package/lib/RadialBaseChartDescription.d.ts +76 -76
- package/lib/RadialPieSeriesDescription.d.ts +3 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
- package/lib/WebIconDescriptionMetadata.d.ts +1 -0
- package/lib/WebIconMetaDescription.d.ts +4 -2
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
- package/public_api.d.ts +2 -0
|
@@ -14,9 +14,10 @@ var ChartMouseEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
14
14
|
__extends(ChartMouseEventArgsDescription, _super);
|
|
15
15
|
function ChartMouseEventArgsDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.h = null;
|
|
17
|
+
_this.n = null;
|
|
19
18
|
_this.j = null;
|
|
19
|
+
_this.h = null;
|
|
20
|
+
_this.l = null;
|
|
20
21
|
return _this;
|
|
21
22
|
}
|
|
22
23
|
ChartMouseEventArgsDescription.prototype.get_type = function () {
|
|
@@ -31,32 +32,43 @@ var ChartMouseEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
31
32
|
});
|
|
32
33
|
Object.defineProperty(ChartMouseEventArgsDescription.prototype, "itemRef", {
|
|
33
34
|
get: function () {
|
|
34
|
-
return this.
|
|
35
|
+
return this.n;
|
|
35
36
|
},
|
|
36
37
|
set: function (a) {
|
|
37
|
-
this.
|
|
38
|
+
this.n = a;
|
|
38
39
|
this.g("ItemRef");
|
|
39
40
|
},
|
|
40
41
|
enumerable: false,
|
|
41
42
|
configurable: true
|
|
42
43
|
});
|
|
43
44
|
Object.defineProperty(ChartMouseEventArgsDescription.prototype, "series", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.j;
|
|
47
|
+
},
|
|
48
|
+
set: function (a) {
|
|
49
|
+
this.j = a;
|
|
50
|
+
this.g("Series");
|
|
51
|
+
},
|
|
52
|
+
enumerable: false,
|
|
53
|
+
configurable: true
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(ChartMouseEventArgsDescription.prototype, "plotAreaPosition", {
|
|
44
56
|
get: function () {
|
|
45
57
|
return this.h;
|
|
46
58
|
},
|
|
47
59
|
set: function (a) {
|
|
48
60
|
this.h = a;
|
|
49
|
-
this.g("
|
|
61
|
+
this.g("PlotAreaPosition");
|
|
50
62
|
},
|
|
51
63
|
enumerable: false,
|
|
52
64
|
configurable: true
|
|
53
65
|
});
|
|
54
66
|
Object.defineProperty(ChartMouseEventArgsDescription.prototype, "chart", {
|
|
55
67
|
get: function () {
|
|
56
|
-
return this.
|
|
68
|
+
return this.l;
|
|
57
69
|
},
|
|
58
70
|
set: function (a) {
|
|
59
|
-
this.
|
|
71
|
+
this.l = a;
|
|
60
72
|
this.g("Chart");
|
|
61
73
|
},
|
|
62
74
|
enumerable: false,
|
|
@@ -1717,6 +1717,14 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1717
1717
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
1718
1718
|
return true;
|
|
1719
1719
|
};
|
|
1720
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
|
|
1721
|
+
var c = false;
|
|
1722
|
+
var d = this.a6 == "react" ? b.getMetadata(a, "__isPlainObject") != null && (b.getMetadata(a, "__isTSPlainInterface") != null || b.getMetadata(a, "__marshalByValue") == null) : b.getMetadata(a, "__isPlainObject") != null;
|
|
1723
|
+
if (d) {
|
|
1724
|
+
c = true;
|
|
1725
|
+
}
|
|
1726
|
+
return c;
|
|
1727
|
+
};
|
|
1720
1728
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
|
|
1721
1729
|
_super.prototype.bc.call(this, a, b, c);
|
|
1722
1730
|
var d = this.u(b, c);
|
|
@@ -2576,6 +2576,14 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2576
2576
|
}
|
|
2577
2577
|
}
|
|
2578
2578
|
else {
|
|
2579
|
+
if (!this.a4.containsKey(c)) {
|
|
2580
|
+
this.a4.addItem(c, ((function () {
|
|
2581
|
+
var $ret = new ContainerState();
|
|
2582
|
+
$ret.i = c;
|
|
2583
|
+
return $ret;
|
|
2584
|
+
})()));
|
|
2585
|
+
d = this.a4.item(c);
|
|
2586
|
+
}
|
|
2579
2587
|
d.k(c, n.g, h, n, runOn(this, this.dl), f);
|
|
2580
2588
|
var u = this.bc(n);
|
|
2581
2589
|
this.dj(c, d, u);
|
|
@@ -14,10 +14,11 @@ var DataChartMouseButtonEventArgsDescription = /** @class */ /*@__PURE__*/ (func
|
|
|
14
14
|
__extends(DataChartMouseButtonEventArgsDescription, _super);
|
|
15
15
|
function DataChartMouseButtonEventArgsDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.h = null;
|
|
17
|
+
_this.n = false;
|
|
18
|
+
_this.p = null;
|
|
20
19
|
_this.j = null;
|
|
20
|
+
_this.h = null;
|
|
21
|
+
_this.l = null;
|
|
21
22
|
return _this;
|
|
22
23
|
}
|
|
23
24
|
DataChartMouseButtonEventArgsDescription.prototype.get_type = function () {
|
|
@@ -32,10 +33,10 @@ var DataChartMouseButtonEventArgsDescription = /** @class */ /*@__PURE__*/ (func
|
|
|
32
33
|
});
|
|
33
34
|
Object.defineProperty(DataChartMouseButtonEventArgsDescription.prototype, "handled", {
|
|
34
35
|
get: function () {
|
|
35
|
-
return this.
|
|
36
|
+
return this.n;
|
|
36
37
|
},
|
|
37
38
|
set: function (a) {
|
|
38
|
-
this.
|
|
39
|
+
this.n = a;
|
|
39
40
|
this.g("Handled");
|
|
40
41
|
},
|
|
41
42
|
enumerable: false,
|
|
@@ -43,32 +44,43 @@ var DataChartMouseButtonEventArgsDescription = /** @class */ /*@__PURE__*/ (func
|
|
|
43
44
|
});
|
|
44
45
|
Object.defineProperty(DataChartMouseButtonEventArgsDescription.prototype, "itemRef", {
|
|
45
46
|
get: function () {
|
|
46
|
-
return this.
|
|
47
|
+
return this.p;
|
|
47
48
|
},
|
|
48
49
|
set: function (a) {
|
|
49
|
-
this.
|
|
50
|
+
this.p = a;
|
|
50
51
|
this.g("ItemRef");
|
|
51
52
|
},
|
|
52
53
|
enumerable: false,
|
|
53
54
|
configurable: true
|
|
54
55
|
});
|
|
55
56
|
Object.defineProperty(DataChartMouseButtonEventArgsDescription.prototype, "series", {
|
|
57
|
+
get: function () {
|
|
58
|
+
return this.j;
|
|
59
|
+
},
|
|
60
|
+
set: function (a) {
|
|
61
|
+
this.j = a;
|
|
62
|
+
this.g("Series");
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(DataChartMouseButtonEventArgsDescription.prototype, "plotAreaPosition", {
|
|
56
68
|
get: function () {
|
|
57
69
|
return this.h;
|
|
58
70
|
},
|
|
59
71
|
set: function (a) {
|
|
60
72
|
this.h = a;
|
|
61
|
-
this.g("
|
|
73
|
+
this.g("PlotAreaPosition");
|
|
62
74
|
},
|
|
63
75
|
enumerable: false,
|
|
64
76
|
configurable: true
|
|
65
77
|
});
|
|
66
78
|
Object.defineProperty(DataChartMouseButtonEventArgsDescription.prototype, "chart", {
|
|
67
79
|
get: function () {
|
|
68
|
-
return this.
|
|
80
|
+
return this.l;
|
|
69
81
|
},
|
|
70
82
|
set: function (a) {
|
|
71
|
-
this.
|
|
83
|
+
this.l = a;
|
|
72
84
|
this.g("Chart");
|
|
73
85
|
},
|
|
74
86
|
enumerable: false,
|