@silurus/ooxml 0.38.0 → 0.39.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/index.cjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{pptx-D0gAnK18.js → pptx-B4bzY-ys.js} +5 -2
- package/dist/pptx-Vh3arrVy.cjs +1 -0
- package/dist/pptx.cjs +1 -1
- package/dist/pptx.mjs +1 -1
- package/dist/{renderer-DsT75h1z.js → renderer-DPbqSkJP.js} +173 -141
- package/dist/renderer-DidRO7K7.cjs +1 -0
- package/dist/types/index.d.ts +15 -0
- package/dist/types/pptx.d.ts +6 -0
- package/dist/types/xlsx.d.ts +9 -0
- package/dist/xlsx-CZeq7mm7.cjs +11 -0
- package/dist/xlsx-DjmuUdn1.js +3196 -0
- package/dist/xlsx.cjs +1 -1
- package/dist/xlsx.mjs +1 -1
- package/package.json +1 -1
- package/dist/pptx-ilzpAQLV.cjs +0 -1
- package/dist/renderer-8yNL4LpS.cjs +0 -1
- package/dist/xlsx-CU5kEVSN.cjs +0 -11
- package/dist/xlsx-DF_d5tXa.js +0 -3193
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./xlsx-
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./xlsx-CZeq7mm7.cjs`),t=require(`./pptx-Vh3arrVy.cjs`),n=require(`./docx-BV9DuQ9z.cjs`);Object.defineProperty(exports,`docx`,{enumerable:!0,get:function(){return n.t}}),Object.defineProperty(exports,`pptx`,{enumerable:!0,get:function(){return t.t}}),Object.defineProperty(exports,`xlsx`,{enumerable:!0,get:function(){return e.t}});
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, r as t, t as n } from "./autoResize-D-Yz7Izt.js";
|
|
2
|
-
import { t as r } from "./renderer-
|
|
2
|
+
import { t as r } from "./renderer-DPbqSkJP.js";
|
|
3
3
|
import { a as i, i as a, n as o, r as s, t as c } from "./preset-D4KAeT8N.js";
|
|
4
4
|
//#region packages/pptx/src/media-chrome.ts
|
|
5
5
|
function l(e, t, n, r, i, a) {
|
|
@@ -22813,6 +22813,8 @@ async function J(e, t, n, i, a = {}, o) {
|
|
|
22813
22813
|
valAxisTitle: null,
|
|
22814
22814
|
catAxisHidden: e.catAxisHidden,
|
|
22815
22815
|
valAxisHidden: e.valAxisHidden,
|
|
22816
|
+
catAxisLineHidden: e.catAxisLineHidden ?? !1,
|
|
22817
|
+
valAxisLineHidden: e.valAxisLineHidden ?? !1,
|
|
22816
22818
|
plotAreaBg: e.plotAreaBg,
|
|
22817
22819
|
chartBg: e.chartBg,
|
|
22818
22820
|
showLegend: e.showLegend,
|
|
@@ -22834,7 +22836,8 @@ async function J(e, t, n, i, a = {}, o) {
|
|
|
22834
22836
|
dataLabelFormatCode: e.dataLabelFormatCode ?? null,
|
|
22835
22837
|
valAxisFormatCode: e.valAxisFormatCode ?? null,
|
|
22836
22838
|
plotAreaManualLayout: e.plotAreaManualLayout ?? null,
|
|
22837
|
-
scatterStyle: e.scatterStyle ?? null
|
|
22839
|
+
scatterStyle: e.scatterStyle ?? null,
|
|
22840
|
+
radarStyle: e.radarStyle ?? null
|
|
22838
22841
|
}, {
|
|
22839
22842
|
x: S(e.x, c),
|
|
22840
22843
|
y: S(e.y, c),
|