@fileverse-dev/dsheet 4.0.5-edit-mode-12 → 4.0.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.
Files changed (88) hide show
  1. package/dist/editor/components/api-key-modal/api-key-input.d.ts +1 -1
  2. package/dist/editor/components/api-key-modal/api-key-modal.d.ts +1 -3
  3. package/dist/editor/components/api-key-modal/rate-limit-info.d.ts +1 -1
  4. package/dist/editor/components/comments/comment-sidebar-empty.d.ts +1 -1
  5. package/dist/editor/components/editor-workbook.d.ts +1 -5
  6. package/dist/editor/components/export-menu-section.d.ts +1 -1
  7. package/dist/editor/components/import-button-ui.d.ts +1 -1
  8. package/dist/editor/components/permission-chip.d.ts +1 -5
  9. package/dist/editor/components/read-only-export-button.d.ts +1 -1
  10. package/dist/editor/components/sidebar/editor-right-sidebar.d.ts +1 -1
  11. package/dist/editor/components/sidebar/right-sidebar.d.ts +2 -2
  12. package/dist/editor/components/sidebar/sidebar-context.d.ts +1 -1
  13. package/dist/editor/components/sidebar/sidebar-portal-registry.d.ts +2 -2
  14. package/dist/editor/components/sidebars/conditional-format.d.ts +1 -1
  15. package/dist/editor/components/sidebars/data-verification.d.ts +1 -1
  16. package/dist/editor/components/sidebars/function/function-categories.d.ts +1 -3
  17. package/dist/editor/components/sidebars/function/function-metadata.d.ts +1 -1
  18. package/dist/editor/components/sidebars/function/functionList.d.ts +1 -2
  19. package/dist/editor/components/sidebars/function-content.d.ts +1 -1
  20. package/dist/editor/components/sidebars/named-ranges.d.ts +1 -1
  21. package/dist/editor/components/sidebars/template-ui.d.ts +2 -4
  22. package/dist/editor/components/sidebars/templates.d.ts +1 -1
  23. package/dist/editor/components/skeleton-loader.d.ts +4 -4
  24. package/dist/editor/components/smart-contract/error-toast.d.ts +1 -1
  25. package/dist/editor/components/smart-contract/smart-contract-list-item.d.ts +1 -2
  26. package/dist/editor/components/smart-contract/smart-contract-reading-intro.d.ts +1 -1
  27. package/dist/editor/components/smart-contract.d.ts +1 -1
  28. package/dist/editor/components/transition-wrapper.d.ts +1 -1
  29. package/dist/editor/contexts/editor-context.d.ts +2 -11
  30. package/dist/editor/dsheet-editor.d.ts +2 -3
  31. package/dist/editor/hooks/use-collab-awareness.d.ts +6 -3
  32. package/dist/editor/hooks/use-editor-data.d.ts +2 -2
  33. package/dist/editor/hooks/use-editor-sync.d.ts +2 -6
  34. package/dist/editor/types.d.ts +3 -29
  35. package/dist/editor/utils/custom-toolbar-item.d.ts +3 -3
  36. package/dist/editor/utils/smart-contract/constants.d.ts +1 -7
  37. package/dist/{executeStringFunction-B6fhDKyN.js → executeStringFunction-CxsiamWG.js} +6421 -6339
  38. package/dist/formula.js +1 -1
  39. package/dist/{index-D7psIU8B.js → index-CQUhZB3J.js} +19505 -20459
  40. package/dist/index.d.ts +1 -3
  41. package/dist/index.es.js +48 -52
  42. package/dist/persistence-utils-DsM_MOB1.js +89 -0
  43. package/dist/persistence-utils.d.ts +0 -6
  44. package/dist/persistence.js +1 -1
  45. package/dist/sheet-engine/core/modules/format.d.ts +5 -1
  46. package/dist/sheet-engine/react/components/DataVerification/ColorPicker.d.ts +1 -3
  47. package/dist/sheet-engine/react/components/DataVerification/DropdownOption.d.ts +1 -1
  48. package/dist/sheet-engine/react/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +1 -2
  49. package/dist/sheet-engine/react/components/SheetOverlay/FormulaHint/dragable-div.d.ts +1 -1
  50. package/dist/sheet-engine/react/components/SheetOverlay/FormulaHint/index.d.ts +1 -2
  51. package/dist/sheet-engine/react/components/SheetOverlay/Icon.d.ts +19 -19
  52. package/dist/sheet-engine/react/components/SheetOverlay/LucideIcon.d.ts +19 -19
  53. package/dist/sheet-engine/react/components/Toolbar/FunctionList/FunctionListButton.d.ts +1 -1
  54. package/dist/sheet-engine/react/components/Toolbar/FunctionList/HoverMenuItem.d.ts +1 -1
  55. package/dist/sheet-engine/react/components/Toolbar/index.d.ts +1 -2
  56. package/dist/sheet-engine/react/components/Workbook/index.d.ts +0 -1
  57. package/dist/style.css +1 -1
  58. package/dist/sync-local/SyncManager.d.ts +9 -54
  59. package/dist/sync-local/index.d.ts +1 -1
  60. package/dist/sync-local/socketClient.d.ts +8 -74
  61. package/dist/sync-local/types/index.d.ts +15 -111
  62. package/dist/sync-local/useSyncManager.d.ts +0 -4
  63. package/dist/sync-local/utils/objectToFile.d.ts +1 -0
  64. package/dist/{use-xlsx-import-impl-B73ILpg3.js → use-xlsx-import-impl-DNTnmzDN.js} +53 -53
  65. package/dist/{xlsx-defined-names-Bl8Y-KEV.js → xlsx-defined-names-BHxDk83p.js} +2 -2
  66. package/dist/{xlsx-export-impl-FuZcrQ2a.js → xlsx-export-impl-r3bDoVjv.js} +4 -4
  67. package/dist/{xlsx-hyperlink-inline-Cdizm_s4.js → xlsx-hyperlink-inline-B5IR_SOR.js} +2 -2
  68. package/package.json +2 -2
  69. package/dist/editor/components/editor-workbook-controls.d.ts +0 -11
  70. package/dist/editor/components/editor-workbook-controls.test.d.ts +0 -1
  71. package/dist/editor/components/permission-chip-model.d.ts +0 -34
  72. package/dist/editor/components/permission-chip.test.d.ts +0 -1
  73. package/dist/editor/hooks/collaboration-lifecycle.d.ts +0 -35
  74. package/dist/editor/hooks/collaboration-lifecycle.test.d.ts +0 -1
  75. package/dist/editor/utils/detach-workbook-data.d.ts +0 -8
  76. package/dist/editor/utils/detach-workbook-data.test.d.ts +0 -1
  77. package/dist/editor/utils/editor-handle.d.ts +0 -11
  78. package/dist/editor/utils/editor-handle.test.d.ts +0 -1
  79. package/dist/persistence-utils-BBTuIssZ.js +0 -97
  80. package/dist/persistence-utils.test.d.ts +0 -1
  81. package/dist/sync-local/crypto/room-key.d.ts +0 -2
  82. package/dist/sync-local/crypto/room-key.test.d.ts +0 -1
  83. package/dist/sync-local/floor.d.ts +0 -8
  84. package/dist/sync-local/floor.test.d.ts +0 -1
  85. package/dist/sync-local/presence.d.ts +0 -11
  86. package/dist/sync-local/presence.test.d.ts +0 -1
  87. package/dist/sync-local/session-tools.d.ts +0 -31
  88. package/dist/sync-local/session-tools.test.d.ts +0 -1
