pptx-viewer-core 1.1.32 → 1.1.33

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.
@@ -2425,6 +2425,30 @@ type SmartArtColorScheme = 'colorful1' | 'colorful2' | 'colorful3' | 'monochroma
2425
2425
  * ```
2426
2426
  */
2427
2427
  type SmartArtStyle = 'flat' | 'moderate' | 'intense';
2428
+ /**
2429
+ * A single run of text inside a SmartArt node, capturing the run text and the
2430
+ * raw `a:rPr` run-properties object verbatim so per-run formatting (bold,
2431
+ * colour, size, etc.) survives a load -> edit -> save round-trip instead of
2432
+ * collapsing to a single unstyled run.
2433
+ *
2434
+ * @example
2435
+ * ```ts
2436
+ * const run: PptxSmartArtTextRun = {
2437
+ * text: "Bold",
2438
+ * rPr: { "@_b": "1", "@_lang": "en-US" },
2439
+ * };
2440
+ * // => satisfies PptxSmartArtTextRun
2441
+ * ```
2442
+ */
2443
+ interface PptxSmartArtTextRun {
2444
+ /** Run text content. */
2445
+ text: string;
2446
+ /**
2447
+ * Raw parsed `a:rPr` run-properties object, preserved verbatim for
2448
+ * round-trip. Untyped XML, hence the loose record shape.
2449
+ */
2450
+ rPr?: Record<string, unknown>;
2451
+ }
2428
2452
  /**
2429
2453
  * A single node in the SmartArt data model.
2430
2454
  *
@@ -2448,6 +2472,14 @@ interface PptxSmartArtNode {
2448
2472
  children?: PptxSmartArtNode[];
2449
2473
  /** Node type from `@_type` attribute (e.g. "doc", "node", "asst", "pres"). */
2450
2474
  nodeType?: string;
2475
+ /**
2476
+ * Per-run text + run-properties for the node's first paragraph, captured at
2477
+ * parse time. When the joined run text still equals {@link text} (the node
2478
+ * was not edited, or was edited only in ways that preserve the run split),
2479
+ * the save path rebuilds the paragraph from these runs so per-run rich text
2480
+ * is not flattened. When {@link text} diverges, the runs are ignored.
2481
+ */
2482
+ runs?: PptxSmartArtTextRun[];
2451
2483
  }
2452
2484
  /**
2453
2485
  * A connection between two SmartArt data-model nodes.
@@ -5682,4 +5714,4 @@ interface PptxEmbeddedFont {
5682
5714
  originalPartBytes?: Uint8Array;
5683
5715
  }
5684
5716
 
5685
- export { type ShapeStyle as $, type PptxSlideMaster as A, type PptxSlideLayout as B, type ConnectorPptxElement as C, type PptxTagCollection as D, type PptxPhotoAlbum as E, type PptxKinsoku as F, type PptxModifyVerifier as G, type PptxViewProperties as H, type InkPptxElement as I, type ParsedTableStyleMap as J, type PptxEmbeddedFont as K, type PptxExportOptions as L, type PptxThemeFormatScheme as M, type TextSegment as N, type PptxComment as O, type PptxElement as P, type PptxSlideBackgroundPattern as Q, type PptxSlideTransition as R, type ShapePptxElement as S, type TextPptxElement as T, type PptxElementAnimation as U, type PptxNativeAnimation as V, type PptxCustomerData as W, type XmlObject as X, type PptxActiveXControl as Y, type ZoomPptxElement as Z, type AnimationCondition as _, type PptxElementWithShapeStyle as a, type ImagePptxElement as a$, type TextStyle as a0, type ElementAction as a1, type PptxAction as a2, type OleObjectType as a3, type PptxSmartArtNode as a4, type SmartArtLayoutType as a5, type PptxSmartArtDrawingShape as a6, type PptxChartDataTable as a7, type PptxChartLineStyle as a8, type PptxChartErrBars as a9, type ChartPptxElement as aA, type OlePptxElement as aB, type GroupPptxElement as aC, type PlaceholderTextLevelStyle as aD, type PptxChartOfPieOptions as aE, type PptxChartView3D as aF, type PptxChartChrome as aG, type PptxChartSeries as aH, type SmartArtPptxElement as aI, type GeometryAdjustmentHandle as aJ, type CustomGeometryRawData as aK, type AdjustHandleXY as aL, type AdjustHandlePolar as aM, type ConnectionSite as aN, type CustomGeometryTextRect as aO, type CustomGeometryPath as aP, type BulletInfo as aQ, type PptxShapeLocks as aR, type PptxTextStyleLevels as aS, type PptxThemeFillStyle as aT, type PptxThemeLineStyle as aU, type PptxThemeEffectStyle as aV, type PptxSmartArtChrome as aW, type PptxSmartArtColorTransform as aX, type PptxSmartArtQuickStyle as aY, type PptxExternalData as aZ, type CustomGeometryPoint as a_, type PptxChartTrendline as aa, type PptxChartMarker as ab, type PptxChartDataLabel as ac, type PptxChartDataPoint as ad, type PptxChartShapeProps as ae, type PptxChart3DSurface as af, type PptxChartAxisFormatting as ag, type PptxEmbeddedWorkbookData as ah, type PptxDrawingGuide as ai, type PptxTableCellStyle as aj, type PptxCustomXmlPart as ak, type PptxCommentAuthor as al, type MediaPptxElement as am, type PptxTableData as an, type PptxTheme as ao, type PptxThemeOption as ap, type PlaceholderDefaults as aq, type PptxMasterTextStyles as ar, type PptxThemeObjectDefaults as as, type ParsedTableStyleFill as at, type ParsedTableBackground as au, type ParsedTableStyleText as av, type PptxImageEffects as aw, type MediaBookmark as ax, type PptxChartStyle as ay, type TablePptxElement as az, type PptxElementWithText as b, type PptxTextProperties as b$, type PptxChartDataLabelOptions as b0, type PptxChartMarkerSymbol as b1, type ActionButtonPreset as b2, type AnimationConditionEvent as b3, type BevelPresetType as b4, type ConnectorConnectionPoint as b5, type ContentPartInkStroke as b6, type ContentPartPptxElement as b7, type CustomGeometrySegment as b8, type EffectDagBlend as b9, type PptxChartErrBarType as bA, type PptxChartErrValType as bB, type PptxChartTrendlineType as bC, type PptxColorAnimation as bD, type PptxCommonSlideViewProperties as bE, type PptxCropShape as bF, type PptxCustomPathProperties as bG, type PptxElementBase as bH, type PptxElementType as bI, type PptxExportFormat as bJ, type PptxGraphicFrameExtension as bK, type PptxHeaderFooterFlags as bL, type PptxImageProperties as bM, type PptxMediaType as bN, type PptxNativeAnimationKind as bO, type PptxNormalViewProperties as bP, type PptxRestoredRegion as bQ, type PptxShapeProperties as bR, type PptxSmartArtConnection as bS, type PptxSplitDirection as bT, type PptxSplitOrientation as bU, type PptxStripDirection as bV, type PptxTableCell as bW, type PptxTableRow as bX, type PptxTag as bY, type PptxTextAnimationTarget as bZ, type PptxTextBuildType as b_, type EffectDagBlendMode as ba, type EffectDagContainer as bb, type EffectDagContainerType as bc, type EffectDagNode as bd, type EffectDagRawLeaf as be, type EffectDagRelOff as bf, type EffectDagXfrm as bg, type ElementActionType as bh, type MasterViewTab as bi, type MaterialPresetType as bj, type MediaCaptionTrack as bk, type MediaMetadata as bl, type Model3DPptxElement as bm, type ParsedTableStyleEntry as bn, type PicturePptxElement as bo, type Pptx3DScene as bp, type Pptx3DShape as bq, type PptxAfterAnimationAction as br, type PptxAnimationDirection as bs, type PptxAnimationIterate as bt, type PptxAnimationKeyframe as bu, type PptxAnimationRepeatMode as bv, type PptxAnimationSequence as bw, type PptxAnimationTimingCurve as bx, type PptxChartAxisNumFmt as by, type PptxChartErrBarDir as bz, type PptxImageLikeElement as c, type PptxTextWarpPreset as c0, type PptxThemeFontGroup as c1, type PptxTransitionDirection4 as c2, type PptxTransitionDirection8 as c3, type PptxViewOrigin as c4, type PptxViewScale as c5, type ShadowEffect as c6, type SmartArtColorScheme as c7, type SmartArtLayout as c8, type SmartArtStyle as c9, THEME_COLOR_SCHEME_KEYS as ca, TRANSITION_VALID_DIRECTIONS as cb, type Text3DStyle as cc, type UnderlineStyle as cd, type UnknownPptxElement as ce, type PptxThemeColorScheme as d, type PptxThemeFontScheme as e, type PptxAnimationPreset as f, type PptxAnimationTrigger as g, type StrokeDashType as h, type ConnectorArrowType as i, type PptxTransitionType as j, type PptxChartType as k, type PptxSlide as l, type PptxData as m, type PptxCompatibilityWarning as n, type PptxLayoutOption as o, type PptxChartData as p, type PptxSmartArtData as q, type PptxHeaderFooter as r, type PptxPresentationProperties as s, type PptxCustomShow as t, type PptxSection as u, type PptxCoreProperties as v, type PptxAppProperties as w, type PptxCustomProperty as x, type PptxNotesMaster as y, type PptxHandoutMaster as z };
5717
+ export { type ShapeStyle as $, type PptxSlideMaster as A, type PptxSlideLayout as B, type ConnectorPptxElement as C, type PptxTagCollection as D, type PptxPhotoAlbum as E, type PptxKinsoku as F, type PptxModifyVerifier as G, type PptxViewProperties as H, type InkPptxElement as I, type ParsedTableStyleMap as J, type PptxEmbeddedFont as K, type PptxExportOptions as L, type PptxThemeFormatScheme as M, type TextSegment as N, type PptxComment as O, type PptxElement as P, type PptxSlideBackgroundPattern as Q, type PptxSlideTransition as R, type ShapePptxElement as S, type TextPptxElement as T, type PptxElementAnimation as U, type PptxNativeAnimation as V, type PptxCustomerData as W, type XmlObject as X, type PptxActiveXControl as Y, type ZoomPptxElement as Z, type AnimationCondition as _, type PptxElementWithShapeStyle as a, type CustomGeometryPoint as a$, type TextStyle as a0, type ElementAction as a1, type PptxAction as a2, type OleObjectType as a3, type PptxSmartArtNode as a4, type SmartArtLayoutType as a5, type PptxSmartArtDrawingShape as a6, type PptxChartDataTable as a7, type PptxChartLineStyle as a8, type PptxChartErrBars as a9, type ChartPptxElement as aA, type OlePptxElement as aB, type GroupPptxElement as aC, type PlaceholderTextLevelStyle as aD, type PptxChartOfPieOptions as aE, type PptxChartView3D as aF, type PptxChartChrome as aG, type PptxChartSeries as aH, type SmartArtPptxElement as aI, type GeometryAdjustmentHandle as aJ, type CustomGeometryRawData as aK, type AdjustHandleXY as aL, type AdjustHandlePolar as aM, type ConnectionSite as aN, type CustomGeometryTextRect as aO, type CustomGeometryPath as aP, type BulletInfo as aQ, type PptxShapeLocks as aR, type PptxTextStyleLevels as aS, type PptxThemeFillStyle as aT, type PptxThemeLineStyle as aU, type PptxThemeEffectStyle as aV, type PptxSmartArtTextRun as aW, type PptxSmartArtChrome as aX, type PptxSmartArtColorTransform as aY, type PptxSmartArtQuickStyle as aZ, type PptxExternalData as a_, type PptxChartTrendline as aa, type PptxChartMarker as ab, type PptxChartDataLabel as ac, type PptxChartDataPoint as ad, type PptxChartShapeProps as ae, type PptxChart3DSurface as af, type PptxChartAxisFormatting as ag, type PptxEmbeddedWorkbookData as ah, type PptxDrawingGuide as ai, type PptxTableCellStyle as aj, type PptxCustomXmlPart as ak, type PptxCommentAuthor as al, type MediaPptxElement as am, type PptxTableData as an, type PptxTheme as ao, type PptxThemeOption as ap, type PlaceholderDefaults as aq, type PptxMasterTextStyles as ar, type PptxThemeObjectDefaults as as, type ParsedTableStyleFill as at, type ParsedTableBackground as au, type ParsedTableStyleText as av, type PptxImageEffects as aw, type MediaBookmark as ax, type PptxChartStyle as ay, type TablePptxElement as az, type PptxElementWithText as b, type PptxTextBuildType as b$, type ImagePptxElement as b0, type PptxChartDataLabelOptions as b1, type PptxChartMarkerSymbol as b2, type ActionButtonPreset as b3, type AnimationConditionEvent as b4, type BevelPresetType as b5, type ConnectorConnectionPoint as b6, type ContentPartInkStroke as b7, type ContentPartPptxElement as b8, type CustomGeometrySegment as b9, type PptxChartErrBarDir as bA, type PptxChartErrBarType as bB, type PptxChartErrValType as bC, type PptxChartTrendlineType as bD, type PptxColorAnimation as bE, type PptxCommonSlideViewProperties as bF, type PptxCropShape as bG, type PptxCustomPathProperties as bH, type PptxElementBase as bI, type PptxElementType as bJ, type PptxExportFormat as bK, type PptxGraphicFrameExtension as bL, type PptxHeaderFooterFlags as bM, type PptxImageProperties as bN, type PptxMediaType as bO, type PptxNativeAnimationKind as bP, type PptxNormalViewProperties as bQ, type PptxRestoredRegion as bR, type PptxShapeProperties as bS, type PptxSmartArtConnection as bT, type PptxSplitDirection as bU, type PptxSplitOrientation as bV, type PptxStripDirection as bW, type PptxTableCell as bX, type PptxTableRow as bY, type PptxTag as bZ, type PptxTextAnimationTarget as b_, type EffectDagBlend as ba, type EffectDagBlendMode as bb, type EffectDagContainer as bc, type EffectDagContainerType as bd, type EffectDagNode as be, type EffectDagRawLeaf as bf, type EffectDagRelOff as bg, type EffectDagXfrm as bh, type ElementActionType as bi, type MasterViewTab as bj, type MaterialPresetType as bk, type MediaCaptionTrack as bl, type MediaMetadata as bm, type Model3DPptxElement as bn, type ParsedTableStyleEntry as bo, type PicturePptxElement as bp, type Pptx3DScene as bq, type Pptx3DShape as br, type PptxAfterAnimationAction as bs, type PptxAnimationDirection as bt, type PptxAnimationIterate as bu, type PptxAnimationKeyframe as bv, type PptxAnimationRepeatMode as bw, type PptxAnimationSequence as bx, type PptxAnimationTimingCurve as by, type PptxChartAxisNumFmt as bz, type PptxImageLikeElement as c, type PptxTextProperties as c0, type PptxTextWarpPreset as c1, type PptxThemeFontGroup as c2, type PptxTransitionDirection4 as c3, type PptxTransitionDirection8 as c4, type PptxViewOrigin as c5, type PptxViewScale as c6, type ShadowEffect as c7, type SmartArtColorScheme as c8, type SmartArtLayout as c9, type SmartArtStyle as ca, THEME_COLOR_SCHEME_KEYS as cb, TRANSITION_VALID_DIRECTIONS as cc, type Text3DStyle as cd, type UnderlineStyle as ce, type UnknownPptxElement as cf, type PptxThemeColorScheme as d, type PptxThemeFontScheme as e, type PptxAnimationPreset as f, type PptxAnimationTrigger as g, type StrokeDashType as h, type ConnectorArrowType as i, type PptxTransitionType as j, type PptxChartType as k, type PptxSlide as l, type PptxData as m, type PptxCompatibilityWarning as n, type PptxLayoutOption as o, type PptxChartData as p, type PptxSmartArtData as q, type PptxHeaderFooter as r, type PptxPresentationProperties as s, type PptxCustomShow as t, type PptxSection as u, type PptxCoreProperties as v, type PptxAppProperties as w, type PptxCustomProperty as x, type PptxNotesMaster as y, type PptxHandoutMaster as z };
@@ -2425,6 +2425,30 @@ type SmartArtColorScheme = 'colorful1' | 'colorful2' | 'colorful3' | 'monochroma
2425
2425
  * ```
