pptx-vue-viewer 1.1.76 → 1.1.78

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 (164) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/dist/{dist-CvCXjCMh.js → dist-ABxBuMU7.js} +54 -52
  4. package/dist/dist-ABxBuMU7.js.br +0 -0
  5. package/dist/{dist-CvCXjCMh.js.gz → dist-ABxBuMU7.js.gz} +0 -0
  6. package/dist/{dist-CKUdBsHT.cjs → dist-Dtt0UVyq.cjs} +98 -51
  7. package/dist/dist-Dtt0UVyq.cjs.br +0 -0
  8. package/dist/{dist-CKUdBsHT.cjs.gz → dist-Dtt0UVyq.cjs.gz} +0 -0
  9. package/dist/gif-encoder-DZLW3o_g.js +2 -0
  10. package/dist/gif-encoder-DZLW3o_g.js.br +3 -0
  11. package/dist/gif-encoder-DZLW3o_g.js.gz +0 -0
  12. package/dist/gif-encoder-m86u_ZK4.cjs +2 -0
  13. package/dist/gif-encoder-m86u_ZK4.cjs.br +0 -0
  14. package/dist/gif-encoder-m86u_ZK4.cjs.gz +0 -0
  15. package/dist/index.cjs +1 -1
  16. package/dist/index.cjs.br +0 -0
  17. package/dist/index.cjs.gz +0 -0
  18. package/dist/index.js +1 -1
  19. package/dist/index.js.br +2 -3
  20. package/dist/index.js.gz +0 -0
  21. package/dist/pptx-vue-viewer.css +1 -1
  22. package/dist/pptx-vue-viewer.css.br +0 -0
  23. package/dist/pptx-vue-viewer.css.gz +0 -0
  24. package/dist/viewer/PowerPointViewer.vue.d.ts.map +1 -1
  25. package/dist/viewer/components/ActionButtonGlyphOverlay.vue.d.ts +20 -0
  26. package/dist/viewer/components/ActionButtonGlyphOverlay.vue.d.ts.map +1 -0
  27. package/dist/viewer/components/CommentMarkersOverlay.vue.d.ts +20 -0
  28. package/dist/viewer/components/CommentMarkersOverlay.vue.d.ts.map +1 -0
  29. package/dist/viewer/components/CommentsPanel.vue.d.ts +8 -0
  30. package/dist/viewer/components/CommentsPanel.vue.d.ts.map +1 -1
  31. package/dist/viewer/components/ElementRenderer.vue.d.ts.map +1 -1
  32. package/dist/viewer/components/FontEmbeddingPanel.vue.d.ts +22 -0
  33. package/dist/viewer/components/FontEmbeddingPanel.vue.d.ts.map +1 -0
  34. package/dist/viewer/components/HyperlinkDialog.vue.d.ts +13 -30
  35. package/dist/viewer/components/HyperlinkDialog.vue.d.ts.map +1 -1
  36. package/dist/viewer/components/InlineTextEditor.vue.d.ts +3 -1
  37. package/dist/viewer/components/InlineTextEditor.vue.d.ts.map +1 -1
  38. package/dist/viewer/components/KeepAnnotationsDialog.vue.d.ts +20 -0
  39. package/dist/viewer/components/KeepAnnotationsDialog.vue.d.ts.map +1 -0
  40. package/dist/viewer/components/LinkTooltip.vue.d.ts +18 -0
  41. package/dist/viewer/components/LinkTooltip.vue.d.ts.map +1 -0
  42. package/dist/viewer/components/PasswordProtectionDialog.vue.d.ts +22 -0
  43. package/dist/viewer/components/PasswordProtectionDialog.vue.d.ts.map +1 -0
  44. package/dist/viewer/components/PresentationMode.vue.d.ts +7 -2
  45. package/dist/viewer/components/PresentationMode.vue.d.ts.map +1 -1
  46. package/dist/viewer/components/SelectionPane.vue.d.ts +33 -0
  47. package/dist/viewer/components/SelectionPane.vue.d.ts.map +1 -0
  48. package/dist/viewer/components/SetUpSlideShowDialog.vue.d.ts +26 -0
  49. package/dist/viewer/components/SetUpSlideShowDialog.vue.d.ts.map +1 -0
  50. package/dist/viewer/components/ShowOptionsFieldset.vue.d.ts +18 -0
  51. package/dist/viewer/components/ShowOptionsFieldset.vue.d.ts.map +1 -0
  52. package/dist/viewer/components/ShowSlidesFieldset.vue.d.ts +21 -0
  53. package/dist/viewer/components/ShowSlidesFieldset.vue.d.ts.map +1 -0
  54. package/dist/viewer/components/SignatureStatusBadge.vue.d.ts +18 -0
  55. package/dist/viewer/components/SignatureStatusBadge.vue.d.ts.map +1 -0
  56. package/dist/viewer/components/SignatureStrippedDialog.vue.d.ts +20 -0
  57. package/dist/viewer/components/SignatureStrippedDialog.vue.d.ts.map +1 -0
  58. package/dist/viewer/components/SlideSorter.vue.d.ts +7 -0
  59. package/dist/viewer/components/SlideSorter.vue.d.ts.map +1 -1
  60. package/dist/viewer/components/TableRenderer.vue.d.ts +3 -2
  61. package/dist/viewer/components/TableRenderer.vue.d.ts.map +1 -1
  62. package/dist/viewer/components/TableResizeOverlay.vue.d.ts +36 -0
  63. package/dist/viewer/components/TableResizeOverlay.vue.d.ts.map +1 -0
  64. package/dist/viewer/components/inspector/ArtisticEffectsGallery.vue.d.ts +19 -0
  65. package/dist/viewer/components/inspector/ArtisticEffectsGallery.vue.d.ts.map +1 -0
  66. package/dist/viewer/components/inspector/ChartDataGrid.vue.d.ts +35 -0
  67. package/dist/viewer/components/inspector/ChartDataGrid.vue.d.ts.map +1 -0
  68. package/dist/viewer/components/inspector/ChartDataPointMarkerOptions.vue.d.ts +21 -0
  69. package/dist/viewer/components/inspector/ChartDataPointMarkerOptions.vue.d.ts.map +1 -0
  70. package/dist/viewer/components/inspector/ChartDataPointOptions.vue.d.ts +2 -0
  71. package/dist/viewer/components/inspector/ChartDataPointOptions.vue.d.ts.map +1 -1
  72. package/dist/viewer/components/inspector/ChartPanel.vue.d.ts.map +1 -1
  73. package/dist/viewer/components/inspector/ColorChangeSection.vue.d.ts +17 -0
  74. package/dist/viewer/components/inspector/ColorChangeSection.vue.d.ts.map +1 -0
  75. package/dist/viewer/components/inspector/ColorWashSection.vue.d.ts +17 -0
  76. package/dist/viewer/components/inspector/ColorWashSection.vue.d.ts.map +1 -0
  77. package/dist/viewer/components/inspector/DebouncedColorInput.vue.d.ts +19 -0
  78. package/dist/viewer/components/inspector/DebouncedColorInput.vue.d.ts.map +1 -0
  79. package/dist/viewer/components/inspector/DuotonePanel.vue.d.ts +17 -0
  80. package/dist/viewer/components/inspector/DuotonePanel.vue.d.ts.map +1 -0
  81. package/dist/viewer/components/inspector/EffectsPanel.vue.d.ts.map +1 -1
  82. package/dist/viewer/components/inspector/ImageAdjustmentsPanel.vue.d.ts +20 -0
  83. package/dist/viewer/components/inspector/ImageAdjustmentsPanel.vue.d.ts.map +1 -0
  84. package/dist/viewer/components/inspector/ImageCropSection.vue.d.ts +21 -0
  85. package/dist/viewer/components/inspector/ImageCropSection.vue.d.ts.map +1 -0
  86. package/dist/viewer/components/inspector/ImagePanel.vue.d.ts +7 -13
  87. package/dist/viewer/components/inspector/ImagePanel.vue.d.ts.map +1 -1
  88. package/dist/viewer/components/inspector/InspectorPane.vue.d.ts.map +1 -1
  89. package/dist/viewer/components/inspector/MediaBookmarks.vue.d.ts +16 -0
  90. package/dist/viewer/components/inspector/MediaBookmarks.vue.d.ts.map +1 -0
  91. package/dist/viewer/components/inspector/MediaPlaybackOptions.vue.d.ts +13 -0
  92. package/dist/viewer/components/inspector/MediaPlaybackOptions.vue.d.ts.map +1 -0
  93. package/dist/viewer/components/inspector/MediaPropertiesPanel.vue.d.ts +13 -0
  94. package/dist/viewer/components/inspector/MediaPropertiesPanel.vue.d.ts.map +1 -0
  95. package/dist/viewer/components/inspector/MediaTrimTimeline.vue.d.ts +25 -0
  96. package/dist/viewer/components/inspector/MediaTrimTimeline.vue.d.ts.map +1 -0
  97. package/dist/viewer/components/inspector/PresentationSettingsCard.vue.d.ts +22 -0
  98. package/dist/viewer/components/inspector/PresentationSettingsCard.vue.d.ts.map +1 -0
  99. package/dist/viewer/components/inspector/QuickStylesGallery.vue.d.ts +9 -0
  100. package/dist/viewer/components/inspector/QuickStylesGallery.vue.d.ts.map +1 -0
  101. package/dist/viewer/components/inspector/SlideInspector.vue.d.ts +4 -1
  102. package/dist/viewer/components/inspector/SlideInspector.vue.d.ts.map +1 -1
  103. package/dist/viewer/components/inspector/TableCellAdvancedFill.vue.d.ts +20 -0
  104. package/dist/viewer/components/inspector/TableCellAdvancedFill.vue.d.ts.map +1 -0
  105. package/dist/viewer/components/inspector/TableCellFormattingPanel.vue.d.ts +24 -0
  106. package/dist/viewer/components/inspector/TableCellFormattingPanel.vue.d.ts.map +1 -0
  107. package/dist/viewer/components/inspector/TablePanel.vue.d.ts +9 -24
  108. package/dist/viewer/components/inspector/TablePanel.vue.d.ts.map +1 -1
  109. package/dist/viewer/components/inspector/TableSizePanel.vue.d.ts +19 -0
  110. package/dist/viewer/components/inspector/TableSizePanel.vue.d.ts.map +1 -0
  111. package/dist/viewer/components/inspector/TableStyleOptions.vue.d.ts +19 -0
  112. package/dist/viewer/components/inspector/TableStyleOptions.vue.d.ts.map +1 -0
  113. package/dist/viewer/components/inspector/Text3DBevelSection.vue.d.ts +25 -0
  114. package/dist/viewer/components/inspector/Text3DBevelSection.vue.d.ts.map +1 -0
  115. package/dist/viewer/components/inspector/Text3DProperties.vue.d.ts +20 -0
  116. package/dist/viewer/components/inspector/Text3DProperties.vue.d.ts.map +1 -0
  117. package/dist/viewer/components/inspector/TextEffectsPanel.vue.d.ts +18 -0
  118. package/dist/viewer/components/inspector/TextEffectsPanel.vue.d.ts.map +1 -0
  119. package/dist/viewer/components/inspector/TextPanel.vue.d.ts.map +1 -1
  120. package/dist/viewer/components/inspector/TextWarpGallery.vue.d.ts +19 -0
  121. package/dist/viewer/components/inspector/TextWarpGallery.vue.d.ts.map +1 -0
  122. package/dist/viewer/composables/table-mutations.d.ts +26 -0
  123. package/dist/viewer/composables/table-mutations.d.ts.map +1 -0
  124. package/dist/viewer/composables/table-selection.d.ts +68 -0
  125. package/dist/viewer/composables/table-selection.d.ts.map +1 -0
  126. package/dist/viewer/composables/useChartEditing.d.ts +14 -1
  127. package/dist/viewer/composables/useChartEditing.d.ts.map +1 -1
  128. package/dist/viewer/composables/useComments.d.ts +8 -0
  129. package/dist/viewer/composables/useComments.d.ts.map +1 -1
  130. package/dist/viewer/composables/useDebouncedCallback.d.ts +16 -0
  131. package/dist/viewer/composables/useDebouncedCallback.d.ts.map +1 -0
  132. package/dist/viewer/composables/useImageEditing.d.ts +46 -0
  133. package/dist/viewer/composables/useImageEditing.d.ts.map +1 -0
  134. package/dist/viewer/composables/useLoadContent.d.ts +3 -1
  135. package/dist/viewer/composables/useLoadContent.d.ts.map +1 -1
  136. package/dist/viewer/composables/useMediaEditing.d.ts +34 -0
  137. package/dist/viewer/composables/useMediaEditing.d.ts.map +1 -0
  138. package/dist/viewer/composables/useTextEffects.d.ts +23 -0
  139. package/dist/viewer/composables/useTextEffects.d.ts.map +1 -0
  140. package/dist/viewer/index.cjs +1 -1
  141. package/dist/viewer/index.cjs.br +0 -0
  142. package/dist/viewer/index.cjs.gz +0 -0
  143. package/dist/viewer/index.js +1 -1
  144. package/dist/viewer/index.js.br +1 -2
  145. package/dist/viewer/index.js.gz +0 -0
  146. package/dist/{viewer-t-wza0VB.js → viewer-BUUM_Eul.js} +11887 -7714
  147. package/dist/viewer-BUUM_Eul.js.br +0 -0
  148. package/dist/viewer-BUUM_Eul.js.gz +0 -0
  149. package/dist/{viewer-BgiINZf1.cjs → viewer-DGYrL5xE.cjs} +9111 -4937
  150. package/dist/viewer-DGYrL5xE.cjs.br +0 -0
  151. package/dist/viewer-DGYrL5xE.cjs.gz +0 -0
  152. package/package.json +1 -1
  153. package/dist/dist-CKUdBsHT.cjs.br +0 -0
  154. package/dist/dist-CvCXjCMh.js.br +0 -0
  155. package/dist/gif-encoder-CYNnxL8D.cjs +0 -2
  156. package/dist/gif-encoder-CYNnxL8D.cjs.br +0 -0
  157. package/dist/gif-encoder-CYNnxL8D.cjs.gz +0 -0
  158. package/dist/gif-encoder-NTISOGYu.js +0 -2
  159. package/dist/gif-encoder-NTISOGYu.js.br +0 -3
  160. package/dist/gif-encoder-NTISOGYu.js.gz +0 -0
  161. package/dist/viewer-BgiINZf1.cjs.br +0 -0
  162. package/dist/viewer-BgiINZf1.cjs.gz +0 -0
  163. package/dist/viewer-t-wza0VB.js.br +0 -0
  164. package/dist/viewer-t-wza0VB.js.gz +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/LinkTooltip.vue"],"names":[],"mappings":"AAgCA;;;;;;;GAOG;AACH,KAAK,WAAW,GAAG;IAClB,+CAA+C;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AA0DF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * PasswordProtectionDialog: set or remove a presentation open password. Vue