@@ -1,5 +1,5 @@
1
- import { i as w } from "./executeStringFunction-B6fhDKyN.js";
2
- import { J as x } from "./xlsx-hyperlink-inline-Cdizm_s4.js";
1
+ import { i as w } from "./executeStringFunction-CxsiamWG.js";
2
+ import { J as x } from "./xlsx-hyperlink-inline-B5IR_SOR.js";
3
3
  function g(o) {
4
4
  return o.startsWith("_xlnm.");
5
5
  }
@@ -1,9 +1,9 @@
1
1
  import { utils as F, write as it } from "xlsx-js-style";
2
2
  import { Workbook as ct } from "exceljs";
3
3
  import { toast as nt } from "@fileverse/ui";
4
- import { J as ft, c as X, g as ut, a as pt } from "./xlsx-hyperlink-inline-Cdizm_s4.js";
5
- import { b as dt } from "./executeStringFunction-B6fhDKyN.js";
6
- import { e as ht } from "./index-D7psIU8B.js";
4
+ import { J as ft, c as X, g as ut, a as pt } from "./xlsx-hyperlink-inline-B5IR_SOR.js";
5
+ import { b as dt } from "./executeStringFunction-CxsiamWG.js";
6
+ import { e as ht } from "./index-CQUhZB3J.js";
7
7
  const mt = {
8
8
  1: "thin",
9
9
  2: "hair",
@@ -806,7 +806,7 @@ const Y = (e) => {
806
806
  D
807
807
  );
808
808
  });