2426
2426
  */
2427
2427
  type SmartArtStyle = 'flat' | 'moderate' | 'intense';
2428
+ /**
2429
+ * A single run of text inside a SmartArt node, capturing the run text and the
2430
+ * raw `a:rPr` run-properties object verbatim so per-run formatting (bold,
2431
+ * colour, size, etc.) survives a load -> edit -> save round-trip instead of
2432
+ * collapsing to a single unstyled run.
2433
+ *
2434
+ * @example
2435
+ * ```ts
2436
+ * const run: PptxSmartArtTextRun = {
2437
+ * text: "Bold",
2438
+ * rPr: { "@_b": "1", "@_lang": "en-US" },
2439
+ * };
2440
+ * // => satisfies PptxSmartArtTextRun
2441
+ * ```
2442
+ */
2443
+ interface PptxSmartArtTextRun {
2444
+ /** Run text content. */
2445
+ text: string;
2446
+ /**
2447
+ * Raw parsed `a:rPr` run-properties object, preserved verbatim for
2448
+ * round-trip. Untyped XML, hence the loose record shape.
2449
+ */
2450
+ rPr?: Record<string, unknown>;
2451
+ }
2428
2452
  /**
2429
2453
  * A single node in the SmartArt data model.
2430
2454
  *
@@ -2448,6 +2472,14 @@ interface PptxSmartArtNode {
2448
2472
  children?: PptxSmartArtNode[];
2449
2473
  /** Node type from `@_type` attribute (e.g. "doc", "node", "asst", "pres"). */
