@univerjs/sheets-formula 0.1.3 → 0.1.5

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 (71) hide show
  1. package/README.md +10 -8
  2. package/lib/cjs/index.js +6 -6
  3. package/lib/es/index.js +1794 -1815
  4. package/lib/types/commands/commands/formula-clipboard.command.d.ts +2 -16
  5. package/lib/types/commands/commands/insert-function.command.d.ts +2 -16
  6. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +10 -25
  7. package/lib/types/commands/operations/editor-formula.operation.d.ts +5 -19
  8. package/lib/types/commands/operations/help-function.operation.d.ts +2 -16
  9. package/lib/types/commands/operations/insert-function.operation.d.ts +2 -16
  10. package/lib/types/commands/operations/more-functions.operation.d.ts +2 -16
  11. package/lib/types/commands/operations/reference-absolute.operation.d.ts +2 -16
  12. package/lib/types/commands/operations/search-function.operation.d.ts +2 -16
  13. package/lib/types/common/selection.d.ts +3 -17
  14. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +3 -19
  15. package/lib/types/controllers/active-dirty.controller.d.ts +2 -17
  16. package/lib/types/controllers/array-formula-display.controller.d.ts +3 -17
  17. package/lib/types/controllers/formula-auto-fill.controller.d.ts +3 -17
  18. package/lib/types/controllers/formula-clipboard.controller.d.ts +4 -21
  19. package/lib/types/controllers/formula-editor-show.controller.d.ts +5 -19
  20. package/lib/types/controllers/formula-ui.controller.d.ts +3 -18
  21. package/lib/types/controllers/menu.d.ts +3 -17
  22. package/lib/types/controllers/numfmt-formula-display.controller.d.ts +3 -17
  23. package/lib/types/controllers/prompt.controller.d.ts +20 -25
  24. package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +2 -17
  25. package/lib/types/controllers/trigger-calculation.controller.d.ts +4 -19
  26. package/lib/types/controllers/update-formula.controller.d.ts +12 -15
  27. package/lib/types/controllers/utils/offset-formula-data.d.ts +4 -19
  28. package/lib/types/controllers/utils/redo-undo-formula-data.d.ts +4 -18
  29. package/lib/types/controllers/utils/ref-range-formula.d.ts +38 -0
  30. package/lib/types/controllers/utils/utils.d.ts +2 -16
  31. package/lib/types/formula-ui-plugin.d.ts +3 -18
  32. package/lib/types/locale/en-US.d.ts +6 -14
  33. package/lib/types/locale/function-list/logical/en-US.d.ts +2 -2
  34. package/lib/types/locale/function-list/logical/ja-JP.d.ts +2 -2
  35. package/lib/types/locale/function-list/logical/zh-CN.d.ts +2 -2
  36. package/lib/types/locale/function-list/text/en-US.d.ts +4 -12
  37. package/lib/types/locale/function-list/text/ja-JP.d.ts +4 -12
  38. package/lib/types/locale/function-list/text/zh-CN.d.ts +4 -12
  39. package/lib/types/locale/zh-CN.d.ts +6 -14
  40. package/lib/types/services/description.service.d.ts +4 -19
  41. package/lib/types/services/formula-custom-function.service.d.ts +3 -17
  42. package/lib/types/services/function-list/array.d.ts +2 -16
  43. package/lib/types/services/function-list/compatibility.d.ts +2 -16
  44. package/lib/types/services/function-list/cube.d.ts +2 -16
  45. package/lib/types/services/function-list/database.d.ts +2 -16
  46. package/lib/types/services/function-list/date.d.ts +2 -16
  47. package/lib/types/services/function-list/engineering.d.ts +2 -16
  48. package/lib/types/services/function-list/financial.d.ts +2 -16
  49. package/lib/types/services/function-list/function-list.d.ts +2 -16
  50. package/lib/types/services/function-list/information.d.ts +2 -16
  51. package/lib/types/services/function-list/logical.d.ts +2 -16
  52. package/lib/types/services/function-list/lookup.d.ts +2 -16
  53. package/lib/types/services/function-list/math.d.ts +2 -16
  54. package/lib/types/services/function-list/statistical.d.ts +2 -16
  55. package/lib/types/services/function-list/text.d.ts +2 -16
  56. package/lib/types/services/function-list/univer.d.ts +2 -16
  57. package/lib/types/services/function-list/web.d.ts +2 -16
  58. package/lib/types/services/prompt.service.d.ts +7 -21
  59. package/lib/types/services/register-function.service.d.ts +5 -22
  60. package/lib/types/services/utils.d.ts +3 -17
  61. package/lib/types/views/FormulaPromptContainer.d.ts +2 -16
  62. package/lib/types/views/more-functions/MoreFunctions.d.ts +2 -16
  63. package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +3 -17
  64. package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +2 -16
  65. package/lib/types/views/more-functions/input-params/InputParams.d.ts +3 -17
  66. package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +3 -17
  67. package/lib/types/views/prompt/help-function/HelpFunction.d.ts +2 -16
  68. package/lib/types/views/prompt/search-function/SearchFunction.d.ts +3 -17
  69. package/lib/umd/index.js +6 -6
  70. package/package.json +25 -25
  71. package/lib/types/services/active-dirty-manager.service.d.ts +0 -48

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.