@guihz/trading-vue-editor-tes 0.1.9 → 0.1.10
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-BK-BIMe9.js → parserTccWorker-DfQfwoC3.js} +50 -40
- package/lib/assets/{scriptsRunWorker-D_5gdYgS.js → scriptsRunWorker-zu6UvSJb.js} +239 -237
- package/lib/components/editor/v5/parseScript/constants.d.ts +2 -0
- package/lib/trading-vue-editor.es.packages.js +2 -2
- package/lib/trading-vue-editor.umd.packages.mjs +24 -24
- package/package.json +1 -1
@@ -93,6 +93,7 @@ export declare const ERRORS_TIPS: {
|
|
93
93
|
optionsRepeatErr: string;
|
94
94
|
scriptLongTimeErr: string;
|
95
95
|
plotFillForceOverlayErr: string;
|
96
|
+
constModifyErr: string;
|
96
97
|
};
|
97
98
|
export declare const WARNING_TIPS: {
|
98
99
|
repeatVar: string;
|
@@ -106,6 +107,7 @@ export declare const WARNING_TIPS: {
|
|
106
107
|
boolVarNumWarning: string;
|
107
108
|
transpDeprecatedTips: string;
|
108
109
|
};
|
110
|
+
export declare const DRAW_TYPES: VType[];
|
109
111
|
export declare const QUALIFIERS: VType[];
|
110
112
|
export declare const BASE_TYPE: VType[];
|
111
113
|
export declare const PLOT_DISPLAY_TYPES: string[];
|
@@ -9156,14 +9156,14 @@ function mr(i, n, r) {
|
|
9156
9156
|
function Sy() {
|
9157
9157
|
return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
|
9158
9158
|
}
|
9159
|
-
const Af = new Worker(new URL("" + new URL("assets/scriptsRunWorker-
|
9159
|
+
const Af = new Worker(new URL("" + new URL("assets/scriptsRunWorker-zu6UvSJb.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run MineScript Server" });
|
9160
9160
|
Af.onerror = (i) => {
|
9161
9161
|
console.error(i);
|
9162
9162
|
};
|
9163
9163
|
async function kf(i) {
|
9164
9164
|
return await _o.setInlayHints(i);
|
9165
9165
|
}
|
9166
|
-
const Lf = pa(Af), Tf = pa(new Worker(new URL("" + new URL("assets/parserTccWorker-
|
9166
|
+
const Lf = pa(Af), Tf = pa(new Worker(new URL("" + new URL("assets/parserTccWorker-DfQfwoC3.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser MineScript Server" }));
|
9167
9167
|
async function Oy(i, n = !1, r = Kt) {
|
9168
9168
|
r = Kt;
|
9169
9169
|
const s = await An(r);
|