@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
@@ -1,6 +1,6 @@
1
1
  import { g as Ue } from "./executeStringFunction-CIx20yEd.js";
2
2
  import * as qe from "yjs";
3
- import { m as Xe, y as Ze } from "./index-B1GgIaLD.js";
3
+ import { m as Xe, y as Ze } from "./index-DwPpxfSA.js";
4
4
  import { n as Je } from "./xlsx-hyperlink-inline-DzewAypN.js";
5
5
  import { toast as Be } from "@fileverse/ui";
6
6
  var We = { exports: {} };
@@ -3,7 +3,7 @@ import { Workbook as Pt } from "exceljs";
3
3
  import { toast as Ut } from "@fileverse/ui";
4
4
  import { addFortuneImagesToWorksheet as Lt } from "./xlsx-image-utils-Cvg0qxRA.js";
5
5
  import { g as jt, c as xt } from "./executeStringFunction-CIx20yEd.js";
6
- import { c as Ct } from "./index-B1GgIaLD.js";
6
+ import { c as Ct } from "./index-DwPpxfSA.js";
7
7
  import { c as zt, g as Wt } from "./xlsx-hyperlink-inline-DzewAypN.js";
8
8
  const Mt = {
9
9
  1: "thin",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "2.1.3-package-cleanup-2",
5
+ "version": "2.1.3-package-cleanup-3",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -81,7 +81,8 @@
81
81
  "xlsx-js-style": "^1.2.0",
82
82
  "y-indexeddb": "^9.0.12",
83
83
  "y-protocols": "^1.0.6",
84
- "yjs": "^13.6.15"
84
+ "yjs": "^13.6.15",
85
+ "viem": "^2.35.0"
85
86
  },
86
87
  "devDependencies": {
87
88
  "@types/lodash": "^4.17.23",
@@ -111,4 +112,4 @@
111
112
  "typescript": "^5.2.2",
112
113
  "vite": "^5.0.0"
113
114
  }
114
- }
115
+ }