pptx-angular-viewer 3.7.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, 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';
@@ -569,6 +569,66 @@ interface ComputedFillStyle {
569
569
  };
570
570
  }
571
571
 
572
+ /**
573
+ * `path="rect"` SVG paint server: the true nested-rectangle (Chebyshev)
574
+ * gradient field, as a `<pattern>` whose tile is the same normalised SVG
575
+ * image {@link ./path-gradient-rect.ts} builds for the CSS `background-image`
576
+ * path.
577
+ *
578
+ * Split out of `svg-gradient-paint.ts` (which stays focused on the
579
+ * `<linearGradient>` / `<radialGradient>` paint servers SVG can express
580
+ * natively) to keep both files under this repo's ~300-LOC guideline.
581
+ *
582
+ * @module svg-gradient-rect-path
583
+ */
584
+
585
+ /**
586
+ * A `path="rect"` gradient's true nested-rectangle field, painted as a
587
+ * `<pattern>` whose single tile is stretched to the shape's own box
588
+ * (`patternUnits="objectBoundingBox"`, `width`/`height` 1, the `<image>`
589
+ * itself `preserveAspectRatio="none"`).
590
+ *
591
+ * SVG's native `<radialGradient>` can only express an ellipse, which is a
592
+ * visibly wrong approximation for a rect-path gradient near a non-square
593
+ * shape's corners (see `path-gradient-rect.ts`'s module doc), so a freeform
594
+ * (`a:custGeom`) shape with `a:path type="rect"` needs this distinct paint
595
+ * server instead of an elliptical `SvgRadialGradientDef`.
596
+ */
597
+ interface SvgRectPathGradientDef {
598
+ kind: 'rectPath';
599
+ id: string;
600
+ /** `data:image/svg+xml,...` of the nested-rectangle band field. */
601
+ href: string;
602
+ }
603
+
604
+ /**
605
+ * SVG `<pattern>` paint server for a preset pattern OUTLINE (`a:ln/a:pattFill`).
606
+ *
607
+ * Split out of `svg-gradient-paint.ts` to keep that file (and this one) under
608
+ * this repo's ~300-LOC guideline; both are part of the same "freeform shape
609
+ * needs a real SVG paint server, not a flattened representative colour"
610
+ * effort (see that module's header).
611
+ *
612
+ * @module svg-stroke-pattern-paint
613
+ */
614
+
615
+ /**
616
+ * An SVG `<pattern>` paint server for a preset pattern OUTLINE.
617
+ *
618
+ * The tile is carried as a data-URI `<image>` rather than inline primitives so
619
+ * every binding can render the `<pattern>` from plain attribute bindings, with
620
+ * no raw-markup injection (which Angular's template sanitiser would fight).
621
+ */
622
+ interface SvgPatternDef {
623
+ kind: 'pattern';
624
+ id: string;
625
+ /** Tile size in user-space px; the pattern repeats on this grid. */
626
+ width: number;
627
+ height: number;
628
+ /** `data:image/svg+xml,…` of one rendered tile. */
629
+ href: string;
630
+ }
631
+
572
632
  /**
573
633
  * OOXML gradient fill (`a:gradFill`) → SVG paint server.
574
634
  *
@@ -617,24 +677,9 @@ interface SvgRadialGradientDef {
617
677
  r: number;
618
678
  stops: SvgGradientStopDef[];
619
679
  }
680
+
620
681
  /** Either flavour of SVG gradient produced by {@link buildSvgGradientDef}. */
621
- type SvgGradientDef = SvgLinearGradientDef | SvgRadialGradientDef;
622
- /**
623
- * An SVG `<pattern>` paint server for a preset pattern OUTLINE.
624
- *
625
- * The tile is carried as a data-URI `<image>` rather than inline primitives so
626
- * every binding can render the `<pattern>` from plain attribute bindings, with
627
- * no raw-markup injection (which Angular's template sanitiser would fight).
628
- */
629
- interface SvgPatternDef {
630
- kind: 'pattern';
631
- id: string;
632
- /** Tile size in user-space px; the pattern repeats on this grid. */
633
- width: number;
634
- height: number;
635
- /** `data:image/svg+xml,…` of one rendered tile. */
636
- href: string;
637
- }
682
+ type SvgGradientDef = SvgLinearGradientDef | SvgRadialGradientDef | SvgRectPathGradientDef;
638
683
 
639
684
  /**
640
685
  * Stroked SVG OUTLINES: gradient/pattern lines (`a:ln/a:gradFill`,
@@ -1121,6 +1166,45 @@ interface ChartSvgPatternDef {
1121
1166
  }
1122
1167
  type ChartSvgDef = ChartSvgPatternDef;
1123
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
+
1124
1208
  /**
1125
1209
  * chart-view-model-scale.ts: palette, value-range and axis-value helpers of
1126
1210
  * the chart engine. Split out of `chart-view-model.ts`, which re-exports
@@ -1410,6 +1494,14 @@ interface ChartViewModel {
1410
1494
  * style part, then the viewer defaults). See `chart-title-style.ts`.
1411
1495
  */
1412
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[];
1413
1505
  /**
1414
1506
  * SVG `fill` for the plot-area rect, resolved from `c:plotArea/c:spPr`.
1415
1507
  * `undefined` means paint nothing and let the chart area show through.
@@ -1939,6 +2031,37 @@ declare function normalizeValue(value: number, min: number, max: number): number
1939
2031
  */
1940
2032
  declare function buildRegionMapViewModel(element: PptxElement, chartData: PptxChartData, categoryLabels: ReadonlyArray<string>): ChartViewModel;
1941
2033
 
