@guihz/trading-vue-editor-tes 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assets/{parserTccWorker-D5cq4N-Y.js → parserTccWorker-DzTqNT47.js} +1 -2
- package/lib/assets/{scriptsRunWorker-CaEvEpNA.js → scriptsRunWorker-RM2NRIoU.js} +164 -157
- package/lib/components/editor/v5/parseScript/buildInFuncNamespace/box.d.ts +1 -0
- package/lib/{index-UdtfRBFV.js → index-S1gW0Mpf.js} +204 -24
- package/lib/{monarchTokens-oh3fO2YY.js → monarchTokens-CMDv_iys.js} +1 -1
- package/lib/trading-vue-editor.es.packages.js +763 -763
- package/lib/trading-vue-editor.umd.packages.mjs +34 -34
- package/lib/utils/tools.d.ts +1 -1
- package/package.json +1 -1
@@ -76895,7 +76895,7 @@ ${this._prefixNameVar}.setCacheData("m${O}_" + ${m}, ${q})
|
|
76895
76895
|
this._errorHandle(d0(O0.importNotExitErr, { username: o, libraryName: c }), t);
|
76896
76896
|
}
|
76897
76897
|
_importDataHandle(e, t) {
|
76898
|
-
const { functions: r, methods: i, types: o } = e;
|
76898
|
+
const { functions: r = [], methods: i = [], types: o = [] } = e;
|
76899
76899
|
for (const c of r) {
|
76900
76900
|
const { name: b } = c, O = `${t}.${b}`, m = this._functions.get(O) || [];
|
76901
76901
|
m.push({ ...this._importTypeUpdate(c, o, t), name: O, isUser: void 0, isImport: !0 }), this._functions.set(O, m);
|
@@ -80437,7 +80437,6 @@ ${this._prefixNameVar}.setCacheData("m${O}_" + ${m}, ${q})
|
|
80437
80437
|
let y = "";
|
80438
80438
|
const q = new Rg("_$");
|
80439
80439
|
let v = e ? "" : q.preParser(O);
|
80440
|
-
console.log(v);
|
80441
80440
|
const N = {};
|
80442
80441
|
if (e && !m.some((S) => S.type === Pe.Error)) {
|
80443
80442
|
const { code: S = "", hasLeftVisibleBarTime: _, hasRightVisibleBarTime: z } = q.parser(O) || {};
|