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
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleSvModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleSvModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleTrModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleTrModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleZhHansModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleZhHansModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleZhHantModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleZhHantModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterModule {
2
+ static register(): void;
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-spreadsheet-chart-adapter",
3
- "version": "6.3.0-beta.0",
3
+ "version": "6.3.1-beta.0",
4
4
  "description": "Ignite UI Web Components component for displaying Microsoft Excel charts in a spreadsheet for modern web apps.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-spreadsheet",
6
6
  "keywords": [
@@ -19,10 +19,10 @@
19
19
  "tslib": "^2.3.1"
20
20
  },
21
21
  "peerDependencies": {
22
- "igniteui-webcomponents-core": "6.3.0-beta.0",
23
- "igniteui-webcomponents-excel": "6.3.0-beta.0",
24
- "igniteui-webcomponents-spreadsheet": "6.3.0-beta.0",
25
- "igniteui-webcomponents-charts": "6.3.0-beta.0"
22
+ "igniteui-webcomponents-core": "6.3.1-beta.0",
23
+ "igniteui-webcomponents-excel": "6.3.1-beta.0",
24
+ "igniteui-webcomponents-spreadsheet": "6.3.1-beta.0",
25
+ "igniteui-webcomponents-charts": "6.3.1-beta.0"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "typings": "igniteui-webcomponents-spreadsheet-chart-adapter.d.ts",
package/public_api.d.ts CHANGED
@@ -1,62 +1,62 @@
1
- export * from './lib/igc-spreadsheet-chart-adapter-module';
2
- export * from './lib/igc-spreadsheet-chart-adapter-locale-bg-module';
3
- export * from './lib/igc-spreadsheet-chart-adapter-locale-cs-module';
4
- export * from './lib/igc-spreadsheet-chart-adapter-locale-da-module';
5
- export * from './lib/igc-spreadsheet-chart-adapter-locale-de-module';
6
- export * from './lib/igc-spreadsheet-chart-adapter-locale-es-module';
7
- export * from './lib/igc-spreadsheet-chart-adapter-locale-fr-module';
8
- export * from './lib/igc-spreadsheet-chart-adapter-locale-hu-module';
9
- export * from './lib/igc-spreadsheet-chart-adapter-locale-it-module';
10
- export * from './lib/igc-spreadsheet-chart-adapter-locale-ja-module';
11
- export * from './lib/igc-spreadsheet-chart-adapter-locale-nb-module';
12
- export * from './lib/igc-spreadsheet-chart-adapter-locale-nl-module';
13
- export * from './lib/igc-spreadsheet-chart-adapter-locale-pl-module';
14
- export * from './lib/igc-spreadsheet-chart-adapter-locale-pt-module';
15
- export * from './lib/igc-spreadsheet-chart-adapter-locale-ro-module';
16
- export * from './lib/igc-spreadsheet-chart-adapter-locale-ru-module';
17
- export * from './lib/igc-spreadsheet-chart-adapter-locale-sv-module';
18
- export * from './lib/igc-spreadsheet-chart-adapter-locale-tr-module';
19
- export * from './lib/igc-spreadsheet-chart-adapter-locale-zh-hans-module';
20
- export * from './lib/igc-spreadsheet-chart-adapter-locale-zh-hant-module';
21
- export * from './lib/igc-spreadsheet-chart-adapter-locale-en-module';
22
- export * from './lib/SpreadsheetChartAdapter';
23
- export * from './lib/AnchorStyle';
24
- export * from './lib/AxisInfo';
25
- export * from './lib/AxisInfos';
26
- export * from './lib/AxisGroupType';
27
- export * from './lib/ChartSeriesInfo';
28
- export * from './lib/DockingStyle';
29
- export * from './lib/HAlign';
30
- export * from './lib/RowColLength';
31
- export * from './lib/RowColUnitType';
32
- export * from './lib/SpreadsheetChartAdapterHelpers';
33
- export * from './lib/SpreadsheetChartAdapterState';
34
- export * from './lib/VAlign';
35
- export * from './lib/SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate';
36
- export * from './lib/SpreadsheetChartAdapter_SeriesDataItem';
37
- export * from './lib/SpreadsheetChartAdapter_ScatterSeriesDataItem';
38
- export * from './lib/SpreadsheetChartAdapter_StackedSeriesDataItem';
39
- export * from './lib/SpreadsheetChartAdapter_PieDataItem';
40
- export * from './lib/SpreadsheetChartAdapter_StockDataItem';
41
- export * from './lib/SpreadsheetChartAdapter_GroupedSeriesOrderBy';
42
- export * from './lib/ChartElementPlatformHelper';
43
- export * from './lib/SpreadsheetChartAdapterLocaleBg';
44
- export * from './lib/SpreadsheetChartAdapterLocaleCs';
45
- export * from './lib/SpreadsheetChartAdapterLocaleDa';
46
- export * from './lib/SpreadsheetChartAdapterLocaleDe';
47
- export * from './lib/SpreadsheetChartAdapterLocaleEs';
48
- export * from './lib/SpreadsheetChartAdapterLocaleFr';
49
- export * from './lib/SpreadsheetChartAdapterLocaleHu';
50
- export * from './lib/SpreadsheetChartAdapterLocaleIt';
51
- export * from './lib/SpreadsheetChartAdapterLocaleJa';
52
- export * from './lib/SpreadsheetChartAdapterLocaleNb';
53
- export * from './lib/SpreadsheetChartAdapterLocaleNl';
54
- export * from './lib/SpreadsheetChartAdapterLocalePl';
55
- export * from './lib/SpreadsheetChartAdapterLocalePt';
56
- export * from './lib/SpreadsheetChartAdapterLocaleRo';
57
- export * from './lib/SpreadsheetChartAdapterLocaleRu';
58
- export * from './lib/SpreadsheetChartAdapterLocaleSv';
59
- export * from './lib/SpreadsheetChartAdapterLocaleTr';
60
- export * from './lib/SpreadsheetChartAdapterLocaleZhHans';
61
- export * from './lib/SpreadsheetChartAdapterLocaleZhHant';
62
- export * from './lib/SpreadsheetChartAdapterLocaleEn';
1
+ export * from './lib/igc-spreadsheet-chart-adapter-module';
2
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-bg-module';
3
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-cs-module';
4
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-da-module';
5
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-de-module';
6
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-es-module';
7
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-fr-module';
8
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-hu-module';
9
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-it-module';
10
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-ja-module';
11
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-nb-module';
12
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-nl-module';
13
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-pl-module';
14
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-pt-module';
15
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-ro-module';
16
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-ru-module';
17
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-sv-module';
18
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-tr-module';
19
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-zh-hans-module';
20
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-zh-hant-module';
21
+ export * from './lib/igc-spreadsheet-chart-adapter-locale-en-module';
22
+ export * from './lib/SpreadsheetChartAdapter';
23
+ export * from './lib/AnchorStyle';
24
+ export * from './lib/AxisInfo';
25
+ export * from './lib/AxisInfos';
26
+ export * from './lib/AxisGroupType';
27
+ export * from './lib/ChartSeriesInfo';
28
+ export * from './lib/DockingStyle';
29
+ export * from './lib/HAlign';
30
+ export * from './lib/RowColLength';
31
+ export * from './lib/RowColUnitType';
32
+ export * from './lib/SpreadsheetChartAdapterHelpers';
33
+ export * from './lib/SpreadsheetChartAdapterState';
34
+ export * from './lib/VAlign';
35
+ export * from './lib/SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate';
36
+ export * from './lib/SpreadsheetChartAdapter_SeriesDataItem';
37
+ export * from './lib/SpreadsheetChartAdapter_ScatterSeriesDataItem';
38
+ export * from './lib/SpreadsheetChartAdapter_StackedSeriesDataItem';
39
+ export * from './lib/SpreadsheetChartAdapter_PieDataItem';
40
+ export * from './lib/SpreadsheetChartAdapter_StockDataItem';
41
+ export * from './lib/SpreadsheetChartAdapter_GroupedSeriesOrderBy';
42
+ export * from './lib/ChartElementPlatformHelper';
43
+ export * from './lib/SpreadsheetChartAdapterLocaleBg';
44
+ export * from './lib/SpreadsheetChartAdapterLocaleCs';
45
+ export * from './lib/SpreadsheetChartAdapterLocaleDa';
46
+ export * from './lib/SpreadsheetChartAdapterLocaleDe';
47
+ export * from './lib/SpreadsheetChartAdapterLocaleEs';
48
+ export * from './lib/SpreadsheetChartAdapterLocaleFr';
49
+ export * from './lib/SpreadsheetChartAdapterLocaleHu';
50
+ export * from './lib/SpreadsheetChartAdapterLocaleIt';
51
+ export * from './lib/SpreadsheetChartAdapterLocaleJa';
52
+ export * from './lib/SpreadsheetChartAdapterLocaleNb';
53
+ export * from './lib/SpreadsheetChartAdapterLocaleNl';
54
+ export * from './lib/SpreadsheetChartAdapterLocalePl';
55
+ export * from './lib/SpreadsheetChartAdapterLocalePt';
56
+ export * from './lib/SpreadsheetChartAdapterLocaleRo';
57
+ export * from './lib/SpreadsheetChartAdapterLocaleRu';
58
+ export * from './lib/SpreadsheetChartAdapterLocaleSv';
59
+ export * from './lib/SpreadsheetChartAdapterLocaleTr';
60
+ export * from './lib/SpreadsheetChartAdapterLocaleZhHans';
61
+ export * from './lib/SpreadsheetChartAdapterLocaleZhHant';
62
+ export * from './lib/SpreadsheetChartAdapterLocaleEn';