@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.
Files changed (22) hide show
  1. package/lib/assets/{parserTccWorker-CVfKSNrL.js → parserTccWorker-B-xIp9MW.js} +15 -15
  2. package/lib/assets/scriptsRunWorker-COxpWbV9.js +66 -0
  3. package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +2 -2
  4. package/lib/components/editor/parseScript/buildInFuncNamespace/input.d.ts +1 -5
  5. package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +68 -5
  6. package/lib/components/editor/parseScript/buildInVarNamespace/barstate.d.ts +16 -0
  7. package/lib/components/editor/parseScript/buildInVarNamespace/index.d.ts +5 -0
  8. package/lib/components/editor/parseScript/buildInVarNamespace/session.d.ts +12 -0
  9. package/lib/components/editor/parseScript/buildInVarNamespace/strategy.d.ts +71 -0
  10. package/lib/components/editor/parseScript/buildInVarNamespace/ta.d.ts +28 -0
  11. package/lib/components/editor/parseScript/buildInVarNamespace/timeframe.d.ts +16 -0
  12. package/lib/components/editor/parseScript/constants.d.ts +2 -0
  13. package/lib/components/editor/parseScript/strategyNamespace/closedtrades.d.ts +28 -0
  14. package/lib/components/editor/parseScript/strategyNamespace/index.d.ts +4 -0
  15. package/lib/components/editor/parseScript/strategyNamespace/opentrades.d.ts +23 -0
  16. package/lib/components/editor/parseScript/strategyNamespace/risk.d.ts +20 -0
  17. package/lib/components/editor/parseScript/visitorParser.d.ts +1 -0
  18. package/lib/components/editor/utils/initEditor.d.ts +1 -0
  19. package/lib/trading-vue-editor.js +415 -401
  20. package/lib/trading-vue-editor.umd.cjs +23 -23
  21. package/package.json +1 -1
  22. package/lib/assets/scriptsRunWorker-D2Gv6w1f.js +0 -66
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guihz/trading-vue-editor-tes",
3
- "version": "0.0.021",
3
+ "version": "0.0.023",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"