pptx-vue-viewer 1.1.85 → 1.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/gif-encoder-BjcoYkeO.cjs +2 -0
- package/dist/gif-encoder-BjcoYkeO.cjs.br +0 -0
- package/dist/gif-encoder-BjcoYkeO.cjs.gz +0 -0
- package/dist/gif-encoder-D1doqQ-s.js +2 -0
- package/dist/gif-encoder-D1doqQ-s.js.br +3 -0
- package/dist/gif-encoder-D1doqQ-s.js.gz +0 -0
- package/dist/i18n.cjs +10 -0
- package/dist/i18n.cjs.br +0 -0
- package/dist/i18n.cjs.gz +0 -0
- package/dist/i18n.js +10 -0
- package/dist/i18n.js.br +0 -0
- package/dist/i18n.js.gz +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.br +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.br +1 -3
- package/dist/index.js.gz +0 -0
- package/dist/viewer/components/chart/ChartChrome.vue.d.ts +5 -3
- package/dist/viewer/components/chart/ChartChrome.vue.d.ts.map +1 -1
- package/dist/viewer/index.cjs +1 -1
- package/dist/viewer/index.cjs.br +0 -0
- package/dist/viewer/index.cjs.gz +0 -0
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/{viewer-B3LNtsxw.cjs → viewer-C5zYZh-o.cjs} +3773 -3713
- package/dist/viewer-C5zYZh-o.cjs.br +0 -0
- package/dist/viewer-C5zYZh-o.cjs.gz +0 -0
- package/dist/{viewer-4nl5rGVS.js → viewer-CQS8TbDy.js} +4333 -4273
- package/dist/viewer-CQS8TbDy.js.br +0 -0
- package/dist/viewer-CQS8TbDy.js.gz +0 -0
- package/package.json +1 -1
- package/dist/gif-encoder-DiUkKbtQ.js +0 -2
- package/dist/gif-encoder-DiUkKbtQ.js.br +0 -0
- package/dist/gif-encoder-DiUkKbtQ.js.gz +0 -0
- package/dist/gif-encoder-Kwb3L3QK.cjs +0 -2
- package/dist/gif-encoder-Kwb3L3QK.cjs.br +0 -0
- package/dist/gif-encoder-Kwb3L3QK.cjs.gz +0 -0
- package/dist/viewer-4nl5rGVS.js.br +0 -0
- package/dist/viewer-4nl5rGVS.js.gz +0 -0
- package/dist/viewer-B3LNtsxw.cjs.br +0 -0
- package/dist/viewer-B3LNtsxw.cjs.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
5
|
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
6
|
|
|
7
|
+
## [1.1.85](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.1.85) - 2026-07-03
|
|
8
|
+
|
|
9
|
+
### Testing
|
|
10
|
+
|
|
11
|
+
- **vue:** Install a real vue-i18n instance globally for component tests (by @ChristopherVR) ([47edca1](https://github.com/ChristopherVR/pptx-viewer/commit/47edca1d9060ef30899970038510c278716fe23a))
|
|
12
|
+
|
|
7
13
|
## [1.1.83](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.1.83) - 2026-07-03
|
|
8
14
|
|
|
9
15
|
### Features
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/i18n.cjs
CHANGED
|
@@ -678,6 +678,8 @@ var t = function(t) {
|
|
|
678
678
|
"pptx.inspector.fill": "Fill",
|
|
679
679
|
"pptx.inspector.line": "Line",
|
|
680
680
|
"pptx.inspector.effects": "Effects",
|
|
681
|
+
"pptx.inspector.softEdge": "Soft Edge",
|
|
682
|
+
"pptx.inspector.softEdgeRadius": "Soft Edge Radius",
|
|
681
683
|
"pptx.arrange.positionSize": "Position & Size",
|
|
682
684
|
"pptx.arrange.lockElement": "Lock element",
|
|
683
685
|
"pptx.arrange.unlockElement": "Unlock element",
|
|
@@ -698,6 +700,9 @@ var t = function(t) {
|
|
|
698
700
|
"pptx.media.trimEndTime": "End (mm:ss)",
|
|
699
701
|
"pptx.media.trimmedDuration": "Trimmed duration",
|
|
700
702
|
"pptx.media.resetTrim": "Reset trim",
|
|
703
|
+
"pptx.media.trimErrorNegative": "Trim times cannot be negative.",
|
|
704
|
+
"pptx.media.trimErrorStartAfterEnd": "Trim start must be before trim end.",
|
|
705
|
+
"pptx.media.trimErrorBeyondDuration": "Trim times cannot exceed the clip duration.",
|
|
701
706
|
"pptx.media.playback": "Playback",
|
|
702
707
|
"pptx.media.volume": "Volume",
|
|
703
708
|
"pptx.media.speed": "Speed",
|
|
@@ -1849,13 +1854,18 @@ var t = function(t) {
|
|
|
1849
1854
|
"pptx.documentProperties.custom.typeNumber": "Number",
|
|
1850
1855
|
"pptx.documentProperties.custom.typeText": "Text",
|
|
1851
1856
|
"pptx.documentProperties.custom.typeYesNo": "Yes or No",
|
|
1857
|
+
"pptx.documentProperties.statistics.application": "Application",
|
|
1858
|
+
"pptx.documentProperties.statistics.appVersion": "Application Version",
|
|
1852
1859
|
"pptx.documentProperties.statistics.elements": "Elements",
|
|
1853
1860
|
"pptx.documentProperties.statistics.hiddenSlides": "Hidden Slides",
|
|
1854
1861
|
"pptx.documentProperties.statistics.lastModifiedBy": "Last Modified By",
|
|
1855
1862
|
"pptx.documentProperties.statistics.notes": "Notes",
|
|
1856
1863
|
"pptx.documentProperties.statistics.paragraphs": "Paragraphs",
|
|
1864
|
+
"pptx.documentProperties.statistics.presentationFormat": "Presentation Format",
|
|
1857
1865
|
"pptx.documentProperties.statistics.revision": "Revision",
|
|
1858
1866
|
"pptx.documentProperties.statistics.slides": "Slides",
|
|
1867
|
+
"pptx.documentProperties.statistics.template": "Template",
|
|
1868
|
+
"pptx.documentProperties.statistics.totalTime": "Total Editing Time",
|
|
1859
1869
|
"pptx.documentProperties.statistics.words": "Words",
|
|
1860
1870
|
"pptx.documentProperties.summary.category": "Category",
|
|
1861
1871
|
"pptx.documentProperties.summary.description": "Description",
|
package/dist/i18n.cjs.br
CHANGED
|
Binary file
|
package/dist/i18n.cjs.gz
CHANGED
|
Binary file
|
package/dist/i18n.js
CHANGED
|
@@ -680,6 +680,8 @@ var e = function(t) {
|
|
|
680
680
|
"pptx.inspector.fill": "Fill",
|
|
681
681
|
"pptx.inspector.line": "Line",
|
|
682
682
|
"pptx.inspector.effects": "Effects",
|
|
683
|
+
"pptx.inspector.softEdge": "Soft Edge",
|
|
684
|
+
"pptx.inspector.softEdgeRadius": "Soft Edge Radius",
|
|
683
685
|
"pptx.arrange.positionSize": "Position & Size",
|
|
684
686
|
"pptx.arrange.lockElement": "Lock element",
|
|
685
687
|
"pptx.arrange.unlockElement": "Unlock element",
|
|
@@ -700,6 +702,9 @@ var e = function(t) {
|
|
|
700
702
|
"pptx.media.trimEndTime": "End (mm:ss)",
|
|
701
703
|
"pptx.media.trimmedDuration": "Trimmed duration",
|
|
702
704
|
"pptx.media.resetTrim": "Reset trim",
|
|
705
|
+
"pptx.media.trimErrorNegative": "Trim times cannot be negative.",
|
|
706
|
+
"pptx.media.trimErrorStartAfterEnd": "Trim start must be before trim end.",
|
|
707
|
+
"pptx.media.trimErrorBeyondDuration": "Trim times cannot exceed the clip duration.",
|
|
703
708
|
"pptx.media.playback": "Playback",
|
|
704
709
|
"pptx.media.volume": "Volume",
|
|
705
710
|
"pptx.media.speed": "Speed",
|
|
@@ -1851,13 +1856,18 @@ var e = function(t) {
|
|
|
1851
1856
|
"pptx.documentProperties.custom.typeNumber": "Number",
|
|
1852
1857
|
"pptx.documentProperties.custom.typeText": "Text",
|
|
1853
1858
|
"pptx.documentProperties.custom.typeYesNo": "Yes or No",
|
|
1859
|
+
"pptx.documentProperties.statistics.application": "Application",
|
|
1860
|
+
"pptx.documentProperties.statistics.appVersion": "Application Version",
|
|
1854
1861
|
"pptx.documentProperties.statistics.elements": "Elements",
|
|
1855
1862
|
"pptx.documentProperties.statistics.hiddenSlides": "Hidden Slides",
|
|
1856
1863
|
"pptx.documentProperties.statistics.lastModifiedBy": "Last Modified By",
|
|
1857
1864
|
"pptx.documentProperties.statistics.notes": "Notes",
|
|
1858
1865
|
"pptx.documentProperties.statistics.paragraphs": "Paragraphs",
|
|
1866
|
+
"pptx.documentProperties.statistics.presentationFormat": "Presentation Format",
|
|
1859
1867
|
"pptx.documentProperties.statistics.revision": "Revision",
|
|
1860
1868
|
"pptx.documentProperties.statistics.slides": "Slides",
|
|
1869
|
+
"pptx.documentProperties.statistics.template": "Template",
|
|
1870
|
+
"pptx.documentProperties.statistics.totalTime": "Total Editing Time",
|
|
1861
1871
|
"pptx.documentProperties.statistics.words": "Words",
|
|
1862
1872
|
"pptx.documentProperties.summary.category": "Category",
|
|
1863
1873
|
"pptx.documentProperties.summary.description": "Description",
|
package/dist/i18n.js.br
CHANGED
|
Binary file
|
package/dist/i18n.js.gz
CHANGED
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./viewer-
|
|
2
|
+
const e = require("./viewer-C5zYZh-o.cjs");
|
|
3
3
|
exports.AUDIENCE_HASH = e.AUDIENCE_HASH, exports.ElementRenderer = e.ElementRenderer_default, exports.PowerPointViewer = e.PowerPointViewer_default, exports.SlideCanvas = e.SlideCanvas_default, exports.SlideStage = e.SlideStage_default, exports.clearAudienceContent = e.clearAudienceContent, exports.cn = e.cn, exports.defaultCssVars = e.defaultCssVars, exports.defaultRadius = e.defaultRadius, exports.defaultThemeColors = e.defaultThemeColors, exports.isAudienceTab = e.isAudienceTab, exports.loadAudienceContent = e.loadAudienceContent, exports.provideViewerTheme = e.provideViewerTheme, exports.storeAudienceContent = e.storeAudienceContent, exports.themeToCssVars = e.themeToCssVars, exports.useThemeStyle = e.useThemeStyle, exports.useViewerTheme = e.useViewerTheme;
|
package/dist/index.cjs.br
CHANGED
|
Binary file
|
package/dist/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { B as a, F as s, G as e, N as r, P as i, V as o, a as t, d as n, f as d, i as l, n as m, o as p, p as w, r as P, t as S, u as f, z as v } from "./viewer-
|
|
1
|
+
import { B as a, F as s, G as e, N as r, P as i, V as o, a as t, d as n, f as d, i as l, n as m, o as p, p as w, r as P, t as S, u as f, z as v } from "./viewer-CQS8TbDy.js";
|
|
2
2
|
export { S as AUDIENCE_HASH, w as ElementRenderer, p as PowerPointViewer, f as SlideCanvas, d as SlideStage, m as clearAudienceContent, n as cn, v as defaultCssVars, a as defaultRadius, o as defaultThemeColors, P as isAudienceTab, l as loadAudienceContent, r as provideViewerTheme, t as storeAudienceContent, e as themeToCssVars, i as useThemeStyle, s as useViewerTheme };
|
package/dist/index.js.br
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
|
|
2
|
-
7c�@�1��d
|
|
3
|
-
��@�����B�F��ه��tP��9�i'���Z�[�|B�:E=Tk��_�*1}�8�"F`�!�"L������iN�]э����a��>����fz��1�d����Bã���!����謖���3L:�"��XE�s�s���DY��?
|
|
1
|
+
#����#�t��\�d���D+01)��[{V����|o����r"ݒ���ٮ��ė��qNIR���T�+Hfd�"�fѥ6fT��1X�Y�9�;29q���S�����QvP��y�&�M��_�5��^���)�Z{$��Eo�ӧэ#Y��S��!W� 1]��Ӝ���wM���0nm]��-eo_f��cl�j?���e��e��!����謖���3L:�b��ñ���}�s���DY��
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
|
@@ -5,9 +5,11 @@ import { PlotLayout, ValueRange } from 'pptx-viewer-shared';
|
|
|
5
5
|
* title, gridlines, value axis, zero line, category axis, and legend.
|
|
6
6
|
*
|
|
7
7
|
* Rendered inside the parent chart `<svg>` (so it emits a `<g>` group, not a
|
|
8
|
-
* standalone svg).
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
* standalone svg). This component covers the common chrome only; secondary
|
|
9
|
+
* axes, display-unit labels, log-scale ticks, and overlays (trendlines /
|
|
10
|
+
* error bars / drop / hi-low lines) are handled separately by
|
|
11
|
+
* `chart/ChartViewModelSvg.vue` via the shared `chart-axis*` / `chart-cartesian`
|
|
12
|
+
* modules.
|
|
11
13
|
*/
|
|
12
14
|
type __VLS_Props = {
|
|
13
15
|
chartData: PptxChartData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChartChrome.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/chart/ChartChrome.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChartChrome.vue.d.ts","sourceRoot":"","sources":["../../../../src/viewer/components/chart/ChartChrome.vue"],"names":[],"mappings":"AAuNA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIjE;;;;;;;;;;GAUG;AACH,KAAK,WAAW,GAAG;IAClB,SAAS,EAAE,aAAa,CAAC;IACzB,MAAM,EAAE,UAAU,CAAC;IACnB,KAAK,EAAE,UAAU,CAAC;IAClB,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC,6EAA6E;IAC7E,iBAAiB,EAAE,KAAK,GAAG,MAAM,CAAC;CAClC,CAAC;AA4PF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/viewer/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("../viewer-
|
|
2
|
+
const e = require("../viewer-C5zYZh-o.cjs");
|
|
3
3
|
exports.AUDIENCE_HASH = e.AUDIENCE_HASH, exports.ChartRenderer = e.ChartRenderer_default, exports.ConnectorRenderer = e.ConnectorRenderer_default, exports.DEFAULT_CANVAS_HEIGHT = e.DEFAULT_CANVAS_HEIGHT, exports.DEFAULT_CANVAS_WIDTH = e.DEFAULT_CANVAS_WIDTH, exports.DEFAULT_FILL_COLOR = e.DEFAULT_FILL_COLOR, exports.DEFAULT_STROKE_COLOR = e.DEFAULT_STROKE_COLOR, exports.DEFAULT_TEXT_COLOR = e.DEFAULT_TEXT_COLOR, exports.ElementRenderer = e.ElementRenderer_default, exports.EquationRenderer = e.EquationRenderer_default, exports.InkRenderer = e.InkRenderer_default, exports.Model3DRenderer = e.Model3DRenderer_default, exports.OleRenderer = e.OleRenderer_default, exports.PowerPointViewer = e.PowerPointViewer_default, exports.SlideCanvas = e.SlideCanvas_default, exports.SlideStage = e.SlideStage_default, exports.SmartArtRenderer = e.SmartArtRenderer_default, exports.TableRenderer = e.TableRenderer_default, exports.WordArtText = e.WordArtText_default, exports.ZoomRenderer = e.ZoomRenderer_default, exports.buildInitialGuides = e.buildInitialGuides, exports.clearAudienceContent = e.clearAudienceContent, exports.collectImagePaths = e.collectImagePaths, exports.collectMediaElements = e.collectMediaElements, exports.getContainerStyle = e.getContainerStyle, exports.getImageSrc = e.getImageSrc, exports.getResolvedShapeClipPath = e.getResolvedShapeClipPath, exports.getResolvedShapeClipPathFor = e.getResolvedShapeClipPathFor, exports.getShapeFillStrokeStyle = e.getShapeFillStrokeStyle, exports.getTextBlockStyle = e.getTextBlockStyle, exports.isAudienceTab = e.isAudienceTab, exports.loadAudienceContent = e.loadAudienceContent, exports.storeAudienceContent = e.storeAudienceContent, exports.useEditorHistory = e.useEditorHistory, exports.useEditorOperations = e.useEditorOperations, exports.useLoadContent = e.useLoadContent;
|
package/dist/viewer/index.cjs.br
CHANGED
|
Binary file
|
package/dist/viewer/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/viewer/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as a, C as s, D as e, E as r, I as n, L as d, M as o, O as t, R, S as i, T as l, U as m, W as S, _ as w, a as C, b as p, c as v, f as x, g as A, h as E, i as T, j as b, k as c, l as f, m as g, n as h, o as j, p as k, r as u, s as D, t as I, u as M, v as O, w as P, x as W, y as q } from "../viewer-
|
|
1
|
+
import { A as a, C as s, D as e, E as r, I as n, L as d, M as o, O as t, R, S as i, T as l, U as m, W as S, _ as w, a as C, b as p, c as v, f as x, g as A, h as E, i as T, j as b, k as c, l as f, m as g, n as h, o as j, p as k, r as u, s as D, t as I, u as M, v as O, w as P, x as W, y as q } from "../viewer-CQS8TbDy.js";
|
|
2
2
|
export { I as AUDIENCE_HASH, s as ChartRenderer, i as ConnectorRenderer, t as DEFAULT_CANVAS_HEIGHT, c as DEFAULT_CANVAS_WIDTH, a as DEFAULT_FILL_COLOR, b as DEFAULT_STROKE_COLOR, o as DEFAULT_TEXT_COLOR, k as ElementRenderer, W as EquationRenderer, p as InkRenderer, q as Model3DRenderer, O as OleRenderer, j as PowerPointViewer, M as SlideCanvas, x as SlideStage, w as SmartArtRenderer, A as TableRenderer, E as WordArtText, g as ZoomRenderer, n as buildInitialGuides, h as clearAudienceContent, d as collectImagePaths, R as collectMediaElements, P as getContainerStyle, l as getImageSrc, m as getResolvedShapeClipPath, S as getResolvedShapeClipPathFor, r as getShapeFillStrokeStyle, e as getTextBlockStyle, u as isAudienceTab, T as loadAudienceContent, C as storeAudienceContent, f as useEditorHistory, v as useEditorOperations, D as useLoadContent };
|
package/dist/viewer/index.js.br
CHANGED
|
Binary file
|
package/dist/viewer/index.js.gz
CHANGED
|
Binary file
|