pptx-vue-viewer 1.7.2 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/gif-encoder-CWrzj_HV.cjs +2 -0
  3. package/dist/gif-encoder-CWrzj_HV.cjs.br +3 -0
  4. package/dist/gif-encoder-CWrzj_HV.cjs.gz +0 -0
  5. package/dist/gif-encoder-Ill8ft7u.js +2 -0
  6. package/dist/gif-encoder-Ill8ft7u.js.br +0 -0
  7. package/dist/gif-encoder-Ill8ft7u.js.gz +0 -0
  8. package/dist/i18n.cjs +3 -0
  9. package/dist/i18n.cjs.br +0 -0
  10. package/dist/i18n.cjs.gz +0 -0
  11. package/dist/i18n.js +3 -0
  12. package/dist/i18n.js.br +0 -0
  13. package/dist/i18n.js.gz +0 -0
  14. package/dist/index.cjs +1 -1
  15. package/dist/index.cjs.br +0 -0
  16. package/dist/index.cjs.gz +0 -0
  17. package/dist/index.js +1 -1
  18. package/dist/index.js.br +0 -0
  19. package/dist/index.js.gz +0 -0
  20. package/dist/viewer/PowerPointViewer.vue.d.ts.map +1 -1
  21. package/dist/viewer/components/ribbon/TitleBar.vue.d.ts +2 -0
  22. package/dist/viewer/components/ribbon/TitleBar.vue.d.ts.map +1 -1
  23. package/dist/viewer/composables/useAutosave.d.ts +6 -5
  24. package/dist/viewer/composables/useAutosave.d.ts.map +1 -1
  25. package/dist/viewer/index.cjs +1 -1
  26. package/dist/viewer/index.cjs.br +0 -0
  27. package/dist/viewer/index.cjs.gz +0 -0
  28. package/dist/viewer/index.js +1 -1
  29. package/dist/viewer/index.js.br +0 -0
  30. package/dist/viewer/index.js.gz +0 -0
  31. package/dist/{viewer-8eERo7rG.js → viewer-B2PHuNyk.js} +277 -271
  32. package/dist/viewer-B2PHuNyk.js.br +0 -0
  33. package/dist/{viewer-8eERo7rG.js.gz → viewer-B2PHuNyk.js.gz} +0 -0
  34. package/dist/{viewer-CdfNG57w.cjs → viewer-vDStbr8Y.cjs} +277 -271
  35. package/dist/viewer-vDStbr8Y.cjs.br +0 -0
  36. package/dist/{viewer-CdfNG57w.cjs.gz → viewer-vDStbr8Y.cjs.gz} +0 -0
  37. package/package.json +1 -1
  38. package/dist/gif-encoder-BnmQNzfF.js +0 -2
  39. package/dist/gif-encoder-BnmQNzfF.js.br +0 -0
  40. package/dist/gif-encoder-BnmQNzfF.js.gz +0 -0
  41. package/dist/gif-encoder-C-YzmrDp.cjs +0 -2
  42. package/dist/gif-encoder-C-YzmrDp.cjs.br +0 -0
  43. package/dist/gif-encoder-C-YzmrDp.cjs.gz +0 -0
  44. package/dist/viewer-8eERo7rG.js.br +0 -0
  45. package/dist/viewer-CdfNG57w.cjs.br +0 -0
