@fileverse-dev/dsheet 4.1.8 → 4.1.9-cmt-a

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 (34) hide show
  1. package/dist/editor/components/export-menu-section.d.ts +2 -1
  2. package/dist/editor/components/import-button-ui.d.ts +3 -1
  3. package/dist/editor/components/read-only-export-button.d.ts +1 -1
  4. package/dist/editor/hooks/use-homepage-redirect.d.ts +2 -1
  5. package/dist/editor/hooks/use-xlsx-import.d.ts +4 -2
  6. package/dist/editor/utils/custom-toolbar-item.d.ts +5 -2
  7. package/dist/editor/utils/ods-export-sanitize.d.ts +9 -0
  8. package/dist/editor/utils/ods-export-sanitize.test.d.ts +1 -0
  9. package/dist/editor/utils/ods-to-xlsx.d.ts +6 -0
  10. package/dist/editor/utils/spreadsheet-import.d.ts +1 -1
  11. package/dist/editor/utils/xlsx-export-impl.d.ts +1 -0
  12. package/dist/editor/utils/xlsx-export.d.ts +1 -0
  13. package/dist/{es-BonrkVxY.js → es-yR2JIXsz.js} +8 -2
  14. package/dist/{executeStringFunction-V_hu5VRM.js → executeStringFunction-DMMvpc-I.js} +1385 -1374
  15. package/dist/formula.js +1 -1
  16. package/dist/{hi-Ca55EZ4A.js → hi-DRcLnrnZ.js} +8 -2
  17. package/dist/{index-GBqDuF2T.js → index-DGqeYSSf.js} +9068 -8907
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.es.js +44 -43
  20. package/dist/ods-to-xlsx-DeJAYBkD.js +19 -0
  21. package/dist/sheet-engine/core/locale/en.d.ts +1 -0
  22. package/dist/sheet-engine/core/locale/es.d.ts +1 -0
  23. package/dist/sheet-engine/core/locale/hi.d.ts +1 -0
  24. package/dist/sheet-engine/core/locale/zh.d.ts +1 -0
  25. package/dist/sheet-engine/core/locale/zh_tw.d.ts +1 -0
  26. package/dist/style.css +1 -1
  27. package/dist/{use-xlsx-import-impl-CkHRRbtb.js → use-xlsx-import-impl-C_lpZx6B.js} +4 -4
  28. package/dist/{xlsx-defined-names-CBoWA_1s.js → xlsx-defined-names-CIOiUNTy.js} +2 -2
  29. package/dist/xlsx-export-impl-ClUu1jnu.js +880 -0
  30. package/dist/{xlsx-hyperlink-inline-CY7B4A0C.js → xlsx-hyperlink-inline-0hHvueC9.js} +2 -2
  31. package/dist/{zh-BfQYzoDQ.js → zh-B1KUs68q.js} +4 -2
  32. package/dist/{zh_tw-CINWHD2H.js → zh_tw-B9_7WgLO.js} +4 -2
  33. package/package.json +3 -2
  34. package/dist/xlsx-export-impl-YSSLVP-V.js +0 -835
package/dist/formula.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { FLVURL as r } from "@fileverse-dev/formulajs";
2
- import { e as t, f } from "./executeStringFunction-V_hu5VRM.js";
2
+ import { e as t, f } from "./executeStringFunction-DMMvpc-I.js";
3
3
  export {
4
4
  r as FLVURL,
5
5
  t as executeStringFunction,
@@ -10885,8 +10885,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
10885
10885
  fontFamily: {
10886
10886
  MicrosoftYaHei: "YaHei"
10887
10887
  },
10888
- fontarray: ["Times New Roman", "Arial", "Tahoma", "Verdana"],
10889
- fontjson: { "times new roman": 0, arial: 1, tahoma: 2, verdana: 3 },
10888
+ fontarray: ["Times New Roman", "Arial", "Tahoma", "Verdana", "Calibri"],
10889
+ fontjson: {
10890
+ "times new roman": 0,
10891
+ arial: 1,
10892
+ tahoma: 2,
10893
+ verdana: 3,
10894
+ calibri: 4
10895
+ },
10890
10896
  border: {
10891
10897
  borderTop: "ऊपरी सीमा",
10892
10898
  borderBottom: "निचली सीमा",