@univerjs-pro/sheets-chart 1.0.0-alpha.0 → 1.0.0-alpha.2

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/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/chart-source/chart-source.d.ts +3 -14
  65. package/lib/types/commands/commands/sheets-chart.command.d.ts +1 -0
  66. package/lib/types/config/config.d.ts +5 -0
  67. package/lib/types/facade/chart-facade-adapter.d.ts +58 -0
  68. package/lib/types/facade/chart-facade-builders.d.ts +62 -0
  69. package/lib/types/facade/chart-facade-types.d.ts +393 -0
  70. package/lib/types/facade/f-chart.d.ts +11 -0
  71. package/lib/types/facade/f-worksheet-charts.d.ts +28 -0
  72. package/lib/types/facade/index.d.ts +5 -0
  73. package/lib/types/index.d.ts +1 -1
  74. package/lib/types/services/sheets-chart.service.d.ts +2 -0
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +9 -9
@@ -0,0 +1,393 @@
1
+ import type { ChartBorderDashType, ChartStyle, IChartDataCategory, IChartDataSeries, IEchartTheme, LabelContentType, LinePointShape, RadarShape, WordCloudShapeEnum } from '@univerjs-pro/engine-chart';
2
+ import type { IRange } from '@univerjs/core';
3
+ import type { FChart } from './f-chart';
4
+ export type DeepReadonly<T> = T extends (...args: any[]) => unknown ? T : T extends readonly (infer U)[] ? readonly DeepReadonly<U>[] : T extends object ? {
5
+ readonly [K in keyof T]: DeepReadonly<T[K]>;
6
+ } : T;
7
+ export type DeepPartial<T> = T extends (...args: any[]) => unknown ? T : T extends readonly (infer U)[] ? DeepPartial<U>[] : T extends object ? {
8
+ [K in keyof T]?: DeepPartial<T[K]>;
9
+ } : T;
10
+ export type ChartKnownTypeName = 'line' | 'column' | 'bar' | 'pie' | 'donut' | 'doughnut' | 'area' | 'radar' | 'scatter' | 'combo' | 'combination' | 'wordCloud';
11
+ export type ChartTypeName = ChartKnownTypeName | 'unsupported';
12
+ export type ChartSourceOrientation = 'auto' | 'row' | 'column' | 'rows' | 'columns' | 'rowsAsSeries' | 'columnsAsSeries';
13
+ export type ChartRangeSpec = string | IRange;
14
+ export type ChartSourceSpec = ChartRangeSpec | {
15
+ range: ChartRangeSpec;
16
+ sheetName?: string;
17
+ sheetId?: string;
18
+ unitId?: string;
19
+ orientation?: ChartSourceOrientation;
20
+ };
21
+ export type ChartAnchorSpec = string | {
22
+ row: number;
23
+ column: number;
24
+ rowOffset?: number;
25
+ columnOffset?: number;
26
+ };
27
+ export interface IChartSizeSpec {
28
+ width?: number;
29
+ height?: number;
30
+ }
31
+ export type ChartSizeSpec = IChartSizeSpec;
32
+ export interface IChartLayoutPatch {
33
+ anchor?: ChartAnchorSpec;
34
+ position?: {
35
+ x: number;
36
+ y: number;
37
+ };
38
+ size?: ChartSizeSpec;
39
+ }
40
+ export type ChartLayoutPatch = IChartLayoutPatch;
41
+ export type ChartTitleSpec = string | {
42
+ text?: string;
43
+ visible?: boolean;
44
+ position?: 'top' | 'bottom' | 'left' | 'right';
45
+ alignment?: 'left' | 'center' | 'right';
46
+ fontSize?: number;
47
+ color?: string;
48
+ bold?: boolean;
49
+ };
50
+ export type ChartLegendSpec = boolean | {
51
+ visible?: boolean;
52
+ position?: 'top' | 'bottom' | 'left' | 'right';
53
+ selectMode?: 'single' | 'multiple' | 'close';
54
+ fontSize?: number;
55
+ color?: string;
56
+ bold?: boolean;
57
+ italic?: boolean;
58
+ };
59
+ export interface IChartAxisSpec {
60
+ title?: string;
61
+ min?: number | null;
62
+ max?: number | null;
63
+ reverse?: boolean;
64
+ line?: {
65
+ visible?: boolean;
66
+ color?: string;
67
+ width?: number;
68
+ };
69
+ tick?: {
70
+ visible?: boolean;
71
+ color?: string;
72
+ width?: number;
73
+ length?: number;
74
+ position?: 'inside' | 'outside';
75
+ };
76
+ format?: string | null;
77
+ titleStyle?: {
78
+ color?: string;
79
+ fontSize?: number;
80
+ bold?: boolean;
81
+ italic?: boolean;
82
+ family?: string;
83
+ };
84
+ label?: {
85
+ visible?: boolean;
86
+ color?: string;
87
+ fontSize?: number;
88
+ rotate?: number;
89
+ };
90
+ gridLine?: {
91
+ visible?: boolean;
92
+ color?: string;
93
+ width?: number;
94
+ };
95
+ }
96
+ export type ChartAxisSpec = IChartAxisSpec;
97
+ export interface IChartAxesSpec {
98
+ x?: ChartAxisSpec;
99
+ y?: ChartAxisSpec;
100
+ rightY?: Omit<ChartAxisSpec, 'reverse'>;
101
+ }
102
+ export type ChartAxesSpec = IChartAxesSpec;
103
+ export type ChartSeriesSelector = {
104
+ index: number;
105
+ } | {
106
+ name: string;
107
+ };
108
+ export interface IChartSeriesPatch {
109
+ selector: ChartSeriesSelector;
110
+ name?: string;
111
+ type?: 'column' | 'line' | 'area';
112
+ color?: string;
113
+ fillOpacity?: number;
114
+ border?: {
115
+ color?: string | null;
116
+ width?: number;
117
+ opacity?: number;
118
+ dashType?: ChartBorderDashType;
119
+ };
120
+ point?: {
121
+ shape?: LinePointShape;
122
+ size?: number;
123
+ color?: string | null;
124
+ };
125
+ rightAxis?: boolean;
126
+ label?: {
127
+ visible?: boolean;
128
+ position?: 'top' | 'bottom' | 'inside' | 'outside';
129
+ contentType?: LabelContentType;
130
+ color?: string;
131
+ fontSize?: number;
132
+ bold?: boolean;
133
+ italic?: boolean;
134
+ };
135
+ dataPoints?: Record<number, {
136
+ shape?: LinePointShape;
137
+ size?: number;
138
+ color?: string | null;
139
+ fillOpacity?: number;
140
+ }>;
141
+ }
142
+ export type ChartSeriesPatch = IChartSeriesPatch;
143
+ export interface IChartWordCloudSpec {
144
+ shape?: WordCloudShapeEnum;
145
+ /**
146
+ * Stable wordcloud mask resource id/key known to the runtime.
147
+ *
148
+ * The public facade intentionally does not recommend arbitrary URL/data URL
149
+ * input in v1. Legacy URL/data URL values may still appear through rawStyle
150
+ * for expert/debug compatibility, but normal callers should use registered
151
+ * mask resource ids.
152
+ *
153
+ * Patch semantics:
154
+ * - omitted/undefined: keep the current mask image setting.
155
+ * - null: clear the persisted mask image and fall back to shape.
156
+ * - string: set the mask image id; the mask image takes precedence over shape.
157
+ */
158
+ maskImageId?: string | null;
159
+ repeat?: boolean;
160
+ }
161
+ export type ChartWordCloudSpec = IChartWordCloudSpec;
162
+ export interface IChartWordCloudDescription {
163
+ shape?: WordCloudShapeEnum;
164
+ maskImageId?: string;
165
+ repeat?: boolean;
166
+ effectiveShapeSource: 'shape' | 'maskImage';
167
+ }
168
+ export type ChartWordCloudDescription = IChartWordCloudDescription;
169
+ export interface IChartAppearanceSpec {
170
+ background?: {
171
+ color?: string | null;
172
+ gradient?: boolean;
173
+ };
174
+ border?: {
175
+ color?: string | null;
176
+ width?: number;
177
+ };
178
+ font?: {
179
+ color?: string;
180
+ size?: number;
181
+ family?: string;
182
+ };
183
+ }
184
+ export type ChartAppearanceSpec = IChartAppearanceSpec;
185
+ export interface IChartMappingSpec {
186
+ categoryIndex?: number | null;
187
+ seriesIndexes?: number[] | null;
188
+ useDateAxis?: boolean | null;
189
+ bubble?: {
190
+ sizeSeriesIndex?: number | null;
191
+ xAxisIndex?: number | null;
192
+ yAxisIndex?: number | null;
193
+ labelIndex?: number | null;
194
+ seriesIndex?: number | null;
195
+ };
196
+ }
197
+ export type ChartMappingSpec = IChartMappingSpec;
198
+ export interface IChartAggregationSpec {
199
+ aggregate?: boolean;
200
+ topN?: number | null;
201
+ }
202
+ export type ChartAggregationSpec = IChartAggregationSpec;
203
+ export interface IChartPieSpec {
204
+ doughnutHole?: number | null;
205
+ borderColor?: string;
206
+ hasPaddingAngle?: boolean;
207
+ isHalfPie?: boolean;
208
+ rosePie?: boolean;
209
+ showLabelLine?: boolean;
210
+ valueScale?: number;
211
+ valueSuffix?: string;
212
+ digitalFixed?: number;
213
+ label?: {
214
+ visible?: boolean;
215
+ position?: 'inside' | 'outside';
216
+ contentType?: LabelContentType;
217
+ color?: string;
218
+ fontSize?: number;
219
+ bold?: boolean;
220
+ italic?: boolean;
221
+ };
222
+ }
223
+ export type ChartPieSpec = IChartPieSpec;
224
+ export interface IChartRadarSpec {
225
+ shape?: RadarShape;
226
+ fill?: boolean;
227
+ }
228
+ export type ChartRadarSpec = IChartRadarSpec;
229
+ export type ChartAdvancedStylePatch = DeepPartial<Pick<ChartStyle, 'tooltip' | 'area' | 'funnel' | 'relation' | 'waterfall'>>;
230
+ export interface IChartCreateSpec {
231
+ type: ChartKnownTypeName;
232
+ source: ChartSourceSpec;
233
+ anchor?: ChartAnchorSpec;
234
+ position?: {
235
+ x: number;
236
+ y: number;
237
+ };
238
+ size?: ChartSizeSpec;
239
+ title?: ChartTitleSpec;
240
+ legend?: ChartLegendSpec;
241
+ axes?: ChartAxesSpec;
242
+ series?: ChartSeriesPatch[];
243
+ wordCloud?: ChartWordCloudSpec;
244
+ appearance?: ChartAppearanceSpec;
245
+ mapping?: ChartMappingSpec;
246
+ aggregation?: ChartAggregationSpec;
247
+ pie?: ChartPieSpec;
248
+ radar?: ChartRadarSpec;
249
+ advancedStyle?: ChartAdvancedStylePatch;
250
+ theme?: string;
251
+ }
252
+ export type ChartCreateSpec = IChartCreateSpec;
253
+ export interface IChartUpdatePatch {
254
+ type?: ChartKnownTypeName;
255
+ source?: ChartSourceSpec;
256
+ title?: ChartTitleSpec;
257
+ legend?: ChartLegendSpec;
258
+ axes?: ChartAxesSpec;
259
+ series?: ChartSeriesPatch[];
260
+ wordCloud?: ChartWordCloudSpec;
261
+ appearance?: ChartAppearanceSpec;
262
+ mapping?: ChartMappingSpec;
263
+ aggregation?: ChartAggregationSpec;
264
+ pie?: ChartPieSpec;
265
+ radar?: ChartRadarSpec;
266
+ advancedStyle?: ChartAdvancedStylePatch;
267
+ theme?: string;
268
+ layout?: ChartLayoutPatch;
269
+ }
270
+ export type ChartUpdatePatch = IChartUpdatePatch;
271
+ export type ChartDiagnosticCode = 'CHART_NOT_FOUND' | 'SERIES_NOT_FOUND' | 'AMBIGUOUS_SERIES_SELECTOR' | 'INVALID_RANGE' | 'SINGLE_CELL_SOURCE' | 'NO_NUMERIC_SERIES' | 'UNKNOWN_CHART_TYPE' | 'UNSUPPORTED_CHART_TYPE' | 'INVALID_SIZE' | 'INVALID_COLOR' | 'COMMAND_FAILED' | 'UNKNOWN_OPTION';
272
+ export interface IChartDiagnostic {
273
+ code: ChartDiagnosticCode;
274
+ severity: 'error' | 'warning';
275
+ message: string;
276
+ path?: string;
277
+ details?: unknown;
278
+ allowedValues?: readonly unknown[];
279
+ suggestion?: string;
280
+ }
281
+ export type ChartDiagnostic = IChartDiagnostic;
282
+ export interface IChartValidationResult<TNormalized = unknown> {
283
+ ok: boolean;
284
+ diagnostics: ChartDiagnostic[];
285
+ normalized?: DeepReadonly<TNormalized>;
286
+ }
287
+ export type ChartValidationResult<TNormalized = unknown> = IChartValidationResult<TNormalized>;
288
+ export interface IChartUpdateResult {
289
+ ok: boolean;
290
+ chart: FChart | null;
291
+ diagnostics: ChartDiagnostic[];
292
+ changed: Array<'source' | 'type' | 'style' | 'data' | 'layout'>;
293
+ }
294
+ export type ChartUpdateResult = IChartUpdateResult;
295
+ export interface IChartSuggestion {
296
+ type: ChartKnownTypeName;
297
+ orientation: 'rows' | 'columns';
298
+ reason?: string;
299
+ }
300
+ export type ChartSuggestion = IChartSuggestion;
301
+ export interface IChartCapabilities {
302
+ version: string;
303
+ chartTypes: readonly ChartKnownTypeName[];
304
+ patchSemantics: {
305
+ omitted: 'noChange';
306
+ undefined: 'noChange';
307
+ null: 'clearWhereSupported';
308
+ object: 'semanticMerge';
309
+ array: 'replaceUnlessSelectorMerge';
310
+ unknownField: 'validationError';
311
+ };
312
+ createGroups: readonly string[];
313
+ updateGroups: readonly string[];
314
+ styleGroups: readonly string[];
315
+ advancedStyle: {
316
+ supported: boolean;
317
+ };
318
+ }
319
+ export type ChartCapabilities = IChartCapabilities;
320
+ export interface IChartInstanceCapabilities extends IChartCapabilities {
321
+ chartId: string;
322
+ type: ChartTypeName;
323
+ rawType?: number;
324
+ unsupportedGroups: readonly string[];
325
+ }
326
+ export type ChartInstanceCapabilities = IChartInstanceCapabilities;
327
+ export interface IChartSourceDescription {
328
+ range: IRange;
329
+ sheetName?: string;
330
+ sheetId: string;
331
+ unitId: string;
332
+ orientation: ChartSourceOrientation;
333
+ }
334
+ export type ChartSourceDescription = IChartSourceDescription;
335
+ export interface IChartSeriesDescription {
336
+ index: number;
337
+ name: string;
338
+ type?: 'column' | 'line' | 'area';
339
+ color?: string | null;
340
+ fillOpacity?: number;
341
+ border?: ChartSeriesPatch['border'];
342
+ point?: ChartSeriesPatch['point'];
343
+ rightAxis?: boolean;
344
+ label?: {
345
+ visible?: boolean;
346
+ position?: 'top' | 'bottom' | 'inside' | 'outside';
347
+ contentType?: LabelContentType;
348
+ color?: string;
349
+ fontSize?: number;
350
+ bold?: boolean;
351
+ italic?: boolean;
352
+ };
353
+ dataPoints?: ChartSeriesPatch['dataPoints'];
354
+ data?: DeepReadonly<IChartDataSeries>;
355
+ }
356
+ export type ChartSeriesDescription = IChartSeriesDescription;
357
+ export interface IChartLayoutDescription {
358
+ position?: {
359
+ x: number;
360
+ y: number;
361
+ };
362
+ size?: ChartSizeSpec;
363
+ anchor?: {
364
+ row: number;
365
+ column: number;
366
+ rowOffset?: number;
367
+ columnOffset?: number;
368
+ };
369
+ }
370
+ export type ChartLayoutDescription = IChartLayoutDescription;
371
+ export interface IChartDescription {
372
+ id: string;
373
+ type: ChartTypeName;
374
+ rawType?: number;
375
+ diagnostics?: ChartDiagnostic[];
376
+ source: ChartSourceDescription | null;
377
+ title?: ChartTitleSpec;
378
+ legend?: ChartLegendSpec;
379
+ axes?: ChartAxesSpec;
380
+ wordCloud?: ChartWordCloudDescription;
381
+ appearance?: ChartAppearanceSpec;
382
+ mapping?: ChartMappingSpec;
383
+ aggregation?: ChartAggregationSpec;
384
+ pie?: ChartPieSpec;
385
+ radar?: ChartRadarSpec;
386
+ series: ChartSeriesDescription[];
387
+ category?: DeepReadonly<IChartDataCategory>;
388
+ theme?: string;
389
+ layout?: ChartLayoutDescription;
390
+ rawStyle?: DeepReadonly<ChartStyle>;
391
+ }
392
+ export type ChartDescription = IChartDescription;
393
+ export type { IEchartTheme };
@@ -1,7 +1,9 @@
1
1
  import type { IChartDataCategory, IChartDataSeries } from '@univerjs-pro/engine-chart';
