@fileverse-dev/dsheet 4.1.10-fixCrash-1 → 4.1.11
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/dist/{executeStringFunction-BaZeRysE.js → executeStringFunction-DMMvpc-I.js} +2 -6
- package/dist/formula.js +1 -1
- package/dist/{index-DmLfMK38.js → index-Ex9wf8Hz.js} +7561 -7535
- package/dist/index.es.js +2 -2
- package/dist/sheet-engine/core/events/keyboard-shortcut-utils.d.ts +21 -0
- package/dist/{use-xlsx-import-impl-Bd43Dl87.js → use-xlsx-import-impl-lbh8Qnkz.js} +734 -740
- package/dist/{xlsx-defined-names-CV9i33Ao.js → xlsx-defined-names-s7Y2sgfW.js} +2 -2
- package/dist/{xlsx-export-impl-CXgCBTDA.js → xlsx-export-impl-NMxGj4-i.js} +4 -4
- package/dist/{xlsx-hyperlink-inline-C1F8NIlu.js → xlsx-hyperlink-inline-CKjiWoz2.js} +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as w } from "./executeStringFunction-
|
|
2
|
-
import { J as x } from "./xlsx-hyperlink-inline-
|
|
1
|
+
import { i as w } from "./executeStringFunction-DMMvpc-I.js";
|
|
2
|
+
import { J as x } from "./xlsx-hyperlink-inline-CKjiWoz2.js";
|
|
3
3
|
function g(o) {
|
|
4
4
|
return o.startsWith("_xlnm.");
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { utils as S, write as nt } from "xlsx-js-style";
|
|
2
2
|
import { Workbook as pt } from "exceljs";
|
|
3
3
|
import { toast as rt } from "@fileverse/ui";
|
|
4
|
-
import { J as dt, c as X, g as ht, a as mt } from "./xlsx-hyperlink-inline-
|
|
5
|
-
import { b as gt } from "./executeStringFunction-
|
|
6
|
-
import { e as bt } from "./index-
|
|
4
|
+
import { J as dt, c as X, g as ht, a as mt } from "./xlsx-hyperlink-inline-CKjiWoz2.js";
|
|
5
|
+
import { b as gt } from "./executeStringFunction-DMMvpc-I.js";
|
|
6
|
+
import { e as bt } from "./index-Ex9wf8Hz.js";
|
|
7
7
|
const xt = {
|
|
8
8
|
1: "thin",
|
|
9
9
|
2: "hair",
|
|
@@ -854,7 +854,7 @@ const Z = (t) => {
|
|
|
854
854
|
O
|
|
855
855
|
);
|
|
856
856
|
});
|
|
857
|
-
const { applyDefinedNamesToExcelWorkbook: ct } = await import("./xlsx-defined-names-
|
|
857
|
+
const { applyDefinedNamesToExcelWorkbook: ct } = await import("./xlsx-defined-names-s7Y2sgfW.js");
|
|
858
858
|
ct(
|
|
859
859
|
B,
|
|
860
860
|
(k = (C = (s = t.current).getWorkbookContext) == null ? void 0 : C.call(s)) == null ? void 0 : k.definedNames,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as Rt, c as yt } from "./executeStringFunction-
|
|
2
|
-
import { c as wt } from "./index-
|
|
1
|
+
import { g as Rt, c as yt } from "./executeStringFunction-DMMvpc-I.js";
|
|
2
|
+
import { c as wt } from "./index-Ex9wf8Hz.js";
|
|
3
3
|
function jt(J, nt) {
|
|
4
4
|
const g = J.getImages();
|
|
5
5
|
if (!g.length) return [];
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "4.1.
|
|
5
|
+
"version": "4.1.11",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/fileverse/fileverse-dsheets.git"
|
|
@@ -133,4 +133,4 @@
|
|
|
133
133
|
"vitest": "^3.2.4",
|
|
134
134
|
"yjs": "13.6.30"
|
|
135
135
|
}
|
|
136
|
-
}
|
|
136
|
+
}
|