@univerjs/engine-formula 0.2.5 → 0.2.7

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 (82) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +11766 -9790
  3. package/lib/types/engine/dependency/dependency-tree.d.ts +1 -1
  4. package/lib/types/engine/dependency/formula-dependency.d.ts +6 -1
  5. package/lib/types/functions/date/datedif/index.d.ts +1 -0
  6. package/lib/types/functions/date/days360/index.d.ts +1 -0
  7. package/lib/types/functions/date/networkdays/index.d.ts +1 -0
  8. package/lib/types/functions/date/networkdays-intl/index.d.ts +1 -0
  9. package/lib/types/functions/date/weekday/index.d.ts +1 -0
  10. package/lib/types/functions/date/weeknum/index.d.ts +2 -1
  11. package/lib/types/functions/date/workday/index.d.ts +1 -0
  12. package/lib/types/functions/date/workday-intl/index.d.ts +2 -0
  13. package/lib/types/functions/date/yearfrac/index.d.ts +4 -0
  14. package/lib/types/functions/information/cell/index.d.ts +2 -2
  15. package/lib/types/functions/information/error-type/index.d.ts +1 -1
  16. package/lib/types/functions/information/iseven/iseven.d.ts +2 -3
  17. package/lib/types/functions/information/isodd/isodd.d.ts +2 -3
  18. package/lib/types/functions/logical/false/__tests__/index.spec.d.ts +16 -0
  19. package/lib/types/functions/logical/false/index.d.ts +8 -0
  20. package/lib/types/functions/logical/function-map.d.ts +2 -2
  21. package/lib/types/functions/logical/ifna/__tests__/index.spec.d.ts +16 -0
  22. package/lib/types/functions/logical/ifna/index.d.ts +9 -0
  23. package/lib/types/functions/logical/ifs/__tests__/index.spec.d.ts +16 -0
  24. package/lib/types/functions/logical/ifs/index.d.ts +8 -0
  25. package/lib/types/functions/logical/not/__tests__/index.spec.d.ts +16 -0
  26. package/lib/types/functions/logical/not/index.d.ts +8 -0
  27. package/lib/types/functions/logical/switch/__tests__/index.spec.d.ts +16 -0
  28. package/lib/types/functions/logical/switch/index.d.ts +9 -0
  29. package/lib/types/functions/logical/true/__tests__/index.spec.d.ts +16 -0
  30. package/lib/types/functions/logical/true/index.d.ts +8 -0
  31. package/lib/types/functions/logical/xor/__tests__/index.spec.d.ts +16 -0
  32. package/lib/types/functions/logical/xor/index.d.ts +8 -0
  33. package/lib/types/functions/lookup/areas/__tests__/index.spec.d.ts +16 -0
  34. package/lib/types/functions/lookup/areas/index.d.ts +11 -0
  35. package/lib/types/functions/lookup/choosecols/__tests__/index.spec.d.ts +16 -0
  36. package/lib/types/functions/lookup/choosecols/index.d.ts +9 -0
  37. package/lib/types/functions/lookup/chooserows/__tests__/index.spec.d.ts +16 -0
  38. package/lib/types/functions/lookup/chooserows/index.d.ts +9 -0
  39. package/lib/types/functions/lookup/filter/__tests__/index.spec.d.ts +16 -0
  40. package/lib/types/functions/lookup/filter/index.d.ts +11 -0
  41. package/lib/types/functions/lookup/function-map.d.ts +3 -6
  42. package/lib/types/functions/lookup/hstack/__tests__/index.spec.d.ts +16 -0
  43. package/lib/types/functions/lookup/hstack/index.d.ts +9 -0
  44. package/lib/types/functions/lookup/indirect/index.d.ts +1 -0
  45. package/lib/types/functions/lookup/sort/__tests__/index.spec.d.ts +16 -0
  46. package/lib/types/functions/lookup/sort/index.d.ts +14 -0
  47. package/lib/types/functions/lookup/sortby/__tests__/index.spec.d.ts +16 -0
  48. package/lib/types/functions/lookup/sortby/index.d.ts +17 -0
  49. package/lib/types/functions/lookup/transpose/__tests__/index.spec.d.ts +16 -0
  50. package/lib/types/functions/lookup/transpose/index.d.ts +9 -0
  51. package/lib/types/functions/lookup/unique/__tests__/index.spec.d.ts +16 -0
  52. package/lib/types/functions/lookup/unique/index.d.ts +12 -0
  53. package/lib/types/functions/lookup/vstack/__tests__/index.spec.d.ts +16 -0
  54. package/lib/types/functions/lookup/vstack/index.d.ts +9 -0
  55. package/lib/types/functions/lookup/xlookup/index.d.ts +1 -0
  56. package/lib/types/functions/math/base/index.d.ts +1 -0
  57. package/lib/types/functions/math/ceiling-math/index.d.ts +1 -0
  58. package/lib/types/functions/math/cot/index.d.ts +1 -0
  59. package/lib/types/functions/math/coth/index.d.ts +1 -0
  60. package/lib/types/functions/math/csc/index.d.ts +1 -0
  61. package/lib/types/functions/math/csch/index.d.ts +1 -0
  62. package/lib/types/functions/math/decimal/index.d.ts +1 -1
  63. package/lib/types/functions/math/randarray/index.d.ts +2 -0
  64. package/lib/types/functions/math/sumproduct/index.d.ts +2 -0
  65. package/lib/types/functions/math/sumx2my2/index.d.ts +1 -0
  66. package/lib/types/functions/math/sumx2py2/index.d.ts +1 -0
  67. package/lib/types/functions/math/sumxmy2/index.d.ts +1 -0
  68. package/lib/types/functions/math/trunc/__tests__/index.spec.d.ts +16 -0
  69. package/lib/types/functions/math/trunc/index.d.ts +8 -0
  70. package/lib/types/functions/statistical/function-map.d.ts +1 -1
  71. package/lib/types/functions/text/function-map.d.ts +6 -3
  72. package/lib/types/functions/text/rept/__test__/index.spec.d.ts +16 -0
  73. package/lib/types/functions/text/rept/index.d.ts +8 -0
  74. package/lib/types/functions/text/textafter/__test__/index.spec.d.ts +16 -0
  75. package/lib/types/functions/text/textafter/index.d.ts +15 -0
  76. package/lib/types/functions/text/textbefore/__test__/index.spec.d.ts +16 -0
  77. package/lib/types/functions/text/textbefore/index.d.ts +15 -0
  78. package/lib/types/functions/text/textsplit/__test__/index.spec.d.ts +16 -0
  79. package/lib/types/functions/text/textsplit/index.d.ts +15 -0
  80. package/lib/types/services/feature-calculation-manager.service.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/package.json +9 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.