@fileverse-dev/dsheet 2.1.3-package-cleanup-2 → 2.1.3-package-cleanup-3
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 +0 -3
- package/dist/editor/components/smart-contract/error-toast.d.ts +11 -0
- package/dist/editor/components/smart-contract/modal/abi-input-section.d.ts +11 -0
- package/dist/editor/components/smart-contract/modal/contract-name-section.d.ts +13 -0
- package/dist/editor/components/smart-contract/modal/file-upload-section.d.ts +12 -0
- package/dist/editor/components/smart-contract/modal/import-section.d.ts +8 -0
- package/dist/editor/components/smart-contract/modal/modal-header.d.ts +17 -0
- package/dist/editor/components/smart-contract/smart-contract-list-item.d.ts +8 -0
- package/dist/editor/components/smart-contract/smart-contract-modal-ui.d.ts +33 -0
- package/dist/editor/components/smart-contract/smart-contract-modal.d.ts +12 -0
- package/dist/editor/components/smart-contract/smart-contract-reading-intro.d.ts +4 -0
- package/dist/editor/components/smart-contract/smart-contract-view-list.d.ts +6 -0
- package/dist/editor/components/smart-contract/use-address-validation.d.ts +5 -0
- package/dist/editor/components/smart-contract/use-modal-outside-click.d.ts +18 -0
- package/dist/editor/components/smart-contract/use-smart-contract-modal.d.ts +38 -0
- package/dist/editor/contexts/editor-context.d.ts +4 -1
- package/dist/editor/dsheet-editor.d.ts +1 -1
- package/dist/editor/hooks/use-smart-contract.d.ts +26 -0
- package/dist/editor/types/smart-contract.d.ts +88 -0
- package/dist/editor/types.d.ts +3 -3
- package/dist/editor/utils/smart-contract/constants.d.ts +488 -0
- package/dist/editor/utils/smart-contract/error-helper.d.ts +20 -0
- package/dist/editor/utils/smart-contract/helpers.d.ts +4 -0
- package/dist/editor/utils/smart-contract/reading-utils.d.ts +34 -0
- package/dist/editor/utils/smart-contract/signature-utils.d.ts +9 -0
- package/dist/{index-B1GgIaLD.js → index-DwPpxfSA.js} +18798 -16829
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +49 -48
- package/dist/style.css +1 -1
- package/dist/{use-xlsx-import-impl-Ce2uNFrO.js → use-xlsx-import-impl-Cc8p533v.js} +1 -1
- package/dist/{xlsx-export-impl-DxzFr-zj.js → xlsx-export-impl-rKtQDxYh.js} +1 -1
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ export { CommentsContent } from './editor/components/comments/comment-sidebar';
|
|
|
12
12
|
export { CommentCellUI } from './editor/components/comments/comment-cell-popup';
|
|
13
13
|
export { useEnsStatus } from './editor/components/comments/ens/use-ens-status';
|
|
14
14
|
export type { EnsStatus } from './editor/components/comments/ens/ens-cache';
|
|
15
|
+
export type { SmartContractConfig, SmartContractEvent, SmartContractEventType, ContractConfig, ContractRegistry, NewContractInput, } from './editor/types/smart-contract';
|
|
16
|
+
export { SupportedChain } from './editor/types/smart-contract';
|
|
15
17
|
export type { WorkbookInstance } from './sheet-engine/react';
|
|
16
18
|
export type { CollaborationProps, CollabConnectionConfig, CollabSessionMeta, CollabServices, CollabCallbacks, CollabState, CollabStatus, CollabError, CollabErrorCode, CollabUser, } from './sync-local/types';
|
|
17
19
|
export { ERROR_MESSAGES_FLAG, SERVICES_API_KEY, } from './editor/constants/shared-constants';
|
package/dist/index.es.js
CHANGED
|
@@ -1,57 +1,58 @@
|
|
|
1
|
-
import { C as s, a as t, b as o, S as
|
|
2
|
-
import { bW as
|
|
3
|
-
import { FLVURL as
|
|
4
|
-
import { E as
|
|
1
|
+
import { C as s, a as t, b as o, S as r, d as l, i as n, e as i, T as d, f as S, g as c, h, j as m, k as C, l as u, n as p, o as E, p as F, q as g, r as x, s as R, t as L, u as f, v as A, w as I, x as w, z as T, A as b, B as v, D, E as M, F as k, G as V, H as X, I as z, J as P, K as U, L as _ } from "./index-DwPpxfSA.js";
|
|
2
|
+
import { bW as B, bX as G, bY as H, c0 as O, bi as j, e as J, f as K, h as Y, a as q, cm as N, as as W, cu as Z } from "./executeStringFunction-CIx20yEd.js";
|
|
3
|
+
import { FLVURL as $ } from "@fileverse-dev/formulajs";
|
|
4
|
+
import { E as ae, S as se } from "./constants-yStXQJiK.js";
|
|
5
5
|
export {
|
|
6
6
|
s as CommentAction,
|
|
7
7
|
t as CommentCellUI,
|
|
8
8
|
o as CommentsContent,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
r as DSheetEditor,
|
|
10
|
+
l as DSheetSkeleton,
|
|
11
|
+
ae as ERROR_MESSAGES_FLAG,
|
|
12
|
+
$ as FLVURL,
|
|
13
13
|
n as FortuneCore,
|
|
14
|
-
|
|
15
|
-
i as
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
G as
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
O as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
J as
|
|
27
|
-
K as
|
|
28
|
-
|
|
29
|
-
C as
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
p as
|
|
33
|
-
E as
|
|
34
|
-
F as
|
|
35
|
-
g as
|
|
36
|
-
x as
|
|
37
|
-
R as
|
|
14
|
+
se as SERVICES_API_KEY,
|
|
15
|
+
i as SupportedChain,
|
|
16
|
+
d as TEMPLATES,
|
|
17
|
+
S as api,
|
|
18
|
+
B as clearColumnsCellsFormat,
|
|
19
|
+
c as clearFilter,
|
|
20
|
+
G as clearRowsCellsFormat,
|
|
21
|
+
H as clearSelectedCellFormat,
|
|
22
|
+
h as createFilter,
|
|
23
|
+
O as deleteRowCol,
|
|
24
|
+
j as deleteSelectedCellText,
|
|
25
|
+
m as describeMatchedShortcut,
|
|
26
|
+
J as executeStringFunction,
|
|
27
|
+
K as formulaResponseUiSync,
|
|
28
|
+
Y as getFlowdata,
|
|
29
|
+
C as getRemoveDuplicatesErrorMessage,
|
|
30
|
+
u as getRemoveDuplicatesPreview,
|
|
31
|
+
q as getSheetIndex,
|
|
32
|
+
p as handleCSVUpload,
|
|
33
|
+
E as handleCopy,
|
|
34
|
+
F as handleExportToCSV,
|
|
35
|
+
g as handleExportToJSON,
|
|
36
|
+
x as handleExportToXLSX,
|
|
37
|
+
R as handleFreeze,
|
|
38
|
+
L as handleHorizontalAlign,
|
|
38
39
|
f as handleLink,
|
|
39
40
|
A as handleMerge,
|
|
40
41
|
I as handlePasteByClick,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
42
|
+
w as handleSort,
|
|
43
|
+
T as handleTextSize,
|
|
44
|
+
b as handleVerticalAlign,
|
|
45
|
+
N as insertRowCol,
|
|
46
|
+
v as isBrowserZoomShortcut,
|
|
47
|
+
D as isFormulaListShortcut,
|
|
48
|
+
M as isOpenShortcutsModalShortcut,
|
|
49
|
+
W as jfrefreshgrid,
|
|
50
|
+
Z as loadLocale,
|
|
51
|
+
k as removeActiveImage,
|
|
52
|
+
V as removeDuplicates,
|
|
53
|
+
X as showImgChooser,
|
|
54
|
+
z as toolbarItemClickHandler,
|
|
55
|
+
P as updateFormat,
|
|
56
|
+
U as useEnsStatus,
|
|
57
|
+
_ as useXLSXImport
|
|
57
58
|
};
|