@guihz/trading-vue-editor-tes 0.0.22 → 0.0.24

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/index.d.ts +2 -0
  4. package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +2 -2
  5. package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +63 -3
  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 +2 -0
  19. package/lib/trading-vue-editor.js +660 -634
  20. package/lib/trading-vue-editor.umd.cjs +26 -26
  21. package/package.json +1 -1
  22. package/lib/assets/scriptsRunWorker-Ce9Ua8lg.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.022",
3
+ "version": "0.0.024",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"