2
2
  import type { ISheetChartSourceSingleRange } from '@univerjs-pro/sheets-chart';
3
3
  import type { Injector } from '@univerjs/core';
4
+ import type { ChartDescription, ChartInstanceCapabilities, ChartKnownTypeName, ChartLayoutPatch, ChartSourceSpec, ChartUpdatePatch, ChartUpdateResult, ChartValidationResult } from './chart-facade-types';
4
5
  import { FChartBuilderBase } from './chart-builder/chart-builder-base';
6
+ import { ChartUpdateBuilder } from './chart-facade-builders';
5
7
  /**
6
8
  * The facade class for the chart.
7
9
  * @hideconstructor
@@ -129,4 +131,13 @@ export declare class FChart {
129
131
  * @returns {FChartBuilderBase} The new FChartBuilderBase instance.
130
132
  */
131
133
  modify(): FChartBuilderBase;
134
+ describe(): ChartDescription | null;
135
+ getCapabilities(): ChartInstanceCapabilities | null;
136
+ validateUpdate(patch: ChartUpdatePatch): ChartValidationResult<ChartUpdatePatch>;
137
+ newUpdateBuilder(): ChartUpdateBuilder;
138
+ update(patch: ChartUpdatePatch): Promise<ChartUpdateResult>;
139
+ setSource(source: ChartSourceSpec): Promise<ChartUpdateResult>;
140
+ setType(type: ChartKnownTypeName): Promise<ChartUpdateResult>;
141
+ setLayout(layout: ChartLayoutPatch): Promise<ChartUpdateResult>;
142
+ remove(): Promise<boolean>;
132
143
  }
