@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.
Files changed (32) hide show
  1. package/dist/editor/components/editor-workbook.d.ts +0 -3
  2. package/dist/editor/components/smart-contract/error-toast.d.ts +11 -0
  3. package/dist/editor/components/smart-contract/modal/abi-input-section.d.ts +11 -0
  4. package/dist/editor/components/smart-contract/modal/contract-name-section.d.ts +13 -0
  5. package/dist/editor/components/smart-contract/modal/file-upload-section.d.ts +12 -0
  6. package/dist/editor/components/smart-contract/modal/import-section.d.ts +8 -0
  7. package/dist/editor/components/smart-contract/modal/modal-header.d.ts +17 -0
  8. package/dist/editor/components/smart-contract/smart-contract-list-item.d.ts +8 -0
  9. package/dist/editor/components/smart-contract/smart-contract-modal-ui.d.ts +33 -0
  10. package/dist/editor/components/smart-contract/smart-contract-modal.d.ts +12 -0
  11. package/dist/editor/components/smart-contract/smart-contract-reading-intro.d.ts +4 -0
  12. package/dist/editor/components/smart-contract/smart-contract-view-list.d.ts +6 -0
  13. package/dist/editor/components/smart-contract/use-address-validation.d.ts +5 -0
  14. package/dist/editor/components/smart-contract/use-modal-outside-click.d.ts +18 -0
  15. package/dist/editor/components/smart-contract/use-smart-contract-modal.d.ts +38 -0
  16. package/dist/editor/contexts/editor-context.d.ts +4 -1
  17. package/dist/editor/dsheet-editor.d.ts +1 -1
  18. package/dist/editor/hooks/use-smart-contract.d.ts +26 -0
  19. package/dist/editor/types/smart-contract.d.ts +88 -0
  20. package/dist/editor/types.d.ts +3 -3
  21. package/dist/editor/utils/smart-contract/constants.d.ts +488 -0
  22. package/dist/editor/utils/smart-contract/error-helper.d.ts +20 -0
  23. package/dist/editor/utils/smart-contract/helpers.d.ts +4 -0
  24. package/dist/editor/utils/smart-contract/reading-utils.d.ts +34 -0
  25. package/dist/editor/utils/smart-contract/signature-utils.d.ts +9 -0
  26. package/dist/{index-B1GgIaLD.js → index-DwPpxfSA.js} +18798 -16829
  27. package/dist/index.d.ts +2 -0
  28. package/dist/index.es.js +49 -48
  29. package/dist/style.css +1 -1
  30. package/dist/{use-xlsx-import-impl-Ce2uNFrO.js → use-xlsx-import-impl-Cc8p533v.js} +1 -1
  31. package/dist/{xlsx-export-impl-DxzFr-zj.js → xlsx-export-impl-rKtQDxYh.js} +1 -1
  32. 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 l, d as r, i as n, T as i, e as c, f as d, g as S, 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 f, u as A, v as I, w as L, 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 } from "./index-B1GgIaLD.js";
2
- import { bW as y, bX as B, bY as G, c0 as H, bi as O, e as j, f as J, h as K, a as Y, cm as q, as as N, cu as W } from "./executeStringFunction-CIx20yEd.js";
3
- import { FLVURL as Q } from "@fileverse-dev/formulajs";
4
- import { E as ee, S as ae } from "./constants-yStXQJiK.js";
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
- l as DSheetEditor,
10
- r as DSheetSkeleton,
11
- ee as ERROR_MESSAGES_FLAG,
12
- Q as FLVURL,
9
+ r as DSheetEditor,
10
+ l as DSheetSkeleton,
11
+ ae as ERROR_MESSAGES_FLAG,
12
+ $ as FLVURL,
13
13
  n as FortuneCore,
14
- ae as SERVICES_API_KEY,
15
- i as TEMPLATES,
16
- c as api,
17
- y as clearColumnsCellsFormat,
18
- d as clearFilter,
19
- B as clearRowsCellsFormat,
20
- G as clearSelectedCellFormat,
21
- S as createFilter,
22
- H as deleteRowCol,
23
- O as deleteSelectedCellText,
24
- h as describeMatchedShortcut,
25
- j as executeStringFunction,
26
- J as formulaResponseUiSync,
27
- K as getFlowdata,
28
- m as getRemoveDuplicatesErrorMessage,
29
- C as getRemoveDuplicatesPreview,
30
- Y as getSheetIndex,
31
- u as handleCSVUpload,
32
- p as handleCopy,
33
- E as handleExportToCSV,
34
- F as handleExportToJSON,
35
- g as handleExportToXLSX,
36
- x as handleFreeze,
37
- R as handleHorizontalAlign,
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
- L as handleSort,
42
- w as handleTextSize,
43
- T as handleVerticalAlign,
44
- q as insertRowCol,
45
- b as isBrowserZoomShortcut,
46
- v as isFormulaListShortcut,
47
- D as isOpenShortcutsModalShortcut,
48
- N as jfrefreshgrid,
49
- W as loadLocale,
50
- M as removeActiveImage,
51
- k as removeDuplicates,
52
- V as showImgChooser,
53
- X as toolbarItemClickHandler,
54
- z as updateFormat,
55
- P as useEnsStatus,
56
- U as useXLSXImport
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
  };