igniteui-webcomponents-spreadsheet-chart-adapter 6.3.0-beta.0 → 6.3.1-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 (96) hide show
  1. package/bundles/igniteui-webcomponents-spreadsheet-chart-adapter.umd.js +11 -11
  2. package/bundles/igniteui-webcomponents-spreadsheet-chart-adapter.umd.min.js +1 -1
  3. package/esm2015/lib/AxisInfo.js +2 -4
  4. package/esm2015/lib/AxisInfos.js +2 -4
  5. package/esm2015/lib/ChartElementPlatformHelper.js +13 -15
  6. package/esm2015/lib/ChartSeriesInfo.js +2 -4
  7. package/esm2015/lib/RowColLength.js +2 -4
  8. package/esm2015/lib/SpreadsheetChartAdapterHelpers.js +2 -4
  9. package/esm2015/lib/SpreadsheetChartAdapterState.js +2 -4
  10. package/esm2015/lib/SpreadsheetChartAdapter_PieDataItem.js +2 -4
  11. package/esm2015/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.js +2 -4
  12. package/esm2015/lib/SpreadsheetChartAdapter_SeriesDataItem.js +2 -4
  13. package/esm2015/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.js +2 -4
  14. package/esm2015/lib/SpreadsheetChartAdapter_StockDataItem.js +2 -4
  15. package/esm2015/lib/SpreadsheetChartAdapter_combined.js +4 -8
  16. package/esm5/lib/AxisInfo.js +1 -2
  17. package/esm5/lib/AxisInfos.js +1 -2
  18. package/esm5/lib/ChartElementPlatformHelper.js +12 -13
  19. package/esm5/lib/ChartSeriesInfo.js +1 -2
  20. package/esm5/lib/RowColLength.js +1 -2
  21. package/esm5/lib/SpreadsheetChartAdapterHelpers.js +1 -2
  22. package/esm5/lib/SpreadsheetChartAdapterState.js +1 -2
  23. package/esm5/lib/SpreadsheetChartAdapter_PieDataItem.js +1 -2
  24. package/esm5/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.js +1 -2
  25. package/esm5/lib/SpreadsheetChartAdapter_SeriesDataItem.js +1 -2
  26. package/esm5/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.js +1 -2
  27. package/esm5/lib/SpreadsheetChartAdapter_StockDataItem.js +1 -2
  28. package/esm5/lib/SpreadsheetChartAdapter_combined.js +2 -4
  29. package/fesm2015/igniteui-webcomponents-spreadsheet-chart-adapter.js +11 -53
  30. package/fesm5/igniteui-webcomponents-spreadsheet-chart-adapter.js +11 -11
  31. package/igniteui-webcomponents-spreadsheet-chart-adapter.d.ts +1 -1
  32. package/lib/AnchorStyle.d.ts +15 -15
  33. package/lib/AxisGroupType.d.ts +14 -14
  34. package/lib/AxisInfo.d.ts +20 -20
  35. package/lib/AxisInfos.d.ts +26 -26
  36. package/lib/ChartElementPlatformHelper.d.ts +42 -42
  37. package/lib/ChartSeriesInfo.d.ts +12 -12
  38. package/lib/DockingStyle.d.ts +16 -16
  39. package/lib/HAlign.d.ts +14 -14
  40. package/lib/RowColLength.d.ts +22 -22
  41. package/lib/RowColUnitType.d.ts +13 -13
  42. package/lib/SpreadsheetChartAdapter.d.ts +1 -1
  43. package/lib/SpreadsheetChartAdapterHelpers.d.ts +49 -49
  44. package/lib/SpreadsheetChartAdapterLocaleBg.d.ts +9 -9
  45. package/lib/SpreadsheetChartAdapterLocaleCs.d.ts +8 -8
  46. package/lib/SpreadsheetChartAdapterLocaleDa.d.ts +8 -8
  47. package/lib/SpreadsheetChartAdapterLocaleDe.d.ts +8 -8
  48. package/lib/SpreadsheetChartAdapterLocaleEn.d.ts +8 -8
  49. package/lib/SpreadsheetChartAdapterLocaleEs.d.ts +8 -8
  50. package/lib/SpreadsheetChartAdapterLocaleFr.d.ts +8 -8
  51. package/lib/SpreadsheetChartAdapterLocaleHu.d.ts +8 -8
  52. package/lib/SpreadsheetChartAdapterLocaleIt.d.ts +8 -8
  53. package/lib/SpreadsheetChartAdapterLocaleJa.d.ts +9 -9
  54. package/lib/SpreadsheetChartAdapterLocaleNb.d.ts +8 -8
  55. package/lib/SpreadsheetChartAdapterLocaleNl.d.ts +8 -8
  56. package/lib/SpreadsheetChartAdapterLocalePl.d.ts +8 -8
  57. package/lib/SpreadsheetChartAdapterLocalePt.d.ts +8 -8
  58. package/lib/SpreadsheetChartAdapterLocaleRo.d.ts +8 -8
  59. package/lib/SpreadsheetChartAdapterLocaleRu.d.ts +9 -9
  60. package/lib/SpreadsheetChartAdapterLocaleSv.d.ts +8 -8
  61. package/lib/SpreadsheetChartAdapterLocaleTr.d.ts +8 -8
  62. package/lib/SpreadsheetChartAdapterLocaleZhHans.d.ts +8 -8
  63. package/lib/SpreadsheetChartAdapterLocaleZhHant.d.ts +8 -8
  64. package/lib/SpreadsheetChartAdapterState.d.ts +18 -18
  65. package/lib/SpreadsheetChartAdapter_GroupedSeriesOrderBy.d.ts +12 -12
  66. package/lib/SpreadsheetChartAdapter_PieDataItem.d.ts +16 -16
  67. package/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.d.ts +20 -20
  68. package/lib/SpreadsheetChartAdapter_SeriesDataItem.d.ts +16 -16
  69. package/lib/SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate.d.ts +1 -1
  70. package/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.d.ts +16 -16
  71. package/lib/SpreadsheetChartAdapter_StockDataItem.d.ts +27 -27
  72. package/lib/SpreadsheetChartAdapter_combined.d.ts +259 -259
  73. package/lib/VAlign.d.ts +14 -14
  74. package/lib/igc-spreadsheet-chart-adapter-locale-bg-module.d.ts +3 -3
  75. package/lib/igc-spreadsheet-chart-adapter-locale-cs-module.d.ts +3 -3
  76. package/lib/igc-spreadsheet-chart-adapter-locale-da-module.d.ts +3 -3
  77. package/lib/igc-spreadsheet-chart-adapter-locale-de-module.d.ts +3 -3
  78. package/lib/igc-spreadsheet-chart-adapter-locale-en-module.d.ts +3 -3
  79. package/lib/igc-spreadsheet-chart-adapter-locale-es-module.d.ts +3 -3
  80. package/lib/igc-spreadsheet-chart-adapter-locale-fr-module.d.ts +3 -3
  81. package/lib/igc-spreadsheet-chart-adapter-locale-hu-module.d.ts +3 -3
  82. package/lib/igc-spreadsheet-chart-adapter-locale-it-module.d.ts +3 -3
  83. package/lib/igc-spreadsheet-chart-adapter-locale-ja-module.d.ts +3 -3
  84. package/lib/igc-spreadsheet-chart-adapter-locale-nb-module.d.ts +3 -3
  85. package/lib/igc-spreadsheet-chart-adapter-locale-nl-module.d.ts +3 -3
  86. package/lib/igc-spreadsheet-chart-adapter-locale-pl-module.d.ts +3 -3
  87. package/lib/igc-spreadsheet-chart-adapter-locale-pt-module.d.ts +3 -3
  88. package/lib/igc-spreadsheet-chart-adapter-locale-ro-module.d.ts +3 -3
  89. package/lib/igc-spreadsheet-chart-adapter-locale-ru-module.d.ts +3 -3
  90. package/lib/igc-spreadsheet-chart-adapter-locale-sv-module.d.ts +3 -3
  91. package/lib/igc-spreadsheet-chart-adapter-locale-tr-module.d.ts +3 -3
  92. package/lib/igc-spreadsheet-chart-adapter-locale-zh-hans-module.d.ts +3 -3
  93. package/lib/igc-spreadsheet-chart-adapter-locale-zh-hant-module.d.ts +3 -3
  94. package/lib/igc-spreadsheet-chart-adapter-module.d.ts +3 -3
  95. package/package.json +5 -5
  96. package/public_api.d.ts +62 -62
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let SpreadsheetChartAdapter_PieDataItem = /*@__PURE__*/ (() => {
8
+ let SpreadsheetChartAdapter_PieDataItem = /*@__PURE__*/ (() => {
12
9
  class SpreadsheetChartAdapter_PieDataItem extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -38,3 +35,4 @@ export let SpreadsheetChartAdapter_PieDataItem = /*@__PURE__*/ (() => {
38
35
  SpreadsheetChartAdapter_PieDataItem.$t = /*@__PURE__*/ markType(SpreadsheetChartAdapter_PieDataItem, 'SpreadsheetChartAdapter_PieDataItem');
39
36
  return SpreadsheetChartAdapter_PieDataItem;
40
37
  })();
38
+ export { SpreadsheetChartAdapter_PieDataItem };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let SpreadsheetChartAdapter_ScatterSeriesDataItem = /*@__PURE__*/ (() => {
8
+ let SpreadsheetChartAdapter_ScatterSeriesDataItem = /*@__PURE__*/ (() => {
12
9
  class SpreadsheetChartAdapter_ScatterSeriesDataItem extends Base {
13
10
  constructor(a, b, c, d) {
14
11
  super();
@@ -49,3 +46,4 @@ export let SpreadsheetChartAdapter_ScatterSeriesDataItem = /*@__PURE__*/ (() =>
49
46
  SpreadsheetChartAdapter_ScatterSeriesDataItem.$t = /*@__PURE__*/ markType(SpreadsheetChartAdapter_ScatterSeriesDataItem, 'SpreadsheetChartAdapter_ScatterSeriesDataItem');
50
47
  return SpreadsheetChartAdapter_ScatterSeriesDataItem;
51
48
  })();
49
+ export { SpreadsheetChartAdapter_ScatterSeriesDataItem };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let SpreadsheetChartAdapter_SeriesDataItem = /*@__PURE__*/ (() => {
8
+ let SpreadsheetChartAdapter_SeriesDataItem = /*@__PURE__*/ (() => {
12
9
  class SpreadsheetChartAdapter_SeriesDataItem extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -38,3 +35,4 @@ export let SpreadsheetChartAdapter_SeriesDataItem = /*@__PURE__*/ (() => {
38
35
  SpreadsheetChartAdapter_SeriesDataItem.$t = /*@__PURE__*/ markType(SpreadsheetChartAdapter_SeriesDataItem, 'SpreadsheetChartAdapter_SeriesDataItem');
39
36
  return SpreadsheetChartAdapter_SeriesDataItem;
40
37
  })();
38
+ export { SpreadsheetChartAdapter_SeriesDataItem };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let SpreadsheetChartAdapter_StackedSeriesDataItem = /*@__PURE__*/ (() => {
8
+ let SpreadsheetChartAdapter_StackedSeriesDataItem = /*@__PURE__*/ (() => {
12
9
  class SpreadsheetChartAdapter_StackedSeriesDataItem extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -38,3 +35,4 @@ export let SpreadsheetChartAdapter_StackedSeriesDataItem = /*@__PURE__*/ (() =>
38
35
  SpreadsheetChartAdapter_StackedSeriesDataItem.$t = /*@__PURE__*/ markType(SpreadsheetChartAdapter_StackedSeriesDataItem, 'SpreadsheetChartAdapter_StackedSeriesDataItem');
39
36
  return SpreadsheetChartAdapter_StackedSeriesDataItem;
40
37
  })();
38
+ export { SpreadsheetChartAdapter_StackedSeriesDataItem };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let SpreadsheetChartAdapter_StockDataItem = /*@__PURE__*/ (() => {
8
+ let SpreadsheetChartAdapter_StockDataItem = /*@__PURE__*/ (() => {
12
9
  class SpreadsheetChartAdapter_StockDataItem extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -127,3 +124,4 @@ export let SpreadsheetChartAdapter_StockDataItem = /*@__PURE__*/ (() => {
127
124
  SpreadsheetChartAdapter_StockDataItem.$t = /*@__PURE__*/ markType(SpreadsheetChartAdapter_StockDataItem, 'SpreadsheetChartAdapter_StockDataItem');
128
125
  return SpreadsheetChartAdapter_StockDataItem;
129
126
  })();
127
+ export { SpreadsheetChartAdapter_StockDataItem };
@@ -90,10 +90,7 @@ import { ScatterSplineSeriesDescription } from "igniteui-webcomponents-core";
90
90
  import { DataChartStackedDescriptionModule } from "igniteui-webcomponents-core";
91
91
  import { StraightNumericAxisBaseDescription } from "igniteui-webcomponents-core";
92
92
  import { truncate, log10 } from "igniteui-webcomponents-core";
93
- /**
94
- * Creates and initializes chart elements for the spreadsheet based on a [[WorksheetChart]] instance.
95
- */
96
- export let SpreadsheetChartAdapter = /*@__PURE__*/ (() => {
93
+ let SpreadsheetChartAdapter = /*@__PURE__*/ (() => {
97
94
  class SpreadsheetChartAdapter extends SpreadsheetChartAdapterBase {
98
95
  constructor() {
99
96
  super();
@@ -262,10 +259,8 @@ export let SpreadsheetChartAdapter = /*@__PURE__*/ (() => {
262
259
  SpreadsheetChartAdapter._i = "rgba(255, 255, 255, 0)";
263
260
  return SpreadsheetChartAdapter;
264
261
  })();
265
- /**
266
- * @hidden
267
- */
268
- export let SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /*@__PURE__*/ (() => {
262
+ export { SpreadsheetChartAdapter };
263
+ let SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /*@__PURE__*/ (() => {
269
264
  class SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate extends SpreadsheetChartElementInfo {
270
265
  constructor(a, b, c) {
271
266
  super();
@@ -2255,3 +2250,4 @@ export let SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /*@__PUR
2255
2250
  SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate.$t = /*@__PURE__*/ markType(SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate, 'SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate', SpreadsheetChartElementInfo.$);
2256
2251
  return SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate;
2257
2252
  })();
2253
+ export { SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var AxisInfo = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var AxisInfo = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(AxisInfo, _super);
14
14
  function AxisInfo() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -29,4 +29,3 @@ var AxisInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  AxisInfo.$t = markType(AxisInfo, 'AxisInfo');
30
30
  return AxisInfo;
31
31
  }(Base));
32
- export { AxisInfo };
@@ -16,7 +16,7 @@ import { Enumerable } from "igniteui-webcomponents-core";
16
16
  /**
17
17
  * @hidden
18
18
  */
19
- var AxisInfos = /** @class */ /*@__PURE__*/ (function (_super) {
19
+ export var AxisInfos = /** @class */ /*@__PURE__*/ (function (_super) {
20
20
  __extends(AxisInfos, _super);
21
21
  function AxisInfos() {
22
22
  var _this = _super.call(this) || this;
@@ -156,4 +156,3 @@ var AxisInfos = /** @class */ /*@__PURE__*/ (function (_super) {
156
156
  AxisInfos.$t = markType(AxisInfos, 'AxisInfos');
157
157
  return AxisInfos;
158
158
  }(Base));
159
- export { AxisInfos };
@@ -17,7 +17,7 @@ import { trimEnd } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var ChartElementPlatformHelper = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var ChartElementPlatformHelper = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(ChartElementPlatformHelper, _super);
22
22
  function ChartElementPlatformHelper(a, b) {
23
23
  var _this = _super.call(this) || this;
@@ -158,27 +158,27 @@ var ChartElementPlatformHelper = /** @class */ /*@__PURE__*/ (function (_super)
158
158
  };
159
159
  ChartElementPlatformHelper.prototype.w = function (a, b, c, d) {
160
160
  this.g(a, b, c, (function (e, f) {
161
- var g = e.b0;
161
+ var g = e.b5;
162
162
  if (null == g) {
163
163
  return;
164
164
  }
165
165
  var h = Enumerable.af(NumericAxisBase.$, Enumerable.l(NumericAxisBase.$, Enumerable.u(Axis.$, g.axes, function (i) { return stringContains(i.name, "Primary"); })));
166
166
  var i = Enumerable.af(NumericAxisBase.$, Enumerable.l(NumericAxisBase.$, Enumerable.u(Axis.$, g.axes, function (j) { return stringContains(j.name, "Secondary"); })));
167
- if (h != null && i != null && h.qr != 0 && i.qr != 0) {
168
- var j = h.qt;
169
- var k = h.qs;
170
- var l = h.qr;
167
+ if (h != null && i != null && h.qu != 0 && i.qu != 0) {
168
+ var j = h.qw;
169
+ var k = h.qv;
170
+ var l = h.qu;
171
171
  var m = l / (k - j);
172
- var n = i.qt;
173
- var o = i.qs;
174
- var p = i.qr;
172
+ var n = i.qw;
173
+ var o = i.qv;
174
+ var p = i.qu;
175
175
  p = m * (o - n);
176
176
  var q = d(p, false);
177
177
  var r = (o - n) * q / p;
178
178
  o = n + r;
179
- i.q5 = n;
180
- i.q1 = p;
181
- i.q4 = o;
179
+ i.q9 = n;
180
+ i.q5 = p;
181
+ i.q8 = o;
182
182
  }
183
183
  }));
184
184
  };
@@ -296,4 +296,3 @@ var ChartElementPlatformHelper = /** @class */ /*@__PURE__*/ (function (_super)
296
296
  ChartElementPlatformHelper.$t = markType(ChartElementPlatformHelper, 'ChartElementPlatformHelper');
297
297
  return ChartElementPlatformHelper;
298
298
  }(Base));
299
- export { ChartElementPlatformHelper };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var ChartSeriesInfo = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var ChartSeriesInfo = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(ChartSeriesInfo, _super);
14
14
  function ChartSeriesInfo() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -22,4 +22,3 @@ var ChartSeriesInfo = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  ChartSeriesInfo.$t = markType(ChartSeriesInfo, 'ChartSeriesInfo');
23
23
  return ChartSeriesInfo;
24
24
  }(Base));
25
- export { ChartSeriesInfo };
@@ -11,7 +11,7 @@ import { isNaN_, isInfinity } from "igniteui-webcomponents-core";
11
11
  /**
12
12
  * @hidden
13
13
  */
14
- var RowColLength = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ export var RowColLength = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(RowColLength, _super);
16
16
  function RowColLength(a) {
17
17
  var _rest = [];
@@ -104,4 +104,3 @@ var RowColLength = /** @class */ /*@__PURE__*/ (function (_super) {
104
104
  RowColLength.b = new RowColLength(2, 1, 0);
105
105
  return RowColLength;
106
106
  }(ValueType));
107
- export { RowColLength };
@@ -33,7 +33,7 @@ import { fromOADate } from "igniteui-webcomponents-core";
33
33
  /**
34
34
  * @hidden
35
35
  */
36
- var SpreadsheetChartAdapterHelpers = /** @class */ /*@__PURE__*/ (function (_super) {
36
+ export var SpreadsheetChartAdapterHelpers = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  __extends(SpreadsheetChartAdapterHelpers, _super);
38
38
  function SpreadsheetChartAdapterHelpers() {
39
39
  return _super !== null && _super.apply(this, arguments) || this;
@@ -573,4 +573,3 @@ var SpreadsheetChartAdapterHelpers = /** @class */ /*@__PURE__*/ (function (_sup
573
573
  SpreadsheetChartAdapterHelpers.$t = markType(SpreadsheetChartAdapterHelpers, 'SpreadsheetChartAdapterHelpers');
574
574
  return SpreadsheetChartAdapterHelpers;
575
575
  }(Base));
576
- export { SpreadsheetChartAdapterHelpers };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var SpreadsheetChartAdapterState = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var SpreadsheetChartAdapterState = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(SpreadsheetChartAdapterState, _super);
14
14
  function SpreadsheetChartAdapterState(a, b, c, d, e) {
15
15
  var _this = _super.call(this) || this;
@@ -33,4 +33,3 @@ var SpreadsheetChartAdapterState = /** @class */ /*@__PURE__*/ (function (_super
33
33
  SpreadsheetChartAdapterState.$t = markType(SpreadsheetChartAdapterState, 'SpreadsheetChartAdapterState');
34
34
  return SpreadsheetChartAdapterState;
35
35
  }(Base));
36
- export { SpreadsheetChartAdapterState };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(SpreadsheetChartAdapter_PieDataItem, _super);
14
14
  function SpreadsheetChartAdapter_PieDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -51,4 +51,3 @@ var SpreadsheetChartAdapter_PieDataItem = /** @class */ /*@__PURE__*/ (function
51
51
  SpreadsheetChartAdapter_PieDataItem.$t = markType(SpreadsheetChartAdapter_PieDataItem, 'SpreadsheetChartAdapter_PieDataItem');
52
52
  return SpreadsheetChartAdapter_PieDataItem;
53
53
  }(Base));
54
- export { SpreadsheetChartAdapter_PieDataItem };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(SpreadsheetChartAdapter_ScatterSeriesDataItem, _super);
14
14
  function SpreadsheetChartAdapter_ScatterSeriesDataItem(a, b, c, d) {
15
15
  var _this = _super.call(this) || this;
@@ -66,4 +66,3 @@ var SpreadsheetChartAdapter_ScatterSeriesDataItem = /** @class */ /*@__PURE__*/
66
66
  SpreadsheetChartAdapter_ScatterSeriesDataItem.$t = markType(SpreadsheetChartAdapter_ScatterSeriesDataItem, 'SpreadsheetChartAdapter_ScatterSeriesDataItem');
67
67
  return SpreadsheetChartAdapter_ScatterSeriesDataItem;
68
68
  }(Base));
69
- export { SpreadsheetChartAdapter_ScatterSeriesDataItem };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(SpreadsheetChartAdapter_SeriesDataItem, _super);
14
14
  function SpreadsheetChartAdapter_SeriesDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -51,4 +51,3 @@ var SpreadsheetChartAdapter_SeriesDataItem = /** @class */ /*@__PURE__*/ (functi
51
51
  SpreadsheetChartAdapter_SeriesDataItem.$t = markType(SpreadsheetChartAdapter_SeriesDataItem, 'SpreadsheetChartAdapter_SeriesDataItem');
52
52
  return SpreadsheetChartAdapter_SeriesDataItem;
53
53
  }(Base));
54
- export { SpreadsheetChartAdapter_SeriesDataItem };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(SpreadsheetChartAdapter_StackedSeriesDataItem, _super);
14
14
  function SpreadsheetChartAdapter_StackedSeriesDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -51,4 +51,3 @@ var SpreadsheetChartAdapter_StackedSeriesDataItem = /** @class */ /*@__PURE__*/
51
51
  SpreadsheetChartAdapter_StackedSeriesDataItem.$t = markType(SpreadsheetChartAdapter_StackedSeriesDataItem, 'SpreadsheetChartAdapter_StackedSeriesDataItem');
52
52
  return SpreadsheetChartAdapter_StackedSeriesDataItem;
53
53
  }(Base));
54
- export { SpreadsheetChartAdapter_StackedSeriesDataItem };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(SpreadsheetChartAdapter_StockDataItem, _super);
14
14
  function SpreadsheetChartAdapter_StockDataItem() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -152,4 +152,3 @@ var SpreadsheetChartAdapter_StockDataItem = /** @class */ /*@__PURE__*/ (functio
152
152
  SpreadsheetChartAdapter_StockDataItem.$t = markType(SpreadsheetChartAdapter_StockDataItem, 'SpreadsheetChartAdapter_StockDataItem');
153
153
  return SpreadsheetChartAdapter_StockDataItem;
154
154
  }(Base));
155
- export { SpreadsheetChartAdapter_StockDataItem };
@@ -94,7 +94,7 @@ import { truncate, log10 } from "igniteui-webcomponents-core";
94
94
  /**
95
95
  * Creates and initializes chart elements for the spreadsheet based on a [[WorksheetChart]] instance.
96
96
  */
97
- var SpreadsheetChartAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
97
+ export var SpreadsheetChartAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  __extends(SpreadsheetChartAdapter, _super);
99
99
  function SpreadsheetChartAdapter() {
100
100
  var _this = _super.call(this) || this;
@@ -267,11 +267,10 @@ var SpreadsheetChartAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
267
267
  SpreadsheetChartAdapter._i = "rgba(255, 255, 255, 0)";
268
268
  return SpreadsheetChartAdapter;
269
269
  }(SpreadsheetChartAdapterBase));
270
- export { SpreadsheetChartAdapter };
271
270
  /**
272
271
  * @hidden
273
272
  */
274
- var SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /** @class */ /*@__PURE__*/ (function (_super) {
273
+ export var SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /** @class */ /*@__PURE__*/ (function (_super) {
275
274
  __extends(SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate, _super);
276
275
  function SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate(a, b, c) {
277
276
  var _this = _super.call(this) || this;
@@ -2705,4 +2704,3 @@ var SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /** @class */ /
2705
2704
  SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate.$t = markType(SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate, 'SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate', SpreadsheetChartElementInfo.$);
2706
2705
  return SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate;
2707
2706
  }(SpreadsheetChartElementInfo));
2708
- export { SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate };
@@ -659,9 +659,6 @@ https://www.infragistics.com/legal/license/igultimate-la
659
659
  https://www.infragistics.com/legal/license/igultimate-eula
660
660
  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.
661
661
  */
662
- /**
663
- * @hidden
664
- */
665
662
  let SpreadsheetChartAdapterState = /*@__PURE__*/ (() => {
666
663
  class SpreadsheetChartAdapterState extends Base {
667
664
  constructor(a, b, c, d, e) {
@@ -693,9 +690,6 @@ https://www.infragistics.com/legal/license/igultimate-la
693
690
  https://www.infragistics.com/legal/license/igultimate-eula
694
691
  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.
695
692
  */
696
- /**
697
- * @hidden
698
- */
699
693
  let ChartElementPlatformHelper = /*@__PURE__*/ (() => {
700
694
  class ChartElementPlatformHelper extends Base {
701
695
  constructor(a, b) {
@@ -803,27 +797,27 @@ let ChartElementPlatformHelper = /*@__PURE__*/ (() => {
803
797
  }
804
798
  w(a, b, c, d) {
805
799
  this.g(a, b, c, ((e, f) => {
806
- let g = e.b0;
800
+ let g = e.b5;
807
801
  if (null == g) {
808
802
  return;
809
803
  }
810
804
  let h = Enumerable.af(NumericAxisBase.$, Enumerable.l(NumericAxisBase.$, Enumerable.u(Axis.$, g.axes, (i) => stringContains(i.name, "Primary"))));
811
805
  let i = Enumerable.af(NumericAxisBase.$, Enumerable.l(NumericAxisBase.$, Enumerable.u(Axis.$, g.axes, (j) => stringContains(j.name, "Secondary"))));
812
- if (h != null && i != null && h.qr != 0 && i.qr != 0) {
813
- let j = h.qt;
814
- let k = h.qs;
815
- let l = h.qr;
806
+ if (h != null && i != null && h.qu != 0 && i.qu != 0) {
807
+ let j = h.qw;
808
+ let k = h.qv;
809
+ let l = h.qu;
816
810
  let m = l / (k - j);
817
- let n = i.qt;
818
- let o = i.qs;
819
- let p = i.qr;
811
+ let n = i.qw;
812
+ let o = i.qv;
813
+ let p = i.qu;
820
814
  p = m * (o - n);
821
815
  let q = d(p, false);
822
816
  let r = (o - n) * q / p;
823
817
  o = n + r;
824
- i.q5 = n;
825
- i.q1 = p;
826
- i.q4 = o;
818
+ i.q9 = n;
819
+ i.q5 = p;
820
+ i.q8 = o;
827
821
  }
828
822
  }));
829
823
  }
@@ -949,9 +943,6 @@ https://www.infragistics.com/legal/license/igultimate-la
949
943
  https://www.infragistics.com/legal/license/igultimate-eula
950
944
  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.
951
945
  */
952
- /**
953
- * @hidden
954
- */
955
946
  let ChartSeriesInfo = /*@__PURE__*/ (() => {
956
947
  class ChartSeriesInfo extends Base {
957
948
  constructor() {
@@ -972,9 +963,6 @@ https://www.infragistics.com/legal/license/igultimate-la
972
963
  https://www.infragistics.com/legal/license/igultimate-eula
973
964
  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.
974
965
  */
975
- /**
976
- * @hidden
977
- */
978
966
  let SpreadsheetChartAdapter_ScatterSeriesDataItem = /*@__PURE__*/ (() => {
979
967
  class SpreadsheetChartAdapter_ScatterSeriesDataItem extends Base {
980
968
  constructor(a, b, c, d) {
@@ -1023,9 +1011,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1023
1011
  https://www.infragistics.com/legal/license/igultimate-eula
1024
1012
  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.
1025
1013
  */
1026
- /**
1027
- * @hidden
1028
- */
1029
1014
  let SpreadsheetChartAdapter_SeriesDataItem = /*@__PURE__*/ (() => {
1030
1015
  class SpreadsheetChartAdapter_SeriesDataItem extends Base {
1031
1016
  constructor() {
@@ -1063,9 +1048,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1063
1048
  https://www.infragistics.com/legal/license/igultimate-eula
1064
1049
  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.
1065
1050
  */
1066
- /**
1067
- * @hidden
1068
- */
1069
1051
  let AxisInfo = /*@__PURE__*/ (() => {
1070
1052
  class AxisInfo extends Base {
1071
1053
  constructor() {
@@ -1093,9 +1075,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1093
1075
  https://www.infragistics.com/legal/license/igultimate-eula
1094
1076
  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.
1095
1077
  */
1096
- /**
1097
- * @hidden
1098
- */
1099
1078
  let SpreadsheetChartAdapter_StackedSeriesDataItem = /*@__PURE__*/ (() => {
1100
1079
  class SpreadsheetChartAdapter_StackedSeriesDataItem extends Base {
1101
1080
  constructor() {
@@ -1133,9 +1112,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1133
1112
  https://www.infragistics.com/legal/license/igultimate-eula
1134
1113
  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.
1135
1114
  */
1136
- /**
1137
- * @hidden
1138
- */
1139
1115
  let SpreadsheetChartAdapterHelpers = /*@__PURE__*/ (() => {
1140
1116
  class SpreadsheetChartAdapterHelpers extends Base {
1141
1117
  static p(a) {
@@ -1644,9 +1620,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1644
1620
  https://www.infragistics.com/legal/license/igultimate-eula
1645
1621
  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.
1646
1622
  */
1647
- /**
1648
- * @hidden
1649
- */
1650
1623
  let SpreadsheetChartAdapter_PieDataItem = /*@__PURE__*/ (() => {
1651
1624
  class SpreadsheetChartAdapter_PieDataItem extends Base {
1652
1625
  constructor() {
@@ -1684,9 +1657,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1684
1657
  https://www.infragistics.com/legal/license/igultimate-eula
1685
1658
  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.
1686
1659
  */
1687
- /**
1688
- * @hidden
1689
- */
1690
1660
  let SpreadsheetChartAdapter_StockDataItem = /*@__PURE__*/ (() => {
1691
1661
  class SpreadsheetChartAdapter_StockDataItem extends Base {
1692
1662
  constructor() {
@@ -1813,9 +1783,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1813
1783
  https://www.infragistics.com/legal/license/igultimate-eula
1814
1784
  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.
1815
1785
  */
1816
- /**
1817
- * @hidden
1818
- */
1819
1786
  let AxisInfos = /*@__PURE__*/ (() => {
1820
1787
  class AxisInfos extends Base {
1821
1788
  constructor() {
@@ -1934,9 +1901,6 @@ https://www.infragistics.com/legal/license/igultimate-la
1934
1901
  https://www.infragistics.com/legal/license/igultimate-eula
1935
1902
  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.
1936
1903
  */
1937
- /**
1938
- * @hidden
1939
- */
1940
1904
  let RowColLength = /*@__PURE__*/ (() => {
1941
1905
  class RowColLength extends ValueType {
1942
1906
  constructor(a, ..._rest) {
@@ -2009,9 +1973,6 @@ https://www.infragistics.com/legal/license/igultimate-la
2009
1973
  https://www.infragistics.com/legal/license/igultimate-eula
2010
1974
  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.
2011
1975
  */
2012
- /**
2013
- * Creates and initializes chart elements for the spreadsheet based on a [[WorksheetChart]] instance.
2014
- */
2015
1976
  let SpreadsheetChartAdapter = /*@__PURE__*/ (() => {
2016
1977
  class SpreadsheetChartAdapter extends SpreadsheetChartAdapterBase {
2017
1978
  constructor() {
@@ -2181,9 +2142,6 @@ let SpreadsheetChartAdapter = /*@__PURE__*/ (() => {
2181
2142
  SpreadsheetChartAdapter._i = "rgba(255, 255, 255, 0)";
2182
2143
  return SpreadsheetChartAdapter;
2183
2144
  })();
2184
- /**
2185
- * @hidden
2186
- */
2187
2145
  let SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate = /*@__PURE__*/ (() => {
2188
2146
  class SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate extends SpreadsheetChartElementInfo {
2189
2147
  constructor(a, b, c) {
@@ -921,27 +921,27 @@ var ChartElementPlatformHelper = /** @class */ /*@__PURE__*/ (function (_super)
921
921
  };
922
922
  ChartElementPlatformHelper.prototype.w = function (a, b, c, d) {
923
923
  this.g(a, b, c, (function (e, f) {
924
- var g = e.b0;
924
+ var g = e.b5;
925
925
  if (null == g) {
926
926
  return;
927
927
  }
928
928
  var h = Enumerable.af(NumericAxisBase.$, Enumerable.l(NumericAxisBase.$, Enumerable.u(Axis.$, g.axes, function (i) { return stringContains(i.name, "Primary"); })));
929
929
  var i = Enumerable.af(NumericAxisBase.$, Enumerable.l(NumericAxisBase.$, Enumerable.u(Axis.$, g.axes, function (j) { return stringContains(j.name, "Secondary"); })));
930
- if (h != null && i != null && h.qr != 0 && i.qr != 0) {
931
- var j = h.qt;
932
- var k = h.qs;
933
- var l = h.qr;
930
+ if (h != null && i != null && h.qu != 0 && i.qu != 0) {
931
+ var j = h.qw;
932
+ var k = h.qv;
933
+ var l = h.qu;
934
934
  var m = l / (k - j);
935
- var n = i.qt;
936
- var o = i.qs;
937
- var p = i.qr;
935
+ var n = i.qw;
936
+ var o = i.qv;
937
+ var p = i.qu;
938
938
  p = m * (o - n);
939
939
  var q = d(p, false);
940
940
  var r = (o - n) * q / p;
941
941
  o = n + r;
942
- i.q5 = n;
943
- i.q1 = p;
944
- i.q4 = o;
942
+ i.q9 = n;
943
+ i.q5 = p;
944
+ i.q8 = o;
945
945
  }
946
946
  }));
947
947
  };
@@ -1 +1 @@
1
- export * from './public_api';
1
+ export * from './public_api';
@@ -1,15 +1,15 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum AnchorStyle {
6
- None = 0,
7
- Top = 1,
8
- Bottom = 2,
9
- Left = 4,
10
- Right = 8
11
- }
12
- /**
13
- * @hidden
14
- */
15
- export declare let AnchorStyle_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum AnchorStyle {
6
+ None = 0,
7
+ Top = 1,
8
+ Bottom = 2,
9
+ Left = 4,
10
+ Right = 8
11
+ }
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare let AnchorStyle_$type: Type;
@@ -1,14 +1,14 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum AxisGroupType {
6
- PrimaryX = 0,
7
- PrimaryY = 1,
8
- SecondaryX = 2,
9
- SecondaryY = 3
10
- }
11
- /**
12
- * @hidden
13
- */
14
- export declare let AxisGroupType_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum AxisGroupType {
6
+ PrimaryX = 0,
7
+ PrimaryY = 1,
8
+ SecondaryX = 2,
9
+ SecondaryY = 3
10
+ }
11
+ /**
12
+ * @hidden
13
+ */
14
+ export declare let AxisGroupType_$type: Type;