2034
+ /**
2035
+ * chart-overlays-axis-titles.ts: `computeAxisTitlePrimitives`, building
2036
+ * `SvgText[]` for the X and Y axis titles. Split out of chart-overlays.ts to
2037
+ * keep that module under the repo's file-size guideline.
2038
+ *
2039
+ * Ported / adapted from:
2040
+ * packages/react/src/viewer/utils/chart-chrome.tsx (axis titles)
2041
+ *
2042
+ * @module chart-overlays-axis-titles
2043
+ */
2044
+
2045
+ /**
2046
+ * Build `SvgText[]` for the X and Y axis titles.
2047
+ *
2048
+ * Axis titles are read from `chartData.axes`:
2049
+ * - the primary category axis (`catAx`, `axPos === 'b'`) drives the X title
2050
+ * - the primary value axis (`valAx`, `axPos === 'l'` or first `valAx`) drives the Y title
2051
+ *
2052
+ * **Rotation note**: `SvgText` has no `transform` or `rotate` field. The Y
2053
+ * axis title is therefore placed to the left of the plot without rotation and
2054
+ * noted inline. If the orchestrator adds a `transform?: string` field to
2055
+ * `SvgText` (or a new `SvgTransform` wrapper primitive), the Y title can be
2056
+ * rendered rotated -90 degrees by passing
2057
+ * `transform: \`rotate(-90, ${x}, ${y})\`` (the template expression is
2058
+ * straightforward once the field exists).
2059
+ *
2060
+ * @param chartData Full parsed chart data.
2061
+ * @param layout Plot-area bounding box.
2062
+ */
2063
+ declare function computeAxisTitlePrimitives(chartData: PptxChartData, layout: PlotLayout): SvgText[];
2064
+
1942
2065
  interface ErrorBarRenderOptions {
1943
2066
  /** Source point indexes in display order after category/date-axis filtering. */
1944
2067
  sourceIndices?: ReadonlyArray<number>;
@@ -1953,23 +2076,16 @@ interface ErrorBarRenderOptions {
1953
2076
  declare function computeErrorBarPrimitives(chartData: PptxChartData, catCount: number, layout: PlotLayout, range: ValueRange, mode?: 'line' | 'bar', options?: ErrorBarRenderOptions): SvgPrimitive[];
1954
2077
 
1955
2078
  /**
1956
- * chart-overlays.ts chart overlay depth for Angular pptx-angular-viewer.
1957
- *
1958
- * Pure functions that produce additional `SvgPrimitive[]` / `SvgText[]` for an
1959
- * existing cartesian chart. No Angular dependencies; all inputs are typed
1960
- * against `pptx-viewer-core` and the `SvgPrimitive` union already defined in
1961
- * `chart-renderer-helpers.ts`.
2079
+ * chart-overlays-regression.ts: least-squares regression / polynomial-fit
2080
+ * math for chart trendlines. Split out of chart-overlays.ts to keep that
2081
+ * module under the repo's file-size guideline.
1962
2082
  *
1963
2083
  * Ported / adapted from:
1964
- * packages/react/src/viewer/utils/chart-trendlines.tsx (regression engine)
1965
- * packages/react/src/viewer/utils/chart-overlay-lines.tsx (error bars)
1966
- * packages/react/src/viewer/utils/chart-chrome.tsx (axis titles)
1967
- * packages/react/src/viewer/utils/chart-data-table.tsx (data table)
1968
- * packages/shared/src/render/chart-trendlines.ts (shared port)
2084
+ * packages/react/src/viewer/utils/chart-trendlines.tsx (regression engine)
2085
+ * packages/shared/src/render/chart-trendlines.ts (shared port)
1969
2086
  *
1970
- * @module chart-overlays
2087
+ * @module chart-overlays-regression
1971
2088
  */
1972
-
1973
2089
  /** Result of an ordinary least-squares linear regression. */
1974
2090
  interface LinearFit {
1975
2091
  slope: number;
@@ -1986,23 +2102,37 @@ interface LinearFit {
1986
2102
  */
1987
2103
  declare function computeLinearRegression(xVals: number[], yVals: number[]): LinearFit;
1988
2104
  /**
1989
- * Fit polynomial coefficients (ascending order: [a0, a1, …, a_order]) via
2105
+ * Fit polynomial coefficients (ascending order: [a0, a1, ..., a_order]) via
1990
2106
  * Gaussian elimination on the normal equations.
1991
2107
  * Mirrors `fitPolynomial` in chart-trendlines.tsx (React).
1992
2108
  */
1993
2109
  declare function fitPolynomial(xVals: number[], yVals: number[], order: number): number[];
1994
2110
  /**
1995
- * Coefficient of determination (R²) of an arbitrary fit function against data.
1996
- * Mirrors `computeRSquared` in chart-trendlines.tsx (React).
2111
+ * Coefficient of determination (R-squared) of an arbitrary fit function
2112
+ * against data. Mirrors `computeRSquared` in chart-trendlines.tsx (React).
1997
2113
  */
1998
2114
  declare function computeRSquared(xVals: number[], yVals: number[], evalFn: (x: number) => number): number;
2115
+
2116
+ /**
2117
+ * chart-overlays-trendline.ts: public `computeTrendlinePrimitives` API,
2118
+ * turning each series' `computeTrendlinePoints` fit into `SvgPrimitive[]`.
2119
+ * Split out of chart-overlays.ts to keep that module under the repo's
2120
+ * file-size guideline.
2121
+ *
2122
+ * Ported / adapted from:
2123
+ * packages/react/src/viewer/utils/chart-trendlines.tsx (regression engine)
2124
+ * packages/shared/src/render/chart-trendlines.ts (shared port)
2125
+ *
2126
+ * @module chart-overlays-trendline
2127
+ */
2128
+
1999
2129
  /**
2000
2130
  * Build `SvgPrimitive[]` for all trendlines declared by every series in
2001
- * `chartData`. Returns an empty array when no series declares a trendline.
2131
+ * `chartData`. Returns an empty array when no series declares a trendline.
2002
2132
  *
2003
2133
  * Each trendline produces:
2004
2134
  * - one `SvgPath` (dashed polyline in the series / trendline colour), and
2005
- * - optionally one `SvgText` with the equation / R² label at the last point.
2135
+ * - optionally one `SvgText` with the equation / R-squared label at the last point.
2006
2136
  *
2007
2137
  * @param chartData Full parsed chart data.
2008
2138
  * @param catCount Number of categories (x-slots), e.g. `chartData.categories.length || 1`.
@@ -2012,25 +2142,6 @@ declare function computeRSquared(xVals: number[], yVals: number[], evalFn: (x: n
2012
2142
  * @param colorPalette Optional resolved palette (same as passed to `seriesColor`).
2013
2143
  */
2014
2144
  declare function computeTrendlinePrimitives(chartData: PptxChartData, catCount: number, layout: PlotLayout, range: ValueRange, mode?: 'line' | 'bar', colorPalette?: readonly string[]): SvgPrimitive[];
2015
- /**
2016
- * Build `SvgText[]` for the X and Y axis titles.
2017
- *
2018
- * Axis titles are read from `chartData.axes`:
2019
- * - the primary category axis (`catAx`, `axPos === 'b'`) drives the X title
2020
- * - the primary value axis (`valAx`, `axPos === 'l'` or first `valAx`) drives the Y title
2021
- *
2022
- * **Rotation note**: `SvgText` has no `transform` or `rotate` field. The Y
2023
- * axis title is therefore placed to the left of the plot without rotation and
2024
- * noted inline. If the orchestrator adds a `transform?: string` field to
2025
- * `SvgText` (or a new `SvgTransform` wrapper primitive), the Y title can be
2026
- * rendered rotated -90° by passing
2027
- * `transform: \`rotate(-90, ${x}, ${y})\`` — the template expression is
2028
- * straightforward once the field exists.
2029
- *
2030
- * @param chartData Full parsed chart data.
2031
- * @param layout Plot-area bounding box.
2032
- */
2033
- declare function computeAxisTitlePrimitives(chartData: PptxChartData, layout: PlotLayout): SvgText[];
2034
2145
 
2035
2146
  /**
2036
2147
  * `animation-authoring` — pure, immutable helpers for the editor's element
@@ -2357,6 +2468,63 @@ declare function revealedElementStyles(groups: readonly AnimationClickGroup[], s
2357
2468
  */
2358
2469
  declare function pendingElementStyles(groups: readonly AnimationClickGroup[], step: number): Map<string, CSSProperties>;
2359
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
+
2360
2528
  /**
2361
2529
  * `animation-timeline-types` — pure interfaces for the native-animation
2362
2530
  * (OOXML `p:timing` tree) playback engine shared by every binding.
@@ -2424,6 +2592,27 @@ interface ChartRevealDescriptor {
2424
2592
  /** Individual cells revealed by a `bldStep="seriesEl"`/`"categoryEl"` effect. */
2425
2593
  points: readonly ChartRevealPoint[];
2426
2594
  }
2595
+ /**
2596
+ * Playback-time SmartArt diagram reveal state derived from AUTHORED
2597
+ * `p:graphicEl/p:dgm/@id` indices (see `diagram-reveal-descriptor`'s
2598
+ * `resolveDiagramRevealDescriptor`), rather than from click-count/time
2599
+ * progress. Present on {@link ElementAnimationState.diagramReveal} only when
2600
+ * every fired diagram-build step for the element carried `p:graphicEl` data.
2601
+ * A SmartArt renderer prefers this over the progress-based `build` /
2602
+ * {@link ElementBuildState} path when present, since it reflects the real
2603
+ * authored reveal set (correct even for a reversed-order or by-branch build),
2604
+ * and falls back to `build` when absent.
2605
+ */
2606
+ interface DiagramRevealDescriptor {
2607
+ /**
2608
+ * Whether the diagram's background/connector chrome should currently be
2609
+ * visible: `true` once any node-revealing or background-revealing
2610
+ * (`bldStep="bg"`) step has fired.
2611
+ */
2612
+ background: boolean;
2613
+ /** Data-model point ids (`PptxSmartArtNode.id`) revealed so far. */
2614
+ nodeIds: ReadonlySet<string>;
2615
+ }
2427
2616
  /**
2428
2617
  * Playback-time staged-build state surfaced on {@link ElementAnimationState}.
2429
2618
  * `progress` is the 0..1 fraction of the build revealed at the current playback
@@ -2464,6 +2653,17 @@ interface ElementAnimationState {
2464
2653
  mode: ChartBuildMode;
2465
2654
  descriptor: ChartRevealDescriptor;
2466
2655
  };
2656
+ /**
2657
+ * Authored-index SmartArt diagram reveal state (see
2658
+ * {@link DiagramRevealDescriptor}), present only when every fired
2659
+ * diagram-build step for this element carried `p:graphicEl` node-id data.
2660
+ * `diagram-build`'s `resolveRevealedSmartArtNodes` prefers this over `build`
2661
+ * when present.
2662
+ */
2663
+ diagramReveal?: {
2664
+ mode: DiagramBuildMode;
2665
+ descriptor: DiagramRevealDescriptor;
2666
+ };
2467
2667
  /**
2468
2668
  * True when an active `p:animClr` color animation targets this shape's fill.
2469
2669
  * A vector renderer should then paint the fill with `fill: inherit` so the
@@ -2477,6 +2677,18 @@ interface ElementAnimationState {
2477
2677
  * `stroke: inherit`. Absent/false means no active stroke-colour animation.
2478
2678
  */
2479
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;
2480
2692
  }
2481
2693
 
2482
2694
  /**
@@ -3567,6 +3779,26 @@ interface TabbedRunPiece {
3567
3779
  leaderStyle?: RunStyle;
3568
3780
  /** Leader glyphs sized to fill `leaderStyle`'s width. Present only alongside `leaderStyle`. */
3569
3781
  leaderText?: string;
3782
+ /**
3783
+ * `a:rPr/@u="words"` per-word/gap sub-pieces of THIS tab piece's own text
3784
+ * (see `splitWordsForUnderline`), present only when the run's underline is
3785
+ * `words`. A tab-separated piece is otherwise rendered as a single span
3786
+ * (`text` + `style`), which underlines it continuously - correct for a
3787
+ * one-word piece, but wrong for a piece like `"Hello World"` between two tab
3788
+ * stops, which needs a gap under the space. A binding renders one SIBLING
3789
+ * span per entry IN PLACE OF the piece's single `text` span: each entry's
3790
+ * `style` is the piece's own `style` (the same inline-block layout and
3791
+ * advance-width correction, so the line measures exactly as before), with
3792
+ * the underline stripped on a gap entry. They must be siblings, not spans
3793
+ * nested inside the piece span: an ancestor's underline is drawn through
3794
+ * every inline descendant, so a nested gap could not lose it. `text`/`style`
3795
+ * stay the continuous-underline fallback for a binding that does not
3796
+ * render this field.
3797
+ */
3798
+ words?: Array<{
3799
+ text: string;
3800
+ style: RunStyle;
3801
+ }>;
3570
3802
  }
3571
3803
  /** One `\n`-split line of a run's tabbed text. */
3572
3804
  interface TabbedLineRun {
@@ -5004,7 +5236,7 @@ interface DrawingViewBox {
5004
5236
  height: number;
5005
5237
  }
5006
5238
  /** Compute the SVG viewBox that fits all drawing shapes, rebasing to (0, 0). */
5007
- declare function computeDrawingViewBox(shapes: PptxSmartArtDrawingShape[]): DrawingViewBox;
5239
+ declare function computeDrawingViewBox(shapes: readonly PptxSmartArtDrawingShape[]): DrawingViewBox;
5008
5240
  /**
5009
5241
  * Project raw `PptxSmartArtDrawingShape`s into `RenderedShape` view-models,
5010
5242
  * rebasing positions relative to the viewBox origin.
@@ -5109,7 +5341,15 @@ declare function isUnderline(el: PptxElement): boolean;
5109
5341
  */
5110
5342
  interface ShapeStyleChanges {
5111
5343
  fillColor?: string;
5344
+ /**
5345
+ * Set alongside `fillColor` when the colour came from a theme swatch (wins
5346
+ * on save); pass `undefined` explicitly when clearing a previously-stored
5347
+ * ref (a custom hex or recent-colour pick has no theme identity).
5348
+ */
5349
+ fillColorRef?: PptxThemeColorRef;
5112
5350
  strokeColor?: string;
5351
+ /** Same contract as {@link fillColorRef}, for the stroke colour. */
5352
+ strokeColorRef?: PptxThemeColorRef;
5113
5353
  }
5114
5354
  /**
5115
5355
  * Builds a Partial<PptxElement> patch that merges the given changes into the
@@ -5122,6 +5362,8 @@ declare function shapeStylePatch(el: PptxElement, changes: ShapeStyleChanges): P
5122
5362
  */
5123
5363
  interface TextStyleChanges {
5124
5364
  color?: string;
5365
+ /** Same contract as {@link ShapeStyleChanges.fillColorRef}, for the text colour. */
5366
+ colorRef?: PptxThemeColorRef;
5125
5367
  fontSize?: number;
5126
5368
  bold?: boolean;
5127
5369
  italic?: boolean;
@@ -6296,6 +6538,41 @@ interface FlatTagRow {
6296
6538
  tagIdx: number;
6297
6539
  }
6298
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
+
6299
6576
  /**
6300
6577
  * Pure, framework-agnostic helpers for freehand ink drawing, shared by every
6301
6578
  * binding. No framework imports, so these can be unit-tested without TestBed.
@@ -6518,6 +6795,13 @@ interface GradientStop$1 {
6518
6795
  color: string;
6519
6796
  position: number;
6520
6797
  opacity?: number;
6798
+ /**
6799
+ * Theme colour identity for this stop, mirroring
6800
+ * `ShapeStyle.fillColorRef`. Set by a theme-swatch pick so the stop keeps
6801
+ * following the theme after a later theme change; cleared by a custom hex
6802
+ * pick, which has no theme identity.
6803
+ */
6804
+ colorRef?: PptxThemeColorRef;
6521
6805
  }
6522
6806
  /** The editable gradient state surfaced to the component. */
6523
6807
  interface GradientState {
@@ -6851,6 +7135,54 @@ interface FontEmbeddingDescriptor {
6851
7135
  disabledReasonKey?: string;
6852
7136
  }
6853
7137
 
7138
+ /**
7139
+ * Pure decision helpers a colour-picker UI uses on top of the theme swatch
7140
+ * grid ({@link buildThemeColorSwatchGrid}): which swatch (if any) matches the
7141
+ * element's current colour, and what a click / a custom pick should write
7142
+ * back to the model.
7143
+ *
7144
+ * Every binding (React, Vue, Angular, Svelte, Vanilla) shares this module so
7145
+ * "click a theme swatch" and "type a custom hex" behave identically
7146
+ * everywhere: a theme swatch commits both the resolved hex (so rendering
7147
+ * keeps working even where the ref cannot be resolved) and the
7148
+ * {@link PptxThemeColorRef} (so the colour survives a later theme swap); a
7149
+ * custom hex or a recent-colour pick always clears the ref, since a plain
7150
+ * sRGB value has no theme identity for PowerPoint to reapply.
7151
+ *
7152
+ * @module render/theme-color-picker-state
7153
+ */
7154
+
7155
+ /** What a picker should write back to the model on a commit. */
7156
+ interface ThemeColorPickerCommit {
7157
+ /** Resolved `#rrggbb`, always set so rendering keeps working. */
7158
+ readonly hex: string;
7159
+ /** The theme ref to store, or `undefined` to clear a previously-stored ref. */
7160
+ readonly ref: PptxThemeColorRef | undefined;
7161
+ }
7162
+
7163
+ /**
7164
+ * The exact model field pair each colour-picker surface writes on a commit
7165
+ * ({@link ThemeColorPickerCommit}), named once so five bindings cannot each
7166
+ * spell `backgroundColorRef` / `colorRef` differently (or forget the ref
7167
+ * field entirely, which is how a swatch pick silently degraded to a plain
7168
+ * hex in the ribbon Shape Fill/Outline pickers before this module existed).
7169
+ *
7170
+ * Every helper here is a trivial field rename: the interesting decision
7171
+ * logic (which swatch is selected, what a click vs. a custom hex commits)
7172
+ * already lives in {@link ../render/theme-color-picker-state}. This module
7173
+ * only exists so that decision's OUTPUT lands on the right property names
7174
+ * for each surface (gradient stop, table cell fill, table cell text).
7175
+ *
7176
+ * @module render/theme-color-field-commit
7177
+ */
7178
+
7179
+ /**
7180
+ * The `color` / `colorRef` patch a gradient stop editor writes for one stop,
7181
+ * in any binding. Pass to `updateGradientStopPatch(el, index, ...)` or merge
7182
+ * directly into the stop object a binding's own gradient state holds.
7183
+ */
7184
+ declare function gradientStopColorCommitPatch(commit: ThemeColorPickerCommit): Pick<GradientStop$1, 'color' | 'colorRef'>;
7185
+
6854
7186
  /**
6855
7187
  * Command-search data for the PowerPoint-style "Tell me what you want to do"
6856
7188
  * search bar. Provides searchable command entries grouped by category, each
@@ -9105,6 +9437,13 @@ interface ConnectOptions {
9105
9437
  * edits would be dropped from the persisted deck.
9106
9438
  */
9107
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;
9108
9447
  }
9109
9448
 
9110
9449
  declare class CollaborationService {
@@ -9137,6 +9476,7 @@ declare class CollaborationService {
9137
9476
  private canvasHeight;
9138
9477
  private getSourceBytes;
9139
9478
  private getTemplateElements;
9479
+ private getSaveOptions;
9140
9480
  private currentConfig;
9141
9481
  private lastConfig;
9142
9482
  private lastOptions;
@@ -9640,6 +9980,14 @@ declare class LoadContentService {
9640
9980
  readonly themeColorMap: _angular_core.WritableSignal<Record<string, string> | undefined>;
9641
9981
  /** Parsed table-style definitions from `ppt/tableStyles.xml` (banding/diagonals). */
9642
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[]>;
9643
9991
  /** Slide masters (for placeholder/background resolution). */
9644
9992
  readonly slideMasters: _angular_core.WritableSignal<PptxSlideMaster[]>;
9645
9993
  /** Notes master, including its editable element tree. */
@@ -10663,6 +11011,13 @@ interface CollaborationSessionHost {
10663
11011
  };
10664
11012
  /** The loaded source `.pptx` bytes for elected-writer write-back, if any. */
10665
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;
10666
11021
  /** The current editable deck (seeds the sync baseline after connecting). */
10667
11022
  readonly currentSlides: () => readonly PptxSlide[];
10668
11023
  readonly emitStart: (config: CollaborationConfig) => void;
@@ -13071,6 +13426,18 @@ interface BridgeDeps {
13071
13426
  getCoreProperties(): PptxCoreProperties | undefined;
13072
13427
  /** Extended application properties (`docProps/app.xml`), loader-tracked. */
13073
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[];
13074
13441
  /** Set the slide canvas size (px) and mark the deck dirty. */
13075
13442
  setCanvasSize(size: {
13076
13443
  width: number;
@@ -13086,6 +13453,14 @@ interface BridgeDeps {
13086
13453
  setCoreProperties(props: PptxCoreProperties | undefined): void;
13087
13454
  /** Replace the extended application properties and mark the deck dirty. */
13088
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;
13089
13464
  /**
13090
13465
  * The slides / elements the assistant should scope its work to (explicit AI
13091
13466
  * picks, else a pinned focus, else the live canvas selection). When omitted,
@@ -14285,6 +14660,13 @@ interface TextRun {
14285
14660
  * alignment and leader glyphs a plain CSS `tab-size` cannot express.
14286
14661
  */
14287
14662
  tabLines?: TabbedLineRun[];
14663
+ /**
14664
+ * `a:rPr/@u="words"` word/gap pieces of a RUBY run's base text (same shape
14665
+ * as `scriptRuns`, rendered the same way in place of `text`): the base text
14666
+ * stays one run so the annotation still reads over the whole thing, while
14667
+ * only the word entries carry the underline. Absent otherwise.
14668
+ */
14669
+ underlineWordPieces?: ScriptFontPiece[];
14288
14670
  /**
14289
14671
  * `a:reflection` mirrored-sibling wrapper style for this run, or `undefined`
14290
14672
  * for the common no-reflection case - the text-run counterpart of a
@@ -14670,6 +15052,17 @@ declare class ElementRendererComponent {
14670
15052
  * connector renderers), mirroring React's per-element `animationState`.
14671
15053
  */
14672
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>;
14673
15066
  /**
14674
15067
  * Per-paragraph split for a staged text build (by paragraph / word / letter),
14675
15068
  * or `undefined` entries to render the runs normally. PowerPoint's "Animate
@@ -14793,6 +15186,13 @@ declare class ConnectorRendererComponent {
14793
15186
  * outside a running presentation.
14794
15187
  */
14795
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>;
14796
15196
  /** All derived geometry, recomputed on every input change. */
14797
15197
  readonly geo: _angular_core.Signal<ConnectorGeometry>;
14798
15198
  readonly viewBox: _angular_core.Signal<string>;
@@ -14819,7 +15219,7 @@ declare class ConnectorRendererComponent {
14819
15219
  readonly connectorSegments: _angular_core.Signal<TextSegment[] | undefined>;
14820
15220
  readonly connectorTextStyle: _angular_core.Signal<TextStyle | undefined>;
14821
15221
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConnectorRendererComponent, never>;
14822
- 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>;
14823
15223
  }
14824
15224
  /** One parallel stroke of a (possibly compound) connector line. */
14825
15225
  interface ConnectorStrand {
@@ -14955,6 +15355,12 @@ declare class ChartElementViewComponent {
14955
15355
  private readonly titleEditor;
14956
15356
  /** In-flight vertical value drag, or null. */
14957
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;
14958
15364
  /** Local drag preview: rendered instead of the committed data mid-drag. */
14959
15365
  private readonly previewData;
14960
15366
  /** Live value under the pointer mid-drag (drives the floating badge). */
@@ -15247,12 +15653,10 @@ declare class SmartArtRendererComponent {
15247
15653
  readonly shadowFilter: _angular_core.Signal<string | undefined>;
15248
15654
  private readonly rawDrawingShapes;
15249
15655
  readonly hasDrawingShapes: _angular_core.Signal<boolean>;
15250
- private readonly diagramBuild;
15251
- private readonly shownNodeCount;
15252
- private readonly isPartialBuild;
15656
+ private readonly diagramReveal;
15253
15657
  /** Leading node prefix revealed so far (full list when no partial build). */
15254
15658
  private readonly revealedNodes;
15255
- /** Leading drawing-shape prefix revealed so far (proportional to nodes). */
15659
+ /** Revealed drawing-shape subset, preferring the authored node-id set. */
15256
15660
  private readonly revealedShapeList;
15257
15661
  private readonly viewBox;
15258
15662
  /** `viewBox` attribute string for the drawing-shapes `<svg>`. */
@@ -15262,6 +15666,11 @@ declare class SmartArtRendererComponent {
15262
15666
  * Node id for each drawing shape (index-aligned with `renderedShapes`).
15263
15667
  * Used to tag `<g>` elements with `data-smartart-node-id` so the 3D
15264
15668
  * renderer's hit-test overlay can resolve a click to a node.
15669
+ *
15670
+ * Aligned with the REVEALED subset `renderedShapes` projects: during a staged
15671
+ * `p:bldDgm` build that differs from the full list, and indexing the full
15672
+ * list's ids by rendered position stamped the first node's id onto whichever
15673
+ * shape the authored reveal showed first (Gamma carried Alpha's id).
15265
15674
  */
15266
15675
  readonly drawingShapeNodeIds: _angular_core.Signal<(string | undefined)[]>;
15267
15676
  readonly layout: _angular_core.Signal<SmartArtLayoutResult>;
@@ -15851,6 +16260,12 @@ declare class AnimationPlaybackService {
15851
16260
  private controller;
15852
16261
  private readonly timers;
15853
16262
  private readonly buildHandle;
16263
+ /**
16264
+ * The click-group the last presenter click started, so a second click while
16265
+ * it is still mid-flight fast-forwards it (`p:seq/@nextAc="seek"`) instead
16266
+ * of skipping to the next group. Owned here, mutated by the shared helpers.
16267
+ */
16268
+ private readonly activeGroup;
15854
16269
  private showWithAnimation;
15855
16270
  private frameRoot;
15856
16271
  private onPlayActionSound;
@@ -16865,6 +17280,12 @@ declare class InspectorPanelComponent {
16865
17280
  /** Whether mutation controls in the inspector are enabled. */
16866
17281
  readonly canEdit: _angular_core.InputSignal<boolean>;
16867
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;
16868
17289
  /** Reactive viewport / pointer flags (drives the bottom-sheet layout). */
16869
17290
  protected readonly mobile: IsMobileService;
16870
17291
  /** "Recent colours" row backing the fill/stroke/text colour pickers below. */
@@ -16912,8 +17333,21 @@ declare class InspectorPanelComponent {
16912
17333
  protected readonly isLocked: _angular_core.Signal<boolean>;
16913
17334
  /** Whether the element supports shape-style (fill/stroke) editing. */
16914
17335
  protected readonly hasShape: _angular_core.Signal<boolean>;
17336
+ /**
17337
+ * LIVE (not `seed()`-frozen) fill/stroke colour + ref, read fresh from the
17338
+ * element on every change so the theme-swatch grid's highlight tracks the
17339
+ * current colour right after a pick, unlike the caret-preserving `seed()`
17340
+ * fields the native `<input type="color">`s bind to.
17341
+ */
17342
+ protected readonly liveFillColor: _angular_core.Signal<string>;
17343
+ protected readonly liveStrokeColor: _angular_core.Signal<string>;
17344
+ protected readonly fillColorRef: _angular_core.Signal<PptxThemeColorRef | undefined>;
17345
+ protected readonly strokeColorRef: _angular_core.Signal<PptxThemeColorRef | undefined>;
16915
17346
  /** Whether the element supports text-style editing. */
16916
17347
  protected readonly hasText: _angular_core.Signal<boolean>;
17348
+ /** LIVE text colour + ref (see {@link liveFillColor}'s doc for why not `seed()`). */
17349
+ protected readonly liveTextColor: _angular_core.Signal<string>;
17350
+ protected readonly textColorRef: _angular_core.Signal<PptxThemeColorRef | undefined>;
16917
17351
  protected readonly currentBold: _angular_core.Signal<boolean>;
16918
17352
  protected readonly currentItalic: _angular_core.Signal<boolean>;
16919
17353
  protected readonly currentUnderline: _angular_core.Signal<boolean>;
@@ -16922,6 +17356,16 @@ declare class InspectorPanelComponent {
16922
17356
  /** The selected element narrowed to a chart, or undefined. */
16923
17357
  protected readonly chartEl: _angular_core.Signal<ChartPptxElement | undefined>;
16924
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>;
16925
17369
  protected readonly mediaEl: _angular_core.Signal<MediaPptxElement | undefined>;
16926
17370
  /** The selected element narrowed to SmartArt, or undefined. */
16927
17371
  protected readonly smartArtEl: _angular_core.Signal<SmartArtPptxElement | undefined>;
@@ -16940,6 +17384,18 @@ declare class InspectorPanelComponent {
16940
17384
  protected onPatch(patch: Partial<PptxElement>): void;
16941
17385
  /** Commit a fully-replaced element (table/chart data editors) as one history entry. */
16942
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;
16943
17399
  /** The active slide's element-animation list (animations live on the slide). */
16944
17400
  protected readonly slideAnimations: _angular_core.Signal<readonly PptxElementAnimation[]>;
16945
17401
  /** Read-only anchors for the active slide's deck-native effect groups. */
@@ -16952,16 +17408,22 @@ declare class InspectorPanelComponent {
16952
17408
  protected onRotationChange(event: Event): void;
16953
17409
  protected onOpacityChange(event: Event): void;
16954
17410
  protected onFillColorChange(event: Event): void;
16955
- /** Recent-colours row pick: commits through the same path as the native picker. */
17411
+ /** Recent-colours row pick: commits through the same path as the native picker, clearing any stored ref. */
16956
17412
  protected onFillColorPick(color: string): void;
17413
+ /** Theme-swatch pick: commits BOTH the resolved hex and the ref, so the fill follows a later theme change. */
17414
+ protected onFillThemeColor(commit: ThemeColorPickerCommit): void;
16957
17415
  private commitFillColor;
16958
17416
  protected onStrokeColorChange(event: Event): void;
16959
- /** Recent-colours row pick: commits through the same path as the native picker. */
17417
+ /** Recent-colours row pick: commits through the same path as the native picker, clearing any stored ref. */
16960
17418
  protected onStrokeColorPick(color: string): void;
17419
+ /** Theme-swatch pick: commits BOTH the resolved hex and the ref, so the stroke follows a later theme change. */
17420
+ protected onStrokeThemeColor(commit: ThemeColorPickerCommit): void;
16961
17421
  private commitStrokeColor;
16962
17422
  protected onTextColorChange(event: Event): void;
16963
- /** Recent-colours row pick: commits through the same path as the native picker. */
17423
+ /** Recent-colours row pick: commits through the same path as the native picker, clearing any stored ref. */
16964
17424
  protected onTextColorPick(color: string): void;
17425
+ /** Theme-swatch pick: commits BOTH the resolved hex and the ref, so the text colour follows a later theme change. */
17426
+ protected onTextThemeColor(commit: ThemeColorPickerCommit): void;
16965
17427
  private commitTextColor;
16966
17428
  protected onFontSizeChange(event: Event): void;
16967
17429
  protected onBoldToggle(): void;
@@ -17324,7 +17786,10 @@ declare class GradientPickerComponent {
17324
17786
  protected readonly previewCss: _angular_core.Signal<string>;
17325
17787
  protected onTypeChange(event: Event): void;
17326
17788
  protected onAngleChange(event: Event): void;
17789
+ /** No theme identity, so this always explicitly clears any stored `colorRef` (see {@link onStopThemePick}). */
17327
17790
  protected onStopColorChange(event: Event, index: number): void;
17791
+ /** A theme-swatch pick: commits BOTH the resolved hex and the ref. */
17792
+ protected onStopThemePick(commit: ThemeColorPickerCommit, index: number): void;
17328
17793
  protected onStopPositionChange(event: Event, index: number): void;
17329
17794
  protected onStopOpacityChange(event: Event, index: number): void;
17330
17795
  protected onRemoveStop(index: number): void;
@@ -17561,6 +18026,15 @@ declare class TablePropertiesComponent {
17561
18026
  readonly canEdit: _angular_core.InputSignal<boolean>;
17562
18027
  /** Emits the fully-updated element after any edit. */
17563
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>;
17564
18038
  protected readonly toggles: readonly {
17565
18039
  key: TableBooleanFlag;
17566
18040
  labelKey: string;
@@ -17577,9 +18051,11 @@ declare class TablePropertiesComponent {
17577
18051
  protected onEvenRows(): void;
17578
18052
  protected onColWidth(index: number, event: Event): void;
17579
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;
17580
18056
  private emit;
17581
18057
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TablePropertiesComponent, never>;
17582
- 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>;
17583
18059
  }
17584
18060
 
17585
18061
  /** Cell-style keys whose value is a colour string (edited via `<input type=color>`). */
@@ -17623,6 +18099,13 @@ declare class TableCellFormattingComponent {
17623
18099
  protected widthOf(key: NumKey): number;
17624
18100
  protected toggle(key: 'bold' | 'italic' | 'underline'): void;
17625
18101
  protected onColor(key: ColorKey, event: Event): void;
18102
+ /**
18103
+ * A `pptx-table-cell-color-field` commit (text colour or fill colour): sets
18104
+ * both the hex and its ref field, so a theme-swatch pick keeps following
18105
+ * the deck's theme after a later theme change, and a native pick clears any
18106
+ * previously-stored ref (the field always emits `ref: undefined` for one).
18107
+ */
18108
+ protected onColorCommit(hexKey: 'color' | 'backgroundColor', refKey: 'colorRef' | 'backgroundColorRef', commit: ThemeColorPickerCommit): void;
17626
18109
  /**
17627
18110
  * Record the committed (native `change`, not the live-preview `input`)
17628
18111
  * colour into the shared "Recent colours" list.
@@ -19155,6 +19638,29 @@ declare class ImagePropertiesPanelComponent {
19155
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>;
19156
19639
  }
19157
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
+
19158
19664
  declare class MediaPropertiesPanelComponent {
19159
19665
  readonly element: _angular_core.InputSignal<MediaPptxElement>;
19160
19666
  readonly canEdit: _angular_core.InputSignal<boolean>;
@@ -20121,7 +20627,7 @@ declare class AccountPageComponent {
20121
20627
  readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
20122
20628
  private readonly translate;
20123
20629
  protected readonly swatches: readonly string[];
20124
- protected readonly version = "3.6.5";
20630
+ protected readonly version = "3.8.0";
20125
20631
  protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
20126
20632
  protected readonly initial: _angular_core.Signal<string>;
20127
20633
  protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;
@@ -21943,12 +22449,29 @@ declare class RibbonColorPopoverComponent {
21943
22449
  readonly disabled: _angular_core.InputSignal<boolean>;
21944
22450
  readonly titleKey: _angular_core.InputSignal<string>;
21945
22451
  readonly swatchAriaKey: _angular_core.InputSignal<string>;
22452
+ /** Show the deck's "Theme Colors" grid above the presets (font colour only: highlight
22453
+ * colour has no theme-ref concept on the model). */
22454
+ readonly showThemeColors: _angular_core.InputSignal<boolean>;
22455
+ /** The element's current theme ref, if any (only meaningful with `showThemeColors`). */
22456
+ readonly currentRef: _angular_core.InputSignal<PptxThemeColorRef | undefined>;
22457
+ /** Fired by a preset, recent, or custom-input pick (never by a theme swatch: see `pickThemeColor`). */
21946
22458
  readonly pick: _angular_core.OutputEmitterRef<string>;
22459
+ /**
22460
+ * Fired ONLY by a theme-swatch click, carrying both the hex and the ref.
22461
+ * Kept SEPARATE from `pick` (rather than also firing `pick` for the same
22462
+ * click) so a caller that handles both never commits the hex-only patch
22463
+ * and the ref-bearing patch as two separate edits/undo-steps for one click;
22464
+ * a caller that only binds `(pick)` (the Home ribbon's Shape Fill/Outline
22465
+ * dropdowns, which never set `showThemeColors`) is unaffected either way,
22466
+ * since it never renders the theme grid this fires from.
22467
+ */
22468
+ readonly pickThemeColor: _angular_core.OutputEmitterRef<ThemeColorPickerCommit>;
21947
22469
  protected readonly recentColors: RecentColorsService;
21948
22470
  /** Every commit through this popover both fires `pick` and records the colour as recently used. */
21949
22471
  protected onPick(color: string): void;
22472
+ protected onThemePick(commit: ThemeColorPickerCommit): void;
21950
22473
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RibbonColorPopoverComponent, never>;
21951
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonColorPopoverComponent, "pptx-ribbon-color-popover", never, { "current": { "alias": "current"; "required": false; "isSignal": true; }; "presets": { "alias": "presets"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "titleKey": { "alias": "titleKey"; "required": false; "isSignal": true; }; "swatchAriaKey": { "alias": "swatchAriaKey"; "required": false; "isSignal": true; }; }, { "pick": "pick"; }, never, ["*"], true, never>;
22474
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonColorPopoverComponent, "pptx-ribbon-color-popover", never, { "current": { "alias": "current"; "required": false; "isSignal": true; }; "presets": { "alias": "presets"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "titleKey": { "alias": "titleKey"; "required": false; "isSignal": true; }; "swatchAriaKey": { "alias": "swatchAriaKey"; "required": false; "isSignal": true; }; "showThemeColors": { "alias": "showThemeColors"; "required": false; "isSignal": true; }; "currentRef": { "alias": "currentRef"; "required": false; "isSignal": true; }; }, { "pick": "pick"; "pickThemeColor": "pickThemeColor"; }, never, ["*"], true, never>;
21952
22475
  }
21953
22476
 
21954
22477
  declare class RibbonDesignSectionComponent {
@@ -21976,10 +22499,16 @@ declare class RibbonDrawingGroupComponent {
21976
22499
  protected readonly canFormatShape: _angular_core.Signal<boolean>;
21977
22500
  protected readonly fillColor: _angular_core.Signal<string>;
21978
22501
  protected readonly outlineColor: _angular_core.Signal<string>;
21979
- /** Commit a picked Fill swatch through the shared decision function. */
22502
+ protected readonly fillColorRef: _angular_core.Signal<pptx_viewer_core.PptxThemeColorRef | undefined>;
22503
+ protected readonly outlineColorRef: _angular_core.Signal<pptx_viewer_core.PptxThemeColorRef | undefined>;
22504
+ /** Commit a picked Fill swatch through the shared decision function; clears any stored ref. */
21980
22505
  protected onFill(color: string): void;
21981
- /** Commit a picked Outline swatch through the shared decision function. */
22506
+ /** Commit a picked Outline swatch through the shared decision function; clears any stored ref. */
21982
22507
  protected onOutline(color: string): void;
22508
+ /** A theme-swatch Fill pick: commits BOTH the resolved hex and the ref. */
22509
+ protected onFillThemePick(commit: ThemeColorPickerCommit): void;
22510
+ /** A theme-swatch Outline pick: commits BOTH the resolved hex and the ref. */
22511
+ protected onOutlineThemePick(commit: ThemeColorPickerCommit): void;
21983
22512
  /** Merge a Fill/Outline patch into the selection's shape style, if it has one. */
21984
22513
  private patchShapeStyle;
21985
22514
  /** Insert the picked preset immediately (selects it and records history). */
@@ -22111,7 +22640,7 @@ declare class RibbonFontControlsComponent {
22111
22640
  */
22112
22641
  protected readonly fontGroups: _angular_core.Signal<FontCatalogGroup[]>;
22113
22642
  protected readonly fontSizes: readonly number[];
22114
- protected readonly fontColorPresets: string[];
22643
+ protected readonly fontColorPresets: readonly string[];
22115
22644
  protected readonly highlightColorPresets: string[];
22116
22645
  protected readonly charSpacingOptions: {
22117
22646
  labelKey: string;
@@ -22128,6 +22657,8 @@ declare class RibbonFontControlsComponent {
22128
22657
  protected curFontSize(): number;
22129
22658
  /** Current font colour of the selection (for the swatch + active-state ring). */
22130
22659
  protected curColor(): string;
22660
+ /** Current font colour's theme ref, if any (highlights the matching theme swatch). */
22661
+ protected curColorRef(): PptxThemeColorRef | undefined;
22131
22662
  /** Current highlight colour of the selection (for the swatch + active-state ring). */
22132
22663
  protected curHighlight(): string;
22133
22664
  /** Current character spacing of the selection (for dropdown state). */
@@ -22136,7 +22667,10 @@ declare class RibbonFontControlsComponent {
22136
22667
  protected setCharSpacing(event: Event): void;
22137
22668
  protected setChangeCase(event: Event): void;
22138
22669
  protected toggleStyle(key: 'bold' | 'italic' | 'underline' | 'strikethrough'): void;
22670
+ /** Preset/recent/custom pick: always clears any previously-stored theme ref. */
22139
22671
  protected setColor(color: string): void;
22672
+ /** Theme-swatch pick: commits BOTH the resolved hex and the ref. */
22673
+ protected setColorRef(commit: ThemeColorPickerCommit): void;
22140
22674
  protected setHighlight(highlightColor: string): void;
22141
22675
  protected setFontFamily(event: Event): void;
22142
22676
  protected setFontSize(event: Event): void;
@@ -22757,8 +23291,13 @@ declare function rulerHighlight(start: number | undefined, span: number | undefi
22757
23291
  * Serialize the current Y.Doc slide state (with the separated master/layout
22758
23292
  * template elements merged back) into `.pptx` bytes. `sourceBytes` seeds the
22759
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`.
22760
23299
  */
22761
- 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>;
22762
23301
  /**
22763
23302
  * Debounced elected-writer write-back. Only the session `owner` with an
22764
23303
  * `onWriteBack` callback schedules anything; each new change resets the timer,
@@ -22766,7 +23305,7 @@ declare function serializeWriteBack(ydoc: YDocLike, sourceBytes: Uint8Array, tem
22766
23305
  */
22767
23306
  declare class WriteBackScheduler {
22768
23307
  private timer;
22769
- 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;
22770
23309
  cancel(): void;
22771
23310
  }
22772
23311
 
@@ -23428,6 +23967,6 @@ declare function thumbnailHeight(canvasW: number, canvasH: number, thumbW: numbe
23428
23967
  */
23429
23968
  declare function gridColumns(containerW: number, thumbW: number, gap: number, maxCols: number): number;
23430
23969
 
23431
- 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, 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 };
23432
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 };
23433
23972
  //# sourceMappingURL=pptx-angular-viewer.d.ts.map