pptx-angular-viewer 3.7.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/fesm2022/{pptx-angular-viewer-chat-history-idb-CbiyK-O8.mjs → pptx-angular-viewer-chat-history-idb-BxlsOXEi.mjs} +2 -2
- package/fesm2022/{pptx-angular-viewer-chat-history-idb-CbiyK-O8.mjs.map → pptx-angular-viewer-chat-history-idb-BxlsOXEi.mjs.map} +1 -1
- package/fesm2022/{pptx-angular-viewer-pptx-angular-viewer-7bHhOq9U.mjs → pptx-angular-viewer-pptx-angular-viewer-3iTbE0x6.mjs} +2932 -1270
- package/fesm2022/{pptx-angular-viewer-pptx-angular-viewer-7bHhOq9U.mjs.map → pptx-angular-viewer-pptx-angular-viewer-3iTbE0x6.mjs.map} +1 -1
- package/fesm2022/pptx-angular-viewer.mjs +1 -1
- package/package.json +3 -3
- package/types/pptx-angular-viewer.d.ts +323 -69
- package/types/pptx-angular-viewer.d.ts.map +1 -1
|
@@ -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, 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`,
|
|
@@ -1939,6 +1984,37 @@ declare function normalizeValue(value: number, min: number, max: number): number
|
|
|
1939
1984
|
*/
|
|
1940
1985
|
declare function buildRegionMapViewModel(element: PptxElement, chartData: PptxChartData, categoryLabels: ReadonlyArray<string>): ChartViewModel;
|
|
1941
1986
|
|
|
1987
|
+
/**
|
|
1988
|
+
* chart-overlays-axis-titles.ts: `computeAxisTitlePrimitives`, building
|
|
1989
|
+
* `SvgText[]` for the X and Y axis titles. Split out of chart-overlays.ts to
|
|
1990
|
+
* keep that module under the repo's file-size guideline.
|
|
1991
|
+
*
|
|
1992
|
+
* Ported / adapted from:
|
|
1993
|
+
* packages/react/src/viewer/utils/chart-chrome.tsx (axis titles)
|
|
1994
|
+
*
|
|
1995
|
+
* @module chart-overlays-axis-titles
|
|
1996
|
+
*/
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* Build `SvgText[]` for the X and Y axis titles.
|
|
2000
|
+
*
|
|
2001
|
+
* Axis titles are read from `chartData.axes`:
|
|
2002
|
+
* - the primary category axis (`catAx`, `axPos === 'b'`) drives the X title
|
|
2003
|
+
* - the primary value axis (`valAx`, `axPos === 'l'` or first `valAx`) drives the Y title
|
|
2004
|
+
*
|
|
2005
|
+
* **Rotation note**: `SvgText` has no `transform` or `rotate` field. The Y
|
|
2006
|
+
* axis title is therefore placed to the left of the plot without rotation and
|
|
2007
|
+
* noted inline. If the orchestrator adds a `transform?: string` field to
|
|
2008
|
+
* `SvgText` (or a new `SvgTransform` wrapper primitive), the Y title can be
|
|
2009
|
+
* rendered rotated -90 degrees by passing
|
|
2010
|
+
* `transform: \`rotate(-90, ${x}, ${y})\`` (the template expression is
|
|
2011
|
+
* straightforward once the field exists).
|
|
2012
|
+
*
|
|
2013
|
+
* @param chartData Full parsed chart data.
|
|
2014
|
+
* @param layout Plot-area bounding box.
|
|
2015
|
+
*/
|
|
2016
|
+
declare function computeAxisTitlePrimitives(chartData: PptxChartData, layout: PlotLayout): SvgText[];
|
|
2017
|
+
|
|
1942
2018
|
interface ErrorBarRenderOptions {
|
|
1943
2019
|
/** Source point indexes in display order after category/date-axis filtering. */
|
|
1944
2020
|
sourceIndices?: ReadonlyArray<number>;
|
|
@@ -1953,23 +2029,16 @@ interface ErrorBarRenderOptions {
|
|
|
1953
2029
|
declare function computeErrorBarPrimitives(chartData: PptxChartData, catCount: number, layout: PlotLayout, range: ValueRange, mode?: 'line' | 'bar', options?: ErrorBarRenderOptions): SvgPrimitive[];
|
|
1954
2030
|
|
|
1955
2031
|
/**
|
|
1956
|
-
* chart-overlays.ts
|
|
1957
|
-
*
|
|
1958
|
-
*
|
|
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`.
|
|
2032
|
+
* chart-overlays-regression.ts: least-squares regression / polynomial-fit
|
|
2033
|
+
* math for chart trendlines. Split out of chart-overlays.ts to keep that
|
|
2034
|
+
* module under the repo's file-size guideline.
|
|
1962
2035
|
*
|
|
1963
2036
|
* Ported / adapted from:
|
|
1964
|
-
* packages/react/src/viewer/utils/chart-trendlines.tsx
|
|
1965
|
-
* packages/
|
|
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)
|
|
2037
|
+
* packages/react/src/viewer/utils/chart-trendlines.tsx (regression engine)
|
|
2038
|
+
* packages/shared/src/render/chart-trendlines.ts (shared port)
|
|
1969
2039
|
*
|
|
1970
|
-
* @module chart-overlays
|
|
2040
|
+
* @module chart-overlays-regression
|
|
1971
2041
|
*/
|
|
1972
|
-
|
|
1973
2042
|
/** Result of an ordinary least-squares linear regression. */
|
|
1974
2043
|
interface LinearFit {
|
|
1975
2044
|
slope: number;
|
|
@@ -1986,23 +2055,37 @@ interface LinearFit {
|
|
|
1986
2055
|
*/
|
|
1987
2056
|
declare function computeLinearRegression(xVals: number[], yVals: number[]): LinearFit;
|
|
1988
2057
|
/**
|
|
1989
|
-
* Fit polynomial coefficients (ascending order: [a0, a1,
|
|
2058
|
+
* Fit polynomial coefficients (ascending order: [a0, a1, ..., a_order]) via
|
|
1990
2059
|
* Gaussian elimination on the normal equations.
|
|
1991
2060
|
* Mirrors `fitPolynomial` in chart-trendlines.tsx (React).
|
|
1992
2061
|
*/
|
|
1993
2062
|
declare function fitPolynomial(xVals: number[], yVals: number[], order: number): number[];
|
|
1994
2063
|
/**
|
|
1995
|
-
* Coefficient of determination (R
|
|
1996
|
-
* Mirrors `computeRSquared` in chart-trendlines.tsx (React).
|
|
2064
|
+
* Coefficient of determination (R-squared) of an arbitrary fit function
|
|
2065
|
+
* against data. Mirrors `computeRSquared` in chart-trendlines.tsx (React).
|
|
1997
2066
|
*/
|
|
1998
2067
|
declare function computeRSquared(xVals: number[], yVals: number[], evalFn: (x: number) => number): number;
|
|
2068
|
+
|
|
2069
|
+
/**
|
|
2070
|
+
* chart-overlays-trendline.ts: public `computeTrendlinePrimitives` API,
|
|
2071
|
+
* turning each series' `computeTrendlinePoints` fit into `SvgPrimitive[]`.
|
|
2072
|
+
* Split out of chart-overlays.ts to keep that module under the repo's
|
|
2073
|
+
* file-size guideline.
|
|
2074
|
+
*
|
|
2075
|
+
* Ported / adapted from:
|
|
2076
|
+
* packages/react/src/viewer/utils/chart-trendlines.tsx (regression engine)
|
|
2077
|
+
* packages/shared/src/render/chart-trendlines.ts (shared port)
|
|
2078
|
+
*
|
|
2079
|
+
* @module chart-overlays-trendline
|
|
2080
|
+
*/
|
|
2081
|
+
|
|
1999
2082
|
/**
|
|
2000
2083
|
* Build `SvgPrimitive[]` for all trendlines declared by every series in
|
|
2001
|
-
* `chartData`.
|
|
2084
|
+
* `chartData`. Returns an empty array when no series declares a trendline.
|
|
2002
2085
|
*
|
|
2003
2086
|
* Each trendline produces:
|
|
2004
2087
|
* - one `SvgPath` (dashed polyline in the series / trendline colour), and
|
|
2005
|
-
* - optionally one `SvgText` with the equation / R
|
|
2088
|
+
* - optionally one `SvgText` with the equation / R-squared label at the last point.
|
|
2006
2089
|
*
|
|
2007
2090
|
* @param chartData Full parsed chart data.
|
|
2008
2091
|
* @param catCount Number of categories (x-slots), e.g. `chartData.categories.length || 1`.
|
|
@@ -2012,25 +2095,6 @@ declare function computeRSquared(xVals: number[], yVals: number[], evalFn: (x: n
|
|
|
2012
2095
|
* @param colorPalette Optional resolved palette (same as passed to `seriesColor`).
|
|
2013
2096
|
*/
|
|
2014
2097
|
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
2098
|
|
|
2035
2099
|
/**
|
|
2036
2100
|
* `animation-authoring` — pure, immutable helpers for the editor's element
|
|
@@ -2424,6 +2488,27 @@ interface ChartRevealDescriptor {
|
|
|
2424
2488
|
/** Individual cells revealed by a `bldStep="seriesEl"`/`"categoryEl"` effect. */
|
|
2425
2489
|
points: readonly ChartRevealPoint[];
|
|
2426
2490
|
}
|
|
2491
|
+
/**
|
|
2492
|
+
* Playback-time SmartArt diagram reveal state derived from AUTHORED
|
|
2493
|
+
* `p:graphicEl/p:dgm/@id` indices (see `diagram-reveal-descriptor`'s
|
|
2494
|
+
* `resolveDiagramRevealDescriptor`), rather than from click-count/time
|
|
2495
|
+
* progress. Present on {@link ElementAnimationState.diagramReveal} only when
|
|
2496
|
+
* every fired diagram-build step for the element carried `p:graphicEl` data.
|
|
2497
|
+
* A SmartArt renderer prefers this over the progress-based `build` /
|
|
2498
|
+
* {@link ElementBuildState} path when present, since it reflects the real
|
|
2499
|
+
* authored reveal set (correct even for a reversed-order or by-branch build),
|
|
2500
|
+
* and falls back to `build` when absent.
|
|
2501
|
+
*/
|
|
2502
|
+
interface DiagramRevealDescriptor {
|
|
2503
|
+
/**
|
|
2504
|
+
* Whether the diagram's background/connector chrome should currently be
|
|
2505
|
+
* visible: `true` once any node-revealing or background-revealing
|
|
2506
|
+
* (`bldStep="bg"`) step has fired.
|
|
2507
|
+
*/
|
|
2508
|
+
background: boolean;
|
|
2509
|
+
/** Data-model point ids (`PptxSmartArtNode.id`) revealed so far. */
|
|
2510
|
+
nodeIds: ReadonlySet<string>;
|
|
2511
|
+
}
|
|
2427
2512
|
/**
|
|
2428
2513
|
* Playback-time staged-build state surfaced on {@link ElementAnimationState}.
|
|
2429
2514
|
* `progress` is the 0..1 fraction of the build revealed at the current playback
|
|
@@ -2464,6 +2549,17 @@ interface ElementAnimationState {
|
|
|
2464
2549
|
mode: ChartBuildMode;
|
|
2465
2550
|
descriptor: ChartRevealDescriptor;
|
|
2466
2551
|
};
|
|
2552
|
+
/**
|
|
2553
|
+
* Authored-index SmartArt diagram reveal state (see
|
|
2554
|
+
* {@link DiagramRevealDescriptor}), present only when every fired
|
|
2555
|
+
* diagram-build step for this element carried `p:graphicEl` node-id data.
|
|
2556
|
+
* `diagram-build`'s `resolveRevealedSmartArtNodes` prefers this over `build`
|
|
2557
|
+
* when present.
|
|
2558
|
+
*/
|
|
2559
|
+
diagramReveal?: {
|
|
2560
|
+
mode: DiagramBuildMode;
|
|
2561
|
+
descriptor: DiagramRevealDescriptor;
|
|
2562
|
+
};
|
|
2467
2563
|
/**
|
|
2468
2564
|
* True when an active `p:animClr` color animation targets this shape's fill.
|
|
2469
2565
|
* A vector renderer should then paint the fill with `fill: inherit` so the
|
|
@@ -3567,6 +3663,26 @@ interface TabbedRunPiece {
|
|
|
3567
3663
|
leaderStyle?: RunStyle;
|
|
3568
3664
|
/** Leader glyphs sized to fill `leaderStyle`'s width. Present only alongside `leaderStyle`. */
|
|
3569
3665
|
leaderText?: string;
|
|
3666
|
+
/**
|
|
3667
|
+
* `a:rPr/@u="words"` per-word/gap sub-pieces of THIS tab piece's own text
|
|
3668
|
+
* (see `splitWordsForUnderline`), present only when the run's underline is
|
|
3669
|
+
* `words`. A tab-separated piece is otherwise rendered as a single span
|
|
3670
|
+
* (`text` + `style`), which underlines it continuously - correct for a
|
|
3671
|
+
* one-word piece, but wrong for a piece like `"Hello World"` between two tab
|
|
3672
|
+
* stops, which needs a gap under the space. A binding renders one SIBLING
|
|
3673
|
+
* span per entry IN PLACE OF the piece's single `text` span: each entry's
|
|
3674
|
+
* `style` is the piece's own `style` (the same inline-block layout and
|
|
3675
|
+
* advance-width correction, so the line measures exactly as before), with
|
|
3676
|
+
* the underline stripped on a gap entry. They must be siblings, not spans
|
|
3677
|
+
* nested inside the piece span: an ancestor's underline is drawn through
|
|
3678
|
+
* every inline descendant, so a nested gap could not lose it. `text`/`style`
|
|
3679
|
+
* stay the continuous-underline fallback for a binding that does not
|
|
3680
|
+
* render this field.
|
|
3681
|
+
*/
|
|
3682
|
+
words?: Array<{
|
|
3683
|
+
text: string;
|
|
3684
|
+
style: RunStyle;
|
|
3685
|
+
}>;
|
|
3570
3686
|
}
|
|
3571
3687
|
/** One `\n`-split line of a run's tabbed text. */
|
|
3572
3688
|
interface TabbedLineRun {
|
|
@@ -5004,7 +5120,7 @@ interface DrawingViewBox {
|
|
|
5004
5120
|
height: number;
|
|
5005
5121
|
}
|
|
5006
5122
|
/** Compute the SVG viewBox that fits all drawing shapes, rebasing to (0, 0). */
|
|
5007
|
-
declare function computeDrawingViewBox(shapes: PptxSmartArtDrawingShape[]): DrawingViewBox;
|
|
5123
|
+
declare function computeDrawingViewBox(shapes: readonly PptxSmartArtDrawingShape[]): DrawingViewBox;
|
|
5008
5124
|
/**
|
|
5009
5125
|
* Project raw `PptxSmartArtDrawingShape`s into `RenderedShape` view-models,
|
|
5010
5126
|
* rebasing positions relative to the viewBox origin.
|
|
@@ -5109,7 +5225,15 @@ declare function isUnderline(el: PptxElement): boolean;
|
|
|
5109
5225
|
*/
|
|
5110
5226
|
interface ShapeStyleChanges {
|
|
5111
5227
|
fillColor?: string;
|
|
5228
|
+
/**
|
|
5229
|
+
* Set alongside `fillColor` when the colour came from a theme swatch (wins
|
|
5230
|
+
* on save); pass `undefined` explicitly when clearing a previously-stored
|
|
5231
|
+
* ref (a custom hex or recent-colour pick has no theme identity).
|
|
5232
|
+
*/
|
|
5233
|
+
fillColorRef?: PptxThemeColorRef;
|
|
5112
5234
|
strokeColor?: string;
|
|
5235
|
+
/** Same contract as {@link fillColorRef}, for the stroke colour. */
|
|
5236
|
+
strokeColorRef?: PptxThemeColorRef;
|
|
5113
5237
|
}
|
|
5114
5238
|
/**
|
|
5115
5239
|
* Builds a Partial<PptxElement> patch that merges the given changes into the
|
|
@@ -5122,6 +5246,8 @@ declare function shapeStylePatch(el: PptxElement, changes: ShapeStyleChanges): P
|
|
|
5122
5246
|
*/
|
|
5123
5247
|
interface TextStyleChanges {
|
|
5124
5248
|
color?: string;
|
|
5249
|
+
/** Same contract as {@link ShapeStyleChanges.fillColorRef}, for the text colour. */
|
|
5250
|
+
colorRef?: PptxThemeColorRef;
|
|
5125
5251
|
fontSize?: number;
|
|
5126
5252
|
bold?: boolean;
|
|
5127
5253
|
italic?: boolean;
|
|
@@ -6518,6 +6644,13 @@ interface GradientStop$1 {
|
|
|
6518
6644
|
color: string;
|
|
6519
6645
|
position: number;
|
|
6520
6646
|
opacity?: number;
|
|
6647
|
+
/**
|
|
6648
|
+
* Theme colour identity for this stop, mirroring
|
|
6649
|
+
* `ShapeStyle.fillColorRef`. Set by a theme-swatch pick so the stop keeps
|
|
6650
|
+
* following the theme after a later theme change; cleared by a custom hex
|
|
6651
|
+
* pick, which has no theme identity.
|
|
6652
|
+
*/
|
|
6653
|
+
colorRef?: PptxThemeColorRef;
|
|
6521
6654
|
}
|
|
6522
6655
|
/** The editable gradient state surfaced to the component. */
|
|
6523
6656
|
interface GradientState {
|
|
@@ -6851,6 +6984,54 @@ interface FontEmbeddingDescriptor {
|
|
|
6851
6984
|
disabledReasonKey?: string;
|
|
6852
6985
|
}
|
|
6853
6986
|
|
|
6987
|
+
/**
|
|
6988
|
+
* Pure decision helpers a colour-picker UI uses on top of the theme swatch
|
|
6989
|
+
* grid ({@link buildThemeColorSwatchGrid}): which swatch (if any) matches the
|
|
6990
|
+
* element's current colour, and what a click / a custom pick should write
|
|
6991
|
+
* back to the model.
|
|
6992
|
+
*
|
|
6993
|
+
* Every binding (React, Vue, Angular, Svelte, Vanilla) shares this module so
|
|
6994
|
+
* "click a theme swatch" and "type a custom hex" behave identically
|
|
6995
|
+
* everywhere: a theme swatch commits both the resolved hex (so rendering
|
|
6996
|
+
* keeps working even where the ref cannot be resolved) and the
|
|
6997
|
+
* {@link PptxThemeColorRef} (so the colour survives a later theme swap); a
|
|
6998
|
+
* custom hex or a recent-colour pick always clears the ref, since a plain
|
|
6999
|
+
* sRGB value has no theme identity for PowerPoint to reapply.
|
|
7000
|
+
*
|
|
7001
|
+
* @module render/theme-color-picker-state
|
|
7002
|
+
*/
|
|
7003
|
+
|
|
7004
|
+
/** What a picker should write back to the model on a commit. */
|
|
7005
|
+
interface ThemeColorPickerCommit {
|
|
7006
|
+
/** Resolved `#rrggbb`, always set so rendering keeps working. */
|
|
7007
|
+
readonly hex: string;
|
|
7008
|
+
/** The theme ref to store, or `undefined` to clear a previously-stored ref. */
|
|
7009
|
+
readonly ref: PptxThemeColorRef | undefined;
|
|
7010
|
+
}
|
|
7011
|
+
|
|
7012
|
+
/**
|
|
7013
|
+
* The exact model field pair each colour-picker surface writes on a commit
|
|
7014
|
+
* ({@link ThemeColorPickerCommit}), named once so five bindings cannot each
|
|
7015
|
+
* spell `backgroundColorRef` / `colorRef` differently (or forget the ref
|
|
7016
|
+
* field entirely, which is how a swatch pick silently degraded to a plain
|
|
7017
|
+
* hex in the ribbon Shape Fill/Outline pickers before this module existed).
|
|
7018
|
+
*
|
|
7019
|
+
* Every helper here is a trivial field rename: the interesting decision
|
|
7020
|
+
* logic (which swatch is selected, what a click vs. a custom hex commits)
|
|
7021
|
+
* already lives in {@link ../render/theme-color-picker-state}. This module
|
|
7022
|
+
* only exists so that decision's OUTPUT lands on the right property names
|
|
7023
|
+
* for each surface (gradient stop, table cell fill, table cell text).
|
|
7024
|
+
*
|
|
7025
|
+
* @module render/theme-color-field-commit
|
|
7026
|
+
*/
|
|
7027
|
+
|
|
7028
|
+
/**
|
|
7029
|
+
* The `color` / `colorRef` patch a gradient stop editor writes for one stop,
|
|
7030
|
+
* in any binding. Pass to `updateGradientStopPatch(el, index, ...)` or merge
|
|
7031
|
+
* directly into the stop object a binding's own gradient state holds.
|
|
7032
|
+
*/
|
|
7033
|
+
declare function gradientStopColorCommitPatch(commit: ThemeColorPickerCommit): Pick<GradientStop$1, 'color' | 'colorRef'>;
|
|
7034
|
+
|
|
6854
7035
|
/**
|
|
6855
7036
|
* Command-search data for the PowerPoint-style "Tell me what you want to do"
|
|
6856
7037
|
* search bar. Provides searchable command entries grouped by category, each
|
|
@@ -14285,6 +14466,13 @@ interface TextRun {
|
|
|
14285
14466
|
* alignment and leader glyphs a plain CSS `tab-size` cannot express.
|
|
14286
14467
|
*/
|
|
14287
14468
|
tabLines?: TabbedLineRun[];
|
|
14469
|
+
/**
|
|
14470
|
+
* `a:rPr/@u="words"` word/gap pieces of a RUBY run's base text (same shape
|
|
14471
|
+
* as `scriptRuns`, rendered the same way in place of `text`): the base text
|
|
14472
|
+
* stays one run so the annotation still reads over the whole thing, while
|
|
14473
|
+
* only the word entries carry the underline. Absent otherwise.
|
|
14474
|
+
*/
|
|
14475
|
+
underlineWordPieces?: ScriptFontPiece[];
|
|
14288
14476
|
/**
|
|
14289
14477
|
* `a:reflection` mirrored-sibling wrapper style for this run, or `undefined`
|
|
14290
14478
|
* for the common no-reflection case - the text-run counterpart of a
|
|
@@ -15247,12 +15435,10 @@ declare class SmartArtRendererComponent {
|
|
|
15247
15435
|
readonly shadowFilter: _angular_core.Signal<string | undefined>;
|
|
15248
15436
|
private readonly rawDrawingShapes;
|
|
15249
15437
|
readonly hasDrawingShapes: _angular_core.Signal<boolean>;
|
|
15250
|
-
private readonly
|
|
15251
|
-
private readonly shownNodeCount;
|
|
15252
|
-
private readonly isPartialBuild;
|
|
15438
|
+
private readonly diagramReveal;
|
|
15253
15439
|
/** Leading node prefix revealed so far (full list when no partial build). */
|
|
15254
15440
|
private readonly revealedNodes;
|
|
15255
|
-
/**
|
|
15441
|
+
/** Revealed drawing-shape subset, preferring the authored node-id set. */
|
|
15256
15442
|
private readonly revealedShapeList;
|
|
15257
15443
|
private readonly viewBox;
|
|
15258
15444
|
/** `viewBox` attribute string for the drawing-shapes `<svg>`. */
|
|
@@ -15262,6 +15448,11 @@ declare class SmartArtRendererComponent {
|
|
|
15262
15448
|
* Node id for each drawing shape (index-aligned with `renderedShapes`).
|
|
15263
15449
|
* Used to tag `<g>` elements with `data-smartart-node-id` so the 3D
|
|
15264
15450
|
* renderer's hit-test overlay can resolve a click to a node.
|
|
15451
|
+
*
|
|
15452
|
+
* Aligned with the REVEALED subset `renderedShapes` projects: during a staged
|
|
15453
|
+
* `p:bldDgm` build that differs from the full list, and indexing the full
|
|
15454
|
+
* list's ids by rendered position stamped the first node's id onto whichever
|
|
15455
|
+
* shape the authored reveal showed first (Gamma carried Alpha's id).
|
|
15265
15456
|
*/
|
|
15266
15457
|
readonly drawingShapeNodeIds: _angular_core.Signal<(string | undefined)[]>;
|
|
15267
15458
|
readonly layout: _angular_core.Signal<SmartArtLayoutResult>;
|
|
@@ -15851,6 +16042,12 @@ declare class AnimationPlaybackService {
|
|
|
15851
16042
|
private controller;
|
|
15852
16043
|
private readonly timers;
|
|
15853
16044
|
private readonly buildHandle;
|
|
16045
|
+
/**
|
|
16046
|
+
* The click-group the last presenter click started, so a second click while
|
|
16047
|
+
* it is still mid-flight fast-forwards it (`p:seq/@nextAc="seek"`) instead
|
|
16048
|
+
* of skipping to the next group. Owned here, mutated by the shared helpers.
|
|
16049
|
+
*/
|
|
16050
|
+
private readonly activeGroup;
|
|
15854
16051
|
private showWithAnimation;
|
|
15855
16052
|
private frameRoot;
|
|
15856
16053
|
private onPlayActionSound;
|
|
@@ -16912,8 +17109,21 @@ declare class InspectorPanelComponent {
|
|
|
16912
17109
|
protected readonly isLocked: _angular_core.Signal<boolean>;
|
|
16913
17110
|
/** Whether the element supports shape-style (fill/stroke) editing. */
|
|
16914
17111
|
protected readonly hasShape: _angular_core.Signal<boolean>;
|
|
17112
|
+
/**
|
|
17113
|
+
* LIVE (not `seed()`-frozen) fill/stroke colour + ref, read fresh from the
|
|
17114
|
+
* element on every change so the theme-swatch grid's highlight tracks the
|
|
17115
|
+
* current colour right after a pick, unlike the caret-preserving `seed()`
|
|
17116
|
+
* fields the native `<input type="color">`s bind to.
|
|
17117
|
+
*/
|
|
17118
|
+
protected readonly liveFillColor: _angular_core.Signal<string>;
|
|
17119
|
+
protected readonly liveStrokeColor: _angular_core.Signal<string>;
|
|
17120
|
+
protected readonly fillColorRef: _angular_core.Signal<PptxThemeColorRef | undefined>;
|
|
17121
|
+
protected readonly strokeColorRef: _angular_core.Signal<PptxThemeColorRef | undefined>;
|
|
16915
17122
|
/** Whether the element supports text-style editing. */
|
|
16916
17123
|
protected readonly hasText: _angular_core.Signal<boolean>;
|
|
17124
|
+
/** LIVE text colour + ref (see {@link liveFillColor}'s doc for why not `seed()`). */
|
|
17125
|
+
protected readonly liveTextColor: _angular_core.Signal<string>;
|
|
17126
|
+
protected readonly textColorRef: _angular_core.Signal<PptxThemeColorRef | undefined>;
|
|
16917
17127
|
protected readonly currentBold: _angular_core.Signal<boolean>;
|
|
16918
17128
|
protected readonly currentItalic: _angular_core.Signal<boolean>;
|
|
16919
17129
|
protected readonly currentUnderline: _angular_core.Signal<boolean>;
|
|
@@ -16952,16 +17162,22 @@ declare class InspectorPanelComponent {
|
|
|
16952
17162
|
protected onRotationChange(event: Event): void;
|
|
16953
17163
|
protected onOpacityChange(event: Event): void;
|
|
16954
17164
|
protected onFillColorChange(event: Event): void;
|
|
16955
|
-
/** Recent-colours row pick: commits through the same path as the native picker. */
|
|
17165
|
+
/** Recent-colours row pick: commits through the same path as the native picker, clearing any stored ref. */
|
|
16956
17166
|
protected onFillColorPick(color: string): void;
|
|
17167
|
+
/** Theme-swatch pick: commits BOTH the resolved hex and the ref, so the fill follows a later theme change. */
|
|
17168
|
+
protected onFillThemeColor(commit: ThemeColorPickerCommit): void;
|
|
16957
17169
|
private commitFillColor;
|
|
16958
17170
|
protected onStrokeColorChange(event: Event): void;
|
|
16959
|
-
/** Recent-colours row pick: commits through the same path as the native picker. */
|
|
17171
|
+
/** Recent-colours row pick: commits through the same path as the native picker, clearing any stored ref. */
|
|
16960
17172
|
protected onStrokeColorPick(color: string): void;
|
|
17173
|
+
/** Theme-swatch pick: commits BOTH the resolved hex and the ref, so the stroke follows a later theme change. */
|
|
17174
|
+
protected onStrokeThemeColor(commit: ThemeColorPickerCommit): void;
|
|
16961
17175
|
private commitStrokeColor;
|
|
16962
17176
|
protected onTextColorChange(event: Event): void;
|
|
16963
|
-
/** Recent-colours row pick: commits through the same path as the native picker. */
|
|
17177
|
+
/** Recent-colours row pick: commits through the same path as the native picker, clearing any stored ref. */
|
|
16964
17178
|
protected onTextColorPick(color: string): void;
|
|
17179
|
+
/** Theme-swatch pick: commits BOTH the resolved hex and the ref, so the text colour follows a later theme change. */
|
|
17180
|
+
protected onTextThemeColor(commit: ThemeColorPickerCommit): void;
|
|
16965
17181
|
private commitTextColor;
|
|
16966
17182
|
protected onFontSizeChange(event: Event): void;
|
|
16967
17183
|
protected onBoldToggle(): void;
|
|
@@ -17324,7 +17540,10 @@ declare class GradientPickerComponent {
|
|
|
17324
17540
|
protected readonly previewCss: _angular_core.Signal<string>;
|
|
17325
17541
|
protected onTypeChange(event: Event): void;
|
|
17326
17542
|
protected onAngleChange(event: Event): void;
|
|
17543
|
+
/** No theme identity, so this always explicitly clears any stored `colorRef` (see {@link onStopThemePick}). */
|
|
17327
17544
|
protected onStopColorChange(event: Event, index: number): void;
|
|
17545
|
+
/** A theme-swatch pick: commits BOTH the resolved hex and the ref. */
|
|
17546
|
+
protected onStopThemePick(commit: ThemeColorPickerCommit, index: number): void;
|
|
17328
17547
|
protected onStopPositionChange(event: Event, index: number): void;
|
|
17329
17548
|
protected onStopOpacityChange(event: Event, index: number): void;
|
|
17330
17549
|
protected onRemoveStop(index: number): void;
|
|
@@ -17623,6 +17842,13 @@ declare class TableCellFormattingComponent {
|
|
|
17623
17842
|
protected widthOf(key: NumKey): number;
|
|
17624
17843
|
protected toggle(key: 'bold' | 'italic' | 'underline'): void;
|
|
17625
17844
|
protected onColor(key: ColorKey, event: Event): void;
|
|
17845
|
+
/**
|
|
17846
|
+
* A `pptx-table-cell-color-field` commit (text colour or fill colour): sets
|
|
17847
|
+
* both the hex and its ref field, so a theme-swatch pick keeps following
|
|
17848
|
+
* the deck's theme after a later theme change, and a native pick clears any
|
|
17849
|
+
* previously-stored ref (the field always emits `ref: undefined` for one).
|
|
17850
|
+
*/
|
|
17851
|
+
protected onColorCommit(hexKey: 'color' | 'backgroundColor', refKey: 'colorRef' | 'backgroundColorRef', commit: ThemeColorPickerCommit): void;
|
|
17626
17852
|
/**
|
|
17627
17853
|
* Record the committed (native `change`, not the live-preview `input`)
|
|
17628
17854
|
* colour into the shared "Recent colours" list.
|
|
@@ -20121,7 +20347,7 @@ declare class AccountPageComponent {
|
|
|
20121
20347
|
readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
|
|
20122
20348
|
private readonly translate;
|
|
20123
20349
|
protected readonly swatches: readonly string[];
|
|
20124
|
-
protected readonly version = "3.
|
|
20350
|
+
protected readonly version = "3.7.0";
|
|
20125
20351
|
protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
|
|
20126
20352
|
protected readonly initial: _angular_core.Signal<string>;
|
|
20127
20353
|
protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;
|
|
@@ -21943,12 +22169,29 @@ declare class RibbonColorPopoverComponent {
|
|
|
21943
22169
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
21944
22170
|
readonly titleKey: _angular_core.InputSignal<string>;
|
|
21945
22171
|
readonly swatchAriaKey: _angular_core.InputSignal<string>;
|
|
22172
|
+
/** Show the deck's "Theme Colors" grid above the presets (font colour only: highlight
|
|
22173
|
+
* colour has no theme-ref concept on the model). */
|
|
22174
|
+
readonly showThemeColors: _angular_core.InputSignal<boolean>;
|
|
22175
|
+
/** The element's current theme ref, if any (only meaningful with `showThemeColors`). */
|
|
22176
|
+
readonly currentRef: _angular_core.InputSignal<PptxThemeColorRef | undefined>;
|
|
22177
|
+
/** Fired by a preset, recent, or custom-input pick (never by a theme swatch: see `pickThemeColor`). */
|
|
21946
22178
|
readonly pick: _angular_core.OutputEmitterRef<string>;
|
|
22179
|
+
/**
|
|
22180
|
+
* Fired ONLY by a theme-swatch click, carrying both the hex and the ref.
|
|
22181
|
+
* Kept SEPARATE from `pick` (rather than also firing `pick` for the same
|
|
22182
|
+
* click) so a caller that handles both never commits the hex-only patch
|
|
22183
|
+
* and the ref-bearing patch as two separate edits/undo-steps for one click;
|
|
22184
|
+
* a caller that only binds `(pick)` (the Home ribbon's Shape Fill/Outline
|
|
22185
|
+
* dropdowns, which never set `showThemeColors`) is unaffected either way,
|
|
22186
|
+
* since it never renders the theme grid this fires from.
|
|
22187
|
+
*/
|
|
22188
|
+
readonly pickThemeColor: _angular_core.OutputEmitterRef<ThemeColorPickerCommit>;
|
|
21947
22189
|
protected readonly recentColors: RecentColorsService;
|
|
21948
22190
|
/** Every commit through this popover both fires `pick` and records the colour as recently used. */
|
|
21949
22191
|
protected onPick(color: string): void;
|
|
22192
|
+
protected onThemePick(commit: ThemeColorPickerCommit): void;
|
|
21950
22193
|
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>;
|
|
22194
|
+
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
22195
|
}
|
|
21953
22196
|
|
|
21954
22197
|
declare class RibbonDesignSectionComponent {
|
|
@@ -21976,10 +22219,16 @@ declare class RibbonDrawingGroupComponent {
|
|
|
21976
22219
|
protected readonly canFormatShape: _angular_core.Signal<boolean>;
|
|
21977
22220
|
protected readonly fillColor: _angular_core.Signal<string>;
|
|
21978
22221
|
protected readonly outlineColor: _angular_core.Signal<string>;
|
|
21979
|
-
|
|
22222
|
+
protected readonly fillColorRef: _angular_core.Signal<pptx_viewer_core.PptxThemeColorRef | undefined>;
|
|
22223
|
+
protected readonly outlineColorRef: _angular_core.Signal<pptx_viewer_core.PptxThemeColorRef | undefined>;
|
|
22224
|
+
/** Commit a picked Fill swatch through the shared decision function; clears any stored ref. */
|
|
21980
22225
|
protected onFill(color: string): void;
|
|
21981
|
-
/** Commit a picked Outline swatch through the shared decision function. */
|
|
22226
|
+
/** Commit a picked Outline swatch through the shared decision function; clears any stored ref. */
|
|
21982
22227
|
protected onOutline(color: string): void;
|
|
22228
|
+
/** A theme-swatch Fill pick: commits BOTH the resolved hex and the ref. */
|
|
22229
|
+
protected onFillThemePick(commit: ThemeColorPickerCommit): void;
|
|
22230
|
+
/** A theme-swatch Outline pick: commits BOTH the resolved hex and the ref. */
|
|
22231
|
+
protected onOutlineThemePick(commit: ThemeColorPickerCommit): void;
|
|
21983
22232
|
/** Merge a Fill/Outline patch into the selection's shape style, if it has one. */
|
|
21984
22233
|
private patchShapeStyle;
|
|
21985
22234
|
/** Insert the picked preset immediately (selects it and records history). */
|
|
@@ -22111,7 +22360,7 @@ declare class RibbonFontControlsComponent {
|
|
|
22111
22360
|
*/
|
|
22112
22361
|
protected readonly fontGroups: _angular_core.Signal<FontCatalogGroup[]>;
|
|
22113
22362
|
protected readonly fontSizes: readonly number[];
|
|
22114
|
-
protected readonly fontColorPresets: string[];
|
|
22363
|
+
protected readonly fontColorPresets: readonly string[];
|
|
22115
22364
|
protected readonly highlightColorPresets: string[];
|
|
22116
22365
|
protected readonly charSpacingOptions: {
|
|
22117
22366
|
labelKey: string;
|
|
@@ -22128,6 +22377,8 @@ declare class RibbonFontControlsComponent {
|
|
|
22128
22377
|
protected curFontSize(): number;
|
|
22129
22378
|
/** Current font colour of the selection (for the swatch + active-state ring). */
|
|
22130
22379
|
protected curColor(): string;
|
|
22380
|
+
/** Current font colour's theme ref, if any (highlights the matching theme swatch). */
|
|
22381
|
+
protected curColorRef(): PptxThemeColorRef | undefined;
|
|
22131
22382
|
/** Current highlight colour of the selection (for the swatch + active-state ring). */
|
|
22132
22383
|
protected curHighlight(): string;
|
|
22133
22384
|
/** Current character spacing of the selection (for dropdown state). */
|
|
@@ -22136,7 +22387,10 @@ declare class RibbonFontControlsComponent {
|
|
|
22136
22387
|
protected setCharSpacing(event: Event): void;
|
|
22137
22388
|
protected setChangeCase(event: Event): void;
|
|
22138
22389
|
protected toggleStyle(key: 'bold' | 'italic' | 'underline' | 'strikethrough'): void;
|
|
22390
|
+
/** Preset/recent/custom pick: always clears any previously-stored theme ref. */
|
|
22139
22391
|
protected setColor(color: string): void;
|
|
22392
|
+
/** Theme-swatch pick: commits BOTH the resolved hex and the ref. */
|
|
22393
|
+
protected setColorRef(commit: ThemeColorPickerCommit): void;
|
|
22140
22394
|
protected setHighlight(highlightColor: string): void;
|
|
22141
22395
|
protected setFontFamily(event: Event): void;
|
|
22142
22396
|
protected setFontSize(event: Event): void;
|
|
@@ -23428,6 +23682,6 @@ declare function thumbnailHeight(canvasW: number, canvasH: number, thumbW: numbe
|
|
|
23428
23682
|
*/
|
|
23429
23683
|
declare function gridColumns(containerW: number, thumbW: number, gap: number, maxCols: number): number;
|
|
23430
23684
|
|
|
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 };
|
|
23685
|
+
export { AFTER_ANIMATION_VALUES, ALIGN_OPTIONS, ANIMATION_PRESET_CATEGORIES, AUDIENCE_HASH, AUDIENCE_NONCE_KEY, AVATAR_COLOR_SWATCHES, AXIS_LABEL_COLOR, AccessibilityPanelComponent, AccessibilityService, AccountPageComponent, ActionSettingsPanelComponent, AdvancedChartEditorComponent, AiChangeOverlayComponent, AiChatPanelComponent, AiChatService, AiComposerComponent, AiFocusBarComponent, AiFocusHighlightOverlayComponent, AiHistoryMenuComponent, AiHistoryService, AiMessageListComponent, AiPanelStore, AiProposalCardComponent, AiSettingsSectionComponent, AiToolCallCardComponent, AnimationAuthorPanelComponent, AnimationPanelComponent, AnimationPlaybackService, AutosaveRecoveryDialogComponent, AutosaveService, BroadcastDialogComponent, CHART_EDITOR_STYLES, CURSOR_PALETTE, CanvasFitService, ChartAxisOptionsComponent, ChartAxisStyleOptionsComponent, ChartComboTypeOptionsComponent, ChartDataEditorComponent, ChartDataLabelOptionsComponent, ChartDatapointMarkerOptionsComponent, ChartDatapointOptionsComponent, ChartDisplayOptionsComponent, ChartElementViewComponent, ChartErrorBarOptionsComponent, ChartMarkerOptionsComponent, ChartPartSelectionService, ChartPrimitivesComponent, ChartRendererComponent, ChartTrendlineOptionsComponent, ChartTypeSelectorComponent, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, CommentMarkersOverlayComponent, CommentsPanelComponent, CommentsService, ComparePanelComponent, ConnectorRendererComponent, ConnectorTextOverlayComponent, CustomShowsComponent, DEFAULT_BOUNDS, DEFAULT_BROADCAST_SERVER_URL, DEFAULT_CANVAS_HEIGHT, DEFAULT_CANVAS_WIDTH, DEFAULT_COLOR_SCHEME, DEFAULT_FILL_COLOR, DEFAULT_LAYOUT, DEFAULT_PALETTE$1 as DEFAULT_PALETTE, DEFAULT_PATTERN_FILL_PRESET, DEFAULT_PRINT_SETTINGS, DEFAULT_SLIDE_BACKGROUND, DEFAULT_STROKE_COLOR, DEFAULT_STYLE, DEFAULT_TABLE_ROW_HEIGHT, DEFAULT_TEXT_COLOR, DEFAULT_VIEWER_PROFILE, DIRECTIONAL_PRESETS, DIRECTION_OPTIONS, DocumentPropertiesCardComponent, EMBEDDED_FONTS_STYLE_ID, EMPHASIS_PRESETS, ENTRANCE_PRESETS, TEMPLATES as EQUATION_TEMPLATES, EXIT_PRESETS, EditorContextMenuComponent, EditorHistory, EditorStateService, EditorToolbarComponent, EffectsPanelComponent, ElementRendererComponent, EmbeddedFontsService, EncryptedFileDialogComponent, EquationEditorDialogComponent, EquationRendererComponent, EquationTemplateGalleryComponent, ExportProgressModalComponent, ExportService, FieldContextService, FindBarComponent, FindReplaceBarComponent, FollowModeBarComponent, FontEmbeddingListComponent, FontEmbeddingPanelComponent, GALLERY_THEME_PRESETS, GOOGLE_WEBFONTS_LINK_ID, GRIDLINE_COLOR, GoogleWebfontsService, GradientPickerComponent, HANDOUT_OPTIONS, HeaderFooterDialogComponent, HyperlinkDialogComponent, ImagePropertiesPanelComponent, InkDrawingService, InkRendererComponent, InsertSmartArtDialogComponent, InspectorPaneHeaderComponent, InspectorPanelComponent, IsMobileService, KeepAnnotationsDialogComponent, LOCALE_CATALOG, LONG_PRESS_DURATION_MS, LONG_PRESS_MOVE_TOLERANCE_PX, LoadContentService, LocalPresencePublisher, MAX_ZOOM_SCALE, MIN_ZOOM_SCALE, MOTION_PATH_COLUMNS, MediaPreviewComponent, MediaPropertiesPanelComponent, MediaRendererComponent, MediaTrimTimelineComponent, MobileBottomBarComponent, MobileMenuSheetComponent, MobilePresenterViewComponent, MobileSheetComponent, MobileSlidesSheetComponent, MobileToolbarComponent, ModalDialogComponent, Model3DRendererComponent, NotesHandoutCardComponent, NotesPanelComponent, NotesToolbarComponent, OleRendererComponent, OutlineViewOverlayComponent, POWER_POINT_VIEWER_PROVIDERS, PPTX_OPEN_ACCEPT, PRESENTATION_OPEN_EXTENSIONS, PRESENTER_CHANNEL_NAME, PRESENTER_MSG_ORIGIN, PRESENTER_TIMER_SEGMENT_MS, PX_PER_CM, PX_PER_INCH, PasswordProtectionDialogComponent, PasswordStrengthMeterComponent, PowerPointViewerComponent, PresentToolbarAutoHide, PresentationAnnotationOverlayComponent, PresentationAnnotationsService, PresentationOverlayComponent, PresentationPropertiesPanelComponent, PresentationSettingsCardComponent, PresentationSubtitleBarComponent, PresentationToolbarComponent, PresentationTransitionOverlayComponent, PresenterViewComponent, PresenterWindowService, PrintDialogComponent, PrintService, PrintSettingsPanelComponent, PropertiesDialogComponent, REPEAT_MODE_OPTIONS, RESIZE_HANDLES, RULER_FONT_SIZE, RULER_THICKNESS, ReadingViewOverlayComponent, RemoteSelectionOverlayComponent, RibbonAnimationGalleryComponent, RibbonAnimationsSectionComponent, RibbonArrangeSectionComponent, RibbonColorPopoverComponent, RibbonComponent, RibbonDesignSectionComponent, RibbonDrawSectionComponent, RibbonDrawingGroupComponent, RibbonEditingSectionComponent, RibbonFileSectionComponent, RibbonFontControlsComponent, RibbonHomeSectionComponent, RibbonHyperlinkButtonComponent, RibbonInsertFieldsComponent, RibbonInsertSectionComponent, RibbonMotionPathGalleryComponent, RibbonParagraphControlsComponent, RibbonPrimaryRowComponent, RibbonReviewSectionComponent, RibbonShapeExtrasComponent, RibbonSlideshowSectionComponent, RibbonTransitionsSectionComponent, RibbonViewSectionComponent, RulerGuidesService, SEQUENCE_OPTIONS, SEVERITY_GROUPS, SEVERITY_LABELS, SHORTCUT_REFERENCE_ITEMS, SLIDE_TRANSITION_KEYFRAMES, DEFAULT_PALETTE as SMARTART_DEFAULT_PALETTE, PALETTES as SMARTART_PALETTES, SMART_ART_COLOR_SCHEMES, SMART_ART_STYLE_OPTIONS, SUB_ITEM_LABEL, SVG_WARP_PRESETS, SWIPE_MAX_VERTICAL_PX, SWIPE_THRESHOLD_PX, SelectionPaneComponent, SetUpSlideShowDialogComponent, SettingsAppearanceTabComponent, SettingsDialogComponent, SettingsLanguageTabComponent, ShareDialogComponent, ShortcutPanelComponent, ShowOptionsFieldsetComponent, ShowSlidesFieldsetComponent, SignatureStrippedDialogComponent, SignaturesPanelComponent, SignaturesService, SlideBackgroundCardComponent, SlideCanvasComponent, SlideDefaultInspectorComponent, SlideDiffChangesComponent, SlideDiffRowComponent, SlideDiffThumbnailsComponent, SlideSizeCardComponent, SlideSorterOverlayComponent, SlideThemeOverridePanelComponent, SlideTransitionCardComponent, SlidesPanelComponent, SmartArt3DRendererComponent, SmartArt3DService, SmartArtPreviewComponent, SmartArtPropertiesComponent, SmartArtRendererComponent, StatusBarComponent, TABLE_STRUCTURE_TOGGLES, TEXT_3D_BOTTOM_BEVEL_KEYS, TEXT_3D_TOP_BEVEL_KEYS, TEXT_DIRECTION_OPTIONS, THEME_CATALOG, TIMING_CURVE_OPTIONS, TRIGGER_OPTIONS, TYPE_LABELS, TableCellAdvancedFillComponent, TableCellFormattingComponent, TableDataEditorComponent, TablePropertiesComponent, TableRendererComponent, TableResizeOverlayComponent, TableSelectionService, TagsCardComponent, Text3DBevelSectionComponent, Text3DPanelComponent, TextAdvancedPanelComponent, ThemeEditorFieldsComponent, ThemeGalleryComponent, ThemeSelectorCardComponent, TitleBarComponent, TitleBarSearchComponent, TransitionDirectionPickerComponent, TransitionPreviewComponent, VALIGN_OPTIONS, VIEWER_THEME, VersionHistoryPanelComponent, ViewerCanvasEditingService, ViewerCollabCursorService, ViewerCollaborationSessionService, ViewerCompareService, ViewerCustomShowsService, ViewerDialogsService, ViewerDocumentPropertiesService, ViewerExportService, ViewerExtraDialogsComponent, ViewerFileIOService, ViewerFindReplaceService, ViewerFormatPainterService, ViewerInspectorPanelService, ViewerKeyboardService, ViewerMobileSheetService, ViewerPresentationModeService, ViewerThemeGalleryService, ViewerTouchGesturesService, ViewerZoomService, WEBM_MIME_CANDIDATES, WriteBackScheduler, ZERO_LINE_COLOR, ZoomNavigationService, ZoomRendererComponent, ZoomTargetService, addCategory, addCommentToList, addGradientStopPatch, addItem, addSeries, addSubItem, advanceStep, affordanceElements, aiToggleVisible, alignPatch, animationFor, animationPresetLabelKey, annotationMapToInkInserts, applyAcceptedDiff, applyAnimationPreset, applyFindReplacements, applyFormatToElement, applyMove, applyResize, asMediaElement, assignUserColor, attachShowVisibilityPause, attachTouchGestures, axisTickValues, beginNodeEdit, bevelSizePatch, boolFromEvent, bringForward, bringToFront, buildBarActions, buildBroadcastConfig, buildBroadcastViewerUrl, buildCategoryLabels, buildCellParagraphs, buildChartViewModel, buildChatLogExport, buildChatLogMarkdown, buildChromeStyle, buildClearHyperlinkPatch, buildClickGroups, buildColStyles, buildCollaborationConfig, buildComboViewModel, buildCssGradientFromShapeStyle, buildDuotoneFilter, buildDuotoneFilterId, buildEmbeddedFontStyles, buildEquationElement, buildEquationSegment, buildFallbackViewModel, buildFontFaceRule, buildGradientFillCss, buildGridlinesAndLabels, buildHyperlinkPatch, buildInkContainerStyle, buildInkStrokes, buildLegend, buildMarkTooltip, buildModel3DContainerStyle, buildModel3DViewModel, buildOleActionModel, buildOleInfoRows, buildPatternFillCss, buildPieViewModel, buildPrintHtmlDocument as buildPrintDocument, buildPropertiesPatch, buildRadarViewModel, buildRegionMapViewModel, buildSaveSlides, buildShareUrl, buildSmartArtInsertElement, buildSmartArtNodes, buildStockViewModel, buildSurfaceViewModel, buildTableViewModel, buildTreemapViewModel, buildTrimFragment, buildWaterfallViewModel, buildZeroLine, buildZoomContainerStyle, buildZoomViewModel, bulletIndentPx, canAddTopLevelNode, canEditSmartArtNodes, canGroupSelection, canRemoveTopLevelNode, canSetStrokeWidth, canStartBroadcast, canStartShare, canUngroupSelection, canUseClipboard, captionDisplayText, cellRunStyle, cellStyleToStyleMap, cellTdStyle, changeCountLabel, changeIcon, characterSpacingPatch, chartPreserveAspectRatio, checkFontAvailable, clampCursorPosition, clampGifDimensions, clampIndex, clampNotesFontSize, clampScale, clampStep, clearAllLocalViewerData, clearAudienceContent, cn, collectAccessibilityIssues, collectElementText, collectSlideText, collectStoredChats, collectUsedFontFamilies, columnWidthStyle, commitNodeText, computeAlign, computeAxisTitlePrimitives, computeBarRects, computeBubbleRadius, computeCornerHandle, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeFocusTargets, computeGridSpacingPx, computeHandleBoxes, computeHandoutLayout, computeIsMobile, computeIsTablet, computeLinePoints, computeLinearRegression, computePageCount, computePieLayout, computePieSlicePath, computePieSlices, computePlotLayout, computeRSquared, computeRadarPoints, computeResizeHandleBoxes, computeRotateHandleBox, computeScatterDots, computeScatterXDomain, computeSelectionBoxes, computeSingleSelected, computeSlideIndices, computeSnap, computeStackedBarRects, computeStackedValueRange, computeTrendlinePrimitives, computeValueRange, convertOmmlToMathMl, copyFormatFromElement, countAccessibilityIssues, countAnnotationStrokes, createAngularAiBridge, createCustomShow, createSwipeDismissDrag, createWebrtcBundle, createWebsocketBundle, cssObjectToStyleMap, currentColorScheme, currentLayout, currentStyle, defaultCssVars, defaultRadius, defaultThemeColors, deleteElementsByIds, deleteVersion as deleteRecoveryVersion, demoteNode, deriveModel3DBlobUrl, derivePresenceList, describeSmartArtBounds, disableGlowPatch, disableInnerShadowPatch, disableOuterShadowPatch, disableReflectionPatch, disableSoftEdgePatch, duplicateElementById, durationOf, effectsStateOf, enableGlowPatch, enableInnerShadowPatch, enableOuterShadowPatch, enableReflectionPatch, enableSoftEdgePatch, encodeGif, endShowMediaCleanup, estimatePageCount, exitPresentationFullscreen, exportAiChatLogs, extractPathPoints, eyedropperAvailable, fillColorOf, findInSlides, findOwningSlideIndex, findSlideIndexByElementId, firstVisibleIndex, fitPolynomial, fitZoom, focusTargetChips, fontMimeForFormat, fontSizeOf, forgetSessionDeck, formatAxisValue, formatBytes, formatCursorLabel, formatElapsed, formatFileSize, formatPropertyDate, formatTime, fpsToFrameIntervalMs, generateBroadcastRoomId, generateCommentId, generateCustomShowId, generatePressureCircles, generateTicks, getClrChangeParams, getContainerStyle, getDuotoneFilterDef, getEffectSoundState, getImageSrc, getLocalStorageUsageSummary, getOleAriaLabel, getOleBadgeLabel, getOleDisplayName, getOleDownloadFileName, getOleTypeColor, getOleTypeLabel, getPasswordStrength, getPatternSvg, getPlaceholderStyle, getVersions as getRecoveryVersions, getResolvedShapeClipPath, getResolvedShapeClipPathFor, getSessionTabId, getShapeFillStrokeStyle, getSlideBackgroundStyle, getSlideTransitionAnimations, getSmartArtNodeBounds, getSpeechRecognitionCtor, getTextBlockStyle, getTextWarp, getTouchDistance, getWarpCategory, getWarpPath, gradientStateFromStyle, gradientStateOf, gradientStatePatch, gradientStopColorCommitPatch, gridColumns, groupIssuesBySeverity, hasAnimation, hasCopyableFormat, hasExistingLink, hasExitedFullscreen, hasGradientFill, hasPressureVariation, hasVisibleSlideAfter, headerLabel, imageDimensions, inkViewBox, insertTableElementColumn as insertColumn, insertTableElementRow as insertRow, interpolateWidth, isAudienceTab, isBold, isBrowserOpenableMime, isChildNode, isElementInteractive, isInjectableUrl, isItalic, isLegacyBinaryPresentation, isPpactionUrl, isPresenterMessage, isSigned, isSupportedPresentationFile, isTextElement, isTwoTableFocus, isUnderline, isUrlSafe, isValidRoomId, isViewportBackgroundPressTarget, isZoomActivationKey, issueTrackKey, issueTypeLabel, keyToLabel, lastVisibleIndex, latexToMathml, layoutConnectorPaints, layoutNodeLabels, linePointsToSvgString, lineSpacingPatch, loadAudienceContent, loadSessionDeck, mediaFallbackFor, mediaSurfaceFor, mergeCaptionResults, mergeDown, mergeRight, mergeSelection, mergeTablesDirective, moveElementBy, moveNodeDown, moveNodeUp, msToFrameDelayCs, narrowToCircle, narrowToPolygon, narrowToRect, newChartElement, newEquationElement, newPresetShapeElement, newShapeElement, newSmartArtElement, newTableElement, newTextElement, nextVisibleIndex, nodeBold, nodeEditBox, nodeFillColor, nodeFontColor, nodeIdFromKey, nodeItalic, nodeStyle, normalizeFontFormat, normalizeSlidesPerPage, normalizeValue, numFromEvent, ommlToMathml, ooxmlDashToCssBorderStyle, openNativeEyeDropper, overallStatus, paletteColor, parseAudienceNonce, parseNodeTextarea, partitionSlides, patchChartData, patchChartStyle, patchTableData, patchTextStyle, patternPresetOptions, pendingElementStyles, pickColorByClickFallback, pickFile, pickSupportedMimeType, planGifFrames, planVideoSegments, pointsToSvgPathD, presenceToCursors, presentationBaseName, presentationStageStyle, presenterTimerProgress, presetByLayout, presetsForCategory, pressuresToWidths, prevVisibleIndex, projectDrawingShapes, promoteNode, provideViewerTheme, radarAngle, radarRingPoints, readAsDataUrl, recordWebm, registerCrossSlideAudio, rememberSessionDeck, removeAnimation, removeCategory, removeTableElementColumn as removeColumn, removeCommentFromList, removeElementAnimation, removeGradientStopPatch, removeNode, removeTableElementRow as removeRow, removeSeries, renderToCanvas, reorderAnimationDown, reorderAnimationUp, replaceInSlides, replaceMatch, requestPresentationFullscreen, resizeElement, resolveCaptionTracks, resolveChartKind, resolveFontVariant, resolveHyperlinkHref, resolveInteractiveElementId, resolveMediaSrc, resolveOleType, resolveParagraphBullet, resolvePresenterNotes, resolveProfileInitial, resolveRegionCode, resolveRibbonCanGroup, resolveSlideAutoAdvanceMs, resolvePalette as resolveSmartArtPalette, resolveThemeCatalogEntry, resolveTransitionDuration, restoreSessionDeck, revealedElementStyles, routeOrthogonalConnector, rowStyle, rulerDragToGuidePosition, rulerHighlight, rulerStripTicks, sampleColorFromSlide, sanitizeColor, sanitizeSlideIndex, sanitizeUserName, saveViewerProfile, savedPresentationFileName, scanAvailableFonts, searchSlides, seedBroadcastFields, seedHyperlinkDraft, seedPropertiesDraft, seedShareFields, segmentFrameCount, selectValue, sendBackward, sendToBack, sequentialColorScale, serializeWriteBack, seriesColor, setAfterAnimation, setAfterAnimationColor, setAnimationEmphasis, setAnimationEntrance, setAnimationExit, setAxis, setAxisLogScale, setAxisTitleStyle, setCategoryLabel, setCellText, setColorScheme, setDataLabels, setDataPointExplosion, setDataPointFill, setDataPointLabel, setDataPointMarker, setDelay, setDirection, setDuration, setEffectSound, setElementPosition, setGridlineStyle, setLayout, setLegend, setNodeStyle, setNodeText, setRepeatCount, setRepeatMode, setSequence, setSeriesChartType, setSeriesColor, setSeriesErrorBars, setSeriesMarker, setSeriesName, setSeriesTrendline, setSeriesValue, setStyle, setTimingCurve, setTitle, setTrigger, setTriggerShapeId, shapeStylePatch, sheetAfterNavigate, shouldBlockClickAdvance, shouldUseSvgWarp, showDirectionPicker, showsTemplateAffordance, signatureCountLabel, signatureKey, signatureTimestamp, signerName, statusLabel as slideDiffStatusLabel, slideNumberOf, slidesWithReappliedLayout, smartArtNodes, paletteColour as smartArtPaletteColour, snapToGridStep, splitCursorCell, splitMergedCell, statusKind, statusLabel$1 as statusLabel, storeAudienceContent, stringFromEvent, strokeColorOf, strokeToInkElement, strokeWidthOf, styleShadowFilter, surfaceColor, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, textFontSizePatch, textStyleOf, textStylePatch, themeStyle, themeToCssVars, thumbnailHeight, thumbnailZoom, toggleCommentResolvedInList, toggleNodeBold, toggleNodeItalic, toggleSheet, topLevelNodeCount, transformSelectedTextCase, translationsEn, updateElementById, updateGlowPatch, updateGradientStopPatch, updateInnerShadowPatch, updateOuterShadowPatch, updateReflectionPatch, vAlignPatch, validatePassword, validatePrintSettings, validateRoomId, valueToY, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, waypointsToPathD, withManualLayouts, worstStatus, zoomTargetSlideIndex };
|
|
23432
23686
|
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
23687
|
//# sourceMappingURL=pptx-angular-viewer.d.ts.map
|