@office-open/core 0.6.9 → 0.7.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/dist/chart/index.d.mts +2 -2
- package/dist/chart/index.mjs +2 -2
- package/dist/chart-ChqlyVeb.mjs +1097 -0
- package/dist/drawingml/index.d.mts +1 -1
- package/dist/drawingml/index.mjs +1 -1
- package/dist/{drawingml-B_cFnIfw.mjs → drawingml-DQlhouyh.mjs} +4 -2
- package/dist/{index-C0Iqsm0K.d.mts → index-BWboZ6Uq.d.mts} +1 -1
- package/dist/{index-CzsIq-Qi.d.mts → index-Borh69Zs.d.mts} +9 -6
- package/dist/index-C4Wm3RBo.d.mts +220 -0
- package/dist/{index-BD7Tgfi4.d.mts → index-f_Izh2dj.d.mts} +1 -1
- package/dist/index.d.mts +43 -29
- package/dist/index.mjs +219 -42
- package/dist/patch/index.mjs +1 -1
- package/dist/{patch-DCGadPUU.mjs → patch-ilNZTQmG.mjs} +12 -5
- package/dist/smartart/index.d.mts +1 -1
- package/dist/smartart/index.mjs +1 -1
- package/dist/{smartart-3Aw0Aho1.mjs → smartart-Cx1qa6k_.mjs} +1 -1
- package/dist/values-zMCu5EoQ.mjs +371 -0
- package/dist/values.mjs +1 -370
- package/dist/{xml-components-BWnF8xox.mjs → xml-components-xJkfJ6ff.mjs} +37 -9
- package/package.json +2 -2
- package/dist/chart-BjBXDvRe.mjs +0 -617
- package/dist/index-CECweGf1.d.mts +0 -119
package/dist/chart/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { AreaChart, BarChart, CatAx, ChartCollection, ChartData, ChartSeriesData, ChartSpace, ChartSpaceOptions, ChartTitle, ChartType, ChartTypeOptions, LineChart, PieChart, ScatterChart, ValAx, createChartType, createNumRef, createStrRef };
|
|
1
|
+
import { A as CatAx, C as BubbleChartOptions, D as createChartType, E as ChartTypeOptions, M as ValAx, O as BubbleChart, S as AxisChartType, T as ChartType, _ as ChartCollection, a as Pie3DChart, b as ChartSpaceOptions, c as LineChart, d as BarChart, f as Area3DChart, g as createStrRef, h as createNumRef, i as RadarChart, j as SerAx, k as BubbleSeriesData, l as DoughnutChart, m as ChartTitle, n as StockChart, o as PieChart, p as AreaChart, r as ScatterChart, s as Line3DChart, t as SurfaceChart, u as Bar3DChart, v as ChartData, w as ChartSeriesData, x as AllChartTypeOptions, y as ChartSpace } from "../index-C4Wm3RBo.mjs";
|
|
2
|
+
export { AllChartTypeOptions, Area3DChart, AreaChart, AxisChartType, Bar3DChart, BarChart, BubbleChart, BubbleChartOptions, type BubbleSeriesData, CatAx, ChartCollection, ChartData, ChartSeriesData, ChartSpace, ChartSpaceOptions, ChartTitle, ChartType, ChartTypeOptions, DoughnutChart, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, ValAx, createChartType, createNumRef, createStrRef };
|
package/dist/chart/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as
|
|
2
|
-
export { AreaChart, BarChart, CatAx, ChartCollection, ChartSpace, ChartTitle, LineChart, PieChart, ScatterChart, ValAx, createChartType, createNumRef, createStrRef };
|
|
1
|
+
import { C as ValAx, S as SerAx, _ as Area3DChart, a as SurfaceChart, b as createStrRef, c as RadarChart, d as Line3DChart, f as LineChart, g as BarChart, h as Bar3DChart, i as createChartType, l as Pie3DChart, m as BubbleChart, n as ChartSpace, o as StockChart, p as DoughnutChart, r as ChartTitle, s as ScatterChart, t as ChartCollection, u as PieChart, v as AreaChart, x as CatAx, y as createNumRef } from "../chart-ChqlyVeb.mjs";
|
|
2
|
+
export { Area3DChart, AreaChart, Bar3DChart, BarChart, BubbleChart, CatAx, ChartCollection, ChartSpace, ChartTitle, DoughnutChart, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, ValAx, createChartType, createNumRef, createStrRef };
|