pptx-angular-viewer 3.8.0 → 3.9.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.
@@ -1,5 +1,5 @@
1
1
  import * as pptx_viewer_core from 'pptx-viewer-core';
2
- import { PptxThemePreset, PptxSlide, PptxElement, ShapeStyle, PptxTextWarpPreset, XmlObject, PptxChartSeries, PptxChartLegendTextStyle, PptxChartData, PptxChartDataLabelPosition, PptxChartType, PptxElementAnimation, PptxAnimationPreset, PptxAnimationSequence, PptxAnimationTrigger, PptxAnimationTimingCurve, PptxAnimationRepeatMode, PptxAnimationDirection, PptxAfterAnimationAction, ParsedTableStyleMap, PptxThemeColorScheme, PptxThemeFontScheme, TablePptxElement, PptxSection, OlePptxElement, TextSegment, TextStyle, PptxTransitionType, PptxSlideTransition, SmartArtLayoutType, SmartArtColorScheme, PptxSmartArtChrome, PptxSmartArtDrawingShape, SmartArtStyle, PptxSmartArtData, PptxThemeColorRef, PlaceholderDefaults, PptxEmbeddedFont, SmartArtLayout, AccessibilityIssueSeverity, AccessibilityIssue, AccessibilityIssueType, AccessibilityCheckOptions, ElementActionType, InkPptxElement, PptxComment, PptxChartBarDirection, MasterViewTab, MediaPptxElement, PptxTheme, PptxHandler, PptxData, PptxModernCommentAuthor, PptxCommentMention, PptxHeaderFooter, PptxCustomShow, PptxSlideMaster, PptxNotesMaster, PptxHandoutMaster, PptxPresentationProperties, PptxViewProperties, PptxCoreProperties, PptxAppProperties, PptxThemeOption, PptxCustomProperty, PptxTagCollection, ParsedSignature, PptxSaveFormat, PptxTableCell, PptxTableCellStyle, PptxTableRow, PptxTableData, SvgExportOptions, PptxGridSpacing, RenderedNode, RenderedCircleNode, RenderedPolygonNode, RenderedRectNode, SmartArtLayoutResult, Model3DPptxElement, ZoomPptxElement, ChartPptxElement, SmartArtPptxElement, PptxAnimationTimelineAnchor, MaterialPresetType, Text3DStyle, BevelPresetType, PptxBar3DShape, PptxChartDataLabelOptions, PptxChartAxisType, PptxChartAxisFormatting, PptxChartMarker, PptxChartDataPoint, PptxChartTrendline, PptxChartErrBars, PptxTextStyleLevels, SignatureStatus, ElementAction, PptxImageEffects, MediaBookmark, ColorMapAliasKey, ChartAxisEdit, ChartDataPointLabelEdit, PptxChartLegendPosition, PptxChartStyle, ChartAxisTitleStyleEdit, PptxChartMarkerSymbol, ChartGridlineStyleEdit, PptxSmartArtNode, PptxSmartArtNodeStyle, PptxLayoutPreview, MediaCaptionTrack, PptxMediaType } from 'pptx-viewer-core';
2
+ import { PptxThemePreset, PptxSlide, PptxElement, ShapeStyle, PptxTextWarpPreset, XmlObject, PptxChartSeries, PptxChartLegendTextStyle, PptxChartData, PptxChartDataLabelPosition, PptxChartType, PptxElementAnimation, PptxAnimationPreset, PptxAnimationSequence, PptxAnimationTrigger, PptxAnimationTimingCurve, PptxAnimationRepeatMode, PptxAnimationDirection, PptxAfterAnimationAction, ParsedTableStyleMap, PptxThemeColorScheme, PptxThemeFontScheme, TablePptxElement, PptxSection, OlePptxElement, TextSegment, TextStyle, PptxTransitionType, PptxSlideTransition, SmartArtLayoutType, SmartArtColorScheme, PptxSmartArtChrome, PptxSmartArtDrawingShape, SmartArtStyle, PptxSmartArtData, PptxThemeColorRef, PlaceholderDefaults, PptxEmbeddedFont, SmartArtLayout, AccessibilityIssueSeverity, AccessibilityIssue, AccessibilityIssueType, AccessibilityCheckOptions, ElementActionType, InkPptxElement, PptxComment, PptxChartBarDirection, MasterViewTab, MediaPptxElement, PptxTheme, PptxHandler, PptxData, PptxHandlerSaveOptions, PptxModernCommentAuthor, PptxCommentMention, PptxHeaderFooter, PptxCustomShow, PptxSlideMaster, PptxNotesMaster, PptxHandoutMaster, PptxPresentationProperties, PptxViewProperties, PptxCoreProperties, PptxAppProperties, PptxThemeOption, PptxCustomProperty, PptxTagCollection, ParsedSignature, PptxSaveFormat, PptxTableCell, PptxTableCellStyle, PptxTableRow, PptxTableData, SvgExportOptions, PptxGridSpacing, RenderedNode, RenderedCircleNode, RenderedPolygonNode, RenderedRectNode, SmartArtLayoutResult, Model3DPptxElement, ZoomPptxElement, ChartPptxElement, SmartArtPptxElement, PptxAnimationTimelineAnchor, MaterialPresetType, Text3DStyle, BevelPresetType, PptxBar3DShape, PptxChartDataLabelOptions, PptxChartAxisType, PptxChartAxisFormatting, PptxChartMarker, PptxChartDataPoint, PptxChartTrendline, PptxChartErrBars, PptxTextStyleLevels, SignatureStatus, ElementAction, PptxImageEffects, MediaBookmark, ColorMapAliasKey, ChartAxisEdit, ChartDataPointLabelEdit, PptxChartLegendPosition, PptxChartStyle, ChartAxisTitleStyleEdit, PptxChartMarkerSymbol, ChartGridlineStyleEdit, PptxSmartArtNode, PptxSmartArtNodeStyle, PptxLayoutPreview, MediaCaptionTrack, PptxMediaType } from 'pptx-viewer-core';
3
3
  export { GroupResult, SWITCHABLE_LAYOUT_TYPES, UngroupResult, addSmartArtNode, addSmartArtNodeAsChild, chartDataChangeType, chartDataUpdatePoint, demoteSmartArtNode, formatAutoNumberMarker as formatAutoNumber, groupElements, promoteSmartArtNode, removeSmartArtNode, reorderSmartArtNode, switchSmartArtLayout, ungroupElements, updateSmartArtNodeText } from 'pptx-viewer-core';
4
4
  import * as _angular_core from '@angular/core';
5
5
  import { Signal, WritableSignal, OnDestroy, OnInit, AfterViewInit, OnChanges, SimpleChanges, InjectionToken, Provider } from '@angular/core';
@@ -1166,6 +1166,45 @@ interface ChartSvgPatternDef {
1166
1166
  }
1167
1167
  type ChartSvgDef = ChartSvgPatternDef;
1168
1168
 
1169
+ /**
1170
+ * Chart title rich text: per-run render spans and the flat-text-edit
1171
+ * collapse rule.
1172
+ *
1173
+ * `PptxChartData.titleRuns` (core) carries the title's per-run bold/italic/
1174
+ * size/colour, parsed from `c:title/c:tx/c:rich`; until this module, no
1175
+ * binding read it, so a title with several differently-styled runs rendered
1176
+ * (and re-saved) as one flat string in a single style. `resolveChartTitleRunSpans`
1177
+ * gives every binding a framework-neutral list of `<tspan>` descriptors to
1178
+ * draw instead of the single flat `vm.title` text node.
1179
+ * `collapseChartTitleRunsForEdit` is the companion write-side rule: when an
1180
+ * inspector's flat title-text field is edited, a MULTI-run body collapses to
1181
+ * ONE run in the title's dominant style (the run covering most of the
1182
+ * text), rather than leaving other runs' stale text behind - see
1183
+ * `chart-title-serializer.ts`'s `runsStale` doc for why an edited `title`
1184
+ * and an untouched `titleRuns` must not silently disagree. A single-run
1185
+ * title is left to the flat `title` patch alone: core's serializer already
1186
+ * patches that one run's text in place, preserving whatever formatting this
1187
+ * narrow typed model does not carry (e.g. a `schemeClr` reference).
1188
+ *
1189
+ * @module chart-title-runs
1190
+ */
1191
+
1192
+ /** One resolved `<tspan>` for a chart title run. */
1193
+ interface ChartTitleRunSpan {
1194
+ /** This run's text (`a:t`). */
1195
+ text: string;
1196
+ /** `font-size`, in slide-px. */
1197
+ fontSize: number;
1198
+ /** `font-weight`. */
1199
+ fontWeight: number;
1200
+ /** `font-style`, only when the run is italic. */
1201
+ fontStyle?: 'italic';
1202
+ /** `fill`. */
1203
+ fill: string;
1204
+ /** `font-family`, only when the title names a typeface. */
1205
+ fontFamily?: string;
1206
+ }
1207
+
1169
1208
  /**
1170
1209
  * chart-view-model-scale.ts: palette, value-range and axis-value helpers of
1171
1210
  * the chart engine. Split out of `chart-view-model.ts`, which re-exports
@@ -1455,6 +1494,14 @@ interface ChartViewModel {
1455
1494
  * style part, then the viewer defaults). See `chart-title-style.ts`.
1456
1495
  */
1457
1496
  titleStyle?: ChartTitleTextStyle;
1497
+ /**
1498
+ * Per-run `<tspan>` descriptors for a title with typed rich text
1499
+ * (`c:title/c:tx/c:rich`, `PptxChartData.titleRuns`). Present only when the
1500
+ * title carries typed runs; a projector should draw these INSTEAD of a
1501
+ * single flat `vm.title` text node when set, and fall back to `title` /
1502
+ * `titleStyle` otherwise. See `chart-title-runs.ts`.
1503
+ */
1504
+ titleRunSpans?: ChartTitleRunSpan[];
1458
1505
  /**
1459
1506
  * SVG `fill` for the plot-area rect, resolved from `c:plotArea/c:spPr`.
1460
1507
  * `undefined` means paint nothing and let the chart area show through.
@@ -2421,6 +2468,63 @@ declare function revealedElementStyles(groups: readonly AnimationClickGroup[], s
2421
2468
  */
2422
2469
  declare function pendingElementStyles(groups: readonly AnimationClickGroup[], step: number): Map<string, CSSProperties>;
2423
2470
 
