@fileverse-dev/dsheet 4.0.5-edit-mode-4 → 4.0.5-edit-mode-6
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/components/editor-workbook.d.ts +1 -0
- package/dist/editor/components/permission-chip-model.d.ts +4 -0
- package/dist/editor/components/permission-chip.d.ts +1 -0
- package/dist/editor/contexts/editor-context.d.ts +3 -3
- package/dist/editor/hooks/use-editor-sync.d.ts +1 -1
- package/dist/editor/types.d.ts +7 -4
- package/dist/{index-DbfA-ijo.js → index-CCVdZFar.js} +15063 -15097
- package/dist/index.es.js +1 -1
- package/dist/persistence-utils.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/{use-xlsx-import-impl-CBFWOAlM.js → use-xlsx-import-impl-DyAHfKMy.js} +3 -3
- package/dist/{xlsx-defined-names-CgEpGzpc.js → xlsx-defined-names-BmhPfrPg.js} +1 -1
- package/dist/{xlsx-export-impl-BgNnaXU1.js → xlsx-export-impl-KvVpxr81.js} +3 -3
- package/dist/{xlsx-hyperlink-inline-Be0f4jbv.js → xlsx-hyperlink-inline-D67rJ6OP.js} +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as s, d as o, f as t, S as r, g as l, h as d, j as n, T as i, k as S, l as c, n as h, o as m, p, q as C, t as u, u as E, v as F, w as g, x, z as R, A as f, B as I, D as L, E as w, F as A, G as y, H as T, I as v, J as M, K as D, L as b, M as k, N as V } from "./index-
|
|
1
|
+
import { C as s, d as o, f as t, S as r, g as l, h as d, j as n, T as i, k as S, l as c, n as h, o as m, p, q as C, t as u, u as E, v as F, w as g, x, z as R, A as f, B as I, D as L, E as w, F as A, G as y, H as T, I as v, J as M, K as D, L as b, M as k, N as V } from "./index-CCVdZFar.js";
|
|
2
2
|
import { cw as G, cx as K, cy as P, cE as U, bq as X, e as _, f as j, l as B, a as H, dg as O, dh as q, b9 as J, di as N, dj as Y, dn as Z, dp as Q, dr as W, I as $, dG as ee, ed as ae, b2 as se } from "./executeStringFunction-B6fhDKyN.js";
|
|
3
3
|
import { FLVURL as te } from "@fileverse-dev/formulajs";
|
|
4
4
|
import { E as le, S as de } from "./constants-CRFfbkoQ.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as Y from
|
|
1
|
+
import * as Y from 'yjs';
|
|
2
2
|
export declare const DEFAULT_DSHEET_PERSISTENCE_TIMEOUT_MS = 8000;
|
|
3
|
-
export type DSheetContentStatus =
|
|
3
|
+
export type DSheetContentStatus = 'available' | 'empty' | 'missing' | 'corrupt' | 'timed-out' | 'unavailable';
|
|
4
4
|
export type DSheetContentSnapshot = {
|
|
5
5
|
dsheetId: string;
|
|
6
6
|
status: DSheetContentStatus;
|