@univerjs/sheets-formula 0.1.1 → 0.1.3
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 +775 -2
- package/lib/cjs/index.js +21 -9
- package/lib/es/index.js +1766 -1883
- package/lib/index.css +1 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +1 -0
- package/lib/types/controllers/prompt.controller.d.ts +3 -7
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +1 -0
- package/lib/types/controllers/utils/utils.d.ts +17 -0
- package/lib/types/locale/en-US.d.ts +42 -78
- package/lib/types/locale/function-list/information/en-US.d.ts +8 -40
- package/lib/types/locale/function-list/information/zh-CN.d.ts +8 -40
- package/lib/types/locale/function-list/lookup/en-US.d.ts +16 -24
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +16 -24
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +16 -24
- package/lib/types/locale/function-list/math/en-US.d.ts +10 -6
- package/lib/types/locale/function-list/math/ja-JP.d.ts +10 -6
- package/lib/types/locale/function-list/math/zh-CN.d.ts +10 -6
- package/lib/types/locale/function-list/statistical/en-US.d.ts +8 -8
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +8 -8
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +8 -8
- package/lib/types/locale/zh-CN.d.ts +42 -78
- package/lib/umd/index.js +21 -9
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "DreamNum <developer@univer.ai>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,42 +49,42 @@
|
|
|
49
49
|
"npm": ">=8.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@wendellhu/redi": "
|
|
52
|
+
"@wendellhu/redi": "0.13.0",
|
|
53
53
|
"react": ">=16.9.0",
|
|
54
54
|
"rxjs": ">=7.0.0",
|
|
55
|
-
"@univerjs/core": "0.1.
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/engine-formula": "0.1.
|
|
59
|
-
"@univerjs/engine-render": "0.1.
|
|
60
|
-
"@univerjs/sheets": "0.1.
|
|
61
|
-
"@univerjs/sheets-
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/
|
|
55
|
+
"@univerjs/core": "0.1.3",
|
|
56
|
+
"@univerjs/docs": "0.1.3",
|
|
57
|
+
"@univerjs/design": "0.1.3",
|
|
58
|
+
"@univerjs/engine-formula": "0.1.3",
|
|
59
|
+
"@univerjs/engine-render": "0.1.3",
|
|
60
|
+
"@univerjs/sheets-numfmt": "0.1.3",
|
|
61
|
+
"@univerjs/sheets-ui": "0.1.3",
|
|
62
|
+
"@univerjs/ui": "0.1.3",
|
|
63
|
+
"@univerjs/sheets": "0.1.3"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@univerjs/icons": "^0.1.
|
|
66
|
+
"@univerjs/icons": "^0.1.41"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@types/react": "^18.2.
|
|
69
|
+
"@types/react": "^18.2.66",
|
|
70
70
|
"@vitejs/plugin-react": "^4.2.1",
|
|
71
71
|
"@wendellhu/redi": "^0.13.0",
|
|
72
72
|
"less": "^4.2.0",
|
|
73
73
|
"react": "^18.2.0",
|
|
74
74
|
"rxjs": "^7.8.1",
|
|
75
|
-
"typescript": "^5.
|
|
76
|
-
"vite": "^5.1.
|
|
75
|
+
"typescript": "^5.4.2",
|
|
76
|
+
"vite": "^5.1.6",
|
|
77
77
|
"vitest": "^1.3.1",
|
|
78
|
-
"@univerjs/
|
|
79
|
-
"@univerjs/
|
|
80
|
-
"@univerjs/
|
|
81
|
-
"@univerjs/
|
|
82
|
-
"@univerjs/
|
|
83
|
-
"@univerjs/
|
|
84
|
-
"@univerjs/sheets": "0.1.
|
|
85
|
-
"@univerjs/sheets
|
|
86
|
-
"@univerjs/
|
|
87
|
-
"@univerjs/
|
|
78
|
+
"@univerjs/design": "0.1.3",
|
|
79
|
+
"@univerjs/core": "0.1.3",
|
|
80
|
+
"@univerjs/docs": "0.1.3",
|
|
81
|
+
"@univerjs/engine-formula": "0.1.3",
|
|
82
|
+
"@univerjs/engine-render": "0.1.3",
|
|
83
|
+
"@univerjs/shared": "0.1.3",
|
|
84
|
+
"@univerjs/sheets-ui": "0.1.3",
|
|
85
|
+
"@univerjs/sheets": "0.1.3",
|
|
86
|
+
"@univerjs/sheets-numfmt": "0.1.3",
|
|
87
|
+
"@univerjs/ui": "0.1.3"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
90
|
"lint:types": "tsc --noEmit",
|