@silurus/ooxml 0.19.0 → 0.21.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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/pptx-Ywwc_EMp.cjs +1 -0
- package/dist/pptx-nyHInjlO.js +23854 -0
- package/dist/pptx.cjs +1 -1
- package/dist/pptx.mjs +1 -1
- package/dist/types/index.d.ts +3 -0
- package/dist/types/xlsx.d.ts +3 -0
- package/dist/xlsx-C5GMzRNJ.js +2760 -0
- package/dist/xlsx-CBXAuvaH.cjs +10 -0
- package/dist/xlsx.cjs +1 -1
- package/dist/xlsx.mjs +1 -1
- package/package.json +1 -1
- package/dist/pptx-BAkQtJJG.js +0 -23854
- package/dist/pptx-DzBUxMg2.cjs +0 -1
- package/dist/xlsx-B03dXxN-.cjs +0 -10
- package/dist/xlsx-SFNVFrJJ.js +0 -2729
package/dist/pptx.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./autoResize-ggn4hzd8.cjs`),t=require(`./pptx-
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./autoResize-ggn4hzd8.cjs`),t=require(`./pptx-Ywwc_EMp.cjs`);exports.PptxPresentation=t.r,exports.PptxViewer=t.n,exports.autoResize=e.t,exports.renderSlide=t.i;
|
package/dist/pptx.mjs
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -150,6 +150,9 @@ declare interface CellXf {
|
|
|
150
150
|
/** Text rotation: 1–90 = counter-clockwise °, 91–180 = (val−90)° clockwise, 255 = stacked */
|
|
151
151
|
textRotation?: number;
|
|
152
152
|
shrinkToFit?: boolean;
|
|
153
|
+
/** `<alignment readingOrder>` (ECMA-376 §18.8.1) — 0 = context (default),
|
|
154
|
+
* 1 = LTR, 2 = RTL. Drives canvas `direction`. */
|
|
155
|
+
readingOrder?: number;
|
|
153
156
|
}
|
|
154
157
|
|
|
155
158
|
declare interface CfIcon {
|
package/dist/types/xlsx.d.ts
CHANGED
|
@@ -104,6 +104,9 @@ export declare interface CellXf {
|
|
|
104
104
|
/** Text rotation: 1–90 = counter-clockwise °, 91–180 = (val−90)° clockwise, 255 = stacked */
|
|
105
105
|
textRotation?: number;
|
|
106
106
|
shrinkToFit?: boolean;
|
|
107
|
+
/** `<alignment readingOrder>` (ECMA-376 §18.8.1) — 0 = context (default),
|
|
108
|
+
* 1 = LTR, 2 = RTL. Drives canvas `direction`. */
|
|
109
|
+
readingOrder?: number;
|
|
107
110
|
}
|
|
108
111
|
|
|
109
112
|
declare interface CfIcon {
|