@univerjs/engine-formula 0.16.1 → 0.17.0

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 (58) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +2895 -2930
  3. package/lib/index.js +2895 -2930
  4. package/lib/types/engine/analysis/lexer-tree-builder.d.ts +3 -0
  5. package/lib/types/engine/utils/object-compare.d.ts +3 -4
  6. package/lib/types/engine/utils/value-object.d.ts +14 -9
  7. package/lib/types/engine/value-object/array-value-object.d.ts +14 -14
  8. package/lib/types/functions/financial/function-map.d.ts +1 -1
  9. package/lib/types/functions/information/function-map.d.ts +2 -1
  10. package/lib/types/functions/information/isblank/index.d.ts +3 -1
  11. package/lib/types/functions/information/iserr/index.d.ts +3 -1
  12. package/lib/types/functions/information/iserror/index.d.ts +3 -1
  13. package/lib/types/functions/information/islogical/index.d.ts +3 -1
  14. package/lib/types/functions/information/isna/index.d.ts +3 -1
  15. package/lib/types/functions/information/isnontext/index.d.ts +3 -1
  16. package/lib/types/functions/information/isnumber/index.d.ts +3 -1
  17. package/lib/types/functions/information/istext/index.d.ts +3 -1
  18. package/lib/types/functions/logical/function-map.d.ts +2 -1
  19. package/lib/types/functions/logical/if/index.d.ts +2 -1
  20. package/lib/types/functions/lookup/choosecols/index.d.ts +1 -1
  21. package/lib/types/functions/lookup/chooserows/index.d.ts +1 -1
  22. package/lib/types/functions/lookup/column/index.d.ts +1 -1
  23. package/lib/types/functions/lookup/drop/index.d.ts +1 -1
  24. package/lib/types/functions/lookup/expand/index.d.ts +1 -1
  25. package/lib/types/functions/lookup/formulatext/index.d.ts +2 -1
  26. package/lib/types/functions/lookup/hstack/index.d.ts +1 -1
  27. package/lib/types/functions/lookup/row/index.d.ts +1 -1
  28. package/lib/types/functions/lookup/sortby/index.d.ts +1 -1
  29. package/lib/types/functions/lookup/take/index.d.ts +1 -1
  30. package/lib/types/functions/lookup/vstack/index.d.ts +1 -1
  31. package/lib/types/functions/math/aggregate/index.d.ts +2 -1
  32. package/lib/types/functions/math/function-map.d.ts +1 -2
  33. package/lib/types/functions/math/int/index.d.ts +1 -1
  34. package/lib/types/functions/math/mod/index.d.ts +1 -1
  35. package/lib/types/functions/math/quotient/index.d.ts +1 -1
  36. package/lib/types/functions/math/seriessum/index.d.ts +1 -1
  37. package/lib/types/functions/math/sign/index.d.ts +1 -1
  38. package/lib/types/functions/math/sumifs/index.d.ts +1 -3
  39. package/lib/types/functions/meta/compare/index.d.ts +1 -1
  40. package/lib/types/functions/statistical/averageifs/index.d.ts +0 -1
  41. package/lib/types/functions/statistical/countifs/index.d.ts +0 -4
  42. package/lib/types/functions/statistical/devsq/index.d.ts +1 -1
  43. package/lib/types/functions/statistical/fisher/index.d.ts +1 -1
  44. package/lib/types/functions/statistical/fisherinv/index.d.ts +1 -1
  45. package/lib/types/functions/statistical/maxifs/index.d.ts +0 -1
  46. package/lib/types/functions/statistical/minifs/index.d.ts +0 -1
  47. package/lib/types/index.d.ts +2 -2
  48. package/lib/types/plugin.d.ts +3 -1
  49. package/lib/umd/index.js +1 -1
  50. package/package.json +4 -4
  51. /package/lib/types/{controller/config.schema.d.ts → config/config.d.ts} +0 -0
  52. /package/lib/types/{controller → controllers}/calculate.controller.d.ts +0 -0
  53. /package/lib/types/{controller → controllers}/computing-status.controller.d.ts +0 -0
  54. /package/lib/types/{controller → controllers}/formula.controller.d.ts +0 -0
  55. /package/lib/types/{controller → controllers}/set-dependency.controller.d.ts +0 -0
  56. /package/lib/types/{controller → controllers}/set-feature-calculation.controller.d.ts +0 -0
  57. /package/lib/types/{controller → controllers}/set-other-formula.controller.d.ts +0 -0
  58. /package/lib/types/{controller → controllers}/set-super-table.controller.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/engine-formula",
3
- "version": "0.16.1",
3
+ "version": "0.17.0",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal base-formula-engine",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -60,15 +60,15 @@
60
60
  "dependencies": {
61
61
  "@flatten-js/interval-tree": "1.1.3",
62
62
  "decimal.js": "^10.6.0",
63
- "@univerjs/core": "0.16.1",
64
- "@univerjs/rpc": "0.16.1"
63
+ "@univerjs/core": "0.17.0",
64
+ "@univerjs/rpc": "0.17.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "rxjs": "^7.8.2",
68
68
  "typescript": "^5.9.3",
69
69
  "vite": "^7.3.1",
70
70
  "vitest": "^4.0.18",
71
- "@univerjs-infra/shared": "0.16.1"
71
+ "@univerjs-infra/shared": "0.17.0"
72
72
  },
73
73
  "scripts": {
74
74
  "test": "vitest run",