809
- const { applyDefinedNamesToExcelWorkbook: ot } = await import("./xlsx-defined-names-Bl8Y-KEV.js");
809
+ const { applyDefinedNamesToExcelWorkbook: ot } = await import("./xlsx-defined-names-BHxDk83p.js");
810
810
  ot(
811
811
  P,
812
812
  (T = (a = (d = e.current).getWorkbookContext) == null ? void 0 : a.call(d)) == null ? void 0 : T.definedNames,
@@ -1,5 +1,5 @@
1
- import { g as Rt, c as yt } from "./executeStringFunction-B6fhDKyN.js";
2
- import { c as wt } from "./index-D7psIU8B.js";
1
+ import { g as Rt, c as yt } from "./executeStringFunction-CxsiamWG.js";
2
+ import { c as wt } from "./index-CQUhZB3J.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.0.5-edit-mode-12",
5
+ "version": "4.0.6",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -126,4 +126,4 @@
126
126
  "vitest": "^3.2.4",
127
127
  "yjs": "13.6.30"
128
128
  }
129
- }
129
+ }
@@ -1,11 +0,0 @@
1
- interface WorkbookControlItemsInput {
2
- isReadOnly: boolean;
3
- allowComments: boolean;
4
- isRTCActive: boolean;
5
- }
6
- export declare const getWorkbookControlItems: ({ isReadOnly, allowComments, }: WorkbookControlItemsInput) => {
7
- cellContextMenu: string[];
8
- headerContextMenu: string[];
9
- toolbarItems: string[];
10
- };
11
- export {};
@@ -1,34 +0,0 @@
1
- import { DSheetPermissionMode } from '../types';
2
-
3
- export declare const getPermissionChipConfig: (mode: DSheetPermissionMode) => {
4
- readonly icon: "Eye";
5
- readonly label: "View only";
6
- readonly modifier: "view-only";
7
- } | {
8
- readonly icon: "MessageSquareText";
9
- readonly label: "View and comment";
10
- readonly modifier: "comment";
11
- } | {
12
- readonly icon: "Pencil";
13
- readonly label: "Edit";
14
- readonly modifier: "edit";
15
- };
16
- export declare const canShowEditElevation: ({ mode, onEnterEdit, }: {
17
- mode: DSheetPermissionMode;
18
- onEnterEdit?: () => void;
19
- }) => boolean;
20
- export declare const canShowViewerModeMenu: ({ mode, onViewerModeChange, }: {
21
- mode: DSheetPermissionMode;
22
- onViewerModeChange?: (mode: "comment" | "view") => void;
23
- }) => boolean;
24
- export declare const canShowCommentSignIn: ({ mode, onEnterEdit, onSignInToComment, onViewerModeChange, }: {
25
- mode: DSheetPermissionMode;
26
- onEnterEdit?: () => void;
27
- onSignInToComment?: () => void;
28
- onViewerModeChange?: (mode: "comment" | "view") => void;
29
- }) => boolean;
30
- export declare const resolvePermissionChipMode: ({ allowComments, isReadOnly, permissionMode, }: {
31
- allowComments: boolean;
32
- isReadOnly: boolean;
33
- permissionMode?: DSheetPermissionMode;
34
- }) => DSheetPermissionMode | null;
@@ -1 +0,0 @@
1
- export {};
@@ -1,35 +0,0 @@
1
- import { CollabConnectionConfig, CollaborationProps } from '../../sync-local/types';
2
-
3
- export declare const COLLAB_WARM_MS = 30000;
4
- export declare const shouldKeepCollaborationSocketAlive: (connection: CollabConnectionConfig) => boolean;
5
- export declare const isLiveCollaborationSession: (collaboration?: CollaborationProps) => boolean;
6
- export declare const isQualifyingCollaborationEdit: (origin: unknown, indexeddbOrigin: unknown, isBootstrapReady: boolean) => boolean;
7
- export declare const shouldRenderBootstrappedWorkbook: (collabEnabled: boolean, sheetCount: number) => boolean;
8
- export declare const shouldInitializeDefaultWorkbook: (syncStatus: string | undefined, collabEnabled: boolean, collabStatus: string | undefined) => boolean;
9
- export declare const getWorkbookHydrationReason: (status: string | undefined, previousStatus: string | undefined, hasHydratedReadyState: boolean) => "initial" | "reconnect" | null;
10
- export declare const shouldRehydrateWorkbookOnReady: ({ reason, isOwner, hasUnmergedPeerUpdates, }: {
11
- reason: "initial" | "reconnect";
12
- isOwner: boolean;
13
- hasUnmergedPeerUpdates: boolean;
14
- }) => boolean;
15
- export interface CollaborationConnectionController {
16
- onYdocUpdate: (update: Uint8Array, origin: unknown) => void;
17
- dispose: () => void;
18
- }
19
- export declare const createCollaborationConnectionController: (args: {
20
- connection: CollabConnectionConfig;
21
- isSocketConnectedRef: {
22
- current: boolean;
23
- };
24
- getIndexeddbOrigin: () => unknown;
25
- isBootstrapReady: boolean;
26
- connect: (connection: CollabConnectionConfig) => void;
27
- disconnect: () => void;
28
- }) => CollaborationConnectionController;
29
- /**
30
- * Merge the published artifact into the editor's one durable Y.Doc before
31
- * IndexedDB replay and collaboration hydration. The `self` origin prevents a
32
- * late package listener from treating the host seed as a live user edit;
33
- * SyncManager's state-vector diff still sees it when the room is hydrated.
34
- */
35
- export declare const mergePublishedContentIntoYdoc: (ydoc: import('yjs').Doc, encodedContent?: string) => boolean;
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- /**
2
- * Creates a private data snapshot for the workbook. The workbook deep-freezes
3
- * its input when storing it in Immer state, so passing currentDataRef directly
4
- * would also freeze the Yjs-derived collaboration data. Later sync and comment
5
- * marker updates would then throw when mutating that shared source. Cloning here
6
- * keeps workbook state immutable while collaboration data remains mutable.
7
- */
8
- export declare const detachWorkbookData: <T>(data: T) => T;
@@ -1 +0,0 @@
1
- export {};
@@ -1,11 +0,0 @@
1
- import { Ref } from 'react';
2
- import { WorkbookInstance } from '../../sheet-engine/react';
3
- import { DSheetEditorHandle } from '../types';
4
-
5
- export type DSheetEditorMethods = Pick<DSheetEditorHandle, "refreshIndexedDB" | "terminateSession" | "updateCollaboratorName" | "updateSessionTitle">;
6
- /**
7
- * Compose Fortune's regenerated imperative handle with dSheet lifecycle methods.
8
- * React callback refs invoke this again after every Workbook remount, so both
9
- * standard forwarded refs and the legacy sheetEditorRef prop stay current.
10
- */
11
- export declare const attachDSheetEditorHandle: (workbook: WorkbookInstance | null, methods: DSheetEditorMethods, refs: Array<Ref<DSheetEditorHandle> | undefined>) => DSheetEditorHandle | null;
@@ -1 +0,0 @@
1
- export {};
@@ -1,97 +0,0 @@
1
- import * as i from "yjs";
2
- typeof TextDecoder == "function" && new TextDecoder("utf-8", { ignoreBOM: !0 });
3
- typeof TextEncoder == "function" && new TextEncoder();
4
- const m = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", c = Array.prototype.slice.call(m), f = ((t) => {
5
- let e = {};
6
- return t.forEach((r, n) => e[r] = n), e;
7
- })(c), A = /^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/, p = String.fromCharCode.bind(String), g = typeof Uint8Array.from == "function" ? Uint8Array.from.bind(Uint8Array) : (t) => new Uint8Array(Array.prototype.slice.call(t, 0)), U = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" : "_"), h = (t) => t.replace(/[^A-Za-z0-9\+\/]/g, ""), b = (t) => {
8
- let e, r, n, o, a = "";
9
- const s = t.length % 3;
10
- for (let l = 0; l < t.length; ) {
11
- if ((r = t.charCodeAt(l++)) > 255 || (n = t.charCodeAt(l++)) > 255 || (o = t.charCodeAt(l++)) > 255)
12
- throw new TypeError("invalid character found");
13
- e = r << 16 | n << 8 | o, a += c[e >> 18 & 63] + c[e >> 12 & 63] + c[e >> 6 & 63] + c[e & 63];
14
- }
15
- return s ? a.slice(0, s - 3) + "===".substring(s) : a;
16
- }, E = typeof btoa == "function" ? (t) => btoa(t) : b, u = typeof Uint8Array.prototype.toBase64 == "function" ? (t) => t.toBase64() : (t) => {
17
- let r = [];
18
- for (let n = 0, o = t.length; n < o; n += 4096)
19
- r.push(p.apply(null, t.subarray(n, n + 4096)));
20
- return E(r.join(""));
21
- }, y = (t, e = !1) => e ? U(u(t)) : u(t), w = (t) => {
22
- if (t = t.replace(/\s+/g, ""), !A.test(t))
23
- throw new TypeError("malformed base64.");
24
- t += "==".slice(2 - (t.length & 3));
25
- let e, r, n, o = [];
26
- for (let a = 0; a < t.length; )
27
- e = f[t.charAt(a++)] << 18 | f[t.charAt(a++)] << 12 | (r = f[t.charAt(a++)]) << 6 | (n = f[t.charAt(a++)]), r === 64 ? o.push(p(e >> 16 & 255)) : n === 64 ? o.push(p(e >> 16 & 255, e >> 8 & 255)) : o.push(p(e >> 16 & 255, e >> 8 & 255, e & 255));
28
- return o.join("");
29
- }, D = typeof atob == "function" ? (t) => atob(h(t)) : w, S = typeof Uint8Array.fromBase64 == "function" ? (t) => Uint8Array.fromBase64(t) : (t) => g(D(t).split("").map((e) => e.charCodeAt(0))), _ = (t) => S(T(t)), T = (t) => h(t.replace(/[-_]/g, (e) => e == "-" ? "+" : "/")), P = 8e3, C = (t) => t instanceof Error ? t : new Error(String(t)), x = (t, e, r = "dsheet-package-ingress") => {
30
- const n = _(e), o = new i.Doc();
31
- try {
32
- i.applyUpdate(o, n);
33
- } finally {
34
- o.destroy();
35
- }
36
- let a = !1;
37
- const s = () => {
38
- a = !0;
39
- };
40
- t.on("update", s);
41
- try {
42
- return i.applyUpdate(t, n, r), a;
43
- } finally {
44
- t.off("update", s);
45
- }
46
- }, v = async (t, e) => {
47
- let r;
48
- try {
49
- return await Promise.race([
50
- t,
51
- new Promise((n, o) => {
52
- r = setTimeout(
53
- () => o(new Error("dSheet IndexedDB operation timed out")),
54
- e
55
- );
56
- })
57
- ]);
58
- } finally {
59
- r && clearTimeout(r);
60
- }
61
- }, d = (t, e, r) => ({
62
- dsheetId: t,
63
- status: e,
64
- encodedState: null,
65
- stateVector: null,
66
- ...r ? { error: C(r) } : {}
67
- }), B = (t, e) => {
68
- const r = i.encodeStateAsUpdate(e);
69
- return {
70
- dsheetId: t,
71
- status: r.length <= 2 ? "empty" : "available",
72
- encodedState: y(r),
73
- stateVector: y(i.encodeStateVector(e))
74
- };
75
- }, z = (t, e, r) => {
76
- if (!r)
77
- return d(
78
- t,
79
- "unavailable",
80
- new Error("dSheet document is not ready")
81
- );
82
- try {
83
- return x(r, e, "dsheet-package-ingress"), B(t, r);
84
- } catch (n) {
85
- return d(t, "corrupt", n);
86
- }
87
- };
88
- export {
89
- P as D,
90
- z as a,
91
- y as f,
92
- x as m,
93
- B as s,
94
- _ as t,
95
- d as u,
96
- v as w
97
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export declare const encryptForRoomKey: (roomKey: string, bytes: Uint8Array) => string;
2
- export declare const decryptForRoomKey: (roomKey: string, ciphertext: string) => Uint8Array;
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- import * as Y from 'yjs';
2
- export declare function advanceFloor(floor: number, pageSeqsAscending: number[]): number;
3
- export declare function shouldAuthorSnapshot(p: {
4
- canAuthor: boolean;
5
- updatesSinceLastSnapshot: number;
6
- threshold: number;
7
- }): boolean;
8
- export declare function computeLocalOnlyUpdate(ydoc: Y.Doc, serverMerged: Uint8Array | null): Uint8Array | null;
@@ -1 +0,0 @@
1
- export {};
@@ -1,11 +0,0 @@
1
- import { CollabUser } from './types';
2
-
3
- export interface AwarenessIdentity {
4
- name: string;
5
- color: string;
6
- isEns: string | boolean;
7
- }
8
- export declare const PLACEHOLDER_COLOR = "#9CA3AF";
9
- export declare function buildIdentityMap(states: Map<number, Record<string, unknown>>): Map<string, AwarenessIdentity>;
10
- export declare function mergePresence(roomMembers: string[], identityBySocketId: Map<string, AwarenessIdentity>): CollabUser[];
11
- export declare function identitySignature(roomMembers: string[], identityBySocketId: Map<string, AwarenessIdentity>): string;
@@ -1 +0,0 @@
1
- export {};
@@ -1,31 +0,0 @@
1
- import { CollabConnectionConfig } from './types';
2
-
3
- /**
4
- * Headless hydrate: pulls the OLD session's durable log and decrypts it with `roomKey`.
5
- * The old session still exists server-side — termination only rejects writes, so a
6
- * joinOnly read succeeds even after cutover. Mirrors the connect-time hydration pull
7
- * (SyncManager.catchUpFloor / decodeInto), minus the Y.Doc/floor bookkeeping. Throws on
8
- * connect/auth/pull failure; an individual undecryptable row is skipped, not fatal.
9
- */
10
- export declare function fetchSessionState(args: {
11
- dsheetId: string;
12
- roomKey: string;
13
- ownerAuth: CollabConnectionConfig;
14
- }): Promise<Uint8Array[]>;
15
- /**
16
- * Headless seed: pushes `state` into a brand-new session as a single owner snapshot,
17
- * encrypted under `newRoomKey`. `floorSeq: 0` — the target session is freshly created by
18
- * the rotate op and holds no rows yet, so there is nothing to catch up before stamping.
19
- *
20
- * Caller ordering: must run AFTER the rotate op has already created the target session.
21
- * This function's own owner `/auth` is create-or-join — calling it first would create the
22
- * target session itself and, as an owner /auth, sweep (terminate) any other non-terminated
23
- * session for this document, which is the OLD session that's supposed to keep draining
24
- * stragglers during the rotation window. Seeding early collapses that drain early.
25
- */
26
- export declare function seedSession(args: {
27
- dsheetId: string;
28
- newRoomKey: string;
29
- state: Uint8Array;
30
- ownerAuth: CollabConnectionConfig;
31
- }): Promise<void>;
@@ -1 +0,0 @@
1
- export {};