igniteui-webcomponents-spreadsheet-chart-adapter 4.2.4-alpha → 4.3.0-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.
Files changed (27) hide show
  1. package/bundles/igniteui-webcomponents-spreadsheet-chart-adapter.umd.js +93 -93
  2. package/bundles/igniteui-webcomponents-spreadsheet-chart-adapter.umd.min.js +1 -1
  3. package/esm2015/lib/ChartElementPlatformHelper.js +10 -10
  4. package/esm5/lib/AxisInfo.js +2 -2
  5. package/esm5/lib/AxisInfos.js +6 -6
  6. package/esm5/lib/ChartElementPlatformHelper.js +12 -12
  7. package/esm5/lib/ChartSeriesInfo.js +2 -2
  8. package/esm5/lib/RowColLength.js +8 -8
  9. package/esm5/lib/SpreadsheetChartAdapterHelpers.js +4 -4
  10. package/esm5/lib/SpreadsheetChartAdapterState.js +2 -2
  11. package/esm5/lib/SpreadsheetChartAdapter_PieDataItem.js +5 -5
  12. package/esm5/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.js +6 -6
  13. package/esm5/lib/SpreadsheetChartAdapter_SeriesDataItem.js +5 -5
  14. package/esm5/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.js +5 -5
  15. package/esm5/lib/SpreadsheetChartAdapter_StockDataItem.js +8 -8
  16. package/esm5/lib/SpreadsheetChartAdapter_combined.js +39 -39
  17. package/fesm2015/igniteui-webcomponents-spreadsheet-chart-adapter.js +10 -10
  18. package/fesm5/igniteui-webcomponents-spreadsheet-chart-adapter.js +52 -52
  19. package/lib/AxisInfos.d.ts +3 -3
  20. package/lib/RowColLength.d.ts +6 -6
  21. package/lib/SpreadsheetChartAdapter_PieDataItem.d.ts +6 -3
  22. package/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.d.ts +8 -4
  23. package/lib/SpreadsheetChartAdapter_SeriesDataItem.d.ts +6 -3
  24. package/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.d.ts +6 -3
  25. package/lib/SpreadsheetChartAdapter_StockDataItem.d.ts +12 -6
  26. package/lib/SpreadsheetChartAdapter_combined.d.ts +6 -6
  27. package/package.json +5 -5
@@ -4,7 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { ValueType, markStruct } from "igniteui-webcomponents-core";
9
9
  import { ArgumentException } from "igniteui-webcomponents-core";
10
10
  import { isNaN_, isInfinity } from "igniteui-webcomponents-core";
@@ -12,7 +12,7 @@ import { isNaN_, isInfinity } from "igniteui-webcomponents-core";
12
12
  * @hidden
13
13
  */
14
14
  var RowColLength = /** @class */ /*@__PURE__*/ (function (_super) {
15
- tslib_1.__extends(RowColLength, _super);
15
+ __extends(RowColLength, _super);
16
16
  function RowColLength(a) {
17
17
  var _rest = [];
18
18
  for (var _i = 1; _i < arguments.length; _i++) {
@@ -48,35 +48,35 @@ var RowColLength = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  get: function () {
49
49
  return this.c == 1;
50
50
  },
51
- enumerable: true,
51
+ enumerable: false,
52
52
  configurable: true
53
53
  });
54
54
  Object.defineProperty(RowColLength.prototype, "f", {
55
55
  get: function () {
56
56
  return this.c == 0;
57
57
  },
58
- enumerable: true,
58
+ enumerable: false,
59
59
  configurable: true
60
60
  });
61
61
  Object.defineProperty(RowColLength.prototype, "g", {
62
62
  get: function () {
63
63
  return this.c == 2;
64
64
  },
65
- enumerable: true,
65
+ enumerable: false,
66
66
  configurable: true
67
67
  });
68
68
  Object.defineProperty(RowColLength.prototype, "d", {
69
69
  get: function () {
70
70
  return this.c;
71
71
  },
72
- enumerable: true,
72
+ enumerable: false,
73
73
  configurable: true
74
74
  });
75
75
  Object.defineProperty(RowColLength, "a", {
76
76
  get: function () {
77
77
  return RowColLength.b;
78
78
  },
79
- enumerable: true,
79
+ enumerable: false,
80
80
  configurable: true
81
81
  });
82
82
  Object.defineProperty(RowColLength.prototype, "i", {
@@ -86,7 +86,7 @@ var RowColLength = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  }
87
87
  return 1;
88
88
  },
89
- enumerable: true,
89
+ enumerable: false,
90
90
  configurable: true
91
91
  });
