pptx-vue-viewer 1.22.0 → 1.22.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
@@ -4,6 +4,8 @@ All notable changes to this project are documented here.
4
4
  This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
5
5
  by [git-cliff](https://git-cliff.org); do not edit it by hand.
6
6
 
7
+ ## [1.22.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.22.0) - 2026-07-18
8
+
7
9
  ## [1.21.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.21.0) - 2026-07-17
8
10
 
9
11
  ### Features
package/dist/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const e = require("./useViewerSettingsDialog-CvBIvcW0.cjs"), o = require("./viewer-CNhkzhvY.cjs");
2
+ const e = require("./useViewerSettingsDialog-CvBIvcW0.cjs"), o = require("./viewer-BevWmHKj.cjs");
3
3
  exports.AUDIENCE_HASH = o.AUDIENCE_HASH, exports.CollaborationCursors = o.CollaborationCursors_default, exports.CollaborationStatusIndicator = o.CollaborationStatusIndicator_default, exports.ElementRenderer = o.ElementRenderer_default, exports.FollowModeBar = o.FollowModeBar_default, exports.PowerPointViewer = o.PowerPointViewer_default, exports.RemoteSelectionOverlay = o.RemoteSelectionOverlay_default, exports.SlideCanvas = o.SlideCanvas_default, exports.SlideStage = o.SlideStage_default, exports.clearAudienceContent = o.clearAudienceContent, exports.cn = o.cn, exports.defaultCssVars = e.defaultCssVars, exports.defaultRadius = e.defaultRadius, exports.defaultThemeColors = e.defaultThemeColors, exports.exportAllSlidesToSvg = e.exportAllSlidesToSvg, exports.exportAllSlidesToSvgBlobs = e.exportAllSlidesToSvgBlobs, exports.exportSlideToSvg = e.exportSlideToSvg, exports.exportSlideToSvgBlob = e.exportSlideToSvgBlob, exports.isAudienceTab = o.isAudienceTab, exports.loadAudienceContent = o.loadAudienceContent, exports.parsePresentationSessionId = e.parsePresentationSessionId, exports.provideViewerTheme = o.provideViewerTheme, exports.storeAudienceContent = o.storeAudienceContent, exports.themeToCssVars = e.themeToCssVars, exports.useCollaboration = e.useCollaboration, exports.useCollaborationWiring = e.useCollaborationWiring, exports.useThemeStyle = o.useThemeStyle, exports.useViewerTheme = o.useViewerTheme, exports.vermilionDarkColors = e.vermilionDarkColors, exports.vermilionDarkTheme = e.vermilionDarkTheme, exports.vermilionLightColors = e.vermilionLightColors, exports.vermilionLightTheme = e.vermilionLightTheme, exports.vermilionRadius = e.vermilionRadius;
package/dist/index.cjs.br CHANGED
Binary file
package/dist/index.cjs.gz CHANGED
Binary file
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { C as a, Di as s, Ei as o, Go as e, Ko as r, Ro as i, S as t, Uo as l, Wo as n, at as S, b as d, it as m, ki as w, qo as C, ro as p, x as u } from "./useViewerSettingsDialog-CkY4fSDh.js";
2
- import { A as b, M as c, O as f, a as g, c as j, d as v, f as R, i as k, j as x, k as D, n as E, o as M, p as O, r as P, s as V, t as q, u as y } from "./viewer-CBbNiJ9q.js";
2
+ import { A as b, M as c, O as f, a as g, c as j, d as v, f as R, i as k, j as x, k as D, n as E, o as M, p as O, r as P, s as V, t as q, u as y } from "./viewer-CHxMlR5-.js";
3
3
  export { k as AUDIENCE_HASH, D as CollaborationCursors, f as CollaborationStatusIndicator, O as ElementRenderer, v as FollowModeBar, q as PowerPointViewer, P as RemoteSelectionOverlay, E as SlideCanvas, R as SlideStage, g as clearAudienceContent, y as cn, o as defaultCssVars, s as defaultRadius, w as defaultThemeColors, d as exportAllSlidesToSvg, u as exportAllSlidesToSvgBlobs, t as exportSlideToSvg, a as exportSlideToSvgBlob, M as isAudienceTab, V as loadAudienceContent, p as parsePresentationSessionId, b as provideViewerTheme, j as storeAudienceContent, i as themeToCssVars, S as useCollaboration, m as useCollaborationWiring, x as useThemeStyle, c as useViewerTheme, l as vermilionDarkColors, n as vermilionDarkTheme, e as vermilionLightColors, r as vermilionLightTheme, C as vermilionRadius };
package/dist/index.js.br CHANGED
Binary file
package/dist/index.js.gz CHANGED
Binary file
@@ -12,6 +12,15 @@ import { CanvasSize } from '../types';
12
12
  * slide content (lower z), supplied separately via `templateElements`. They are
13
13
  * interactive (and gain the editable affordance) only while `editTemplateMode`
14
14
  * is on; otherwise they render but are locked.
15
+ *
16
+ * Accessibility contract: exactly ONE `aria-roledescription="slide"` region
17
+ * exists per surface. On the editable canvas that region is the `SlideCanvas`
18
+ * wrapper (which also paints the resolved background), mirroring React's
19
+ * `SlideCanvas.tsx`, so the interactive stage itself stays unlabelled. Only the
20
+ * standalone live presentation stage (`presenting`, no wrapper) self-labels.
21
+ * Static stages (thumbnails, sorter, previews, export) are `aria-hidden` and
22
+ * additionally have their `data-element-id` markers stripped post-render (see
23
+ * `stripElementIdMarkers`) so element queries always hit the real canvas copy.
15
24
  */
16
25
  type __VLS_Props = {
17
26
  slide: PptxSlide | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"SlideStage.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SlideStage.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAM/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sFAAsF;IACtF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AA2HH,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;WAxJN,MAAM;6EA2Jd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SlideStage.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SlideStage.vue"],"names":[],"mappings":"AAsJA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAO/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sFAAsF;IACtF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAuIH,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;WApKN,MAAM;6EAuKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * stage-element-markers: DOM post-pass that removes the `data-element-id`
3
+ * query/interaction markers from a static stage subtree.
4
+ *
5
+ * Only the primary editable canvas and the live presentation stage may expose
6
+ * `data-element-id` hooks. Thumbnails, the slide sorter, version previews,
7
+ * master views, transition snapshots, and the off-screen export stage render
8
+ * the exact same element tree, but must not leak the markers: both the e2e
9
+ * contract (`page.locator('[data-element-id]').first()` is the real canvas
10
+ * element) and internal `document.querySelectorAll('[data-element-id]')`
11
+ * consumers (animation preview, delegation fallbacks) rely on the first match
12
+ * being the interactive copy. React reaches the same DOM contract by rendering
13
+ * its static surfaces through a marker-free `StaticElementRenderer`; this
14
+ * post-pass (run from `SlideStage`'s existing post-render effect, the same
15
+ * boundary that applies element accessibility) gives Vue identical semantics
16
+ * without threading a prop through every element renderer.
17
+ *
18
+ * Safe against re-renders: Vue's patcher only rewrites a DOM attribute when
19
+ * the bound vnode prop value changes, and an element's `id` is stable, so a
20
+ * stripped attribute is not re-added by unrelated updates. Structural changes
21
+ * (elements added/removed/replaced) change the reactive element list, which
22
+ * re-triggers the owning effect and re-strips.
23
+ */
24
+ export declare function stripElementIdMarkers(stage: ParentNode): number;
25
+ //# sourceMappingURL=stage-element-markers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-element-markers.d.ts","sourceRoot":"","sources":["../../../src/viewer/composables/stage-element-markers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,CAM/D"}
@@ -1,3 +1,3 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const e = require("../useViewerSettingsDialog-CvBIvcW0.cjs"), t = require("../viewer-CNhkzhvY.cjs");
2
+ const e = require("../useViewerSettingsDialog-CvBIvcW0.cjs"), t = require("../viewer-BevWmHKj.cjs");
3
3
  exports.AUDIENCE_HASH = t.AUDIENCE_HASH, exports.ChartRenderer = t.ChartRenderer_default, exports.CollaborationCursors = t.CollaborationCursors_default, exports.CollaborationStatusIndicator = t.CollaborationStatusIndicator_default, exports.ConnectorRenderer = t.ConnectorRenderer_default, exports.DEFAULT_CANVAS_HEIGHT = e.DEFAULT_CANVAS_HEIGHT, exports.DEFAULT_CANVAS_WIDTH = e.DEFAULT_CANVAS_WIDTH, exports.DEFAULT_FILL_COLOR = e.DEFAULT_FILL_COLOR, exports.DEFAULT_STROKE_COLOR = e.DEFAULT_STROKE_COLOR, exports.DEFAULT_TEXT_COLOR = e.DEFAULT_TEXT_COLOR, exports.ElementRenderer = t.ElementRenderer_default, exports.EquationRenderer = t.EquationRenderer_default, exports.FollowModeBar = t.FollowModeBar_default, exports.InkRenderer = t.InkRenderer_default, exports.Model3DRenderer = t.Model3DRenderer_default, exports.OleRenderer = t.OleRenderer_default, exports.PowerPointViewer = t.PowerPointViewer_default, exports.RemoteSelectionOverlay = t.RemoteSelectionOverlay_default, exports.SlideCanvas = t.SlideCanvas_default, exports.SlideStage = t.SlideStage_default, exports.SmartArtRenderer = t.SmartArtRenderer_default, exports.TableRenderer = t.TableRenderer_default, exports.WordArtText = t.WordArtText_default, exports.ZoomRenderer = t.ZoomRenderer_default, exports.buildInitialGuides = e.buildInitialGuides, exports.clearAudienceContent = t.clearAudienceContent, exports.collectImagePaths = e.collectImagePaths, exports.collectMediaElements = e.collectMediaElements, exports.exportAllSlidesToSvg = e.exportAllSlidesToSvg, exports.exportAllSlidesToSvgBlobs = e.exportAllSlidesToSvgBlobs, exports.exportSlideToSvg = e.exportSlideToSvg, exports.exportSlideToSvgBlob = e.exportSlideToSvgBlob, exports.getContainerStyle = t.getContainerStyle, exports.getImageSrc = t.getImageSrc, exports.getResolvedShapeClipPath = e.getResolvedShapeClipPath, exports.getResolvedShapeClipPathFor = e.getResolvedShapeClipPathFor, exports.getShapeFillStrokeStyle = t.getShapeFillStrokeStyle, exports.getTextBlockStyle = t.getTextBlockStyle, exports.isAudienceTab = t.isAudienceTab, exports.loadAudienceContent = t.loadAudienceContent, exports.storeAudienceContent = t.storeAudienceContent, exports.useCollaboration = e.useCollaboration, exports.useCollaborationWiring = e.useCollaborationWiring, exports.useEditorHistory = e.useEditorHistory, exports.useEditorOperations = e.useEditorOperations, exports.useLoadContent = e.useLoadContent, exports.useToolbarVisibility = t.useToolbarVisibility;
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  import { C as a, J as s, S as e, Sa as r, X as o, at as n, b as t, dn as i, ei as d, fn as l, it as R, jr as m, k as S, mn as C, pn as w, ti as b, un as p, x as u, xa as x } from "../useViewerSettingsDialog-CkY4fSDh.js";
2
- import { C as c, D as f, E as g, O as v, S as j, T as k, _ as D, a as E, b as O, c as T, d as h, f as y, g as A, h as I, i as M, k as P, l as V, m as q, n as B, o as F, p as J, r as W, s as X, t as Z, v as _, w as z, x as G, y as H } from "../viewer-CBbNiJ9q.js";
2
+ import { C as c, D as f, E as g, O as v, S as j, T as k, _ as D, a as E, b as O, c as T, d as h, f as y, g as A, h as I, i as M, k as P, l as V, m as q, n as B, o as F, p as J, r as W, s as X, t as Z, v as _, w as z, x as G, y as H } from "../viewer-CHxMlR5-.js";
3
3
  export { M as AUDIENCE_HASH, c as ChartRenderer, P as CollaborationCursors, v as CollaborationStatusIndicator, j as ConnectorRenderer, p as DEFAULT_CANVAS_HEIGHT, i as DEFAULT_CANVAS_WIDTH, l as DEFAULT_FILL_COLOR, w as DEFAULT_STROKE_COLOR, C as DEFAULT_TEXT_COLOR, J as ElementRenderer, G as EquationRenderer, h as FollowModeBar, O as InkRenderer, H as Model3DRenderer, _ as OleRenderer, Z as PowerPointViewer, W as RemoteSelectionOverlay, B as SlideCanvas, y as SlideStage, D as SmartArtRenderer, A as TableRenderer, I as WordArtText, q as ZoomRenderer, m as buildInitialGuides, E as clearAudienceContent, d as collectImagePaths, b as collectMediaElements, t as exportAllSlidesToSvg, u as exportAllSlidesToSvgBlobs, e as exportSlideToSvg, a as exportSlideToSvgBlob, z as getContainerStyle, k as getImageSrc, x as getResolvedShapeClipPath, r as getResolvedShapeClipPathFor, g as getShapeFillStrokeStyle, f as getTextBlockStyle, F as isAudienceTab, X as loadAudienceContent, T as storeAudienceContent, n as useCollaboration, R as useCollaborationWiring, o as useEditorHistory, s as useEditorOperations, S as useLoadContent, V as useToolbarVisibility };
Binary file
Binary file
@@ -4795,7 +4795,12 @@ var $a, Ka = [
4795
4795
  setup(e) {
4796
4796
  const t = e, { t: o } = n.useI18n(), a = (0, l.ref)(null), r = (0, l.computed)(() => t.templateElements ?? []), i = (0, l.computed)(() => r.value.length), s = (0, l.computed)(() => [...r.value, ...t.slide?.elements ?? []]);
4797
4797
  (0, l.watchPostEffect)(() => {
4798
- a.value && (t.interactive || t.presenting) && n.applyRenderedElementAccessibility(a.value, s.value);
4798
+ const e = a.value, o = s.value;
4799
+ e && (t.interactive || t.presenting ? n.applyRenderedElementAccessibility(e, o) : function(e) {
4800
+ const t = e.querySelectorAll("[data-element-id]");
4801
+ for (const e of t) e.removeAttribute("data-element-id");
4802
+ t.length;
4803
+ }(e));
4799
4804
  });
4800
4805
  const c = (0, l.computed)(() => (t.interactive ?? !1) && (t.editTemplateMode ?? !1)), p = (0, l.computed)(() => ({
4801
4806
  width: `${t.canvasSize.width}px`,
@@ -4811,9 +4816,9 @@ var $a, Ka = [
4811
4816
  ref: a,
4812
4817
  class: "pptx-vue-stage",
4813
4818
  style: (0, l.normalizeStyle)(p.value),
4814
- role: e.interactive || e.presenting ? "region" : void 0,
4815
- "aria-roledescription": e.interactive || e.presenting ? "slide" : void 0,
4816
- "aria-label": e.interactive || e.presenting ? (0, l.unref)(o)("pptx.canvas.slide") : void 0,
4819
+ role: e.presenting ? "region" : void 0,
4820
+ "aria-roledescription": e.presenting ? "slide" : void 0,
4821
+ "aria-label": e.presenting ? (0, l.unref)(o)("pptx.canvas.slide") : void 0,
4817
4822
  "aria-hidden": e.interactive || e.presenting ? void 0 : "true"
4818
4823
  }, [
4819
4824
  ((0, l.openBlock)(!0), (0, l.createElementBlock)(l.Fragment, null, (0, l.renderList)(r.value, (t, n) => ((0, l.openBlock)(), (0, l.createBlock)(lr, {
@@ -13563,7 +13568,7 @@ var IB = ["aria-label"], _B = ["disabled", "aria-label"], AB = ["disabled", "ari
13563
13568
  (0, l.createElementVNode)("span", xV, (0, l.toDisplayString)(t.drawingWidth), 1)
13564
13569
  ], 8, mV)])], 64));
13565
13570
  }
13566
- }), gV = "1.21.0", yV = Symbol("pptx-account-auth");
13571
+ }), gV = "1.22.0", yV = Symbol("pptx-account-auth");
13567
13572
  var bV = { class: "pptx-vue-account mt-8 flex max-w-[760px] flex-col gap-6" }, hV = { class: "pptx-vue-account-section border border-border bg-card p-6 text-card-foreground" }, kV = { class: "text-base font-semibold" }, EV = { class: "mt-4 flex items-center gap-4" }, SV = { class: "min-w-0 flex-1" }, CV = { class: "block text-xs font-medium text-muted-foreground" }, wV = ["value", "placeholder"], BV = { class: "mt-4" }, NV = { class: "block text-xs font-medium text-muted-foreground" }, VV = { class: "mt-2 flex gap-2" }, DV = [
13568
13573
  "aria-pressed",
13569
13574
  "aria-label",
Binary file
Binary file
@@ -4796,7 +4796,12 @@ var Wx, Gx = [
4796
4796
  setup(e) {
4797
4797
  const t = e, { t: a } = mn(), n = Yl(null), o = Tl(() => t.templateElements ?? []), l = Tl(() => o.value.length), r = Tl(() => [...o.value, ...t.slide?.elements ?? []]);
4798
4798
  cr(() => {
4799
- n.value && (t.interactive || t.presenting) && ol(n.value, r.value);
4799
+ const e = n.value, a = r.value;
4800
+ e && (t.interactive || t.presenting ? ol(e, a) : function(e) {
4801
+ const t = e.querySelectorAll("[data-element-id]");
4802
+ for (const e of t) e.removeAttribute("data-element-id");
4803
+ t.length;
4804
+ }(e));
4800
4805
  });
4801
4806
  const i = Tl(() => (t.interactive ?? !1) && (t.editTemplateMode ?? !1)), s = Tl(() => ({
4802
4807
  width: `${t.canvasSize.width}px`,
@@ -4812,9 +4817,9 @@ var Wx, Gx = [
4812
4817
  ref: n,
4813
4818
  class: "pptx-vue-stage",
4814
4819
  style: $l(s.value),
4815
- role: e.interactive || e.presenting ? "region" : void 0,
4816
- "aria-roledescription": e.interactive || e.presenting ? "slide" : void 0,
4817
- "aria-label": e.interactive || e.presenting ? nr(a)("pptx.canvas.slide") : void 0,
4820
+ role: e.presenting ? "region" : void 0,
4821
+ "aria-roledescription": e.presenting ? "slide" : void 0,
4822
+ "aria-label": e.presenting ? nr(a)("pptx.canvas.slide") : void 0,
4818
4823
  "aria-hidden": e.interactive || e.presenting ? void 0 : "true"
4819
4824
  }, [
4820
4825
  (Wl(!0), El(Sl, null, Xl(o.value, (t, a) => (Wl(), Fl(sv, {
@@ -13564,7 +13569,7 @@ var UD = ["aria-label"], $D = ["disabled", "aria-label"], KD = ["disabled", "ari
13564
13569
  Il("span", fO, tr(t.drawingWidth), 1)
13565
13570
  ], 8, yO)])], 64));
13566
13571
  }
13567
- }), wO = "1.21.0", SO = Symbol("pptx-account-auth");
13572
+ }), wO = "1.22.0", SO = Symbol("pptx-account-auth");
13568
13573
  var CO = { class: "pptx-vue-account mt-8 flex max-w-[760px] flex-col gap-6" }, TO = { class: "pptx-vue-account-section border border-border bg-card p-6 text-card-foreground" }, FO = { class: "text-base font-semibold" }, PO = { class: "mt-4 flex items-center gap-4" }, EO = { class: "min-w-0 flex-1" }, IO = { class: "block text-xs font-medium text-muted-foreground" }, _O = ["value", "placeholder"], AO = { class: "mt-4" }, MO = { class: "block text-xs font-medium text-muted-foreground" }, zO = { class: "mt-2 flex gap-2" }, BO = [
13569
13574
  "aria-pressed",
13570
13575
  "aria-label",
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-vue-viewer",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "Vue 3 PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
5
5
  "keywords": [
6
6
  "editor",
Binary file
Binary file
Binary file
Binary file