@guihz/trading-vue-editor-tes 0.0.7 → 0.0.9

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/editor.worker-CT5Cb1wO.js +11 -0
  2. package/lib/assets/{parserTccWorker-cJ5nOv5I.js → parserTccWorker-BhMZL9OL.js} +39 -38
  3. package/lib/assets/scriptsRunWorker-DHT6psBx.js +66 -0
  4. package/lib/components/editor/parseScript/buildInConstants.d.ts +51 -0
  5. package/lib/components/editor/parseScript/buildInFuncNamespace/box.d.ts +99 -0
  6. package/lib/components/editor/parseScript/buildInFuncNamespace/chartPoint.d.ts +27 -0
  7. package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +9 -1
  8. package/lib/components/editor/parseScript/buildInFuncNamespace/label.d.ts +77 -0
  9. package/lib/components/editor/parseScript/buildInFuncNamespace/line.d.ts +81 -0
  10. package/lib/components/editor/parseScript/buildInFuncNamespace/linefill.d.ts +37 -0
  11. package/lib/components/editor/parseScript/buildInFuncNamespace/polyline.d.ts +31 -0
  12. package/lib/components/editor/parseScript/buildInFuncNamespace/ta.d.ts +4 -3
  13. package/lib/components/editor/parseScript/buildInFuncNamespace/table.d.ts +94 -0
  14. package/lib/components/editor/parseScript/constants.d.ts +3 -0
  15. package/lib/components/editor/parseScript/type.d.ts +1 -0
  16. package/lib/components/editor/parseScript/visitorParser.d.ts +2 -0
  17. package/lib/components/editor/type/index.d.ts +2 -0
  18. package/lib/trading-vue-editor.js +1876 -1852
  19. package/lib/trading-vue-editor.umd.cjs +32 -32
  20. package/package.json +1 -1
  21. package/lib/assets/scriptsRunWorker-B4O7gGzE.js +0 -66
  22. 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.007",
3
+ "version": "0.0.009",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"