@fileverse-dev/dsheet 2.0.31-a → 2.0.32-mix
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-BuxBjU-d.js → executeStringFunction-CqY9CxQI.js} +5 -5
- package/dist/formula.js +1 -1
- package/dist/{index-C5KtMCEt.js → index-DrZIJIQc.js} +4937 -4854
- package/dist/index.es.js +2 -2
- package/dist/sheet-engine/core/types.d.ts +4 -0
- package/dist/{use-xlsx-import-impl-C36HAaE8.js → use-xlsx-import-impl-DTT5GWY4.js} +2 -2
- package/dist/{xlsx-export-impl-B_v1nNSW.js → xlsx-export-impl-1HOQoC6f.js} +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as s, i as l, T as o, a as r, c as t, b as n, h as d, d as h, e as S, f as i, g as c, j as m, k as p, l as C, n as E, o as F, p as x, q as g, r as f, s as L, t as R, u, v as T, w as b } from "./index-
|
|
2
|
-
import { bJ as I, bK as w, bL as V, bP as k, ba as P, e as X, f as _, h as v, a as y, ca as z, ap as M, ch as U } from "./executeStringFunction-
|
|
1
|
+
import { S as s, i as l, T as o, a as r, c as t, b as n, h as d, d as h, e as S, f as i, g as c, j as m, k as p, l as C, n as E, o as F, p as x, q as g, r as f, s as L, t as R, u, v as T, w as b } from "./index-DrZIJIQc.js";
|
|
2
|
+
import { bJ as I, bK as w, bL as V, bP as k, ba as P, e as X, f as _, h as v, a as y, ca as z, ap as M, ch as U } from "./executeStringFunction-CqY9CxQI.js";
|
|
3
3
|
import { FLVURL as G } from "@fileverse-dev/formulajs";
|
|
4
4
|
import { E as J, S as K } from "./constants-CnhOvijG.js";
|
|
5
5
|
export {
|
|
@@ -460,6 +460,10 @@ export type GlobalCache = {
|
|
|
460
460
|
scrollTop?: number;
|
|
461
461
|
scrollLeft?: number;
|
|
462
462
|
};
|
|
463
|
+
/** Live column right edge (px) while dragging column resize; not in Immer context. */
|
|
464
|
+
colResizeLiveRightPx?: number;
|
|
465
|
+
/** Live row bottom edge (px) while dragging row resize; not in Immer context. */
|
|
466
|
+
rowResizeLiveBottomPx?: number;
|
|
463
467
|
};
|
|
464
468
|
export type SingleRange = {
|
|
465
469
|
row: number[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as Ue } from "./executeStringFunction-
|
|
1
|
+
import { g as Ue } from "./executeStringFunction-CqY9CxQI.js";
|
|
2
2
|
import * as qe from "yjs";
|
|
3
|
-
import { m as Xe, y as Ze } from "./index-
|
|
3
|
+
import { m as Xe, y as Ze } from "./index-DrZIJIQc.js";
|
|
4
4
|
import { n as Je } from "./xlsx-hyperlink-inline-DzewAypN.js";
|
|
5
5
|
import { toast as Be } from "@fileverse/ui";
|
|
6
6
|
var We = { exports: {} };
|
|
@@ -2,7 +2,7 @@ import { utils as dt, write as Nt } from "xlsx-js-style";
|
|
|
2
2
|
import { Workbook as Pt } from "exceljs";
|
|
3
3
|
import { toast as Ut } from "@fileverse/ui";
|
|
4
4
|
import { addFortuneImagesToWorksheet as Lt } from "./xlsx-image-utils-Cvg0qxRA.js";
|
|
5
|
-
import { g as jt, c as xt } from "./executeStringFunction-
|
|
5
|
+
import { g as jt, c as xt } from "./executeStringFunction-CqY9CxQI.js";
|
|
6
6
|
import { c as zt, g as Wt } from "./xlsx-hyperlink-inline-DzewAypN.js";
|
|
7
7
|
const Mt = {
|
|
8
8
|
1: "thin",
|