@univerjs/sheets-formula-ui 0.4.1 → 0.4.2-nightly.202410301606

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 (78) hide show
  1. package/lib/en-US-B-k1DzGU.mjs +47 -0
  2. package/lib/en-US-B52miPfd.mjs +1003 -0
  3. package/lib/en-US-t5bYRH4K.mjs +6534 -0
  4. package/lib/es/index.js +1147 -186
  5. package/lib/index.css +1 -1
  6. package/lib/locale/en-US.js +87 -0
  7. package/lib/locale/fa-IR.js +87 -0
  8. package/lib/locale/ru-RU.js +1071 -0
  9. package/lib/locale/vi-VN.js +6644 -0
  10. package/lib/locale/zh-CN.js +7621 -0
  11. package/lib/locale/zh-TW.js +7621 -0
  12. package/lib/types/controllers/formula-editor-show.controller.d.ts +4 -3
  13. package/lib/types/index.d.ts +1 -0
  14. package/lib/types/locale/en-US.d.ts +122 -119
  15. package/lib/types/locale/fa-IR.d.ts +122 -119
  16. package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
  17. package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
  18. package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
  19. package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
  20. package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
  21. package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
  22. package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
  23. package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
  24. package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
  25. package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
  26. package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
  27. package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
  28. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
  29. package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
  30. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
  31. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
  32. package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
  33. package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
  34. package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
  35. package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
  36. package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
  37. package/lib/types/locale/ru-RU.d.ts +77 -46
  38. package/lib/types/locale/vi-VN.d.ts +214 -63
  39. package/lib/types/locale/zh-CN.d.ts +122 -119
  40. package/lib/types/locale/zh-TW.d.ts +122 -119
  41. package/lib/types/views/formula-editor/help-function/HelpFunction.d.ts +11 -0
  42. package/lib/types/views/formula-editor/hooks/useFormulaDescribe.d.ts +7 -0
  43. package/lib/types/views/formula-editor/hooks/useFormulaSearch.d.ts +12 -0
  44. package/lib/types/views/formula-editor/hooks/useHighlight.d.ts +14 -0
  45. package/lib/types/views/formula-editor/hooks/useResizeScrollObserver.d.ts +18 -0
  46. package/lib/types/views/formula-editor/hooks/useSelectionAdd.d.ts +19 -0
  47. package/lib/types/views/formula-editor/hooks/useSheetSelectionChange.d.ts +3 -0
  48. package/lib/types/views/formula-editor/hooks/useStateRef.d.ts +18 -0
  49. package/lib/types/views/formula-editor/hooks/useVerify.d.ts +2 -0
  50. package/lib/types/views/formula-editor/index.d.ts +17 -0
  51. package/lib/types/views/formula-editor/search-function/SearchFunction.d.ts +12 -0
  52. package/lib/types/views/formula-editor/utils/getFormulaText.d.ts +16 -0
  53. package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
  54. package/lib/types/views/range-selector/hooks/useFocus.d.ts +2 -0
  55. package/lib/types/views/range-selector/hooks/useFormulaToken.d.ts +3 -2
  56. package/lib/types/views/range-selector/hooks/useLeftAndRightArrow.d.ts +2 -0
  57. package/lib/types/views/range-selector/hooks/useOnlyOneRange.d.ts +16 -0
  58. package/lib/types/views/range-selector/hooks/useRefactorEffect.d.ts +1 -1
  59. package/lib/types/views/range-selector/hooks/useRefocus.d.ts +16 -0
  60. package/lib/types/views/range-selector/hooks/useResetSelection.d.ts +16 -0
  61. package/lib/types/views/range-selector/hooks/useVerify.d.ts +1 -1
  62. package/lib/types/views/range-selector/index.d.ts +1 -5
  63. package/lib/umd/index.js +11 -7
  64. package/lib/umd/locale/en-US.js +44 -0
  65. package/lib/umd/locale/fa-IR.js +44 -0
  66. package/lib/umd/locale/ru-RU.js +40 -0
  67. package/lib/umd/locale/vi-VN.js +41 -0
  68. package/lib/umd/locale/zh-CN.js +42 -0
  69. package/lib/umd/locale/zh-TW.js +42 -0
  70. package/package.json +29 -27
  71. package/LICENSE +0 -176
  72. package/lib/cjs/index.js +0 -14
  73. package/lib/locale/en-US.json +0 -11051
  74. package/lib/locale/fa-IR.json +0 -11051
  75. package/lib/locale/ru-RU.json +0 -10938
  76. package/lib/locale/vi-VN.json +0 -9511
  77. package/lib/locale/zh-CN.json +0 -11051
  78. package/lib/locale/zh-TW.json +0 -11051
@@ -0,0 +1,47 @@
1
+ const enUS = {
2
+ ENCODEURL: {
3
+ description: "Returns a URL-encoded string",
4
+ abstract: "Returns a URL-encoded string",
5
+ links: [
6
+ {
7
+ title: "Instruction",
8
+ url: "https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"
9
+ }
10
+ ],
11
+ functionParameter: {
12
+ number1: { name: "number1", detail: "first" },
13
+ number2: { name: "number2", detail: "second" }
14
+ }
15
+ },
16
+ FILTERXML: {
17
+ description: "Returns specific data from the XML content by using the specified XPath",
18
+ abstract: "Returns specific data from the XML content by using the specified XPath",
19
+ links: [
20
+ {
21
+ title: "Instruction",
22
+ url: "https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"
23
+ }
24
+ ],
25
+ functionParameter: {
26
+ number1: { name: "number1", detail: "first" },
27
+ number2: { name: "number2", detail: "second" }
28
+ }
29
+ },
30
+ WEBSERVICE: {
31
+ description: "Returns data from a web service",
32
+ abstract: "Returns data from a web service",
33
+ links: [
34
+ {
35
+ title: "Instruction",
36
+ url: "https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"
37
+ }
38
+ ],
39
+ functionParameter: {
40
+ number1: { name: "number1", detail: "first" },
41
+ number2: { name: "number2", detail: "second" }
42
+ }
43
+ }
44
+ };
45
+ export {
46
+ enUS as e
47
+ };