2471
+ /**
2472
+ * `animation-text-style-resolve` - resolves the discrete font-style / colour /
2473
+ * size override PowerPoint's font-style emphasis effects apply to their
2474
+ * target's text: Bold Flash, Bold Reveal, Underline, Brush On Underline,
2475
+ * Font Style / Change Font Style, Change Font Size, and the font-style `p:set`
2476
+ * siblings composed alongside Wave / Grow With Color / Teeter.
2477
+ *
2478
+ * PowerPoint authors these two ways, both already parsed by core:
2479
+ * - A `p:set` discrete (non-interpolated) assignment
2480
+ * ({@link PptxNativeAnimation.setAnimations}, ECMA-376 S19.5.79
2481
+ * CT_TLSetBehavior): the value snaps on once and holds until the effect's
2482
+ * `p:cTn/@fill` says otherwise (Bold Reveal, Underline / Brush On
2483
+ * Underline).
2484
+ * - A generic `p:anim` ramp ({@link PptxNativeAnimation.attributeAnimations},
2485
+ * ECMA-376 S19.5.2 CT_TLAnimateBehavior) whose `p:tavLst` stops are not
2486
+ * numerically interpolatable for a boolean attribute (Bold Flash): only the
2487
+ * LAST stop's value is meaningful, the same "snap at the end" reading
2488
+ * PowerPoint itself gives a discrete `calcMode` ramp.
2489
+ *
2490
+ * Ground truth (COM `AddEffect` + raw OOXML inspection, see
2491
+ * `animation-emphasis-ground-truth-early.ts`): `style.fontWeight` (bold),
2492
+ * `style.fontStyle` (italic), `style.textDecorationUnderline` (underline),
2493
+ * `style.fontSize` (a numeric ramp: this module reads its FIRST/LAST stop
2494
+ * ratio as {@link TextStyleAnimationDescriptor.fontScale}, a relative
2495
+ * multiplier rather than an absolute size, since a shape's runs may not all
2496
+ * share the authored effect's own reference size), and `style.color` (font
2497
+ * colour, distinct from `fillcolor`/`stroke.color`, which the existing
2498
+ * `p:animClr` colour-animation path already owns).
2499
+ *
2500
+ * Deliberately does NOT model a "during" vs "after" phase distinction: the
2501
+ * hold-vs-revert decision this effect's `p:cTn/@fill` makes is already
2502
+ * computed once, correctly, by `animation-fill-repeat.ts`'s
2503
+ * `shouldHoldEndState` (the exact same rule CSS-animation steps already use
2504
+ * to decide whether their final frame persists on cleanup) and surfaced on
2505
+ * {@link import('./animation-timeline-types').TimelineStep.holdEndState}.
2506
+ * `animation-text-style-state.ts` reuses that flag rather than recomputing
2507
+ * hold/revert semantics a second time here.
2508
+ *
2509
+ * @module render/animation-text-style-resolve
2510
+ */
2511
+
2512
+ /**
2513
+ * Framework-neutral text-style override a font-style emphasis effect applies
2514
+ * on top of its target's own authored per-run bold/italic/underline/size/
2515
+ * colour. Every binding maps this onto its own text container so it OVERRIDES
2516
+ * the runs' inline styles (the runs carry explicit inline styles of their
2517
+ * own, so plain CSS inheritance cannot reach them).
2518
+ */
2519
+ interface TextStyleAnimationDescriptor {
2520
+ bold?: boolean;
2521
+ italic?: boolean;
2522
+ underline?: boolean;
2523
+ /** Relative multiplier against each run's own authored font size. */
2524
+ fontScale?: number;
2525
+ color?: string;
2526
+ }
2527
+
2424
2528
  /**
2425
2529
  * `animation-timeline-types` — pure interfaces for the native-animation
2426
2530
  * (OOXML `p:timing` tree) playback engine shared by every binding.
@@ -2573,6 +2677,18 @@ interface ElementAnimationState {
2573
2677
  * `stroke: inherit`. Absent/false means no active stroke-colour animation.
2574
2678
  */
2575
2679
  animatesStroke?: boolean;
2680
+ /**
2681
+ * Active discrete font-style / colour / size override (see
2682
+ * {@link TimelineStep.textStyle}) a font-style emphasis effect currently
2683
+ * applies to this element's text, OVERRIDING the runs' own inline
2684
+ * bold/italic/underline/size/colour. `animation-playback-engine.ts` writes
2685
+ * this on step start and again on cleanup (held in full when the effect's
2686
+ * `p:cTn/@fill` holds its end state, otherwise reverted); a text renderer
2687
+ * maps it onto its run markup via `buildTextStyleOverrideCss`
2688
+ * (`animation-text-style-css.ts`). Absent means no font-style emphasis
2689
+ * effect is currently active on this element.
2690
+ */
2691
+ textStyle?: TextStyleAnimationDescriptor;
2576
2692
  }
2577
2693
 
2578
2694
  /**
@@ -6422,6 +6538,41 @@ interface FlatTagRow {
6422
6538
  tagIdx: number;
6423
6539
  }
6424
6540
 
6541
+ /**
6542
+ * Which element kinds model an accessibility description (`altText`) and
6543
+ * title (`title`) on `p:cNvPr` (`@descr` / `@title`, `PptxNonVisualDescription`
6544
+ * in core), and a pure descriptor every binding's inspector can use to decide
6545
+ * whether to show the alt-text / title editing fields for the selected
6546
+ * element.
6547
+ *
6548
+ * Before this module existed, a picture's own alt-text field was the only
6549
+ * one any binding's inspector rendered; a plain shape, text box or connector
6550
+ * had nowhere to author the same PowerPoint Accessibility-pane text even
6551
+ * after core started parsing it. Centralising the "which element kinds get
6552
+ * which field" decision here means a new kind reaches every binding's
6553
+ * inspector by editing one set, not five.
6554
+ *
6555
+ * @module render/element-non-visual-description
6556
+ */
6557
+
6558
+ /**
6559
+ * A pure descriptor of the accessibility editing fields a binding's
6560
+ * inspector should show for `element`, and the current values to bind them
6561
+ * to (empty string when unset, never `undefined`, so a binding can wire it
6562
+ * straight to a controlled text input). Mapping this onto a framework's own
6563
+ * form control is the only per-binding work.
6564
+ */
6565
+ interface NonVisualDescriptionFields {
6566
+ /** Show an alt-text (description) editor for this element. */
6567
+ showAltText: boolean;
6568
+ /** Show a title editor for this element. */
6569
+ showTitle: boolean;
6570
+ /** Current alt-text value, or `''` when unset or not applicable. */
6571
+ altText: string;
6572
+ /** Current title value, or `''` when unset or not applicable. */
6573
+ title: string;
6574
+ }
6575
+
6425
6576
  /**
6426
6577
  * Pure, framework-agnostic helpers for freehand ink drawing, shared by every
6427
6578
  * binding. No framework imports, so these can be unit-tested without TestBed.
@@ -9286,6 +9437,13 @@ interface ConnectOptions {
9286
9437
  * edits would be dropped from the persisted deck.
9287
9438
  */
9288
9439
  getTemplateElements?: () => TemplateElementsBySlideId;
9440
+ /**
9441
+ * Session-level save options (view properties, table styles, tags, deck
9442
+ * properties, ...), built the same way as the Save/Export path
9443
+ * (`buildDeckSaveOptions`). Without this the elected-writer write-back
9444
+ * dropped every session-level edit outside `slides`.
9445
+ */
9446
+ getSaveOptions?: () => PptxHandlerSaveOptions;
9289
9447
  }
9290
9448
 
