@univerjs/sheets-formula 0.1.0-alpha.2 → 0.1.0-beta.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.
- package/README.md +1 -1
- package/lib/cjs/index.js +6 -4
- package/lib/es/index.js +16200 -1838
- package/lib/index.css +1 -1
- package/lib/types/common/selection.d.ts +1 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +1 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +4 -1
- package/lib/types/controllers/formula-input.controller.d.ts +3 -1
- package/lib/types/controllers/prompt.controller.d.ts +2 -3
- package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -0
- package/lib/types/controllers/utils.d.ts +2 -2
- package/lib/types/locale/en-US.d.ts +9106 -10
- package/lib/types/locale/function-list/array/ja-JP.d.ts +17 -0
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +740 -1
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +756 -0
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +740 -1
- package/lib/types/locale/function-list/cube/en-US.d.ts +128 -1
- package/lib/types/locale/function-list/cube/ja-JP.d.ts +144 -0
- package/lib/types/locale/function-list/cube/zh-CN.d.ts +128 -1
- package/lib/types/locale/function-list/database/en-US.d.ts +218 -1
- package/lib/types/locale/function-list/database/ja-JP.d.ts +234 -0
- package/lib/types/locale/function-list/database/zh-CN.d.ts +218 -1
- package/lib/types/locale/function-list/date/en-US.d.ts +452 -1
- package/lib/types/locale/function-list/date/ja-JP.d.ts +468 -0
- package/lib/types/locale/function-list/date/zh-CN.d.ts +452 -1
- package/lib/types/locale/function-list/engineering/en-US.d.ts +974 -1
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +990 -0
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +974 -1
- package/lib/types/locale/function-list/financial/en-US.d.ts +992 -1
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +1008 -0
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +992 -1
- package/lib/types/locale/function-list/information/en-US.d.ts +380 -1
- package/lib/types/locale/function-list/information/ja-JP.d.ts +396 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +380 -1
- package/lib/types/locale/function-list/logical/en-US.d.ts +344 -1
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +360 -0
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +344 -1
- package/lib/types/locale/function-list/lookup/en-US.d.ts +668 -1
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +684 -0
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +668 -1
- package/lib/types/locale/function-list/math/en-US.d.ts +1448 -0
- package/lib/types/locale/function-list/math/ja-JP.d.ts +1494 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +1448 -0
- package/lib/types/locale/function-list/statistical/en-US.d.ts +1944 -2
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +2016 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +1944 -2
- package/lib/types/locale/function-list/text/en-US.d.ts +848 -1
- package/lib/types/locale/function-list/text/ja-JP.d.ts +865 -0
- package/lib/types/locale/function-list/text/zh-CN.d.ts +848 -1
- package/lib/types/locale/function-list/univer/ja-JP.d.ts +17 -0
- package/lib/types/locale/function-list/web/en-US.d.ts +56 -1
- package/lib/types/locale/function-list/web/ja-JP.d.ts +72 -0
- package/lib/types/locale/function-list/web/zh-CN.d.ts +56 -1
- package/lib/types/locale/zh-CN.d.ts +9106 -10
- package/lib/umd/index.js +6 -4
- package/package.json +21 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.1.0-
|
|
3
|
+
"version": "0.1.0-beta.0",
|
|
4
4
|
"author": "DreamNum <developer@univer.ai>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -33,45 +33,43 @@
|
|
|
33
33
|
],
|
|
34
34
|
"private": false,
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@univerjs/icons": "^0.1.
|
|
36
|
+
"@univerjs/icons": "^0.1.24"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@ctrl/tinycolor": "^4.0.2",
|
|
40
39
|
"@types/react": "^18.2.42",
|
|
41
40
|
"@vitejs/plugin-react": "^4.2.1",
|
|
42
|
-
"@vitest/coverage-istanbul": "^1.0.
|
|
41
|
+
"@vitest/coverage-istanbul": "^1.0.4",
|
|
43
42
|
"@wendellhu/redi": "^0.12.12",
|
|
44
43
|
"happy-dom": "^12.10.3",
|
|
45
44
|
"less": "^4.2.0",
|
|
46
45
|
"react": "^18.2.0",
|
|
47
46
|
"rxjs": "^7.8.1",
|
|
48
47
|
"typescript": "^5.3.3",
|
|
49
|
-
"vite": "^5.0.
|
|
48
|
+
"vite": "^5.0.8",
|
|
50
49
|
"vite-plugin-dts": "^3.6.4",
|
|
51
50
|
"vite-plugin-externals": "^0.6.2",
|
|
52
|
-
"vitest": "^1.0.
|
|
53
|
-
"@univerjs/
|
|
54
|
-
"@univerjs/
|
|
55
|
-
"@univerjs/
|
|
56
|
-
"@univerjs/engine-render": "0.1.0-
|
|
57
|
-
"@univerjs/sheets": "0.1.0-
|
|
58
|
-
"@univerjs/sheets-ui": "0.1.0-
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/ui": "0.1.0-
|
|
51
|
+
"vitest": "^1.0.4",
|
|
52
|
+
"@univerjs/core": "0.1.0-beta.0",
|
|
53
|
+
"@univerjs/design": "0.1.0-beta.0",
|
|
54
|
+
"@univerjs/engine-formula": "0.1.0-beta.0",
|
|
55
|
+
"@univerjs/engine-render": "0.1.0-beta.0",
|
|
56
|
+
"@univerjs/sheets": "0.1.0-beta.0",
|
|
57
|
+
"@univerjs/sheets-ui": "0.1.0-beta.0",
|
|
58
|
+
"@univerjs/docs": "0.1.0-beta.0",
|
|
59
|
+
"@univerjs/ui": "0.1.0-beta.0"
|
|
61
60
|
},
|
|
62
61
|
"peerDependencies": {
|
|
63
|
-
"@ctrl/tinycolor": ">=4.0.0",
|
|
64
62
|
"@wendellhu/redi": ">=0.12.12",
|
|
65
63
|
"react": ">=16.9.0",
|
|
66
64
|
"rxjs": ">=7.0.0",
|
|
67
|
-
"@univerjs/core": "0.1.0-
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/engine-render": "0.1.0-
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/ui": "0.1.0-
|
|
65
|
+
"@univerjs/core": "0.1.0-beta.0",
|
|
66
|
+
"@univerjs/design": "0.1.0-beta.0",
|
|
67
|
+
"@univerjs/docs": "0.1.0-beta.0",
|
|
68
|
+
"@univerjs/engine-render": "0.1.0-beta.0",
|
|
69
|
+
"@univerjs/sheets": "0.1.0-beta.0",
|
|
70
|
+
"@univerjs/engine-formula": "0.1.0-beta.0",
|
|
71
|
+
"@univerjs/ui": "0.1.0-beta.0",
|
|
72
|
+
"@univerjs/sheets-ui": "0.1.0-beta.0"
|
|
75
73
|
},
|
|
76
74
|
"scripts": {
|
|
77
75
|
"build": "tsc && vite build"
|