@fileverse-dev/dsheet 2.0.33-rtc-e → 2.0.33-rtc-g
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/editor/contexts/editor-context.d.ts +2 -3
- package/dist/{index-T4pi4Urc.js → index-DJ9rTJnP.js} +5725 -5668
- package/dist/index.es.js +1 -1
- package/dist/sheet-engine/core/settings.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/{use-xlsx-import-impl-DkCOcoeM.js → use-xlsx-import-impl-BknTr9B-.js} +1 -1
- package/dist/{xlsx-export-impl-BwaN6WWJ.js → xlsx-export-impl-DVg8rluj.js} +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as s, a as l, i as o, T as t, b as r, d as n, e as d, h as S, f as h, g as i, j as c, k as m, l as p, n as C, o as E, p as x, q as F, r as g, s as f, t as L, u as R, v as u, w as T, x as b, z as A } from "./index-
|
|
1
|
+
import { S as s, a as l, i as o, T as t, b as r, d as n, e as d, h as S, f as h, g as i, j as c, k as m, l as p, n as C, o as E, p as x, q as F, r as g, s as f, t as L, u as R, v as u, w as T, x as b, z as A } from "./index-DJ9rTJnP.js";
|
|
2
2
|
import { bJ as w, bK as k, bL as V, bP as z, ba as P, e as X, f as _, h as v, a as y, ca as M, ap as U, ch as j } from "./executeStringFunction-9cGLblM5.js";
|
|
3
3
|
import { FLVURL as G } from "@fileverse-dev/formulajs";
|
|
4
4
|
import { E as J, S as K } from "./constants-yStXQJiK.js";
|
|
@@ -131,6 +131,7 @@ export type Settings = {
|
|
|
131
131
|
onSheetCountChange?: (count: number) => void;
|
|
132
132
|
isAuthorized?: boolean;
|
|
133
133
|
isFlvReadOnly?: boolean;
|
|
134
|
+
isRTCActive?: boolean;
|
|
134
135
|
dateBaseLocale?: DateBaseLocale;
|
|
135
136
|
/** When true, do not auto-select A1 on load (e.g. onboarding modal runs first). */
|
|
136
137
|
suppressInitialCellSelection?: boolean;
|