2450
2474
  nodeType?: string;
2475
+ /**
2476
+ * Per-run text + run-properties for the node's first paragraph, captured at
2477
+ * parse time. When the joined run text still equals {@link text} (the node
2478
+ * was not edited, or was edited only in ways that preserve the run split),
2479
+ * the save path rebuilds the paragraph from these runs so per-run rich text
2480
+ * is not flattened. When {@link text} diverges, the runs are ignored.
2481
+ */
2482
+ runs?: PptxSmartArtTextRun[];
2451
2483
  }
2452
2484
  /**
2453
2485
  * A connection between two SmartArt data-model nodes.
@@ -5682,4 +5714,4 @@ interface PptxEmbeddedFont {
5682
5714
  originalPartBytes?: Uint8Array;
5683
5715
  }
5684
5716
 
5685
- export { type ShapeStyle as $, type PptxSlideMaster as A, type PptxSlideLayout as B, type ConnectorPptxElement as C, type PptxTagCollection as D, type PptxPhotoAlbum as E, type PptxKinsoku as F, type PptxModifyVerifier as G, type PptxViewProperties as H, type InkPptxElement as I, type ParsedTableStyleMap as J, type PptxEmbeddedFont as K, type PptxExportOptions as L, type PptxThemeFormatScheme as M, type TextSegment as N, type PptxComment as O, type PptxElement as P, type PptxSlideBackgroundPattern as Q, type PptxSlideTransition as R, type ShapePptxElement as S, type TextPptxElement as T, type PptxElementAnimation as U, type PptxNativeAnimation as V, type PptxCustomerData as W, type XmlObject as X, type PptxActiveXControl as Y, type ZoomPptxElement as Z, type AnimationCondition as _, type PptxElementWithShapeStyle as a, type ImagePptxElement as a$, type TextStyle as a0, type ElementAction as a1, type PptxAction as a2, type OleObjectType as a3, type PptxSmartArtNode as a4, type SmartArtLayoutType as a5, type PptxSmartArtDrawingShape as a6, type PptxChartDataTable as a7, type PptxChartLineStyle as a8, type PptxChartErrBars as a9, type ChartPptxElement as aA, type OlePptxElement as aB, type GroupPptxElement as aC, type PlaceholderTextLevelStyle as aD, type PptxChartOfPieOptions as aE, type PptxChartView3D as aF, type PptxChartChrome as aG, type PptxChartSeries as aH, type SmartArtPptxElement as aI, type GeometryAdjustmentHandle as aJ, type CustomGeometryRawData as aK, type AdjustHandleXY as aL, type AdjustHandlePolar as aM, type ConnectionSite as aN, type CustomGeometryTextRect as aO, type CustomGeometryPath as aP, type BulletInfo as aQ, type PptxShapeLocks as aR, type PptxTextStyleLevels as aS, type PptxThemeFillStyle as aT, type PptxThemeLineStyle as aU, type PptxThemeEffectStyle as aV, type PptxSmartArtChrome as aW, type PptxSmartArtColorTransform as aX, type PptxSmartArtQuickStyle as aY, type PptxExternalData as aZ, type CustomGeometryPoint as a_, type PptxChartTrendline as aa, type PptxChartMarker as ab, type PptxChartDataLabel as ac, type PptxChartDataPoint as ad, type PptxChartShapeProps as ae, type PptxChart3DSurface as af, type PptxChartAxisFormatting as ag, type PptxEmbeddedWorkbookData as ah, type PptxDrawingGuide as ai, type PptxTableCellStyle as aj, type PptxCustomXmlPart as ak, type PptxCommentAuthor as al, type MediaPptxElement as am, type PptxTableData as an, type PptxTheme as ao, type PptxThemeOption as ap, type PlaceholderDefaults as aq, type PptxMasterTextStyles as ar, type PptxThemeObjectDefaults as as, type ParsedTableStyleFill as at, type ParsedTableBackground as au, type ParsedTableStyleText as av, type PptxImageEffects as aw, type MediaBookmark as ax, type PptxChartStyle as ay, type TablePptxElement as az, type PptxElementWithText as b, type PptxTextProperties as b$, type PptxChartDataLabelOptions as b0, type PptxChartMarkerSymbol as b1, type ActionButtonPreset as b2, type AnimationConditionEvent as b3, type BevelPresetType as b4, type ConnectorConnectionPoint as b5, type ContentPartInkStroke as b6, type ContentPartPptxElement as b7, type CustomGeometrySegment as b8, type EffectDagBlend as b9, type PptxChartErrBarType as bA, type PptxChartErrValType as bB, type PptxChartTrendlineType as bC, type PptxColorAnimation as bD, type PptxCommonSlideViewProperties as bE, type PptxCropShape as bF, type PptxCustomPathProperties as bG, type PptxElementBase as bH, type PptxElementType as bI, type PptxExportFormat as bJ, type PptxGraphicFrameExtension as bK, type PptxHeaderFooterFlags as bL, type PptxImageProperties as bM, type PptxMediaType as bN, type PptxNativeAnimationKind as bO, type PptxNormalViewProperties as bP, type PptxRestoredRegion as bQ, type PptxShapeProperties as bR, type PptxSmartArtConnection as bS, type PptxSplitDirection as bT, type PptxSplitOrientation as bU, type PptxStripDirection as bV, type PptxTableCell as bW, type PptxTableRow as bX, type PptxTag as bY, type PptxTextAnimationTarget as bZ, type PptxTextBuildType as b_, type EffectDagBlendMode as ba, type EffectDagContainer as bb, type EffectDagContainerType as bc, type EffectDagNode as bd, type EffectDagRawLeaf as be, type EffectDagRelOff as bf, type EffectDagXfrm as bg, type ElementActionType as bh, type MasterViewTab as bi, type MaterialPresetType as bj, type MediaCaptionTrack as bk, type MediaMetadata as bl, type Model3DPptxElement as bm, type ParsedTableStyleEntry as bn, type PicturePptxElement as bo, type Pptx3DScene as bp, type Pptx3DShape as bq, type PptxAfterAnimationAction as br, type PptxAnimationDirection as bs, type PptxAnimationIterate as bt, type PptxAnimationKeyframe as bu, type PptxAnimationRepeatMode as bv, type PptxAnimationSequence as bw, type PptxAnimationTimingCurve as bx, type PptxChartAxisNumFmt as by, type PptxChartErrBarDir as bz, type PptxImageLikeElement as c, type PptxTextWarpPreset as c0, type PptxThemeFontGroup as c1, type PptxTransitionDirection4 as c2, type PptxTransitionDirection8 as c3, type PptxViewOrigin as c4, type PptxViewScale as c5, type ShadowEffect as c6, type SmartArtColorScheme as c7, type SmartArtLayout as c8, type SmartArtStyle as c9, THEME_COLOR_SCHEME_KEYS as ca, TRANSITION_VALID_DIRECTIONS as cb, type Text3DStyle as cc, type UnderlineStyle as cd, type UnknownPptxElement as ce, type PptxThemeColorScheme as d, type PptxThemeFontScheme as e, type PptxAnimationPreset as f, type PptxAnimationTrigger as g, type StrokeDashType as h, type ConnectorArrowType as i, type PptxTransitionType as j, type PptxChartType as k, type PptxSlide as l, type PptxData as m, type PptxCompatibilityWarning as n, type PptxLayoutOption as o, type PptxChartData as p, type PptxSmartArtData as q, type PptxHeaderFooter as r, type PptxPresentationProperties as s, type PptxCustomShow as t, type PptxSection as u, type PptxCoreProperties as v, type PptxAppProperties as w, type PptxCustomProperty as x, type PptxNotesMaster as y, type PptxHandoutMaster as z };
5717
+ export { type ShapeStyle as $, type PptxSlideMaster as A, type PptxSlideLayout as B, type ConnectorPptxElement as C, type PptxTagCollection as D, type PptxPhotoAlbum as E, type PptxKinsoku as F, type PptxModifyVerifier as G, type PptxViewProperties as H, type InkPptxElement as I, type ParsedTableStyleMap as J, type PptxEmbeddedFont as K, type PptxExportOptions as L, type PptxThemeFormatScheme as M, type TextSegment as N, type PptxComment as O, type PptxElement as P, type PptxSlideBackgroundPattern as Q, type PptxSlideTransition as R, type ShapePptxElement as S, type TextPptxElement as T, type PptxElementAnimation as U, type PptxNativeAnimation as V, type PptxCustomerData as W, type XmlObject as X, type PptxActiveXControl as Y, type ZoomPptxElement as Z, type AnimationCondition as _, type PptxElementWithShapeStyle as a, type CustomGeometryPoint as a$, type TextStyle as a0, type ElementAction as a1, type PptxAction as a2, type OleObjectType as a3, type PptxSmartArtNode as a4, type SmartArtLayoutType as a5, type PptxSmartArtDrawingShape as a6, type PptxChartDataTable as a7, type PptxChartLineStyle as a8, type PptxChartErrBars as a9, type ChartPptxElement as aA, type OlePptxElement as aB, type GroupPptxElement as aC, type PlaceholderTextLevelStyle as aD, type PptxChartOfPieOptions as aE, type PptxChartView3D as aF, type PptxChartChrome as aG, type PptxChartSeries as aH, type SmartArtPptxElement as aI, type GeometryAdjustmentHandle as aJ, type CustomGeometryRawData as aK, type AdjustHandleXY as aL, type AdjustHandlePolar as aM, type ConnectionSite as aN, type CustomGeometryTextRect as aO, type CustomGeometryPath as aP, type BulletInfo as aQ, type PptxShapeLocks as aR, type PptxTextStyleLevels as aS, type PptxThemeFillStyle as aT, type PptxThemeLineStyle as aU, type PptxThemeEffectStyle as aV, type PptxSmartArtTextRun as aW, type PptxSmartArtChrome as aX, type PptxSmartArtColorTransform as aY, type PptxSmartArtQuickStyle as aZ, type PptxExternalData as a_, type PptxChartTrendline as aa, type PptxChartMarker as ab, type PptxChartDataLabel as ac, type PptxChartDataPoint as ad, type PptxChartShapeProps as ae, type PptxChart3DSurface as af, type PptxChartAxisFormatting as ag, type PptxEmbeddedWorkbookData as ah, type PptxDrawingGuide as ai, type PptxTableCellStyle as aj, type PptxCustomXmlPart as ak, type PptxCommentAuthor as al, type MediaPptxElement as am, type PptxTableData as an, type PptxTheme as ao, type PptxThemeOption as ap, type PlaceholderDefaults as aq, type PptxMasterTextStyles as ar, type PptxThemeObjectDefaults as as, type ParsedTableStyleFill as at, type ParsedTableBackground as au, type ParsedTableStyleText as av, type PptxImageEffects as aw, type MediaBookmark as ax, type PptxChartStyle as ay, type TablePptxElement as az, type PptxElementWithText as b, type PptxTextBuildType as b$, type ImagePptxElement as b0, type PptxChartDataLabelOptions as b1, type PptxChartMarkerSymbol as b2, type ActionButtonPreset as b3, type AnimationConditionEvent as b4, type BevelPresetType as b5, type ConnectorConnectionPoint as b6, type ContentPartInkStroke as b7, type ContentPartPptxElement as b8, type CustomGeometrySegment as b9, type PptxChartErrBarDir as bA, type PptxChartErrBarType as bB, type PptxChartErrValType as bC, type PptxChartTrendlineType as bD, type PptxColorAnimation as bE, type PptxCommonSlideViewProperties as bF, type PptxCropShape as bG, type PptxCustomPathProperties as bH, type PptxElementBase as bI, type PptxElementType as bJ, type PptxExportFormat as bK, type PptxGraphicFrameExtension as bL, type PptxHeaderFooterFlags as bM, type PptxImageProperties as bN, type PptxMediaType as bO, type PptxNativeAnimationKind as bP, type PptxNormalViewProperties as bQ, type PptxRestoredRegion as bR, type PptxShapeProperties as bS, type PptxSmartArtConnection as bT, type PptxSplitDirection as bU, type PptxSplitOrientation as bV, type PptxStripDirection as bW, type PptxTableCell as bX, type PptxTableRow as bY, type PptxTag as bZ, type PptxTextAnimationTarget as b_, type EffectDagBlend as ba, type EffectDagBlendMode as bb, type EffectDagContainer as bc, type EffectDagContainerType as bd, type EffectDagNode as be, type EffectDagRawLeaf as bf, type EffectDagRelOff as bg, type EffectDagXfrm as bh, type ElementActionType as bi, type MasterViewTab as bj, type MaterialPresetType as bk, type MediaCaptionTrack as bl, type MediaMetadata as bm, type Model3DPptxElement as bn, type ParsedTableStyleEntry as bo, type PicturePptxElement as bp, type Pptx3DScene as bq, type Pptx3DShape as br, type PptxAfterAnimationAction as bs, type PptxAnimationDirection as bt, type PptxAnimationIterate as bu, type PptxAnimationKeyframe as bv, type PptxAnimationRepeatMode as bw, type PptxAnimationSequence as bx, type PptxAnimationTimingCurve as by, type PptxChartAxisNumFmt as bz, type PptxImageLikeElement as c, type PptxTextProperties as c0, type PptxTextWarpPreset as c1, type PptxThemeFontGroup as c2, type PptxTransitionDirection4 as c3, type PptxTransitionDirection8 as c4, type PptxViewOrigin as c5, type PptxViewScale as c6, type ShadowEffect as c7, type SmartArtColorScheme as c8, type SmartArtLayout as c9, type SmartArtStyle as ca, THEME_COLOR_SCHEME_KEYS as cb, TRANSITION_VALID_DIRECTIONS as cc, type Text3DStyle as cd, type UnderlineStyle as ce, type UnknownPptxElement as cf, type PptxThemeColorScheme as d, type PptxThemeFontScheme as e, type PptxAnimationPreset as f, type PptxAnimationTrigger as g, type StrokeDashType as h, type ConnectorArrowType as i, type PptxTransitionType as j, type PptxChartType as k, type PptxSlide as l, type PptxData as m, type PptxCompatibilityWarning as n, type PptxLayoutOption as o, type PptxChartData as p, type PptxSmartArtData as q, type PptxHeaderFooter as r, type PptxPresentationProperties as s, type PptxCustomShow as t, type PptxSection as u, type PptxCoreProperties as v, type PptxAppProperties as w, type PptxCustomProperty as x, type PptxNotesMaster as y, type PptxHandoutMaster as z };
@@ -1,4 +1,4 @@
1
- import { m as PptxData, l as PptxSlide } from './presentation-BWchOWpy.js';
1
+ import { m as PptxData, l as PptxSlide } from './presentation-DnczfOWz.js';
2
2
 
3
3
  /**
4
4
  * Presentation merge operations for the headless PPTX SDK.
@@ -1,4 +1,4 @@
1
- import { m as PptxData, l as PptxSlide } from './presentation-BWchOWpy.mjs';
1
+ import { m as PptxData, l as PptxSlide } from './presentation-DnczfOWz.mjs';
2
2
 
3
3
  /**
4
4
  * Presentation merge operations for the headless PPTX SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-viewer-core",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "PowerPoint PPTX engine: parse, edit, serialize, and convert .pptx files. Framework-agnostic TypeScript SDK.",
5
5
  "keywords": [
6
6
  "converter",