@guihz/trading-vue-editor-tes 0.0.21 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/assets/{parserTccWorker-CVfKSNrL.js → parserTccWorker-B-xIp9MW.js} +15 -15
- package/lib/assets/scriptsRunWorker-COxpWbV9.js +66 -0
- package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +2 -2
- package/lib/components/editor/parseScript/buildInFuncNamespace/input.d.ts +1 -5
- package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +68 -5
- package/lib/components/editor/parseScript/buildInVarNamespace/barstate.d.ts +16 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/index.d.ts +5 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/session.d.ts +12 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/strategy.d.ts +71 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/ta.d.ts +28 -0
- package/lib/components/editor/parseScript/buildInVarNamespace/timeframe.d.ts +16 -0
- package/lib/components/editor/parseScript/constants.d.ts +2 -0
- package/lib/components/editor/parseScript/strategyNamespace/closedtrades.d.ts +28 -0
- package/lib/components/editor/parseScript/strategyNamespace/index.d.ts +4 -0
- package/lib/components/editor/parseScript/strategyNamespace/opentrades.d.ts +23 -0
- package/lib/components/editor/parseScript/strategyNamespace/risk.d.ts +20 -0
- package/lib/components/editor/parseScript/visitorParser.d.ts +1 -0
- package/lib/components/editor/utils/initEditor.d.ts +1 -0
- package/lib/trading-vue-editor.js +415 -401
- package/lib/trading-vue-editor.umd.cjs +23 -23
- package/package.json +1 -1
- package/lib/assets/scriptsRunWorker-D2Gv6w1f.js +0 -66