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,259 +1,259 @@
1
- import { SpreadsheetChartAdapterBase } from "igniteui-webcomponents-spreadsheet";
2
- import { Spreadsheet } from "igniteui-webcomponents-spreadsheet";
3
- import { ChartType } from "igniteui-webcomponents-excel";
4
- import { List$1 } from "igniteui-webcomponents-core";
5
- import { SpreadsheetChartElementInfo } from "igniteui-webcomponents-spreadsheet";
6
- import { WorksheetChart } from "igniteui-webcomponents-excel";
7
- import { Type } from "igniteui-webcomponents-core";
8
- import { SpreadsheetChartAdapter_ScatterSeriesDataItem } from "./SpreadsheetChartAdapter_ScatterSeriesDataItem";
9
- import { SpreadsheetChartAdapter_SeriesDataItem } from "./SpreadsheetChartAdapter_SeriesDataItem";
10
- /**
11
- * Creates and initializes chart elements for the spreadsheet based on a [[WorksheetChart]] instance.
12
- */
13
- export declare class SpreadsheetChartAdapter extends SpreadsheetChartAdapterBase {
14
- static $t: Type;
15
- private _d;
16
- /**
17
- * @hidden
18
- */
19
- _e: List$1<ChartType>;
20
- /**
21
- * @hidden
22
- */
23
- static readonly _x: string;
24
- /**
25
- * @hidden
26
- */
27
- static readonly _z: string;
28
- /**
29
- * @hidden
30
- */
31
- static readonly _y: string;
32
- /**
33
- * @hidden
34
- */
35
- static readonly _u: string;
36
- /**
37
- * @hidden
38
- */
39
- static readonly _t: string;
40
- /**
41
- * @hidden
42
- */
43
- static readonly _ab: string;
44
- /**
45
- * @hidden
46
- */
47
- static readonly _w: string;
48
- /**
49
- * @hidden
50
- */
51
- static readonly _ac: string;
52
- /**
53
- * @hidden
54
- */
55
- static readonly _v: string;
56
- /**
57
- * @hidden
58
- */
59
- static readonly _q: string;
60
- /**
61
- * @hidden
62
- */
63
- static readonly _g: string;
64
- /**
65
- * @hidden
66
- */
67
- static readonly _aa: string;
68
- /**
69
- * @hidden
70
- */
71
- static readonly _r: string;
72
- /**
73
- * @hidden
74
- */
75
- static readonly _f: string;
76
- /**
77
- * @hidden
78
- */
79
- static readonly _ak: string;
80
- /**
81
- * @hidden
82
- */
83
- static readonly _ai: string;
84
- /**
85
- * @hidden
86
- */
87
- static readonly _aj: string;
88
- /**
89
- * @hidden
90
- */
91
- static readonly _ae: string;
92
- /**
93
- * @hidden
94
- */
95
- static readonly _af: string;
96
- /**
97
- * @hidden
98
- */
99
- static readonly _ad: string;
100
- /**
101
- * @hidden
102
- */
103
- static readonly _ag: string;
104
- /**
105
- * @hidden
106
- */
107
- static readonly _ah: string;
108
- /**
109
- * @hidden
110
- */
111
- static readonly _m: string;
112
- /**
113
- * @hidden
114
- */
115
- static readonly _n: string;
116
- /**
117
- * @hidden
118
- */
119
- static readonly _o: string;
120
- /**
121
- * @hidden
122
- */
123
- static readonly _p: string;
124
- /**
125
- * @hidden
126
- */
127
- static readonly _j: string;
128
- /**
129
- * @hidden
130
- */
131
- static readonly _l: string;
132
- /**
133
- * @hidden
134
- */
135
- static readonly _k: string;
136
- /**
137
- * @hidden
138
- */
139
- static readonly _h: string;
140
- /**
141
- * @hidden
142
- */
143
- static readonly _i: string;
144
- constructor();
145
- /**
146
- * @hidden
147
- */
148
- _a(a: WorksheetChart, b: Spreadsheet): SpreadsheetChartElementInfo;
149
- /**
150
- * @hidden
151
- */
152
- _b(a: WorksheetChart): boolean;
153
- /**
154
- * @hidden
155
- */
156
- _c: Spreadsheet;
157
- /**
158
- * @hidden
159
- */
160
- _s(a: string, ...b: any[]): string;
161
- }
162
- /**
163
- * @hidden
164
- */
165
- export declare class SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate extends SpreadsheetChartElementInfo {
166
- static $t: Type;
167
- private ae;
168
- private a8;
169
- private ai;
170
- private bb;
171
- private am;
172
- private k;
173
- private l;
174
- private m;
175
- private aj;
176
- private ak;
177
- private a1;
178
- private ay;
179
- private a0;
180
- private ax;
181
- private a2;
182
- private az;
183
- private a3;
184
- private bd;
185
- private bc;
186
- private af;
187
- private al;
188
- private aw;
189
- private a7;
190
- private ad;
191
- private a9;
192
- private ba;
193
- private an;
194
- constructor(a: SpreadsheetChartAdapter, b: WorksheetChart, c: (chart: WorksheetChart, oldUI: any) => any);
195
- h(): void;
196
- i(): void;
197
- e(a: WorksheetChart, b: boolean, c: boolean): boolean;
198
- private get ag();
199
- private ac;
200
- private get a4();
201
- private get aq();
202
- private get ar();
203
- private get at();
204
- private get as();
205
- private ah;
206
- private be;
207
- private bg;
208
- private bf;
209
- private bh;
210
- private ao;
211
- private bj;
212
- private bk;
213
- private bi;
214
- private bm;
215
- private bl;
216
- private bn;
217
- private bo;
218
- private n;
219
- private o;
220
- private bp;
221
- private p;
222
- private q;
223
- private r;
224
- private j;
225
- private s;
226
- private t;
227
- private v;
228
- private y;
229
- private x;
230
- private w;
231
- private ap;
232
- a5(): List$1<SpreadsheetChartAdapter_ScatterSeriesDataItem>;
233
- a6(): List$1<SpreadsheetChartAdapter_SeriesDataItem>;
234
- private bq;
235
- private br;
236
- bs(): void;
237
- private bt;
238
- private bu;
239
- private bv;
240
- private bw;
241
- private bx;
242
- private by;
243
- private bz;
244
- private b0;
245
- private b1;
246
- private z;
247
- private b2;
248
- private u;
249
- private aa;
250
- private ab;
251
- private b3;
252
- private au;
253
- private b4;
254
- private b5;
255
- private b6;
256
- private av;
257
- private b7;
258
- private b8;
259
- }
1
+ import { SpreadsheetChartAdapterBase } from "igniteui-webcomponents-spreadsheet";
2
+ import { Spreadsheet } from "igniteui-webcomponents-spreadsheet";
3
+ import { ChartType } from "igniteui-webcomponents-excel";
4
+ import { List$1 } from "igniteui-webcomponents-core";
5
+ import { SpreadsheetChartElementInfo } from "igniteui-webcomponents-spreadsheet";
6
+ import { WorksheetChart } from "igniteui-webcomponents-excel";
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ import { SpreadsheetChartAdapter_ScatterSeriesDataItem } from "./SpreadsheetChartAdapter_ScatterSeriesDataItem";
9
+ import { SpreadsheetChartAdapter_SeriesDataItem } from "./SpreadsheetChartAdapter_SeriesDataItem";
10
+ /**
11
+ * Creates and initializes chart elements for the spreadsheet based on a [[WorksheetChart]] instance.
12
+ */
13
+ export declare class SpreadsheetChartAdapter extends SpreadsheetChartAdapterBase {
14
+ static $t: Type;
15
+ private _d;
16
+ /**
17
+ * @hidden
18
+ */
19
+ _e: List$1<ChartType>;
20
+ /**
21
+ * @hidden
22
+ */
23
+ static readonly _x: string;
24
+ /**
25
+ * @hidden
26
+ */
27
+ static readonly _z: string;
28
+ /**
29
+ * @hidden
30
+ */
31
+ static readonly _y: string;
32
+ /**
33
+ * @hidden
34
+ */
35
+ static readonly _u: string;
36
+ /**
37
+ * @hidden
38
+ */
39
+ static readonly _t: string;
40
+ /**
41
+ * @hidden
42
+ */
43
+ static readonly _ab: string;
44
+ /**
45
+ * @hidden
46
+ */
47
+ static readonly _w: string;
48
+ /**
49
+ * @hidden
50
+ */
51
+ static readonly _ac: string;
52
+ /**
53
+ * @hidden
54
+ */
55
+ static readonly _v: string;
56
+ /**
57
+ * @hidden
58
+ */
59
+ static readonly _q: string;
60
+ /**
61
+ * @hidden
62
+ */
63
+ static readonly _g: string;
64
+ /**
65
+ * @hidden
66
+ */
67
+ static readonly _aa: string;
68
+ /**
69
+ * @hidden
70
+ */
71
+ static readonly _r: string;
72
+ /**
73
+ * @hidden
74
+ */
75
+ static readonly _f: string;
76
+ /**
77
+ * @hidden
78
+ */
79
+ static readonly _ak: string;
80
+ /**
81
+ * @hidden
82
+ */
83
+ static readonly _ai: string;
84
+ /**
85
+ * @hidden
86
+ */
87
+ static readonly _aj: string;
88
+ /**
89
+ * @hidden
90
+ */
91
+ static readonly _ae: string;
92
+ /**
93
+ * @hidden
94
+ */
95
+ static readonly _af: string;
96
+ /**
97
+ * @hidden
98
+ */
99
+ static readonly _ad: string;
100
+ /**
101
+ * @hidden
102
+ */
103
+ static readonly _ag: string;
104
+ /**
105
+ * @hidden
106
+ */
107
+ static readonly _ah: string;
108
+ /**
109
+ * @hidden
110
+ */
111
+ static readonly _m: string;
112
+ /**
113
+ * @hidden
114
+ */
115
+ static readonly _n: string;
116
+ /**
117
+ * @hidden
118
+ */
119
+ static readonly _o: string;
120
+ /**
121
+ * @hidden
122
+ */
123
+ static readonly _p: string;
124
+ /**
125
+ * @hidden
126
+ */
127
+ static readonly _j: string;
128
+ /**
129
+ * @hidden
130
+ */
131
+ static readonly _l: string;
132
+ /**
133
+ * @hidden
134
+ */
135
+ static readonly _k: string;
136
+ /**
137
+ * @hidden
138
+ */
139
+ static readonly _h: string;
140
+ /**
141
+ * @hidden
142
+ */
143
+ static readonly _i: string;
144
+ constructor();
145
+ /**
146
+ * @hidden
147
+ */
148
+ _a(a: WorksheetChart, b: Spreadsheet): SpreadsheetChartElementInfo;
149
+ /**
150
+ * @hidden
151
+ */
152
+ _b(a: WorksheetChart): boolean;
153
+ /**
154
+ * @hidden
155
+ */
156
+ _c: Spreadsheet;
157
+ /**
158
+ * @hidden
159
+ */
160
+ _s(a: string, ...b: any[]): string;
161
+ }
162
+ /**
163
+ * @hidden
164
+ */
165
+ export declare class SpreadsheetChartAdapter_SpreadsheetChartElementInfoPrivate extends SpreadsheetChartElementInfo {
166
+ static $t: Type;
167
+ private ae;
168
+ private a8;
169
+ private ai;
170
+ private bb;
171
+ private am;
172
+ private k;
173
+ private l;
174
+ private m;
175
+ private aj;
176
+ private ak;
177
+ private a1;
178
+ private ay;
179
+ private a0;
180
+ private ax;
181
+ private a2;
182
+ private az;
183
+ private a3;
184
+ private bd;
185
+ private bc;
186
+ private af;
187
+ private al;
188
+ private aw;
189
+ private a7;
190
+ private ad;
191
+ private a9;
192
+ private ba;
193
+ private an;
194
+ constructor(a: SpreadsheetChartAdapter, b: WorksheetChart, c: (chart: WorksheetChart, oldUI: any) => any);
195
+ h(): void;
196
+ i(): void;
197
+ e(a: WorksheetChart, b: boolean, c: boolean): boolean;
198
+ private get ag();
199
+ private ac;
200
+ private get a4();
201
+ private get aq();
202
+ private get ar();
203
+ private get at();
204
+ private get as();
205
+ private ah;
206
+ private be;
207
+ private bg;
208
+ private bf;
209
+ private bh;
210
+ private ao;
211
+ private bj;
212
+ private bk;
213
+ private bi;
214
+ private bm;
215
+ private bl;
216
+ private bn;
217
+ private bo;
218
+ private n;
219
+ private o;
220
+ private bp;
221
+ private p;
222
+ private q;
223
+ private r;
224
+ private j;
225
+ private s;
226
+ private t;
227
+ private v;
228
+ private y;
229
+ private x;
230
+ private w;
231
+ private ap;
232
+ a5(): List$1<SpreadsheetChartAdapter_ScatterSeriesDataItem>;
233
+ a6(): List$1<SpreadsheetChartAdapter_SeriesDataItem>;
234
+ private bq;
235
+ private br;
236
+ bs(): void;
237
+ private bt;
238
+ private bu;
239
+ private bv;
240
+ private bw;
241
+ private bx;
242
+ private by;
243
+ private bz;
244
+ private b0;
245
+ private b1;
246
+ private z;
247
+ private b2;
248
+ private u;
249
+ private aa;
250
+ private ab;
251
+ private b3;
252
+ private au;
253
+ private b4;
254
+ private b5;
255
+ private b6;
256
+ private av;
257
+ private b7;
258
+ private b8;
259
+ }
package/lib/VAlign.d.ts CHANGED
@@ -1,14 +1,14 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum VAlign {
6
- Top = 0,
7
- Center = 1,
8
- Bottom = 2,
9
- Stretch = 3
10
- }
11
- /**
12
- * @hidden
13
- */
14
- export declare let VAlign_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum VAlign {
6
+ Top = 0,
7
+ Center = 1,
8
+ Bottom = 2,
9
+ Stretch = 3
10
+ }
11
+ /**
12
+ * @hidden
13
+ */
14
+ export declare let VAlign_$type: Type;
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleBgModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleBgModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleCsModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleCsModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleDaModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleDaModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleDeModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleDeModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleEnModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleEnModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleEsModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleEsModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleFrModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleFrModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleHuModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleHuModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleItModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleItModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleJaModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleJaModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleNbModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleNbModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleNlModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleNlModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocalePlModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocalePlModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocalePtModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocalePtModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleRoModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleRoModule {
2
+ static register(): void;
3
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcSpreadsheetChartAdapterLocaleRuModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcSpreadsheetChartAdapterLocaleRuModule {
2
+ static register(): void;
3
+ }