pptx-angular-viewer 1.27.0 → 1.28.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 +4 -0
- package/fesm2022/pptx-angular-viewer.mjs +36448 -35187
- package/fesm2022/pptx-angular-viewer.mjs.map +1 -1
- package/package.json +1 -1
- package/pptx-angular-viewer.css +1 -1
- package/types/pptx-angular-viewer.d.ts +243 -39
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as pptx_viewer_core from 'pptx-viewer-core';
|
|
2
|
-
import { PptxSlide, PptxElement, ShapeStyle, PptxTextWarpPreset, XmlObject, PptxChartSeries, PptxChartData, PptxElementAnimation, PptxAnimationPreset, PptxAnimationDirection, PptxAnimationRepeatMode, PptxAnimationSequence, PptxAnimationTimingCurve, PptxAnimationTrigger, TablePptxElement, PptxSection, OlePptxElement, TextSegment, TextStyle, PptxTransitionType, SmartArtColorScheme, PptxSmartArtChrome, PptxSmartArtDrawingShape, SmartArtStyle, PptxSmartArtData, PptxEmbeddedFont, SmartArtLayout, AccessibilityIssueSeverity, AccessibilityIssue, AccessibilityIssueType, AccessibilityCheckOptions, InkPptxElement, PptxComment, PptxChartType, PptxHeaderFooter, PptxTheme, PptxSlideMaster, PptxNotesMaster, PptxHandoutMaster, PptxPresentationProperties, PptxCoreProperties, PptxCustomProperty, ParsedSignature, PptxSaveFormat, PptxTableCell, PptxTableCellStyle, PptxTableRow, PptxTableData, PptxCustomShow, PptxThemePreset, PptxThemeColorScheme, PptxThemeFontScheme, MasterViewTab, Model3DPptxElement, ZoomPptxElement, PptxSlideTransition, ChartPptxElement, MediaPptxElement, SmartArtPptxElement, PptxChartDataLabelOptions, PptxChartAxisType, PptxChartAxisFormatting, PptxChartDataPoint, PptxChartTrendline, PptxChartErrBars, SvgExportOptions, PptxData, SignatureStatus, ElementActionType, ElementAction, PptxImageEffects, MediaBookmark, ColorMapAliasKey, ChartAxisEdit, ChartDataPointLabelEdit, PptxChartLegendPosition, PptxChartStyle, ChartAxisTitleStyleEdit, ChartGridlineStyleEdit, PptxChartMarkerSymbol, PptxSmartArtNode, SmartArtLayoutType, PptxSmartArtNodeStyle, MediaCaptionTrack, PptxMediaType } from 'pptx-viewer-core';
|
|
2
|
+
import { PptxSlide, PptxElement, ShapeStyle, PptxTextWarpPreset, XmlObject, PptxChartSeries, PptxChartData, PptxElementAnimation, PptxAnimationPreset, PptxAnimationDirection, PptxAnimationRepeatMode, PptxAnimationSequence, PptxAnimationTimingCurve, PptxAnimationTrigger, TablePptxElement, PptxSection, OlePptxElement, TextSegment, TextStyle, PptxTransitionType, SmartArtColorScheme, PptxSmartArtChrome, PptxSmartArtDrawingShape, SmartArtStyle, PptxSmartArtData, PptxEmbeddedFont, SmartArtLayout, AccessibilityIssueSeverity, AccessibilityIssue, AccessibilityIssueType, AccessibilityCheckOptions, InkPptxElement, PptxComment, PptxChartType, PptxHeaderFooter, PptxTheme, PptxSlideMaster, PptxNotesMaster, PptxHandoutMaster, PptxPresentationProperties, PptxCoreProperties, PptxAppProperties, PptxThemeOption, PptxCustomProperty, ParsedSignature, PptxSaveFormat, PptxTableCell, PptxTableCellStyle, PptxTableRow, PptxTableData, PptxCustomShow, PptxThemePreset, PptxThemeColorScheme, PptxThemeFontScheme, MasterViewTab, Model3DPptxElement, ZoomPptxElement, PptxSlideTransition, ChartPptxElement, MediaPptxElement, SmartArtPptxElement, PptxChartDataLabelOptions, PptxChartAxisType, PptxChartAxisFormatting, PptxChartDataPoint, PptxChartTrendline, PptxChartErrBars, SvgExportOptions, PptxData, SignatureStatus, ElementActionType, ElementAction, PptxImageEffects, MediaBookmark, ColorMapAliasKey, ChartAxisEdit, ChartDataPointLabelEdit, PptxChartLegendPosition, PptxChartStyle, ChartAxisTitleStyleEdit, ChartGridlineStyleEdit, PptxChartMarkerSymbol, PptxSmartArtNode, SmartArtLayoutType, PptxSmartArtNodeStyle, MediaCaptionTrack, PptxMediaType } from 'pptx-viewer-core';
|
|
3
3
|
export { SWITCHABLE_LAYOUT_TYPES, addSmartArtNode, addSmartArtNodeAsChild, chartDataAddCategory, chartDataAddSeries, chartDataChangeType, chartDataRemoveCategory, chartDataRemoveSeries, chartDataUpdatePoint, demoteSmartArtNode, promoteSmartArtNode, removeSmartArtNode, reorderSmartArtNode, switchSmartArtLayout, updateSmartArtNodeText } from 'pptx-viewer-core';
|
|
4
4
|
import * as _angular_core from '@angular/core';
|
|
5
5
|
import { Signal, WritableSignal, OnDestroy, OnInit, OnChanges, SimpleChanges, InjectionToken, Provider } from '@angular/core';
|
|
@@ -3906,6 +3906,39 @@ interface SummaryZoomView {
|
|
|
3906
3906
|
ariaLabel: string;
|
|
3907
3907
|
}
|
|
3908
3908
|
|
|
3909
|
+
/**
|
|
3910
|
+
* shape-preset-catalog.ts: the Insert > Shape picker catalogue shared by every
|
|
3911
|
+
* binding's toolbar/inspector.
|
|
3912
|
+
*
|
|
3913
|
+
* Pure data: each entry carries the preset geometry `type` (OOXML `a:prstGeom`
|
|
3914
|
+
* value the editor can insert), an English fallback `label`, the shared-i18n
|
|
3915
|
+
* `i18nKey`, and a framework-neutral icon descriptor ({@link ShapePresetGlyph}
|
|
3916
|
+
* name + optional utility-class modifier for rotation/skew). Each binding maps
|
|
3917
|
+
* the glyph name onto its own icon component/SVG.
|
|
3918
|
+
*
|
|
3919
|
+
* Order matters: bindings surface the first 12 entries as the quick "top
|
|
3920
|
+
* shapes" row, so new presets should be appended, not inserted.
|
|
3921
|
+
*
|
|
3922
|
+
* @module render/shape-preset-catalog
|
|
3923
|
+
*/
|
|
3924
|
+
/** Shape preset geometry types offered by the insert picker. */
|
|
3925
|
+
type ShapePresetType = 'rect' | 'roundRect' | 'ellipse' | 'cylinder' | 'rtArrow' | 'leftArrow' | 'upArrow' | 'downArrow' | 'triangle' | 'rtTriangle' | 'diamond' | 'parallelogram' | 'trapezoid' | 'pentagon' | 'hexagon' | 'octagon' | 'chevron' | 'star5' | 'star6' | 'star8' | 'plus' | 'heart' | 'cloud' | 'sun' | 'moon' | 'pie' | 'plaque' | 'teardrop' | 'line' | 'connector';
|
|
3926
|
+
/** Framework-neutral glyph names each binding maps to its own icon set. */
|
|
3927
|
+
type ShapePresetGlyph = 'square' | 'circle' | 'database' | 'diamond' | 'minus' | 'moveRight' | 'plus' | 'triangle';
|
|
3928
|
+
/** One entry of the Insert > Shape picker catalogue. */
|
|
3929
|
+
interface ShapePresetDef {
|
|
3930
|
+
/** Preset geometry inserted when picked (OOXML `a:prstGeom` value). */
|
|
3931
|
+
type: ShapePresetType;
|
|
3932
|
+
/** English fallback label (render sites may prefer `t(i18nKey)`). */
|
|
3933
|
+
label: string;
|
|
3934
|
+
/** Shared-i18n dictionary key for the label. */
|
|
3935
|
+
i18nKey: string;
|
|
3936
|
+
/** Neutral icon glyph name (see {@link ShapePresetGlyph}). */
|
|
3937
|
+
glyph: ShapePresetGlyph;
|
|
3938
|
+
/** Extra utility classes for the glyph (rotation/skew); `''` when none. */
|
|
3939
|
+
glyphClass: string;
|
|
3940
|
+
}
|
|
3941
|
+
|
|
3909
3942
|
/**
|
|
3910
3943
|
* Command-search data for the PowerPoint-style "Tell me what you want to do"
|
|
3911
3944
|
* search bar. Provides searchable command entries grouped by category, each
|
|
@@ -4988,6 +5021,12 @@ declare class LoadContentService {
|
|
|
4988
5021
|
readonly embeddedFonts: _angular_core.WritableSignal<PptxEmbeddedFont[]>;
|
|
4989
5022
|
/** Core document properties from `docProps/core.xml`. */
|
|
4990
5023
|
readonly coreProperties: _angular_core.WritableSignal<PptxCoreProperties | undefined>;
|
|
5024
|
+
/** Extended application properties from `docProps/app.xml`. */
|
|
5025
|
+
readonly appProperties: _angular_core.WritableSignal<PptxAppProperties | undefined>;
|
|
5026
|
+
/** Selectable theme parts discovered in the package (path + display name). */
|
|
5027
|
+
readonly themeOptions: _angular_core.WritableSignal<PptxThemeOption[]>;
|
|
5028
|
+
/** Notes page size in pixels (from `p:notesSz`), when present. */
|
|
5029
|
+
readonly notesCanvasSize: _angular_core.WritableSignal<CanvasSize | undefined>;
|
|
4991
5030
|
/** Custom document properties (used for `docproperty` field substitution). */
|
|
4992
5031
|
readonly customProperties: _angular_core.WritableSignal<PptxCustomProperty[]>;
|
|
4993
5032
|
/** Header/footer settings (footer/header/date-time text + format) for field substitution. */
|
|
@@ -5015,10 +5054,22 @@ declare class LoadContentService {
|
|
|
5015
5054
|
/**
|
|
5016
5055
|
* Serialise an explicit set of slides back to `.pptx` bytes (e.g. the
|
|
5017
5056
|
* editor's edited deck) using the loaded presentation's handler.
|
|
5057
|
+
*
|
|
5058
|
+
* Document properties (`docProps/core.xml` / `app.xml` / `custom.xml`)
|
|
5059
|
+
* are passed from the live signals so inspector edits (DOCUMENT card)
|
|
5060
|
+
* survive the save, mirroring React's `useSerialize` save options; core's
|
|
5061
|
+
* `PptxDocumentPropertiesUpdater` writes them back into the package.
|
|
5018
5062
|
*/
|
|
5019
5063
|
saveSlides(slides: readonly PptxSlide[], outputFormat?: PptxSaveFormat, sections?: readonly PptxSection[]): Promise<Uint8Array>;
|
|
5020
5064
|
/** Parse the supplied `.pptx` bytes into the reactive signals. */
|
|
5021
5065
|
load(raw: Uint8Array | ArrayBuffer | null | undefined): Promise<void>;
|
|
5066
|
+
/**
|
|
5067
|
+
* Point the presentation (first master, or every master) at another theme
|
|
5068
|
+
* part in the package, mirroring React's `handleApplyTheme`. Updates the
|
|
5069
|
+
* in-memory ZIP for save round-trip and the `slideMasters` signal so the
|
|
5070
|
+
* change is visible to consumers; callers mark the editor dirty.
|
|
5071
|
+
*/
|
|
5072
|
+
setPresentationTheme(themePath: string, applyToAllMasters: boolean): Promise<void>;
|
|
5022
5073
|
private disposeHandler;
|
|
5023
5074
|
private revokeBlobUrls;
|
|
5024
5075
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoadContentService, never>;
|
|
@@ -5867,9 +5918,7 @@ declare class ViewerDocumentPropertiesService {
|
|
|
5867
5918
|
readonly showProperties: _angular_core.WritableSignal<boolean>;
|
|
5868
5919
|
/** Hyperlink-edit dialog visibility. */
|
|
5869
5920
|
readonly showHyperlink: _angular_core.WritableSignal<boolean>;
|
|
5870
|
-
/**
|
|
5871
|
-
private readonly coreOverride;
|
|
5872
|
-
/** Document core properties (loaded, with any in-session edits merged in). */
|
|
5921
|
+
/** Document core properties (loaded, including any in-session edits). */
|
|
5873
5922
|
readonly coreProperties: _angular_core.Signal<PptxCoreProperties>;
|
|
5874
5923
|
private host;
|
|
5875
5924
|
/** Wire the host accessors (called once from the component constructor). */
|
|
@@ -5878,7 +5927,8 @@ declare class ViewerDocumentPropertiesService {
|
|
|
5878
5927
|
/**
|
|
5879
5928
|
* Persist a document-properties edit from the Info dialog. Gated on
|
|
5880
5929
|
* `canEdit`: viewers may inspect properties but not mutate them (mirrors the
|
|
5881
|
-
* comments / hyperlink edit paths).
|
|
5930
|
+
* comments / hyperlink edit paths). Writes the loader signal so the edit
|
|
5931
|
+
* reaches `saveSlides` (docProps/core.xml) and the inspector DOCUMENT card.
|
|
5882
5932
|
*/
|
|
5883
5933
|
onPropertiesSave(patch: Partial<PptxCoreProperties>): void;
|
|
5884
5934
|
/** Apply a hyperlink edit to the selected element (one history entry). */
|
|
@@ -6157,6 +6207,12 @@ declare class ViewerInspectorPanelService {
|
|
|
6157
6207
|
* React's/Vue's own open/closed toggle state. Never affects the explicit
|
|
6158
6208
|
* tool panels (comments/accessibility/signatures/selection), which show
|
|
6159
6209
|
* regardless of this flag.
|
|
6210
|
+
*
|
|
6211
|
+
* Starts closed on mobile so the canvas owns the screen on first paint and
|
|
6212
|
+
* the format pane's tab strip (with its own Comments button) never collides
|
|
6213
|
+
* with the mobile bottom bar; the bottom bar's "Format" slot opens it
|
|
6214
|
+
* explicitly instead. Mirrors React's `isInspectorPaneOpen` initializer
|
|
6215
|
+
* (open on desktop, closed under the mobile breakpoint).
|
|
6160
6216
|
*/
|
|
6161
6217
|
readonly formatPanelClosed: _angular_core.WritableSignal<boolean>;
|
|
6162
6218
|
/**
|
|
@@ -6194,6 +6250,13 @@ declare class ViewerInspectorPanelService {
|
|
|
6194
6250
|
readonly inspectorLabel: _angular_core.Signal<"" | "pptx.toolbar.comments" | "pptx.accessibility.title" | "pptx.viewer.digitalSignatures" | "pptx.selectionPane.title" | "pptx.inspector.properties">;
|
|
6195
6251
|
/** Toggle a right-docked tool panel (clicking the active one closes it). */
|
|
6196
6252
|
togglePanel(panel: InspectorToolPanel): void;
|
|
6253
|
+
/**
|
|
6254
|
+
* Mobile bottom-bar "Format" slot: close any explicit tool panel, reopen
|
|
6255
|
+
* the format (element/slide) view, and undo a prior swipe-dismiss so the
|
|
6256
|
+
* pane is guaranteed to surface (React parity: the Format button opens the
|
|
6257
|
+
* inspector that starts closed on mobile).
|
|
6258
|
+
*/
|
|
6259
|
+
openFormatPanel(): void;
|
|
6197
6260
|
/**
|
|
6198
6261
|
* Ribbon "toggle inspector" action: if a tool panel is active, return to
|
|
6199
6262
|
* the format (element/slide) view; otherwise toggle the format view's
|
|
@@ -6644,13 +6707,6 @@ declare class PowerPointViewerComponent {
|
|
|
6644
6707
|
protected readonly viewerSettings: _angular_core.Signal<ViewerPreferences>;
|
|
6645
6708
|
/** Whether the Insert SmartArt gallery dialog is open. */
|
|
6646
6709
|
protected readonly showSmartArtInsert: _angular_core.WritableSignal<boolean>;
|
|
6647
|
-
/**
|
|
6648
|
-
* Stable, always-truthy key for the slide-properties form. Changes only when
|
|
6649
|
-
* the active slide changes, so the `@if` recreates (and reseeds) the
|
|
6650
|
-
* uncontrolled notes/background inputs on navigation, but never mid-typing.
|
|
6651
|
-
* String-prefixed so slide index 0 stays truthy under `@if (…; as key)`.
|
|
6652
|
-
*/
|
|
6653
|
-
protected readonly slidePropsKey: _angular_core.Signal<string>;
|
|
6654
6710
|
/** The single selected element on the active slide (for the inspector). */
|
|
6655
6711
|
protected readonly selectedElement: _angular_core.Signal<PptxElement | null>;
|
|
6656
6712
|
constructor();
|
|
@@ -6770,11 +6826,10 @@ declare class PowerPointViewerComponent {
|
|
|
6770
6826
|
/** Apply Settings dialog changes to the live editor state. */
|
|
6771
6827
|
protected onSettingsChange(settings: ViewerSettings): void;
|
|
6772
6828
|
/**
|
|
6773
|
-
* Mobile "Format" slot: surface the inspector for the current selection.
|
|
6774
|
-
*
|
|
6775
|
-
*
|
|
6776
|
-
* it
|
|
6777
|
-
* instead).
|
|
6829
|
+
* Mobile "Format" slot: surface the inspector for the current selection.
|
|
6830
|
+
* On mobile the format pane starts closed (React parity: the canvas owns
|
|
6831
|
+
* the first paint), so this explicitly opens it; with an element selected
|
|
6832
|
+
* it shows the element inspector, otherwise the slide-properties view.
|
|
6778
6833
|
*/
|
|
6779
6834
|
protected onMobileFormat(): void;
|
|
6780
6835
|
/** Receive draw-tool state changes from the ribbon Draw tab. */
|
|
@@ -9070,6 +9125,149 @@ declare class InspectorPanelComponent {
|
|
|
9070
9125
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InspectorPanelComponent, "pptx-inspector-panel", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "slideIndex": { "alias": "slideIndex"; "required": true; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9071
9126
|
}
|
|
9072
9127
|
|
|
9128
|
+
/** The inspector pane's tab set (same keys as React's `InspectorTab`). */
|
|
9129
|
+
type SlideInspectorTab = 'elements' | 'properties' | 'comments';
|
|
9130
|
+
declare class InspectorPaneHeaderComponent {
|
|
9131
|
+
/** The currently active inspector tab. */
|
|
9132
|
+
readonly activeTab: _angular_core.InputSignal<SlideInspectorTab>;
|
|
9133
|
+
/** Emitted when the user picks another tab. */
|
|
9134
|
+
readonly tabChange: _angular_core.OutputEmitterRef<SlideInspectorTab>;
|
|
9135
|
+
/** Emitted when the user closes the inspector pane. */
|
|
9136
|
+
readonly closePane: _angular_core.OutputEmitterRef<void>;
|
|
9137
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InspectorPaneHeaderComponent, never>;
|
|
9138
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InspectorPaneHeaderComponent, "pptx-inspector-pane-header", never, { "activeTab": { "alias": "activeTab"; "required": true; "isSignal": true; }; }, { "tabChange": "tabChange"; "closePane": "closePane"; }, never, never, true, never>;
|
|
9139
|
+
}
|
|
9140
|
+
|
|
9141
|
+
/** One row of the Elements (layer-order) tab. */
|
|
9142
|
+
interface LayerRow {
|
|
9143
|
+
readonly id: string;
|
|
9144
|
+
readonly index: number;
|
|
9145
|
+
readonly label: string;
|
|
9146
|
+
readonly selected: boolean;
|
|
9147
|
+
}
|
|
9148
|
+
declare class SlideDefaultInspectorComponent {
|
|
9149
|
+
/** Zero-based index of the active slide. */
|
|
9150
|
+
readonly slideIndex: _angular_core.InputSignal<number>;
|
|
9151
|
+
/** Whether mutation controls are enabled. */
|
|
9152
|
+
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
9153
|
+
/**
|
|
9154
|
+
* The single selected element, or null. When set, the Properties tab shows
|
|
9155
|
+
* the element inspector instead of the presentation/slide sections (the tab
|
|
9156
|
+
* strip itself persists either way, matching React's InspectorPane).
|
|
9157
|
+
*/
|
|
9158
|
+
readonly selectedElement: _angular_core.InputSignal<PptxElement | null>;
|
|
9159
|
+
/** The active slide's comments (host-owned; history-aware writes stay there). */
|
|
9160
|
+
readonly comments: _angular_core.InputSignal<PptxComment[]>;
|
|
9161
|
+
/** Re-emitted comments-panel events (the host owns the comment writes). */
|
|
9162
|
+
readonly commentAdd: _angular_core.OutputEmitterRef<string>;
|
|
9163
|
+
readonly commentRemove: _angular_core.OutputEmitterRef<string>;
|
|
9164
|
+
readonly commentResolve: _angular_core.OutputEmitterRef<string>;
|
|
9165
|
+
protected readonly editor: EditorStateService;
|
|
9166
|
+
protected readonly canvasEditing: ViewerCanvasEditingService;
|
|
9167
|
+
protected readonly inspectorPanel: ViewerInspectorPanelService;
|
|
9168
|
+
/** Active tab; Properties by default, matching React's initial pane state. */
|
|
9169
|
+
protected readonly activeTab: _angular_core.WritableSignal<SlideInspectorTab>;
|
|
9170
|
+
protected readonly activeSlide: _angular_core.Signal<pptx_viewer_core.PptxSlide>;
|
|
9171
|
+
/** Stable per-slide key so slide inputs reseed only on slide change. */
|
|
9172
|
+
protected readonly slideKey: _angular_core.Signal<string>;
|
|
9173
|
+
/**
|
|
9174
|
+
* Layer-order rows, top-most first (same ordering + labelling as React's
|
|
9175
|
+
* Elements tab: reversed element order, text preview or element type).
|
|
9176
|
+
*/
|
|
9177
|
+
protected readonly layerRows: _angular_core.Signal<LayerRow[]>;
|
|
9178
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SlideDefaultInspectorComponent, never>;
|
|
9179
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SlideDefaultInspectorComponent, "pptx-slide-default-inspector", never, { "slideIndex": { "alias": "slideIndex"; "required": true; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "selectedElement": { "alias": "selectedElement"; "required": false; "isSignal": true; }; "comments": { "alias": "comments"; "required": false; "isSignal": true; }; }, { "commentAdd": "commentAdd"; "commentRemove": "commentRemove"; "commentResolve": "commentResolve"; }, never, never, true, never>;
|
|
9180
|
+
}
|
|
9181
|
+
|
|
9182
|
+
declare class PresentationPropertiesPanelComponent {
|
|
9183
|
+
/** Whether mutation controls are enabled. */
|
|
9184
|
+
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
9185
|
+
/** Zero-based index of the active slide (for the theme-override panel). */
|
|
9186
|
+
readonly slideIndex: _angular_core.InputSignal<number>;
|
|
9187
|
+
protected readonly loader: LoadContentService;
|
|
9188
|
+
private readonly editor;
|
|
9189
|
+
protected readonly activeSlide: _angular_core.Signal<PptxSlide | undefined>;
|
|
9190
|
+
protected onSlidePatch(patch: Partial<PptxSlide>): void;
|
|
9191
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PresentationPropertiesPanelComponent, never>;
|
|
9192
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PresentationPropertiesPanelComponent, "pptx-presentation-properties-panel", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "slideIndex": { "alias": "slideIndex"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9193
|
+
}
|
|
9194
|
+
|
|
9195
|
+
declare class PresentationSettingsCardComponent {
|
|
9196
|
+
/** Whether the controls are enabled. */
|
|
9197
|
+
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
9198
|
+
private readonly loader;
|
|
9199
|
+
private readonly editor;
|
|
9200
|
+
protected readonly props: _angular_core.WritableSignal<PptxPresentationProperties>;
|
|
9201
|
+
private patch;
|
|
9202
|
+
protected onShowTypeChange(event: Event): void;
|
|
9203
|
+
protected onCheckbox(event: Event, key: 'loopContinuously' | 'showWithNarration' | 'showWithAnimation' | 'printFrameSlides'): void;
|
|
9204
|
+
protected onSlidesPerPageChange(event: Event): void;
|
|
9205
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PresentationSettingsCardComponent, never>;
|
|
9206
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PresentationSettingsCardComponent, "pptx-presentation-settings-card", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9207
|
+
}
|
|
9208
|
+
|
|
9209
|
+
declare class ThemeSelectorCardComponent {
|
|
9210
|
+
/** Whether the apply actions are enabled. */
|
|
9211
|
+
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
9212
|
+
private readonly loader;
|
|
9213
|
+
private readonly editor;
|
|
9214
|
+
/** Theme path the user explicitly picked (null = follow the active theme). */
|
|
9215
|
+
private readonly userSelectedPath;
|
|
9216
|
+
private readonly activeThemePath;
|
|
9217
|
+
/**
|
|
9218
|
+
* Package theme options, falling back to the first master's own theme when
|
|
9219
|
+
* the package listed none (same fallback as React's `useInspectorPaneState`).
|
|
9220
|
+
*/
|
|
9221
|
+
protected readonly options: _angular_core.Signal<PptxThemeOption[]>;
|
|
9222
|
+
protected readonly selectedThemePath: _angular_core.Signal<string>;
|
|
9223
|
+
protected optionLabel(option: PptxThemeOption): string;
|
|
9224
|
+
protected onSelect(event: Event): void;
|
|
9225
|
+
protected apply(allMasters: boolean): Promise<void>;
|
|
9226
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThemeSelectorCardComponent, never>;
|
|
9227
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThemeSelectorCardComponent, "pptx-theme-selector-card", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9228
|
+
}
|
|
9229
|
+
|
|
9230
|
+
declare class SlideSizeCardComponent {
|
|
9231
|
+
/** Whether the inputs are enabled. */
|
|
9232
|
+
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
9233
|
+
private readonly loader;
|
|
9234
|
+
private readonly editor;
|
|
9235
|
+
protected readonly size: _angular_core.WritableSignal<pptx_angular_viewer.CanvasSize>;
|
|
9236
|
+
protected onChange(event: Event, dim: 'width' | 'height'): void;
|
|
9237
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SlideSizeCardComponent, never>;
|
|
9238
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SlideSizeCardComponent, "pptx-slide-size-card", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9239
|
+
}
|
|
9240
|
+
|
|
9241
|
+
declare class NotesHandoutCardComponent {
|
|
9242
|
+
private readonly loader;
|
|
9243
|
+
private readonly translate;
|
|
9244
|
+
private notAvailable;
|
|
9245
|
+
private placeholders;
|
|
9246
|
+
protected readonly notesSizeText: _angular_core.Signal<string>;
|
|
9247
|
+
protected readonly notesMasterText: _angular_core.Signal<string>;
|
|
9248
|
+
protected readonly handoutMasterText: _angular_core.Signal<string>;
|
|
9249
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotesHandoutCardComponent, never>;
|
|
9250
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NotesHandoutCardComponent, "pptx-notes-handout-card", never, {}, {}, never, never, true, never>;
|
|
9251
|
+
}
|
|
9252
|
+
|
|
9253
|
+
declare class DocumentPropertiesCardComponent {
|
|
9254
|
+
/** Whether the fields are editable. */
|
|
9255
|
+
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
9256
|
+
private readonly loader;
|
|
9257
|
+
private readonly editor;
|
|
9258
|
+
protected readonly core: _angular_core.WritableSignal<PptxCoreProperties | undefined>;
|
|
9259
|
+
protected readonly app: _angular_core.WritableSignal<PptxAppProperties | undefined>;
|
|
9260
|
+
protected readonly custom: _angular_core.WritableSignal<PptxCustomProperty[]>;
|
|
9261
|
+
private markDirty;
|
|
9262
|
+
protected onCoreChange(event: Event, key: 'title' | 'creator'): void;
|
|
9263
|
+
protected onAppChange(event: Event, key: 'company' | 'application'): void;
|
|
9264
|
+
protected onAddCustom(): void;
|
|
9265
|
+
protected onCustomChange(event: Event, index: number, key: 'name' | 'value'): void;
|
|
9266
|
+
protected onRemoveCustom(index: number): void;
|
|
9267
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DocumentPropertiesCardComponent, never>;
|
|
9268
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DocumentPropertiesCardComponent, "pptx-document-properties-card", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9269
|
+
}
|
|
9270
|
+
|
|
9073
9271
|
declare class GradientPickerComponent {
|
|
9074
9272
|
/** The element whose gradient fill is being edited. */
|
|
9075
9273
|
readonly element: _angular_core.InputSignal<PptxElement>;
|
|
@@ -11596,7 +11794,7 @@ declare class AccountPageComponent {
|
|
|
11596
11794
|
readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
|
|
11597
11795
|
private readonly translate;
|
|
11598
11796
|
protected readonly swatches: readonly string[];
|
|
11599
|
-
protected readonly version = "1.
|
|
11797
|
+
protected readonly version = "1.28.0";
|
|
11600
11798
|
protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
|
|
11601
11799
|
protected readonly initial: _angular_core.Signal<string>;
|
|
11602
11800
|
protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;
|
|
@@ -12393,6 +12591,21 @@ declare class ZoomNavigationService {
|
|
|
12393
12591
|
* @param chartType - The chart family to create (bar, line, pie, etc.).
|
|
12394
12592
|
*/
|
|
12395
12593
|
declare function newChartElement(chartType: PptxChartType): PptxElement;
|
|
12594
|
+
/**
|
|
12595
|
+
* Create a new shape element for any Insert > Shapes picker preset geometry.
|
|
12596
|
+
*
|
|
12597
|
+
* The shared `newShapeElement` only covers the rect/ellipse/line trio used by
|
|
12598
|
+
* the Insert tab quick buttons; this factory accepts the full shared preset
|
|
12599
|
+
* catalogue ({@link ShapePresetType}) offered by the Home tab Shapes dropdown.
|
|
12600
|
+
* Defaults mirror React's toolbar insert path (`useInsertElements.handleAddShape`):
|
|
12601
|
+
* same position, size, and blue fill / dark stroke, so the dropdown inserts
|
|
12602
|
+
* identically across bindings. The id is `''` so
|
|
12603
|
+
* `EditorStateService.addElement` assigns a real one.
|
|
12604
|
+
*
|
|
12605
|
+
* @param shapeType - Preset geometry (OOXML `a:prstGeom` value) to insert.
|
|
12606
|
+
* @param name - Element name; defaults to the capitalised preset type.
|
|
12607
|
+
*/
|
|
12608
|
+
declare function newPresetShapeElement(shapeType: ShapePresetType, name?: string): PptxElement;
|
|
12396
12609
|
|
|
12397
12610
|
/**
|
|
12398
12611
|
* selection-geometry.ts: Pure geometry helpers for `SlideCanvasComponent`'s
|
|
@@ -13245,12 +13458,6 @@ declare class RibbonComponent {
|
|
|
13245
13458
|
readonly openShortcuts: _angular_core.OutputEmitterRef<void>;
|
|
13246
13459
|
/** Emitted when the user opens viewer preferences from the Help tab. */
|
|
13247
13460
|
readonly openSettings: _angular_core.OutputEmitterRef<void>;
|
|
13248
|
-
/** Emitted when a shape is inserted from the Drawing group. */
|
|
13249
|
-
readonly shapeInsert: _angular_core.OutputEmitterRef<string>;
|
|
13250
|
-
/** Emitted when the user reorders an element layer (up/down). */
|
|
13251
|
-
readonly moveLayer: _angular_core.OutputEmitterRef<string>;
|
|
13252
|
-
/** Emitted when the user moves an element to front/back. */
|
|
13253
|
-
readonly moveLayerToEdge: _angular_core.OutputEmitterRef<string>;
|
|
13254
13461
|
protected readonly activeTab: _angular_core.WritableSignal<RibbonTab>;
|
|
13255
13462
|
/** Ribbon content expanded (true) vs collapsed to just the tab bar (false). */
|
|
13256
13463
|
protected readonly ribbonExpanded: _angular_core.WritableSignal<boolean>;
|
|
@@ -13259,7 +13466,7 @@ declare class RibbonComponent {
|
|
|
13259
13466
|
/** Forward the Review proofing toggle to the viewer-owned live state. */
|
|
13260
13467
|
protected setSpellCheck(enabled: boolean): void;
|
|
13261
13468
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RibbonComponent, never>;
|
|
13262
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonComponent, "pptx-ribbon", never, { "slideIndex": { "alias": "slideIndex"; "required": false; "isSignal": true; }; "slideCount": { "alias": "slideCount"; "required": false; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "selectedElement": { "alias": "selectedElement"; "required": false; "isSignal": true; }; "zoomPercent": { "alias": "zoomPercent"; "required": false; "isSignal": true; }; "formatPainterActive": { "alias": "formatPainterActive"; "required": false; "isSignal": true; }; "canActivateFormatPainter": { "alias": "canActivateFormatPainter"; "required": false; "isSignal": true; }; "exporting": { "alias": "exporting"; "required": false; "isSignal": true; }; "hasMacros": { "alias": "hasMacros"; "required": false; "isSignal": true; }; "showGrid": { "alias": "showGrid"; "required": false; "isSignal": true; }; "showRulers": { "alias": "showRulers"; "required": false; "isSignal": true; }; "showGuides": { "alias": "showGuides"; "required": false; "isSignal": true; }; "snapToGrid": { "alias": "snapToGrid"; "required": false; "isSignal": true; }; "snapToShape": { "alias": "snapToShape"; "required": false; "isSignal": true; }; "eyedropperActive": { "alias": "eyedropperActive"; "required": false; "isSignal": true; }; "themeGalleryOpen": { "alias": "themeGalleryOpen"; "required": false; "isSignal": true; }; "sidebarCollapsed": { "alias": "sidebarCollapsed"; "required": false; "isSignal": true; }; "inspectorOpen": { "alias": "inspectorOpen"; "required": false; "isSignal": true; }; "commentsOpen": { "alias": "commentsOpen"; "required": false; "isSignal": true; }; "commentCount": { "alias": "commentCount"; "required": false; "isSignal": true; }; "findOpen": { "alias": "findOpen"; "required": false; "isSignal": true; }; "collabConnected": { "alias": "collabConnected"; "required": false; "isSignal": true; }; "connectedCount": { "alias": "connectedCount"; "required": false; "isSignal": true; }; "spellCheckEnabled": { "alias": "spellCheckEnabled"; "required": false; "isSignal": true; }; "showSubtitles": { "alias": "showSubtitles"; "required": false; "isSignal": true; }; "hiddenActions": { "alias": "hiddenActions"; "required": false; "isSignal": true; }; "accountAuth": { "alias": "accountAuth"; "required": false; "isSignal": true; }; }, { "prev": "prev"; "next": "next"; "zoomIn": "zoomIn"; "zoomOut": "zoomOut"; "zoomReset": "zoomReset"; "find": "find"; "present": "present"; "presenter": "presenter"; "record": "record"; "presentFromBeginning": "presentFromBeginning"; "rehearseTimings": "rehearseTimings"; "toggleSubtitles": "toggleSubtitles"; "openSubtitleSettings": "openSubtitleSettings"; "recordFromBeginning": "recordFromBeginning"; "recordFromCurrent": "recordFromCurrent"; "spellCheckChange": "spellCheckChange"; "share": "share"; "broadcast": "broadcast"; "openFile": "openFile"; "openRecentFile": "openRecentFile"; "createPresentation": "createPresentation"; "save": "save"; "savePpsx": "savePpsx"; "savePptm": "savePptm"; "packageForSharing": "packageForSharing"; "toggleSidebar": "toggleSidebar"; "signatures": "signatures"; "info": "info"; "print": "print"; "comments": "comments"; "a11y": "a11y"; "link": "link"; "openSorter": "openSorter"; "openMasterView": "openMasterView"; "toggleNotes": "toggleNotes"; "toggleFormatPainter": "toggleFormatPainter"; "exportPng": "exportPng"; "exportPdf": "exportPdf"; "exportGif": "exportGif"; "exportVideo": "exportVideo"; "copySlideAsImage": "copySlideAsImage"; "replace": "replace"; "toggleInspector": "toggleInspector"; "drawToolChange": "drawToolChange"; "toggleThemeGallery": "toggleThemeGallery"; "toggleGrid": "toggleGrid"; "toggleRulers": "toggleRulers"; "toggleGuides": "toggleGuides"; "toggleSelectionPane": "toggleSelectionPane"; "openCustomShows": "openCustomShows"; "toggleSnapToGrid": "toggleSnapToGrid"; "toggleSnapToShape": "toggleSnapToShape"; "addGuide": "addGuide"; "zoomToFit": "zoomToFit"; "toggleEyedropper": "toggleEyedropper"; "openSmartArtDialog": "openSmartArtDialog"; "openEquationDialog": "openEquationDialog"; "openSetUpSlideShow": "openSetUpSlideShow"; "openCompare": "openCompare"; "openPassword": "openPassword"; "openFontEmbedding": "openFontEmbedding"; "openVersionHistory": "openVersionHistory"; "openShortcuts": "openShortcuts"; "openSettings": "openSettings";
|
|
13469
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonComponent, "pptx-ribbon", never, { "slideIndex": { "alias": "slideIndex"; "required": false; "isSignal": true; }; "slideCount": { "alias": "slideCount"; "required": false; "isSignal": true; }; "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; }; "selectedElement": { "alias": "selectedElement"; "required": false; "isSignal": true; }; "zoomPercent": { "alias": "zoomPercent"; "required": false; "isSignal": true; }; "formatPainterActive": { "alias": "formatPainterActive"; "required": false; "isSignal": true; }; "canActivateFormatPainter": { "alias": "canActivateFormatPainter"; "required": false; "isSignal": true; }; "exporting": { "alias": "exporting"; "required": false; "isSignal": true; }; "hasMacros": { "alias": "hasMacros"; "required": false; "isSignal": true; }; "showGrid": { "alias": "showGrid"; "required": false; "isSignal": true; }; "showRulers": { "alias": "showRulers"; "required": false; "isSignal": true; }; "showGuides": { "alias": "showGuides"; "required": false; "isSignal": true; }; "snapToGrid": { "alias": "snapToGrid"; "required": false; "isSignal": true; }; "snapToShape": { "alias": "snapToShape"; "required": false; "isSignal": true; }; "eyedropperActive": { "alias": "eyedropperActive"; "required": false; "isSignal": true; }; "themeGalleryOpen": { "alias": "themeGalleryOpen"; "required": false; "isSignal": true; }; "sidebarCollapsed": { "alias": "sidebarCollapsed"; "required": false; "isSignal": true; }; "inspectorOpen": { "alias": "inspectorOpen"; "required": false; "isSignal": true; }; "commentsOpen": { "alias": "commentsOpen"; "required": false; "isSignal": true; }; "commentCount": { "alias": "commentCount"; "required": false; "isSignal": true; }; "findOpen": { "alias": "findOpen"; "required": false; "isSignal": true; }; "collabConnected": { "alias": "collabConnected"; "required": false; "isSignal": true; }; "connectedCount": { "alias": "connectedCount"; "required": false; "isSignal": true; }; "spellCheckEnabled": { "alias": "spellCheckEnabled"; "required": false; "isSignal": true; }; "showSubtitles": { "alias": "showSubtitles"; "required": false; "isSignal": true; }; "hiddenActions": { "alias": "hiddenActions"; "required": false; "isSignal": true; }; "accountAuth": { "alias": "accountAuth"; "required": false; "isSignal": true; }; }, { "prev": "prev"; "next": "next"; "zoomIn": "zoomIn"; "zoomOut": "zoomOut"; "zoomReset": "zoomReset"; "find": "find"; "present": "present"; "presenter": "presenter"; "record": "record"; "presentFromBeginning": "presentFromBeginning"; "rehearseTimings": "rehearseTimings"; "toggleSubtitles": "toggleSubtitles"; "openSubtitleSettings": "openSubtitleSettings"; "recordFromBeginning": "recordFromBeginning"; "recordFromCurrent": "recordFromCurrent"; "spellCheckChange": "spellCheckChange"; "share": "share"; "broadcast": "broadcast"; "openFile": "openFile"; "openRecentFile": "openRecentFile"; "createPresentation": "createPresentation"; "save": "save"; "savePpsx": "savePpsx"; "savePptm": "savePptm"; "packageForSharing": "packageForSharing"; "toggleSidebar": "toggleSidebar"; "signatures": "signatures"; "info": "info"; "print": "print"; "comments": "comments"; "a11y": "a11y"; "link": "link"; "openSorter": "openSorter"; "openMasterView": "openMasterView"; "toggleNotes": "toggleNotes"; "toggleFormatPainter": "toggleFormatPainter"; "exportPng": "exportPng"; "exportPdf": "exportPdf"; "exportGif": "exportGif"; "exportVideo": "exportVideo"; "copySlideAsImage": "copySlideAsImage"; "replace": "replace"; "toggleInspector": "toggleInspector"; "drawToolChange": "drawToolChange"; "toggleThemeGallery": "toggleThemeGallery"; "toggleGrid": "toggleGrid"; "toggleRulers": "toggleRulers"; "toggleGuides": "toggleGuides"; "toggleSelectionPane": "toggleSelectionPane"; "openCustomShows": "openCustomShows"; "toggleSnapToGrid": "toggleSnapToGrid"; "toggleSnapToShape": "toggleSnapToShape"; "addGuide": "addGuide"; "zoomToFit": "zoomToFit"; "toggleEyedropper": "toggleEyedropper"; "openSmartArtDialog": "openSmartArtDialog"; "openEquationDialog": "openEquationDialog"; "openSetUpSlideShow": "openSetUpSlideShow"; "openCompare": "openCompare"; "openPassword": "openPassword"; "openFontEmbedding": "openFontEmbedding"; "openVersionHistory": "openVersionHistory"; "openShortcuts": "openShortcuts"; "openSettings": "openSettings"; }, never, never, true, never>;
|
|
13263
13470
|
}
|
|
13264
13471
|
|
|
13265
13472
|
declare class RibbonAnimationsSectionComponent {
|
|
@@ -13332,23 +13539,20 @@ declare class RibbonDesignSectionComponent {
|
|
|
13332
13539
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonDesignSectionComponent, "pptx-ribbon-design-section", never, { "themeGalleryOpen": { "alias": "themeGalleryOpen"; "required": false; "isSignal": true; }; }, { "toggleThemeGallery": "toggleThemeGallery"; "info": "info"; "toggleInspector": "toggleInspector"; }, never, never, true, never>;
|
|
13333
13540
|
}
|
|
13334
13541
|
|
|
13335
|
-
interface ShapePreset {
|
|
13336
|
-
id: string;
|
|
13337
|
-
labelKey: string;
|
|
13338
|
-
}
|
|
13339
13542
|
declare class RibbonDrawingGroupComponent {
|
|
13543
|
+
protected readonly editor: EditorStateService;
|
|
13340
13544
|
readonly canEdit: _angular_core.InputSignal<boolean>;
|
|
13341
|
-
|
|
13342
|
-
readonly
|
|
13343
|
-
readonly
|
|
13344
|
-
protected readonly shapes: readonly ShapePreset[];
|
|
13545
|
+
/** Index of the active slide (insertion target). */
|
|
13546
|
+
readonly slideIndex: _angular_core.InputSignal<number>;
|
|
13547
|
+
protected readonly shapes: readonly ShapePresetDef[];
|
|
13345
13548
|
protected readonly shapesOpen: _angular_core.WritableSignal<boolean>;
|
|
13346
13549
|
protected readonly arrangeOpen: _angular_core.WritableSignal<boolean>;
|
|
13347
|
-
|
|
13348
|
-
protected
|
|
13349
|
-
protected
|
|
13550
|
+
/** Insert the picked preset immediately (selects it and records history). */
|
|
13551
|
+
protected onShapeSelect(shape: ShapePresetDef): void;
|
|
13552
|
+
protected onArrange(direction: 'up' | 'down'): void;
|
|
13553
|
+
protected onArrangeEdge(edge: 'front' | 'back'): void;
|
|
13350
13554
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RibbonDrawingGroupComponent, never>;
|
|
13351
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RibbonDrawingGroupComponent, "pptx-ribbon-drawing-group", never, { "canEdit": { "alias": "canEdit"; "required": false; "isSignal": true; };
|
|
13555
|
+
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>;
|
|
13352
13556
|
}
|
|
13353
13557
|
|
|
13354
13558
|
declare class RibbonEditingSectionComponent {
|
|
@@ -14572,5 +14776,5 @@ declare const SEQUENCE_OPTIONS: ReadonlyArray<{
|
|
|
14572
14776
|
labelKey: string;
|
|
14573
14777
|
}>;
|
|
14574
14778
|
|
|
14575
|
-
export { ALIGN_OPTIONS, AUDIENCE_HASH, AUDIENCE_NONCE_KEY, AVATAR_COLOR_SWATCHES, AccessibilityPanelComponent, AccessibilityService, AccountPageComponent, ActionSettingsPanelComponent, AdvancedChartEditorComponent, AnimationAuthorPanelComponent, AnimationPanelComponent, AnimationPlaybackService, AutosaveService, BroadcastDialogComponent, CHART_EDITOR_STYLES, CURSOR_PALETTE, CanvasFitService, ChartAxisOptionsComponent, ChartAxisStyleOptionsComponent, ChartComboTypeOptionsComponent, ChartDataEditorComponent, ChartDataLabelOptionsComponent, ChartDatapointOptionsComponent, ChartDisplayOptionsComponent, ChartElementViewComponent, ChartErrorBarOptionsComponent, ChartMarkerOptionsComponent, ChartPartSelectionService, ChartPrimitivesComponent, ChartRendererComponent, ChartTrendlineOptionsComponent, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, 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_PRINT_SETTINGS, DEFAULT_SLIDE_BACKGROUND, DEFAULT_STROKE_COLOR, DEFAULT_STYLE, DEFAULT_TABLE_ROW_HEIGHT, DEFAULT_TEXT_COLOR, DEFAULT_VIEWER_PROFILE, DIRECTIONAL_PRESETS, DIRECTION_OPTIONS, 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, GradientPickerComponent, HANDOUT_OPTIONS, HeaderFooterDialogComponent, HyperlinkDialogComponent, ImagePropertiesPanelComponent, InkDrawingService, InkRendererComponent, InsertSmartArtDialogComponent, InspectorPanelComponent, IsMobileService, KeepAnnotationsDialogComponent, LOCALE_CATALOG, LONG_PRESS_DURATION_MS, LONG_PRESS_MOVE_TOLERANCE_PX, LoadContentService, LocalPresencePublisher, MAX_ZOOM_SCALE, MIN_ZOOM_SCALE, MediaPreviewComponent, MediaPropertiesPanelComponent, MediaRendererComponent, MediaTrimTimelineComponent, MobileBottomBarComponent, MobileMenuSheetComponent, MobilePresenterViewComponent, MobileSheetComponent, MobileSlidesSheetComponent, MobileToolbarComponent, ModalDialogComponent, Model3DRendererComponent, NotesPanelComponent, NotesToolbarComponent, OleRendererComponent, PRESENTER_CHANNEL_NAME, PRESENTER_MSG_ORIGIN, PasswordProtectionDialogComponent, PasswordStrengthMeterComponent, PowerPointViewerComponent, PresentationAnnotationOverlayComponent, PresentationAnnotationsService, PresentationOverlayComponent, PresentationSubtitleBarComponent, PresentationTransitionOverlayComponent, PresenterViewComponent, PresenterWindowService, PrintDialogComponent, PrintService, PrintSettingsPanelComponent, PropertiesDialogComponent, REPEAT_MODE_OPTIONS, RESIZE_HANDLES, RULER_THICKNESS, RemoteSelectionOverlayComponent, RibbonAnimationsSectionComponent, RibbonArrangeSectionComponent, RibbonColorPopoverComponent, RibbonComponent, RibbonDesignSectionComponent, RibbonDrawSectionComponent, RibbonDrawingGroupComponent, RibbonEditingSectionComponent, RibbonFileSectionComponent, RibbonFontControlsComponent, RibbonHomeSectionComponent, RibbonInsertFieldsComponent, RibbonInsertSectionComponent, RibbonParagraphControlsComponent, RibbonPrimaryRowComponent, RibbonReviewSectionComponent, RibbonSlideshowSectionComponent, RibbonTransitionsSectionComponent, RibbonViewSectionComponent, RulerGuidesService, SEQUENCE_OPTIONS, SEVERITY_GROUPS, SEVERITY_LABELS, SHORTCUT_REFERENCE_ITEMS, SLIDE_PX_PER_INCH, 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, SlideCanvasComponent, SlideDiffChangesComponent, SlideDiffRowComponent, SlideDiffThumbnailsComponent, SlideSorterOverlayComponent, SlideThemeOverridePanelComponent, SlidesPanelComponent, SmartArt3DRendererComponent, SmartArt3DService, SmartArtPreviewComponent, SmartArtPropertiesComponent, SmartArtRendererComponent, StatusBarComponent, TABLE_STRUCTURE_TOGGLES, TEXT_DIRECTION_OPTIONS, THEME_CATALOG, TIMING_CURVE_OPTIONS, TRIGGER_OPTIONS, TYPE_LABELS, TableCellAdvancedFillComponent, TableCellFormattingComponent, TableDataEditorComponent, TablePropertiesComponent, TableRendererComponent, TableResizeOverlayComponent, TableSelectionService, TextAdvancedPanelComponent, ThemeEditorFieldsComponent, ThemeGalleryComponent, TitleBarComponent, 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, ZoomNavigationService, ZoomRendererComponent, ZoomTargetService, addCategory, addCommentToList, addGradientStopPatch, addItem, addSeries, addSubItem, advanceStep, alignPatch, animationFor, annotationMapToInkInserts, applyAcceptedDiff, applyAnimationPreset, applyFindReplacements, applyFormatToElement, applyMove, applyResize, applyTableStylePreset, asMediaElement, assignUserColor, attachTouchGestures, beginNodeEdit, boolFromEvent, bringForward, bringToFront, buildBarActions, buildBroadcastConfig, buildBroadcastViewerUrl, buildCategoryLabels, buildCellParagraphs, buildChartViewModel, 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, canRemoveTopLevelNode, canStartBroadcast, canStartShare, canUseClipboard, captionDisplayText, cellRunStyle, cellStyleToStyleMap, cellTdStyle, changeCountLabel, changeIcon, characterSpacingPatch, checkFontAvailable, clampCursorPosition, clampGifDimensions, clampIndex, clampNotesFontSize, clampScale, clampStep, clearAllLocalViewerData, clearAudienceContent, cn, collectAccessibilityIssues, collectElementText, collectSlideText, collectUsedFontFamilies, columnWidthStyle, commitNodeText, computeAlign, computeAxisTitlePrimitives, computeBarRects, computeBubbleRadius, computeCornerHandle, computeDataTablePrimitives, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeHandleBoxes, computeHandoutLayout, computeIsMobile, computeIsTablet, computeLinePoints, computeLinearRegression, computePageCount, computePieLayout, computePieSlicePath, computePieSlices, computePlotLayout, computeRSquared, computeRadarPoints, computeScatterDots, computeSelectionBoxes, computeSingleSelected, computeSlideIndices, computeSnap, computeStackedBarRects, computeStackedValueRange, computeTextLines, computeTimerProgress, computeTrendlinePrimitives, computeValueRange, convertOmmlToMathMl, copyFormatFromElement, countAccessibilityIssues, countAnnotationStrokes, 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, estimatePageCount, evenColumnWidths, evenRowHeights, exitPresentationFullscreen, extractPathPoints, eyedropperAvailable, fillColorOf, findInSlides, findOwningSlideIndex, findSlideIndexByElementId, fitPolynomial, fitZoom, fontMimeForFormat, fontSizeOf, formatAutoNumber, formatAxisValue, formatBytes, formatCursorLabel, formatElapsed, formatFileSize, formatPropertyDate, formatTime, fpsToFrameIntervalMs, generateBroadcastRoomId, generateCommentId, generateCustomShowId, generatePressureCircles, generateRulerTicks, getClrChangeParams, getContainerStyle, getDuotoneFilterDef, getImageSrc, getLocalStorageUsageSummary, getOleAriaLabel, getOleBadgeLabel, getOleDisplayName, getOleDownloadFileName, getOleTypeColor, getOleTypeLabel, getPasswordStrength, getPatternSvg, getPlaceholderStyle, getVersions as getRecoveryVersions, getResolvedShapeClipPath, getResolvedShapeClipPathFor, getShapeFillStrokeStyle, getSlideBackgroundStyle, getSlideTransitionAnimations, getSmartArtNodeBounds, getSpeechRecognitionCtor, getTextBlockStyle, getTextWarp, getTouchDistance, getWarpCategory, getWarpPath, gradientStateFromStyle, gradientStateOf, gradientStatePatch, gridColumns, groupElements, groupIssuesBySeverity, hasAnimation, hasCopyableFormat, hasExistingLink, hasExitedFullscreen, hasGradientFill, hasPressureVariation, headerLabel, inkViewBox, insertColumn, insertRow, interpolateWidth, isAudienceTab, isBold, isBrowserOpenableMime, isChildNode, isElementInteractive, isInjectableUrl, isItalic, isPpactionUrl, isPresenterMessage, isSigned, isTextElement, isUnderline, isUrlSafe, isValidRoomId, isViewportBackgroundPressTarget, isZoomActivationKey, issueTrackKey, issueTypeLabel, keyToLabel, latexToMathml, linePointsToSvgString, lineSpacingPatch, loadAudienceContent, mergeCaptionResults, mergeDown, mergeRight, mergeSelection, moveElementBy, moveNodeDown, moveNodeUp, msToFrameDelayCs, narrowToCircle, narrowToPolygon, narrowToRect, newChartElement, newEquationElement, 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, pendingElementStyles, pickColorByClickFallback, pickSupportedMimeType, planGifFrames, planVideoSegments, pointsToSvgPathD, presenceToCursors, presetByLayout, presetsForCategory, pressuresToWidths, prevVisibleIndex, projectDrawingShapes, promoteNode, provideViewerTheme, radarAngle, radarRingPoints, recordWebm, redistributeColumnWidth, removeAnimation, removeCategory, removeColumn, removeCommentFromList, removeElementAnimation, removeGradientStopPatch, removeNode, removeRow, removeSeries, renderToCanvas, reorderAnimationDown, reorderAnimationUp, replaceInSlides, replaceMatch, requestPresentationFullscreen, resizeElement, resolveCaptionTracks, resolveChartKind, resolveFontVariant, resolveHyperlinkHref, resolveInteractiveElementId, resolveMediaSrc, resolveOleType, resolveParagraphBullet, resolvePresenterNotes, resolveProfileInitial, resolveRegionCode, resolvePalette as resolveSmartArtPalette, resolveThemeCatalogEntry, resolveTransitionDuration, revealedElementStyles, routeOrthogonalConnector, rowStyle, sampleColorFromSlide, sanitizeColor, sanitizeSlideIndex, sanitizeUserName, saveViewerProfile, 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, 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, shouldUseSvgWarp, showDirectionPicker, showsTemplateAffordance, signatureCountLabel, signatureKey, signatureTimestamp, signerName, statusLabel as slideDiffStatusLabel, slideNumberOf, smartArtNodes, paletteColour as smartArtPaletteColour, snapToGridStep, splitCursorCell, splitMergedCell, statusKind, statusLabel$1 as statusLabel, storeAudienceContent, stringFromEvent, strokeColorOf, strokeToInkElement, styleShadowFilter, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, textStyleOf, textStylePatch, themeStyle, themeToCssVars, thumbnailHeight, thumbnailZoom, toggleCommentResolvedInList, toggleNodeBold, toggleNodeItalic, toggleSheet, topLevelNodeCount, transformSelectedTextCase, translationsEn, ungroupElements, updateElementById, updateGlowPatch, updateGradientStopPatch, updateInnerShadowPatch, updateOuterShadowPatch, updateReflectionPatch, vAlignPatch, validatePassword, validatePrintSettings, validateRoomId, valueToY, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, waypointsToPathD, worstStatus, zoomTargetSlideIndex };
|
|
14576
|
-
export type { AccessibilityIssueGroup, AccountAuthConfig, ActionDescriptor, AlignBox, AlignMode, AnimationClickGroup, AnimationGroup, AnnotationInkInsert, AnnotationStroke, AttachTouchGesturesConfig, AwarenessLike, BarRect, Box, 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, GifFrame, GifFramePlan, GifPlanOptions, GlowState, GradientState, GradientStop$1 as GradientStop, GroupResult, HandleBox, HandoutSlidesPerPage, HyperlinkDraft, InkPoint, InkStroke, InlineEditState, InnerShadowState, LegendEntry, LinePoint, LinearFit, LocalIdentity, LocalStorageUsageSummary, LocaleCatalogEntry, MobileSheetKey, Model3DViewModel, NodeEditBox, NotesSegmentViewModel, ObjectUrlFactory, OleActionModel, OleInfoRow, OuterShadowState, OverallSignatureStatus, PartitionedSlides, PathPoint, PieSliceGeometry, PlotLayout, PlotLayoutOptions, PositionUpdate, PowerPointViewerAPI, PresentationTool, PresenterExitMessage, PresenterMessage, PresenterNotes, PresenterSlideChangeMessage, PressureCircle, PrintColorMode, PrintHtmlDocumentOptions as PrintDocumentOptions, PrintOrientation, PrintSettings, PrintSlideRange, PrintWhat, PropertiesDraft, ProviderBundle, ProviderLike, RadarPoint, RecordWebmOptions, RecoveryVersion, ReflectionState, RemoteCursor, SanitizedPresence as RemotePresence, RenderedShape, ReplaceResult, ResizeHandle, ResolvedCaptionTrack, ResolvedFontVariant, ResolvedOleType, RulerTick, ScatterDot, SelectionBox, ShapeStyleChanges, ShareDefaults, ShareFormFields, ShortcutReferenceItem, SignatureStatusKind, SlideTransitionAnimations, SmartArtInsertEvent, SmartArtNodeBounds, SnapBox, SnapGuide, SnapResult, SoftEdgeState, SpeechAlternative, SpeechRecognitionCtor, SpeechRecognitionEventLite, SpeechRecognitionLite, SpeechResult, SpeechResultList, SpeechSupportState, StrokeToInkElementOpts, StyleMap, SupportedChartKind, SvgAreaGradient, SvgCircle, SvgLine, SvgPath, SvgPolygon, SvgPolyline, SvgPrimitive, SvgRect, SvgText, SwipeDismissDrag, TableBooleanFlag, TableCellSelection, TableCellViewModel, TableRowViewModel, TemplateElementsBySlideId, TextAdvancedChanges, TextAdvancedState, TextStyleChanges, TextWarpCssDef, TextWarpDef, TextWarpPathDef, ThemeCatalogEntry, TimerProgress, ToolbarActionId, TouchGestureCallbacks, TranslationKey, UngroupResult, ValueRange, VideoPlanOptions, VideoSegmentPlan, ViewerMode, ViewerProfile, ViewerSettings, ViewerTheme, ViewerThemeColors, ZoomViewModel };
|
|
14779
|
+
export { ALIGN_OPTIONS, AUDIENCE_HASH, AUDIENCE_NONCE_KEY, AVATAR_COLOR_SWATCHES, AccessibilityPanelComponent, AccessibilityService, AccountPageComponent, ActionSettingsPanelComponent, AdvancedChartEditorComponent, AnimationAuthorPanelComponent, AnimationPanelComponent, AnimationPlaybackService, AutosaveService, BroadcastDialogComponent, CHART_EDITOR_STYLES, CURSOR_PALETTE, CanvasFitService, ChartAxisOptionsComponent, ChartAxisStyleOptionsComponent, ChartComboTypeOptionsComponent, ChartDataEditorComponent, ChartDataLabelOptionsComponent, ChartDatapointOptionsComponent, ChartDisplayOptionsComponent, ChartElementViewComponent, ChartErrorBarOptionsComponent, ChartMarkerOptionsComponent, ChartPartSelectionService, ChartPrimitivesComponent, ChartRendererComponent, ChartTrendlineOptionsComponent, CollaborationCursorsComponent, CollaborationService, ColorChangedImageComponent, 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_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, 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, MediaPreviewComponent, MediaPropertiesPanelComponent, MediaRendererComponent, MediaTrimTimelineComponent, MobileBottomBarComponent, MobileMenuSheetComponent, MobilePresenterViewComponent, MobileSheetComponent, MobileSlidesSheetComponent, MobileToolbarComponent, ModalDialogComponent, Model3DRendererComponent, NotesHandoutCardComponent, NotesPanelComponent, NotesToolbarComponent, OleRendererComponent, PRESENTER_CHANNEL_NAME, PRESENTER_MSG_ORIGIN, PasswordProtectionDialogComponent, PasswordStrengthMeterComponent, PowerPointViewerComponent, PresentationAnnotationOverlayComponent, PresentationAnnotationsService, PresentationOverlayComponent, PresentationPropertiesPanelComponent, PresentationSettingsCardComponent, PresentationSubtitleBarComponent, PresentationTransitionOverlayComponent, PresenterViewComponent, PresenterWindowService, PrintDialogComponent, PrintService, PrintSettingsPanelComponent, PropertiesDialogComponent, REPEAT_MODE_OPTIONS, RESIZE_HANDLES, RULER_THICKNESS, RemoteSelectionOverlayComponent, RibbonAnimationsSectionComponent, RibbonArrangeSectionComponent, RibbonColorPopoverComponent, RibbonComponent, RibbonDesignSectionComponent, RibbonDrawSectionComponent, RibbonDrawingGroupComponent, RibbonEditingSectionComponent, RibbonFileSectionComponent, RibbonFontControlsComponent, RibbonHomeSectionComponent, RibbonInsertFieldsComponent, RibbonInsertSectionComponent, RibbonParagraphControlsComponent, RibbonPrimaryRowComponent, RibbonReviewSectionComponent, RibbonSlideshowSectionComponent, RibbonTransitionsSectionComponent, RibbonViewSectionComponent, RulerGuidesService, SEQUENCE_OPTIONS, SEVERITY_GROUPS, SEVERITY_LABELS, SHORTCUT_REFERENCE_ITEMS, SLIDE_PX_PER_INCH, 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, SlideCanvasComponent, SlideDefaultInspectorComponent, SlideDiffChangesComponent, SlideDiffRowComponent, SlideDiffThumbnailsComponent, SlideSizeCardComponent, SlideSorterOverlayComponent, SlideThemeOverridePanelComponent, SlidesPanelComponent, SmartArt3DRendererComponent, SmartArt3DService, SmartArtPreviewComponent, SmartArtPropertiesComponent, SmartArtRendererComponent, StatusBarComponent, TABLE_STRUCTURE_TOGGLES, TEXT_DIRECTION_OPTIONS, THEME_CATALOG, TIMING_CURVE_OPTIONS, TRIGGER_OPTIONS, TYPE_LABELS, TableCellAdvancedFillComponent, TableCellFormattingComponent, TableDataEditorComponent, TablePropertiesComponent, TableRendererComponent, TableResizeOverlayComponent, TableSelectionService, TextAdvancedPanelComponent, ThemeEditorFieldsComponent, ThemeGalleryComponent, ThemeSelectorCardComponent, TitleBarComponent, 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, ZoomNavigationService, ZoomRendererComponent, ZoomTargetService, addCategory, addCommentToList, addGradientStopPatch, addItem, addSeries, addSubItem, advanceStep, alignPatch, animationFor, annotationMapToInkInserts, applyAcceptedDiff, applyAnimationPreset, applyFindReplacements, applyFormatToElement, applyMove, applyResize, applyTableStylePreset, asMediaElement, assignUserColor, attachTouchGestures, beginNodeEdit, boolFromEvent, bringForward, bringToFront, buildBarActions, buildBroadcastConfig, buildBroadcastViewerUrl, buildCategoryLabels, buildCellParagraphs, buildChartViewModel, 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, canRemoveTopLevelNode, canStartBroadcast, canStartShare, canUseClipboard, captionDisplayText, cellRunStyle, cellStyleToStyleMap, cellTdStyle, changeCountLabel, changeIcon, characterSpacingPatch, checkFontAvailable, clampCursorPosition, clampGifDimensions, clampIndex, clampNotesFontSize, clampScale, clampStep, clearAllLocalViewerData, clearAudienceContent, cn, collectAccessibilityIssues, collectElementText, collectSlideText, collectUsedFontFamilies, columnWidthStyle, commitNodeText, computeAlign, computeAxisTitlePrimitives, computeBarRects, computeBubbleRadius, computeCornerHandle, computeDataTablePrimitives, computeDistribute, computeDrawingViewBox, computeErrorBarPrimitives, computeHandleBoxes, computeHandoutLayout, computeIsMobile, computeIsTablet, computeLinePoints, computeLinearRegression, computePageCount, computePieLayout, computePieSlicePath, computePieSlices, computePlotLayout, computeRSquared, computeRadarPoints, computeScatterDots, computeSelectionBoxes, computeSingleSelected, computeSlideIndices, computeSnap, computeStackedBarRects, computeStackedValueRange, computeTextLines, computeTimerProgress, computeTrendlinePrimitives, computeValueRange, convertOmmlToMathMl, copyFormatFromElement, countAccessibilityIssues, countAnnotationStrokes, 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, estimatePageCount, evenColumnWidths, evenRowHeights, exitPresentationFullscreen, extractPathPoints, eyedropperAvailable, fillColorOf, findInSlides, findOwningSlideIndex, findSlideIndexByElementId, fitPolynomial, fitZoom, fontMimeForFormat, fontSizeOf, formatAutoNumber, formatAxisValue, formatBytes, formatCursorLabel, formatElapsed, formatFileSize, formatPropertyDate, formatTime, fpsToFrameIntervalMs, generateBroadcastRoomId, generateCommentId, generateCustomShowId, generatePressureCircles, generateRulerTicks, getClrChangeParams, getContainerStyle, getDuotoneFilterDef, getImageSrc, getLocalStorageUsageSummary, getOleAriaLabel, getOleBadgeLabel, getOleDisplayName, getOleDownloadFileName, getOleTypeColor, getOleTypeLabel, getPasswordStrength, getPatternSvg, getPlaceholderStyle, getVersions as getRecoveryVersions, getResolvedShapeClipPath, getResolvedShapeClipPathFor, getShapeFillStrokeStyle, getSlideBackgroundStyle, getSlideTransitionAnimations, getSmartArtNodeBounds, getSpeechRecognitionCtor, getTextBlockStyle, getTextWarp, getTouchDistance, getWarpCategory, getWarpPath, gradientStateFromStyle, gradientStateOf, gradientStatePatch, gridColumns, groupElements, groupIssuesBySeverity, hasAnimation, hasCopyableFormat, hasExistingLink, hasExitedFullscreen, hasGradientFill, hasPressureVariation, headerLabel, inkViewBox, insertColumn, insertRow, interpolateWidth, isAudienceTab, isBold, isBrowserOpenableMime, isChildNode, isElementInteractive, isInjectableUrl, isItalic, isPpactionUrl, isPresenterMessage, isSigned, isTextElement, isUnderline, isUrlSafe, isValidRoomId, isViewportBackgroundPressTarget, isZoomActivationKey, issueTrackKey, issueTypeLabel, keyToLabel, latexToMathml, linePointsToSvgString, lineSpacingPatch, loadAudienceContent, 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, pendingElementStyles, pickColorByClickFallback, pickSupportedMimeType, planGifFrames, planVideoSegments, pointsToSvgPathD, presenceToCursors, presetByLayout, presetsForCategory, pressuresToWidths, prevVisibleIndex, projectDrawingShapes, promoteNode, provideViewerTheme, radarAngle, radarRingPoints, recordWebm, redistributeColumnWidth, removeAnimation, removeCategory, removeColumn, removeCommentFromList, removeElementAnimation, removeGradientStopPatch, removeNode, removeRow, removeSeries, renderToCanvas, reorderAnimationDown, reorderAnimationUp, replaceInSlides, replaceMatch, requestPresentationFullscreen, resizeElement, resolveCaptionTracks, resolveChartKind, resolveFontVariant, resolveHyperlinkHref, resolveInteractiveElementId, resolveMediaSrc, resolveOleType, resolveParagraphBullet, resolvePresenterNotes, resolveProfileInitial, resolveRegionCode, resolvePalette as resolveSmartArtPalette, resolveThemeCatalogEntry, resolveTransitionDuration, revealedElementStyles, routeOrthogonalConnector, rowStyle, sampleColorFromSlide, sanitizeColor, sanitizeSlideIndex, sanitizeUserName, saveViewerProfile, 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, 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, shouldUseSvgWarp, showDirectionPicker, showsTemplateAffordance, signatureCountLabel, signatureKey, signatureTimestamp, signerName, statusLabel as slideDiffStatusLabel, slideNumberOf, smartArtNodes, paletteColour as smartArtPaletteColour, snapToGridStep, splitCursorCell, splitMergedCell, statusKind, statusLabel$1 as statusLabel, storeAudienceContent, stringFromEvent, strokeColorOf, strokeToInkElement, styleShadowFilter, textAdvancedPatch, textAdvancedStateFromStyle, textAdvancedStateOf, textColorOf, textDirectionPatch, textStyleOf, textStylePatch, themeStyle, themeToCssVars, thumbnailHeight, thumbnailZoom, toggleCommentResolvedInList, toggleNodeBold, toggleNodeItalic, toggleSheet, topLevelNodeCount, transformSelectedTextCase, translationsEn, ungroupElements, updateElementById, updateGlowPatch, updateGradientStopPatch, updateInnerShadowPatch, updateOuterShadowPatch, updateReflectionPatch, vAlignPatch, validatePassword, validatePrintSettings, validateRoomId, valueToY, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, waypointsToPathD, worstStatus, zoomTargetSlideIndex };
|
|
14780
|
+
export type { AccessibilityIssueGroup, AccountAuthConfig, ActionDescriptor, AlignBox, AlignMode, AnimationClickGroup, AnimationGroup, AnnotationInkInsert, AnnotationStroke, AttachTouchGesturesConfig, AwarenessLike, BarRect, Box, 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, GifFrame, GifFramePlan, GifPlanOptions, GlowState, GradientState, GradientStop$1 as GradientStop, GroupResult, HandleBox, HandoutSlidesPerPage, HyperlinkDraft, InkPoint, InkStroke, InlineEditState, InnerShadowState, LegendEntry, LinePoint, LinearFit, LocalIdentity, LocalStorageUsageSummary, LocaleCatalogEntry, MobileSheetKey, Model3DViewModel, NodeEditBox, NotesSegmentViewModel, ObjectUrlFactory, OleActionModel, OleInfoRow, OuterShadowState, OverallSignatureStatus, PartitionedSlides, PathPoint, PieSliceGeometry, PlotLayout, PlotLayoutOptions, PositionUpdate, PowerPointViewerAPI, PresentationTool, PresenterExitMessage, PresenterMessage, PresenterNotes, PresenterSlideChangeMessage, PressureCircle, PrintColorMode, PrintHtmlDocumentOptions as PrintDocumentOptions, PrintOrientation, PrintSettings, PrintSlideRange, PrintWhat, PropertiesDraft, ProviderBundle, ProviderLike, RadarPoint, RecordWebmOptions, RecoveryVersion, ReflectionState, RemoteCursor, SanitizedPresence as RemotePresence, RenderedShape, ReplaceResult, ResizeHandle, ResolvedCaptionTrack, ResolvedFontVariant, ResolvedOleType, RulerTick, ScatterDot, SelectionBox, ShapeStyleChanges, ShareDefaults, ShareFormFields, ShortcutReferenceItem, SignatureStatusKind, SlideInspectorTab, SlideTransitionAnimations, SmartArtInsertEvent, SmartArtNodeBounds, SnapBox, SnapGuide, SnapResult, SoftEdgeState, SpeechAlternative, SpeechRecognitionCtor, SpeechRecognitionEventLite, SpeechRecognitionLite, SpeechResult, SpeechResultList, SpeechSupportState, StrokeToInkElementOpts, StyleMap, SupportedChartKind, SvgAreaGradient, SvgCircle, SvgLine, SvgPath, SvgPolygon, SvgPolyline, SvgPrimitive, SvgRect, SvgText, SwipeDismissDrag, TableBooleanFlag, TableCellSelection, TableCellViewModel, TableRowViewModel, TemplateElementsBySlideId, TextAdvancedChanges, TextAdvancedState, TextStyleChanges, TextWarpCssDef, TextWarpDef, TextWarpPathDef, ThemeCatalogEntry, TimerProgress, ToolbarActionId, TouchGestureCallbacks, TranslationKey, UngroupResult, ValueRange, VideoPlanOptions, VideoSegmentPlan, ViewerMode, ViewerProfile, ViewerSettings, ViewerTheme, ViewerThemeColors, ZoomViewModel };
|