pptx-angular-viewer 2.18.7 → 2.19.1
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 +36 -0
- package/fesm2022/{pptx-angular-viewer-chat-history-idb-IYWfGg1_.mjs → pptx-angular-viewer-chat-history-idb-DG82Zq8L.mjs} +2 -2
- package/fesm2022/{pptx-angular-viewer-chat-history-idb-IYWfGg1_.mjs.map → pptx-angular-viewer-chat-history-idb-DG82Zq8L.mjs.map} +1 -1
- package/fesm2022/{pptx-angular-viewer-pptx-angular-viewer-CgQt2SkW.mjs → pptx-angular-viewer-pptx-angular-viewer-DrfIMkrX.mjs} +1454 -962
- package/fesm2022/{pptx-angular-viewer-pptx-angular-viewer-CgQt2SkW.mjs.map → pptx-angular-viewer-pptx-angular-viewer-DrfIMkrX.mjs.map} +1 -1
- package/fesm2022/pptx-angular-viewer.mjs +1 -1
- package/package.json +1 -1
- package/types/pptx-angular-viewer.d.ts +190 -102
- 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, PptxChartData, PptxElementAnimation, PptxAnimationPreset, PptxAnimationSequence, PptxAnimationTrigger, PptxAnimationTimingCurve, PptxAnimationRepeatMode, PptxAnimationDirection, ParsedTableStyleMap, PptxThemeColorScheme, PptxThemeFontScheme, TablePptxElement, PptxSection, OlePptxElement, TextSegment, TextStyle, PptxTransitionType, PptxSlideTransition, SmartArtColorScheme, PptxSmartArtChrome, PptxSmartArtDrawingShape, SmartArtStyle, PptxSmartArtData, PptxEmbeddedFont, SmartArtLayout, AccessibilityIssueSeverity, AccessibilityIssue, AccessibilityIssueType, AccessibilityCheckOptions, ElementActionType, InkPptxElement, PptxComment, PptxChartType, PptxChartBarDirection, PptxTheme, PptxHandler, PptxData, PptxHeaderFooter, PptxCustomShow, PptxSlideMaster, PptxNotesMaster, PptxHandoutMaster, PptxPresentationProperties, PptxCoreProperties, PptxAppProperties, PptxThemeOption, PptxCustomProperty, PptxTagCollection, ParsedSignature, PptxSaveFormat, PptxTableCell, PptxTableCellStyle, PptxTableRow, PptxTableData, MasterViewTab, SvgExportOptions, Model3DPptxElement, ZoomPptxElement, ChartPptxElement, MediaPptxElement, SmartArtPptxElement, MaterialPresetType, Text3DStyle, BevelPresetType, PptxChartDataLabelOptions, PptxChartAxisType, PptxChartAxisFormatting, PptxChartMarker, PptxChartDataPoint, PptxChartTrendline, PptxChartErrBars, SignatureStatus, ElementAction, PptxImageEffects, MediaBookmark, ColorMapAliasKey, ChartAxisEdit, ChartDataPointLabelEdit, PptxChartLegendPosition, PptxChartStyle, ChartAxisTitleStyleEdit, PptxChartMarkerSymbol, ChartGridlineStyleEdit, PptxSmartArtNode,
|
|
2
|
+
import { PptxThemePreset, PptxSlide, PptxElement, ShapeStyle, PptxTextWarpPreset, XmlObject, PptxChartSeries, PptxChartData, PptxElementAnimation, PptxAnimationPreset, PptxAnimationSequence, PptxAnimationTrigger, PptxAnimationTimingCurve, PptxAnimationRepeatMode, PptxAnimationDirection, ParsedTableStyleMap, PptxThemeColorScheme, PptxThemeFontScheme, TablePptxElement, PptxSection, OlePptxElement, TextSegment, TextStyle, PptxTransitionType, PptxSlideTransition, SmartArtLayoutType, SmartArtColorScheme, PptxSmartArtChrome, PptxSmartArtDrawingShape, SmartArtStyle, PptxSmartArtData, PptxEmbeddedFont, SmartArtLayout, AccessibilityIssueSeverity, AccessibilityIssue, AccessibilityIssueType, AccessibilityCheckOptions, ElementActionType, InkPptxElement, PptxComment, PptxChartType, PptxChartBarDirection, PptxTheme, PptxHandler, PptxData, PptxHeaderFooter, PptxCustomShow, PptxSlideMaster, PptxNotesMaster, PptxHandoutMaster, PptxPresentationProperties, PptxCoreProperties, PptxAppProperties, PptxThemeOption, PptxCustomProperty, PptxTagCollection, ParsedSignature, PptxSaveFormat, PptxTableCell, PptxTableCellStyle, PptxTableRow, PptxTableData, MasterViewTab, SvgExportOptions, Model3DPptxElement, ZoomPptxElement, ChartPptxElement, MediaPptxElement, SmartArtPptxElement, MaterialPresetType, Text3DStyle, BevelPresetType, PptxChartDataLabelOptions, PptxChartAxisType, PptxChartAxisFormatting, PptxChartMarker, PptxChartDataPoint, PptxChartTrendline, PptxChartErrBars, 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, chartDataAddCategory, chartDataAddSeries, chartDataChangeType, chartDataRemoveCategory, chartDataRemoveSeries, 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';
|
|
@@ -836,45 +836,6 @@ interface EquationTemplate {
|
|
|
836
836
|
i18nKey: string;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
/**
|
|
840
|
-
* Chart-inspector option catalogues: the pure, framework-agnostic value lists
|
|
841
|
-
* (and supported-type Sets) that drive the advanced chart editor's selects and
|
|
842
|
-
* conditional sections. Lifted out of the per-binding inspector code so React,
|
|
843
|
-
* Vue, and Angular consume one source of truth instead of duplicating the
|
|
844
|
-
* (long) option arrays.
|
|
845
|
-
*
|
|
846
|
-
* Each option carries both a plain-ASCII `label` (for non-i18n consumers) and
|
|
847
|
-
* a `labelKey` (a `pptx.chart.*` dotted key resolvable via each binding's
|
|
848
|
-
* translation function, defined in `pptx-viewer-shared/i18n`). The `labelKey`
|
|
849
|
-
* values mirror React's local `chart-panel-constants.ts`, which keeps its own
|
|
850
|
-
* copy of these tables for historical reasons but resolves to the same keys.
|
|
851
|
-
*/
|
|
852
|
-
|
|
853
|
-
/** Display units selectable for a value axis (empty string = none). */
|
|
854
|
-
type ChartDisplayUnitsValue = '' | 'hundreds' | 'thousands' | 'tenThousands' | 'hundredThousands' | 'millions' | 'tenMillions' | 'hundredMillions' | 'billions' | 'trillions';
|
|
855
|
-
/** Tick-label positions for an axis. */
|
|
856
|
-
type ChartTickLabelPosition = 'nextTo' | 'high' | 'low' | 'none';
|
|
857
|
-
/** Data-label content flags (chart-level `c:show*`). */
|
|
858
|
-
type ChartDataLabelContentKey = 'showValue' | 'showCategory' | 'showSeriesName' | 'showPercent' | 'showLegendKey';
|
|
859
|
-
/** Data-label position values (empty string = type default). */
|
|
860
|
-
type ChartDataLabelPositionValue = '' | 'ctr' | 'inEnd' | 'inBase' | 'outEnd' | 'bestFit';
|
|
861
|
-
/** Trendline regression types (empty string = none). */
|
|
862
|
-
type ChartTrendlineValue = '' | 'linear' | 'exponential' | 'logarithmic' | 'polynomial' | 'power' | 'movingAvg';
|
|
863
|
-
/** Error-bar value calculation types (empty string = none). */
|
|
864
|
-
type ChartErrorBarValType = '' | 'fixedVal' | 'percentage' | 'stdDev' | 'stdErr';
|
|
865
|
-
/** Error-bar display directions. */
|
|
866
|
-
type ChartErrorBarType = 'both' | 'plus' | 'minus';
|
|
867
|
-
/** Marker symbols (empty string = auto, omits the marker). */
|
|
868
|
-
type ChartMarkerSymbolValue = '' | 'none' | 'circle' | 'square' | 'diamond' | 'triangle' | 'x' | 'star' | 'plus' | 'dot' | 'dash';
|
|
869
|
-
/** Gridline dash styles (empty string = default). */
|
|
870
|
-
type ChartGridlineDashValue = '' | 'solid' | 'dash' | 'dot' | 'dashDot' | 'lgDash' | 'sysDash' | 'sysDot';
|
|
871
|
-
/** A simple value/label option for a `<select>`. */
|
|
872
|
-
interface ChartOption<V> {
|
|
873
|
-
value: V;
|
|
874
|
-
label: string;
|
|
875
|
-
labelKey: string;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
839
|
/**
|
|
879
840
|
* chart-view-model.ts - framework-agnostic SVG-primitive chart engine.
|
|
880
841
|
*
|
|
@@ -981,6 +942,18 @@ declare function valueToY(val: number, range: ValueRange, topY: number, bottomY:
|
|
|
981
942
|
* `formatAxisValue` in `chart-helpers.ts`, which this mirrors.
|
|
982
943
|
*/
|
|
983
944
|
declare function formatAxisValue(val: number, formatCode?: string): string;
|
|
945
|
+
/**
|
|
946
|
+
* Build the hover-tooltip text for a plain data mark (bar / line / area /
|
|
947
|
+
* scatter / bubble / pie / radar point), projected as each primitive's `title`
|
|
948
|
+
* field (see the doc comment on `SvgPath.title`).
|
|
949
|
+
*
|
|
950
|
+
* Mirrors the region map's own `"<name>: <value>"` tooltip (chart-waterfall-map.ts):
|
|
951
|
+
* join whichever of the series name and category/point label are known, then
|
|
952
|
+
* append the formatted value. Either label may be absent (a scatter/bubble
|
|
953
|
+
* point has no category; an un-named series has no name); the result degrades
|
|
954
|
+
* to just the value when neither is.
|
|
955
|
+
*/
|
|
956
|
+
declare function buildMarkTooltip(seriesName: string | undefined, categoryLabel: string | undefined, value: number, numberFormat?: string): string;
|
|
984
957
|
/** Bounding-box of the chart's usable plot area in SVG coordinates. */
|
|
985
958
|
interface PlotLayout {
|
|
986
959
|
svgWidth: number;
|
|
@@ -1030,6 +1003,13 @@ interface ChartValueDrag {
|
|
|
1030
1003
|
plotTop: number;
|
|
1031
1004
|
plotBottom: number;
|
|
1032
1005
|
}
|
|
1006
|
+
/**
|
|
1007
|
+
* Hover tooltip / accessible name, projected as each primitive's SVG `<title>`
|
|
1008
|
+
* child. Every primitive kind that can represent a data mark (rect, path,
|
|
1009
|
+
* polyline, circle, line, polygon) carries this field so any chart mark, not
|
|
1010
|
+
* just the region map's choropleth patches, can surface a tooltip. Projectors
|
|
1011
|
+
* that ignore the field simply render no tooltip.
|
|
1012
|
+
*/
|
|
1033
1013
|
interface SvgRect {
|
|
1034
1014
|
kind: 'rect';
|
|
1035
1015
|
x: number;
|
|
@@ -1040,6 +1020,7 @@ interface SvgRect {
|
|
|
1040
1020
|
rx?: number;
|
|
1041
1021
|
opacity?: number;
|
|
1042
1022
|
part?: ChartPartRef;
|
|
1023
|
+
title?: string;
|
|
1043
1024
|
}
|
|
1044
1025
|
interface SvgPath {
|
|
1045
1026
|
kind: 'path';
|
|
@@ -1052,9 +1033,12 @@ interface SvgPath {
|
|
|
1052
1033
|
/**
|
|
1053
1034
|
* Hover tooltip / accessible name, projected as an SVG `<title>` child.
|
|
1054
1035
|
*
|
|
1055
|
-
*
|
|
1056
|
-
* its own, so without a tooltip the
|
|
1057
|
-
*
|
|
1036
|
+
* The region map (chart-waterfall-map.ts) was the first to set it: a
|
|
1037
|
+
* choropleth patch carries no label of its own, so without a tooltip the
|
|
1038
|
+
* reader cannot tell which region a colour belongs to. Every other primitive
|
|
1039
|
+
* kind now carries the same field for the same reason on the mainstream chart
|
|
1040
|
+
* kinds (bar / line / area / scatter / bubble / pie / radar). Projectors that
|
|
1041
|
+
* ignore the field simply render no tooltip.
|
|
1058
1042
|
*/
|
|
1059
1043
|
title?: string;
|
|
1060
1044
|
}
|
|
@@ -1066,6 +1050,7 @@ interface SvgPolyline {
|
|
|
1066
1050
|
fill: string;
|
|
1067
1051
|
opacity?: number;
|
|
1068
1052
|
part?: ChartPartRef;
|
|
1053
|
+
title?: string;
|
|
1069
1054
|
}
|
|
1070
1055
|
interface SvgCircle {
|
|
1071
1056
|
kind: 'circle';
|
|
@@ -1075,6 +1060,7 @@ interface SvgCircle {
|
|
|
1075
1060
|
fill: string;
|
|
1076
1061
|
opacity?: number;
|
|
1077
1062
|
part?: ChartPartRef;
|
|
1063
|
+
title?: string;
|
|
1078
1064
|
}
|
|
1079
1065
|
interface SvgLine {
|
|
1080
1066
|
kind: 'line';
|
|
@@ -1086,6 +1072,7 @@ interface SvgLine {
|
|
|
1086
1072
|
strokeWidth: number;
|
|
1087
1073
|
dashArray?: string;
|
|
1088
1074
|
opacity?: number;
|
|
1075
|
+
title?: string;
|
|
1089
1076
|
}
|
|
1090
1077
|
interface SvgText {
|
|
1091
1078
|
kind: 'text';
|
|
@@ -1111,6 +1098,7 @@ interface SvgPolygon {
|
|
|
1111
1098
|
opacity?: number;
|
|
1112
1099
|
dashArray?: string;
|
|
1113
1100
|
part?: ChartPartRef;
|
|
1101
|
+
title?: string;
|
|
1114
1102
|
}
|
|
1115
1103
|
interface SvgAreaGradient {
|
|
1116
1104
|
kind: 'areaGradient';
|
|
@@ -1302,6 +1290,71 @@ declare function resolveChartKind(chartType: string): SupportedChartKind | 'unsu
|
|
|
1302
1290
|
declare function buildChartViewModel(element: PptxElement): ChartViewModel;
|
|
1303
1291
|
declare function buildFallbackViewModel(width: number, height: number, label: string): ChartViewModel;
|
|
1304
1292
|
|
|
1293
|
+
/**
|
|
1294
|
+
* Chart legend swatch layout: positions each `ChartViewModel` legend entry
|
|
1295
|
+
* (colour swatch + label) for the two anchor modes the shared chart engine
|
|
1296
|
+
* produces:
|
|
1297
|
+
*
|
|
1298
|
+
* - horizontal row (`legendAnchor !== 'start'`, i.e. bottom/top legends):
|
|
1299
|
+
* entries are centred on `vm.legendX` across a fixed-width row.
|
|
1300
|
+
* - vertical stack (`legendAnchor === 'start'`, i.e. left/right legends):
|
|
1301
|
+
* entries stack downward from `vm.legendY` at a fixed line height.
|
|
1302
|
+
*
|
|
1303
|
+
* Every binding's chart projector (React/Vue/Angular/Svelte/Vanilla) declared
|
|
1304
|
+
* this same `LEGEND_ITEM_WIDTH = 80` constant and placement formula
|
|
1305
|
+
* independently; this module is the single source of truth so a layout tweak
|
|
1306
|
+
* lands once for all five.
|
|
1307
|
+
*
|
|
1308
|
+
* @module chart-legend-layout
|
|
1309
|
+
*/
|
|
1310
|
+
|
|
1311
|
+
/** One positioned legend entry: swatch origin + colour + label. */
|
|
1312
|
+
interface ChartLegendLayoutItem {
|
|
1313
|
+
x: number;
|
|
1314
|
+
y: number;
|
|
1315
|
+
color: string;
|
|
1316
|
+
label: string;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
/**
|
|
1320
|
+
* Chart-inspector option catalogues: the pure, framework-agnostic value lists
|
|
1321
|
+
* (and supported-type Sets) that drive the advanced chart editor's selects and
|
|
1322
|
+
* conditional sections. Lifted out of the per-binding inspector code so React,
|
|
1323
|
+
* Vue, and Angular consume one source of truth instead of duplicating the
|
|
1324
|
+
* (long) option arrays.
|
|
1325
|
+
*
|
|
1326
|
+
* Each option carries both a plain-ASCII `label` (for non-i18n consumers) and
|
|
1327
|
+
* a `labelKey` (a `pptx.chart.*` dotted key resolvable via each binding's
|
|
1328
|
+
* translation function, defined in `pptx-viewer-shared/i18n`). The `labelKey`
|
|
1329
|
+
* values mirror React's local `chart-panel-constants.ts`, which keeps its own
|
|
1330
|
+
* copy of these tables for historical reasons but resolves to the same keys.
|
|
1331
|
+
*/
|
|
1332
|
+
|
|
1333
|
+
/** Display units selectable for a value axis (empty string = none). */
|
|
1334
|
+
type ChartDisplayUnitsValue = '' | 'hundreds' | 'thousands' | 'tenThousands' | 'hundredThousands' | 'millions' | 'tenMillions' | 'hundredMillions' | 'billions' | 'trillions';
|
|
1335
|
+
/** Tick-label positions for an axis. */
|
|
1336
|
+
type ChartTickLabelPosition = 'nextTo' | 'high' | 'low' | 'none';
|
|
1337
|
+
/** Data-label content flags (chart-level `c:show*`). */
|
|
1338
|
+
type ChartDataLabelContentKey = 'showValue' | 'showCategory' | 'showSeriesName' | 'showPercent' | 'showLegendKey';
|
|
1339
|
+
/** Data-label position values (empty string = type default). */
|
|
1340
|
+
type ChartDataLabelPositionValue = '' | 'ctr' | 'inEnd' | 'inBase' | 'outEnd' | 'bestFit';
|
|
1341
|
+
/** Trendline regression types (empty string = none). */
|
|
1342
|
+
type ChartTrendlineValue = '' | 'linear' | 'exponential' | 'logarithmic' | 'polynomial' | 'power' | 'movingAvg';
|
|
1343
|
+
/** Error-bar value calculation types (empty string = none). */
|
|
1344
|
+
type ChartErrorBarValType = '' | 'fixedVal' | 'percentage' | 'stdDev' | 'stdErr';
|
|
1345
|
+
/** Error-bar display directions. */
|
|
1346
|
+
type ChartErrorBarType = 'both' | 'plus' | 'minus';
|
|
1347
|
+
/** Marker symbols (empty string = auto, omits the marker). */
|
|
1348
|
+
type ChartMarkerSymbolValue = '' | 'none' | 'circle' | 'square' | 'diamond' | 'triangle' | 'x' | 'star' | 'plus' | 'dot' | 'dash';
|
|
1349
|
+
/** Gridline dash styles (empty string = default). */
|
|
1350
|
+
type ChartGridlineDashValue = '' | 'solid' | 'dash' | 'dot' | 'dashDot' | 'lgDash' | 'sysDash' | 'sysDot';
|
|
1351
|
+
/** A simple value/label option for a `<select>`. */
|
|
1352
|
+
interface ChartOption<V> {
|
|
1353
|
+
value: V;
|
|
1354
|
+
label: string;
|
|
1355
|
+
labelKey: string;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1305
1358
|
/** Build a bar + line combo chart, including independently scaled secondary series. */
|
|
1306
1359
|
declare function buildComboViewModel(element: PptxElement, chartData: PptxChartData, categoryLabels: ReadonlyArray<string>): ChartViewModel;
|
|
1307
1360
|
|
|
@@ -2134,7 +2187,13 @@ declare function removeTableElementColumn(element: TablePptxElement, colIdx: num
|
|
|
2134
2187
|
* foreground, banded-row background, and border colour applied when the user
|
|
2135
2188
|
* picks it. Ported from the React viewer's `constants/table-styles.ts` so React,
|
|
2136
2189
|
* Vue, and Angular consume one copy.
|
|
2190
|
+
*
|
|
2191
|
+
* `applyTableStylePreset` below is the assignment logic that decides which
|
|
2192
|
+
* cells get the header/band/border treatment from a chosen preset; it was
|
|
2193
|
+
* previously hand-ported into React, Vue, and Angular independently (Angular's
|
|
2194
|
+
* copy, in `table-properties-helpers.ts`, was the reference implementation).
|
|
2137
2195
|
*/
|
|
2196
|
+
|
|
2138
2197
|
/** A single table quick-style swatch. */
|
|
2139
2198
|
interface TableStylePreset {
|
|
2140
2199
|
id: string;
|
|
@@ -4204,6 +4263,43 @@ interface SmartArtA11y {
|
|
|
4204
4263
|
nodes: SmartArtNodeA11y[];
|
|
4205
4264
|
}
|
|
4206
4265
|
|
|
4266
|
+
/**
|
|
4267
|
+
* Practical node-count bounds per SmartArt layout category.
|
|
4268
|
+
*
|
|
4269
|
+
* These are soft, UX-level guards (not hard schema constraints): PowerPoint
|
|
4270
|
+
* itself will render most layouts with any number of top-level nodes, but
|
|
4271
|
+
* several layouts only make visual sense within a range. Surfacing the bounds
|
|
4272
|
+
* lets the properties panel disable add / remove and explain why, instead of
|
|
4273
|
+
* silently producing a broken-looking diagram.
|
|
4274
|
+
*
|
|
4275
|
+
* Bounds apply to the count of *top-level* nodes (items without a parentId),
|
|
4276
|
+
* which is what the add / remove affordances in the text pane operate on.
|
|
4277
|
+
*
|
|
4278
|
+
* This is the single shared implementation ported from what used to be three
|
|
4279
|
+
* near-identical per-binding copies (React, Vue, Angular). Each binding's own
|
|
4280
|
+
* `smartart-node-limits.ts` (or, for Angular, the node-bounds half of
|
|
4281
|
+
* `smart-art-node-style-helpers.ts`) is now a thin re-export of this module.
|
|
4282
|
+
*
|
|
4283
|
+
* @module smartart-node-limits
|
|
4284
|
+
*/
|
|
4285
|
+
/** A min/max bound for the number of top-level nodes in a layout. */
|
|
4286
|
+
interface SmartArtNodeBounds {
|
|
4287
|
+
/** Minimum sensible number of top-level nodes. */
|
|
4288
|
+
readonly min: number;
|
|
4289
|
+
/** Maximum sensible number of top-level nodes (undefined = unbounded). */
|
|
4290
|
+
readonly max?: number;
|
|
4291
|
+
}
|
|
4292
|
+
declare const DEFAULT_BOUNDS: SmartArtNodeBounds;
|
|
4293
|
+
/**
|
|
4294
|
+
* Resolve the node-count bounds for a given layout category.
|
|
4295
|
+
* Returns {@link DEFAULT_BOUNDS} when the layout has no specific table entry.
|
|
4296
|
+
*/
|
|
4297
|
+
declare function getSmartArtNodeBounds(layout: SmartArtLayoutType | undefined): SmartArtNodeBounds;
|
|
4298
|
+
/** Whether adding another top-level node stays within the layout's max. */
|
|
4299
|
+
declare function canAddTopLevelNode(layout: SmartArtLayoutType | undefined, topLevelCount: number): boolean;
|
|
4300
|
+
/** Whether removing a top-level node keeps the count at or above the min. */
|
|
4301
|
+
declare function canRemoveTopLevelNode(layout: SmartArtLayoutType | undefined, topLevelCount: number): boolean;
|
|
4302
|
+
|
|
4207
4303
|
/**
|
|
4208
4304
|
* Line layout for centred SVG labels (SmartArt nodes and cached shapes).
|
|
4209
4305
|
*
|
|
@@ -5834,14 +5930,17 @@ declare function generateCommentId(): string;
|
|
|
5834
5930
|
* Append a new comment to a comment list.
|
|
5835
5931
|
* @returns the NEW full comment array, or `null` when `text` is blank.
|
|
5836
5932
|
*/
|
|
5837
|
-
declare function addCommentToList(comments: PptxComment[], text: string, authorName: string, x?: number, y?: number): PptxComment[] | null;
|
|
5933
|
+
declare function addCommentToList(comments: PptxComment[], text: string, authorName: string, x?: number, y?: number, elementId?: string): PptxComment[] | null;
|
|
5838
5934
|
/**
|
|
5839
|
-
* Remove a comment (by id) from a comment list.
|
|
5935
|
+
* Remove a comment (by id) from a comment list. Searches the whole tree, so
|
|
5936
|
+
* a nested reply (at any depth) is removed just like a top-level comment.
|
|
5840
5937
|
* @returns the NEW full comment array, or `null` when nothing changed.
|
|
5841
5938
|
*/
|
|
5842
5939
|
declare function removeCommentFromList(comments: PptxComment[], id: string): PptxComment[] | null;
|
|
5843
5940
|
/**
|
|
5844
|
-
* Toggle the `resolved` flag of a comment (by id) in a comment list.
|
|
5941
|
+
* Toggle the `resolved` flag of a comment (by id) in a comment list. Searches
|
|
5942
|
+
* the whole tree, so a nested reply (at any depth) can be resolved just like
|
|
5943
|
+
* a top-level comment.
|
|
5845
5944
|
* @returns the NEW full comment array, or `null` when nothing changed.
|
|
5846
5945
|
*/
|
|
5847
5946
|
declare function toggleCommentResolvedInList(comments: PptxComment[], id: string): PptxComment[] | null;
|
|
@@ -10856,12 +10955,14 @@ declare class PowerPointViewerComponent implements PowerPointViewerAPI {
|
|
|
10856
10955
|
/** Dispatch a Quick Access Toolbar command id to its existing handler. */
|
|
10857
10956
|
protected onQuickAccessCommand(id: string): void;
|
|
10858
10957
|
/**
|
|
10859
|
-
* Mobile
|
|
10860
|
-
*
|
|
10861
|
-
* the
|
|
10862
|
-
*
|
|
10958
|
+
* Mobile bottom-bar tap: decide the next sheet with shared's `toggleSheet`
|
|
10959
|
+
* (via `applyMobileBarSheetTap`), same priority every binding follows -
|
|
10960
|
+
* tapping the open sheet closes it, tapping a different one switches to it.
|
|
10961
|
+
* `mobileSheetSvc` and `inspectorPanel` back different bar slots (slides/
|
|
10962
|
+
* notes vs. format/comments), so this is the one place that coordinates
|
|
10963
|
+
* both from the shared decision.
|
|
10863
10964
|
*/
|
|
10864
|
-
protected
|
|
10965
|
+
protected applyMobileSheetTap(tapped: Exclude<MobileBarSheet, null>): void;
|
|
10865
10966
|
/** Receive draw-tool state changes from the ribbon Draw tab. */
|
|
10866
10967
|
protected onDrawToolChange(state: {
|
|
10867
10968
|
tool: string;
|
|
@@ -13225,7 +13326,11 @@ declare class ChartRendererComponent {
|
|
|
13225
13326
|
readonly vm: _angular_core.Signal<ChartViewModel>;
|
|
13226
13327
|
readonly viewBox: _angular_core.Signal<string>;
|
|
13227
13328
|
readonly swatchSize = 10;
|
|
13228
|
-
|
|
13329
|
+
readonly legendItems: _angular_core.Signal<ChartLegendLayoutItem[]>;
|
|
13330
|
+
legendTransform(item: {
|
|
13331
|
+
x: number;
|
|
13332
|
+
y: number;
|
|
13333
|
+
}): string;
|
|
13229
13334
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChartRendererComponent, never>;
|
|
13230
13335
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChartRendererComponent, "pptx-chart-renderer", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13231
13336
|
}
|
|
@@ -15572,18 +15677,6 @@ declare class TableDataEditorComponent {
|
|
|
15572
15677
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableDataEditorComponent, "pptx-table-data-editor", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, { "elementChange": "elementChange"; }, never, never, true, never>;
|
|
15573
15678
|
}
|
|
15574
15679
|
|
|
15575
|
-
/**
|
|
15576
|
-
* table-properties-helpers.ts: pure helpers for the table properties inspector.
|
|
15577
|
-
*
|
|
15578
|
-
* The small immutable transforms behind the Angular port of the React
|
|
15579
|
-
* `TablePropertiesPanel` / `TableCellAdvancedFill`: applying a quick-style
|
|
15580
|
-
* preset, redistributing a single column's width across its neighbours,
|
|
15581
|
-
* even-distributing column widths / row heights, and building a CSS gradient
|
|
15582
|
-
* string from structured stops so the renderer shows edited gradients live.
|
|
15583
|
-
*
|
|
15584
|
-
* No Angular imports, so they are unit-testable with plain vitest.
|
|
15585
|
-
*/
|
|
15586
|
-
|
|
15587
15680
|
/** Default row height (px) used when a row has no explicit height. */
|
|
15588
15681
|
declare const DEFAULT_TABLE_ROW_HEIGHT = 32;
|
|
15589
15682
|
/** The boolean structure/style flags on `PptxTableData` the toggles can flip. */
|
|
@@ -15593,23 +15686,6 @@ declare const TABLE_STRUCTURE_TOGGLES: ReadonlyArray<{
|
|
|
15593
15686
|
key: TableBooleanFlag;
|
|
15594
15687
|
labelKey: string;
|
|
15595
15688
|
}>;
|
|
15596
|
-
/**
|
|
15597
|
-
* Apply a table quick-style preset to every cell's style, mirroring the React
|
|
15598
|
-
* `TablePropertiesPanel` preset `onClick`. Header cells get the header fill /
|
|
15599
|
-
* foreground + bold; banded body rows get the band background; every cell gets
|
|
15600
|
-
* the preset border colour. Returns a new rows array.
|
|
15601
|
-
*/
|
|
15602
|
-
declare function applyTableStylePreset(td: PptxTableData, preset: TableStylePreset): PptxTableRow[];
|
|
15603
|
-
/**
|
|
15604
|
-
* Redistribute column widths when a single column is set to `newFraction`,
|
|
15605
|
-
* scaling the other columns proportionally so the array still sums to 1.
|
|
15606
|
-
* Mirrors the React column-width slider `onChange`.
|
|
15607
|
-
*/
|
|
15608
|
-
declare function redistributeColumnWidth(widths: number[], index: number, newFraction: number): number[];
|
|
15609
|
-
/** An equal-width column array for `count` columns. */
|
|
15610
|
-
declare function evenColumnWidths(count: number): number[];
|
|
15611
|
-
/** Rows with a uniform (average) height applied. */
|
|
15612
|
-
declare function evenRowHeights(td: PptxTableData): PptxTableRow[];
|
|
15613
15689
|
/**
|
|
15614
15690
|
* Build a CSS gradient string from structured cell-style gradient fields, so
|
|
15615
15691
|
* the renderer (which reads `gradientFillCss`) shows an edited gradient live.
|
|
@@ -18113,7 +18189,7 @@ declare class AccountPageComponent {
|
|
|
18113
18189
|
readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
|
|
18114
18190
|
private readonly translate;
|
|
18115
18191
|
protected readonly swatches: readonly string[];
|
|
18116
|
-
protected readonly version = "2.
|
|
18192
|
+
protected readonly version = "2.19.0";
|
|
18117
18193
|
protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
|
|
18118
18194
|
protected readonly initial: _angular_core.Signal<string>;
|
|
18119
18195
|
protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;
|
|
@@ -19527,9 +19603,15 @@ declare class SmartArtPreviewComponent {
|
|
|
19527
19603
|
* drawingShapes so the renderer reflows with the override). Reading the
|
|
19528
19604
|
* current value off `node.style` drives the inspector controls.
|
|
19529
19605
|
*
|
|
19530
|
-
* 2. **Node-count bounds** - soft, per-layout min/max guards
|
|
19531
|
-
*
|
|
19532
|
-
*
|
|
19606
|
+
* 2. **Node-count bounds** - soft, per-layout min/max guards. The table,
|
|
19607
|
+
* `getSmartArtNodeBounds`, `canAddTopLevelNode` and `canRemoveTopLevelNode`
|
|
19608
|
+
* are re-exported from the single shared implementation in
|
|
19609
|
+
* `pptx-viewer-shared` (`packages/shared/src/render/smartart-node-limits.ts`),
|
|
19610
|
+
* which also backs the React and Vue bindings. `describeSmartArtBounds`
|
|
19611
|
+
* stays a thin Angular wrapper: it takes the shared function's neutral
|
|
19612
|
+
* English text and, when a `TranslateService` is supplied, swaps in the
|
|
19613
|
+
* translated string keyed off the same bounds, so the shared module never
|
|
19614
|
+
* takes an i18n dependency.
|
|
19533
19615
|
*
|
|
19534
19616
|
* @module angular-viewer/smart-art-node-style-helpers
|
|
19535
19617
|
*
|
|
@@ -19560,26 +19642,15 @@ declare function setNodeStyle(data: PptxSmartArtData, nodeId: string, patch: Par
|
|
|
19560
19642
|
declare function toggleNodeBold(data: PptxSmartArtData, node: PptxSmartArtNode): PptxSmartArtData;
|
|
19561
19643
|
/** Toggle a node's italic override. */
|
|
19562
19644
|
declare function toggleNodeItalic(data: PptxSmartArtData, node: PptxSmartArtNode): PptxSmartArtData;
|
|
19563
|
-
/** A min/max bound for the number of top-level nodes in a layout. */
|
|
19564
|
-
interface SmartArtNodeBounds {
|
|
19565
|
-
/** Minimum sensible number of top-level nodes. */
|
|
19566
|
-
readonly min: number;
|
|
19567
|
-
/** Maximum sensible number of top-level nodes (undefined = unbounded). */
|
|
19568
|
-
readonly max?: number;
|
|
19569
|
-
}
|
|
19570
|
-
/** Fallback bounds for any layout without an explicit entry. */
|
|
19571
|
-
declare const DEFAULT_BOUNDS: SmartArtNodeBounds;
|
|
19572
|
-
/** Resolve the node-count bounds for a layout category. */
|
|
19573
|
-
declare function getSmartArtNodeBounds(layout: SmartArtLayoutType | undefined): SmartArtNodeBounds;
|
|
19574
19645
|
/** Count of top-level (parentless) nodes in a diagram. */
|
|
19575
19646
|
declare function topLevelNodeCount(data: PptxSmartArtData): number;
|
|
19576
|
-
/** Whether adding another top-level node stays within the layout's max. */
|
|
19577
|
-
declare function canAddTopLevelNode(layout: SmartArtLayoutType | undefined, topLevelCount: number): boolean;
|
|
19578
|
-
/** Whether removing a top-level node keeps the count at or above the min. */
|
|
19579
|
-
declare function canRemoveTopLevelNode(layout: SmartArtLayoutType | undefined, topLevelCount: number): boolean;
|
|
19580
19647
|
/**
|
|
19581
19648
|
* Short, human-readable explanation of a layout's bounds for a tooltip / hint,
|
|
19582
19649
|
* or `undefined` when the layout imposes no meaningful limit.
|
|
19650
|
+
*
|
|
19651
|
+
* Delegates the neutral English text to the shared implementation; when a
|
|
19652
|
+
* `TranslateService` is supplied, swaps in the translated string for the same
|
|
19653
|
+
* bounds instead.
|
|
19583
19654
|
*/
|
|
19584
19655
|
declare function describeSmartArtBounds(layout: SmartArtLayoutType | undefined, translate?: TranslateService): string | undefined;
|
|
19585
19656
|
|
|
@@ -19911,9 +19982,20 @@ declare class RibbonDrawingGroupComponent {
|
|
|
19911
19982
|
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
19912
19983
|
/** Index of the active slide (insertion target). */
|
|
19913
19984
|
readonly slideIndex: _angular_core.InputSignal<number>;
|
|
19985
|
+
readonly selectedElement: _angular_core.InputSignal<PptxElement | null>;
|
|
19914
19986
|
protected readonly shapes: readonly ShapePresetDef[];
|
|
19915
19987
|
protected readonly shapesOpen: _angular_core.WritableSignal<boolean>;
|
|
19916
19988
|
protected readonly arrangeOpen: _angular_core.WritableSignal<boolean>;
|
|
19989
|
+
protected readonly swatches: readonly string[];
|
|
19990
|
+
protected readonly canFormatShape: _angular_core.Signal<boolean>;
|
|
19991
|
+
protected readonly fillColor: _angular_core.Signal<string>;
|
|
19992
|
+
protected readonly outlineColor: _angular_core.Signal<string>;
|
|
19993
|
+
/** Commit a picked Fill swatch through the shared decision function. */
|
|
19994
|
+
protected onFill(color: string): void;
|
|
19995
|
+
/** Commit a picked Outline swatch through the shared decision function. */
|
|
19996
|
+
protected onOutline(color: string): void;
|
|
19997
|
+
/** Merge a Fill/Outline patch into the selection's shape style, if it has one. */
|
|
19998
|
+
private patchShapeStyle;
|
|
19917
19999
|
/** Insert the picked preset immediately (selects it and records history). */
|
|
19918
20000
|
protected onShapeSelect(shape: ShapePresetDef): void;
|
|
19919
20001
|
protected onArrange(direction: 'up' | 'down'): void;
|
|
@@ -19921,7 +20003,7 @@ declare class RibbonDrawingGroupComponent {
|
|
|
19921
20003
|
protected onGroup(group: boolean): void;
|
|
19922
20004
|
protected onArrangeEdge(edge: 'front' | 'back'): void;
|
|
19923
20005
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RibbonDrawingGroupComponent, never>;
|
|
19924
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonDrawingGroupComponent, "pptx-ribbon-drawing-group", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "slideIndex": { "alias": "slideIndex"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20006
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonDrawingGroupComponent, "pptx-ribbon-drawing-group", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "slideIndex": { "alias": "slideIndex"; "required": false; "isSignal": true; }; "selectedElement": { "alias": "selectedElement"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
19925
20007
|
}
|
|
19926
20008
|
|
|
19927
20009
|
declare class RibbonEditingSectionComponent {
|
|
@@ -20126,12 +20208,18 @@ declare class RibbonHomeSectionComponent {
|
|
|
20126
20208
|
readonly openTemplateGallery: _angular_core.OutputEmitterRef<void>;
|
|
20127
20209
|
/** Emitted with the layout the user picked, after it has been applied. */
|
|
20128
20210
|
readonly applyLayout: _angular_core.OutputEmitterRef<string>;
|
|
20211
|
+
/** Emitted after Home > Reset has re-applied the slide's layout. */
|
|
20129
20212
|
readonly resetSlide: _angular_core.OutputEmitterRef<void>;
|
|
20130
20213
|
/**
|
|
20131
20214
|
* Re-map the active slide onto `layoutPath`. The operation is self-contained,
|
|
20132
20215
|
* so the output is a notification rather than the thing that performs it.
|
|
20133
20216
|
*/
|
|
20134
20217
|
protected onApplyLayout(layoutPath: string): void;
|
|
20218
|
+
/**
|
|
20219
|
+
* The button used to `resetSlide.emit()` to nobody, so clicking it did
|
|
20220
|
+
* nothing; {@link performResetSlide} now actually performs the reset.
|
|
20221
|
+
*/
|
|
20222
|
+
protected onResetSlide(): void;
|
|
20135
20223
|
protected copy(): void;
|
|
20136
20224
|
protected cut(): void;
|
|
20137
20225
|
protected paste(): void;
|
|
@@ -21327,6 +21415,6 @@ declare function thumbnailHeight(canvasW: number, canvasH: number, thumbW: numbe
|
|
|
21327
21415
|
*/
|
|
21328
21416
|
declare function gridColumns(containerW: number, thumbW: number, gap: number, maxCols: number): number;
|
|
21329
21417
|
|
|
21330
|
-
export { 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, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, CommentMarkersOverlayComponent, CommentsPanelComponent, CommentsService, ComparePanelComponent, ConnectorRendererComponent, ConnectorTextOverlayComponent, CustomShowsComponent, DATA_TABLE_HEADER_H, DATA_TABLE_KEY_W, DATA_TABLE_PADDING, DATA_TABLE_ROW_H, 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, GRIDLINE_COLOR, 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, applyTableStylePreset, 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, buildModel3DContainerStyle, buildModel3DViewModel, buildOleActionModel, buildOleInfoRows, buildPatternFillCss, buildPrintHtmlDocument as buildPrintDocument, buildPropertiesPatch, buildRegionMapViewModel, buildSaveSlides, buildShareUrl, buildSmartArtInsertElement, buildSmartArtNodes, buildStockViewModel, buildSurfaceViewModel, buildTableViewModel, buildTreemapViewModel, buildTrimFragment, buildWaterfallViewModel, buildZeroLine, buildZoomContainerStyle, buildZoomViewModel, bulletIndentPx, canAddTopLevelNode, 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, computeDataTablePrimitives, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeFocusTargets, 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, evenColumnWidths, evenRowHeights, 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, 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, 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, redistributeColumnWidth, 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, 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, setAnimationEmphasis, setAnimationEntrance, setAnimationExit, setAxis, setAxisLogScale, setAxisTitleStyle, setCategoryLabel, setCellText, setColorScheme, setDataLabels, setDataPointExplosion, setDataPointFill, setDataPointLabel, setDataPointMarker, setDelay, setDirection, setDuration, 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, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, 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, worstStatus, zoomTargetSlideIndex };
|
|
21418
|
+
export { 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, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, CommentMarkersOverlayComponent, CommentsPanelComponent, CommentsService, ComparePanelComponent, ConnectorRendererComponent, ConnectorTextOverlayComponent, CustomShowsComponent, DATA_TABLE_HEADER_H, DATA_TABLE_KEY_W, DATA_TABLE_PADDING, DATA_TABLE_ROW_H, 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, GRIDLINE_COLOR, 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, buildPrintHtmlDocument as buildPrintDocument, buildPropertiesPatch, buildRegionMapViewModel, buildSaveSlides, buildShareUrl, buildSmartArtInsertElement, buildSmartArtNodes, buildStockViewModel, buildSurfaceViewModel, buildTableViewModel, buildTreemapViewModel, buildTrimFragment, buildWaterfallViewModel, buildZeroLine, buildZoomContainerStyle, buildZoomViewModel, bulletIndentPx, canAddTopLevelNode, 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, computeDataTablePrimitives, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeFocusTargets, 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, 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, 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, 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, setAnimationEmphasis, setAnimationEntrance, setAnimationExit, setAxis, setAxisLogScale, setAxisTitleStyle, setCategoryLabel, setCellText, setColorScheme, setDataLabels, setDataPointExplosion, setDataPointFill, setDataPointLabel, setDataPointMarker, setDelay, setDirection, setDuration, 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, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, 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, worstStatus, zoomTargetSlideIndex };
|
|
21331
21419
|
export type { AccessibilityIssueGroup, AccountAuthConfig, ActionDescriptor, ActiveShow, AiCanvasHighlight, AiChatInitState, AiHistoryInitDeps, AiLogChat, AiLogExport, AiLogFormat, AiLogMessage, AiPanelSelectionAccessors, AlignBox, AlignMode, AnimationClickGroup, AnimationGroup, AnimationPresetCategory, AnimationPresetEntry, AnimationPresetPick, AnnotationInkInsert, AnnotationStroke, AttachTouchGesturesConfig, AwarenessLike, BarRect, Box, BridgeDeps, BroadcastConfig, BroadcastDefaults, CSSProperties, CanvasSize, CellCoord, CellParagraph, CellTextRun, ChartPartRef, ChartPartSelection, ChartValueDrag, ChartViewModel, ClassValue, ClrChangeParams, CollaborationConfig, CollaborationRole, RouterRect as ConnectorObstacle, RouterPoint as ConnectorPoint, ConnectorRouting, CopiedFormat, CornerHandleBox, CustomShow, CustomThemeEdit, DestroyableYDoc, DiagonalBorderInfo, DistributeMode, DocumentProperties, DrawingViewBox, DuotoneFilterDef, 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 };
|
|
21332
21420
|
//# sourceMappingURL=pptx-angular-viewer.d.ts.map
|