@@ -0,0 +1,28 @@
1
+ import type { ChartCapabilities, ChartCreateSpec, ChartSourceSpec, ChartSuggestion, ChartUpdatePatch, ChartUpdateResult, ChartValidationResult } from './chart-facade-types';
2
+ import { FWorksheet } from '@univerjs/sheets/facade';
3
+ import { ChartCreateBuilder } from './chart-facade-builders';
4
+ import { FChart } from './f-chart';
5
+ export declare class FWorksheetCharts {
6
+ private readonly _worksheet;
7
+ constructor(_worksheet: FWorksheet);
8
+ create(spec: ChartCreateSpec): Promise<FChart>;
9
+ update(chart: FChart | string, patch: ChartUpdatePatch): Promise<ChartUpdateResult>;
10
+ remove(chart: FChart | string): Promise<boolean>;
11
+ list(): FChart[];
12
+ get(chartId: string): FChart | null;
13
+ validateCreate(spec: ChartCreateSpec): ChartValidationResult<ChartCreateSpec>;
14
+ getCapabilities(): ChartCapabilities;
15
+ newBuilder(): ChartCreateBuilder;
16
+ suggest(source: ChartSourceSpec): ChartSuggestion[];
17
+ private _sourceContext;
18
+ }
19
+ export interface IFWorksheetChartsMixin {
20
+ readonly charts: FWorksheetCharts;
21
+ }
22
+ export declare class FWorksheetChartsMixin extends FWorksheet implements IFWorksheetChartsMixin {
23
+ get charts(): FWorksheetCharts;
24
+ }
25
+ declare module '@univerjs/sheets/facade' {
26
+ interface FWorksheet extends IFWorksheetChartsMixin {
27
+ }
28
+ }
@@ -1,14 +1,19 @@
1
1
  import type { ILineChartBuilderMixin, IPieChartBuilderInfo, IPieChartBuilderMixin, IRadarChartBuilderMixin } from './chart-builder/types';
