@guihz/trading-vue-editor-tes 0.0.53 → 0.0.54

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,7 @@ export declare const ERRORS_TIPS: {
45
45
  buidinAssignErr: string;
46
46
  buidinVarErr: string;
47
47
  useNaErr: string;
48
+ libraryTitleErr: string;
48
49
  };
49
50
  export declare const WARNING_TIPS: {
50
51
  repeatVar: string;
@@ -210,6 +210,7 @@ export default class ParserVisitor extends ParserUtils {
210
210
  private _againAssignHandle;
211
211
  private _typeCheck;
212
212
  private _getBuildVar;
213
+ private _specialTreatmentChartPoint;
213
214
  private _verifyName;
214
215
  private _judgeGatherValue;
215
216
  private _nameCheck;
@@ -8800,7 +8800,7 @@ else
8800
8800
  {
8801
8801
  name: "time",
8802
8802
  desc: "The x-coordinate of the point, expressed as a UNIX time value, in milliseconds.",
8803
- type: "series float"
8803
+ type: "series int"
8804
8804
  },
8805
8805
  {
8806
8806
  name: "price",
@@ -66610,11 +66610,11 @@ function ss(a, n, s) {
66610
66610
  function Jb() {
66611
66611
  return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
66612
66612
  }
66613
- const Ou = new Worker(new URL("" + new URL("assets/scriptsRunWorker-Bz0kV3Co.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run TccScript Server" });
66613
+ const Ou = new Worker(new URL("" + new URL("assets/scriptsRunWorker-DBOrPbdQ.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run TccScript Server" });
66614
66614
  Ou.onerror = (a) => {
66615
66615
  console.error(a);
66616
66616
  };
66617
- const Pu = Wi(Ou), Zb = Wi(new Worker(new URL("" + new URL("assets/parserTccWorker-6hkC34Pb.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser TccScript Server" }));
66617
+ const Pu = Wi(Ou), Zb = Wi(new Worker(new URL("" + new URL("assets/parserTccWorker-HvN6ZSID.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser TccScript Server" }));
66618
66618
  async function ex(a, n = !1) {
66619
66619
  const { functions: s, types: o, constants: u, variables: c, methods: m } = Ct;
66620
66620
  return await Zb(a, n, { functions: Object.fromEntries(s), methods: Object.fromEntries(m), types: Object.fromEntries(o), constants: Object.fromEntries(u), variables: Object.fromEntries(c) });