@guihz/trading-vue-editor-tes 0.0.216 → 0.0.217
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/assets/{parserTccWorker-CCpcd6u0.js → parserTccWorker-DVfTw1lJ.js} +39 -39
- package/lib/components/diffEditor/index.d.ts +1 -0
- package/lib/components/editor/index.d.ts +3 -2
- package/lib/components/editor/parseScript/visitorParser.d.ts +1 -0
- package/lib/components/referenceManual/index.d.ts +1 -0
- package/lib/i18n/index.d.ts +2 -0
- package/lib/i18n/local/en.d.ts +51 -0
- package/lib/i18n/local/zh_cn.d.ts +49 -0
- package/lib/trading-vue-editor.js +7081 -5055
- package/lib/trading-vue-editor.umd.cjs +42 -42
- package/package.json +4 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@guihz/trading-vue-editor-tes",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.217",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"lib"
|
@@ -26,11 +26,14 @@
|
|
26
26
|
"comlink": "^4.4.1",
|
27
27
|
"dayjs": "^1.11.10",
|
28
28
|
"diff": "^5.2.0",
|
29
|
+
"i18next": "^23.16.5",
|
30
|
+
"i18next-browser-languagedetector": "^8.0.0",
|
29
31
|
"ky": "^1.7.2",
|
30
32
|
"lodash": "^4.17.21",
|
31
33
|
"mathjs": "^12.4.1",
|
32
34
|
"ml-matrix": "^6.11.0",
|
33
35
|
"react-copy-to-clipboard": "^5.1.0",
|
36
|
+
"react-i18next": "^15.1.1",
|
34
37
|
"terser": "^5.31.0"
|
35
38
|
},
|
36
39
|
"devDependencies": {
|