2
2
  import './f-worksheet';
3
+ import './f-worksheet-charts';
3
4
  import './f-enum';
4
5
  export { FChartBuilderBase } from './chart-builder/chart-builder-base';
5
6
  export type * from './chart-builder/chart-builder-base';
6
7
  export { LineChartBuilder } from './chart-builder/line-chart-builder';
7
8
  export { PieChartBuilder } from './chart-builder/pie-chart-builder';
8
9
  export { RadarChartBuilder } from './chart-builder/radar-chart-builder';
10
+ export { ChartFacadeError } from './chart-facade-adapter';
11
+ export { ChartCreateBuilder, ChartUpdateBuilder } from './chart-facade-builders';
12
+ export type * from './chart-facade-types';
9
13
  export { FChart } from './f-chart';
10
14
  export type * from './f-chart';
11
15
  export type * from './f-worksheet';
16
+ export { FWorksheetCharts } from './f-worksheet-charts';
12
17
  /**
13
18
  * @ignore
14
19
  */
@@ -12,7 +12,7 @@ export type { IChartUpdateConfigMutationParams } from './commands/mutations/shee
12
12
  export { InsertSheetsChartMutation, RemoveSheetsChartMutation } from './commands/mutations/sheets-chart.mutation';
13
13
  export type { IInsertSheetsChartMutationParams, IRemoveSheetsChartMutationParams, } from './commands/mutations/sheets-chart.mutation';
14
14
  export { calcPosition, getAllowedChartTypes, setGraphicToSpec, setProperty, translateAngleToRadian, } from './common/util';
15
- export { SHEETS_CHART_PLUGIN_CONFIG_KEY } from './config/config';
15
+ export { ChartRenderMode, SHEETS_CHART_PLUGIN_CONFIG_KEY } from './config/config';
16
16
  export type { IUniverSheetsChartConfig } from './config/config';
17
17
  export { SheetChartModel } from './models/chart-model';
18
18
  export type { IChartSourceMultiRangeItem, IChartSourceRangeItem, ISheetChartSourceSingleRange } from './models/types';
@@ -34,6 +34,8 @@ export declare class SheetsChartService extends Disposable {
34
34
  orient: DataOrientation;
35
35
  chartType: ChartTypeBits;
36
36
  };
37
+ private _normalizeInitialRangeInfo;
38
+ private _hasNonNumberCellInSingleRow;
37
39
  ensureChartModelCollection(unitId: string, subUnitId: string): Set<string>;
38
40
  getChartDataSource(id: string): ISheetChartDataSource | undefined;
39
41
  setChartDataSource(id: string, dataSource: ISheetChartDataSource): void;