igniteui-angular-core 19.1.0 → 20.0.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.
Files changed (71) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1402 -1246
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +171 -139
  4. package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
  6. package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
  7. package/esm2015/lib/CategoryChartDescription.js +130 -130
  8. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
  9. package/esm2015/lib/CategoryXAxisDescription.js +32 -32
  10. package/esm2015/lib/CategoryYAxisDescription.js +32 -32
  11. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  12. package/esm2015/lib/DataPieChartDescription.js +35 -35
  13. package/esm2015/lib/FinancialChartDescription.js +176 -176
  14. package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
  15. package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
  16. package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
  17. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  18. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  19. package/esm2015/lib/RadialBaseChartDescription.js +215 -183
  20. package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  21. package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
  22. package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
  23. package/esm2015/lib/TimeXAxisDescription.js +12 -12
  24. package/esm2015/lib/XYChartDescription.js +215 -183
  25. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
  26. package/esm5/lib/AxisDescription.js +187 -139
  27. package/esm5/lib/AxisDescriptionMetadata.js +4 -0
  28. package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
  29. package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
  30. package/esm5/lib/CategoryChartDescription.js +130 -130
  31. package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
  32. package/esm5/lib/CategoryXAxisDescription.js +32 -32
  33. package/esm5/lib/CategoryYAxisDescription.js +32 -32
  34. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  35. package/esm5/lib/DataPieChartDescription.js +35 -35
  36. package/esm5/lib/FinancialChartDescription.js +176 -176
  37. package/esm5/lib/NumericAngleAxisDescription.js +6 -6
  38. package/esm5/lib/NumericAxisBaseDescription.js +83 -83
  39. package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
  40. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  41. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  42. package/esm5/lib/RadialBaseChartDescription.js +231 -183
  43. package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  44. package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
  45. package/esm5/lib/TimeAxisBaseDescription.js +24 -24
  46. package/esm5/lib/TimeXAxisDescription.js +12 -12
  47. package/esm5/lib/XYChartDescription.js +231 -183
  48. package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
  49. package/fesm2015/igniteui-angular-core.js +1354 -1246
  50. package/fesm5/igniteui-angular-core.js +1402 -1246
  51. package/lib/AxisDescription.d.ts +60 -48
  52. package/lib/CategoryAngleAxisDescription.d.ts +7 -7
  53. package/lib/CategoryAxisBaseDescription.d.ts +8 -8
  54. package/lib/CategoryChartDescription.d.ts +45 -45
  55. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  56. package/lib/CategoryXAxisDescription.d.ts +11 -11
  57. package/lib/CategoryYAxisDescription.d.ts +11 -11
  58. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  59. package/lib/DataPieChartDescription.d.ts +12 -12
  60. package/lib/FinancialChartDescription.d.ts +61 -61
  61. package/lib/NumericAngleAxisDescription.d.ts +2 -2
  62. package/lib/NumericAxisBaseDescription.d.ts +28 -28
  63. package/lib/NumericRadiusAxisDescription.d.ts +2 -2
  64. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  65. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  66. package/lib/RadialBaseChartDescription.d.ts +77 -65
  67. package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
  68. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  69. package/lib/TimeXAxisDescription.d.ts +4 -4
  70. package/lib/XYChartDescription.d.ts +77 -65
  71. package/package.json +4 -4
@@ -63,6 +63,8 @@ var AxisDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
63
63
  a.item("LabelShowFirstLabel", "(w:LabelSettings.ShowFirstLabel,wf:LabelShowFirstLabel)Boolean");
64
64
  a.item("LabelAngle", "(w:LabelSettings.Angle,wf:LabelAngle)Number:double");
65
65
  a.item("LabelExtent", "(w:LabelSettings.Extent,wf:LabelExtent)Number:double");
66
+ a.item("LabelMaximumExtent", "(w:LabelSettings.MaximumExtent,wf:LabelMaximumExtent)Number:double");
67
+ a.item("LabelMaximumExtentPercentage", "(w:LabelSettings.MaximumExtentPercentage,wf:LabelMaximumExtentPercentage)Number:double");
66
68
  a.item("LabelLeftMargin", "(w:LabelSettings.LeftMargin,wf:LabelLeftMargin)Number:double");
67
69
  a.item("LabelRightMargin", "(w:LabelSettings.RightMargin,wf:LabelRightMargin)Number:double");