92
92
  RowColLength.j = function (a, b) {
@@ -4,7 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends, __values } from "tslib";
8
8
  import { Base, typeCast, fromEnum, Number_$type, String_$type, EnumUtil, markType } from "igniteui-webcomponents-core";
9
9
  import { StringBuilder } from "igniteui-webcomponents-core";
10
10
  import { Workbook } from "igniteui-webcomponents-excel";
@@ -34,7 +34,7 @@ import { fromOADate } from "igniteui-webcomponents-core";
34
34
  * @hidden
35
35
  */
36
36
  var SpreadsheetChartAdapterHelpers = /** @class */ /*@__PURE__*/ (function (_super) {
37
- tslib_1.__extends(SpreadsheetChartAdapterHelpers, _super);
37
+ __extends(SpreadsheetChartAdapterHelpers, _super);
38
38
  function SpreadsheetChartAdapterHelpers() {
39
39
  return _super !== null && _super.apply(this, arguments) || this;
40
40
  }
@@ -105,7 +105,7 @@ var SpreadsheetChartAdapterHelpers = /** @class */ /*@__PURE__*/ (function (_sup
105
105
  case 2:
106
106
  {
107
107
  try {
108
- for (var _b = tslib_1.__values(fromEnum(a.getStops())), _c = _b.next(); !_c.done; _c = _b.next()) {
108
+ for (var _b = __values(fromEnum(a.getStops())), _c = _b.next(); !_c.done; _c = _b.next()) {
109
109
  var e = _c.value;
110
110
  c += SpreadsheetChartAdapterHelpers.u(e.color, b);
111
111
  c += " " + truncate((e.position * 100)).toString() + "%, ";
@@ -403,7 +403,7 @@ var SpreadsheetChartAdapterHelpers = /** @class */ /*@__PURE__*/ (function (_sup
403
403
  SpreadsheetChartAdapterHelpers.j = function (a, b, c) {
404
404
  var e_4, _a;
405
405
  try {
406
- for (var _b = tslib_1.__values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
406
+ for (var _b = __values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
407
407
  var d = _c.value;
408
408
  if (SpreadsheetChartAdapterHelpers.l(d, a, c)) {
409
409
  return d;
@@ -4,13 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
12
  var SpreadsheetChartAdapterState = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(SpreadsheetChartAdapterState, _super);
13
+ __extends(SpreadsheetChartAdapterState, _super);
14
14
  function SpreadsheetChartAdapterState(a, b, c, d, e) {
15
15
  var _this = _super.call(this) || this;
16
16
  _this.d = 0;
@@ -4,13 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
12
  var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(SpreadsheetChartAdapter_PieDataItem, _super);
13
+ __extends(SpreadsheetChartAdapter_PieDataItem, _super);
14
14
  function SpreadsheetChartAdapter_PieDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
16
16
  _this._CategoryName = null;
@@ -25,7 +25,7 @@ var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function
25
25
  set: function (a) {
26
26
  this._CategoryName = a;
27
27
  },
28
- enumerable: true,
28
+ enumerable: false,
29
29
  configurable: true
30
30
  });
31
31
  Object.defineProperty(SpreadsheetChartAdapter_PieDataItem.prototype, "SeriesName", {
@@ -35,7 +35,7 @@ var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function
35
35
  set: function (a) {
36
36
  this._SeriesName = a;
37
37
  },
38
- enumerable: true,
38
+ enumerable: false,
39
39
  configurable: true
40
40
  });
41
41
  Object.defineProperty(SpreadsheetChartAdapter_PieDataItem.prototype, "Value", {
@@ -45,7 +45,7 @@ var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function
45
45
  set: function (a) {
46
46
  this._Value = a;
47
47
  },
48
- enumerable: true,
48
+ enumerable: false,
49
49
  configurable: true
50
50
  });
51
51
  SpreadsheetChartAdapter_PieDataItem.$t = markType(SpreadsheetChartAdapter_PieDataItem, 'SpreadsheetChartAdapter_PieDataItem');
@@ -4,13 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
12
  var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(SpreadsheetChartAdapter_ScatterSeriesDataItem, _super);
13
+ __extends(SpreadsheetChartAdapter_ScatterSeriesDataItem, _super);
14
14
  function SpreadsheetChartAdapter_ScatterSeriesDataItem(a, b, c, d) {
15
15
  var _this = _super.call(this) || this;
16
16
  _this._Radius = 0;
@@ -30,7 +30,7 @@ var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/
30
30
  set: function (a) {
31
31
  this._Radius = a;
32
32
  },
33
- enumerable: true,
33
+ enumerable: false,
34
34
  configurable: true
35
35
  });
36
36
  Object.defineProperty(SpreadsheetChartAdapter_ScatterSeriesDataItem.prototype, "X", {
@@ -40,7 +40,7 @@ var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/
40
40
  set: function (a) {
41
41
  this._X = a;
42
42
  },
43
- enumerable: true,
43
+ enumerable: false,
44
44
  configurable: true
45
45
  });
46
46
  Object.defineProperty(SpreadsheetChartAdapter_ScatterSeriesDataItem.prototype, "Y", {
@@ -50,7 +50,7 @@ var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/
50
50
  set: function (a) {
51
51
  this._Y = a;
52
52
  },
53
- enumerable: true,
53
+ enumerable: false,
54
54
  configurable: true
55
55
  });
56
56
  Object.defineProperty(SpreadsheetChartAdapter_ScatterSeriesDataItem.prototype, "SeriesName", {
@@ -60,7 +60,7 @@ var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/
60
60
  set: function (a) {
61
61
  this._SeriesName = a;
62
62
  },
63
- enumerable: true,
63
+ enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  SpreadsheetChartAdapter_ScatterSeriesDataItem.$t = markType(SpreadsheetChartAdapter_ScatterSeriesDataItem, 'SpreadsheetChartAdapter_ScatterSeriesDataItem');
@@ -4,13 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
12
  var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(SpreadsheetChartAdapter_SeriesDataItem, _super);
13
+ __extends(SpreadsheetChartAdapter_SeriesDataItem, _super);
14
14
  function SpreadsheetChartAdapter_SeriesDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
16
16
  _this._Col = null;
@@ -25,7 +25,7 @@ var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (functi
25
25
  set: function (a) {
26
26
  this._Col = a;
27
27
  },
28
- enumerable: true,
28
+ enumerable: false,
29
29
  configurable: true
30
30
  });
31
31
  Object.defineProperty(SpreadsheetChartAdapter_SeriesDataItem.prototype, "Row", {
@@ -35,7 +35,7 @@ var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (functi
35
35
  set: function (a) {
36
36
  this._Row = a;
37
37
  },
38
- enumerable: true,
38
+ enumerable: false,
39
39
  configurable: true
40
40
  });
41
41
  Object.defineProperty(SpreadsheetChartAdapter_SeriesDataItem.prototype, "Value", {
@@ -45,7 +45,7 @@ var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (functi
45
45
  set: function (a) {
46
46
  this._Value = a;
47
47
  },
48
- enumerable: true,
48
+ enumerable: false,
49
49
  configurable: true
50
50
  });
51
51
  SpreadsheetChartAdapter_SeriesDataItem.$t = markType(SpreadsheetChartAdapter_SeriesDataItem, 'SpreadsheetChartAdapter_SeriesDataItem');
@@ -4,13 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
12
  var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(SpreadsheetChartAdapter_StackedSeriesDataItem, _super);
13
+ __extends(SpreadsheetChartAdapter_StackedSeriesDataItem, _super);
14
14
  function SpreadsheetChartAdapter_StackedSeriesDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
16
16
  _this._CategoryName = null;
@@ -25,7 +25,7 @@ var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/
25
25
  set: function (a) {
26
26
  this._CategoryName = a;
27
27
  },
28
- enumerable: true,
28
+ enumerable: false,
29
29
  configurable: true
30
30
  });
31
31
  Object.defineProperty(SpreadsheetChartAdapter_StackedSeriesDataItem.prototype, "SeriesNames", {
@@ -35,7 +35,7 @@ var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/
35
35
  set: function (a) {
36
36
  this._SeriesNames = a;
37
37
  },
38
- enumerable: true,
38
+ enumerable: false,
39
39
  configurable: true
40
40
  });
41
41
  Object.defineProperty(SpreadsheetChartAdapter_StackedSeriesDataItem.prototype, "SeriesValues", {
@@ -45,7 +45,7 @@ var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/
45
45
  set: function (a) {
46
46
  this._SeriesValues = a;
47
47
  },
48
- enumerable: true,
48
+ enumerable: false,
49
49
  configurable: true
50
50
  });
51
51
  SpreadsheetChartAdapter_StackedSeriesDataItem.$t = markType(SpreadsheetChartAdapter_StackedSeriesDataItem, 'SpreadsheetChartAdapter_StackedSeriesDataItem');
@@ -4,13 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- import * as tslib_1 from "tslib";
7
+ import { __extends } from "tslib";
8
8
  import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
12
  var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(SpreadsheetChartAdapter_StockDataItem, _super);
13
+ __extends(SpreadsheetChartAdapter_StockDataItem, _super);
14
14
  function SpreadsheetChartAdapter_StockDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
16
16
  _this._Open = 0;
@@ -28,7 +28,7 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
28
28
  set: function (a) {
29
29
  this._Open = a;
30
30
  },
31
- enumerable: true,
31
+ enumerable: false,
32
32
  configurable: true
33
33
  });
34
34
  Object.defineProperty(SpreadsheetChartAdapter_StockDataItem.prototype, "High", {
@@ -38,7 +38,7 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
38
38
  set: function (a) {
39
39
  this._High = a;
40
40
  },
41
- enumerable: true,
41
+ enumerable: false,
42
42
  configurable: true
43
43
  });
44
44
  Object.defineProperty(SpreadsheetChartAdapter_StockDataItem.prototype, "Low", {
@@ -48,7 +48,7 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
48
48
  set: function (a) {
49
49
  this._Low = a;
50
50
  },
51
- enumerable: true,
51
+ enumerable: false,
52
52
  configurable: true
53
53
  });
54
54
  Object.defineProperty(SpreadsheetChartAdapter_StockDataItem.prototype, "Close", {
@@ -58,7 +58,7 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
58
58
  set: function (a) {
59
59
  this._Close = a;
60
60
  },
61
- enumerable: true,
61
+ enumerable: false,
62
62
  configurable: true
63
63
  });
64
64
  Object.defineProperty(SpreadsheetChartAdapter_StockDataItem.prototype, "Volume", {
@@ -68,7 +68,7 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
68
68
  set: function (a) {
69
69
  this._Volume = a;
70
70
  },
71
- enumerable: true,
71
+ enumerable: false,
72
72
  configurable: true
73
73
  });
74
74
  Object.defineProperty(SpreadsheetChartAdapter_StockDataItem.prototype, "CategoryName", {
@@ -78,7 +78,7 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
78
78
  set: function (a) {
79
79
  this._CategoryName = a;
80
80
  },
81
- enumerable: true,
81
+ enumerable: false,
82
82
  configurable: true
83
83
  });
84
84
  SpreadsheetChartAdapter_StockDataItem.prototype.g = function (a, b, c) {