3
+ * port of the React `PasswordProtectionDialog.tsx`. Like React, the password
4
+ * itself is held in host state (encryption on save is not wired in either
5
+ * binding); this dialog owns only the entry UI, strength meter, and validation.
6
+ */
7
+ type __VLS_Props = {
8
+ open: boolean;
9
+ isCurrentlyProtected: boolean;
10
+ };
11
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ close: () => any;
13
+ setPassword: (password: string) => any;
14
+ removePassword: () => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ onClose?: (() => any) | undefined;
17
+ onSetPassword?: ((password: string) => any) | undefined;
18
+ onRemovePassword?: (() => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ //# sourceMappingURL=PasswordProtectionDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PasswordProtectionDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/PasswordProtectionDialog.vue"],"names":[],"mappings":"AA+LA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,oBAAoB,EAAE,OAAO,CAAC;CAC9B,CAAC;AA6VF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,5 @@
1
1
  import { PptxSlide } from 'pptx-viewer-core';
2
+ import { SlideAnnotationMap } from '../composables/usePresentationAnnotations';
2
3
  import { CanvasSize } from '../types';
3
4
  /**
4
5
  * PresentationMode - a full-viewport slideshow overlay.
@@ -24,10 +25,14 @@ type __VLS_Props = {
24
25
  startIndex?: number;
25
26
  };
26
27
  declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
27
- close: () => any;
28
+ close: (payload?: {
29
+ annotations: SlideAnnotationMap;
30
+ } | undefined) => any;
28
31
  "slide-change": (index: number) => any;
29
32
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
30
- onClose?: (() => any) | undefined;
33
+ onClose?: ((payload?: {
34
+ annotations: SlideAnnotationMap;
35
+ } | undefined) => any) | undefined;
31
36
  "onSlide-change"?: ((index: number) => any) | undefined;
32
37
  }>, {
33
38
  startIndex: number;
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationMode.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/PresentationMode.vue"],"names":[],"mappings":"AAqfA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAUlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAU3C;;;;;;;;;;;;;;;;GAgBG;AACH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAosBH,QAAA,MAAM,YAAY;;;;;;;gBArsBH,MAAM;6EAysBnB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"PresentationMode.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/PresentationMode.vue"],"names":[],"mappings":"AAuiBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAQlD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAGpF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAW3C;;;;;;;;;;;;;;;;GAgBG;AACH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA2wBH,QAAA,MAAM,YAAY;;qBA/vBqB,kBAAkB;;;;;qBAAlB,kBAAkB;;;;gBAb1C,MAAM;6EAgxBnB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,33 @@
1
+ import { PptxElement } from 'pptx-viewer-core';
2
+ /**
3
+ * SelectionPane: lists every element on the active slide with visibility
4
+ * toggles and drag-to-reorder (z-order). Vue port of the React
5
+ * `SelectionPane.tsx`. The pane is presentational: it emits `select`,
6
+ * `toggle-visibility`, and `reorder`; the host routes those through the
7
+ * history-tracked editor operations so they undo/redo like any other edit.
8
+ */
9
+ type __VLS_Props = {
10
+ elements: PptxElement[];
11
+ selectedIds: string[];
12
+ canEdit: boolean;
13
+ };
14
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ select: (id: string) => any;
16
+ close: () => any;
17
+ reorder: (payload: {
18
+ from: number;
19
+ to: number;
20
+ }) => any;
21
+ "toggle-visibility": (id: string) => any;
22
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
+ onSelect?: ((id: string) => any) | undefined;
24
+ onClose?: (() => any) | undefined;
25
+ onReorder?: ((payload: {
26
+ from: number;
27
+ to: number;
28
+ }) => any) | undefined;
29
+ "onToggle-visibility"?: ((id: string) => any) | undefined;
30
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: typeof __VLS_export;
32
+ export default _default;
33
+ //# sourceMappingURL=SelectionPane.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectionPane.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SelectionPane.vue"],"names":[],"mappings":"AA+IA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAGpD;;;;;;GAMG;AACH,KAAK,WAAW,GAAG;IAClB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;CACjB,CAAC;AAsRF,QAAA,MAAM,YAAY;;;;cAhRU,MAAM;YAAM,MAAM;;;;;;;cAAlB,MAAM;YAAM,MAAM;;;kFAmR5C,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,26 @@
1
+ import { PptxCustomShow, PptxPresentationProperties } from 'pptx-viewer-core';
2
+ /**
3
+ * SetUpSlideShowDialog: configure slide-show playback settings (show type,
4
+ * slide range, advance mode, loop / narration / animation / subtitles, and the
5
+ * annotation pen colour). Vue port of the React `SetUpSlideShowDialog.tsx`.
6
+ *
7
+ * The dialog edits a local `draft` copy of the presentation properties and
8
+ * only commits it via the `save` event on OK, so cancelling discards edits.
9
+ * The host persists the returned properties through the editor/save path.
10
+ */
11
+ type __VLS_Props = {
12
+ open: boolean;
13
+ properties: PptxPresentationProperties;
14
+ customShows: PptxCustomShow[];
15
+ slideCount: number;
16
+ };
17
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ close: () => any;
19
+ save: (properties: PptxPresentationProperties) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ onClose?: (() => any) | undefined;
22
+ onSave?: ((properties: PptxPresentationProperties) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
26
+ //# sourceMappingURL=SetUpSlideShowDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetUpSlideShowDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SetUpSlideShowDialog.vue"],"names":[],"mappings":"AAsJA,OAAO,KAAK,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAOnF;;;;;;;;GAQG;AACH,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,0BAA0B,CAAC;IACvC,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;CACnB,CAAC;AA2RF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,18 @@
1
+ import { PptxPresentationProperties } from 'pptx-viewer-core';
2
+ /**
3
+ * ShowOptionsFieldset: slide-show option toggles (loop, narration, animation,
4
+ * subtitles) plus the annotation pen colour. Vue port of the React
5
+ * `ShowOptionsFieldset.tsx`, extended with the pen-colour control the React
6
+ * dialog stores on `penColor`.
7
+ */
8
+ type __VLS_Props = {
9
+ draft: PptxPresentationProperties;
10
+ };
11
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ update: (patch: Partial<PptxPresentationProperties>) => any;
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onUpdate?: ((patch: Partial<PptxPresentationProperties>) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ //# sourceMappingURL=ShowOptionsFieldset.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowOptionsFieldset.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/ShowOptionsFieldset.vue"],"names":[],"mappings":"AAAA,OA6EO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAEnE;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,KAAK,EAAE,0BAA0B,CAAC;CAClC,CAAC;AA8JF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,21 @@
1
+ import { PptxCustomShow, PptxPresentationProperties } from 'pptx-viewer-core';
2
+ /**
3
+ * ShowSlidesFieldset: which slides a slide show includes (all, a from/to
4
+ * range, or a named custom show). Vue port of the React
5
+ * `ShowSlidesFieldset.tsx`; the parent owns the `draft` and passes an `update`
6
+ * patch callback so the fieldset stays presentational.
7
+ */
8
+ type __VLS_Props = {
9
+ draft: PptxPresentationProperties;
10
+ showSlidesMode: 'all' | 'customShow' | 'range';
11
+ slideCount: number;
12
+ customShows: PptxCustomShow[];
13
+ };
14
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ update: (patch: Partial<PptxPresentationProperties>) => any;
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ onUpdate?: ((patch: Partial<PptxPresentationProperties>) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ //# sourceMappingURL=ShowSlidesFieldset.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowSlidesFieldset.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/ShowSlidesFieldset.vue"],"names":[],"mappings":"AA+HA,OAAO,KAAK,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAEnF;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,KAAK,EAAE,0BAA0B,CAAC;IAClC,cAAc,EAAE,KAAK,GAAG,YAAY,GAAG,OAAO,CAAC;IAC/C,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,cAAc,EAAE,CAAC;CAC9B,CAAC;AAwPF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * SignatureStatusBadge: a small chrome badge indicating the document is
3
+ * digitally signed. Vue port of the React `SignatureStatusBadge.tsx`. Renders
4
+ * nothing when there are no signatures; emits `click` to open the signatures
5
+ * panel/dialog.
6
+ */
7
+ type __VLS_Props = {
8
+ hasSignatures: boolean;
9
+ signatureCount: number;
10
+ };
11
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ click: () => any;
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onClick?: (() => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ //# sourceMappingURL=SignatureStatusBadge.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SignatureStatusBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SignatureStatusBadge.vue"],"names":[],"mappings":"AAwCA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;CACvB,CAAC;AA4EF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * SignatureStrippedDialog: warns that editing a digitally-signed presentation
3
+ * invalidates and strips its signatures on save. Vue port of the React
4
+ * `SignatureStrippedDialog.tsx`. `confirm` proceeds with the edit; `cancel`
5
+ * dismisses.
6
+ */
7
+ type __VLS_Props = {
8
+ open: boolean;
9
+ signatureCount: number;
10
+ };
11
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ cancel: () => any;
13
+ confirm: () => any;
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ onCancel?: (() => any) | undefined;
16
+ onConfirm?: (() => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ //# sourceMappingURL=SignatureStrippedDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SignatureStrippedDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SignatureStrippedDialog.vue"],"names":[],"mappings":"AA8DA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACvB,CAAC;AA6IF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,15 +5,22 @@ type __VLS_Props = {
5
5
  canvasSize: CanvasSize;
6
6
  mediaDataUrls: Map<string, string>;
7
7
  activeIndex: number;
8
+ canEdit?: boolean;
8
9
  };
9
10
  declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  select: (index: number) => any;
11
12
  close: () => any;
13
+ delete: (index: number) => any;
12
14
  reorder: (from: number, to: number) => any;
15
+ duplicate: (index: number) => any;
16
+ "toggle-hidden": (index: number) => any;
13
17
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
18
  onSelect?: ((index: number) => any) | undefined;
15
19
  onClose?: (() => any) | undefined;
20
+ onDelete?: ((index: number) => any) | undefined;
16
21
  onReorder?: ((from: number, to: number) => any) | undefined;
22
+ onDuplicate?: ((index: number) => any) | undefined;
23
+ "onToggle-hidden"?: ((index: number) => any) | undefined;
17
24
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
25
  declare const _default: typeof __VLS_export;
19
26
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"SlideSorter.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SlideSorter.vue"],"names":[],"mappings":"AA+OA;;;;;;;;;;;;;;GAcG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C,KAAK,WAAW,GAAG;IAClB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;CACpB,CAAC;AAgNF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"SlideSorter.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/SlideSorter.vue"],"names":[],"mappings":"AAsVA;;;;;;;;;;;;;;GAcG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAK3C,KAAK,WAAW,GAAG;IAClB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AA8UF,QAAA,MAAM,YAAY;;;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -16,8 +16,9 @@ import { ParsedTableStyleMap, PptxElement, PptxThemeColorScheme } from 'pptx-vie
16
16
  * - rich per-run cell text via optional `CellTextRun[]` on cells
17
17
  * - diagonal cell borders via an SVG overlay
18
18
  *
19
- * Not ported (editing concerns, see PORTING.md): resize handles, inline cell
20
- * editing, cell selection, and the raw-OOXML render path.
19
+ * Editing affordances (inline cell text edit, cell selection + Shift+range
20
+ * highlight, and column/row drag-resize handles) are layered on when an edit
21
+ * context is provided. The raw-OOXML render path is not ported (see PORTING.md).
21
22
  */
22
23
  type __VLS_Props = {
23
24
  element: PptxElement;
@@ -1 +1 @@
1
- {"version":3,"file":"TableRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/TableRenderer.vue"],"names":[],"mappings":"AAweA,OAAO,KAAK,EACX,mBAAmB,EACnB,WAAW,EAGX,oBAAoB,EACpB,MAAM,kBAAkB,CAAC;AAsB1B;;;;;;;;;;;;;;;;;;;GAmBG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;IACrB,+EAA+E;IAC/E,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC;;;OAGG;IACH,aAAa,CAAC,EAAE,mBAAmB,CAAC;CACpC,CAAC;AAqbF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"TableRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/TableRenderer.vue"],"names":[],"mappings":"AAuiBA,OAAO,KAAK,EACX,mBAAmB,EACnB,WAAW,EAGX,oBAAoB,EACpB,MAAM,kBAAkB,CAAC;AAwB1B;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;IACrB,+EAA+E;IAC/E,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC;;;OAGG;IACH,aAAa,CAAC,EAAE,mBAAmB,CAAC;CACpC,CAAC;AAugBF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * TableResizeOverlay: Vue port of React's `utils/table-render-resize.tsx`.
3
+ *
4
+ * Wraps a rendered table (default slot) and, when `editable`, draws draggable
5
+ * column-boundary and row-boundary handles on top. Column boundaries are placed
6
+ * from the proportional widths; row boundaries are measured from the mounted
7
+ * `<tr>` heights. The pure drag math (redistribute two adjacent column
8
+ * proportions, clamp a dragged row height) lives in `pptx-viewer-shared`
9
+ * (`render/table-resize.ts`), so this component only owns the DOM interaction.
10
+ */
11
+ type __VLS_Props = {
12
+ /** Column widths as proportions summing to ~1. */
13
+ columnWidths: number[];
14
+ /** When false the overlay renders only the slotted table (no handles). */
15
+ editable: boolean;
16
+ };
17
+ declare var __VLS_1: {};
18
+ type __VLS_Slots = {} & {
19
+ default?: (props: typeof __VLS_1) => any;
20
+ };
21
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ resizeColumns: (widths: number[]) => any;
23
+ resizeRow: (rowIndex: number, height: number) => any;
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
+ onResizeColumns?: ((widths: number[]) => any) | undefined;
26
+ onResizeRow?: ((rowIndex: number, height: number) => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
36
+ //# sourceMappingURL=TableResizeOverlay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableResizeOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/viewer/components/TableResizeOverlay.vue"],"names":[],"mappings":"AAqMA;;;;;;;;;GASG;AACH,KAAK,WAAW,GAAG;IAClB,kDAAkD;IAClD,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,0EAA0E;IAC1E,QAAQ,EAAE,OAAO,CAAC;CAClB,CAAC;AAyOF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { PptxElement, PptxImageEffects } from 'pptx-viewer-core';
2
+ /**
3
+ * ArtisticEffectsGallery: a 4-column grid over the shared ARTISTIC_EFFECTS
4
+ * catalogue. Each cell previews the effect as a live CSS filter over the image
5
+ * and, on click, sets `imageEffects.artisticEffect` (or clears it for "none").
6
+ * Emits the FULL merged `imageEffects` sub-object like every other sub-panel.
7
+ */
8
+ type __VLS_Props = {
9
+ imgSrc: string | undefined;
10
+ fx: PptxImageEffects | undefined;
11
+ };
12
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ update: (patch: Partial<PptxElement>) => any;
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ onUpdate?: ((patch: Partial<PptxElement>) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ //# sourceMappingURL=ArtisticEffectsGallery.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArtisticEffectsGallery.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ArtisticEffectsGallery.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKtE;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,EAAE,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACjC,CAAC;AAkIF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,35 @@
1
+ import { PptxChartSeries } from 'pptx-viewer-core';
2
+ /**
3
+ * ChartDataGrid: an editable spreadsheet-style grid of the chart's underlying
4
+ * data. Mirrors React's `ChartDataGrid`. Categories run down the rows, series
5
+ * across the columns; every cell is a numeric value. Series names and category
6
+ * labels are editable in the header column/row, and series/categories can be
7
+ * added or removed. A read-only summary line reports the current counts.
8
+ *
9
+ * All mutation is emitted upward; the parent routes it through `useChartEditing`
10
+ * so the full new `chartData` is emitted via the panel's `update` contract.
11
+ */
12
+ type __VLS_Props = {
13
+ series: readonly PptxChartSeries[];
14
+ categories: readonly string[];
15
+ };
16
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ updateSeries: (index: number, patch: Partial<PptxChartSeries>) => any;
18
+ updateCategoryLabel: (catIndex: number, value: string) => any;
19
+ updateValue: (seriesIndex: number, catIndex: number, raw: string) => any;
20
+ addSeries: () => any;
21
+ removeSeries: (seriesIndex: number) => any;
22
+ addCategory: () => any;
23
+ removeCategory: (catIndex: number) => any;
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
+ onUpdateSeries?: ((index: number, patch: Partial<PptxChartSeries>) => any) | undefined;
26
+ onUpdateCategoryLabel?: ((catIndex: number, value: string) => any) | undefined;
27
+ onUpdateValue?: ((seriesIndex: number, catIndex: number, raw: string) => any) | undefined;
28
+ onAddSeries?: (() => any) | undefined;
29
+ onRemoveSeries?: ((seriesIndex: number) => any) | undefined;
30
+ onAddCategory?: (() => any) | undefined;
31
+ onRemoveCategory?: ((catIndex: number) => any) | undefined;
32
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: typeof __VLS_export;
34
+ export default _default;
35
+ //# sourceMappingURL=ChartDataGrid.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChartDataGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ChartDataGrid.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAGxD;;;;;;;;;GASG;AACH,KAAK,WAAW,GAAG;IAClB,MAAM,EAAE,SAAS,eAAe,EAAE,CAAC;IACnC,UAAU,EAAE,SAAS,MAAM,EAAE,CAAC;CAC9B,CAAC;AA8PF,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,21 @@
1
+ import { PptxChartSeries, PptxChartType } from 'pptx-viewer-core';
2
+ import { ChartMarkerEdit } from '../../composables/useChartEditing';
3
+ /**
4
+ * ChartDataPointMarkerOptions: per-data-point marker overrides for line/scatter/
5
+ * bubble/radar charts, targeting one series at a time. Mirrors React's
6
+ * `ChartDataPointMarkerOptions`. Emits `setPointMarker(seriesIndex, pointIndex,
7
+ * edit)` where `null` clears the override.
8
+ */
9
+ type __VLS_Props = {
10
+ chartType: PptxChartType;
11
+ categories: readonly string[];
12
+ series: readonly PptxChartSeries[];
13
+ };
14
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ setPointMarker: (seriesIndex: number, pointIndex: number, marker: ChartMarkerEdit | null) => any;
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ onSetPointMarker?: ((seriesIndex: number, pointIndex: number, marker: ChartMarkerEdit | null) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ //# sourceMappingURL=ChartDataPointMarkerOptions.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChartDataPointMarkerOptions.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ChartDataPointMarkerOptions.vue"],"names":[],"mappings":"AAsJA,OAAO,KAAK,EAGX,eAAe,EACf,aAAa,EACb,MAAM,kBAAkB,CAAC;AAI1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAEzE;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,SAAS,EAAE,aAAa,CAAC;IACzB,UAAU,EAAE,SAAS,MAAM,EAAE,CAAC;IAC9B,MAAM,EAAE,SAAS,eAAe,EAAE,CAAC;CACnC,CAAC;AAoRF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -12,9 +12,11 @@ type __VLS_Props = {
12
12
  declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  setPointFill: (seriesIndex: number, pointIndex: number, color: string | null) => any;
14
14
  setPointExplosion: (seriesIndex: number, pointIndex: number, explosion: number | null) => any;
15
+ setPointLabel: (seriesIndex: number, pointIndex: number, text: string | null) => any;
15
16
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
17
  onSetPointFill?: ((seriesIndex: number, pointIndex: number, color: string | null) => any) | undefined;
17
18
  onSetPointExplosion?: ((seriesIndex: number, pointIndex: number, explosion: number | null) => any) | undefined;
19
+ onSetPointLabel?: ((seriesIndex: number, pointIndex: number, text: string | null) => any) | undefined;
18
20
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ChartDataPointOptions.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ChartDataPointOptions.vue"],"names":[],"mappings":"AA8HA,OAAO,KAAK,EAAsB,eAAe,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAI3F;;;;GAIG;AACH,KAAK,WAAW,GAAG;IAClB,SAAS,EAAE,aAAa,CAAC;IACzB,UAAU,EAAE,SAAS,MAAM,EAAE,CAAC;IAC9B,MAAM,EAAE,SAAS,eAAe,EAAE,CAAC;CACnC,CAAC;AA4NF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ChartDataPointOptions.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ChartDataPointOptions.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EAAsB,eAAe,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAI3F;;;;GAIG;AACH,KAAK,WAAW,GAAG;IAClB,SAAS,EAAE,aAAa,CAAC;IACzB,UAAU,EAAE,SAAS,MAAM,EAAE,CAAC;IAC9B,MAAM,EAAE,SAAS,eAAe,EAAE,CAAC;CACnC,CAAC;AA8PF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChartPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ChartPanel.vue"],"names":[],"mappings":"AAAA,OA4NO,KAAK,EAAkD,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAepG;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;CACrB,CAAC;AA6bF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ChartPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ChartPanel.vue"],"names":[],"mappings":"AAAA,OA2PO,KAAK,EAAkD,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAkBpG;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;CACrB,CAAC;AAuhBF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,17 @@
1
+ import { PptxElement, PptxImageEffects } from 'pptx-viewer-core';
2
+ /**
3
+ * ColorChangeSection: recolour (chroma-key) toggle with from/to colour pickers
4
+ * and a "make target transparent" option, mapping to `imageEffects.clrChange`
5
+ * (`a:clrChange`). Emits the FULL merged `imageEffects` sub-object per change.
6
+ */
7
+ type __VLS_Props = {
8
+ fx: PptxImageEffects | undefined;
9
+ };
10
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ update: (patch: Partial<PptxElement>) => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onUpdate?: ((patch: Partial<PptxElement>) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ //# sourceMappingURL=ColorChangeSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorChangeSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ColorChangeSection.vue"],"names":[],"mappings":"AAAA,OA2FO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOtE;;;;GAIG;AACH,KAAK,WAAW,GAAG;IAClB,EAAE,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACjC,CAAC;AA0LF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,17 @@
1
+ import { PptxElement, PptxImageEffects } from 'pptx-viewer-core';
2
+ /**
3
+ * ColorWashSection: a colour wash (tint) toggle plus wash colour + opacity
4
+ * controls. Emits the FULL merged `imageEffects` sub-object per change, exactly
5
+ * like every other image sub-panel.
6
+ */
7
+ type __VLS_Props = {
8
+ fx: PptxImageEffects | undefined;
9
+ };
10
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ update: (patch: Partial<PptxElement>) => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onUpdate?: ((patch: Partial<PptxElement>) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ //# sourceMappingURL=ColorWashSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorWashSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ColorWashSection.vue"],"names":[],"mappings":"AAAA,OAgFO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOtE;;;;GAIG;AACH,KAAK,WAAW,GAAG;IAClB,EAAE,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACjC,CAAC;AAmJF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * DebouncedColorInput: a native colour picker that commits live as the user
3
+ * drags through the swatch, keeping the canvas in sync while a local mirror
4
+ * keeps the control responsive. Vue equivalent of React's DebouncedColorInput;
5
+ * undo grouping is handled downstream in the editor history.
6
+ */
7
+ type __VLS_Props = {
8
+ value: string;
9
+ disabled?: boolean;
10
+ ariaLabel?: string;
11
+ };
12
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ commit: (hex: string) => any;
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ onCommit?: ((hex: string) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ //# sourceMappingURL=DebouncedColorInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebouncedColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/DebouncedColorInput.vue"],"names":[],"mappings":"AAoDA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAiEF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,17 @@
1
+ import { PptxElement, PptxImageEffects } from 'pptx-viewer-core';
2
+ /**
3
+ * DuotonePanel: the duotone image effect (`a:duotone`) - a shadow + highlight
4
+ * colour pair plus quick-apply presets from the shared DUOTONE_PRESETS
5
+ * catalogue. Emits the FULL merged `imageEffects` sub-object per change.
6
+ */
7
+ type __VLS_Props = {
8
+ fx: PptxImageEffects | undefined;
9
+ };
10
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ update: (patch: Partial<PptxElement>) => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onUpdate?: ((patch: Partial<PptxElement>) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ //# sourceMappingURL=DuotonePanel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DuotonePanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/DuotonePanel.vue"],"names":[],"mappings":"AAAA,OAwGO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAWtE;;;;GAIG;AACH,KAAK,WAAW,GAAG;IAClB,EAAE,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACjC,CAAC;AAoOF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EffectsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/EffectsPanel.vue"],"names":[],"mappings":"AAAA,OA+SO,KAAK,EAAE,WAAW,EAAc,MAAM,kBAAkB,CAAC;AAIhE;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;CACrB,CAAC;AA8fF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"EffectsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/EffectsPanel.vue"],"names":[],"mappings":"AAAA,OAmTO,KAAK,EAAE,WAAW,EAAc,MAAM,kBAAkB,CAAC;AAMhE;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;CACrB,CAAC;AA8gBF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,20 @@
1
+ import { PptxElement, PptxImageEffects } from 'pptx-viewer-core';
2
+ /**
3
+ * ImageAdjustmentsPanel: brightness / contrast / saturation sliders plus the
4
+ * alpha (transparency) and bi-level (1-bit threshold) adjustments. Emits the
5
+ * FULL merged `imageEffects` sub-object per change, exactly like ImagePanel.
6
+ *
7
+ * `alphaModFix` is stored as opacity (100 = fully opaque); PowerPoint's UI
8
+ * shows it inverted as "Transparency", so we present `100 - alphaModFix`.
9
+ */
10
+ type __VLS_Props = {
11
+ fx: PptxImageEffects | undefined;
12
+ };
13
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ update: (patch: Partial<PptxElement>) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ onUpdate?: ((patch: Partial<PptxElement>) => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ //# sourceMappingURL=ImageAdjustmentsPanel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageAdjustmentsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ImageAdjustmentsPanel.vue"],"names":[],"mappings":"AAAA,OAiJO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKtE;;;;;;;GAOG;AACH,KAAK,WAAW,GAAG;IAClB,EAAE,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACjC,CAAC;AAwQF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,21 @@
1
+ import { PptxElement } from 'pptx-viewer-core';
2
+ /**
3
+ * ImageCropSection: crop-inset sliders (left/top/right/bottom), a Reset Crop
4
+ * action, and a "Replace Image" button. Crop fields are TOP-LEVEL element
5
+ * fields (fractions 0..1), so patches are emitted as shallow element patches
6
+ * (e.g. `{ cropLeft: 0.05 }`), not nested under `imageEffects`.
7
+ *
8
+ * Replace Image reads the chosen file as a data-URL and emits `{ imageData }`
9
+ * so the swap happens entirely within the panel (no host wiring required).
10
+ */
11
+ type __VLS_Props = {
12
+ element: PptxElement;
13
+ };
14
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ update: (patch: Partial<PptxElement>) => any;
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ onUpdate?: ((patch: Partial<PptxElement>) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ //# sourceMappingURL=ImageCropSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageCropSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/inspector/ImageCropSection.vue"],"names":[],"mappings":"AAAA,OAmHO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD;;;;;;;;GAQG;AACH,KAAK,WAAW,GAAG;IAClB,OAAO,EAAE,WAAW,CAAC;CACrB,CAAC;AAiKF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}