@guihz/trading-vue-editor-tes 0.0.286 → 0.0.288
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/lib/assets/{parserTccWorker-Cj6dmGd5.js → parserTccWorker-DMNGR4iS.js} +2 -2
- package/lib/assets/{scriptsRunWorker-ShbDtxlN.js → scriptsRunWorker-BmSQ0ITR.js} +34 -34
- package/lib/components/editor/parseScript/buildInFuncNamespace/box.d.ts +4 -49
- package/lib/components/editor/parseScript/buildInFuncNamespace/chartPoint.d.ts +5 -18
- package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +7 -7
- package/lib/components/editor/parseScript/buildInFuncNamespace/input.d.ts +1 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/label.d.ts +3 -39
- package/lib/components/editor/parseScript/buildInFuncNamespace/line.d.ts +3 -45
- package/lib/components/editor/parseScript/buildInFuncNamespace/linefill.d.ts +1 -25
- package/lib/components/editor/parseScript/buildInFuncNamespace/math.d.ts +1 -2
- package/lib/components/editor/parseScript/buildInFuncNamespace/polyline.d.ts +2 -17
- package/lib/components/editor/parseScript/buildInFuncNamespace/table.d.ts +3 -43
- package/lib/components/editor/parseScript/visitorParser.d.ts +1 -1
- package/lib/trading-vue-editor.es.packages.js +2 -2
- package/lib/trading-vue-editor.umd.packages.mjs +1 -1
- package/package.json +65 -64
package/package.json
CHANGED
@@ -1,64 +1,65 @@
|
|
1
|
-
{
|
2
|
-
"name": "@guihz/trading-vue-editor-tes",
|
3
|
-
"version": "0.0.
|
4
|
-
"type": "module",
|
5
|
-
"files": [
|
6
|
-
"lib"
|
7
|
-
],
|
8
|
-
"main": "./lib/trading-vue-editor.cjs.packages.mjs",
|
9
|
-
"module": "./lib/trading-vue-editor.es.packages.js",
|
10
|
-
"jsdelivr": "./lib/trading-vue-editor.es.packages.js",
|
11
|
-
"unpkg": "./lib/trading-vue-editor.es.packages.js",
|
12
|
-
"typings": "./lib/packages/index.d.ts",
|
13
|
-
"scripts": {
|
14
|
-
"dev": "vite",
|
15
|
-
"build": "vite build",
|
16
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
17
|
-
"preview": "vite preview",
|
18
|
-
"push": "vite build && yalc push",
|
19
|
-
"watch": "nodemon --ignore lib/ --ignore node_modules/ --watch tradingeditor/ -C -e js,vue,ts,tsx,scss --debug -x npm run push"
|
20
|
-
},
|
21
|
-
"dependencies": {
|
22
|
-
"@monaco-editor/react": "^4.6.0",
|
23
|
-
"antlr4": "4.13.0",
|
24
|
-
"axios": "^1.6.5",
|
25
|
-
"big.js": "^6.2.2",
|
26
|
-
"comlink": "^4.4.1",
|
27
|
-
"diff": "^5.2.0",
|
28
|
-
"i18next": "^23.16.5",
|
29
|
-
"i18next-browser-languagedetector": "^8.0.0",
|
30
|
-
"ky": "^1.7.2",
|
31
|
-
"lodash": "^4.17.21",
|
32
|
-
"mathjs": "^12.4.1",
|
33
|
-
"ml-matrix": "^6.11.0",
|
34
|
-
"moment-timezone": "^0.5.46",
|
35
|
-
"react-copy-to-clipboard": "^5.1.0",
|
36
|
-
"react-i18next": "^15.1.1",
|
37
|
-
"
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
"@
|
42
|
-
"@types/
|
43
|
-
"@types/
|
44
|
-
"@types/
|
45
|
-
"@types/
|
46
|
-
"@types/
|
47
|
-
"@types/react
|
48
|
-
"@types/react-
|
49
|
-
"@types/
|
50
|
-
"@
|
51
|
-
"@typescript-eslint/
|
52
|
-
"@
|
53
|
-
"
|
54
|
-
"eslint
|
55
|
-
"eslint-plugin-react-
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"react
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"vite
|
63
|
-
|
64
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@guihz/trading-vue-editor-tes",
|
3
|
+
"version": "0.0.288",
|
4
|
+
"type": "module",
|
5
|
+
"files": [
|
6
|
+
"lib"
|
7
|
+
],
|
8
|
+
"main": "./lib/trading-vue-editor.cjs.packages.mjs",
|
9
|
+
"module": "./lib/trading-vue-editor.es.packages.js",
|
10
|
+
"jsdelivr": "./lib/trading-vue-editor.es.packages.js",
|
11
|
+
"unpkg": "./lib/trading-vue-editor.es.packages.js",
|
12
|
+
"typings": "./lib/packages/index.d.ts",
|
13
|
+
"scripts": {
|
14
|
+
"dev": "vite",
|
15
|
+
"build": "vite build",
|
16
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
17
|
+
"preview": "vite preview",
|
18
|
+
"push": "vite build && yalc push",
|
19
|
+
"watch": "nodemon --ignore lib/ --ignore node_modules/ --watch tradingeditor/ -C -e js,vue,ts,tsx,scss --debug -x npm run push"
|
20
|
+
},
|
21
|
+
"dependencies": {
|
22
|
+
"@monaco-editor/react": "^4.6.0",
|
23
|
+
"antlr4": "4.13.0",
|
24
|
+
"axios": "^1.6.5",
|
25
|
+
"big.js": "^6.2.2",
|
26
|
+
"comlink": "^4.4.1",
|
27
|
+
"diff": "^5.2.0",
|
28
|
+
"i18next": "^23.16.5",
|
29
|
+
"i18next-browser-languagedetector": "^8.0.0",
|
30
|
+
"ky": "^1.7.2",
|
31
|
+
"lodash": "^4.17.21",
|
32
|
+
"mathjs": "^12.4.1",
|
33
|
+
"ml-matrix": "^6.11.0",
|
34
|
+
"moment-timezone": "^0.5.46",
|
35
|
+
"react-copy-to-clipboard": "^5.1.0",
|
36
|
+
"react-i18next": "^15.1.1",
|
37
|
+
"seedrandom": "^3.0.5",
|
38
|
+
"terser": "^5.31.0"
|
39
|
+
},
|
40
|
+
"devDependencies": {
|
41
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
42
|
+
"@types/big.js": "^6.2.2",
|
43
|
+
"@types/crypto-js": "^4.2.2",
|
44
|
+
"@types/diff": "^5.2.0",
|
45
|
+
"@types/lodash": "^4.14.202",
|
46
|
+
"@types/node": "^20.12.7",
|
47
|
+
"@types/react": "^18.2.43",
|
48
|
+
"@types/react-copy-to-clipboard": "^5.0.7",
|
49
|
+
"@types/react-dom": "^18.2.17",
|
50
|
+
"@types/uglify-js": "^3.17.5",
|
51
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
52
|
+
"@typescript-eslint/parser": "^6.14.0",
|
53
|
+
"@vitejs/plugin-react": "^4.2.1",
|
54
|
+
"eslint": "^8.55.0",
|
55
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
56
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
57
|
+
"monaco-editor": "^0.45.0",
|
58
|
+
"react": "^18.2.0",
|
59
|
+
"react-dom": "^18.2.0",
|
60
|
+
"tslib": "^2.6.2",
|
61
|
+
"typescript": "^5.2.2",
|
62
|
+
"vite": "^5.0.8",
|
63
|
+
"vite-plugin-css-injected-by-js": "^3.5.1"
|
64
|
+
}
|
65
|
+
}
|