pptx-vue-viewer 1.7.1 → 1.7.2
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/{dist-d0emB_12.cjs → dist-DGzWa4K-.cjs} +12 -12
- package/dist/dist-DGzWa4K-.cjs.br +0 -0
- package/dist/{dist-d0emB_12.cjs.gz → dist-DGzWa4K-.cjs.gz} +0 -0
- package/dist/{dist-rZwZm8BJ.js → dist-Der6tZoF.js} +12 -12
- package/dist/dist-Der6tZoF.js.br +0 -0
- package/dist/{dist-rZwZm8BJ.js.gz → dist-Der6tZoF.js.gz} +0 -0
- package/dist/gif-encoder-BnmQNzfF.js +2 -0
- package/dist/gif-encoder-BnmQNzfF.js.br +0 -0
- package/dist/gif-encoder-BnmQNzfF.js.gz +0 -0
- package/dist/gif-encoder-C-YzmrDp.cjs +2 -0
- package/dist/gif-encoder-C-YzmrDp.cjs.br +0 -0
- package/dist/gif-encoder-C-YzmrDp.cjs.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 +0 -0
- package/dist/index.js.gz +0 -0
- 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-BISw0Uc0.js → viewer-8eERo7rG.js} +4 -4
- package/dist/viewer-8eERo7rG.js.br +0 -0
- package/dist/viewer-8eERo7rG.js.gz +0 -0
- package/dist/{viewer-DBv_eGp5.cjs → viewer-CdfNG57w.cjs} +4 -4
- package/dist/viewer-CdfNG57w.cjs.br +0 -0
- package/dist/viewer-CdfNG57w.cjs.gz +0 -0
- package/package.json +1 -1
- package/dist/dist-d0emB_12.cjs.br +0 -0
- package/dist/dist-rZwZm8BJ.js.br +0 -0
- package/dist/gif-encoder-DLqdbuCQ.cjs +0 -2
- package/dist/gif-encoder-DLqdbuCQ.cjs.br +0 -0
- package/dist/gif-encoder-DLqdbuCQ.cjs.gz +0 -0
- package/dist/gif-encoder-jHawPvgi.js +0 -2
- package/dist/gif-encoder-jHawPvgi.js.br +0 -3
- package/dist/gif-encoder-jHawPvgi.js.gz +0 -0
- package/dist/viewer-BISw0Uc0.js.br +0 -0
- package/dist/viewer-BISw0Uc0.js.gz +0 -0
- package/dist/viewer-DBv_eGp5.cjs.br +0 -0
- package/dist/viewer-DBv_eGp5.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.7.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.7.1) - 2026-07-06
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- **deps:** Update tailwindcss to ^4.3.2 and @angular/common to ^22.0.5 (by @ChristopherVR) ([ae1b615](https://github.com/ChristopherVR/pptx-viewer/commit/ae1b615b3632a8dc3bcd9a201fbab583648da97c))
|
|
12
|
+
|
|
7
13
|
## [1.7.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.7.0) - 2026-07-05
|
|
8
14
|
|
|
9
15
|
## [1.6.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.6.0) - 2026-07-05
|
|
@@ -29237,7 +29237,7 @@ var sy = class t extends ry {
|
|
|
29237
29237
|
const e = this.slideRelsMap.get(t);
|
|
29238
29238
|
if (e) {
|
|
29239
29239
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29240
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29240
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29241
29241
|
try {
|
|
29242
29242
|
const t = await this.zip.file(r)?.async("string");
|
|
29243
29243
|
if (t) {
|
|
@@ -29253,7 +29253,7 @@ var sy = class t extends ry {
|
|
|
29253
29253
|
const e = this.slideRelsMap.get(t);
|
|
29254
29254
|
if (e) {
|
|
29255
29255
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29256
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29256
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29257
29257
|
try {
|
|
29258
29258
|
const t = await this.zip.file(r)?.async("string");
|
|
29259
29259
|
if (t) {
|
|
@@ -29270,7 +29270,7 @@ var sy = class t extends ry {
|
|
|
29270
29270
|
const e = this.slideRelsMap.get(t);
|
|
29271
29271
|
if (e) {
|
|
29272
29272
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29273
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29273
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29274
29274
|
try {
|
|
29275
29275
|
const t = await this.zip.file(r)?.async("string");
|
|
29276
29276
|
if (t) {
|
|
@@ -29286,7 +29286,7 @@ var sy = class t extends ry {
|
|
|
29286
29286
|
const e = this.slideRelsMap.get(t);
|
|
29287
29287
|
if (e) {
|
|
29288
29288
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29289
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29289
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29290
29290
|
try {
|
|
29291
29291
|
const t = await this.zip.file(r)?.async("string");
|
|
29292
29292
|
if (t) {
|
|
@@ -29303,7 +29303,7 @@ var sy = class t extends ry {
|
|
|
29303
29303
|
const e = this.slideRelsMap.get(t);
|
|
29304
29304
|
if (e) {
|
|
29305
29305
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29306
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29306
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29307
29307
|
try {
|
|
29308
29308
|
const t = await this.zip.file(r)?.async("string");
|
|
29309
29309
|
if (t) {
|
|
@@ -29319,7 +29319,7 @@ var sy = class t extends ry {
|
|
|
29319
29319
|
const e = this.slideRelsMap.get(t);
|
|
29320
29320
|
if (e) {
|
|
29321
29321
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29322
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29322
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29323
29323
|
try {
|
|
29324
29324
|
const t = await this.zip.file(r)?.async("string");
|
|
29325
29325
|
if (t) {
|
|
@@ -29336,7 +29336,7 @@ var sy = class t extends ry {
|
|
|
29336
29336
|
if (e) {
|
|
29337
29337
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29338
29338
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29339
|
-
return n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29339
|
+
return n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29340
29340
|
}
|
|
29341
29341
|
}
|
|
29342
29342
|
}
|
|
@@ -29345,7 +29345,7 @@ var sy = class t extends ry {
|
|
|
29345
29345
|
if (e) {
|
|
29346
29346
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29347
29347
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29348
|
-
return n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29348
|
+
return n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29349
29349
|
}
|
|
29350
29350
|
}
|
|
29351
29351
|
}
|
|
@@ -29685,7 +29685,7 @@ var gy = class extends my {
|
|
|
29685
29685
|
let n;
|
|
29686
29686
|
for (const [, r] of e.entries()) if (r.includes("slideMaster")) {
|
|
29687
29687
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29688
|
-
n = r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29688
|
+
n = r.startsWith("/") ? r.substring(1) : r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29689
29689
|
break;
|
|
29690
29690
|
}
|
|
29691
29691
|
if (!n) return [];
|
|
@@ -29748,7 +29748,7 @@ var gy = class extends my {
|
|
|
29748
29748
|
let n;
|
|
29749
29749
|
for (const [, r] of e.entries()) if (r.includes("slideLayout")) {
|
|
29750
29750
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29751
|
-
n = r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29751
|
+
n = r.startsWith("/") ? r.substring(1) : r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29752
29752
|
break;
|
|
29753
29753
|
}
|
|
29754
29754
|
if (!n) return [];
|
|
@@ -31831,7 +31831,7 @@ var By = class extends Ly {
|
|
|
31831
31831
|
if (e) {
|
|
31832
31832
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
31833
31833
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
31834
|
-
return n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
31834
|
+
return n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
31835
31835
|
}
|
|
31836
31836
|
}
|
|
31837
31837
|
}
|
|
@@ -31851,7 +31851,7 @@ var By = class extends Ly {
|
|
|
31851
31851
|
if (!o) return this.getLayoutOptions();
|
|
31852
31852
|
const a = /* @__PURE__ */ new Set();
|
|
31853
31853
|
for (const [, t] of o.entries()) if (t.includes("slideLayout")) {
|
|
31854
|
-
const e = i.substring(0, i.lastIndexOf("/") + 1), n = t.startsWith("..") ? this.resolvePath(e, t) : `ppt/${t.replace("../", "")}`;
|
|
31854
|
+
const e = i.substring(0, i.lastIndexOf("/") + 1), n = t.startsWith("/") ? t.substring(1) : t.startsWith("..") ? this.resolvePath(e, t) : `ppt/${t.replace("../", "")}`;
|
|
31855
31855
|
a.add(n);
|
|
31856
31856
|
}
|
|
31857
31857
|
const s = [];
|
|
Binary file
|
|
Binary file
|
|
@@ -29236,7 +29236,7 @@ var ly = class t extends iy {
|
|
|
29236
29236
|
const e = this.slideRelsMap.get(t);
|
|
29237
29237
|
if (e) {
|
|
29238
29238
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29239
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29239
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29240
29240
|
try {
|
|
29241
29241
|
const t = await this.zip.file(r)?.async("string");
|
|
29242
29242
|
if (t) {
|
|
@@ -29252,7 +29252,7 @@ var ly = class t extends iy {
|
|
|
29252
29252
|
const e = this.slideRelsMap.get(t);
|
|
29253
29253
|
if (e) {
|
|
29254
29254
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29255
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29255
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29256
29256
|
try {
|
|
29257
29257
|
const t = await this.zip.file(r)?.async("string");
|
|
29258
29258
|
if (t) {
|
|
@@ -29269,7 +29269,7 @@ var ly = class t extends iy {
|
|
|
29269
29269
|
const e = this.slideRelsMap.get(t);
|
|
29270
29270
|
if (e) {
|
|
29271
29271
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29272
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29272
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29273
29273
|
try {
|
|
29274
29274
|
const t = await this.zip.file(r)?.async("string");
|
|
29275
29275
|
if (t) {
|
|
@@ -29285,7 +29285,7 @@ var ly = class t extends iy {
|
|
|
29285
29285
|
const e = this.slideRelsMap.get(t);
|
|
29286
29286
|
if (e) {
|
|
29287
29287
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29288
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29288
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29289
29289
|
try {
|
|
29290
29290
|
const t = await this.zip.file(r)?.async("string");
|
|
29291
29291
|
if (t) {
|
|
@@ -29302,7 +29302,7 @@ var ly = class t extends iy {
|
|
|
29302
29302
|
const e = this.slideRelsMap.get(t);
|
|
29303
29303
|
if (e) {
|
|
29304
29304
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29305
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29305
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29306
29306
|
try {
|
|
29307
29307
|
const t = await this.zip.file(r)?.async("string");
|
|
29308
29308
|
if (t) {
|
|
@@ -29318,7 +29318,7 @@ var ly = class t extends iy {
|
|
|
29318
29318
|
const e = this.slideRelsMap.get(t);
|
|
29319
29319
|
if (e) {
|
|
29320
29320
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29321
|
-
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29321
|
+
const e = t.substring(0, t.lastIndexOf("/") + 1), r = n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29322
29322
|
try {
|
|
29323
29323
|
const t = await this.zip.file(r)?.async("string");
|
|
29324
29324
|
if (t) {
|
|
@@ -29335,7 +29335,7 @@ var ly = class t extends iy {
|
|
|
29335
29335
|
if (e) {
|
|
29336
29336
|
for (const [, n] of e.entries()) if (n.includes("slideLayout")) {
|
|
29337
29337
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29338
|
-
return n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29338
|
+
return n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29339
29339
|
}
|
|
29340
29340
|
}
|
|
29341
29341
|
}
|
|
@@ -29344,7 +29344,7 @@ var ly = class t extends iy {
|
|
|
29344
29344
|
if (e) {
|
|
29345
29345
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
29346
29346
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29347
|
-
return n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29347
|
+
return n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
29348
29348
|
}
|
|
29349
29349
|
}
|
|
29350
29350
|
}
|
|
@@ -29684,7 +29684,7 @@ var yy = class extends fy {
|
|
|
29684
29684
|
let n;
|
|
29685
29685
|
for (const [, r] of e.entries()) if (r.includes("slideMaster")) {
|
|
29686
29686
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29687
|
-
n = r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29687
|
+
n = r.startsWith("/") ? r.substring(1) : r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29688
29688
|
break;
|
|
29689
29689
|
}
|
|
29690
29690
|
if (!n) return [];
|
|
@@ -29747,7 +29747,7 @@ var yy = class extends fy {
|
|
|
29747
29747
|
let n;
|
|
29748
29748
|
for (const [, r] of e.entries()) if (r.includes("slideLayout")) {
|
|
29749
29749
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
29750
|
-
n = r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29750
|
+
n = r.startsWith("/") ? r.substring(1) : r.startsWith("..") ? this.resolvePath(e, r) : `ppt/${r.replace("../", "")}`;
|
|
29751
29751
|
break;
|
|
29752
29752
|
}
|
|
29753
29753
|
if (!n) return [];
|
|
@@ -31830,7 +31830,7 @@ var Ny = class extends Dy {
|
|
|
31830
31830
|
if (e) {
|
|
31831
31831
|
for (const [, n] of e.entries()) if (n.includes("slideMaster")) {
|
|
31832
31832
|
const e = t.substring(0, t.lastIndexOf("/") + 1);
|
|
31833
|
-
return n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
31833
|
+
return n.startsWith("/") ? n.substring(1) : n.startsWith("..") ? this.resolvePath(e, n) : `ppt/${n.replace("../", "")}`;
|
|
31834
31834
|
}
|
|
31835
31835
|
}
|
|
31836
31836
|
}
|
|
@@ -31850,7 +31850,7 @@ var Ny = class extends Dy {
|
|
|
31850
31850
|
if (!o) return this.getLayoutOptions();
|
|
31851
31851
|
const a = /* @__PURE__ */ new Set();
|
|
31852
31852
|
for (const [, t] of o.entries()) if (t.includes("slideLayout")) {
|
|
31853
|
-
const e = i.substring(0, i.lastIndexOf("/") + 1), n = t.startsWith("..") ? this.resolvePath(e, t) : `ppt/${t.replace("../", "")}`;
|
|
31853
|
+
const e = i.substring(0, i.lastIndexOf("/") + 1), n = t.startsWith("/") ? t.substring(1) : t.startsWith("..") ? this.resolvePath(e, t) : `ppt/${t.replace("../", "")}`;
|
|
31854
31854
|
a.add(n);
|
|
31855
31855
|
}
|
|
31856
31856
|
const s = [];
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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-CdfNG57w.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-8eERo7rG.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
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
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-CdfNG57w.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-8eERo7rG.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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as e, A as t, B as n, C as o, Ct as a, D as r, E as l, Et as i, F as s, G as u, H as c, I as p, J as d, K as m, L as f, M as x, N as h, O as v, P as g, Q as b, S as y, St as w, T as k, Tt as S, U as C, V as M, W as $, X as T, Y as F, Z as I, _ as P, _t as E, a as A, at as _, b as D, bt as B, c as L, ct as O, d as z, dt as R, et as N, f as U, ft as W, g as j, gt as H, ht as G, i as Y, it as X, j as V, k as q, l as Z, lt as J, m as Q, mt as ee, n as te, nt as ne, o as oe, ot as ae, p as re, pt as le, r as se, st as pe, t as de, tt as me, u as fe, ut as xe, v as he, vt as ve, w as ge, x as ye, xt as we, y as ke, yt as Se, z as Ce } from "./dist-
|
|
1
|
+
import { $ as e, A as t, B as n, C as o, Ct as a, D as r, E as l, Et as i, F as s, G as u, H as c, I as p, J as d, K as m, L as f, M as x, N as h, O as v, P as g, Q as b, S as y, St as w, T as k, Tt as S, U as C, V as M, W as $, X as T, Y as F, Z as I, _ as P, _t as E, a as A, at as _, b as D, bt as B, c as L, ct as O, d as z, dt as R, et as N, f as U, ft as W, g as j, gt as H, ht as G, i as Y, it as X, j as V, k as q, l as Z, lt as J, m as Q, mt as ee, n as te, nt as ne, o as oe, ot as ae, p as re, pt as le, r as se, st as pe, t as de, tt as me, u as fe, ut as xe, v as he, vt as ve, w as ge, x as ye, xt as we, y as ke, yt as Se, z as Ce } from "./dist-Der6tZoF.js";
|
|
2
2
|
import * as Me from "vue";
|
|
3
3
|
import { Fragment as $e, Teleport as Te, Text as Fe, computed as Ie, createBlock as Pe, createCommentVNode as Ee, createElementBlock as Ae, createElementVNode as _e, createTextVNode as De, createVNode as Be, defineComponent as Le, getCurrentScope as ze, guardReactiveProps as Re, inject as Ue, mergeModels as je, mergeProps as He, nextTick as Ke, normalizeClass as Ge, normalizeProps as Ye, normalizeStyle as Xe, onBeforeUnmount as Ve, onMounted as qe, onScopeDispose as Ze, onUnmounted as Je, openBlock as Qe, provide as et, readonly as tt, ref as nt, renderList as ot, renderSlot as at, resolveComponent as rt, resolveDynamicComponent as lt, shallowRef as it, toDisplayString as st, toRaw as ut, toRef as ct, toValue as pt, unref as dt, useModel as mt, vModelCheckbox as ft, vModelDynamic as xt, vModelSelect as ht, vModelText as vt, vShow as gt, watch as bt, watchEffect as yt, withCtx as wt, withDirectives as kt, withKeys as St, withModifiers as Ct } from "vue";
|
|
4
4
|
import Mt from "dompurify";
|
|
@@ -13435,7 +13435,7 @@ function Mg(e) {
|
|
|
13435
13435
|
flexDirection: "column",
|
|
13436
13436
|
width: "100%",
|
|
13437
13437
|
height: "100%",
|
|
13438
|
-
overflow: "
|
|
13438
|
+
overflow: "visible",
|
|
13439
13439
|
whiteSpace: "pre-wrap",
|
|
13440
13440
|
wordBreak: "break-word",
|
|
13441
13441
|
paddingTop: vs(n),
|
|
@@ -34669,7 +34669,7 @@ function W5(e) {
|
|
|
34669
34669
|
if (!n || !o.onWriteBack) return;
|
|
34670
34670
|
const a = e.getSourceBytes?.();
|
|
34671
34671
|
if (a) try {
|
|
34672
|
-
const { PptxHandler: t } = await import("./dist-
|
|
34672
|
+
const { PptxHandler: t } = await import("./dist-Der6tZoF.js").then((e) => e.R), r = new t();
|
|
34673
34673
|
await r.load(a.buffer);
|
|
34674
34674
|
const l = A5(lc(n), e.getTemplateElements?.() ?? {}), i = await r.save(l);
|
|
34675
34675
|
o.onWriteBack(i);
|
|
@@ -36087,7 +36087,7 @@ function h8(e) {
|
|
|
36087
36087
|
canvasSize: a,
|
|
36088
36088
|
rasterizeSlide: c
|
|
36089
36089
|
}), d = function(e) {
|
|
36090
|
-
const { slideCount: t, rasterizeSlide: n } = e, o = e.loadGifEncoder ?? (async () => (await import("./gif-encoder-
|
|
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);
|
|
36091
36091
|
return {
|
|
36092
36092
|
exporting: i,
|
|
36093
36093
|
progress: s,
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = require("./chunk-DoYlGkYw.cjs"), t = require("./dist-
|
|
1
|
+
const e = require("./chunk-DoYlGkYw.cjs"), t = require("./dist-DGzWa4K-.cjs");
|
|
2
2
|
let n = require("vue");
|
|
3
3
|
n = e.__toESM(n, 1);
|
|
4
4
|
let o = require("dompurify");
|
|
@@ -13434,7 +13434,7 @@ function ff(e) {
|
|
|
13434
13434
|
flexDirection: "column",
|
|
13435
13435
|
width: "100%",
|
|
13436
13436
|
height: "100%",
|
|
13437
|
-
overflow: "
|
|
13437
|
+
overflow: "visible",
|
|
13438
13438
|
whiteSpace: "pre-wrap",
|
|
13439
13439
|
wordBreak: "break-word",
|
|
13440
13440
|
paddingTop: ur(o),
|
|
@@ -34670,7 +34670,7 @@ function DQ(e) {
|
|
|
34670
34670
|
if (!n || !o.onWriteBack) return;
|
|
34671
34671
|
const r = e.getSourceBytes?.();
|
|
34672
34672
|
if (r) try {
|
|
34673
|
-
const { PptxHandler: t } = await Promise.resolve().then(() => require("./dist-
|
|
34673
|
+
const { PptxHandler: t } = await Promise.resolve().then(() => require("./dist-DGzWa4K-.cjs")).then((e) => e.dist_exports), a = new t();
|
|
34674
34674
|
await a.load(r.buffer);
|
|
34675
34675
|
const l = bQ(Qa(n), e.getTemplateElements?.() ?? {}), i = await a.save(l);
|
|
34676
34676
|
o.onWriteBack(i);
|
|
@@ -36088,7 +36088,7 @@ function r0(e) {
|
|
|
36088
36088
|
canvasSize: a,
|
|
36089
36089
|
rasterizeSlide: d
|
|
36090
36090
|
}), m = function(e) {
|
|
36091
|
-
const { slideCount: t, rasterizeSlide: o } = e, r = e.loadGifEncoder ?? (async () => (await Promise.resolve().then(() => require("./gif-encoder-
|
|
36091
|
+
const { slideCount: t, rasterizeSlide: o } = e, r = e.loadGifEncoder ?? (async () => (await Promise.resolve().then(() => require("./gif-encoder-C-YzmrDp.cjs"))).encodeGif), a = e.createRecorder ?? n0, l = e.createCanvas ?? (() => document.createElement("canvas")), i = e.downloadBlob ?? qi, s = (0, n.ref)(!1), c = (0, n.ref)(0);
|
|
36092
36092
|
return {
|
|
36093
36093
|
exporting: s,
|
|
36094
36094
|
progress: c,
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
package/dist/dist-rZwZm8BJ.js.br
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|