@guihz/trading-vue-editor-tes 0.0.276 → 0.0.278
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/assets/{parserTccWorker-DF7HO8qN.js → parserTccWorker-Dyt1RfsF.js} +61 -66
- package/lib/assets/{scriptsRunWorker-CeIoGWzf.js → scriptsRunWorker-DL1JWcP8.js} +25 -25
- package/lib/comlink-CgsQ4LSo.js +4594 -0
- package/lib/comlink-LPC9l24C.cjs +31 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/array.d.ts +5 -2
- package/lib/components/editor/parseScript/buildInFuncNamespace/math.d.ts +1 -1
- package/lib/components/editor/parseScript/buildInFuncNamespace/matrix.d.ts +6 -3
- package/lib/components/editor/parseScript/buildInFuncNamespace/timeframe.d.ts +1 -1
- package/lib/components/editor/parseScript/buildInFunction.d.ts +1 -2
- package/lib/components/editor/parseScript/parseToJs.d.ts +1 -0
- package/lib/components/editor/parseScript/userTypeClass.d.ts +1 -3
- package/lib/components/editor/parseScript/utils.d.ts +1 -0
- package/lib/components/editor/parseScript/visitorParser.d.ts +1 -0
- package/lib/packages/entryMethod.d.ts +1 -0
- package/lib/tccParser/tccScriptParserVisitor.d.ts +7 -0
- package/lib/trading-vue-editor.cjs.methods.mjs +59 -0
- package/lib/{trading-vue-editor.umd.cjs → trading-vue-editor.cjs.packages.mjs} +25 -56
- package/lib/trading-vue-editor.es.methods.js +24224 -0
- package/lib/{trading-vue-editor.js → trading-vue-editor.es.packages.js} +4136 -8488
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@guihz/trading-vue-editor-tes",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.278",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"lib"
|
7
7
|
],
|
8
|
-
"main": "./lib/trading-vue-editor.
|
9
|
-
"module": "./lib/trading-vue-editor.js",
|
10
|
-
"jsdelivr": "./lib/trading-vue-editor.js",
|
11
|
-
"unpkg": "./lib/trading-vue-editor.js",
|
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
12
|
"typings": "./lib/packages/index.d.ts",
|
13
13
|
"scripts": {
|
14
14
|
"dev": "vite",
|