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.
- package/bundles/igniteui-webcomponents-spreadsheet-chart-adapter.umd.js +11 -11
- package/bundles/igniteui-webcomponents-spreadsheet-chart-adapter.umd.min.js +1 -1
- package/esm2015/lib/AxisInfo.js +2 -4
- package/esm2015/lib/AxisInfos.js +2 -4
- package/esm2015/lib/ChartElementPlatformHelper.js +13 -15
- package/esm2015/lib/ChartSeriesInfo.js +2 -4
- package/esm2015/lib/RowColLength.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapterHelpers.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapterState.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapter_PieDataItem.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapter_SeriesDataItem.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapter_StockDataItem.js +2 -4
- package/esm2015/lib/SpreadsheetChartAdapter_combined.js +4 -8
- package/esm5/lib/AxisInfo.js +1 -2
- package/esm5/lib/AxisInfos.js +1 -2
- package/esm5/lib/ChartElementPlatformHelper.js +12 -13
- package/esm5/lib/ChartSeriesInfo.js +1 -2
- package/esm5/lib/RowColLength.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapterHelpers.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapterState.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapter_PieDataItem.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapter_SeriesDataItem.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapter_StockDataItem.js +1 -2
- package/esm5/lib/SpreadsheetChartAdapter_combined.js +2 -4
- package/fesm2015/igniteui-webcomponents-spreadsheet-chart-adapter.js +11 -53
- package/fesm5/igniteui-webcomponents-spreadsheet-chart-adapter.js +11 -11
- package/igniteui-webcomponents-spreadsheet-chart-adapter.d.ts +1 -1
- package/lib/AnchorStyle.d.ts +15 -15
- package/lib/AxisGroupType.d.ts +14 -14
- package/lib/AxisInfo.d.ts +20 -20
- package/lib/AxisInfos.d.ts +26 -26
- package/lib/ChartElementPlatformHelper.d.ts +42 -42
- package/lib/ChartSeriesInfo.d.ts +12 -12
- package/lib/DockingStyle.d.ts +16 -16
- package/lib/HAlign.d.ts +14 -14
- package/lib/RowColLength.d.ts +22 -22
- package/lib/RowColUnitType.d.ts +13 -13
- package/lib/SpreadsheetChartAdapter.d.ts +1 -1
- package/lib/SpreadsheetChartAdapterHelpers.d.ts +49 -49
- package/lib/SpreadsheetChartAdapterLocaleBg.d.ts +9 -9
- package/lib/SpreadsheetChartAdapterLocaleCs.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleDa.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleDe.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleEn.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleEs.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleFr.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleHu.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleIt.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleJa.d.ts +9 -9
- package/lib/SpreadsheetChartAdapterLocaleNb.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleNl.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocalePl.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocalePt.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleRo.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleRu.d.ts +9 -9
- package/lib/SpreadsheetChartAdapterLocaleSv.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleTr.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleZhHans.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterLocaleZhHant.d.ts +8 -8
- package/lib/SpreadsheetChartAdapterState.d.ts +18 -18
- package/lib/SpreadsheetChartAdapter_GroupedSeriesOrderBy.d.ts +12 -12
- package/lib/SpreadsheetChartAdapter_PieDataItem.d.ts +16 -16
- package/lib/SpreadsheetChartAdapter_ScatterSeriesDataItem.d.ts +20 -20
- package/lib/SpreadsheetChartAdapter_SeriesDataItem.d.ts +16 -16
- package/lib/SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate.d.ts +1 -1
- package/lib/SpreadsheetChartAdapter_StackedSeriesDataItem.d.ts +16 -16
- package/lib/SpreadsheetChartAdapter_StockDataItem.d.ts +27 -27
- package/lib/SpreadsheetChartAdapter_combined.d.ts +259 -259
- package/lib/VAlign.d.ts +14 -14
- package/lib/igc-spreadsheet-chart-adapter-locale-bg-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-cs-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-da-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-de-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-en-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-es-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-fr-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-hu-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-it-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-ja-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-nb-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-nl-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-pl-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-pt-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-ro-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-ru-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-sv-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-tr-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-zh-hans-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-locale-zh-hant-module.d.ts +3 -3
- package/lib/igc-spreadsheet-chart-adapter-module.d.ts +3 -3
- package/package.json +5 -5
- 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.
|
|
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.
|
|
23
|
-
"igniteui-webcomponents-excel": "6.3.
|
|
24
|
-
"igniteui-webcomponents-spreadsheet": "6.3.
|
|
25
|
-
"igniteui-webcomponents-charts": "6.3.
|
|
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';
|