ooxml-excel-editor 1.3.3 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +218 -0
- package/README.md +27 -8
- package/dist/chunks/index-BNQIWClg.js +12532 -0
- package/dist/chunks/{index.es-D9BGYyEt.js → index.es-BVXJfTmn.js} +1 -1
- package/dist/chunks/{index.es-n6H_ncuE.js → index.es-gb2_kTSZ.js} +1 -1
- package/dist/chunks/{jspdf.es.min-Dbn0akWf.js → jspdf.es.min-C7JL2eZm.js} +2 -2
- package/dist/chunks/{jspdf.es.min-B6-ocR7J.js → jspdf.es.min-CBWDsR7H.js} +2 -2
- package/dist/chunks/plugin-overlay-C_qauTcv.js +11057 -0
- package/dist/chunks/{toolbar-icons-fOm95ASq.js → toolbar-icons-CD7G5Aof.js} +62 -71
- package/dist/components/ExcelViewer.vue.d.ts +29 -1
- package/dist/core/edit/clipboard-html.d.ts +12 -0
- package/dist/core/edit/clipboard-snapshot.d.ts +76 -0
- package/dist/core/edit/context-menu.d.ts +14 -1
- package/dist/core/edit/edit-controller.d.ts +22 -1
- package/dist/core/edit/paste-behavior.d.ts +33 -0
- package/dist/core/edit/types.d.ts +20 -0
- package/dist/core/export/exporter.d.ts +2 -0
- package/dist/core/export/pivot-tables.d.ts +17 -0
- package/dist/core/export/xlsx-writer.d.ts +6 -0
- package/dist/core/index.d.ts +4 -2
- package/dist/core/model/mutations.d.ts +2 -0
- package/dist/core/model/types.d.ts +61 -0
- package/dist/core/parser/pivot-parser.d.ts +3 -0
- package/dist/core/plugin.d.ts +47 -5
- package/dist/core/render/canvas-renderer.d.ts +12 -0
- package/dist/core/render/pivot-toggle.d.ts +13 -0
- package/dist/core/viewer/controller.d.ts +82 -6
- package/dist/core/viewer/overlay-manager.d.ts +1 -0
- package/dist/core/viewer/paste-config-host.d.ts +12 -0
- package/dist/core/viewer/pivot-dialog-host.d.ts +48 -0
- package/dist/core/viewer/readonly-prompt-host.d.ts +23 -0
- package/dist/core.js +67 -64
- package/dist/index.d.ts +2 -2
- package/dist/index.js +948 -873
- package/dist/react/ExcelViewer.d.ts +25 -4
- package/dist/react.js +621 -535
- package/dist/style.css +1 -1
- package/dist/vue2.css +1 -1
- package/dist/vue2.js +1 -1
- package/package.json +1 -1
- package/dist/chunks/index-6q8kSGQg.js +0 -10575
- package/dist/chunks/plugin-overlay-BUrPrpT2.js +0 -9146
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Yh = Object.defineProperty;
|
|
2
2
|
var Jh = (n, e, t) => e in n ? Yh(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var xe = (n, e, t) => Jh(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { z as ko } from "./index-
|
|
4
|
+
import { z as ko } from "./index-BNQIWClg.js";
|
|
5
5
|
function _e(n) {
|
|
6
6
|
"@babel/helpers - typeof";
|
|
7
7
|
return _e = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -8911,7 +8911,7 @@ endobj\r
|
|
|
8911
8911
|
var d = c.getContext("2d");
|
|
8912
8912
|
d.fillStyle = "#fff", d.fillRect(0, 0, c.width, c.height);
|
|
8913
8913
|
var m = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, A = this;
|
|
8914
|
-
return ($t.canvg ? Promise.resolve($t.canvg) : import("./index.es-
|
|
8914
|
+
return ($t.canvg ? Promise.resolve($t.canvg) : import("./index.es-BVXJfTmn.js")).catch(function(P) {
|
|
8915
8915
|
return Promise.reject(new Error("Could not load canvg: " + P));
|
|
8916
8916
|
}).then(function(P) {
|
|
8917
8917
|
return P.default ? P.default : P;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Yh = Object.defineProperty;
|
|
2
2
|
var Jh = (n, e, t) => e in n ? Yh(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var xe = (n, e, t) => Jh(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { z as ko } from "./plugin-overlay-
|
|
4
|
+
import { z as ko } from "./plugin-overlay-C_qauTcv.js";
|
|
5
5
|
function _e(n) {
|
|
6
6
|
"@babel/helpers - typeof";
|
|
7
7
|
return _e = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -8911,7 +8911,7 @@ endobj\r
|
|
|
8911
8911
|
var d = c.getContext("2d");
|
|
8912
8912
|
d.fillStyle = "#fff", d.fillRect(0, 0, c.width, c.height);
|
|
8913
8913
|
var m = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, A = this;
|
|
8914
|
-
return ($t.canvg ? Promise.resolve($t.canvg) : import("./index.es-
|
|
8914
|
+
return ($t.canvg ? Promise.resolve($t.canvg) : import("./index.es-gb2_kTSZ.js")).catch(function(P) {
|
|
8915
8915
|
return Promise.reject(new Error("Could not load canvg: " + P));
|
|
8916
8916
|
}).then(function(P) {
|
|
8917
8917
|
return P.default ? P.default : P;
|