@sunertech/docx 10.0.1 → 10.0.3

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/dist/index.d.cts CHANGED
@@ -199,7 +199,7 @@ declare type BarSeriesOptions = SeriesSharedOptions & {
199
199
  readonly errorBars?: ErrorBarsOptions;
200
200
  readonly categories?: string[];
201
201
  readonly values?: number[];
202
- readonly shape?: BarShape;
202
+ readonly shapeFmt?: BarShape;
203
203
  readonly extensionList?: ExtensionListOptions;
204
204
  };
205
205
 
package/dist/index.d.ts CHANGED
@@ -199,7 +199,7 @@ declare type BarSeriesOptions = SeriesSharedOptions & {
199
199
  readonly errorBars?: ErrorBarsOptions;
200
200
  readonly categories?: string[];
201
201
  readonly values?: number[];
202
- readonly shape?: BarShape;
202
+ readonly shapeFmt?: BarShape;
203
203
  readonly extensionList?: ExtensionListOptions;
204
204
  };
205
205