pptx-angular-viewer 2.20.0 → 2.20.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 CHANGED
@@ -7,6 +7,38 @@ A release listed with no entries carried no Conventional Commit in this package'
7
7
  scope: scripts/release-plan.mjs re-releases a package whenever any of its files
8
8
  change, not only on conventional ones.
9
9
 
10
+ ## [2.20.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@2.20.0) - 2026-08-21
11
+
12
+ ### Features
13
+
14
+ - **shared:** Add header-footer dialog draft helpers (by @ChristopherVR) ([0f640c8](https://github.com/ChristopherVR/pptx-viewer/commit/0f640c887c4d6447d2a6cbba2754049cec69e121))
15
+ - **shared:** Add classifyMediaType, the audio/video MIME classifier (by @ChristopherVR) ([56520a1](https://github.com/ChristopherVR/pptx-viewer/commit/56520a1138f342b2e4e33ff5bbedb64f5a8ca9e4))
16
+ - **shared:** Add resolveTemplateBackgroundRows for the template background card (by @ChristopherVR) ([67d327d](https://github.com/ChristopherVR/pptx-viewer/commit/67d327d737a06b7ca737feffb01d9afe637c108f))
17
+ - **shared:** Add patchChartData, the type-aware chart data patcher (by @ChristopherVR) ([5309296](https://github.com/ChristopherVR/pptx-viewer/commit/5309296df312affd6c9f9994cc7e4612310d8119))
18
+ - **angular:** Add the missing chart type/title/grouping selector (by @ChristopherVR) ([03170f4](https://github.com/ChristopherVR/pptx-viewer/commit/03170f4ceabd94648de55a047ce0ffde81d8800e))
19
+ - **shared:** Add pptx.group.childCount/groupedElement i18n keys (by @ChristopherVR) ([f5557e1](https://github.com/ChristopherVR/pptx-viewer/commit/f5557e1ac1ef74af4306cf81cd2c08c8b61dd960))
20
+ - **angular:** Fill out the ribbon overflow "..." menu (by @ChristopherVR) ([08819f9](https://github.com/ChristopherVR/pptx-viewer/commit/08819f91090435ab9d8e5cbfca32560b2d91faa6))
21
+ - **angular:** Add slide sorter context menu (duplicate/hide/delete) (by @ChristopherVR) ([0a4d7a7](https://github.com/ChristopherVR/pptx-viewer/commit/0a4d7a73a349d8f54c6e0bad5f3c85974842ac66))
22
+ - **angular:** Edit layout/master background from the slide inspector (by @ChristopherVR) ([b8cdbd5](https://github.com/ChristopherVR/pptx-viewer/commit/b8cdbd5831e50fcad08988633e8ae772b80cf4ec))
23
+
24
+ ### Bug Fixes
25
+
26
+ - **shared:** Sanitize every download filename, not just callers that remember to (by @ChristopherVR) ([7bdf73b](https://github.com/ChristopherVR/pptx-viewer/commit/7bdf73be98ae30b4664067a52b1611878d7d97b3))
27
+ - **angular:** Route paste through the shared clipboard codec (by @ChristopherVR) ([24ecf3f](https://github.com/ChristopherVR/pptx-viewer/commit/24ecf3f884b22fb12aaeea29b498265f47a0ae42))
28
+ - **angular:** Stop treating every non-audio file as video on insert (by @ChristopherVR) ([a447a0b](https://github.com/ChristopherVR/pptx-viewer/commit/a447a0b6e044368807ded8981f66dcae8d994d48))
29
+ - **shared:** Floor animation timeline bar width to a visible minimum (by @ChristopherVR) ([918ac2f](https://github.com/ChristopherVR/pptx-viewer/commit/918ac2f5a50d11fb1ad7e015956794f9cd44dfee))
30
+ - **angular,svelte:** Render each font-picker option in its own font (by @ChristopherVR) ([b1845fa](https://github.com/ChristopherVR/pptx-viewer/commit/b1845fa7c028afb8a4db51940f2ecd65e1741100))
31
+
32
+ ### Refactor
33
+
34
+ - **angular:** Repoint header-footer draft clone/patch onto shared (by @ChristopherVR) ([055d110](https://github.com/ChristopherVR/pptx-viewer/commit/055d110f14cb2a43d626067f565cc708356e0d7e))
35
+ - **angular:** Drop redundant sanitizeFileName around downloadBlob (by @ChristopherVR) ([4138470](https://github.com/ChristopherVR/pptx-viewer/commit/4138470f77fa974ab55941ade68f2f193a46af80))
36
+ - **angular:** Repoint chart-data-helpers onto shared grid ops (by @ChristopherVR) ([b8d8509](https://github.com/ChristopherVR/pptx-viewer/commit/b8d8509510f39ccbed93b2e353e6fd46c6e0c521))
37
+
38
+ ### Documentation
39
+
40
+ - **vue,angular:** Fix stale comments claiming already-shipped features (by @ChristopherVR) ([e365950](https://github.com/ChristopherVR/pptx-viewer/commit/e365950cf3c49199575ffdafd0337b1f1b2593d8))
41
+
10
42
  ## [2.19.5](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@2.19.5) - 2026-08-21
11
43
 
12
44
  ### Bug Fixes
@@ -1,4 +1,4 @@
1
- import { t as toChatSummary } from './pptx-angular-viewer-pptx-angular-viewer-CDUpBynK.mjs';
1
+ import { t as toChatSummary } from './pptx-angular-viewer-pptx-angular-viewer-CrwHoTrs.mjs';
2
2
 
3
3
  /**
4
4
  * IndexedDB backend for {@link createChatHistoryStore}. Kept in its own module
@@ -103,4 +103,4 @@ function createIdbBackend(db) {
103
103
  }
104
104
 
105
105
  export { CHAT_STORE, createIdbBackend, openChatDb };
106
- //# sourceMappingURL=pptx-angular-viewer-chat-history-idb-ok5-Wso_.mjs.map
106
+ //# sourceMappingURL=pptx-angular-viewer-chat-history-idb-jiV5SRr_.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"pptx-angular-viewer-chat-history-idb-ok5-Wso_.mjs","sources":["../../src/internal/shared-src/ai/chat-history-idb.ts"],"sourcesContent":["/**\n * IndexedDB backend for {@link createChatHistoryStore}. Kept in its own module\n * so the localStorage fallback and the public factory stay within the per-file\n * size budget. Uses the raw IndexedDB API with tiny promise wrappers so no new\n * runtime dependency is pulled in.\n *\n * Every browser global is touched lazily from inside a function, never at module\n * load, so importing this file in a non-DOM environment (Node, SSR) never throws.\n */\n\nimport type { ChatBackend, PptxAiChatSummary, PptxAiStoredChat } from './chat-history-store';\nimport { toChatSummary } from './chat-history-store';\n\n/** Object store holding one record per chat, keyed by `id`. */\nexport const CHAT_STORE = 'chats';\n/** Index over the optional `deckId` key path, used for per-deck filtering. */\nconst DECK_INDEX = 'deckId';\n\n/** Resolve an `IDBRequest` to a promise. */\nfunction requestToPromise<T>(request: IDBRequest<T>): Promise<T> {\n\treturn new Promise<T>((resolve, reject) => {\n\t\trequest.onsuccess = () => resolve(request.result);\n\t\trequest.onerror = () => reject(request.error ?? new Error('IndexedDB request failed.'));\n\t});\n}\n\n/** Resolve when a transaction commits (or reject on error/abort). */\nfunction transactionDone(tx: IDBTransaction): Promise<void> {\n\treturn new Promise<void>((resolve, reject) => {\n\t\ttx.oncomplete = () => resolve();\n\t\ttx.onerror = () => reject(tx.error ?? new Error('IndexedDB transaction failed.'));\n\t\ttx.onabort = () => reject(tx.error ?? new Error('IndexedDB transaction aborted.'));\n\t});\n}\n\n/**\n * Open (and if needed create/upgrade) the chat database. Throws when there is no\n * `indexedDB` global so the caller can transparently fall back to localStorage.\n */\nexport function openChatDb(dbName: string): Promise<IDBDatabase> {\n\tconst idb = typeof indexedDB !== 'undefined' ? indexedDB : undefined;\n\tif (!idb) {\n\t\tthrow new Error('IndexedDB is not available in this environment.');\n\t}\n\treturn new Promise<IDBDatabase>((resolve, reject) => {\n\t\tconst open = idb.open(dbName, 1);\n\t\topen.onupgradeneeded = () => {\n\t\t\tconst db = open.result;\n\t\t\tif (!db.objectStoreNames.contains(CHAT_STORE)) {\n\t\t\t\tconst store = db.createObjectStore(CHAT_STORE, { keyPath: 'id' });\n\t\t\t\tstore.createIndex(DECK_INDEX, 'deckId', { unique: false });\n\t\t\t}\n\t\t};\n\t\topen.onsuccess = () => resolve(open.result);\n\t\topen.onerror = () => reject(open.error ?? new Error('Failed to open IndexedDB.'));\n\t\topen.onblocked = () => reject(new Error('IndexedDB open blocked by another connection.'));\n\t});\n}\n\n/** Read every stored chat (newest-first ordering is applied by the caller). */\nasync function readAll(db: IDBDatabase, deckId: string | undefined): Promise<PptxAiStoredChat[]> {\n\tconst tx = db.transaction(CHAT_STORE, 'readonly');\n\tconst store = tx.objectStore(CHAT_STORE);\n\tconst source =\n\t\tdeckId === undefined\n\t\t\t? store.getAll()\n\t\t\t: store.index(DECK_INDEX).getAll(IDBKeyRange.only(deckId));\n\tconst rows = await requestToPromise<PptxAiStoredChat[]>(source);\n\tawait transactionDone(tx);\n\treturn rows;\n}\n\n/** Create an IndexedDB-backed {@link ChatBackend}. */\nexport function createIdbBackend(db: IDBDatabase): ChatBackend {\n\treturn {\n\t\tasync list(deckId: string | undefined): Promise<PptxAiChatSummary[]> {\n\t\t\tconst rows = await readAll(db, deckId);\n\t\t\treturn rows.map(toChatSummary).sort((a, b) => b.updatedAt - a.updatedAt);\n\t\t},\n\t\tasync load(id: string): Promise<PptxAiStoredChat | null> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readonly');\n\t\t\tconst row = await requestToPromise<PptxAiStoredChat | undefined>(\n\t\t\t\ttx.objectStore(CHAT_STORE).get(id),\n\t\t\t);\n\t\t\tawait transactionDone(tx);\n\t\t\treturn row ?? null;\n\t\t},\n\t\tasync save(chat: PptxAiStoredChat): Promise<void> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readwrite');\n\t\t\ttx.objectStore(CHAT_STORE).put(chat);\n\t\t\tawait transactionDone(tx);\n\t\t},\n\t\tasync remove(id: string): Promise<void> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readwrite');\n\t\t\ttx.objectStore(CHAT_STORE).delete(id);\n\t\t\tawait transactionDone(tx);\n\t\t},\n\t\tasync clear(deckId: string | undefined): Promise<void> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readwrite');\n\t\t\tconst store = tx.objectStore(CHAT_STORE);\n\t\t\tif (deckId === undefined) {\n\t\t\t\tstore.clear();\n\t\t\t} else {\n\t\t\t\tconst ids = await requestToPromise<IDBValidKey[]>(\n\t\t\t\t\tstore.index(DECK_INDEX).getAllKeys(IDBKeyRange.only(deckId)),\n\t\t\t\t);\n\t\t\t\tfor (const id of ids) {\n\t\t\t\t\tstore.delete(id);\n\t\t\t\t}\n\t\t\t}\n\t\t\tawait transactionDone(tx);\n\t\t},\n\t};\n}\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pptx-angular-viewer-chat-history-idb-jiV5SRr_.mjs","sources":["../../src/internal/shared-src/ai/chat-history-idb.ts"],"sourcesContent":["/**\n * IndexedDB backend for {@link createChatHistoryStore}. Kept in its own module\n * so the localStorage fallback and the public factory stay within the per-file\n * size budget. Uses the raw IndexedDB API with tiny promise wrappers so no new\n * runtime dependency is pulled in.\n *\n * Every browser global is touched lazily from inside a function, never at module\n * load, so importing this file in a non-DOM environment (Node, SSR) never throws.\n */\n\nimport type { ChatBackend, PptxAiChatSummary, PptxAiStoredChat } from './chat-history-store';\nimport { toChatSummary } from './chat-history-store';\n\n/** Object store holding one record per chat, keyed by `id`. */\nexport const CHAT_STORE = 'chats';\n/** Index over the optional `deckId` key path, used for per-deck filtering. */\nconst DECK_INDEX = 'deckId';\n\n/** Resolve an `IDBRequest` to a promise. */\nfunction requestToPromise<T>(request: IDBRequest<T>): Promise<T> {\n\treturn new Promise<T>((resolve, reject) => {\n\t\trequest.onsuccess = () => resolve(request.result);\n\t\trequest.onerror = () => reject(request.error ?? new Error('IndexedDB request failed.'));\n\t});\n}\n\n/** Resolve when a transaction commits (or reject on error/abort). */\nfunction transactionDone(tx: IDBTransaction): Promise<void> {\n\treturn new Promise<void>((resolve, reject) => {\n\t\ttx.oncomplete = () => resolve();\n\t\ttx.onerror = () => reject(tx.error ?? new Error('IndexedDB transaction failed.'));\n\t\ttx.onabort = () => reject(tx.error ?? new Error('IndexedDB transaction aborted.'));\n\t});\n}\n\n/**\n * Open (and if needed create/upgrade) the chat database. Throws when there is no\n * `indexedDB` global so the caller can transparently fall back to localStorage.\n */\nexport function openChatDb(dbName: string): Promise<IDBDatabase> {\n\tconst idb = typeof indexedDB !== 'undefined' ? indexedDB : undefined;\n\tif (!idb) {\n\t\tthrow new Error('IndexedDB is not available in this environment.');\n\t}\n\treturn new Promise<IDBDatabase>((resolve, reject) => {\n\t\tconst open = idb.open(dbName, 1);\n\t\topen.onupgradeneeded = () => {\n\t\t\tconst db = open.result;\n\t\t\tif (!db.objectStoreNames.contains(CHAT_STORE)) {\n\t\t\t\tconst store = db.createObjectStore(CHAT_STORE, { keyPath: 'id' });\n\t\t\t\tstore.createIndex(DECK_INDEX, 'deckId', { unique: false });\n\t\t\t}\n\t\t};\n\t\topen.onsuccess = () => resolve(open.result);\n\t\topen.onerror = () => reject(open.error ?? new Error('Failed to open IndexedDB.'));\n\t\topen.onblocked = () => reject(new Error('IndexedDB open blocked by another connection.'));\n\t});\n}\n\n/** Read every stored chat (newest-first ordering is applied by the caller). */\nasync function readAll(db: IDBDatabase, deckId: string | undefined): Promise<PptxAiStoredChat[]> {\n\tconst tx = db.transaction(CHAT_STORE, 'readonly');\n\tconst store = tx.objectStore(CHAT_STORE);\n\tconst source =\n\t\tdeckId === undefined\n\t\t\t? store.getAll()\n\t\t\t: store.index(DECK_INDEX).getAll(IDBKeyRange.only(deckId));\n\tconst rows = await requestToPromise<PptxAiStoredChat[]>(source);\n\tawait transactionDone(tx);\n\treturn rows;\n}\n\n/** Create an IndexedDB-backed {@link ChatBackend}. */\nexport function createIdbBackend(db: IDBDatabase): ChatBackend {\n\treturn {\n\t\tasync list(deckId: string | undefined): Promise<PptxAiChatSummary[]> {\n\t\t\tconst rows = await readAll(db, deckId);\n\t\t\treturn rows.map(toChatSummary).sort((a, b) => b.updatedAt - a.updatedAt);\n\t\t},\n\t\tasync load(id: string): Promise<PptxAiStoredChat | null> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readonly');\n\t\t\tconst row = await requestToPromise<PptxAiStoredChat | undefined>(\n\t\t\t\ttx.objectStore(CHAT_STORE).get(id),\n\t\t\t);\n\t\t\tawait transactionDone(tx);\n\t\t\treturn row ?? null;\n\t\t},\n\t\tasync save(chat: PptxAiStoredChat): Promise<void> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readwrite');\n\t\t\ttx.objectStore(CHAT_STORE).put(chat);\n\t\t\tawait transactionDone(tx);\n\t\t},\n\t\tasync remove(id: string): Promise<void> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readwrite');\n\t\t\ttx.objectStore(CHAT_STORE).delete(id);\n\t\t\tawait transactionDone(tx);\n\t\t},\n\t\tasync clear(deckId: string | undefined): Promise<void> {\n\t\t\tconst tx = db.transaction(CHAT_STORE, 'readwrite');\n\t\t\tconst store = tx.objectStore(CHAT_STORE);\n\t\t\tif (deckId === undefined) {\n\t\t\t\tstore.clear();\n\t\t\t} else {\n\t\t\t\tconst ids = await requestToPromise<IDBValidKey[]>(\n\t\t\t\t\tstore.index(DECK_INDEX).getAllKeys(IDBKeyRange.only(deckId)),\n\t\t\t\t);\n\t\t\t\tfor (const id of ids) {\n\t\t\t\t\tstore.delete(id);\n\t\t\t\t}\n\t\t\t}\n\t\t\tawait transactionDone(tx);\n\t\t},\n\t};\n}\n"],"names":[],"mappings":"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"}
@@ -71402,7 +71402,7 @@ function createLocalStorageBackend(namespace) {
71402
71402
  /** Try IndexedDB first; fall back to localStorage on any failure. */
71403
71403
  async function resolveBackend(dbName, namespace) {
71404
71404
  try {
71405
- const { openChatDb, createIdbBackend } = await import('./pptx-angular-viewer-chat-history-idb-ok5-Wso_.mjs');
71405
+ const { openChatDb, createIdbBackend } = await import('./pptx-angular-viewer-chat-history-idb-jiV5SRr_.mjs');
71406
71406
  const db = await openChatDb(dbName);
71407
71407
  return createIdbBackend(db);
71408
71408
  }
@@ -105249,7 +105249,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImpor
105249
105249
  }], propDecorators: { canEdit: [{ type: i0.Input, args: [{ isSignal: true, alias: "canEdit", required: false }] }], slideIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "slideIndex", required: false }] }], selectedElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedElement", required: false }] }] } });
105250
105250
 
105251
105251
  // Generated by scripts/inline-shared.mjs from package.json. Do not edit.
105252
- const PPTX_ANGULAR_VIEWER_VERSION = "2.19.5";
105252
+ const PPTX_ANGULAR_VIEWER_VERSION = "2.20.0";
105253
105253
 
105254
105254
  /**
105255
105255
  * account-page.component.ts: File > Account content.
@@ -138678,4 +138678,4 @@ function cn(...values) {
138678
138678
  */
138679
138679
 
138680
138680
  export { CommentMarkersOverlayComponent as $, ALIGN_OPTIONS as A, AnimationPlaybackService as B, AutosaveRecoveryDialogComponent as C, AutosaveService as D, BroadcastDialogComponent as E, CHART_EDITOR_STYLES as F, CURSOR_PALETTE as G, CanvasFitService as H, ChartAxisOptionsComponent as I, ChartAxisStyleOptionsComponent as J, ChartComboTypeOptionsComponent as K, ChartDataEditorComponent as L, ChartDataLabelOptionsComponent as M, ChartDatapointMarkerOptionsComponent as N, ChartDatapointOptionsComponent as O, ChartDisplayOptionsComponent as P, ChartElementViewComponent as Q, ChartErrorBarOptionsComponent as R, ChartMarkerOptionsComponent as S, ChartPartSelectionService as T, ChartPrimitivesComponent as U, ChartRendererComponent as V, ChartTrendlineOptionsComponent as W, ChartTypeSelectorComponent as X, CollaborationCursorsComponent as Y, CollaborationService as Z, ColorChangedImageComponent as _, ANIMATION_PRESET_CATEGORIES as a, InspectorPaneHeaderComponent as a$, CommentsPanelComponent as a0, CommentsService as a1, ComparePanelComponent as a2, ConnectorRendererComponent as a3, ConnectorTextOverlayComponent as a4, CustomShowsComponent as a5, DATA_TABLE_HEADER_H as a6, DATA_TABLE_KEY_W as a7, DATA_TABLE_PADDING as a8, DATA_TABLE_ROW_H as a9, EditorStateService as aA, EditorToolbarComponent as aB, EffectsPanelComponent as aC, ElementRendererComponent as aD, EmbeddedFontsService as aE, EncryptedFileDialogComponent as aF, EquationEditorDialogComponent as aG, EquationRendererComponent as aH, EquationTemplateGalleryComponent as aI, ExportProgressModalComponent as aJ, ExportService as aK, FieldContextService as aL, FindBarComponent as aM, FindReplaceBarComponent as aN, FollowModeBarComponent as aO, FontEmbeddingListComponent as aP, FontEmbeddingPanelComponent as aQ, GALLERY_THEME_PRESETS as aR, GRIDLINE_COLOR as aS, GradientPickerComponent as aT, HANDOUT_OPTIONS as aU, HeaderFooterDialogComponent as aV, HyperlinkDialogComponent as aW, ImagePropertiesPanelComponent as aX, InkDrawingService as aY, InkRendererComponent as aZ, InsertSmartArtDialogComponent as a_, DEFAULT_BOUNDS as aa, DEFAULT_BROADCAST_SERVER_URL as ab, DEFAULT_CANVAS_HEIGHT as ac, DEFAULT_CANVAS_WIDTH as ad, DEFAULT_COLOR_SCHEME as ae, DEFAULT_FILL_COLOR$1 as af, DEFAULT_LAYOUT as ag, DEFAULT_PALETTE$1 as ah, DEFAULT_PATTERN_FILL_PRESET as ai, DEFAULT_PRINT_SETTINGS as aj, DEFAULT_SLIDE_BACKGROUND as ak, DEFAULT_STROKE_COLOR as al, DEFAULT_STYLE as am, DEFAULT_TABLE_ROW_HEIGHT as an, DEFAULT_TEXT_COLOR$1 as ao, DEFAULT_VIEWER_PROFILE as ap, DIRECTIONAL_PRESETS as aq, DIRECTION_OPTIONS as ar, DocumentPropertiesCardComponent as as, EMBEDDED_FONTS_STYLE_ID as at, EMPHASIS_PRESETS as au, ENTRANCE_PRESETS as av, TEMPLATES as aw, EXIT_PRESETS as ax, EditorContextMenuComponent as ay, EditorHistory as az, AUDIENCE_HASH as b, RibbonColorPopoverComponent as b$, InspectorPanelComponent as b0, IsMobileService as b1, KeepAnnotationsDialogComponent as b2, LOCALE_CATALOG as b3, LONG_PRESS_DURATION_MS as b4, LONG_PRESS_MOVE_TOLERANCE_PX as b5, LoadContentService as b6, LocalPresencePublisher as b7, MAX_ZOOM_SCALE as b8, MIN_ZOOM_SCALE as b9, PasswordProtectionDialogComponent as bA, PasswordStrengthMeterComponent as bB, PowerPointViewerComponent as bC, PresentToolbarAutoHide as bD, PresentationAnnotationOverlayComponent as bE, PresentationAnnotationsService as bF, PresentationOverlayComponent as bG, PresentationPropertiesPanelComponent as bH, PresentationSettingsCardComponent as bI, PresentationSubtitleBarComponent as bJ, PresentationToolbarComponent as bK, PresentationTransitionOverlayComponent as bL, PresenterViewComponent as bM, PresenterWindowService as bN, PrintDialogComponent as bO, PrintService as bP, PrintSettingsPanelComponent as bQ, PropertiesDialogComponent as bR, REPEAT_MODE_OPTIONS as bS, RESIZE_HANDLES as bT, RULER_FONT_SIZE as bU, RULER_THICKNESS as bV, ReadingViewOverlayComponent as bW, RemoteSelectionOverlayComponent as bX, RibbonAnimationGalleryComponent as bY, RibbonAnimationsSectionComponent as bZ, RibbonArrangeSectionComponent as b_, MOTION_PATH_COLUMNS as ba, MediaPreviewComponent as bb, MediaPropertiesPanelComponent as bc, MediaRendererComponent as bd, MediaTrimTimelineComponent as be, MobileBottomBarComponent as bf, MobileMenuSheetComponent as bg, MobilePresenterViewComponent as bh, MobileSheetComponent as bi, MobileSlidesSheetComponent as bj, MobileToolbarComponent as bk, ModalDialogComponent as bl, Model3DRendererComponent as bm, NotesHandoutCardComponent as bn, NotesPanelComponent as bo, NotesToolbarComponent as bp, OleRendererComponent as bq, OutlineViewOverlayComponent as br, POWER_POINT_VIEWER_PROVIDERS as bs, PPTX_OPEN_ACCEPT as bt, PRESENTATION_OPEN_EXTENSIONS as bu, PRESENTER_CHANNEL_NAME as bv, PRESENTER_MSG_ORIGIN as bw, PRESENTER_TIMER_SEGMENT_MS as bx, PX_PER_CM as by, PX_PER_INCH as bz, AUDIENCE_NONCE_KEY as c, TEXT_3D_BOTTOM_BEVEL_KEYS as c$, RibbonComponent as c0, RibbonDesignSectionComponent as c1, RibbonDrawSectionComponent as c2, RibbonDrawingGroupComponent as c3, RibbonEditingSectionComponent as c4, RibbonFileSectionComponent as c5, RibbonFontControlsComponent as c6, RibbonHomeSectionComponent as c7, RibbonHyperlinkButtonComponent as c8, RibbonInsertFieldsComponent as c9, SettingsDialogComponent as cA, SettingsLanguageTabComponent as cB, ShareDialogComponent as cC, ShortcutPanelComponent as cD, ShowOptionsFieldsetComponent as cE, ShowSlidesFieldsetComponent as cF, SignatureStrippedDialogComponent as cG, SignaturesPanelComponent as cH, SignaturesService as cI, SlideBackgroundCardComponent as cJ, SlideCanvasComponent as cK, SlideDefaultInspectorComponent as cL, SlideDiffChangesComponent as cM, SlideDiffRowComponent as cN, SlideDiffThumbnailsComponent as cO, SlideSizeCardComponent as cP, SlideSorterOverlayComponent as cQ, SlideThemeOverridePanelComponent as cR, SlideTransitionCardComponent as cS, SlidesPanelComponent as cT, SmartArt3DRendererComponent as cU, SmartArt3DService as cV, SmartArtPreviewComponent as cW, SmartArtPropertiesComponent as cX, SmartArtRendererComponent as cY, StatusBarComponent as cZ, TABLE_STRUCTURE_TOGGLES as c_, RibbonInsertSectionComponent as ca, RibbonMotionPathGalleryComponent as cb, RibbonParagraphControlsComponent as cc, RibbonPrimaryRowComponent as cd, RibbonReviewSectionComponent as ce, RibbonShapeExtrasComponent as cf, RibbonSlideshowSectionComponent as cg, RibbonTransitionsSectionComponent as ch, RibbonViewSectionComponent as ci, RulerGuidesService as cj, SEQUENCE_OPTIONS as ck, SEVERITY_GROUPS as cl, SEVERITY_LABELS as cm, SHORTCUT_REFERENCE_ITEMS as cn, SLIDE_TRANSITION_KEYFRAMES as co, DEFAULT_PALETTE as cp, PALETTES$1 as cq, SMART_ART_COLOR_SCHEMES as cr, SMART_ART_STYLE_OPTIONS as cs, SUB_ITEM_LABEL as ct, SVG_WARP_PRESETS as cu, SWIPE_MAX_VERTICAL_PX as cv, SWIPE_THRESHOLD_PX as cw, SelectionPaneComponent as cx, SetUpSlideShowDialogComponent as cy, SettingsAppearanceTabComponent as cz, AVATAR_COLOR_SWATCHES as d, animationFor as d$, TEXT_3D_TOP_BEVEL_KEYS as d0, TEXT_DIRECTION_OPTIONS$1 as d1, THEME_CATALOG as d2, TIMING_CURVE_OPTIONS as d3, TRIGGER_OPTIONS as d4, TYPE_LABELS as d5, TableCellAdvancedFillComponent as d6, TableCellFormattingComponent as d7, TableDataEditorComponent as d8, TablePropertiesComponent as d9, ViewerExtraDialogsComponent as dA, ViewerFileIOService as dB, ViewerFindReplaceService as dC, ViewerFormatPainterService as dD, ViewerInspectorPanelService as dE, ViewerKeyboardService as dF, ViewerMobileSheetService as dG, ViewerPresentationModeService as dH, ViewerThemeGalleryService as dI, ViewerTouchGesturesService as dJ, ViewerZoomService as dK, WEBM_MIME_CANDIDATES as dL, WriteBackScheduler as dM, ZERO_LINE_COLOR as dN, ZoomNavigationService as dO, ZoomRendererComponent as dP, ZoomTargetService as dQ, addCategory as dR, addCommentToList as dS, addGradientStopPatch as dT, addItem as dU, addSeries as dV, addSubItem as dW, advanceStep as dX, affordanceElements as dY, aiToggleVisible as dZ, alignPatch as d_, TableRendererComponent as da, TableResizeOverlayComponent as db, TableSelectionService as dc, TagsCardComponent as dd, Text3DBevelSectionComponent as de, Text3DPanelComponent as df, TextAdvancedPanelComponent as dg, ThemeEditorFieldsComponent as dh, ThemeGalleryComponent as di, ThemeSelectorCardComponent as dj, TitleBarComponent as dk, TitleBarSearchComponent as dl, TransitionDirectionPickerComponent as dm, TransitionPreviewComponent as dn, VALIGN_OPTIONS as dp, VIEWER_THEME as dq, VersionHistoryPanelComponent as dr, ViewerCanvasEditingService as ds, ViewerCollabCursorService as dt, ViewerCollaborationSessionService as du, ViewerCompareService as dv, ViewerCustomShowsService as dw, ViewerDialogsService as dx, ViewerDocumentPropertiesService as dy, ViewerExportService as dz, AXIS_LABEL_COLOR as e, buildTrimFragment as e$, animationPresetLabelKey as e0, annotationMapToInkInserts as e1, applyAcceptedDiff as e2, applyAnimationPreset as e3, applyFindReplacements as e4, applyFormatToElement as e5, applyMove as e6, applyResize as e7, asMediaElement as e8, assignUserColor as e9, buildEquationElement as eA, buildEquationSegment as eB, buildFallbackViewModel as eC, buildFontFaceRule as eD, buildGradientFillCss as eE, buildGridlinesAndLabels as eF, buildHyperlinkPatch as eG, buildInkContainerStyle as eH, buildInkStrokes as eI, buildLegend as eJ, buildMarkTooltip as eK, buildModel3DContainerStyle as eL, buildModel3DViewModel as eM, buildOleActionModel as eN, buildOleInfoRows as eO, buildPatternFillCss as eP, buildPrintHtmlDocument as eQ, buildPropertiesPatch as eR, buildRegionMapViewModel as eS, buildSaveSlides as eT, buildShareUrl as eU, buildSmartArtInsertElement as eV, buildSmartArtNodes as eW, buildStockViewModel as eX, buildSurfaceViewModel as eY, buildTableViewModel as eZ, buildTreemapViewModel as e_, attachShowVisibilityPause as ea, attachTouchGestures as eb, axisTickValues as ec, beginNodeEdit as ed, bevelSizePatch as ee, boolFromEvent as ef, bringForward as eg, bringToFront as eh, buildBarActions as ei, buildBroadcastConfig as ej, buildBroadcastViewerUrl as ek, buildCategoryLabels as el, buildCellParagraphs as em, buildChartViewModel as en, buildChatLogExport as eo, buildChatLogMarkdown as ep, buildChromeStyle as eq, buildClearHyperlinkPatch as er, buildClickGroups as es, buildColStyles as et, buildCollaborationConfig as eu, buildComboViewModel as ev, buildCssGradientFromShapeStyle as ew, buildDuotoneFilter as ex, buildDuotoneFilterId as ey, buildEmbeddedFontStyles as ez, AccessibilityPanelComponent as f, computeScatterDots as f$, buildWaterfallViewModel as f0, buildZeroLine as f1, buildZoomContainerStyle as f2, buildZoomViewModel as f3, bulletIndentPx as f4, canAddTopLevelNode as f5, canGroupSelection as f6, canRemoveTopLevelNode as f7, canSetStrokeWidth as f8, canStartBroadcast as f9, columnWidthStyle as fA, commitNodeText as fB, computeAlign as fC, computeAxisTitlePrimitives as fD, computeBarRects as fE, computeBubbleRadius as fF, computeCornerHandle as fG, computeDataTablePrimitives as fH, computeDistribute as fI, computeDrawingViewBox as fJ, computeErrorBarPrimitives as fK, computeFocusTargets as fL, computeHandleBoxes as fM, computeHandoutLayout as fN, computeIsMobile as fO, computeIsTablet as fP, computeLinePoints as fQ, computeLinearRegression as fR, computePageCount as fS, computePieLayout as fT, computePieSlicePath as fU, computePieSlices as fV, computePlotLayout as fW, computeRSquared as fX, computeRadarPoints as fY, computeResizeHandleBoxes as fZ, computeRotateHandleBox as f_, canStartShare as fa, canUngroupSelection as fb, canUseClipboard as fc, captionDisplayText as fd, cellRunStyle as fe, cellStyleToStyleMap as ff, cellTdStyle as fg, changeCountLabel as fh, changeIcon as fi, characterSpacingPatch as fj, chartPreserveAspectRatio as fk, checkFontAvailable as fl, clampCursorPosition as fm, clampGifDimensions as fn, clampIndex as fo, clampNotesFontSize as fp, clampScale as fq, clampStep as fr, clearAllLocalViewerData as fs, clearAudienceContent as ft, cn as fu, collectAccessibilityIssues as fv, collectElementText as fw, collectSlideText as fx, collectStoredChats as fy, collectUsedFontFamilies as fz, AccessibilityService as g, formatBytes as g$, computeScatterXDomain as g0, computeSelectionBoxes as g1, computeSingleSelected as g2, computeSlideIndices as g3, computeSnap as g4, computeStackedBarRects as g5, computeStackedValueRange as g6, computeTrendlinePrimitives as g7, computeValueRange as g8, convertOmmlToMathMl as g9, duplicateElementById as gA, durationOf as gB, effectsStateOf as gC, enableGlowPatch as gD, enableInnerShadowPatch as gE, enableOuterShadowPatch as gF, enableReflectionPatch as gG, enableSoftEdgePatch as gH, encodeGif as gI, endShowMediaCleanup as gJ, estimatePageCount as gK, exitPresentationFullscreen as gL, exportAiChatLogs as gM, extractPathPoints as gN, eyedropperAvailable as gO, fillColorOf$1 as gP, findInSlides as gQ, findOwningSlideIndex as gR, findSlideIndexByElementId as gS, firstVisibleIndex as gT, fitPolynomial as gU, fitZoom as gV, focusTargetChips as gW, fontMimeForFormat as gX, fontSizeOf as gY, forgetSessionDeck as gZ, formatAxisValue as g_, copyFormatFromElement as ga, countAccessibilityIssues as gb, countAnnotationStrokes as gc, createAngularAiBridge as gd, createCustomShow as ge, createSwipeDismissDrag as gf, createWebrtcBundle as gg, createWebsocketBundle as gh, cssObjectToStyleMap as gi, currentColorScheme as gj, currentLayout as gk, currentStyle as gl, defaultCssVars as gm, defaultRadius as gn, defaultThemeColors as go, deleteElementsByIds as gp, deleteVersion as gq, demoteNode as gr, deriveModel3DBlobUrl as gs, derivePresenceList as gt, describeSmartArtBounds as gu, disableGlowPatch as gv, disableInnerShadowPatch as gw, disableOuterShadowPatch as gx, disableReflectionPatch as gy, disableSoftEdgePatch as gz, AccountPageComponent as h, isItalic as h$, formatCursorLabel as h0, formatElapsed as h1, formatFileSize as h2, formatPropertyDate as h3, formatTime as h4, fpsToFrameIntervalMs as h5, generateBroadcastRoomId as h6, generateCommentId as h7, generateCustomShowId as h8, generatePressureCircles as h9, getTouchDistance as hA, getWarpCategory as hB, getWarpPath as hC, gradientStateFromStyle as hD, gradientStateOf as hE, gradientStatePatch as hF, gridColumns as hG, groupIssuesBySeverity as hH, hasAnimation as hI, hasCopyableFormat as hJ, hasExistingLink as hK, hasExitedFullscreen as hL, hasGradientFill as hM, hasPressureVariation as hN, hasVisibleSlideAfter as hO, headerLabel as hP, imageDimensions as hQ, inkViewBox as hR, insertTableElementColumn as hS, insertTableElementRow as hT, interpolateWidth as hU, isAudienceTab as hV, isBold as hW, isBrowserOpenableMime as hX, isChildNode as hY, isElementInteractive as hZ, isInjectableUrl as h_, generateTicks as ha, getClrChangeParams as hb, getContainerStyle as hc, getDuotoneFilterDef as hd, getImageSrc as he, getLocalStorageUsageSummary as hf, getOleAriaLabel as hg, getOleBadgeLabel as hh, getOleDisplayName as hi, getOleDownloadFileName as hj, getOleTypeColor as hk, getOleTypeLabel as hl, getPasswordStrength as hm, getPatternSvg as hn, getPlaceholderStyle as ho, getVersions as hp, getResolvedShapeClipPath as hq, getResolvedShapeClipPathFor as hr, getSessionTabId as hs, getShapeFillStrokeStyle as ht, getSlideBackgroundStyle as hu, getSlideTransitionAnimations as hv, getSmartArtNodeBounds as hw, getSpeechRecognitionCtor as hx, getTextBlockStyle as hy, getTextWarp as hz, ActionSettingsPanelComponent as i, parseNodeTextarea as i$, isLegacyBinaryPresentation as i0, isPpactionUrl as i1, isPresenterMessage as i2, isSigned as i3, isSupportedPresentationFile as i4, isTextElement as i5, isTwoTableFocus as i6, isUnderline as i7, isUrlSafe as i8, isValidRoomId as i9, narrowToPolygon as iA, narrowToRect as iB, newChartElement as iC, newEquationElement as iD, newPresetShapeElement as iE, newShapeElement as iF, newSmartArtElement as iG, newTableElement as iH, newTextElement as iI, nextVisibleIndex as iJ, nodeBold as iK, nodeEditBox as iL, nodeFillColor as iM, nodeFontColor as iN, nodeIdFromKey as iO, nodeItalic as iP, nodeStyle as iQ, normalizeFontFormat as iR, normalizeSlidesPerPage as iS, normalizeValue as iT, numFromEvent as iU, ommlToMathml as iV, ooxmlDashToCssBorderStyle as iW, openNativeEyeDropper as iX, overallStatus as iY, paletteColor as iZ, parseAudienceNonce as i_, isViewportBackgroundPressTarget as ia, isZoomActivationKey as ib, issueTrackKey as ic, issueTypeLabel as id, keyToLabel as ie, lastVisibleIndex as ig, latexToMathml as ih, layoutConnectorPaints as ii, layoutNodeLabels as ij, linePointsToSvgString as ik, lineSpacingPatch as il, loadAudienceContent as im, loadSessionDeck as io, mediaFallbackFor as ip, mediaSurfaceFor as iq, mergeCaptionResults as ir, mergeDown as is, mergeRight as it, mergeSelection as iu, moveElementBy as iv, moveNodeDown as iw, moveNodeUp as ix, msToFrameDelayCs as iy, narrowToCircle as iz, AdvancedChartEditorComponent as j, routeOrthogonalConnector as j$, partitionSlides as j0, patchChartData as j1, patchChartStyle as j2, patchTableData as j3, patchTextStyle as j4, patternPresetOptions as j5, pendingElementStyles as j6, pickColorByClickFallback as j7, pickFile as j8, pickSupportedMimeType as j9, removeNode as jA, removeTableElementRow as jB, removeSeries as jC, renderToCanvas as jD, reorderAnimationDown as jE, reorderAnimationUp as jF, replaceInSlides as jG, replaceMatch as jH, requestPresentationFullscreen as jI, resizeElement as jJ, resolveCaptionTracks as jK, resolveChartKind as jL, resolveFontVariant as jM, resolveHyperlinkHref as jN, resolveInteractiveElementId as jO, resolveMediaSrc as jP, resolveOleType as jQ, resolveParagraphBullet as jR, resolvePresenterNotes as jS, resolveProfileInitial as jT, resolveRegionCode as jU, resolveSlideAutoAdvanceMs as jV, resolvePalette as jW, resolveThemeCatalogEntry as jX, resolveTransitionDuration as jY, restoreSessionDeck as jZ, revealedElementStyles as j_, planGifFrames as ja, planVideoSegments as jb, pointsToSvgPathD as jc, presenceToCursors as jd, presentationBaseName as je, presentationStageStyle as jf, presenterTimerProgress as jg, presetByLayout as jh, presetsForCategory as ji, pressuresToWidths as jj, prevVisibleIndex as jk, projectDrawingShapes as jl, promoteNode as jm, provideViewerTheme as jn, radarAngle as jo, radarRingPoints as jp, readAsDataUrl as jq, recordWebm as jr, registerCrossSlideAudio as js, rememberSessionDeck as jt, removeAnimation as ju, removeCategory as jv, removeTableElementColumn as jw, removeCommentFromList as jx, removeElementAnimation as jy, removeGradientStopPatch as jz, AiChangeOverlayComponent as k, shouldBlockClickAdvance as k$, rowStyle as k0, rulerDragToGuidePosition as k1, rulerHighlight as k2, rulerStripTicks as k3, sampleColorFromSlide as k4, sanitizeColor as k5, sanitizeSlideIndex as k6, sanitizeUserName as k7, saveViewerProfile as k8, savedPresentationFileName as k9, setDataPointMarker as kA, setDelay as kB, setDirection as kC, setDuration as kD, setElementPosition as kE, setGridlineStyle as kF, setLayout as kG, setLegend as kH, setNodeStyle as kI, setNodeText as kJ, setRepeatCount as kK, setRepeatMode as kL, setSequence as kM, setSeriesChartType as kN, setSeriesColor as kO, setSeriesErrorBars as kP, setSeriesMarker as kQ, setSeriesName as kR, setSeriesTrendline as kS, setSeriesValue as kT, setStyle as kU, setTimingCurve as kV, setTitle as kW, setTrigger as kX, setTriggerShapeId as kY, shapeStylePatch$1 as kZ, sheetAfterNavigate as k_, scanAvailableFonts as ka, searchSlides as kb, seedBroadcastFields as kc, seedHyperlinkDraft as kd, seedPropertiesDraft as ke, seedShareFields as kf, segmentFrameCount as kg, selectValue$2 as kh, sendBackward as ki, sendToBack as kj, sequentialColorScale as kk, serializeWriteBack as kl, seriesColor as km, setAnimationEmphasis as kn, setAnimationEntrance as ko, setAnimationExit as kp, setAxis as kq, setAxisLogScale as kr, setAxisTitleStyle as ks, setCategoryLabel as kt, setCellText as ku, setColorScheme as kv, setDataLabels as kw, setDataPointExplosion as kx, setDataPointFill as ky, setDataPointLabel as kz, AiChatPanelComponent as l, shouldUseSvgWarp as l0, showDirectionPicker as l1, showsTemplateAffordance as l2, signatureCountLabel as l3, signatureKey as l4, signatureTimestamp as l5, signerName as l6, statusLabel as l7, slideNumberOf as l8, slidesWithReappliedLayout as l9, toggleNodeItalic as lA, toggleSheet as lB, topLevelNodeCount as lC, transformSelectedTextCase as lD, translationsEn as lE, updateElementById as lF, updateGlowPatch as lG, updateGradientStopPatch as lH, updateInnerShadowPatch as lI, updateOuterShadowPatch as lJ, updateReflectionPatch as lK, vAlignPatch as lL, validatePassword as lM, validatePrintSettings as lN, validateRoomId as lO, valueToY as lP, vermilionDarkColors as lQ, vermilionDarkTheme as lR, vermilionLightColors as lS, vermilionLightTheme as lT, vermilionRadius as lU, waypointsToPathD as lV, worstStatus as lW, zoomTargetSlideIndex as lX, smartArtNodes as la, paletteColour as lb, snapToGridStep as lc, splitCursorCell as ld, splitMergedCell as le, statusKind as lf, statusLabel$1 as lg, storeAudienceContent as lh, stringFromEvent$5 as li, strokeColorOf as lj, strokeToInkElement as lk, strokeWidthOf as ll, styleShadowFilter as lm, textAdvancedPatch as ln, textAdvancedStateFromStyle as lo, textAdvancedStateOf as lp, textColorOf as lq, textDirectionPatch as lr, textStyleOf as ls, textStylePatch as lt, themeStyle as lu, themeToCssVars as lv, thumbnailHeight as lw, thumbnailZoom as lx, toggleCommentResolvedInList as ly, toggleNodeBold as lz, AiChatService as m, AiComposerComponent as n, AiFocusBarComponent as o, AiFocusHighlightOverlayComponent as p, AiHistoryMenuComponent as q, AiHistoryService as r, AiMessageListComponent as s, toChatSummary as t, AiPanelStore as u, AiProposalCardComponent as v, AiSettingsSectionComponent as w, AiToolCallCardComponent as x, AnimationAuthorPanelComponent as y, AnimationPanelComponent as z };
138681
- //# sourceMappingURL=pptx-angular-viewer-pptx-angular-viewer-CDUpBynK.mjs.map
138681
+ //# sourceMappingURL=pptx-angular-viewer-pptx-angular-viewer-CrwHoTrs.mjs.map