@guihz/trading-vue-editor-tes 0.0.8 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. package/lib/assets/editor.worker-CT5Cb1wO.js +11 -0
  2. package/lib/assets/{parserTccWorker-Bti5p29_.js → parserTccWorker-cXJaK8VI.js} +18 -17
  3. package/lib/assets/scriptsRunWorker-Bx4RsHhS.js +66 -0
  4. package/lib/components/editor/index.d.ts +5 -0
  5. package/lib/components/editor/parseScript/buildInConstants.d.ts +51 -0
  6. package/lib/components/editor/parseScript/buildInFuncNamespace/box.d.ts +99 -0
  7. package/lib/components/editor/parseScript/buildInFuncNamespace/chartPoint.d.ts +27 -0
  8. package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +11 -1
  9. package/lib/components/editor/parseScript/buildInFuncNamespace/label.d.ts +77 -0
  10. package/lib/components/editor/parseScript/buildInFuncNamespace/line.d.ts +81 -0
  11. package/lib/components/editor/parseScript/buildInFuncNamespace/linefill.d.ts +37 -0
  12. package/lib/components/editor/parseScript/buildInFuncNamespace/log.d.ts +24 -0
  13. package/lib/components/editor/parseScript/buildInFuncNamespace/polyline.d.ts +31 -0
  14. package/lib/components/editor/parseScript/buildInFuncNamespace/runtime.d.ts +10 -0
  15. package/lib/components/editor/parseScript/buildInFuncNamespace/strategy.d.ts +95 -0
  16. package/lib/components/editor/parseScript/buildInFuncNamespace/ta.d.ts +3 -3
  17. package/lib/components/editor/parseScript/buildInFuncNamespace/table.d.ts +94 -0
  18. package/lib/components/editor/parseScript/constants.d.ts +16 -0
  19. package/lib/components/editor/parseScript/type.d.ts +1 -0
  20. package/lib/components/editor/parseScript/visitorParser.d.ts +1 -0
  21. package/lib/components/editor/parseScript/workerStorage.d.ts +0 -4
  22. package/lib/components/editor/type/index.d.ts +2 -0
  23. package/lib/components/editor/utils/initEditor.d.ts +4 -0
  24. package/lib/trading-vue-editor.js +3856 -3519
  25. package/lib/trading-vue-editor.umd.cjs +39 -39
  26. package/package.json +1 -1
  27. package/lib/assets/scriptsRunWorker-DvC1lFMR.js +0 -66
  28. package/lib/components/editor/parseScript/buildInVariables.d.ts +0 -124
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guihz/trading-vue-editor-tes",
3
- "version": "0.0.008",
3
+ "version": "0.0.010",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"