68
70
  a.item("LabelTopMargin", "(w:LabelSettings.TopMargin,wf:LabelTopMargin)Number:double");
@@ -82,6 +84,8 @@ var AxisDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
82
84
  a.item("TitleShowFirstLabel", "(w:TitleSettings.ShowFirstLabel,wf:TitleShowFirstLabel)Boolean");
83
85
  a.item("TitleAngle", "(w:TitleSettings.Angle,wf:TitleAngle)Number:double");
84
86
  a.item("TitleExtent", "(w:TitleSettings.Extent,wf:TitleExtent)Number:double");
87
+ a.item("TitleMaximumExtent", "(w:TitleSettings.MaximumExtent,wf:TitleMaximumExtent)Number:double");
88
+ a.item("TitleMaximumExtentPercentage", "(w:TitleSettings.MaximumExtentPercentage,wf:TitleMaximumExtentPercentage)Number:double");
85
89
  a.item("TitleLeftMargin", "(w:TitleSettings.LeftMargin,wf:TitleLeftMargin)Number:double");
86
90
  a.item("TitleRightMargin", "(w:TitleSettings.RightMargin,wf:TitleRightMargin)Number:double");
87
91
  a.item("TitleTopMargin", "(w:TitleSettings.TopMargin,wf:TitleTopMargin)Number:double");
@@ -14,13 +14,13 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
14
14
  __extends(CategoryAngleAxisDescription, _super);
15
15
  function CategoryAngleAxisDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.d7 = 0;
18
- _this.ee = null;
19
- _this.d5 = 0;
20
- _this.d3 = 0;
21
- _this.d6 = 0;
22
- _this.d4 = 0;
23
- _this.ed = null;
17
+ _this.ef = 0;
18
+ _this.em = null;
19
+ _this.ed = 0;
20
+ _this.eb = 0;
21
+ _this.ee = 0;
22
+ _this.ec = 0;
23
+ _this.el = null;
24
24
  return _this;
25
25
  }
26
26
  CategoryAngleAxisDescription.prototype.get_type = function () {
@@ -28,10 +28,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
28
28
  };
29
29
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "startAngleOffset", {
30
30
  get: function () {
31
- return this.d7;
31
+ return this.ef;
32
32
  },
33
33
  set: function (a) {
34
- this.d7 = a;
34
+ this.ef = a;
35
35
  this.g("StartAngleOffset");
36
36
  },
37
37
  enumerable: false,
@@ -39,10 +39,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
39
39
  });
40
40
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "labelMode", {
41
41
  get: function () {
42
- return this.ee;
42
+ return this.em;
43
43
  },
44
44
  set: function (a) {
45
- this.ee = a;
45
+ this.em = a;
46
46
  this.g("LabelMode");
47
47
  },
48
48
  enumerable: false,
@@ -50,10 +50,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
50
50
  });
51
51
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "interval", {
52
52
  get: function () {
53
- return this.d5;
53
+ return this.ed;
54
54
  },
55
55
  set: function (a) {
56
- this.d5 = a;
56
+ this.ed = a;
57
57
  this.g("Interval");
58
58
  },
59
59
  enumerable: false,
@@ -61,10 +61,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
61
61
  });
62
62
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "actualInterval", {
63
63
  get: function () {
64
- return this.d3;
64
+ return this.eb;
65
65
  },
66
66
  set: function (a) {
67
- this.d3 = a;
67
+ this.eb = a;
68
68
  this.g("ActualInterval");
69
69
  },
70
70
  enumerable: false,
@@ -72,10 +72,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
72
72
  });
73
73
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "minorInterval", {
74
74
  get: function () {
75
- return this.d6;
75
+ return this.ee;
76
76
  },
77
77
  set: function (a) {
78
- this.d6 = a;
78
+ this.ee = a;
79
79
  this.g("MinorInterval");
80
80
  },
81
81
  enumerable: false,
@@ -83,10 +83,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
83
83
  });
