@fileverse-dev/dsheet 3.0.1-yjs → 3.0.1-yjs-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/dist/{executeStringFunction-CPkwRrkE.js → executeStringFunction-COcGVlOE.js} +349 -348
- package/dist/formula.js +1 -1
- package/dist/{index-Xk62PVvQ.js → index-BBy6z-oo.js} +3609 -3573
- package/dist/index.es.js +2 -2
- package/dist/sheet-engine/core/api/sheet-flowdata-lifecycle.d.ts +1 -1
- package/dist/{use-xlsx-import-impl-SfcyQhgd.js → use-xlsx-import-impl-DWEFU2LX.js} +2 -2
- package/dist/{xlsx-export-impl-DteWYmg0.js → xlsx-export-impl-BNythnz2.js} +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as s, a as t, b as o, S as l, d as r, i as n, e as d, T as c, f as i, g as S, h, j as m, k as p, l as C, n as u, o as E, p as g, q as F, s as x, t as R, u as f, v as A, w as L, x as w, z as I, A as T, B as v, D, E as M } from "./index-
|
|
2
|
-
import { ce as V, cf as X, cg as b, cl as z, bd as P, e as U, f as _, l as y, a as B, cW as O, cX as Y, aY as j, cY as G, cZ as H, d1 as J, d2 as Z, d4 as q, D as K, di as N, dJ as W, aR as Q } from "./executeStringFunction-
|
|
1
|
+
import { C as s, a as t, b as o, S as l, d as r, i as n, e as d, T as c, f as i, g as S, h, j as m, k as p, l as C, n as u, o as E, p as g, q as F, s as x, t as R, u as f, v as A, w as L, x as w, z as I, A as T, B as v, D, E as M } from "./index-BBy6z-oo.js";
|
|
2
|
+
import { ce as V, cf as X, cg as b, cl as z, bd as P, e as U, f as _, l as y, a as B, cW as O, cX as Y, aY as j, cY as G, cZ as H, d1 as J, d2 as Z, d4 as q, D as K, di as N, dJ as W, aR as Q } from "./executeStringFunction-COcGVlOE.js";
|
|
3
3
|
import { FLVURL as ee } from "@fileverse-dev/formulajs";
|
|
4
4
|
import { E as se, S as te } from "./constants-Cdz6oSCq.js";
|
|
5
5
|
export {
|
|
@@ -4,7 +4,7 @@ import { Context } from '../context';
|
|
|
4
4
|
export declare function invalidateSheetsRequiredDenseCache(): void;
|
|
5
5
|
/**
|
|
6
6
|
* Sheets that must keep dense `data` while `activeSheetId` is active:
|
|
7
|
-
* the active tab
|
|
7
|
+
* the active tab, tabs its formulas read, and tabs with formulas that read it.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getSheetsRequiredDense(ctx: Context, activeSheetId: string): Set<string>;
|
|
10
10
|
/** Sheets the formula worker needs dense — active refs plus any tab with formulas. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as Qe } from "./executeStringFunction-
|
|
1
|
+
import { g as Qe } from "./executeStringFunction-COcGVlOE.js";
|
|
2
2
|
import * as Ke from "yjs";
|
|
3
|
-
import { m as et, y as tt, r as rt } from "./index-
|
|
3
|
+
import { m as et, y as tt, r as rt } from "./index-BBy6z-oo.js";
|
|
4
4
|
import { n as nt } from "./xlsx-hyperlink-inline-DzewAypN.js";
|
|
5
5
|
import { toast as Ye } from "@fileverse/ui";
|
|
6
6
|
var Xe = { exports: {} };
|
|
@@ -2,8 +2,8 @@ import { utils as ht, 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, b as Wt } from "./executeStringFunction-
|
|
6
|
-
import { c as Ct } from "./index-
|
|
5
|
+
import { g as jt, c as xt, b as Wt } from "./executeStringFunction-COcGVlOE.js";
|
|
6
|
+
import { c as Ct } from "./index-BBy6z-oo.js";
|
|
7
7
|
import { c as zt, g as Mt } from "./xlsx-hyperlink-inline-DzewAypN.js";
|
|
8
8
|
const Zt = {
|
|
9
9
|
1: "thin",
|