9291
9449
  declare class CollaborationService {
@@ -9318,6 +9476,7 @@ declare class CollaborationService {
9318
9476
  private canvasHeight;
9319
9477
  private getSourceBytes;
9320
9478
  private getTemplateElements;
9479
+ private getSaveOptions;
9321
9480
  private currentConfig;
9322
9481
  private lastConfig;
9323
9482
  private lastOptions;
@@ -9821,6 +9980,14 @@ declare class LoadContentService {
9821
9980
  readonly themeColorMap: _angular_core.WritableSignal<Record<string, string> | undefined>;
9822
9981
  /** Parsed table-style definitions from `ppt/tableStyles.xml` (banding/diagonals). */
9823
9982
  readonly tableStyleMap: _angular_core.WritableSignal<ParsedTableStyleMap | undefined>;
9983
+ /** `ppt/tableStyles.xml`'s `<a:tblStyleLst @def>` default style GUID. */
9984
+ readonly tableStylesDefaultId: _angular_core.WritableSignal<string | undefined>;
9985
+ /**
9986
+ * Style GUIDs deleted from `tableStyleMap` via the table style editor,
9987
+ * pending removal from `ppt/tableStyles.xml` on the next save. See
9988
+ * `tableStyleSaveOptions` / `applyTableStyleDelete` in `pptx-viewer-shared`.
9989
+ */
9990
+ readonly tableStylesToDelete: _angular_core.WritableSignal<string[]>;
9824
9991
  /** Slide masters (for placeholder/background resolution). */
9825
9992
  readonly slideMasters: _angular_core.WritableSignal<PptxSlideMaster[]>;
9826
9993
  /** Notes master, including its editable element tree. */
@@ -10844,6 +11011,13 @@ interface CollaborationSessionHost {
10844
11011
  };
10845
11012
  /** The loaded source `.pptx` bytes for elected-writer write-back, if any. */
10846
11013
  readonly getSourceBytes: () => Uint8Array | null;
11014
+ /**
11015
+ * Session-level save options (view properties, table styles, tags, deck
11016
+ * properties, ...), built the same way as the Save/Export path. Without
11017
+ * this the elected-writer write-back dropped every session-level edit
11018
+ * outside `slides`.
11019
+ */
11020
+ readonly getSaveOptions: () => PptxHandlerSaveOptions;
10847
11021
  /** The current editable deck (seeds the sync baseline after connecting). */
10848
11022
  readonly currentSlides: () => readonly PptxSlide[];
10849
11023
  readonly emitStart: (config: CollaborationConfig) => void;
@@ -13252,6 +13426,18 @@ interface BridgeDeps {
13252
13426
  getCoreProperties(): PptxCoreProperties | undefined;
13253
13427
  /** Extended application properties (`docProps/app.xml`), loader-tracked. */
13254
13428
  getAppProperties(): PptxAppProperties | undefined;
13429
+ /**
13430
+ * `ppt/viewProps.xml` (grid/snap/guides toggles), loader-tracked. Included
13431
+ * so the deck tools' `getDeckData`/`applyDeckData` seam sees the same
13432
+ * fields the main Save/Export path persists (`loader.saveSlides`).
13433
+ */
13434
+ getViewProperties(): PptxViewProperties | undefined;
13435
+ /** Parsed `ppt/tableStyles.xml` map, loader-tracked. */
13436
+ getTableStyleMap(): ParsedTableStyleMap | undefined;
13437
+ /** `<a:tblStyleLst @def>` default style GUID, loader-tracked. */
13438
+ getTableStylesDefaultId(): string | undefined;
13439
+ /** `ppt/tags/*.xml` name/value metadata, loader-tracked. */
13440
+ getTagCollections(): readonly PptxTagCollection[];
13255
13441
  /** Set the slide canvas size (px) and mark the deck dirty. */
13256
13442
  setCanvasSize(size: {
13257
13443
  width: number;
@@ -13267,6 +13453,14 @@ interface BridgeDeps {
13267
13453
  setCoreProperties(props: PptxCoreProperties | undefined): void;
13268
13454
  /** Replace the extended application properties and mark the deck dirty. */
13269
13455
  setAppProperties(props: PptxAppProperties | undefined): void;
13456
+ /** Replace the view properties and mark the deck dirty. */
13457
+ setViewProperties(props: PptxViewProperties | undefined): void;
13458
+ /** Replace the table style map and mark the deck dirty. */
13459
+ setTableStyleMap(map: ParsedTableStyleMap | undefined): void;
13460
+ /** Replace the default table style GUID and mark the deck dirty. */
13461
+ setTableStylesDefaultId(id: string | undefined): void;
13462
+ /** Replace the tag collections and mark the deck dirty. */
13463
+ setTagCollections(tags: readonly PptxTagCollection[]): void;
13270
13464
  /**
13271
13465
  * The slides / elements the assistant should scope its work to (explicit AI
13272
13466
  * picks, else a pinned focus, else the live canvas selection). When omitted,
@@ -14858,6 +15052,17 @@ declare class ElementRendererComponent {
14858
15052
  * connector renderers), mirroring React's per-element `animationState`.
14859
15053
  */
14860
15054
  readonly animationState: _angular_core.Signal<ElementAnimationState | undefined>;
15055
+ /**
15056
+ * A font-style emphasis effect (Bold Flash, Bold Reveal, Underline, Change
15057
+ * Font Style/Size) overrides the runs' own inline bold/italic/underline/
15058
+ * size, which plain CSS inheritance cannot reach (the runs declare those
15059
+ * unconditionally). See `animation-text-style-css.ts`. NOT gated on
15060
+ * `hasTextProperties`: a table cell, a chart title/label/legend, and a
15061
+ * SmartArt node caption all animate this way too, and shared's selector
15062
+ * already scopes itself to this element's `data-element-id`, which every
15063
+ * branch of the template below carries on its own root.
15064
+ */
15065
+ readonly textStyleOverrideCss: _angular_core.Signal<string | undefined>;
14861
15066
  /**
14862
15067
  * Per-paragraph split for a staged text build (by paragraph / word / letter),
14863
15068
  * or `undefined` entries to render the runs normally. PowerPoint's "Animate
@@ -14981,6 +15186,13 @@ declare class ConnectorRendererComponent {
14981
15186
  * outside a running presentation.
14982
15187
  */
14983
15188
  readonly animationState: _angular_core.InputSignal<ElementAnimationState | undefined>;
15189
+ /**
15190
+ * Scoped `!important` CSS override for an active font-style emphasis effect
15191
+ * (Bold Flash, Bold Reveal, Underline, Change Font Style/Size), built by the
15192
+ * parent `ElementRendererComponent` (`buildTextStyleOverrideCss`) so a
15193
+ * connector's own caption animates the same way a shape's text does.
15194
+ */
15195
+ readonly textStyleOverrideCss: _angular_core.InputSignal<string | undefined>;
14984
15196
  /** All derived geometry, recomputed on every input change. */
14985
15197
  readonly geo: _angular_core.Signal<ConnectorGeometry>;
14986
15198
  readonly viewBox: _angular_core.Signal<string>;
@@ -15007,7 +15219,7 @@ declare class ConnectorRendererComponent {
15007
15219
  readonly connectorSegments: _angular_core.Signal<TextSegment[] | undefined>;
15008
15220
  readonly connectorTextStyle: _angular_core.Signal<TextStyle | undefined>;
15009
15221
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConnectorRendererComponent, never>;
15010
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConnectorRendererComponent, "pptx-connector-renderer", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "obstacles": { "alias": "obstacles"; "required": false; "isSignal": true; }; "canvasWidth": { "alias": "canvasWidth"; "required": false; "isSignal": true; }; "canvasHeight": { "alias": "canvasHeight"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "marked": { "alias": "marked"; "required": false; "isSignal": true; }; "exposeElementId": { "alias": "exposeElementId"; "required": false; "isSignal": true; }; "animationState": { "alias": "animationState"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
15222
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConnectorRendererComponent, "pptx-connector-renderer", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "obstacles": { "alias": "obstacles"; "required": false; "isSignal": true; }; "canvasWidth": { "alias": "canvasWidth"; "required": false; "isSignal": true; }; "canvasHeight": { "alias": "canvasHeight"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "marked": { "alias": "marked"; "required": false; "isSignal": true; }; "exposeElementId": { "alias": "exposeElementId"; "required": false; "isSignal": true; }; "animationState": { "alias": "animationState"; "required": false; "isSignal": true; }; "textStyleOverrideCss": { "alias": "textStyleOverrideCss"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
15011
15223
  }
15012
15224
  /** One parallel stroke of a (possibly compound) connector line. */
15013
15225
  interface ConnectorStrand {
@@ -15143,6 +15355,12 @@ declare class ChartElementViewComponent {
15143
15355
  private readonly titleEditor;
15144
15356
  /** In-flight vertical value drag, or null. */
15145
15357
  private dragSession;
15358
+ /**
15359
+ * In-flight pie/doughnut slice, radar vertex, or stacked segment drag, or
15360
+ * null. Runs through a parallel state machine (no single vertical value
15361
+ * axis), never both at once.
15362
+ */
15363
+ private markDragSession;
15146
15364
  /** Local drag preview: rendered instead of the committed data mid-drag. */
15147
15365
  private readonly previewData;
15148
15366
  /** Live value under the pointer mid-drag (drives the floating badge). */
@@ -17062,6 +17280,12 @@ declare class InspectorPanelComponent {
17062
17280
  /** Whether mutation controls in the inspector are enabled. */
17063
17281
  readonly canEdit: _angular_core.InputSignal<boolean>;
17064
17282
  protected readonly editor: EditorStateService;
17283
+ /**
17284
+ * Optional: absent in a standalone-thumbnail/export render context.
17285
+ * Feeds the table properties panel's "Edit style..." (`tableStyleMap`),
17286
+ * see {@link onTableStyleMapChange} / {@link onDeleteTableStyle}.
17287
+ */
17288
+ protected readonly loader: LoadContentService | null;
17065
17289
  /** Reactive viewport / pointer flags (drives the bottom-sheet layout). */
17066
17290
  protected readonly mobile: IsMobileService;
17067
17291
  /** "Recent colours" row backing the fill/stroke/text colour pickers below. */
@@ -17132,6 +17356,16 @@ declare class InspectorPanelComponent {
17132
17356
  /** The selected element narrowed to a chart, or undefined. */
17133
17357
  protected readonly chartEl: _angular_core.Signal<ChartPptxElement | undefined>;
17134
17358
  protected readonly imageEl: _angular_core.Signal<PptxElement | undefined>;
17359
+ /**
17360
+ * The selected element narrowed to a plain shape/text box/connector, or
17361
+ * `undefined`. Gates `AccessibilityTextPanelComponent` (alt text / title):
17362
+ * a picture's own alt text lives in `imageEl` above, so this must not
17363
+ * also match `image`/`picture`, and stays restricted to the three kinds
17364
+ * `PptxNonVisualDescription` was added to (not every graphic-frame kind
17365
+ * the shared descriptor recognises), so it does not duplicate a
17366
+ * table/chart/smartArt/media/ole panel's own alt-text UI.
17367
+ */
17368
+ protected readonly accessibilityTextEl: _angular_core.Signal<PptxElement | undefined>;
17135
17369
  protected readonly mediaEl: _angular_core.Signal<MediaPptxElement | undefined>;
17136
17370
  /** The selected element narrowed to SmartArt, or undefined. */
17137
17371
  protected readonly smartArtEl: _angular_core.Signal<SmartArtPptxElement | undefined>;
@@ -17150,6 +17384,18 @@ declare class InspectorPanelComponent {
17150
17384
  protected onPatch(patch: Partial<PptxElement>): void;
17151
17385
  /** Commit a fully-replaced element (table/chart data editors) as one history entry. */
17152
17386
  protected onElementReplace(updated: PptxElement): void;
17387
+ /**
17388
+ * Table style DEFINITION edits ("Edit style...") are a whole-map
17389
+ * replacement or a delete, never a per-element patch, so they bypass
17390
+ * {@link onElementReplace} entirely and write straight to the loader's
17391
+ * `tableStyleMap`/`tableStylesToDelete` signals. `applyTableStyleMapChange`/
17392
+ * `applyTableStyleDelete` (shared) keep `tableStylesToDelete` in sync, the
17393
+ * accumulator {@link LoadContentService.saveSlides} forwards via
17394
+ * `tableStyleSaveOptions`.
17395
+ */
17396
+ protected onTableStyleMapChange(nextMap: ParsedTableStyleMap): void;
17397
+ /** Record a styleId for save-time removal from `ppt/tableStyles.xml`. */
17398
+ protected onDeleteTableStyle(styleId: string): void;
17153
17399
  /** The active slide's element-animation list (animations live on the slide). */
17154
17400
  protected readonly slideAnimations: _angular_core.Signal<readonly PptxElementAnimation[]>;
17155
17401
  /** Read-only anchors for the active slide's deck-native effect groups. */
@@ -17780,6 +18026,15 @@ declare class TablePropertiesComponent {
17780
18026
  readonly canEdit: _angular_core.InputSignal<boolean>;
17781
18027
  /** Emits the fully-updated element after any edit. */
17782
18028
  readonly elementChange: _angular_core.OutputEmitterRef<TablePptxElement>;
18029
+ /**
18030
+ * The deck's parsed `ppt/tableStyles.xml` map, for "Edit style...". `undefined`
18031
+ * means the host has not wired the table-style-editor feature through; the
18032
+ * launcher then simply does not render its button.
18033
+ */
18034
+ readonly tableStyleMap: _angular_core.InputSignal<ParsedTableStyleMap | undefined>;
18035
+ readonly tableStyleMapChange: _angular_core.OutputEmitterRef<ParsedTableStyleMap>;
18036
+ /** Record a styleId for save-time removal from `ppt/tableStyles.xml`. */
18037
+ readonly deleteTableStyle: _angular_core.OutputEmitterRef<string>;
17783
18038
  protected readonly toggles: readonly {
17784
18039
  key: TableBooleanFlag;
17785
18040
  labelKey: string;
@@ -17796,9 +18051,11 @@ declare class TablePropertiesComponent {
17796
18051
  protected onEvenRows(): void;
17797
18052
  protected onColWidth(index: number, event: Event): void;
17798
18053
  protected onRowHeight(index: number, event: Event): void;
18054
+ /** A newly-created style (from "Edit style...") becomes this table's style. */
18055
+ protected onAssignStyle(styleId: string): void;
17799
18056
  private emit;
17800
18057
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TablePropertiesComponent, never>;
17801
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TablePropertiesComponent, "pptx-table-properties", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, { "elementChange": "elementChange"; }, never, never, true, never>;
18058
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TablePropertiesComponent, "pptx-table-properties", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "tableStyleMap": { "alias": "tableStyleMap"; "required": false; "isSignal": true; }; }, { "elementChange": "elementChange"; "tableStyleMapChange": "tableStyleMapChange"; "deleteTableStyle": "deleteTableStyle"; }, never, never, true, never>;
17802
18059
  }
17803
18060
 
17804
18061
  /** Cell-style keys whose value is a colour string (edited via `<input type=color>`). */
@@ -19381,6 +19638,29 @@ declare class ImagePropertiesPanelComponent {
19381
19638
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ImagePropertiesPanelComponent, "pptx-image-properties-panel", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; }, { "patch": "patch"; }, never, never, true, never>;
19382
19639
  }
19383
19640
 
19641
+ /**
19642
+ * Alt text / title editor for a plain shape, text box or connector, at
19643
+ * parity with React's `AccessibilityTextSection` and Vue's
19644
+ * `AccessibilityPanel.vue`.
19645
+ *
19646
+ * A picture's own alt text field lives in `ImagePropertiesPanelComponent`;
19647
+ * this covers the three element kinds that only started modelling `altText`
19648
+ * / `title` once core parsed `p:cNvPr/@descr` / `@title` on `p:sp` / `p:cxnSp`
19649
+ * (see `PptxNonVisualDescription`). `getNonVisualDescriptionFields` (shared)
19650
+ * decides which fields apply so this component stays a thin view.
19651
+ */
19652
+ declare class AccessibilityTextPanelComponent {
19653
+ readonly element: _angular_core.InputSignal<PptxElement>;
19654
+ readonly patch: _angular_core.OutputEmitterRef<Partial<PptxElement>>;
19655
+ protected readonly fields: _angular_core.Signal<NonVisualDescriptionFields>;
19656
+ /** Whether the selected element kind supports either field. */
19657
+ static supports(element: PptxElement): boolean;
19658
+ protected onAltText(event: Event): void;
19659
+ protected onTitle(event: Event): void;
19660
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccessibilityTextPanelComponent, never>;
19661
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccessibilityTextPanelComponent, "pptx-accessibility-text-panel", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; }, { "patch": "patch"; }, never, never, true, never>;
19662
+ }
19663
+
19384
19664
  declare class MediaPropertiesPanelComponent {
19385
19665
  readonly element: _angular_core.InputSignal<MediaPptxElement>;
19386
19666
  readonly canEdit: _angular_core.InputSignal<boolean>;
@@ -20347,7 +20627,7 @@ declare class AccountPageComponent {
20347
20627
  readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
20348
20628
  private readonly translate;
20349
20629
  protected readonly swatches: readonly string[];
20350
- protected readonly version = "3.7.0";
20630
+ protected readonly version = "3.8.0";
20351
20631
  protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
20352
20632
  protected readonly initial: _angular_core.Signal<string>;
20353
20633
  protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;
@@ -23011,8 +23291,13 @@ declare function rulerHighlight(start: number | undefined, span: number | undefi
23011
23291
  * Serialize the current Y.Doc slide state (with the separated master/layout
23012
23292
  * template elements merged back) into `.pptx` bytes. `sourceBytes` seeds the
23013
23293
  * handler so package parts the CRDT does not carry (media, fonts, rels) survive.
23294
+ *
23295
+ * `saveOptions` carries the session-level save options (view properties,
23296
+ * table styles, tags, deck properties, ...) built the same way as the
23297
+ * Save/Export path (`buildDeckSaveOptions`). Without it the write-back
23298
+ * dropped every session-level edit outside `slides`.
23014
23299
  */
23015
- declare function serializeWriteBack(ydoc: YDocLike, sourceBytes: Uint8Array, templateElements: TemplateElementsBySlideId): Promise<Uint8Array>;
23300
+ declare function serializeWriteBack(ydoc: YDocLike, sourceBytes: Uint8Array, templateElements: TemplateElementsBySlideId, saveOptions?: PptxHandlerSaveOptions): Promise<Uint8Array>;
23016
23301
  /**
23017
23302
  * Debounced elected-writer write-back. Only the session `owner` with an
23018
23303
  * `onWriteBack` callback schedules anything; each new change resets the timer,
@@ -23020,7 +23305,7 @@ declare function serializeWriteBack(ydoc: YDocLike, sourceBytes: Uint8Array, tem
23020
23305
  */
23021
23306
  declare class WriteBackScheduler {
23022
23307
  private timer;
23023
- schedule(config: CollaborationConfig | null, ydoc: YDocLike | null, getSourceBytes: (() => Uint8Array | null) | null, getTemplateElements: (() => TemplateElementsBySlideId) | null): void;
23308
+ schedule(config: CollaborationConfig | null, ydoc: YDocLike | null, getSourceBytes: (() => Uint8Array | null) | null, getTemplateElements: (() => TemplateElementsBySlideId) | null, getSaveOptions?: (() => PptxHandlerSaveOptions) | null): void;
23024
23309
  cancel(): void;
23025
23310
  }
23026
23311
 
@@ -23682,6 +23967,6 @@ declare function thumbnailHeight(canvasW: number, canvasH: number, thumbW: numbe
23682
23967
  */
23683
23968
  declare function gridColumns(containerW: number, thumbW: number, gap: number, maxCols: number): number;
23684
23969
 
23685
- export { AFTER_ANIMATION_VALUES, ALIGN_OPTIONS, ANIMATION_PRESET_CATEGORIES, AUDIENCE_HASH, AUDIENCE_NONCE_KEY, AVATAR_COLOR_SWATCHES, AXIS_LABEL_COLOR, AccessibilityPanelComponent, AccessibilityService, AccountPageComponent, ActionSettingsPanelComponent, AdvancedChartEditorComponent, AiChangeOverlayComponent, AiChatPanelComponent, AiChatService, AiComposerComponent, AiFocusBarComponent, AiFocusHighlightOverlayComponent, AiHistoryMenuComponent, AiHistoryService, AiMessageListComponent, AiPanelStore, AiProposalCardComponent, AiSettingsSectionComponent, AiToolCallCardComponent, AnimationAuthorPanelComponent, AnimationPanelComponent, AnimationPlaybackService, AutosaveRecoveryDialogComponent, AutosaveService, BroadcastDialogComponent, CHART_EDITOR_STYLES, CURSOR_PALETTE, CanvasFitService, ChartAxisOptionsComponent, ChartAxisStyleOptionsComponent, ChartComboTypeOptionsComponent, ChartDataEditorComponent, ChartDataLabelOptionsComponent, ChartDatapointMarkerOptionsComponent, ChartDatapointOptionsComponent, ChartDisplayOptionsComponent, ChartElementViewComponent, ChartErrorBarOptionsComponent, ChartMarkerOptionsComponent, ChartPartSelectionService, ChartPrimitivesComponent, ChartRendererComponent, ChartTrendlineOptionsComponent, ChartTypeSelectorComponent, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, CommentMarkersOverlayComponent, CommentsPanelComponent, CommentsService, ComparePanelComponent, ConnectorRendererComponent, ConnectorTextOverlayComponent, CustomShowsComponent, DEFAULT_BOUNDS, DEFAULT_BROADCAST_SERVER_URL, DEFAULT_CANVAS_HEIGHT, DEFAULT_CANVAS_WIDTH, DEFAULT_COLOR_SCHEME, DEFAULT_FILL_COLOR, DEFAULT_LAYOUT, DEFAULT_PALETTE$1 as DEFAULT_PALETTE, DEFAULT_PATTERN_FILL_PRESET, DEFAULT_PRINT_SETTINGS, DEFAULT_SLIDE_BACKGROUND, DEFAULT_STROKE_COLOR, DEFAULT_STYLE, DEFAULT_TABLE_ROW_HEIGHT, DEFAULT_TEXT_COLOR, DEFAULT_VIEWER_PROFILE, DIRECTIONAL_PRESETS, DIRECTION_OPTIONS, DocumentPropertiesCardComponent, EMBEDDED_FONTS_STYLE_ID, EMPHASIS_PRESETS, ENTRANCE_PRESETS, TEMPLATES as EQUATION_TEMPLATES, EXIT_PRESETS, EditorContextMenuComponent, EditorHistory, EditorStateService, EditorToolbarComponent, EffectsPanelComponent, ElementRendererComponent, EmbeddedFontsService, EncryptedFileDialogComponent, EquationEditorDialogComponent, EquationRendererComponent, EquationTemplateGalleryComponent, ExportProgressModalComponent, ExportService, FieldContextService, FindBarComponent, FindReplaceBarComponent, FollowModeBarComponent, FontEmbeddingListComponent, FontEmbeddingPanelComponent, GALLERY_THEME_PRESETS, GOOGLE_WEBFONTS_LINK_ID, GRIDLINE_COLOR, GoogleWebfontsService, GradientPickerComponent, HANDOUT_OPTIONS, HeaderFooterDialogComponent, HyperlinkDialogComponent, ImagePropertiesPanelComponent, InkDrawingService, InkRendererComponent, InsertSmartArtDialogComponent, InspectorPaneHeaderComponent, InspectorPanelComponent, IsMobileService, KeepAnnotationsDialogComponent, LOCALE_CATALOG, LONG_PRESS_DURATION_MS, LONG_PRESS_MOVE_TOLERANCE_PX, LoadContentService, LocalPresencePublisher, MAX_ZOOM_SCALE, MIN_ZOOM_SCALE, MOTION_PATH_COLUMNS, MediaPreviewComponent, MediaPropertiesPanelComponent, MediaRendererComponent, MediaTrimTimelineComponent, MobileBottomBarComponent, MobileMenuSheetComponent, MobilePresenterViewComponent, MobileSheetComponent, MobileSlidesSheetComponent, MobileToolbarComponent, ModalDialogComponent, Model3DRendererComponent, NotesHandoutCardComponent, NotesPanelComponent, NotesToolbarComponent, OleRendererComponent, OutlineViewOverlayComponent, POWER_POINT_VIEWER_PROVIDERS, PPTX_OPEN_ACCEPT, PRESENTATION_OPEN_EXTENSIONS, PRESENTER_CHANNEL_NAME, PRESENTER_MSG_ORIGIN, PRESENTER_TIMER_SEGMENT_MS, PX_PER_CM, PX_PER_INCH, PasswordProtectionDialogComponent, PasswordStrengthMeterComponent, PowerPointViewerComponent, PresentToolbarAutoHide, PresentationAnnotationOverlayComponent, PresentationAnnotationsService, PresentationOverlayComponent, PresentationPropertiesPanelComponent, PresentationSettingsCardComponent, PresentationSubtitleBarComponent, PresentationToolbarComponent, PresentationTransitionOverlayComponent, PresenterViewComponent, PresenterWindowService, PrintDialogComponent, PrintService, PrintSettingsPanelComponent, PropertiesDialogComponent, REPEAT_MODE_OPTIONS, RESIZE_HANDLES, RULER_FONT_SIZE, RULER_THICKNESS, ReadingViewOverlayComponent, RemoteSelectionOverlayComponent, RibbonAnimationGalleryComponent, RibbonAnimationsSectionComponent, RibbonArrangeSectionComponent, RibbonColorPopoverComponent, RibbonComponent, RibbonDesignSectionComponent, RibbonDrawSectionComponent, RibbonDrawingGroupComponent, RibbonEditingSectionComponent, RibbonFileSectionComponent, RibbonFontControlsComponent, RibbonHomeSectionComponent, RibbonHyperlinkButtonComponent, RibbonInsertFieldsComponent, RibbonInsertSectionComponent, RibbonMotionPathGalleryComponent, RibbonParagraphControlsComponent, RibbonPrimaryRowComponent, RibbonReviewSectionComponent, RibbonShapeExtrasComponent, RibbonSlideshowSectionComponent, RibbonTransitionsSectionComponent, RibbonViewSectionComponent, RulerGuidesService, SEQUENCE_OPTIONS, SEVERITY_GROUPS, SEVERITY_LABELS, SHORTCUT_REFERENCE_ITEMS, SLIDE_TRANSITION_KEYFRAMES, DEFAULT_PALETTE as SMARTART_DEFAULT_PALETTE, PALETTES as SMARTART_PALETTES, SMART_ART_COLOR_SCHEMES, SMART_ART_STYLE_OPTIONS, SUB_ITEM_LABEL, SVG_WARP_PRESETS, SWIPE_MAX_VERTICAL_PX, SWIPE_THRESHOLD_PX, SelectionPaneComponent, SetUpSlideShowDialogComponent, SettingsAppearanceTabComponent, SettingsDialogComponent, SettingsLanguageTabComponent, ShareDialogComponent, ShortcutPanelComponent, ShowOptionsFieldsetComponent, ShowSlidesFieldsetComponent, SignatureStrippedDialogComponent, SignaturesPanelComponent, SignaturesService, SlideBackgroundCardComponent, SlideCanvasComponent, SlideDefaultInspectorComponent, SlideDiffChangesComponent, SlideDiffRowComponent, SlideDiffThumbnailsComponent, SlideSizeCardComponent, SlideSorterOverlayComponent, SlideThemeOverridePanelComponent, SlideTransitionCardComponent, SlidesPanelComponent, SmartArt3DRendererComponent, SmartArt3DService, SmartArtPreviewComponent, SmartArtPropertiesComponent, SmartArtRendererComponent, StatusBarComponent, TABLE_STRUCTURE_TOGGLES, TEXT_3D_BOTTOM_BEVEL_KEYS, TEXT_3D_TOP_BEVEL_KEYS, TEXT_DIRECTION_OPTIONS, THEME_CATALOG, TIMING_CURVE_OPTIONS, TRIGGER_OPTIONS, TYPE_LABELS, TableCellAdvancedFillComponent, TableCellFormattingComponent, TableDataEditorComponent, TablePropertiesComponent, TableRendererComponent, TableResizeOverlayComponent, TableSelectionService, TagsCardComponent, Text3DBevelSectionComponent, Text3DPanelComponent, TextAdvancedPanelComponent, ThemeEditorFieldsComponent, ThemeGalleryComponent, ThemeSelectorCardComponent, TitleBarComponent, TitleBarSearchComponent, TransitionDirectionPickerComponent, TransitionPreviewComponent, VALIGN_OPTIONS, VIEWER_THEME, VersionHistoryPanelComponent, ViewerCanvasEditingService, ViewerCollabCursorService, ViewerCollaborationSessionService, ViewerCompareService, ViewerCustomShowsService, ViewerDialogsService, ViewerDocumentPropertiesService, ViewerExportService, ViewerExtraDialogsComponent, ViewerFileIOService, ViewerFindReplaceService, ViewerFormatPainterService, ViewerInspectorPanelService, ViewerKeyboardService, ViewerMobileSheetService, ViewerPresentationModeService, ViewerThemeGalleryService, ViewerTouchGesturesService, ViewerZoomService, WEBM_MIME_CANDIDATES, WriteBackScheduler, ZERO_LINE_COLOR, ZoomNavigationService, ZoomRendererComponent, ZoomTargetService, addCategory, addCommentToList, addGradientStopPatch, addItem, addSeries, addSubItem, advanceStep, affordanceElements, aiToggleVisible, alignPatch, animationFor, animationPresetLabelKey, annotationMapToInkInserts, applyAcceptedDiff, applyAnimationPreset, applyFindReplacements, applyFormatToElement, applyMove, applyResize, asMediaElement, assignUserColor, attachShowVisibilityPause, attachTouchGestures, axisTickValues, beginNodeEdit, bevelSizePatch, boolFromEvent, bringForward, bringToFront, buildBarActions, buildBroadcastConfig, buildBroadcastViewerUrl, buildCategoryLabels, buildCellParagraphs, buildChartViewModel, buildChatLogExport, buildChatLogMarkdown, buildChromeStyle, buildClearHyperlinkPatch, buildClickGroups, buildColStyles, buildCollaborationConfig, buildComboViewModel, buildCssGradientFromShapeStyle, buildDuotoneFilter, buildDuotoneFilterId, buildEmbeddedFontStyles, buildEquationElement, buildEquationSegment, buildFallbackViewModel, buildFontFaceRule, buildGradientFillCss, buildGridlinesAndLabels, buildHyperlinkPatch, buildInkContainerStyle, buildInkStrokes, buildLegend, buildMarkTooltip, buildModel3DContainerStyle, buildModel3DViewModel, buildOleActionModel, buildOleInfoRows, buildPatternFillCss, buildPieViewModel, buildPrintHtmlDocument as buildPrintDocument, buildPropertiesPatch, buildRadarViewModel, buildRegionMapViewModel, buildSaveSlides, buildShareUrl, buildSmartArtInsertElement, buildSmartArtNodes, buildStockViewModel, buildSurfaceViewModel, buildTableViewModel, buildTreemapViewModel, buildTrimFragment, buildWaterfallViewModel, buildZeroLine, buildZoomContainerStyle, buildZoomViewModel, bulletIndentPx, canAddTopLevelNode, canEditSmartArtNodes, canGroupSelection, canRemoveTopLevelNode, canSetStrokeWidth, canStartBroadcast, canStartShare, canUngroupSelection, canUseClipboard, captionDisplayText, cellRunStyle, cellStyleToStyleMap, cellTdStyle, changeCountLabel, changeIcon, characterSpacingPatch, chartPreserveAspectRatio, checkFontAvailable, clampCursorPosition, clampGifDimensions, clampIndex, clampNotesFontSize, clampScale, clampStep, clearAllLocalViewerData, clearAudienceContent, cn, collectAccessibilityIssues, collectElementText, collectSlideText, collectStoredChats, collectUsedFontFamilies, columnWidthStyle, commitNodeText, computeAlign, computeAxisTitlePrimitives, computeBarRects, computeBubbleRadius, computeCornerHandle, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeFocusTargets, computeGridSpacingPx, computeHandleBoxes, computeHandoutLayout, computeIsMobile, computeIsTablet, computeLinePoints, computeLinearRegression, computePageCount, computePieLayout, computePieSlicePath, computePieSlices, computePlotLayout, computeRSquared, computeRadarPoints, computeResizeHandleBoxes, computeRotateHandleBox, computeScatterDots, computeScatterXDomain, computeSelectionBoxes, computeSingleSelected, computeSlideIndices, computeSnap, computeStackedBarRects, computeStackedValueRange, computeTrendlinePrimitives, computeValueRange, convertOmmlToMathMl, copyFormatFromElement, countAccessibilityIssues, countAnnotationStrokes, createAngularAiBridge, createCustomShow, createSwipeDismissDrag, createWebrtcBundle, createWebsocketBundle, cssObjectToStyleMap, currentColorScheme, currentLayout, currentStyle, defaultCssVars, defaultRadius, defaultThemeColors, deleteElementsByIds, deleteVersion as deleteRecoveryVersion, demoteNode, deriveModel3DBlobUrl, derivePresenceList, describeSmartArtBounds, disableGlowPatch, disableInnerShadowPatch, disableOuterShadowPatch, disableReflectionPatch, disableSoftEdgePatch, duplicateElementById, durationOf, effectsStateOf, enableGlowPatch, enableInnerShadowPatch, enableOuterShadowPatch, enableReflectionPatch, enableSoftEdgePatch, encodeGif, endShowMediaCleanup, estimatePageCount, exitPresentationFullscreen, exportAiChatLogs, extractPathPoints, eyedropperAvailable, fillColorOf, findInSlides, findOwningSlideIndex, findSlideIndexByElementId, firstVisibleIndex, fitPolynomial, fitZoom, focusTargetChips, fontMimeForFormat, fontSizeOf, forgetSessionDeck, formatAxisValue, formatBytes, formatCursorLabel, formatElapsed, formatFileSize, formatPropertyDate, formatTime, fpsToFrameIntervalMs, generateBroadcastRoomId, generateCommentId, generateCustomShowId, generatePressureCircles, generateTicks, getClrChangeParams, getContainerStyle, getDuotoneFilterDef, getEffectSoundState, getImageSrc, getLocalStorageUsageSummary, getOleAriaLabel, getOleBadgeLabel, getOleDisplayName, getOleDownloadFileName, getOleTypeColor, getOleTypeLabel, getPasswordStrength, getPatternSvg, getPlaceholderStyle, getVersions as getRecoveryVersions, getResolvedShapeClipPath, getResolvedShapeClipPathFor, getSessionTabId, getShapeFillStrokeStyle, getSlideBackgroundStyle, getSlideTransitionAnimations, getSmartArtNodeBounds, getSpeechRecognitionCtor, getTextBlockStyle, getTextWarp, getTouchDistance, getWarpCategory, getWarpPath, gradientStateFromStyle, gradientStateOf, gradientStatePatch, gradientStopColorCommitPatch, gridColumns, groupIssuesBySeverity, hasAnimation, hasCopyableFormat, hasExistingLink, hasExitedFullscreen, hasGradientFill, hasPressureVariation, hasVisibleSlideAfter, headerLabel, imageDimensions, inkViewBox, insertTableElementColumn as insertColumn, insertTableElementRow as insertRow, interpolateWidth, isAudienceTab, isBold, isBrowserOpenableMime, isChildNode, isElementInteractive, isInjectableUrl, isItalic, isLegacyBinaryPresentation, isPpactionUrl, isPresenterMessage, isSigned, isSupportedPresentationFile, isTextElement, isTwoTableFocus, isUnderline, isUrlSafe, isValidRoomId, isViewportBackgroundPressTarget, isZoomActivationKey, issueTrackKey, issueTypeLabel, keyToLabel, lastVisibleIndex, latexToMathml, layoutConnectorPaints, layoutNodeLabels, linePointsToSvgString, lineSpacingPatch, loadAudienceContent, loadSessionDeck, mediaFallbackFor, mediaSurfaceFor, mergeCaptionResults, mergeDown, mergeRight, mergeSelection, mergeTablesDirective, moveElementBy, moveNodeDown, moveNodeUp, msToFrameDelayCs, narrowToCircle, narrowToPolygon, narrowToRect, newChartElement, newEquationElement, newPresetShapeElement, newShapeElement, newSmartArtElement, newTableElement, newTextElement, nextVisibleIndex, nodeBold, nodeEditBox, nodeFillColor, nodeFontColor, nodeIdFromKey, nodeItalic, nodeStyle, normalizeFontFormat, normalizeSlidesPerPage, normalizeValue, numFromEvent, ommlToMathml, ooxmlDashToCssBorderStyle, openNativeEyeDropper, overallStatus, paletteColor, parseAudienceNonce, parseNodeTextarea, partitionSlides, patchChartData, patchChartStyle, patchTableData, patchTextStyle, patternPresetOptions, pendingElementStyles, pickColorByClickFallback, pickFile, pickSupportedMimeType, planGifFrames, planVideoSegments, pointsToSvgPathD, presenceToCursors, presentationBaseName, presentationStageStyle, presenterTimerProgress, presetByLayout, presetsForCategory, pressuresToWidths, prevVisibleIndex, projectDrawingShapes, promoteNode, provideViewerTheme, radarAngle, radarRingPoints, readAsDataUrl, recordWebm, registerCrossSlideAudio, rememberSessionDeck, removeAnimation, removeCategory, removeTableElementColumn as removeColumn, removeCommentFromList, removeElementAnimation, removeGradientStopPatch, removeNode, removeTableElementRow as removeRow, removeSeries, renderToCanvas, reorderAnimationDown, reorderAnimationUp, replaceInSlides, replaceMatch, requestPresentationFullscreen, resizeElement, resolveCaptionTracks, resolveChartKind, resolveFontVariant, resolveHyperlinkHref, resolveInteractiveElementId, resolveMediaSrc, resolveOleType, resolveParagraphBullet, resolvePresenterNotes, resolveProfileInitial, resolveRegionCode, resolveRibbonCanGroup, resolveSlideAutoAdvanceMs, resolvePalette as resolveSmartArtPalette, resolveThemeCatalogEntry, resolveTransitionDuration, restoreSessionDeck, revealedElementStyles, routeOrthogonalConnector, rowStyle, rulerDragToGuidePosition, rulerHighlight, rulerStripTicks, sampleColorFromSlide, sanitizeColor, sanitizeSlideIndex, sanitizeUserName, saveViewerProfile, savedPresentationFileName, scanAvailableFonts, searchSlides, seedBroadcastFields, seedHyperlinkDraft, seedPropertiesDraft, seedShareFields, segmentFrameCount, selectValue, sendBackward, sendToBack, sequentialColorScale, serializeWriteBack, seriesColor, setAfterAnimation, setAfterAnimationColor, setAnimationEmphasis, setAnimationEntrance, setAnimationExit, setAxis, setAxisLogScale, setAxisTitleStyle, setCategoryLabel, setCellText, setColorScheme, setDataLabels, setDataPointExplosion, setDataPointFill, setDataPointLabel, setDataPointMarker, setDelay, setDirection, setDuration, setEffectSound, setElementPosition, setGridlineStyle, setLayout, setLegend, setNodeStyle, setNodeText, setRepeatCount, setRepeatMode, setSequence, setSeriesChartType, setSeriesColor, setSeriesErrorBars, setSeriesMarker, setSeriesName, setSeriesTrendline, setSeriesValue, setStyle, setTimingCurve, setTitle, setTrigger, setTriggerShapeId, shapeStylePatch, sheetAfterNavigate, shouldBlockClickAdvance, shouldUseSvgWarp, showDirectionPicker, showsTemplateAffordance, signatureCountLabel, signatureKey, signatureTimestamp, signerName, statusLabel as slideDiffStatusLabel, slideNumberOf, slidesWithReappliedLayout, smartArtNodes, paletteColour as smartArtPaletteColour, snapToGridStep, splitCursorCell, splitMergedCell, statusKind, statusLabel$1 as statusLabel, storeAudienceContent, stringFromEvent, strokeColorOf, strokeToInkElement, strokeWidthOf, styleShadowFilter, surfaceColor, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, textFontSizePatch, textStyleOf, textStylePatch, themeStyle, themeToCssVars, thumbnailHeight, thumbnailZoom, toggleCommentResolvedInList, toggleNodeBold, toggleNodeItalic, toggleSheet, topLevelNodeCount, transformSelectedTextCase, translationsEn, updateElementById, updateGlowPatch, updateGradientStopPatch, updateInnerShadowPatch, updateOuterShadowPatch, updateReflectionPatch, vAlignPatch, validatePassword, validatePrintSettings, validateRoomId, valueToY, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, waypointsToPathD, withManualLayouts, worstStatus, zoomTargetSlideIndex };
23970
+ export { AFTER_ANIMATION_VALUES, ALIGN_OPTIONS, ANIMATION_PRESET_CATEGORIES, AUDIENCE_HASH, AUDIENCE_NONCE_KEY, AVATAR_COLOR_SWATCHES, AXIS_LABEL_COLOR, AccessibilityPanelComponent, AccessibilityService, AccessibilityTextPanelComponent, AccountPageComponent, ActionSettingsPanelComponent, AdvancedChartEditorComponent, AiChangeOverlayComponent, AiChatPanelComponent, AiChatService, AiComposerComponent, AiFocusBarComponent, AiFocusHighlightOverlayComponent, AiHistoryMenuComponent, AiHistoryService, AiMessageListComponent, AiPanelStore, AiProposalCardComponent, AiSettingsSectionComponent, AiToolCallCardComponent, AnimationAuthorPanelComponent, AnimationPanelComponent, AnimationPlaybackService, AutosaveRecoveryDialogComponent, AutosaveService, BroadcastDialogComponent, CHART_EDITOR_STYLES, CURSOR_PALETTE, CanvasFitService, ChartAxisOptionsComponent, ChartAxisStyleOptionsComponent, ChartComboTypeOptionsComponent, ChartDataEditorComponent, ChartDataLabelOptionsComponent, ChartDatapointMarkerOptionsComponent, ChartDatapointOptionsComponent, ChartDisplayOptionsComponent, ChartElementViewComponent, ChartErrorBarOptionsComponent, ChartMarkerOptionsComponent, ChartPartSelectionService, ChartPrimitivesComponent, ChartRendererComponent, ChartTrendlineOptionsComponent, ChartTypeSelectorComponent, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, CommentMarkersOverlayComponent, CommentsPanelComponent, CommentsService, ComparePanelComponent, ConnectorRendererComponent, ConnectorTextOverlayComponent, CustomShowsComponent, DEFAULT_BOUNDS, DEFAULT_BROADCAST_SERVER_URL, DEFAULT_CANVAS_HEIGHT, DEFAULT_CANVAS_WIDTH, DEFAULT_COLOR_SCHEME, DEFAULT_FILL_COLOR, DEFAULT_LAYOUT, DEFAULT_PALETTE$1 as DEFAULT_PALETTE, DEFAULT_PATTERN_FILL_PRESET, DEFAULT_PRINT_SETTINGS, DEFAULT_SLIDE_BACKGROUND, DEFAULT_STROKE_COLOR, DEFAULT_STYLE, DEFAULT_TABLE_ROW_HEIGHT, DEFAULT_TEXT_COLOR, DEFAULT_VIEWER_PROFILE, DIRECTIONAL_PRESETS, DIRECTION_OPTIONS, DocumentPropertiesCardComponent, EMBEDDED_FONTS_STYLE_ID, EMPHASIS_PRESETS, ENTRANCE_PRESETS, TEMPLATES as EQUATION_TEMPLATES, EXIT_PRESETS, EditorContextMenuComponent, EditorHistory, EditorStateService, EditorToolbarComponent, EffectsPanelComponent, ElementRendererComponent, EmbeddedFontsService, EncryptedFileDialogComponent, EquationEditorDialogComponent, EquationRendererComponent, EquationTemplateGalleryComponent, ExportProgressModalComponent, ExportService, FieldContextService, FindBarComponent, FindReplaceBarComponent, FollowModeBarComponent, FontEmbeddingListComponent, FontEmbeddingPanelComponent, GALLERY_THEME_PRESETS, GOOGLE_WEBFONTS_LINK_ID, GRIDLINE_COLOR, GoogleWebfontsService, GradientPickerComponent, HANDOUT_OPTIONS, HeaderFooterDialogComponent, HyperlinkDialogComponent, ImagePropertiesPanelComponent, InkDrawingService, InkRendererComponent, InsertSmartArtDialogComponent, InspectorPaneHeaderComponent, InspectorPanelComponent, IsMobileService, KeepAnnotationsDialogComponent, LOCALE_CATALOG, LONG_PRESS_DURATION_MS, LONG_PRESS_MOVE_TOLERANCE_PX, LoadContentService, LocalPresencePublisher, MAX_ZOOM_SCALE, MIN_ZOOM_SCALE, MOTION_PATH_COLUMNS, MediaPreviewComponent, MediaPropertiesPanelComponent, MediaRendererComponent, MediaTrimTimelineComponent, MobileBottomBarComponent, MobileMenuSheetComponent, MobilePresenterViewComponent, MobileSheetComponent, MobileSlidesSheetComponent, MobileToolbarComponent, ModalDialogComponent, Model3DRendererComponent, NotesHandoutCardComponent, NotesPanelComponent, NotesToolbarComponent, OleRendererComponent, OutlineViewOverlayComponent, POWER_POINT_VIEWER_PROVIDERS, PPTX_OPEN_ACCEPT, PRESENTATION_OPEN_EXTENSIONS, PRESENTER_CHANNEL_NAME, PRESENTER_MSG_ORIGIN, PRESENTER_TIMER_SEGMENT_MS, PX_PER_CM, PX_PER_INCH, PasswordProtectionDialogComponent, PasswordStrengthMeterComponent, PowerPointViewerComponent, PresentToolbarAutoHide, PresentationAnnotationOverlayComponent, PresentationAnnotationsService, PresentationOverlayComponent, PresentationPropertiesPanelComponent, PresentationSettingsCardComponent, PresentationSubtitleBarComponent, PresentationToolbarComponent, PresentationTransitionOverlayComponent, PresenterViewComponent, PresenterWindowService, PrintDialogComponent, PrintService, PrintSettingsPanelComponent, PropertiesDialogComponent, REPEAT_MODE_OPTIONS, RESIZE_HANDLES, RULER_FONT_SIZE, RULER_THICKNESS, ReadingViewOverlayComponent, RemoteSelectionOverlayComponent, RibbonAnimationGalleryComponent, RibbonAnimationsSectionComponent, RibbonArrangeSectionComponent, RibbonColorPopoverComponent, RibbonComponent, RibbonDesignSectionComponent, RibbonDrawSectionComponent, RibbonDrawingGroupComponent, RibbonEditingSectionComponent, RibbonFileSectionComponent, RibbonFontControlsComponent, RibbonHomeSectionComponent, RibbonHyperlinkButtonComponent, RibbonInsertFieldsComponent, RibbonInsertSectionComponent, RibbonMotionPathGalleryComponent, RibbonParagraphControlsComponent, RibbonPrimaryRowComponent, RibbonReviewSectionComponent, RibbonShapeExtrasComponent, RibbonSlideshowSectionComponent, RibbonTransitionsSectionComponent, RibbonViewSectionComponent, RulerGuidesService, SEQUENCE_OPTIONS, SEVERITY_GROUPS, SEVERITY_LABELS, SHORTCUT_REFERENCE_ITEMS, SLIDE_TRANSITION_KEYFRAMES, DEFAULT_PALETTE as SMARTART_DEFAULT_PALETTE, PALETTES as SMARTART_PALETTES, SMART_ART_COLOR_SCHEMES, SMART_ART_STYLE_OPTIONS, SUB_ITEM_LABEL, SVG_WARP_PRESETS, SWIPE_MAX_VERTICAL_PX, SWIPE_THRESHOLD_PX, SelectionPaneComponent, SetUpSlideShowDialogComponent, SettingsAppearanceTabComponent, SettingsDialogComponent, SettingsLanguageTabComponent, ShareDialogComponent, ShortcutPanelComponent, ShowOptionsFieldsetComponent, ShowSlidesFieldsetComponent, SignatureStrippedDialogComponent, SignaturesPanelComponent, SignaturesService, SlideBackgroundCardComponent, SlideCanvasComponent, SlideDefaultInspectorComponent, SlideDiffChangesComponent, SlideDiffRowComponent, SlideDiffThumbnailsComponent, SlideSizeCardComponent, SlideSorterOverlayComponent, SlideThemeOverridePanelComponent, SlideTransitionCardComponent, SlidesPanelComponent, SmartArt3DRendererComponent, SmartArt3DService, SmartArtPreviewComponent, SmartArtPropertiesComponent, SmartArtRendererComponent, StatusBarComponent, TABLE_STRUCTURE_TOGGLES, TEXT_3D_BOTTOM_BEVEL_KEYS, TEXT_3D_TOP_BEVEL_KEYS, TEXT_DIRECTION_OPTIONS, THEME_CATALOG, TIMING_CURVE_OPTIONS, TRIGGER_OPTIONS, TYPE_LABELS, TableCellAdvancedFillComponent, TableCellFormattingComponent, TableDataEditorComponent, TablePropertiesComponent, TableRendererComponent, TableResizeOverlayComponent, TableSelectionService, TagsCardComponent, Text3DBevelSectionComponent, Text3DPanelComponent, TextAdvancedPanelComponent, ThemeEditorFieldsComponent, ThemeGalleryComponent, ThemeSelectorCardComponent, TitleBarComponent, TitleBarSearchComponent, TransitionDirectionPickerComponent, TransitionPreviewComponent, VALIGN_OPTIONS, VIEWER_THEME, VersionHistoryPanelComponent, ViewerCanvasEditingService, ViewerCollabCursorService, ViewerCollaborationSessionService, ViewerCompareService, ViewerCustomShowsService, ViewerDialogsService, ViewerDocumentPropertiesService, ViewerExportService, ViewerExtraDialogsComponent, ViewerFileIOService, ViewerFindReplaceService, ViewerFormatPainterService, ViewerInspectorPanelService, ViewerKeyboardService, ViewerMobileSheetService, ViewerPresentationModeService, ViewerThemeGalleryService, ViewerTouchGesturesService, ViewerZoomService, WEBM_MIME_CANDIDATES, WriteBackScheduler, ZERO_LINE_COLOR, ZoomNavigationService, ZoomRendererComponent, ZoomTargetService, addCategory, addCommentToList, addGradientStopPatch, addItem, addSeries, addSubItem, advanceStep, affordanceElements, aiToggleVisible, alignPatch, animationFor, animationPresetLabelKey, annotationMapToInkInserts, applyAcceptedDiff, applyAnimationPreset, applyFindReplacements, applyFormatToElement, applyMove, applyResize, asMediaElement, assignUserColor, attachShowVisibilityPause, attachTouchGestures, axisTickValues, beginNodeEdit, bevelSizePatch, boolFromEvent, bringForward, bringToFront, buildBarActions, buildBroadcastConfig, buildBroadcastViewerUrl, buildCategoryLabels, buildCellParagraphs, buildChartViewModel, buildChatLogExport, buildChatLogMarkdown, buildChromeStyle, buildClearHyperlinkPatch, buildClickGroups, buildColStyles, buildCollaborationConfig, buildComboViewModel, buildCssGradientFromShapeStyle, buildDuotoneFilter, buildDuotoneFilterId, buildEmbeddedFontStyles, buildEquationElement, buildEquationSegment, buildFallbackViewModel, buildFontFaceRule, buildGradientFillCss, buildGridlinesAndLabels, buildHyperlinkPatch, buildInkContainerStyle, buildInkStrokes, buildLegend, buildMarkTooltip, buildModel3DContainerStyle, buildModel3DViewModel, buildOleActionModel, buildOleInfoRows, buildPatternFillCss, buildPieViewModel, buildPrintHtmlDocument as buildPrintDocument, buildPropertiesPatch, buildRadarViewModel, buildRegionMapViewModel, buildSaveSlides, buildShareUrl, buildSmartArtInsertElement, buildSmartArtNodes, buildStockViewModel, buildSurfaceViewModel, buildTableViewModel, buildTreemapViewModel, buildTrimFragment, buildWaterfallViewModel, buildZeroLine, buildZoomContainerStyle, buildZoomViewModel, bulletIndentPx, canAddTopLevelNode, canEditSmartArtNodes, canGroupSelection, canRemoveTopLevelNode, canSetStrokeWidth, canStartBroadcast, canStartShare, canUngroupSelection, canUseClipboard, captionDisplayText, cellRunStyle, cellStyleToStyleMap, cellTdStyle, changeCountLabel, changeIcon, characterSpacingPatch, chartPreserveAspectRatio, checkFontAvailable, clampCursorPosition, clampGifDimensions, clampIndex, clampNotesFontSize, clampScale, clampStep, clearAllLocalViewerData, clearAudienceContent, cn, collectAccessibilityIssues, collectElementText, collectSlideText, collectStoredChats, collectUsedFontFamilies, columnWidthStyle, commitNodeText, computeAlign, computeAxisTitlePrimitives, computeBarRects, computeBubbleRadius, computeCornerHandle, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeFocusTargets, computeGridSpacingPx, computeHandleBoxes, computeHandoutLayout, computeIsMobile, computeIsTablet, computeLinePoints, computeLinearRegression, computePageCount, computePieLayout, computePieSlicePath, computePieSlices, computePlotLayout, computeRSquared, computeRadarPoints, computeResizeHandleBoxes, computeRotateHandleBox, computeScatterDots, computeScatterXDomain, computeSelectionBoxes, computeSingleSelected, computeSlideIndices, computeSnap, computeStackedBarRects, computeStackedValueRange, computeTrendlinePrimitives, computeValueRange, convertOmmlToMathMl, copyFormatFromElement, countAccessibilityIssues, countAnnotationStrokes, createAngularAiBridge, createCustomShow, createSwipeDismissDrag, createWebrtcBundle, createWebsocketBundle, cssObjectToStyleMap, currentColorScheme, currentLayout, currentStyle, defaultCssVars, defaultRadius, defaultThemeColors, deleteElementsByIds, deleteVersion as deleteRecoveryVersion, demoteNode, deriveModel3DBlobUrl, derivePresenceList, describeSmartArtBounds, disableGlowPatch, disableInnerShadowPatch, disableOuterShadowPatch, disableReflectionPatch, disableSoftEdgePatch, duplicateElementById, durationOf, effectsStateOf, enableGlowPatch, enableInnerShadowPatch, enableOuterShadowPatch, enableReflectionPatch, enableSoftEdgePatch, encodeGif, endShowMediaCleanup, estimatePageCount, exitPresentationFullscreen, exportAiChatLogs, extractPathPoints, eyedropperAvailable, fillColorOf, findInSlides, findOwningSlideIndex, findSlideIndexByElementId, firstVisibleIndex, fitPolynomial, fitZoom, focusTargetChips, fontMimeForFormat, fontSizeOf, forgetSessionDeck, formatAxisValue, formatBytes, formatCursorLabel, formatElapsed, formatFileSize, formatPropertyDate, formatTime, fpsToFrameIntervalMs, generateBroadcastRoomId, generateCommentId, generateCustomShowId, generatePressureCircles, generateTicks, getClrChangeParams, getContainerStyle, getDuotoneFilterDef, getEffectSoundState, getImageSrc, getLocalStorageUsageSummary, getOleAriaLabel, getOleBadgeLabel, getOleDisplayName, getOleDownloadFileName, getOleTypeColor, getOleTypeLabel, getPasswordStrength, getPatternSvg, getPlaceholderStyle, getVersions as getRecoveryVersions, getResolvedShapeClipPath, getResolvedShapeClipPathFor, getSessionTabId, getShapeFillStrokeStyle, getSlideBackgroundStyle, getSlideTransitionAnimations, getSmartArtNodeBounds, getSpeechRecognitionCtor, getTextBlockStyle, getTextWarp, getTouchDistance, getWarpCategory, getWarpPath, gradientStateFromStyle, gradientStateOf, gradientStatePatch, gradientStopColorCommitPatch, gridColumns, groupIssuesBySeverity, hasAnimation, hasCopyableFormat, hasExistingLink, hasExitedFullscreen, hasGradientFill, hasPressureVariation, hasVisibleSlideAfter, headerLabel, imageDimensions, inkViewBox, insertTableElementColumn as insertColumn, insertTableElementRow as insertRow, interpolateWidth, isAudienceTab, isBold, isBrowserOpenableMime, isChildNode, isElementInteractive, isInjectableUrl, isItalic, isLegacyBinaryPresentation, isPpactionUrl, isPresenterMessage, isSigned, isSupportedPresentationFile, isTextElement, isTwoTableFocus, isUnderline, isUrlSafe, isValidRoomId, isViewportBackgroundPressTarget, isZoomActivationKey, issueTrackKey, issueTypeLabel, keyToLabel, lastVisibleIndex, latexToMathml, layoutConnectorPaints, layoutNodeLabels, linePointsToSvgString, lineSpacingPatch, loadAudienceContent, loadSessionDeck, mediaFallbackFor, mediaSurfaceFor, mergeCaptionResults, mergeDown, mergeRight, mergeSelection, mergeTablesDirective, moveElementBy, moveNodeDown, moveNodeUp, msToFrameDelayCs, narrowToCircle, narrowToPolygon, narrowToRect, newChartElement, newEquationElement, newPresetShapeElement, newShapeElement, newSmartArtElement, newTableElement, newTextElement, nextVisibleIndex, nodeBold, nodeEditBox, nodeFillColor, nodeFontColor, nodeIdFromKey, nodeItalic, nodeStyle, normalizeFontFormat, normalizeSlidesPerPage, normalizeValue, numFromEvent, ommlToMathml, ooxmlDashToCssBorderStyle, openNativeEyeDropper, overallStatus, paletteColor, parseAudienceNonce, parseNodeTextarea, partitionSlides, patchChartData, patchChartStyle, patchTableData, patchTextStyle, patternPresetOptions, pendingElementStyles, pickColorByClickFallback, pickFile, pickSupportedMimeType, planGifFrames, planVideoSegments, pointsToSvgPathD, presenceToCursors, presentationBaseName, presentationStageStyle, presenterTimerProgress, presetByLayout, presetsForCategory, pressuresToWidths, prevVisibleIndex, projectDrawingShapes, promoteNode, provideViewerTheme, radarAngle, radarRingPoints, readAsDataUrl, recordWebm, registerCrossSlideAudio, rememberSessionDeck, removeAnimation, removeCategory, removeTableElementColumn as removeColumn, removeCommentFromList, removeElementAnimation, removeGradientStopPatch, removeNode, removeTableElementRow as removeRow, removeSeries, renderToCanvas, reorderAnimationDown, reorderAnimationUp, replaceInSlides, replaceMatch, requestPresentationFullscreen, resizeElement, resolveCaptionTracks, resolveChartKind, resolveFontVariant, resolveHyperlinkHref, resolveInteractiveElementId, resolveMediaSrc, resolveOleType, resolveParagraphBullet, resolvePresenterNotes, resolveProfileInitial, resolveRegionCode, resolveRibbonCanGroup, resolveSlideAutoAdvanceMs, resolvePalette as resolveSmartArtPalette, resolveThemeCatalogEntry, resolveTransitionDuration, restoreSessionDeck, revealedElementStyles, routeOrthogonalConnector, rowStyle, rulerDragToGuidePosition, rulerHighlight, rulerStripTicks, sampleColorFromSlide, sanitizeColor, sanitizeSlideIndex, sanitizeUserName, saveViewerProfile, savedPresentationFileName, scanAvailableFonts, searchSlides, seedBroadcastFields, seedHyperlinkDraft, seedPropertiesDraft, seedShareFields, segmentFrameCount, selectValue, sendBackward, sendToBack, sequentialColorScale, serializeWriteBack, seriesColor, setAfterAnimation, setAfterAnimationColor, setAnimationEmphasis, setAnimationEntrance, setAnimationExit, setAxis, setAxisLogScale, setAxisTitleStyle, setCategoryLabel, setCellText, setColorScheme, setDataLabels, setDataPointExplosion, setDataPointFill, setDataPointLabel, setDataPointMarker, setDelay, setDirection, setDuration, setEffectSound, setElementPosition, setGridlineStyle, setLayout, setLegend, setNodeStyle, setNodeText, setRepeatCount, setRepeatMode, setSequence, setSeriesChartType, setSeriesColor, setSeriesErrorBars, setSeriesMarker, setSeriesName, setSeriesTrendline, setSeriesValue, setStyle, setTimingCurve, setTitle, setTrigger, setTriggerShapeId, shapeStylePatch, sheetAfterNavigate, shouldBlockClickAdvance, shouldUseSvgWarp, showDirectionPicker, showsTemplateAffordance, signatureCountLabel, signatureKey, signatureTimestamp, signerName, statusLabel as slideDiffStatusLabel, slideNumberOf, slidesWithReappliedLayout, smartArtNodes, paletteColour as smartArtPaletteColour, snapToGridStep, splitCursorCell, splitMergedCell, statusKind, statusLabel$1 as statusLabel, storeAudienceContent, stringFromEvent, strokeColorOf, strokeToInkElement, strokeWidthOf, styleShadowFilter, surfaceColor, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, textFontSizePatch, textStyleOf, textStylePatch, themeStyle, themeToCssVars, thumbnailHeight, thumbnailZoom, toggleCommentResolvedInList, toggleNodeBold, toggleNodeItalic, toggleSheet, topLevelNodeCount, transformSelectedTextCase, translationsEn, updateElementById, updateGlowPatch, updateGradientStopPatch, updateInnerShadowPatch, updateOuterShadowPatch, updateReflectionPatch, vAlignPatch, validatePassword, validatePrintSettings, validateRoomId, valueToY, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, waypointsToPathD, withManualLayouts, worstStatus, zoomTargetSlideIndex };
23686
23971
  export type { AccessibilityIssueGroup, AccountAuthConfig, ActionDescriptor, ActiveShow, AiCanvasHighlight, AiChatInitState, AiHistoryInitDeps, AiLogChat, AiLogExport, AiLogFormat, AiLogMessage, AiPanelSelectionAccessors, AlignBox, AlignMode, AnimationClickGroup, AnimationGroup, AnimationPresetCategory, AnimationPresetEntry, AnimationPresetPick, AnnotationInkInsert, AnnotationStroke, AttachTouchGesturesConfig, AuthoredRange, AwarenessLike, BarRect, Box, BridgeDeps, BroadcastConfig, BroadcastDefaults, BubbleRadiusOptions, CSSProperties, CanvasSize, CellCoord, CellParagraph, CellTextRun, ChartPartRef, ChartPartSelection, ChartSvgDef, ChartSvgPatternDef, ChartValueDrag, ChartViewModel, ClassValue, ClrChangeParams, CollaborationConfig, CollaborationRole, RouterRect as ConnectorObstacle, RouterPoint as ConnectorPoint, ConnectorRouting, CopiedFormat, CornerHandleBox, CustomShow, CustomThemeEdit, DestroyableYDoc, DiagonalBorderInfo, DistributeMode, DocumentProperties, DrawingViewBox, DuotoneFilterDef, EffectSoundState, EffectsState, EmbeddedFontStyles, EquationTemplate, EyedropperResult, FindOptions, FindResult, FocusChip, FocusSelectionInput, GifFrame, GifFramePlan, GifPlanOptions, GlowState, GradientState, GradientStop$1 as GradientStop, HandleBox, HandoutSlidesPerPage, HyperlinkDraft, InkPoint, InkStroke, InlineEditState, InnerShadowState, LegendEntry, LinePoint, LinearFit, LocalIdentity, LocalStorageUsageSummary, LocaleCatalogEntry, MobileSheetKey, Model3DViewModel, MotionPathColumn, MotionPathEntry, NodeEditBox, NotesSegmentViewModel, ObjectUrlFactory, OleActionModel, OleInfoRow, OuterShadowState, OutlineCommit, OverallSignatureStatus, PartitionedSlides, PathPoint, PieSliceGeometry, PieSliceOptions, PlotLayout, PlotLayoutOptions, PositionUpdate, PowerPointViewerAPI, PptxAiBridge, PptxAiConfig, PptxAiConnection, PptxAiContextStrategy, PptxAiElementUpdate, PptxAiToolName, PptxAiUIMessage, PptxAiWritePolicy, PresentToolbarAction, PresentationTool, PresenterExitMessage, PresenterMessage, PresenterNotes, PresenterSlideChangeMessage, PresenterTimerProgress, PressureCircle, PrintColorMode, PrintHtmlDocumentOptions as PrintDocumentOptions, PrintOrientation, PrintSettings, PrintSlideRange, PrintWhat, PropertiesDraft, ProposalView, ProviderBundle, ProviderLike, RadarPoint, RecordWebmOptions, RecoveryVersion, ReflectionState, RemoteCursor, SanitizedPresence as RemotePresence, RenderedShape, ReplaceResult, ResizeHandle, ResolvedCaptionTrack, ResolvedFontVariant, ResolvedOleType, RulerUnit, SavedPresentationFormat, ScatterDot, ScatterXDomain, SelectionBox, SessionDeck, ShapeStyleChanges, ShareDefaults$1 as ShareDefaults, ShareFormFields, ShortcutReferenceItem, SignatureStatusKind, SlideInspectorTab, SlideTransitionAnimations, SmartArtInsertEvent, SmartArtNodeBounds, SnapBox, SnapGuide, SnapResult, SoftEdgeState, SpeechAlternative, SpeechRecognitionCtor, SpeechRecognitionEventLite, SpeechRecognitionLite, SpeechResult, SpeechResultList, SpeechSupportState, StagedProposal, StrokeToInkElementOpts, StyleMap, SupportedChartKind, SvgAreaGradient, SvgCircle, SvgLine, SvgPath, SvgPolygon, SvgPolyline, SvgPrimitive, SvgRect, SvgText, SwipeDismissDrag, TableBooleanFlag, TableCellSelection, TableCellViewModel, TableRowViewModel, TemplateElementsBySlideId, Text3DBevelKeys, TextAdvancedChanges, TextAdvancedState, TextStyleChanges, TextWarpCssDef, TextWarpDef, TextWarpPathDef, ThemeCatalogEntry, Tick, ToolbarActionId, TouchGestureCallbacks, TranslationKey, ValueRange, VideoPlanOptions, VideoSegmentPlan, ViewerMode, ViewerProfile, ViewerSettings, ViewerTheme, ViewerThemeColors, ZoomTranslate, ZoomViewModel };
23687
23972
  //# sourceMappingURL=pptx-angular-viewer.d.ts.map