84
84
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "actualMinorInterval", {
85
85
  get: function () {
86
- return this.d4;
86
+ return this.ec;
87
87
  },
88
88
  set: function (a) {
89
- this.d4 = a;
89
+ this.ec = a;
90
90
  this.g("ActualMinorInterval");
91
91
  },
92
92
  enumerable: false,
@@ -94,10 +94,10 @@ var CategoryAngleAxisDescription = /** @class */ /*@__PURE__*/ (function (_super
94
94
  });
95
95
  Object.defineProperty(CategoryAngleAxisDescription.prototype, "actualIntervalChangeRef", {
96
96
  get: function () {
97
- return this.ed;
97
+ return this.el;
98
98
  },
99
99
  set: function (a) {
100
- this.ed = a;
100
+ this.el = a;
101
101
  this.g("ActualIntervalChangeRef");
102
102
  },
103
103
  enumerable: false,
@@ -14,14 +14,14 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
14
14
  __extends(CategoryAxisBaseDescription, _super);
15
15
  function CategoryAxisBaseDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.dz = null;
17
+ _this.d7 = null;
18
+ _this.d5 = 0;
18
19
  _this.dx = 0;
19
- _this.dp = 0;
20
- _this.dq = 0;
21
- _this.dr = 0;
22
- _this.ds = 0;
23
- _this.dm = false;
24
- _this.d0 = null;
20
+ _this.dy = 0;
21
+ _this.dz = 0;
22
+ _this.d0 = 0;
23
+ _this.dv = false;
24
+ _this.d8 = null;
25
25
  return _this;
26
26
  }
27
27
  CategoryAxisBaseDescription.prototype.get_type = function () {
@@ -29,10 +29,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  };
30
30
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "dataSourceRef", {
31
31
  get: function () {
32
- return this.dz;
32
+ return this.d7;
33
33
  },
34
34
  set: function (a) {
35
- this.dz = a;
35
+ this.d7 = a;
36
36
  this.g("DataSourceRef");
37
37
  },
38
38
  enumerable: false,
@@ -40,10 +40,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
40
40
  });
41
41
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "itemsCount", {
42
42
  get: function () {
43
- return this.dx;
43
+ return this.d5;
44
44
  },
45
45
  set: function (a) {
46
- this.dx = a;
46
+ this.d5 = a;
47
47
  this.g("ItemsCount");
48
48
  },
49
49
  enumerable: false,
@@ -51,10 +51,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
51
51
  });
52
52
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "gap", {
53
53
  get: function () {
54
- return this.dp;
54
+ return this.dx;
55
55
  },
56
56
  set: function (a) {
57
- this.dp = a;
57
+ this.dx = a;
58
58
  this.g("Gap");
59
59
  },
60
60
  enumerable: false,
@@ -62,10 +62,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
62
62
  });
63
63
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "maximumGap", {
64
64
  get: function () {
65
- return this.dq;
65
+ return this.dy;
66
66
  },
67
67
  set: function (a) {
68
- this.dq = a;
68
+ this.dy = a;
69
69
  this.g("MaximumGap");
70
70
  },
71
71
  enumerable: false,
@@ -73,10 +73,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
73
73
  });
74
74
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "minimumGapSize", {
75
75
  get: function () {
76
- return this.dr;
76
+ return this.dz;
77
77
  },
78
78
  set: function (a) {
79
- this.dr = a;
79
+ this.dz = a;
80
80
  this.g("MinimumGapSize");
81
81
  },
82
82
  enumerable: false,
@@ -84,10 +84,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
84
84
  });
85
85
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "overlap", {
86
86
  get: function () {
87
- return this.ds;
87
+ return this.d0;
88
88
  },
89
89
  set: function (a) {
90
- this.ds = a;
90
+ this.d0 = a;
91
91
  this.g("Overlap");
92
92
  },
93
93
  enumerable: false,
@@ -95,10 +95,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
95
95
  });
96
96
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "useClusteringMode", {
97
97
  get: function () {
98
- return this.dm;
98
+ return this.dv;
99
99
  },
100
100
  set: function (a) {
101
- this.dm = a;
101
+ this.dv = a;
102
102
  this.g("UseClusteringMode");
103
103
  },
104
104
  enumerable: false,
@@ -106,10 +106,10 @@ var CategoryAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super)
106
106
  });
107
107
  Object.defineProperty(CategoryAxisBaseDescription.prototype, "itemsCountChangeRef", {
108
108
  get: function () {
109
- return this.d0;
109
+ return this.d8;
110
110
  },
111
111
  set: function (a) {
112
- this.d0 = a;
112
+ this.d8 = a;
113
113
  this.g("ItemsCountChangeRef");
114
114
  },
115
115
  enumerable: false,