@fileverse-dev/dsheet 4.0.5-edit-mode-7 → 4.0.5-edit-mode-8
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/api-key-modal/api-key-input.d.ts +1 -1
- package/dist/editor/components/api-key-modal/api-key-modal.d.ts +3 -1
- package/dist/editor/components/api-key-modal/rate-limit-info.d.ts +1 -1
- package/dist/editor/components/comments/comment-sidebar-empty.d.ts +1 -1
- package/dist/editor/components/export-menu-section.d.ts +1 -1
- package/dist/editor/components/import-button-ui.d.ts +1 -1
- package/dist/editor/components/read-only-export-button.d.ts +1 -1
- package/dist/editor/components/sidebar/editor-right-sidebar.d.ts +1 -1
- package/dist/editor/components/sidebar/right-sidebar.d.ts +2 -2
- package/dist/editor/components/sidebar/sidebar-context.d.ts +1 -1
- package/dist/editor/components/sidebar/sidebar-portal-registry.d.ts +2 -2
- package/dist/editor/components/sidebars/conditional-format.d.ts +1 -1
- package/dist/editor/components/sidebars/data-verification.d.ts +1 -1
- package/dist/editor/components/sidebars/function/function-categories.d.ts +3 -1
- package/dist/editor/components/sidebars/function/function-metadata.d.ts +1 -1
- package/dist/editor/components/sidebars/function/functionList.d.ts +2 -1
- package/dist/editor/components/sidebars/function-content.d.ts +1 -1
- package/dist/editor/components/sidebars/named-ranges.d.ts +1 -1
- package/dist/editor/components/sidebars/template-ui.d.ts +4 -2
- package/dist/editor/components/sidebars/templates.d.ts +1 -1
- package/dist/editor/components/skeleton-loader.d.ts +4 -4
- package/dist/editor/components/smart-contract/error-toast.d.ts +1 -1
- package/dist/editor/components/smart-contract/smart-contract-list-item.d.ts +2 -1
- package/dist/editor/components/smart-contract/smart-contract-reading-intro.d.ts +1 -1
- package/dist/editor/components/smart-contract.d.ts +1 -1
- package/dist/editor/components/transition-wrapper.d.ts +1 -1
- package/dist/editor/utils/custom-toolbar-item.d.ts +3 -3
- package/dist/editor/utils/detach-workbook-data.d.ts +8 -0
- package/dist/editor/utils/detach-workbook-data.test.d.ts +1 -0
- package/dist/editor/utils/smart-contract/constants.d.ts +7 -1
- package/dist/{index-BK9lc9z6.js → index-BOZBY97y.js} +14747 -14658
- package/dist/index.es.js +1 -1
- package/dist/{persistence-utils-BXFajzvq.js → persistence-utils-BBTuIssZ.js} +29 -30
- package/dist/persistence.js +1 -1
- package/dist/sheet-engine/react/components/DataVerification/ColorPicker.d.ts +3 -1
- package/dist/sheet-engine/react/components/DataVerification/DropdownOption.d.ts +1 -1
- package/dist/sheet-engine/react/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +2 -1
- package/dist/sheet-engine/react/components/SheetOverlay/FormulaHint/dragable-div.d.ts +1 -1
- package/dist/sheet-engine/react/components/SheetOverlay/FormulaHint/index.d.ts +2 -1
- package/dist/sheet-engine/react/components/SheetOverlay/Icon.d.ts +19 -19
- package/dist/sheet-engine/react/components/SheetOverlay/LucideIcon.d.ts +19 -19
- package/dist/sheet-engine/react/components/Toolbar/FunctionList/FunctionListButton.d.ts +1 -1
- package/dist/sheet-engine/react/components/Toolbar/FunctionList/HoverMenuItem.d.ts +1 -1
- package/dist/sheet-engine/react/components/Toolbar/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/{use-xlsx-import-impl-CRNz7Q-6.js → use-xlsx-import-impl-DGUKdiRf.js} +52 -52
- package/dist/{xlsx-defined-names-ePgSJMyE.js → xlsx-defined-names-C6vOaVnP.js} +1 -1
- package/dist/{xlsx-export-impl-BHyMCQhr.js → xlsx-export-impl-Dq-QZvKO.js} +3 -3
- package/dist/{xlsx-hyperlink-inline-BOyfzj2W.js → xlsx-hyperlink-inline-BPiN05xL.js} +1 -1
- package/package.json +1 -1
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-BOZBY97y.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,11 +1,10 @@
|
|
|
1
1
|
import * as i from "yjs";
|
|
2
|
-
|
|
3
|
-
typeof TextDecoder == "function" && new TextDecoder();
|
|
2
|
+
typeof TextDecoder == "function" && new TextDecoder("utf-8", { ignoreBOM: !0 });
|
|
4
3
|
typeof TextEncoder == "function" && new TextEncoder();
|
|
5
|
-
const
|
|
4
|
+
const m = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", c = Array.prototype.slice.call(m), f = ((t) => {
|
|
6
5
|
let e = {};
|
|
7
6
|
return t.forEach((r, n) => e[r] = n), e;
|
|
8
|
-
})(c),
|
|
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) => {
|
|
9
8
|
let e, r, n, o, a = "";
|
|
10
9
|
const s = t.length % 3;
|
|
11
10
|
for (let l = 0; l < t.length; ) {
|
|
@@ -14,21 +13,21 @@ const A = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", c
|
|
|
14
13
|
e = r << 16 | n << 8 | o, a += c[e >> 18 & 63] + c[e >> 12 & 63] + c[e >> 6 & 63] + c[e & 63];
|
|
15
14
|
}
|
|
16
15
|
return s ? a.slice(0, s - 3) + "===".substring(s) : a;
|
|
17
|
-
},
|
|
16
|
+
}, E = typeof btoa == "function" ? (t) => btoa(t) : b, u = typeof Uint8Array.prototype.toBase64 == "function" ? (t) => t.toBase64() : (t) => {
|
|
18
17
|
let r = [];
|
|
19
18
|
for (let n = 0, o = t.length; n < o; n += 4096)
|
|
20
|
-
r.push(
|
|
21
|
-
return
|
|
22
|
-
},
|
|
23
|
-
if (t = t.replace(/\s+/g, ""), !
|
|
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))
|
|
24
23
|
throw new TypeError("malformed base64.");
|
|
25
24
|
t += "==".slice(2 - (t.length & 3));
|
|
26
25
|
let e, r, n, o = [];
|
|
27
26
|
for (let a = 0; a < t.length; )
|
|
28
|
-
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(
|
|
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));
|
|
29
28
|
return o.join("");
|
|
30
|
-
},
|
|
31
|
-
const n =
|
|
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();
|
|
32
31
|
try {
|
|
33
32
|
i.applyUpdate(o, n);
|
|
34
33
|
} finally {
|
|
@@ -44,7 +43,7 @@ const A = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", c
|
|
|
44
43
|
} finally {
|
|
45
44
|
t.off("update", s);
|
|
46
45
|
}
|
|
47
|
-
},
|
|
46
|
+
}, v = async (t, e) => {
|
|
48
47
|
let r;
|
|
49
48
|
try {
|
|
50
49
|
return await Promise.race([
|
|
@@ -59,40 +58,40 @@ const A = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", c
|
|
|
59
58
|
} finally {
|
|
60
59
|
r && clearTimeout(r);
|
|
61
60
|
}
|
|
62
|
-
},
|
|
61
|
+
}, d = (t, e, r) => ({
|
|
63
62
|
dsheetId: t,
|
|
64
63
|
status: e,
|
|
65
64
|
encodedState: null,
|
|
66
65
|
stateVector: null,
|
|
67
|
-
...r ? { error:
|
|
68
|
-
}),
|
|
66
|
+
...r ? { error: C(r) } : {}
|
|
67
|
+
}), B = (t, e) => {
|
|
69
68
|
const r = i.encodeStateAsUpdate(e);
|
|
70
69
|
return {
|
|
71
70
|
dsheetId: t,
|
|
72
71
|
status: r.length <= 2 ? "empty" : "available",
|
|
73
|
-
encodedState:
|
|
74
|
-
stateVector:
|
|
72
|
+
encodedState: y(r),
|
|
73
|
+
stateVector: y(i.encodeStateVector(e))
|
|
75
74
|
};
|
|
76
|
-
},
|
|
75
|
+
}, z = (t, e, r) => {
|
|
77
76
|
if (!r)
|
|
78
|
-
return
|
|
77
|
+
return d(
|
|
79
78
|
t,
|
|
80
79
|
"unavailable",
|
|
81
80
|
new Error("dSheet document is not ready")
|
|
82
81
|
);
|
|
83
82
|
try {
|
|
84
|
-
return
|
|
83
|
+
return x(r, e, "dsheet-package-ingress"), B(t, r);
|
|
85
84
|
} catch (n) {
|
|
86
|
-
return
|
|
85
|
+
return d(t, "corrupt", n);
|
|
87
86
|
}
|
|
88
87
|
};
|
|
89
88
|
export {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
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
|
|
98
97
|
};
|
package/dist/persistence.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as D, f as h, D as b, u as p, w as S, s as w } from "./persistence-utils-
|
|
1
|
+
import { t as D, f as h, D as b, u as p, w as S, s as w } from "./persistence-utils-BBTuIssZ.js";
|
|
2
2
|
import * as u from "yjs";
|
|
3
3
|
import { clearDocument as v, IndexeddbPersistence as E } from "y-indexeddb";
|
|
4
4
|
const f = /* @__PURE__ */ new Map(), M = (e) => {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
1
3
|
export declare const TEXT_COLORS: {
|
|
2
4
|
name: string;
|
|
3
5
|
value: string;
|
|
@@ -5,4 +7,4 @@ export declare const TEXT_COLORS: {
|
|
|
5
7
|
export declare const ColorSection: ({ onPick, trigerColor, }: {
|
|
6
8
|
onPick: (color: string) => void;
|
|
7
9
|
trigerColor: string;
|
|
8
|
-
}) =>
|
|
10
|
+
}) => React.JSX.Element;
|
|
@@ -8,5 +8,5 @@ type Item = {
|
|
|
8
8
|
declare const DynamicInputList: ({ optionItems, setOptionItems, }: {
|
|
9
9
|
optionItems: Item[];
|
|
10
10
|
setOptionItems: React.Dispatch<React.SetStateAction<Item[]>>;
|
|
11
|
-
}) =>
|
|
11
|
+
}) => React.JSX.Element;
|
|
12
12
|
export default DynamicInputList;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
|
|
2
3
|
interface DuneChartsInputModalProps {
|
|
3
4
|
isOpen: boolean;
|
|
@@ -6,5 +7,5 @@ interface DuneChartsInputModalProps {
|
|
|
6
7
|
submitText?: string;
|
|
7
8
|
placeholder?: string;
|
|
8
9
|
}
|
|
9
|
-
declare const DuneChartsInputModal: ({ isOpen, onClose, onSubmit, submitText, placeholder, }: DuneChartsInputModalProps) =>
|
|
10
|
+
declare const DuneChartsInputModal: ({ isOpen, onClose, onSubmit, submitText, placeholder, }: DuneChartsInputModalProps) => React.JSX.Element | null;
|
|
10
11
|
export default DuneChartsInputModal;
|
|
@@ -6,5 +6,5 @@ interface DraggableDivProps {
|
|
|
6
6
|
initialTop?: any;
|
|
7
7
|
dragHasMoved?: any;
|
|
8
8
|
}
|
|
9
|
-
export declare const DraggableDiv: ({ children, className, initialTop, dragHasMoved, }: DraggableDivProps) =>
|
|
9
|
+
export declare const DraggableDiv: ({ children, className, initialTop, dragHasMoved, }: DraggableDivProps) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -2,23 +2,23 @@ import { default as React } from 'react';
|
|
|
2
2
|
import { LucideIconProps } from './LucideIcon';
|
|
3
3
|
|
|
4
4
|
export declare const LucideIcons: {
|
|
5
|
-
File3d: ({ width, height, ...props }: LucideIconProps) =>
|
|
6
|
-
FileWord: ({ width, height, ...props }: LucideIconProps) =>
|
|
7
|
-
FilePdf: ({ width, height, ...props }: LucideIconProps) =>
|
|
8
|
-
FilePpt: ({ width, height, ...props }: LucideIconProps) =>
|
|
9
|
-
FileExcel: ({ width, height, ...props }: LucideIconProps) =>
|
|
10
|
-
Section: ({ width, height, ...props }: LucideIconProps) =>
|
|
11
|
-
XSocial: ({ width, height, ...props }: LucideIconProps) =>
|
|
12
|
-
Farcaster: ({ width, height, ...props }: LucideIconProps) =>
|
|
13
|
-
Warpcast: ({ width, height, ...props }: LucideIconProps) =>
|
|
14
|
-
DSheetTextDisabled: ({ width, height, ...props }: LucideIconProps) =>
|
|
15
|
-
AddColLeft: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
16
|
-
AddColRight: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
17
|
-
AddRowBelowLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
18
|
-
AddRowAboveLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
19
|
-
DSheetOnlyText: () =>
|
|
20
|
-
Orb: ({ width, height, ...props }: LucideIconProps) =>
|
|
21
|
-
Lens: ({ width, height, ...props }: LucideIconProps) =>
|
|
22
|
-
Hey: ({ width, height, ...props }: LucideIconProps) =>
|
|
23
|
-
CloudSaved: ({ width, height, ...props }: LucideIconProps) =>
|
|
5
|
+
File3d: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
6
|
+
FileWord: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
7
|
+
FilePdf: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
8
|
+
FilePpt: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
9
|
+
FileExcel: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
10
|
+
Section: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
11
|
+
XSocial: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
12
|
+
Farcaster: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
13
|
+
Warpcast: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
14
|
+
DSheetTextDisabled: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
15
|
+
AddColLeft: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
16
|
+
AddColRight: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
17
|
+
AddRowBelowLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
18
|
+
AddRowAboveLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
19
|
+
DSheetOnlyText: () => React.JSX.Element;
|
|
20
|
+
Orb: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
21
|
+
Lens: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
22
|
+
Hey: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
23
|
+
CloudSaved: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
24
24
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
|
|
3
3
|
export declare const UltimateIcons: {
|
|
4
|
-
File3d: ({ width, height, ...props }: LucideIconProps) =>
|
|
5
|
-
FileWord: ({ width, height, ...props }: LucideIconProps) =>
|
|
6
|
-
FilePdf: ({ width, height, ...props }: LucideIconProps) =>
|
|
7
|
-
FilePpt: ({ width, height, ...props }: LucideIconProps) =>
|
|
8
|
-
FileExcel: ({ width, height, ...props }: LucideIconProps) =>
|
|
9
|
-
Section: ({ width, height, ...props }: LucideIconProps) =>
|
|
10
|
-
XSocial: ({ width, height, ...props }: LucideIconProps) =>
|
|
11
|
-
Farcaster: ({ width, height, ...props }: LucideIconProps) =>
|
|
12
|
-
Warpcast: ({ width, height, ...props }: LucideIconProps) =>
|
|
13
|
-
DSheetTextDisabled: ({ width, height, ...props }: LucideIconProps) =>
|
|
14
|
-
AddColLeft: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
15
|
-
AddColRight: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
16
|
-
AddRowBelowLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
17
|
-
AddRowAboveLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) =>
|
|
18
|
-
DSheetOnlyText: () =>
|
|
19
|
-
Orb: ({ width, height, ...props }: LucideIconProps) =>
|
|
20
|
-
Lens: ({ width, height, ...props }: LucideIconProps) =>
|
|
21
|
-
Hey: ({ width, height, ...props }: LucideIconProps) =>
|
|
22
|
-
CloudSaved: ({ width, height, ...props }: LucideIconProps) =>
|
|
4
|
+
File3d: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
5
|
+
FileWord: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
6
|
+
FilePdf: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
7
|
+
FilePpt: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
8
|
+
FileExcel: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
9
|
+
Section: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
10
|
+
XSocial: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
11
|
+
Farcaster: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
12
|
+
Warpcast: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
13
|
+
DSheetTextDisabled: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
14
|
+
AddColLeft: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
15
|
+
AddColRight: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
16
|
+
AddRowBelowLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
17
|
+
AddRowAboveLocal: ({ className, ...props }: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
18
|
+
DSheetOnlyText: () => React.JSX.Element;
|
|
19
|
+
Orb: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
20
|
+
Lens: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
21
|
+
Hey: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
22
|
+
CloudSaved: ({ width, height, ...props }: LucideIconProps) => React.JSX.Element;
|
|
23
23
|
};
|
|
24
24
|
export type ButtonSize = 'sm' | 'md' | 'lg';
|
|
25
25
|
interface SvgProps extends React.SVGProps<SVGSVGElement> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const FunctionList: () => import("react
|
|
1
|
+
export declare const FunctionList: () => import("react").JSX.Element;
|
|
@@ -23,5 +23,5 @@ type SubmenuProps = {
|
|
|
23
23
|
export type HoverMenuItemProps = CommonProps & ({
|
|
24
24
|
renderSubmenu?: undefined;
|
|
25
25
|
} | SubmenuProps);
|
|
26
|
-
export declare function HoverMenuItem(props: HoverMenuItemProps): import("react
|
|
26
|
+
export declare function HoverMenuItem(props: HoverMenuItemProps): import("react").JSX.Element;
|
|
27
27
|
export {};
|
|
@@ -6,7 +6,7 @@ export declare const CurrencySelector: ({ cell, defaultTextFormat, toolTipText,
|
|
|
6
6
|
cell: Cell | null | undefined;
|
|
7
7
|
defaultTextFormat: string;
|
|
8
8
|
toolTipText: string;
|
|
9
|
-
}) =>
|
|
9
|
+
}) => React.JSX.Element;
|
|
10
10
|
declare const Toolbar: React.FC<{
|
|
11
11
|
setMoreItems: React.Dispatch<React.SetStateAction<React.ReactNode>>;
|
|
12
12
|
moreItemsOpen: boolean;
|