@@ -32288,6 +32288,7 @@ var VV = { class: "flex items-start gap-3" }, qV = { class: "flex h-10 w-10 item
32288
32288
  isDirty: { type: Boolean },
32289
32289
  autosaveStatus: {},
32290
32290
  autosaveEnabled: { type: Boolean },
32291
+ autosaveDisabledReason: {},
32291
32292
  onToggleAutosave: { type: Function },
32292
32293
  canUndo: { type: Boolean },
32293
32294
  canRedo: { type: Boolean },
@@ -32301,12 +32302,13 @@ var VV = { class: "flex items-start gap-3" }, qV = { class: "flex h-10 w-10 item
32301
32302
  },
32302
32303
  setup(e) {
32303
32304
  const t = e, { t: n } = Bh(), o = Ie(() => ("edit" === t.mode || "master" === t.mode) && t.canEdit), a = Ie(() => function(e) {
32304
- const { autosaveState: t, isDirty: n, autosaveEnabled: o } = e;
32305
- return o && "saving" === t ? "pptx.autosave.saving" : o && "error" === t ? "pptx.autosave.error" : n ? "pptx.statusBar.unsavedChanges" : "pptx.titleBar.savedToThisPc";
32305
+ const { autosaveState: t, isDirty: n, autosaveEnabled: o, disabledReason: a } = e;
32306
+ return "disabled" === t ? "no_file_path" === a ? "pptx.autosave.disabledNoFilePath" : "autosave_toggle_off" === a ? "pptx.autosave.disabledToggleOff" : "pptx.autosave.disabled" : o && "saving" === t ? "pptx.autosave.saving" : o && "error" === t ? "pptx.autosave.error" : n ? "pptx.statusBar.unsavedChanges" : "pptx.titleBar.savedToThisPc";
32306
32307
  }({
32307
32308
  autosaveState: t.autosaveStatus ?? "idle",
32308
32309
  isDirty: t.isDirty,
32309
- autosaveEnabled: t.autosaveEnabled
32310
+ autosaveEnabled: t.autosaveEnabled,
32311
+ disabledReason: t.autosaveDisabledReason
32310
32312
  }));
32311
32313
  return (e, r) => (Qe(), Ae("div", {
32312
32314
  class: Ge(dt(td).container),
@@ -36087,7 +36089,7 @@ function h8(e) {
36087
36089
  canvasSize: a,
36088
36090
  rasterizeSlide: c
36089
36091
  }), d = function(e) {
36090
- const { slideCount: t, rasterizeSlide: n } = e, o = e.loadGifEncoder ?? (async () => (await import("./gif-encoder-BnmQNzfF.js")).encodeGif), a = e.createRecorder ?? f8, r = e.createCanvas ?? (() => document.createElement("canvas")), l = e.downloadBlob ?? od, i = nt(!1), s = nt(0);
36092
+ const { slideCount: t, rasterizeSlide: n } = e, o = e.loadGifEncoder ?? (async () => (await import("./gif-encoder-Ill8ft7u.js")).encodeGif), a = e.createRecorder ?? f8, r = e.createCanvas ?? (() => document.createElement("canvas")), l = e.downloadBlob ?? od, i = nt(!1), s = nt(0);
36091
36093
  return {
36092
36094
  exporting: i,
36093
36095
  progress: s,
@@ -37923,28 +37925,30 @@ var U8 = ["tabindex"], W8 = {
37923
37925
  const t = G.value?.elements.find((t) => t.id === e);
37924
37926
  t && (Xt.value = t, Yt.value = !0);
37925
37927
  }
37926
- }), On = nt(!0), zn = Ie(() => a.canEdit && (a.autosave ?? !1) && On.value);
37927
- function Rn() {
37928
+ }), On = nt(!0), zn = Ie(() => a.canEdit && (a.autosave ?? !1) && On.value), Rn = Ie(() => {
37929
+ if (!zn.value) return On.value ? a.autosave ? a.canEdit ? void 0 : "autosave_toggle_off" : "no_file_path" : "autosave_toggle_off";
37930
+ });
37931
+ function Nn() {
37928
37932
  On.value = !On.value;
37929
37933
  }
37930
- const Nn = z5({
37934
+ const Un = z5({
37931
37935
  slides: m,
37932
37936
  enabled: zn,
37933
37937
  intervalMs: a.autosaveIntervalMs ?? 2e3,
37934
37938
  onSave: async () => {
37935
- s("autosave", await N()), sa.capture("Autosave", Date.now());
37939
+ s("autosave", await N()), ua.capture("Autosave", Date.now());
37936
37940
  }
37937
37941
  });
37938
37942
  bt(b, (e, t) => {
37939
- t && !e && (Nn.isDirty.value = !1);
37943
+ t && !e && (Un.isDirty.value = !1);
37940
37944
  });
37941
- const Un = Ie(() => a.authorName ?? "You"), { showComments: Wn, activeComments: jn, commentsApi: Hn, onCommentMarkerClick: Kn, commitComments: Gn } = K5({
37945
+ const Wn = Ie(() => a.authorName ?? "You"), { showComments: jn, activeComments: Hn, commentsApi: Kn, onCommentMarkerClick: Gn, commitComments: Yn } = K5({
37942
37946
  activeSlide: G,
37943
37947
  activeSlideIndex: H,
37944
37948
  slides: m,
37945
- authorName: Un,
37949
+ authorName: Wn,
37946
37950
  pushHistory: ce.pushHistory
37947
- }), { collab: Yn, collabActive: Xn, shareOpen: Vn, onShareStart: qn, onShareStop: Zn, onCollabPointerMove: Jn, broadcastOpen: Qn, broadcastViewerUrl: eo, onBroadcastStart: to, onBroadcastStop: no } = j5({
37951
+ }), { collab: Xn, collabActive: Vn, shareOpen: qn, onShareStart: Zn, onShareStop: Jn, onCollabPointerMove: Qn, broadcastOpen: eo, broadcastViewerUrl: to, onBroadcastStart: no, onBroadcastStop: oo } = j5({
37948
37952
  slides: m,
37949
37953
  getTemplateElements: () => f.value,
37950
37954
  getSourceBytes: () => {
@@ -37962,7 +37966,7 @@ var U8 = ["tabindex"], W8 = {
37962
37966
  authorName: () => a.authorName,
37963
37967
  onStartCollaboration: (e) => s("start-collaboration", e),
37964
37968
  onStopCollaboration: () => s("stop-collaboration")
37965
- }), { showSignatures: oo, signaturesApi: ao, hasDigitalSignatures: ro, showSignatureStripped: lo, onAckSignatureStripped: io } = function(e) {
37969
+ }), { showSignatures: ao, signaturesApi: ro, hasDigitalSignatures: lo, showSignatureStripped: io, onAckSignatureStripped: so } = function(e) {
37966
37970
  const { signatures: t, isDirty: n } = e, o = nt(!1), a = q1(t), r = Ie(() => t.value.length > 0), l = nt(!1), i = nt(!1);
37967
37971
  return bt(() => n.value, (e) => {
37968
37972
  e && r.value && !i.value && (l.value = !0);
@@ -37977,8 +37981,8 @@ var U8 = ["tabindex"], W8 = {
37977
37981
  };
37978
37982
  }({
37979
37983
  signatures: T,
37980
- isDirty: Nn.isDirty
37981
- }), { showSetUpSlideShow: so, showSubtitles: uo, onSaveSlideShowSettings: co, onPresentationPropertiesUpdate: po, onToggleSubtitles: mo } = function(e) {
37984
+ isDirty: Un.isDirty
37985
+ }), { showSetUpSlideShow: uo, showSubtitles: co, onSaveSlideShowSettings: po, onPresentationPropertiesUpdate: mo, onToggleSubtitles: fo } = function(e) {
37982
37986
  const { presentationProperties: t } = e, n = nt(!1), o = nt(!1);
37983
37987
  return bt(() => t.value.showSubtitles, (e) => {
37984
37988
  o.value = Boolean(e);
@@ -38001,7 +38005,7 @@ var U8 = ["tabindex"], W8 = {
38001
38005
  };
38002
38006
  }
38003
38007
  };
38004
- }({ presentationProperties: _ }), { showPasswordDialog: fo, isPasswordProtected: xo, presentationPassword: ho, onSetPassword: vo, onRemovePassword: go } = function() {
38008
+ }({ presentationProperties: _ }), { showPasswordDialog: xo, isPasswordProtected: ho, presentationPassword: vo, onSetPassword: go, onRemovePassword: bo } = function() {
38005
38009
  const e = nt(!1), t = nt(!1), n = nt(null);
38006
38010
  return {
38007
38011
  showPasswordDialog: e,
@@ -38014,7 +38018,7 @@ var U8 = ["tabindex"], W8 = {
38014
38018
  n.value = null, t.value = !1;
38015
38019
  }
38016
38020
  };
38017
- }(), { showFontEmbedding: bo, embedFontsEnabled: yo, usedFontFamilies: wo, embeddedFontNames: ko } = function(e) {
38021
+ }(), { showFontEmbedding: yo, embedFontsEnabled: wo, usedFontFamilies: ko, embeddedFontNames: So } = function(e) {
38018
38022
  const { slides: t, embeddedFonts: n } = e;
38019
38023
  return {
38020
38024
  showFontEmbedding: nt(!1),
@@ -38035,7 +38039,7 @@ var U8 = ["tabindex"], W8 = {
38035
38039
  }({
38036
38040
  slides: m,
38037
38041
  embeddedFonts: $
38038
- }), { showSelectionPane: So, onSelectionPaneSelect: Co, onSelectionPaneToggleVisibility: Mo, onSelectionPaneReorder: $o } = function(e) {
38042
+ }), { showSelectionPane: Co, onSelectionPaneSelect: Mo, onSelectionPaneToggleVisibility: $o, onSelectionPaneReorder: To } = function(e) {
38039
38043
  const { findActiveElement: t, activeSlide: n, selectedElementIds: o, ops: a } = e;
38040
38044
  return {
38041
38045
  showSelectionPane: nt(!1),
@@ -38056,7 +38060,7 @@ var U8 = ["tabindex"], W8 = {
38056
38060
  activeSlide: G,
38057
38061
  selectedElementIds: se,
38058
38062
  ops: pe
38059
- }), To = nt(null), { isMobile: Fo, isTouchDevice: Io } = HV(768, To), { keyboardInset: Po } = function() {
38063
+ }), Fo = nt(null), { isMobile: Io, isTouchDevice: Po } = HV(768, Fo), { keyboardInset: Eo } = function() {
38060
38064
  const e = nt(0), t = nt(!1);
38061
38065
  return qe(() => {
38062
38066
  if ("undefined" == typeof window) return;
@@ -38080,13 +38084,13 @@ var U8 = ["tabindex"], W8 = {
38080
38084
  keyboardInset: tt(e),
38081
38085
  isKeyboardOpen: tt(t)
38082
38086
  };
38083
- }(), Eo = nt(null);
38087
+ }(), Ao = nt(null);
38084
38088
  XV({
38085
- targetRef: Eo,
38089
+ targetRef: Ao,
38086
38090
  currentScale: ee,
38087
38091
  minScale: .2,
38088
38092
  maxScale: 3,
38089
- enabled: Io,
38093
+ enabled: Po,
38090
38094
  callbacks: {
38091
38095
  onPinchZoom: (e) => {
38092
38096
  ee.value = Number(e.toFixed(2));
@@ -38103,7 +38107,7 @@ var U8 = ["tabindex"], W8 = {
38103
38107
  }
38104
38108
  }
38105
38109
  });
38106
- const { mobileSlidesOpen: Ao, mobileInspectorOpen: _o, mobileCommentsOpen: Do, mobileNotesOpen: Bo, openMobileSheet: Lo, mobileQuickInsert: Oo, present: zo } = function(e) {
38110
+ const { mobileSlidesOpen: _o, mobileInspectorOpen: Do, mobileCommentsOpen: Bo, mobileNotesOpen: Lo, openMobileSheet: Oo, mobileQuickInsert: zo, present: Ro } = function(e) {
38107
38111
  const { presenting: t, addText: n } = e, o = nt(!1), a = nt(!1), r = nt(!1), l = nt(!1);
38108
38112
  return {
38109
38113
  mobileSlidesOpen: o,
@@ -38123,7 +38127,7 @@ var U8 = ["tabindex"], W8 = {
38123
38127
  }({
38124
38128
  presenting: jt,
38125
38129
  addText: vt
38126
- }), { propertiesOpen: Ro, onPropertiesSave: No } = function(e) {
38130
+ }), { propertiesOpen: No, onPropertiesSave: Uo } = function(e) {
38127
38131
  const { coreProperties: t, customProperties: n, appProperties: o } = e, a = nt(!1);
38128
38132
  return {
38129
38133
  propertiesOpen: a,
@@ -38141,7 +38145,7 @@ var U8 = ["tabindex"], W8 = {
38141
38145
  coreProperties: S,
38142
38146
  customProperties: C,
38143
38147
  appProperties: M
38144
- }), { showMasterView: Uo, masterViewTab: Wo, activeMasterIndex: jo, activeLayoutIndex: Ho, handoutSlidesPerPage: Ko, onSelectMaster: Go, onSelectLayout: Yo } = function() {
38148
+ }), { showMasterView: Wo, masterViewTab: jo, activeMasterIndex: Ho, activeLayoutIndex: Ko, handoutSlidesPerPage: Go, onSelectMaster: Yo, onSelectLayout: Xo } = function() {
38145
38149
  const e = nt(!1), t = nt("slides"), n = nt(0), o = nt(null);
38146
38150
  return {
38147
38151
  showMasterView: e,
@@ -38156,7 +38160,7 @@ var U8 = ["tabindex"], W8 = {
38156
38160
  n.value = e, o.value = t;
38157
38161
  }
38158
38162
  };
38159
- }(), { showHeaderFooter: Xo, onHeaderFooterUpdate: Vo } = function(e) {
38163
+ }(), { showHeaderFooter: Vo, onHeaderFooterUpdate: qo } = function(e) {
38160
38164
  const { headerFooter: t } = e, n = nt(!1);
38161
38165
  return {
38162
38166
  showHeaderFooter: n,
@@ -38164,15 +38168,15 @@ var U8 = ["tabindex"], W8 = {
38164
38168
  t.value = e, n.value = !1;
38165
38169
  }
38166
38170
  };
38167
- }({ headerFooter: D }), qo = A8({
38171
+ }({ headerFooter: D }), Zo = A8({
38168
38172
  sections: E,
38169
38173
  slides: m,
38170
38174
  activeSlideIndex: H,
38171
38175
  pushHistory: ce.pushHistory
38172
- }), Zo = Ie(() => E.value.length > 0), Jo = Ie(() => qo.slidesBySection.value.map((e) => ({
38176
+ }), Jo = Ie(() => E.value.length > 0), Qo = Ie(() => Zo.slidesBySection.value.map((e) => ({
38173
38177
  ...e,
38174
38178
  slides: e.slides.map((e) => ve.value.get(e.id) ?? e)
38175
- }))), { showCustomShows: Qo, activeCustomShowId: ea, customShowOps: ta, isCurrentSlideInActiveShow: na, onCreateCustomShow: oa, onDeleteCustomShow: aa, onRenameActiveCustomShow: ra, onDeleteActiveCustomShow: la, onToggleCurrentSlideInActiveShow: ia } = function(e) {
38179
+ }))), { showCustomShows: ea, activeCustomShowId: ta, customShowOps: na, isCurrentSlideInActiveShow: oa, onCreateCustomShow: aa, onDeleteCustomShow: ra, onRenameActiveCustomShow: la, onDeleteActiveCustomShow: ia, onToggleCurrentSlideInActiveShow: sa } = function(e) {
38176
38180
  const { customShows: t, slides: n, activeSlideIndex: o, activeSlide: a, pushHistory: r } = e, l = nt(!1), i = nt(null), s = Y5({
38177
38181
  customShows: t,
38178
38182
  slides: n,
@@ -38218,10 +38222,10 @@ var U8 = ["tabindex"], W8 = {
38218
38222
  activeSlideIndex: H,
38219
38223
  activeSlide: G,
38220
38224
  pushHistory: ce.pushHistory
38221
- }), { versionHistory: sa, showVersionHistory: ua, compareResult: ca, compareVersionId: pa, showCompare: da, onVersionRestore: ma, onVersionDelete: fa, onVersionCompare: xa, onCompareClose: ha, onCompareAcceptAll: va } = R8({
38225
+ }), { versionHistory: ua, showVersionHistory: ca, compareResult: pa, compareVersionId: da, showCompare: ma, onVersionRestore: fa, onVersionDelete: xa, onVersionCompare: ha, onCompareClose: va, onCompareAcceptAll: ga } = R8({
38222
38226
  slides: m,
38223
38227
  pushHistory: ce.pushHistory
38224
- }), { showInsertSmartArt: ga, showEquationEditor: ba, onInsertElement: ya } = function(e) {
38228
+ }), { showInsertSmartArt: ba, showEquationEditor: ya, onInsertElement: wa } = function(e) {
38225
38229
  const { ops: t, selectedElementIds: n } = e, o = nt(!1), a = nt(!1);
38226
38230
  return {
38227
38231
  showInsertSmartArt: o,
@@ -38233,7 +38237,7 @@ var U8 = ["tabindex"], W8 = {
38233
38237
  }({
38234
38238
  ops: pe,
38235
38239
  selectedElementIds: se
38236
- }), { showSettings: wa, viewerSettings: ka, onSettingsUpdate: Sa } = function() {
38240
+ }), { showSettings: ka, viewerSettings: Sa, onSettingsUpdate: Ca } = function() {
38237
38241
  const e = nt(!1), t = nt({ ...N8 });
38238
38242
  return {
38239
38243
  showSettings: e,
@@ -38242,7 +38246,7 @@ var U8 = ["tabindex"], W8 = {
38242
38246
  t.value = e;
38243
38247
  }
38244
38248
  };
38245
- }(), { showShortcuts: Ca, shortcuts: Ma, onEditorKeydown: $a, copySelected: Ta, cutSelected: Fa } = function(e) {
38249
+ }(), { showShortcuts: Ma, shortcuts: $a, onEditorKeydown: Ta, copySelected: Fa, cutSelected: Ia } = function(e) {
38246
38250
  const { canEdit: t, hasSelection: n, presenting: o, findOpen: a, selectedElementIds: r, activeSlide: l, activeSlideIndex: i, slides: s, templateElementsBySlideId: u, pushHistory: c, undo: p, redo: d, copyElement: m, cutElement: f, pasteElement: x, duplicateSelected: h, deleteSelected: v, goPrev: g, goNext: b, onEscape: y } = e, w = nt(!1);
38247
38251
  function k() {
38248
38252
  const e = r.value[0];
@@ -38330,7 +38334,7 @@ var U8 = ["tabindex"], W8 = {
38330
38334
  onEscape: function() {
38331
38335
  Me.value ? Oe() : ye.value ? Se() : be();
38332
38336
  }
38333
- }), { toolbarSection: Ia, newShapeType: Pa, activeTool: Ea, drawingColor: Aa, drawingWidth: _a, inspectorOpen: Da, sidebarCollapsed: Ba, ribbonExpanded: La, overflowOpen: Oa, notesExpanded: za, showGrid: Ra, showRulers: Na, spellCheckEnabled: Ua, themeGalleryOpen: Wa, themeEditorOpen: ja } = {
38337
+ }), { toolbarSection: Pa, newShapeType: Ea, activeTool: Aa, drawingColor: _a, drawingWidth: Da, inspectorOpen: Ba, sidebarCollapsed: La, ribbonExpanded: Oa, overflowOpen: za, notesExpanded: Ra, showGrid: Na, showRulers: Ua, spellCheckEnabled: Wa, themeGalleryOpen: ja, themeEditorOpen: Ha } = {
38334
38338
  toolbarSection: nt("home"),
38335
38339
  newShapeType: nt("rect"),
38336
38340
  activeTool: nt("select"),
@@ -38346,7 +38350,7 @@ var U8 = ["tabindex"], W8 = {
38346
38350
  spellCheckEnabled: nt(!0),
38347
38351
  themeGalleryOpen: nt(!1),
38348
38352
  themeEditorOpen: nt(!1)
38349
- }, { drawingActive: Ha, addInkStroke: Ka, eraseInkAt: Ga } = function(e) {
38353
+ }, { drawingActive: Ka, addInkStroke: Ga, eraseInkAt: Ya } = function(e) {
38350
38354
  const { canEdit: t, presenting: n, activeTool: o, activeSlide: a, selectedElementIds: r, ops: l } = e;
38351
38355
  return {
38352
38356
  drawingActive: Ie(() => t() && !n.value && "select" !== o.value),
@@ -38379,11 +38383,11 @@ var U8 = ["tabindex"], W8 = {
38379
38383
  }({
38380
38384
  canEdit: () => a.canEdit,
38381
38385
  presenting: jt,
38382
- activeTool: Ea,
38386
+ activeTool: Aa,
38383
38387
  activeSlide: G,
38384
38388
  selectedElementIds: se,
38385
38389
  ops: pe
38386
- }), { applyTheme: Ya, applyThemePreset: Xa, applyThemeEdit: Va } = function(e) {
38390
+ }), { applyTheme: Xa, applyThemePreset: Va, applyThemeEdit: qa } = function(e) {
38387
38391
  const { slides: t, pptxTheme: n, themeColorMap: o, pushHistory: a, themeGalleryOpen: r, themeEditorOpen: l } = e;
38388
38392
  function i(e, r, l) {
38389
38393
  a();
@@ -38408,12 +38412,12 @@ var U8 = ["tabindex"], W8 = {
38408
38412
  pptxTheme: O,
38409
38413
  themeColorMap: z,
38410
38414
  pushHistory: ce.pushHistory,
38411
- themeGalleryOpen: Wa,
38412
- themeEditorOpen: ja
38413
- }), { ribbonMode: qa, activeTableSelection: Za, ribbonUpdateTextStyle: Ja, ribbonFlip: Qa, ribbonMoveToEdge: er } = I8({
38415
+ themeGalleryOpen: ja,
38416
+ themeEditorOpen: Ha
38417
+ }), { ribbonMode: Za, activeTableSelection: Ja, ribbonUpdateTextStyle: Qa, ribbonFlip: er, ribbonMoveToEdge: tr } = I8({
38414
38418
  canEdit: () => a.canEdit,
38415
38419
  presenting: jt,
38416
- showMasterView: Uo,
38420
+ showMasterView: Wo,
38417
38421
  tableSelection: W,
38418
38422
  selectedElements: xe,
38419
38423
  selectedElementIds: se,
@@ -38423,67 +38427,67 @@ var U8 = ["tabindex"], W8 = {
38423
38427
  pushHistory: ce.pushHistory,
38424
38428
  ops: pe
38425
38429
  });
38426
- bt(qa, (e) => {
38430
+ bt(Za, (e) => {
38427
38431
  s("mode-change", e);
38428
38432
  });
38429
- const tr = (nr = {
38430
- ribbonMode: qa,
38433
+ const nr = (or = {
38434
+ ribbonMode: Za,
38431
38435
  canEdit: () => a.canEdit,
38432
- isMobile: Fo,
38433
- sidebarCollapsed: Ba,
38434
- inspectorOpen: Da,
38435
- ribbonExpanded: La,
38436
- toolbarSection: Ia,
38436
+ isMobile: Io,
38437
+ sidebarCollapsed: La,
38438
+ inspectorOpen: Ba,
38439
+ ribbonExpanded: Oa,
38440
+ toolbarSection: Pa,
38437
38441
  zoom: ee,
38438
38442
  canUndo: ce.canUndo,
38439
38443
  canRedo: ce.canRedo,
38440
38444
  findOpen: qt,
38441
38445
  selectedElements: xe,
38442
- activeTableSelection: Za,
38446
+ activeTableSelection: Ja,
38443
38447
  editTemplateMode: ue,
38444
- newShapeType: Pa,
38445
- activeTool: Ea,
38446
- drawingColor: Aa,
38447
- drawingWidth: _a,
38448
+ newShapeType: Ea,
38449
+ activeTool: Aa,
38450
+ drawingColor: _a,
38451
+ drawingWidth: Da,
38448
38452
  clipboard: zt,
38449
- spellCheckEnabled: Ua,
38450
- showGrid: Ra,
38451
- showRulers: Na,
38453
+ spellCheckEnabled: Wa,
38454
+ showGrid: Na,
38455
+ showRulers: Ua,
38452
38456
  snapToGrid: We,
38453
38457
  snapToShape: Ue,
38454
- overflowOpen: Oa,
38458
+ overflowOpen: za,
38455
38459
  layoutOptions: P,
38456
38460
  customShows: A,
38457
- activeCustomShowId: ea,
38458
- isCurrentSlideInActiveShow: na,
38459
- themeEditorOpen: ja,
38460
- themeGalleryOpen: Wa,
38461
- showComments: Wn,
38462
- activeComments: jn,
38461
+ activeCustomShowId: ta,
38462
+ isCurrentSlideInActiveShow: oa,
38463
+ themeEditorOpen: Ha,
38464
+ themeGalleryOpen: ja,
38465
+ showComments: jn,
38466
+ activeComments: Hn,
38463
38467
  formatPainterActive: ye,
38464
38468
  canActivateFormatPainter: we,
38465
- showSelectionPane: So,
38466
- showSubtitles: uo,
38469
+ showSelectionPane: Co,
38470
+ showSubtitles: co,
38467
38471
  activeSlide: G,
38468
38472
  presenting: jt,
38469
38473
  canDistribute: Fn,
38470
- shareOpen: Vn,
38471
- showShortcuts: Ca,
38472
- showSettings: wa,
38474
+ shareOpen: qn,
38475
+ showShortcuts: Ma,
38476
+ showSettings: ka,
38473
38477
  showA11y: hn,
38474
38478
  showSorter: mn,
38475
- showCustomShows: Qo,
38476
- showVersionHistory: ua,
38477
- showPasswordDialog: fo,
38478
- propertiesOpen: Ro,
38479
- showFontEmbedding: bo,
38480
- showSignatures: oo,
38481
- showMasterView: Uo,
38482
- showSetUpSlideShow: so,
38483
- broadcastOpen: Qn,
38484
- showInsertSmartArt: ga,
38485
- showEquationEditor: ba,
38486
- collab: Yn,
38479
+ showCustomShows: ea,
38480
+ showVersionHistory: ca,
38481
+ showPasswordDialog: xo,
38482
+ propertiesOpen: No,
38483
+ showFontEmbedding: yo,
38484
+ showSignatures: ao,
38485
+ showMasterView: Wo,
38486
+ showSetUpSlideShow: uo,
38487
+ broadcastOpen: eo,
38488
+ showInsertSmartArt: ba,
38489
+ showEquationEditor: ya,
38490
+ collab: Xn,
38487
38491
  startPresenting: Ht,
38488
38492
  onAddAnimation: Cn,
38489
38493
  onRemoveAnimation: Mn,
@@ -38502,13 +38506,13 @@ var U8 = ["tabindex"], W8 = {
38502
38506
  addGuide: Ve,
38503
38507
  onAlign: In,
38504
38508
  onDistribute: Pn,
38505
- copySelected: Ta,
38506
- cutSelected: Fa,
38509
+ copySelected: Fa,
38510
+ cutSelected: Ia,
38507
38511
  pasteElement: Wt,
38508
- ribbonFlip: Qa,
38512
+ ribbonFlip: er,
38509
38513
  bringForward: At,
38510
38514
  sendBackward: _t,
38511
- ribbonMoveToEdge: er,
38515
+ ribbonMoveToEdge: tr,
38512
38516
  duplicateSelected: Et,
38513
38517
  deleteSelected: Pt,
38514
38518
  handleOpenFile: function() {
@@ -38524,20 +38528,20 @@ var U8 = ["tabindex"], W8 = {
38524
38528
  downloadAs: cn,
38525
38529
  onCopySlideAsImage: pn,
38526
38530
  openPrintDialog: dn.openPrintDialog,
38527
- ribbonUpdateTextStyle: Ja,
38531
+ ribbonUpdateTextStyle: Qa,
38528
38532
  insertSlideFromLayout: It,
38529
- onRenameActiveCustomShow: ra,
38530
- onDeleteActiveCustomShow: la,
38531
- onToggleCurrentSlideInActiveShow: ia,
38533
+ onRenameActiveCustomShow: la,
38534
+ onDeleteActiveCustomShow: ia,
38535
+ onToggleCurrentSlideInActiveShow: sa,
38532
38536
  toggleFormatPainter: ke,
38533
- onToggleSubtitles: mo,
38537
+ onToggleSubtitles: fo,
38534
38538
  onTransitionChange: kn,
38535
38539
  onApplyTransitionToAll: Sn
38536
38540
  }, Ie(() => ({
38537
- ...E8(nr),
38538
- ...P8(nr)
38541
+ ...E8(or),
38542
+ ...P8(or)
38539
38543
  })));
38540
- var nr;
38544
+ var or;
38541
38545
  return t({
38542
38546
  getContent: N,
38543
38547
  goTo: Y,
@@ -38554,14 +38558,14 @@ var U8 = ["tabindex"], W8 = {
38554
38558
  zoomIn: te,
38555
38559
  zoomOut: oe,
38556
38560
  zoomReset: ae,
38557
- getMode: () => qa.value,
38561
+ getMode: () => Za.value,
38558
38562
  setMode: (e) => {
38559
- "present" === e ? Ht() : "master" === e ? Uo.value = !0 : (jt.value = !1, Uo.value = !1);
38563
+ "present" === e ? Ht() : "master" === e ? Wo.value = !0 : (jt.value = !1, Wo.value = !1);
38560
38564
  },
38561
38565
  getActiveSlideIndex: () => H.value,
38562
38566
  setActiveSlideIndex: (e) => Y(e),
38563
38567
  getSlideCount: () => K.value,
38564
- isDirty: () => Nn.isDirty.value,
38568
+ isDirty: () => Un.isDirty.value,
38565
38569
  getSlides: () => m.value,
38566
38570
  getSlide: (e) => m.value[e],
38567
38571
  getActiveSlide: () => G.value,
@@ -38600,25 +38604,26 @@ var U8 = ["tabindex"], W8 = {
38600
38604
  }
38601
38605
  }), (e, t) => (Qe(), Ae("div", {
38602
38606
  ref_key: "viewerRootRef",
38603
- ref: To,
38607
+ ref: Fo,
38604
38608
  class: Ge(["pptx-vue-viewer", a.class]),
38605
38609
  style: Xe(dt(c)),
38606
38610
  tabindex: a.canEdit ? 0 : void 0,
38607
- onKeydown: t[68] || (t[68] = (...e) => dt($a) && dt($a)(...e))
38611
+ onKeydown: t[68] || (t[68] = (...e) => dt(Ta) && dt(Ta)(...e))
38608
38612
  }, [
38609
38613
  dt(b) ? (Qe(), Ae("div", W8, [...t[69] || (t[69] = [_e("div", {
38610
38614
  class: "pptx-vue-spinner",
38611
38615
  "aria-hidden": "true"
38612
38616
  }, null, -1), _e("p", null, "Loading presentation…", -1)])])) : dt(w) ? (Qe(), Ae("div", j8, [...t[70] || (t[70] = [_e("p", null, "This presentation is password-protected and cannot be opened.", -1)])])) : dt(y) ? (Qe(), Ae("div", H8, [t[71] || (t[71] = _e("p", null, "Failed to load presentation.", -1)), _e("pre", K8, st(dt(y)), 1)])) : (Qe(), Ae($e, { key: 3 }, [
38613
- dt(jt) ? Ee("", !0) : (Qe(), Ae($e, { key: 0 }, [dt(Fo) ? Ee("", !0) : (Qe(), Pe(e0, {
38617
+ dt(jt) ? Ee("", !0) : (Qe(), Ae($e, { key: 0 }, [dt(Io) ? Ee("", !0) : (Qe(), Pe(e0, {
38614
38618
  key: 0,
38615
- mode: dt(qa),
38619
+ mode: dt(Za),
38616
38620
  "can-edit": a.canEdit,
38617
38621
  "file-name": a.fileName,
38618
- "is-dirty": dt(Nn).isDirty.value,
38619
- "autosave-status": dt(Nn).status.value,
38622
+ "is-dirty": dt(Un).isDirty.value,
38623
+ "autosave-status": Rn.value ? "disabled" : dt(Un).status.value,
38620
38624
  "autosave-enabled": On.value,
38621
- "on-toggle-autosave": Rn,
38625
+ "autosave-disabled-reason": Rn.value,
38626
+ "on-toggle-autosave": Nn,
38622
38627
  "can-undo": dt(ce).canUndo.value,
38623
38628
  "can-redo": dt(ce).canRedo.value,
38624
38629
  "on-undo": dt(ce).undo,
@@ -38635,6 +38640,7 @@ var U8 = ["tabindex"], W8 = {
38635
38640
  "is-dirty",
38636
38641
  "autosave-status",
38637
38642
  "autosave-enabled",
38643
+ "autosave-disabled-reason",
38638
38644
  "can-undo",
38639
38645
  "can-redo",
38640
38646
  "on-undo",
@@ -38642,7 +38648,7 @@ var U8 = ["tabindex"], W8 = {
38642
38648
  "on-save",
38643
38649
  "find-replace-open",
38644
38650
  "on-toggle-find-replace"
38645
- ])), dt(Fo) ? (Qe(), Pe(JX, Ye(He({ key: 2 }, dt(tr))), null, 16)) : (Qe(), Pe(XQ, Ye(He({ key: 1 }, dt(tr))), null, 16))], 64)),
38651
+ ])), dt(Io) ? (Qe(), Pe(JX, Ye(He({ key: 2 }, dt(nr))), null, 16)) : (Qe(), Pe(XQ, Ye(He({ key: 1 }, dt(nr))), null, 16))], 64)),
38646
38652
  _e("input", {
38647
38653
  ref_key: "imageInputRef",
38648
38654
  ref: xt,
@@ -38688,19 +38694,19 @@ var U8 = ["tabindex"], W8 = {
38688
38694
  "onReplaceAll"
38689
38695
  ])) : Ee("", !0),
38690
38696
  _e("div", G8, [
38691
- dt(Fo) || Zo.value || dt(Ba) ? dt(Fo) || dt(Ba) ? Ee("", !0) : (Qe(), Ae("nav", Y8, [Be(f0, {
38692
- groups: Jo.value,
38697
+ dt(Io) || Jo.value || dt(La) ? dt(Io) || dt(La) ? Ee("", !0) : (Qe(), Ae("nav", Y8, [Be(f0, {
38698
+ groups: Qo.value,
38693
38699
  "canvas-size": dt(h),
38694
38700
  "media-data-urls": dt(g),
38695
38701
  "active-index": H.value,
38696
38702
  "can-edit": a.canEdit,
38697
38703
  onSelect: Y,
38698
- onToggleCollapse: dt(qo).toggleSectionCollapse,
38699
- onRename: dt(qo).renameSection,
38700
- onMoveUp: dt(qo).moveSectionUp,
38701
- onMoveDown: dt(qo).moveSectionDown,
38702
- onDelete: dt(qo).deleteSection,
38703
- onAddSection: t[10] || (t[10] = (e) => dt(qo).addSection("Untitled Section", e))
38704
+ onToggleCollapse: dt(Zo).toggleSectionCollapse,
38705
+ onRename: dt(Zo).renameSection,
38706
+ onMoveUp: dt(Zo).moveSectionUp,
38707
+ onMoveDown: dt(Zo).moveSectionDown,
38708
+ onDelete: dt(Zo).deleteSection,
38709
+ onAddSection: t[10] || (t[10] = (e) => dt(Zo).addSection("Untitled Section", e))
38704
38710
  }, null, 8, [
38705
38711
  "groups",
38706
38712
  "canvas-size",
@@ -38736,11 +38742,11 @@ var U8 = ["tabindex"], W8 = {
38736
38742
  ])),
38737
38743
  _e("main", {
38738
38744
  ref_key: "mainRef",
38739
- ref: Eo,
38745
+ ref: Ao,
38740
38746
  class: Ge(["pptx-vue-main", { "is-editable": a.canEdit }]),
38741
38747
  onPointerdown: Ne,
38742
38748
  onContextmenu: t[14] || (t[14] = (...e) => dt(Bn) && dt(Bn)(...e)),
38743
- onPointermove: t[15] || (t[15] = (...e) => dt(Jn) && dt(Jn)(...e)),
38749
+ onPointermove: t[15] || (t[15] = (...e) => dt(Qn) && dt(Qn)(...e)),
38744
38750
  onTouchstart: J,
38745
38751
  onTouchend: Q
38746
38752
  }, [Be(w2, {
@@ -38748,7 +38754,7 @@ var U8 = ["tabindex"], W8 = {
38748
38754
  "canvas-size": dt(h),
38749
38755
  "media-data-urls": dt(g),
38750
38756
  zoom: ie.value,
38751
- "show-rulers": dt(Na) && !dt(jt),
38757
+ "show-rulers": dt(Ua) && !dt(jt),
38752
38758
  "template-elements": me.value,
38753
38759
  "edit-template-mode": ue.value && !dt(jt),
38754
38760
  "onUpdate:fitScale": t[13] || (t[13] = (e) => le.value = e)
@@ -38756,13 +38762,13 @@ var U8 = ["tabindex"], W8 = {
38756
38762
  default: wt(() => [
38757
38763
  Be(G$, {
38758
38764
  "canvas-size": dt(h),
38759
- visible: dt(Ra) && !dt(jt)
38765
+ visible: dt(Na) && !dt(jt)
38760
38766
  }, null, 8, ["canvas-size", "visible"]),
38761
- a.canEdit && !dt(jt) && dt(jn).length > 0 ? (Qe(), Pe(Wv, {
38767
+ a.canEdit && !dt(jt) && dt(Hn).length > 0 ? (Qe(), Pe(Wv, {
38762
38768
  key: 0,
38763
- comments: dt(jn),
38769
+ comments: dt(Hn),
38764
38770
  "canvas-size": dt(h),
38765
- onMarkerClick: dt(Kn)
38771
+ onMarkerClick: dt(Gn)
38766
38772
  }, null, 8, [
38767
38773
  "comments",
38768
38774
  "canvas-size",
@@ -38787,13 +38793,13 @@ var U8 = ["tabindex"], W8 = {
38787
38793
  a.canEdit ? (Qe(), Pe(IM, {
38788
38794
  key: 3,
38789
38795
  "canvas-size": dt(h),
38790
- active: dt(Ha),
38791
- tool: dt(Ea),
38792
- color: dt(Aa),
38793
- width: dt(_a),
38796
+ active: dt(Ka),
38797
+ tool: dt(Aa),
38798
+ color: dt(_a),
38799
+ width: dt(Da),
38794
38800
  scale: ie.value,
38795
- onStroke: dt(Ka),
38796
- onErase: dt(Ga)
38801
+ onStroke: dt(Ga),
38802
+ onErase: dt(Ya)
38797
38803
  }, null, 8, [
38798
38804
  "canvas-size",
38799
38805
  "active",
@@ -38830,11 +38836,11 @@ var U8 = ["tabindex"], W8 = {
38830
38836
  a.canEdit && dt(Fe) ? (Qe(), Pe(AT, {
38831
38837
  key: 5,
38832
38838
  element: dt(Fe),
38833
- "spell-check": dt(Ua),
38839
+ "spell-check": dt(Wa),
38834
38840
  onChange: t[12] || (t[12] = (e) => Te.value = e),
38835
38841
  onCommit: dt(Le),
38836
38842
  onCancel: dt(Oe),
38837
- onFormat: dt(Ja)
38843
+ onFormat: dt(Qa)
38838
38844
  }, null, 8, [
38839
38845
  "element",
38840
38846
  "spell-check",
@@ -38842,14 +38848,14 @@ var U8 = ["tabindex"], W8 = {
38842
38848
  "onCancel",
38843
38849
  "onFormat"
38844
38850
  ])) : Ee("", !0),
38845
- dt(Xn) ? (Qe(), Pe(Lv, {
38851
+ dt(Vn) ? (Qe(), Pe(Lv, {
38846
38852
  key: 6,
38847
- cursors: dt(Yn).cursors.value,
38853
+ cursors: dt(Xn).cursors.value,
38848
38854
  zoom: ie.value
38849
38855
  }, null, 8, ["cursors", "zoom"])) : Ee("", !0),
38850
- dt(Xn) ? (Qe(), Pe(DJ, {
38856
+ dt(Vn) ? (Qe(), Pe(DJ, {
38851
38857
  key: 7,
38852
- presences: dt(Yn).remotePresences.value,
38858
+ presences: dt(Xn).remotePresences.value,
38853
38859
  elements: G.value?.elements ?? [],
38854
38860
  "active-slide-index": H.value,
38855
38861
  zoom: ie.value
@@ -38869,17 +38875,17 @@ var U8 = ["tabindex"], W8 = {
38869
38875
  "show-rulers",
38870
38876
  "template-elements",
38871
38877
  "edit-template-mode"
38872
- ]), a.canEdit && !dt(Fo) && dt(za) ? (Qe(), Pe(FV, {
38878
+ ]), a.canEdit && !dt(Io) && dt(Ra) ? (Qe(), Pe(FV, {
38873
38879
  key: 0,
38874
38880
  slide: G.value,
38875
38881
  onUpdate: dt(gn)
38876
38882
  }, null, 8, ["slide", "onUpdate"])) : Ee("", !0)], 34),
38877
- a.canEdit && !dt(Fo) && Bt.value && dt(Da) ? (Qe(), Pe(QN, {
38883
+ a.canEdit && !dt(Io) && Bt.value && dt(Ba) ? (Qe(), Pe(QN, {
38878
38884
  key: 2,
38879
38885
  element: Bt.value,
38880
38886
  "can-edit": a.canEdit,
38881
38887
  onUpdate: Lt
38882
- }, null, 8, ["element", "can-edit"])) : a.canEdit && !dt(Fo) && dt(Da) && K.value > 0 ? (Qe(), Pe(FW, {
38888
+ }, null, 8, ["element", "can-edit"])) : a.canEdit && !dt(Io) && dt(Ba) && K.value > 0 ? (Qe(), Pe(FW, {
38883
38889
  key: 3,
38884
38890
  slide: G.value,
38885
38891
  theme: dt(O),
@@ -38887,7 +38893,7 @@ var U8 = ["tabindex"], W8 = {
38887
38893
  "can-edit": a.canEdit,
38888
38894
  onTransitionUpdate: dt(yn),
38889
38895
  onSlideUpdate: dt(wn),
38890
- onPresentationUpdate: dt(po)
38896
+ onPresentationUpdate: dt(mo)
38891
38897
  }, null, 8, [
38892
38898
  "slide",
38893
38899
  "theme",
@@ -38902,33 +38908,33 @@ var U8 = ["tabindex"], W8 = {
38902
38908
  issues: dt(vn).issues.value,
38903
38909
  onSelectSlide: Y
38904
38910
  }, null, 8, ["issues"])) : Ee("", !0),
38905
- a.canEdit && !dt(Fo) && dt(Wn) ? (Qe(), Pe(vg, {
38911
+ a.canEdit && !dt(Io) && dt(jn) ? (Qe(), Pe(vg, {
38906
38912
  key: 5,
38907
- comments: dt(Hn).slideComments.value,
38908
- "author-name": Un.value,
38909
- onAdd: t[16] || (t[16] = (e) => dt(Gn)(dt(Hn).addComment(e))),
38910
- onRemove: t[17] || (t[17] = (e) => dt(Gn)(dt(Hn).removeComment(e))),
38911
- onResolve: t[18] || (t[18] = (e) => dt(Gn)(dt(Hn).resolveComment(e))),
38912
- onReply: t[19] || (t[19] = (e) => dt(Gn)(dt(Hn).replyToComment(e.parentId, e.text)))
38913
+ comments: dt(Kn).slideComments.value,
38914
+ "author-name": Wn.value,
38915
+ onAdd: t[16] || (t[16] = (e) => dt(Yn)(dt(Kn).addComment(e))),
38916
+ onRemove: t[17] || (t[17] = (e) => dt(Yn)(dt(Kn).removeComment(e))),
38917
+ onResolve: t[18] || (t[18] = (e) => dt(Yn)(dt(Kn).resolveComment(e))),
38918
+ onReply: t[19] || (t[19] = (e) => dt(Yn)(dt(Kn).replyToComment(e.parentId, e.text)))
38913
38919
  }, null, 8, ["comments", "author-name"])) : Ee("", !0),
38914
- dt(ro) && !dt(Fo) ? (Qe(), Ae("div", X8, [Be(i2, {
38915
- "has-signatures": dt(ro),
38920
+ dt(lo) && !dt(Io) ? (Qe(), Ae("div", X8, [Be(i2, {
38921
+ "has-signatures": dt(lo),
38916
38922
  "signature-count": dt(T).length,
38917
- onClick: t[20] || (t[20] = (e) => oo.value = !0)
38923
+ onClick: t[20] || (t[20] = (e) => ao.value = !0)
38918
38924
  }, null, 8, ["has-signatures", "signature-count"])])) : Ee("", !0),
38919
- dt(oo) ? (Qe(), Pe(r2, {
38925
+ dt(ao) ? (Qe(), Pe(r2, {
38920
38926
  key: 7,
38921
38927
  signatures: dt(T)
38922
38928
  }, null, 8, ["signatures"])) : Ee("", !0),
38923
- a.canEdit && !dt(Fo) && dt(So) ? (Qe(), Pe(P0, {
38929
+ a.canEdit && !dt(Io) && dt(Co) ? (Qe(), Pe(P0, {
38924
38930
  key: 8,
38925
38931
  elements: G.value?.elements ?? [],
38926
38932
  "selected-ids": se.value,
38927
38933
  "can-edit": a.canEdit,
38928
- onSelect: dt(Co),
38929
- onToggleVisibility: dt(Mo),
38930
- onReorder: dt($o),
38931
- onClose: t[21] || (t[21] = (e) => So.value = !1)
38934
+ onSelect: dt(Mo),
38935
+ onToggleVisibility: dt($o),
38936
+ onReorder: dt(To),
38937
+ onClose: t[21] || (t[21] = (e) => Co.value = !1)
38932
38938
  }, null, 8, [
38933
38939
  "elements",
38934
38940
  "selected-ids",
@@ -38937,36 +38943,36 @@ var U8 = ["tabindex"], W8 = {
38937
38943
  "onToggleVisibility",
38938
38944
  "onReorder"
38939
38945
  ])) : Ee("", !0),
38940
- dt(Xn) ? (Qe(), Pe(k$, {
38946
+ dt(Vn) ? (Qe(), Pe(k$, {
38941
38947
  key: 9,
38942
- presences: dt(Yn).remotePresences.value,
38943
- "followed-client-id": dt(Yn).followedClientId.value,
38944
- onFollow: dt(Yn).followUser
38948
+ presences: dt(Xn).remotePresences.value,
38949
+ "followed-client-id": dt(Xn).followedClientId.value,
38950
+ onFollow: dt(Xn).followUser
38945
38951
  }, null, 8, [
38946
38952
  "presences",
38947
38953
  "followed-client-id",
38948
38954
  "onFollow"
38949
38955
  ])) : Ee("", !0),
38950
- dt(Xn) ? (Qe(), Ae("div", V8, [Be(Rv, {
38951
- status: dt(Yn).status.value,
38952
- "connected-count": dt(Yn).connectedCount.value,
38953
- onRetry: dt(Yn).retry
38956
+ dt(Vn) ? (Qe(), Ae("div", V8, [Be(Rv, {
38957
+ status: dt(Xn).status.value,
38958
+ "connected-count": dt(Xn).connectedCount.value,
38959
+ onRetry: dt(Xn).retry
38954
38960
  }, null, 8, [
38955
38961
  "status",
38956
38962
  "connected-count",
38957
38963
  "onRetry"
38958
38964
  ])])) : Ee("", !0),
38959
- a.canEdit && dt(Qo) ? (Qe(), Pe(LC, {
38965
+ a.canEdit && dt(ea) ? (Qe(), Pe(LC, {
38960
38966
  key: 11,
38961
38967
  "custom-shows": dt(A),
38962
38968
  slides: dt(m),
38963
- "active-show-id": dt(ea),
38964
- onCreate: dt(oa),
38965
- onRename: dt(ta).renameCustomShow,
38966
- onDelete: dt(aa),
38967
- onSelect: t[22] || (t[22] = (e) => ea.value = e),
38968
- onToggleSlide: dt(ta).toggleSlideInShow,
38969
- onMoveSlide: dt(ta).moveSlideInShow
38969
+ "active-show-id": dt(ta),
38970
+ onCreate: dt(aa),
38971
+ onRename: dt(na).renameCustomShow,
38972
+ onDelete: dt(ra),
38973
+ onSelect: t[22] || (t[22] = (e) => ta.value = e),
38974
+ onToggleSlide: dt(na).toggleSlideInShow,
38975
+ onMoveSlide: dt(na).moveSlideInShow
38970
38976
  }, null, 8, [
38971
38977
  "custom-shows",
38972
38978
  "slides",
@@ -38978,20 +38984,20 @@ var U8 = ["tabindex"], W8 = {
38978
38984
  "onMoveSlide"
38979
38985
  ])) : Ee("", !0)
38980
38986
  ]),
38981
- !dt(Fo) && K.value > 0 ? (Qe(), Pe(G2, {
38987
+ !dt(Io) && K.value > 0 ? (Qe(), Pe(G2, {
38982
38988
  key: 2,
38983
38989
  "slide-count": K.value,
38984
38990
  "active-slide-index": H.value,
38985
- "is-dirty": dt(Nn).isDirty.value,
38986
- "autosave-status": On.value ? dt(Nn).status.value : void 0,
38991
+ "is-dirty": dt(Un).isDirty.value,
38992
+ "autosave-status": Rn.value ? "disabled" : On.value ? dt(Un).status.value : void 0,
38987
38993
  scale: ee.value,
38988
- mode: dt(qa),
38989
- "is-notes-expanded": dt(za),
38994
+ mode: dt(Za),
38995
+ "is-notes-expanded": dt(Ra),
38990
38996
  "show-notes": a.canEdit,
38991
38997
  onZoomIn: te,
38992
38998
  onZoomOut: oe,
38993
38999
  onZoomToFit: ae,
38994
- onToggleNotes: t[23] || (t[23] = (e) => za.value = !dt(za)),
39000
+ onToggleNotes: t[23] || (t[23] = (e) => Ra.value = !dt(Ra)),
38995
39001
  onToggleSlideSorter: t[24] || (t[24] = (e) => mn.value = !0),
38996
39002
  onSetMode: t[25] || (t[25] = (e) => "present" === e ? dt(Ht)() : jt.value = !1)
38997
39003
  }, null, 8, [
@@ -39005,23 +39011,23 @@ var U8 = ["tabindex"], W8 = {
39005
39011
  "show-notes"
39006
39012
  ])) : Ee("", !0),
39007
39013
  Be(f5, {
39008
- open: dt(Wa),
39014
+ open: dt(ja),
39009
39015
  "active-name": dt(O)?.name,
39010
39016
  "can-edit": a.canEdit,
39011
- onApply: dt(Xa),
39012
- onClose: t[26] || (t[26] = (e) => Wa.value = !1)
39017
+ onApply: dt(Va),
39018
+ onClose: t[26] || (t[26] = (e) => ja.value = !1)
39013
39019
  }, null, 8, [
39014
39020
  "open",
39015
39021
  "active-name",
39016
39022
  "can-edit",
39017
39023
  "onApply"
39018
39024
  ]),
39019
- dt(ja) && a.canEdit ? (Qe(), Pe(JW, {
39025
+ dt(Ha) && a.canEdit ? (Qe(), Pe(JW, {
39020
39026
  key: 3,
39021
39027
  theme: dt(O),
39022
39028
  "can-edit": a.canEdit,
39023
- onApply: dt(Va),
39024
- onClose: t[27] || (t[27] = (e) => ja.value = !1)
39029
+ onApply: dt(qa),
39030
+ onClose: t[27] || (t[27] = (e) => Ha.value = !1)
39025
39031
  }, null, 8, [
39026
39032
  "theme",
39027
39033
  "can-edit",
@@ -39053,12 +39059,12 @@ var U8 = ["tabindex"], W8 = {
39053
39059
  "slide-count"
39054
39060
  ]),
39055
39061
  Be(B1, {
39056
- open: dt(Vn),
39062
+ open: dt(qn),
39057
39063
  defaults: a.shareDefaults,
39058
- active: dt(Xn),
39059
- onStart: dt(qn),
39060
- onStop: dt(Zn),
39061
- onClose: t[30] || (t[30] = (e) => Vn.value = !1)
39064
+ active: dt(Vn),
39065
+ onStart: dt(Zn),
39066
+ onStop: dt(Jn),
39067
+ onClose: t[30] || (t[30] = (e) => qn.value = !1)
39062
39068
  }, null, 8, [
39063
39069
  "open",
39064
39070
  "defaults",
@@ -39067,13 +39073,13 @@ var U8 = ["tabindex"], W8 = {
39067
39073
  "onStop"
39068
39074
  ]),
39069
39075
  Be(MM, {
39070
- open: dt(Ro),
39076
+ open: dt(No),
39071
39077
  "core-properties": dt(S),
39072
39078
  "custom-properties": dt(C),
39073
39079
  "app-properties": dt(M),
39074
39080
  slides: dt(m),
39075
- onSave: dt(No),
39076
- onClose: t[31] || (t[31] = (e) => Ro.value = !1)
39081
+ onSave: dt(Uo),
39082
+ onClose: t[31] || (t[31] = (e) => No.value = !1)
39077
39083
  }, null, 8, [
39078
39084
  "open",
39079
39085
  "core-properties",
@@ -39083,14 +39089,14 @@ var U8 = ["tabindex"], W8 = {
39083
39089
  "onSave"
39084
39090
  ]),
39085
39091
  Be(E5, {
39086
- open: dt(ua),
39087
- versions: dt(sa).versions.value,
39092
+ open: dt(ca),
39093
+ versions: dt(ua).versions.value,
39088
39094
  "canvas-size": dt(h),
39089
39095
  "media-data-urls": dt(g),
39090
- onClose: t[32] || (t[32] = (e) => ua.value = !1),
39091
- onRestore: dt(ma),
39092
- onDelete: dt(fa),
39093
- onCompare: dt(xa)
39096
+ onClose: t[32] || (t[32] = (e) => ca.value = !1),
39097
+ onRestore: dt(fa),
39098
+ onDelete: dt(xa),
39099
+ onCompare: dt(ha)
39094
39100
  }, null, 8, [
39095
39101
  "open",
39096
39102
  "versions",
@@ -39101,12 +39107,12 @@ var U8 = ["tabindex"], W8 = {
39101
39107
  "onCompare"
39102
39108
  ]),
39103
39109
  Be(sC, {
39104
- open: dt(da),
39105
- "compare-result": dt(ca),
39110
+ open: dt(ma),
39111
+ "compare-result": dt(pa),
39106
39112
  "canvas-size": dt(h),
39107
39113
  "media-data-urls": dt(g),
39108
- onClose: dt(ha),
39109
- onAcceptAll: dt(va)
39114
+ onClose: dt(va),
39115
+ onAcceptAll: dt(ga)
39110
39116
  }, null, 8, [
39111
39117
  "open",
39112
39118
  "compare-result",
@@ -39129,22 +39135,22 @@ var U8 = ["tabindex"], W8 = {
39129
39135
  "onClose"
39130
39136
  ]),
39131
39137
  Be(X1, {
39132
- open: dt(Ca),
39133
- onClose: t[33] || (t[33] = (e) => Ca.value = !1)
39138
+ open: dt(Ma),
39139
+ onClose: t[33] || (t[33] = (e) => Ma.value = !1)
39134
39140
  }, null, 8, ["open"]),
39135
39141
  Be(cv, {
39136
- open: dt(Xo),
39142
+ open: dt(Vo),
39137
39143
  title: "Header & footer",
39138
- onClose: t[35] || (t[35] = (e) => Xo.value = !1)
39144
+ onClose: t[35] || (t[35] = (e) => Vo.value = !1)
39139
39145
  }, {
39140
39146
  default: wt(() => [Be(fT, {
39141
39147
  "header-footer": dt(D),
39142
- onUpdate: dt(Vo),
39143
- onClose: t[34] || (t[34] = (e) => Xo.value = !1)
39148
+ onUpdate: dt(qo),
39149
+ onClose: t[34] || (t[34] = (e) => Vo.value = !1)
39144
39150
  }, null, 8, ["header-footer", "onUpdate"])]),
39145
39151
  _: 1
39146
39152
  }, 8, ["open"]),
39147
- dt(Uo) ? (Qe(), Ae("div", {
39153
+ dt(Wo) ? (Qe(), Ae("div", {
39148
39154
  key: 4,
39149
39155
  class: "pptx-vue-master-overlay",
39150
39156
  role: "dialog",
@@ -39157,22 +39163,22 @@ var U8 = ["tabindex"], W8 = {
39157
39163
  "justify-content": "flex-start",
39158
39164
  background: "rgba(0, 0, 0, 0.45)"
39159
39165
  },
39160
- onClick: t[39] || (t[39] = Ct((e) => Uo.value = !1, ["self"]))
39166
+ onClick: t[39] || (t[39] = Ct((e) => Wo.value = !1, ["self"]))
39161
39167
  }, [Be(Bj, {
39162
39168
  "slide-masters": dt(I),
39163
- "active-master-index": dt(jo),
39164
- "active-layout-index": dt(Ho),
39169
+ "active-master-index": dt(Ho),
39170
+ "active-layout-index": dt(Ko),
39165
39171
  "canvas-size": dt(h),
39166
39172
  "media-data-urls": dt(g),
39167
- "master-view-tab": dt(Wo),
39173
+ "master-view-tab": dt(jo),
39168
39174
  "notes-master": dt(B),
39169
39175
  "handout-master": dt(L),
39170
- "handout-slides-per-page": dt(Ko),
39171
- onSelectMaster: dt(Go),
39172
- onSelectLayout: dt(Yo),
39173
- onTabChange: t[36] || (t[36] = (e) => Wo.value = e),
39174
- onHandoutSlidesPerPageChange: t[37] || (t[37] = (e) => Ko.value = e),
39175
- onCollapse: t[38] || (t[38] = (e) => Uo.value = !1)
39176
+ "handout-slides-per-page": dt(Go),
39177
+ onSelectMaster: dt(Yo),
39178
+ onSelectLayout: dt(Xo),
39179
+ onTabChange: t[36] || (t[36] = (e) => jo.value = e),
39180
+ onHandoutSlidesPerPageChange: t[37] || (t[37] = (e) => Go.value = e),
39181
+ onCollapse: t[38] || (t[38] = (e) => Wo.value = !1)
39176
39182
  }, null, 8, [
39177
39183
  "slide-masters",
39178
39184
  "active-master-index",
@@ -39187,13 +39193,13 @@ var U8 = ["tabindex"], W8 = {
39187
39193
  "onSelectLayout"
39188
39194
  ])])) : Ee("", !0),
39189
39195
  Be(Fv, {
39190
- open: dt(Qn),
39191
- active: dt(Xn),
39192
- "viewer-url": dt(eo),
39196
+ open: dt(eo),
39197
+ active: dt(Vn),
39198
+ "viewer-url": dt(to),
39193
39199
  defaults: { serverUrl: a.shareDefaults?.serverUrl },
39194
- onStart: dt(to),
39195
- onStop: dt(no),
39196
- onClose: t[40] || (t[40] = (e) => Qn.value = !1)
39200
+ onStart: dt(no),
39201
+ onStop: dt(oo),
39202
+ onClose: t[40] || (t[40] = (e) => eo.value = !1)
39197
39203
  }, null, 8, [
39198
39204
  "open",
39199
39205
  "active",
@@ -39203,12 +39209,12 @@ var U8 = ["tabindex"], W8 = {
39203
39209
  "onStop"
39204
39210
  ]),
39205
39211
  Be(y1, {
39206
- open: dt(so),
39212
+ open: dt(uo),
39207
39213
  properties: dt(_),
39208
39214
  "custom-shows": dt(A),
39209
39215
  "slide-count": K.value,
39210
- onSave: dt(co),
39211
- onClose: t[41] || (t[41] = (e) => so.value = !1)
39216
+ onSave: dt(po),
39217
+ onClose: t[41] || (t[41] = (e) => uo.value = !1)
39212
39218
  }, null, 8, [
39213
39219
  "open",
39214
39220
  "properties",
@@ -39217,11 +39223,11 @@ var U8 = ["tabindex"], W8 = {
39217
39223
  "onSave"
39218
39224
  ]),
39219
39225
  Be(WV, {
39220
- open: dt(fo),
39221
- "is-currently-protected": dt(xo),
39222
- onSetPassword: dt(vo),
39223
- onRemovePassword: dt(go),
39224
- onClose: t[42] || (t[42] = (e) => fo.value = !1)
39226
+ open: dt(xo),
39227
+ "is-currently-protected": dt(ho),
39228
+ onSetPassword: dt(go),
39229
+ onRemovePassword: dt(bo),
39230
+ onClose: t[42] || (t[42] = (e) => xo.value = !1)
39225
39231
  }, null, 8, [
39226
39232
  "open",
39227
39233
  "is-currently-protected",
@@ -39229,12 +39235,12 @@ var U8 = ["tabindex"], W8 = {
39229
39235
  "onRemovePassword"
39230
39236
  ]),
39231
39237
  Be(U$, {
39232
- open: dt(bo),
39233
- "embed-fonts-enabled": dt(yo),
39234
- "used-font-families": dt(wo),
39235
- "embedded-fonts": dt(ko),
39236
- onToggleEmbedFonts: t[43] || (t[43] = (e) => yo.value = e),
39237
- onClose: t[44] || (t[44] = (e) => bo.value = !1)
39238
+ open: dt(yo),
39239
+ "embed-fonts-enabled": dt(wo),
39240
+ "used-font-families": dt(ko),
39241
+ "embedded-fonts": dt(So),
39242
+ onToggleEmbedFonts: t[43] || (t[43] = (e) => wo.value = e),
39243
+ onClose: t[44] || (t[44] = (e) => yo.value = !1)
39238
39244
  }, null, 8, [
39239
39245
  "open",
39240
39246
  "embed-fonts-enabled",
@@ -39242,45 +39248,45 @@ var U8 = ["tabindex"], W8 = {
39242
39248
  "embedded-fonts"
39243
39249
  ]),
39244
39250
  Be(lF, {
39245
- open: dt(ga),
39246
- onInsert: dt(ya),
39247
- onClose: t[45] || (t[45] = (e) => ga.value = !1)
39251
+ open: dt(ba),
39252
+ onInsert: dt(wa),
39253
+ onClose: t[45] || (t[45] = (e) => ba.value = !1)
39248
39254
  }, null, 8, ["open", "onInsert"]),
39249
39255
  Be(KM, {
39250
- open: dt(ba),
39251
- onInsert: dt(ya),
39252
- onClose: t[46] || (t[46] = (e) => ba.value = !1)
39256
+ open: dt(ya),
39257
+ onInsert: dt(wa),
39258
+ onClose: t[46] || (t[46] = (e) => ya.value = !1)
39253
39259
  }, null, 8, ["open", "onInsert"]),
39254
39260
  Be(d2, {
39255
- open: dt(lo),
39261
+ open: dt(io),
39256
39262
  "signature-count": dt(T).length,
39257
- onConfirm: dt(io),
39258
- onCancel: dt(io)
39263
+ onConfirm: dt(so),
39264
+ onCancel: dt(so)
39259
39265
  }, null, 8, [
39260
39266
  "open",
39261
39267
  "signature-count",
39262
39268
  "onConfirm",
39263
39269
  "onCancel"
39264
39270
  ]),
39265
- dt(Fo) && !dt(jt) ? (Qe(), Pe(Qj, {
39271
+ dt(Io) && !dt(jt) ? (Qe(), Pe(Qj, {
39266
39272
  key: 5,
39267
39273
  "slide-index": H.value,
39268
39274
  "slide-count": K.value,
39269
39275
  "zoom-percent": re.value,
39270
39276
  "can-edit": a.canEdit,
39271
- "keyboard-inset": dt(Po),
39272
- "comment-count": dt(jn).length,
39277
+ "keyboard-inset": dt(Eo),
39278
+ "comment-count": dt(Hn).length,
39273
39279
  onPrev: X,
39274
39280
  onNext: V,
39275
39281
  onZoomIn: te,
39276
39282
  onZoomOut: oe,
39277
- onPresent: dt(zo),
39278
- onSlides: t[47] || (t[47] = (e) => dt(Ao) ? Ao.value = !1 : dt(Lo)("slides")),
39279
- onInsert: dt(Oo),
39280
- onFormat: t[48] || (t[48] = (e) => dt(_o) ? _o.value = !1 : dt(Lo)("format")),
39281
- onComments: t[49] || (t[49] = (e) => dt(Do) ? Do.value = !1 : dt(Lo)("comments")),
39283
+ onPresent: dt(Ro),
39284
+ onSlides: t[47] || (t[47] = (e) => dt(_o) ? _o.value = !1 : dt(Oo)("slides")),
39285
+ onInsert: dt(zo),
39286
+ onFormat: t[48] || (t[48] = (e) => dt(Do) ? Do.value = !1 : dt(Oo)("format")),
39287
+ onComments: t[49] || (t[49] = (e) => dt(Bo) ? Bo.value = !1 : dt(Oo)("comments")),
39282
39288
  onSave: t[50] || (t[50] = (e) => dt(cn)("pptx")),
39283
- onNotes: t[51] || (t[51] = (e) => dt(Bo) ? Bo.value = !1 : dt(Lo)("notes")),
39289
+ onNotes: t[51] || (t[51] = (e) => dt(Lo) ? Lo.value = !1 : dt(Oo)("notes")),
39284
39290
  onMenu: t[52] || (t[52] = (e) => mn.value = !0)
39285
39291
  }, null, 8, [
39286
39292
  "slide-index",
@@ -39292,15 +39298,15 @@ var U8 = ["tabindex"], W8 = {
39292
39298
  "onPresent",
39293
39299
  "onInsert"
39294
39300
  ])) : Ee("", !0),
39295
- dt(Fo) && !dt(jt) ? (Qe(), Pe(xH, {
39301
+ dt(Io) && !dt(jt) ? (Qe(), Pe(xH, {
39296
39302
  key: 6,
39297
- open: dt(Ao),
39303
+ open: dt(_o),
39298
39304
  slides: he.value,
39299
39305
  "active-index": H.value,
39300
39306
  "canvas-size": dt(h),
39301
39307
  "media-data-urls": dt(g),
39302
39308
  "can-edit": a.canEdit,
39303
- onClose: t[53] || (t[53] = (e) => Ao.value = !1),
39309
+ onClose: t[53] || (t[53] = (e) => _o.value = !1),
39304
39310
  onSelect: Y,
39305
39311
  onReorder: t[54] || (t[54] = (e) => dt(Ot).moveSlide(e.from, e.to)),
39306
39312
  onAddSlide: t[55] || (t[55] = (e) => dt(Ot).addSlide()),
@@ -39316,11 +39322,11 @@ var U8 = ["tabindex"], W8 = {
39316
39322
  "can-edit",
39317
39323
  "onToggleHidden"
39318
39324
  ])) : Ee("", !0),
39319
- dt(Fo) && !dt(jt) ? (Qe(), Pe(rH, {
39325
+ dt(Io) && !dt(jt) ? (Qe(), Pe(rH, {
39320
39326
  key: 7,
39321
- open: dt(Bo),
39327
+ open: dt(Lo),
39322
39328
  title: "Notes",
39323
- onClose: t[58] || (t[58] = (e) => Bo.value = !1)
39329
+ onClose: t[58] || (t[58] = (e) => Lo.value = !1)
39324
39330
  }, {
39325
39331
  default: wt(() => [Be(FV, {
39326
39332
  slide: G.value,
@@ -39328,11 +39334,11 @@ var U8 = ["tabindex"], W8 = {
39328
39334
  }, null, 8, ["slide", "onUpdate"])]),
39329
39335
  _: 1
39330
39336
  }, 8, ["open"])) : Ee("", !0),
39331
- dt(Fo) && a.canEdit && !dt(jt) ? (Qe(), Pe(rH, {
39337
+ dt(Io) && a.canEdit && !dt(jt) ? (Qe(), Pe(rH, {
39332
39338
  key: 8,
39333
- open: dt(_o),
39339
+ open: dt(Do),
39334
39340
  title: "Format",
39335
- onClose: t[59] || (t[59] = (e) => _o.value = !1)
39341
+ onClose: t[59] || (t[59] = (e) => Do.value = !1)
39336
39342
  }, {
39337
39343
  default: wt(() => [Bt.value ? (Qe(), Pe(QN, {
39338
39344
  key: 0,
@@ -39349,7 +39355,7 @@ var U8 = ["tabindex"], W8 = {
39349
39355
  "can-edit": a.canEdit,
39350
39356
  onTransitionUpdate: dt(yn),
39351
39357
  onSlideUpdate: dt(wn),
39352
- onPresentationUpdate: dt(po)
39358
+ onPresentationUpdate: dt(mo)
39353
39359
  }, null, 8, [
39354
39360
  "slide",
39355
39361
  "theme",
@@ -39361,19 +39367,19 @@ var U8 = ["tabindex"], W8 = {
39361
39367
  ])) : (Qe(), Ae("p", q8, "No slide selected."))]),
39362
39368
  _: 1
39363
39369
  }, 8, ["open"])) : Ee("", !0),
39364
- dt(Fo) && a.canEdit && !dt(jt) ? (Qe(), Pe(rH, {
39370
+ dt(Io) && a.canEdit && !dt(jt) ? (Qe(), Pe(rH, {
39365
39371
  key: 9,
39366
- open: dt(Do),
39372
+ open: dt(Bo),
39367
39373
  title: "Comments",
39368
- onClose: t[64] || (t[64] = (e) => Do.value = !1)
39374
+ onClose: t[64] || (t[64] = (e) => Bo.value = !1)
39369
39375
  }, {
39370
39376
  default: wt(() => [Be(vg, {
39371
- comments: dt(Hn).slideComments.value,
39372
- "author-name": Un.value,
39373
- onAdd: t[60] || (t[60] = (e) => dt(Gn)(dt(Hn).addComment(e))),
39374
- onRemove: t[61] || (t[61] = (e) => dt(Gn)(dt(Hn).removeComment(e))),
39375
- onResolve: t[62] || (t[62] = (e) => dt(Gn)(dt(Hn).resolveComment(e))),
39376
- onReply: t[63] || (t[63] = (e) => dt(Gn)(dt(Hn).replyToComment(e.parentId, e.text)))
39377
+ comments: dt(Kn).slideComments.value,
39378
+ "author-name": Wn.value,
39379
+ onAdd: t[60] || (t[60] = (e) => dt(Yn)(dt(Kn).addComment(e))),
39380
+ onRemove: t[61] || (t[61] = (e) => dt(Yn)(dt(Kn).removeComment(e))),
39381
+ onResolve: t[62] || (t[62] = (e) => dt(Yn)(dt(Kn).resolveComment(e))),
39382
+ onReply: t[63] || (t[63] = (e) => dt(Yn)(dt(Kn).replyToComment(e.parentId, e.text)))
39377
39383
  }, null, 8, ["comments", "author-name"])]),
39378
39384
  _: 1
39379
39385
  }, 8, ["open"])) : Ee("", !0),