@silurus/ooxml 0.19.0 → 0.20.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/pptx.cjs CHANGED
@@ -1 +1 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./autoResize-ggn4hzd8.cjs`),t=require(`./pptx-DzBUxMg2.cjs`);exports.PptxPresentation=t.r,exports.PptxViewer=t.n,exports.autoResize=e.t,exports.renderSlide=t.i;
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
@@ -1,3 +1,3 @@
1
1
  import { t as e } from "./autoResize-U2-IRmNE.js";
2
- import { i as t, n, r } from "./pptx-BAkQtJJG.js";
2
+ import { i as t, n, r } from "./pptx-nyHInjlO.js";
3
3
  export { r as PptxPresentation, n as PptxViewer, e as autoResize, t as renderSlide };
@@ -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 {
@@ -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 {