igniteui-webcomponents-spreadsheet-chart-adapter 6.3.0 → 6.3.1

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
package/lib/AxisInfo.d.ts CHANGED
@@ -1,20 +1,20 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { Axis } from "igniteui-webcomponents-excel";
3
- import { AxisDescription } from "igniteui-webcomponents-core";
4
- /**
5
- * @hidden
6
- */
7
- export declare class AxisInfo extends Base {
8
- static $t: Type;
9
- b: Axis;
10
- a: AxisDescription;
11
- d: boolean;
12
- i: boolean;
13
- j: boolean;
14
- k: boolean;
15
- g: boolean;
16
- h: boolean;
17
- c: boolean;
18
- f: boolean;
19
- e: boolean;
20
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Axis } from "igniteui-webcomponents-excel";
3
+ import { AxisDescription } from "igniteui-webcomponents-core";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class AxisInfo extends Base {
8
+ static $t: Type;
9
+ b: Axis;
10
+ a: AxisDescription;
11
+ d: boolean;
12
+ i: boolean;
13
+ j: boolean;
14
+ k: boolean;
15
+ g: boolean;
16
+ h: boolean;
17
+ c: boolean;
18
+ f: boolean;
19
+ e: boolean;
20
+ }
@@ -1,26 +1,26 @@
1
- import { Base, IEnumerable$1, Type } from "igniteui-webcomponents-core";
2
- import { List$1 } from "igniteui-webcomponents-core";
3
- import { AxisInfo } from "./AxisInfo";
4
- import { SpreadsheetChartAdapterState } from "./SpreadsheetChartAdapterState";
5
- import { AxisDescription } from "igniteui-webcomponents-core";
6
- /**
7
- * @hidden
8
- */
9
- export declare class AxisInfos extends Base {
10
- static $t: Type;
11
- private e;
12
- private c;
13
- private d;
14
- constructor();
15
- get f(): List$1<AxisInfo>;
16
- get g(): List$1<AxisInfo>;
17
- get b(): IEnumerable$1<AxisInfo>;
18
- i: number;
19
- h: number;
20
- k: number;
21
- j: number;
22
- l(a: AxisInfo): void;
23
- m(a: boolean, b: SpreadsheetChartAdapterState): void;
24
- n(a: boolean, b: SpreadsheetChartAdapterState): void;
25
- a(): AxisDescription[];
26
- }
1
+ import { Base, IEnumerable$1, Type } from "igniteui-webcomponents-core";
2
+ import { List$1 } from "igniteui-webcomponents-core";
3
+ import { AxisInfo } from "./AxisInfo";
4
+ import { SpreadsheetChartAdapterState } from "./SpreadsheetChartAdapterState";
5
+ import { AxisDescription } from "igniteui-webcomponents-core";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare class AxisInfos extends Base {
10
+ static $t: Type;
11
+ private e;
12
+ private c;
13
+ private d;
14
+ constructor();
15
+ get f(): List$1<AxisInfo>;
16
+ get g(): List$1<AxisInfo>;
17
+ get b(): IEnumerable$1<AxisInfo>;
18
+ i: number;
19
+ h: number;
20
+ k: number;
21
+ j: number;
22
+ l(a: AxisInfo): void;
23
+ m(a: boolean, b: SpreadsheetChartAdapterState): void;
24
+ n(a: boolean, b: SpreadsheetChartAdapterState): void;
25
+ a(): AxisDescription[];
26
+ }
@@ -1,42 +1,42 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { Spreadsheet } from "igniteui-webcomponents-spreadsheet";
3
- import { DockingStyle } from "./DockingStyle";
4
- import { HAlign } from "./HAlign";
5
- import { VAlign } from "./VAlign";
6
- import { AnchorStyle } from "./AnchorStyle";
7
- import { ComponentRenderer } from "igniteui-webcomponents-core";
8
- import { Description } from "igniteui-webcomponents-core";
9
- import { RowColLength } from "./RowColLength";
10
- /**
11
- * @hidden
12
- */
13
- export declare class ChartElementPlatformHelper extends Base {
14
- static $t: Type;
15
- private a;
16
- private l;
17
- private b;
18
- constructor(a: Spreadsheet, b: () => void);
19
- c(a: any, b: any, c: DockingStyle, d?: boolean, e?: HAlign, f?: VAlign): boolean;
20
- s(a: any, b: any, c: DockingStyle, d?: boolean, e?: number, f?: number, g?: number, h?: number, i?: HAlign, j?: VAlign, k?: AnchorStyle): void;
21
- d(a: ComponentRenderer, b: any): boolean;
22
- t(a: any): void;
23
- u(a: string): void;
24
- n(): any;
25
- e(a: any): boolean;
26
- o(a: boolean): {
27
- ret: any;
28
- p0: boolean;
29
- };
30
- p(): any;
31
- v(a: ComponentRenderer, b: any, c: string, d: (arg1: any, arg2: any) => string): void;
32
- w(a: ComponentRenderer, b: any, c: string, d: (arg1: number, arg2: boolean) => number): void;
33
- g(a: ComponentRenderer, b: any, c: string, d: any): boolean;
34
- h(a: any, b: any): boolean;
35
- i(a: ComponentRenderer, b: any, c: string): boolean;
36
- x(a: ComponentRenderer, b: Description, c: any): void;
37
- j(a: any, b: number, c: number, d: number, e: number): boolean;
38
- k(a: any, b: RowColLength[], c: RowColLength[]): boolean;
39
- private m;
40
- q(a: HTMLElement): string;
41
- private f;
42
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Spreadsheet } from "igniteui-webcomponents-spreadsheet";
3
+ import { DockingStyle } from "./DockingStyle";
4
+ import { HAlign } from "./HAlign";
5
+ import { VAlign } from "./VAlign";
6
+ import { AnchorStyle } from "./AnchorStyle";
7
+ import { ComponentRenderer } from "igniteui-webcomponents-core";
8
+ import { Description } from "igniteui-webcomponents-core";
9
+ import { RowColLength } from "./RowColLength";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare class ChartElementPlatformHelper extends Base {
14
+ static $t: Type;
15
+ private a;
16
+ private l;
17
+ private b;
18
+ constructor(a: Spreadsheet, b: () => void);
19
+ c(a: any, b: any, c: DockingStyle, d?: boolean, e?: HAlign, f?: VAlign): boolean;
20
+ s(a: any, b: any, c: DockingStyle, d?: boolean, e?: number, f?: number, g?: number, h?: number, i?: HAlign, j?: VAlign, k?: AnchorStyle): void;
21
+ d(a: ComponentRenderer, b: any): boolean;
22
+ t(a: any): void;
23
+ u(a: string): void;
24
+ n(): any;
25
+ e(a: any): boolean;
26
+ o(a: boolean): {
27
+ ret: any;
28
+ p0: boolean;
29
+ };
30
+ p(): any;
31
+ v(a: ComponentRenderer, b: any, c: string, d: (arg1: any, arg2: any) => string): void;
32
+ w(a: ComponentRenderer, b: any, c: string, d: (arg1: number, arg2: boolean) => number): void;
33
+ g(a: ComponentRenderer, b: any, c: string, d: any): boolean;
34
+ h(a: any, b: any): boolean;
35
+ i(a: ComponentRenderer, b: any, c: string): boolean;
36
+ x(a: ComponentRenderer, b: Description, c: any): void;
37
+ j(a: any, b: number, c: number, d: number, e: number): boolean;
38
+ k(a: any, b: RowColLength[], c: RowColLength[]): boolean;
39
+ private m;
40
+ q(a: HTMLElement): string;
41
+ private f;
42
+ }
@@ -1,12 +1,12 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { Series } from "igniteui-webcomponents-excel";
3
- /**
4
- * @hidden
5
- */
6
- export declare class ChartSeriesInfo extends Base {
7
- static $t: Type;
8
- a: Series;
9
- c: string;
10
- d: string;
11
- b: number;
12
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Series } from "igniteui-webcomponents-excel";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class ChartSeriesInfo extends Base {
7
+ static $t: Type;
8
+ a: Series;
9
+ c: string;
10
+ d: string;
11
+ b: number;
12
+ }
@@ -1,16 +1,16 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum DockingStyle {
6
- None = 0,
7
- Top = 1,
8
- Bottom = 2,
9
- Left = 3,
10
- Right = 4,
11
- Fill = 5
12
- }
13
- /**
14
- * @hidden
15
- */
16
- export declare let DockingStyle_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum DockingStyle {
6
+ None = 0,
7
+ Top = 1,
8
+ Bottom = 2,
9
+ Left = 3,
10
+ Right = 4,
11
+ Fill = 5
12
+ }
13
+ /**
14
+ * @hidden
15
+ */
16
+ export declare let DockingStyle_$type: Type;
package/lib/HAlign.d.ts CHANGED
@@ -1,14 +1,14 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum HAlign {
6
- Left = 0,
7
- Center = 1,
8
- Right = 2,
9
- Stretch = 3
10
- }
11
- /**
12
- * @hidden
13
- */
14
- export declare let HAlign_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum HAlign {
6
+ Left = 0,
7
+ Center = 1,
8
+ Right = 2,
9
+ Stretch = 3
10
+ }
11
+ /**
12
+ * @hidden
13
+ */
14
+ export declare let HAlign_$type: Type;
@@ -1,22 +1,22 @@
1
- import { ValueType, Type } from "igniteui-webcomponents-core";
2
- import { RowColUnitType } from "./RowColUnitType";
3
- /**
4
- * @hidden
5
- */
6
- export declare class RowColLength extends ValueType {
7
- static $t: Type;
8
- constructor(a: number, b: number);
9
- constructor(a: number, b: number, c: RowColUnitType);
10
- constructor();
11
- constructor(a: number, ..._rest: any[]);
12
- private h;
13
- private c;
14
- private static readonly b;
15
- get e(): boolean;
16
- get f(): boolean;
17
- get g(): boolean;
18
- get d(): RowColUnitType;
19
- static get a(): RowColLength;
20
- get i(): number;
21
- private static j;
22
- }
1
+ import { ValueType, Type } from "igniteui-webcomponents-core";
2
+ import { RowColUnitType } from "./RowColUnitType";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class RowColLength extends ValueType {
7
+ static $t: Type;
8
+ constructor(a: number, b: number);
9
+ constructor(a: number, b: number, c: RowColUnitType);
10
+ constructor();
11
+ constructor(a: number, ..._rest: any[]);
12
+ private h;
13
+ private c;
14
+ private static readonly b;
15
+ get e(): boolean;
16
+ get f(): boolean;
17
+ get g(): boolean;
18
+ get d(): RowColUnitType;
19
+ static get a(): RowColLength;
20
+ get i(): number;
21
+ private static j;
22
+ }
@@ -1,13 +1,13 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum RowColUnitType {
6
- Auto = 0,
7
- Pixel = 1,
8
- Star = 2
9
- }
10
- /**
11
- * @hidden
12
- */
13
- export declare let RowColUnitType_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum RowColUnitType {
6
+ Auto = 0,
7
+ Pixel = 1,
8
+ Star = 2
9
+ }
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare let RowColUnitType_$type: Type;
@@ -1 +1 @@
1
- export { SpreadsheetChartAdapter } from "./SpreadsheetChartAdapter_combined";
1
+ export { SpreadsheetChartAdapter } from "./SpreadsheetChartAdapter_combined";
@@ -1,49 +1,49 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { Workbook } from "igniteui-webcomponents-excel";
3
- import { TrendLineType } from "igniteui-webcomponents-core";
4
- import { TrendlineType } from "igniteui-webcomponents-excel";
5
- import { TrendlinePolynomialOrder } from "igniteui-webcomponents-excel";
6
- import { ChartFillBase } from "igniteui-webcomponents-excel";
7
- import { ChartSolidFill } from "igniteui-webcomponents-excel";
8
- import { ChartGradientFill } from "igniteui-webcomponents-excel";
9
- import { WorkbookColorInfo } from "igniteui-webcomponents-excel";
10
- import { Axis } from "igniteui-webcomponents-excel";
11
- import { AxisInfo } from "./AxisInfo";
12
- import { SpreadsheetChartAdapterState } from "./SpreadsheetChartAdapterState";
13
- import { AxisDescription } from "igniteui-webcomponents-core";
14
- import { AxisGroupType } from "./AxisGroupType";
15
- import { AxisCollection } from "igniteui-webcomponents-excel";
16
- import { Series } from "igniteui-webcomponents-excel";
17
- /**
18
- * @hidden
19
- */
20
- export declare class SpreadsheetChartAdapterHelpers extends Base {
21
- static $t: Type;
22
- static p(a: any[]): string;
23
- static n(a: number, b: Workbook, c: boolean): number;
24
- static o(a: number, b: Workbook, c: boolean): number;
25
- static e(a: TrendlineType, b: TrendlinePolynomialOrder): TrendLineType;
26
- static q(a: number, b: number, c: number, d: number): string;
27
- static r(a: ChartFillBase, b: Workbook): string;
28
- static s(a: ChartGradientFill, b: Workbook): string;
29
- static t(a: ChartSolidFill, b: Workbook): string;
30
- static u(a: WorkbookColorInfo, b: Workbook): string;
31
- private static c;
32
- private static d;
33
- static g(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
34
- static f(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
35
- static h(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
36
- static i(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
37
- static j(a: AxisGroupType, b: AxisCollection, c: SpreadsheetChartAdapterState): Axis;
38
- static a(a: Series, b: number, c: number): {
39
- ret: number[];
40
- p2?: number;
41
- };
42
- static b(a: Series, b: number): string[];
43
- static k(a: Series): boolean;
44
- static l(a: Axis, b: AxisGroupType, c: SpreadsheetChartAdapterState): boolean;
45
- static m(a: Axis, b: SpreadsheetChartAdapterState): boolean;
46
- static v(a: Series, b: number, c?: boolean): string;
47
- static w(a: Series, b: number): string;
48
- static x(a: AxisDescription, b: Axis, c: SpreadsheetChartAdapterState): void;
49
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Workbook } from "igniteui-webcomponents-excel";
3
+ import { TrendLineType } from "igniteui-webcomponents-core";
4
+ import { TrendlineType } from "igniteui-webcomponents-excel";
5
+ import { TrendlinePolynomialOrder } from "igniteui-webcomponents-excel";
6
+ import { ChartFillBase } from "igniteui-webcomponents-excel";
7
+ import { ChartSolidFill } from "igniteui-webcomponents-excel";
8
+ import { ChartGradientFill } from "igniteui-webcomponents-excel";
9
+ import { WorkbookColorInfo } from "igniteui-webcomponents-excel";
10
+ import { Axis } from "igniteui-webcomponents-excel";
11
+ import { AxisInfo } from "./AxisInfo";
12
+ import { SpreadsheetChartAdapterState } from "./SpreadsheetChartAdapterState";
13
+ import { AxisDescription } from "igniteui-webcomponents-core";
14
+ import { AxisGroupType } from "./AxisGroupType";
15
+ import { AxisCollection } from "igniteui-webcomponents-excel";
16
+ import { Series } from "igniteui-webcomponents-excel";
17
+ /**
18
+ * @hidden
19
+ */
20
+ export declare class SpreadsheetChartAdapterHelpers extends Base {
21
+ static $t: Type;
22
+ static p(a: any[]): string;
23
+ static n(a: number, b: Workbook, c: boolean): number;
24
+ static o(a: number, b: Workbook, c: boolean): number;
25
+ static e(a: TrendlineType, b: TrendlinePolynomialOrder): TrendLineType;
26
+ static q(a: number, b: number, c: number, d: number): string;
27
+ static r(a: ChartFillBase, b: Workbook): string;
28
+ static s(a: ChartGradientFill, b: Workbook): string;
29
+ static t(a: ChartSolidFill, b: Workbook): string;
30
+ static u(a: WorkbookColorInfo, b: Workbook): string;
31
+ private static c;
32
+ private static d;
33
+ static g(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
34
+ static f(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
35
+ static h(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
36
+ static i(a: Axis, b: SpreadsheetChartAdapterState): AxisInfo;
37
+ static j(a: AxisGroupType, b: AxisCollection, c: SpreadsheetChartAdapterState): Axis;
38
+ static a(a: Series, b: number, c: number): {
39
+ ret: number[];
40
+ p2?: number;
41
+ };
42
+ static b(a: Series, b: number): string[];
43
+ static k(a: Series): boolean;
44
+ static l(a: Axis, b: AxisGroupType, c: SpreadsheetChartAdapterState): boolean;
45
+ static m(a: Axis, b: SpreadsheetChartAdapterState): boolean;
46
+ static v(a: Series, b: number, c?: boolean): string;
47
+ static w(a: Series, b: number): string;
48
+ static x(a: AxisDescription, b: Axis, c: SpreadsheetChartAdapterState): void;
49
+ }
@@ -1,9 +1,9 @@
1
- export declare class SpreadsheetChartAdapterLocaleBg {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- "LIT_DefaultChartTitle": string;
9
- }
1
+ export declare class SpreadsheetChartAdapterLocaleBg {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ "LIT_DefaultChartTitle": string;
9
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleCs {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleCs {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleDa {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleDa {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleDe {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleDe {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleEn {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleEn {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleEs {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleEs {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleFr {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleFr {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleHu {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleHu {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleIt {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleIt {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }
@@ -1,9 +1,9 @@
1
- export declare class SpreadsheetChartAdapterLocaleJa {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- "LIT_DefaultChartTitle": string;
9
- }
1
+ export declare class SpreadsheetChartAdapterLocaleJa {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ "LIT_DefaultChartTitle": string;
9
+ }
@@ -1,8 +1,8 @@
1
- export declare class SpreadsheetChartAdapterLocaleNb {
2
- [key: string]: string;
3
- "Error_CannotDetermineSeriesForChartType": string;
4
- "Error_ChartTypeNotSupportedForRendering": string;
5
- "Error_ErrorSettingAxesForSeries": string;
6
- "Error_InvalidAxesCountOrTypeForChartType": string;
7
- "Error_UnsupportedSeriesType": string;
8
- }
1
+ export declare class SpreadsheetChartAdapterLocaleNb {
2
+ [key: string]: string;
3
+ "Error_CannotDetermineSeriesForChartType": string;
4
+ "Error_ChartTypeNotSupportedForRendering": string;
5
+ "Error_ErrorSettingAxesForSeries": string;
6
+ "Error_InvalidAxesCountOrTypeForChartType": string;
7
+ "Error_UnsupportedSeriesType": string;
8
+ }