@guihz/trading-vue-editor-tes 0.1.23 → 0.1.24
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-C3j7GaiS.js → parserTccWorker-BzLIMQTD.js} +1 -1
- package/lib/assets/{scriptsRunWorker-BBT4QHtH.js → scriptsRunWorker-Dpg-1H14.js} +983 -962
- package/lib/components/editor/v6/parseScript/buildInConstants.d.ts +3 -3
- package/lib/components/editor/v6/parseScript/buildInFuncNamespace/box.d.ts +2 -0
- package/lib/components/editor/v6/parseScript/buildInFuncNamespace/label.d.ts +2 -0
- package/lib/components/editor/v6/parseScript/buildInFuncNamespace/table.d.ts +2 -0
- package/lib/trading-vue-editor.es.packages.js +2 -2
- package/lib/trading-vue-editor.umd.packages.mjs +1 -1
- package/package.json +1 -1
@@ -97165,7 +97165,7 @@ ${this._prefixNameVar}.setCacheData("m${l}_" + ${f}, ${m})
|
|
97165
97165
|
*/
|
97166
97166
|
_sameTypeJudge(e, t, n, i) {
|
97167
97167
|
let s = "";
|
97168
|
-
const o = [], p = ["plot_display", "plot_simple_display"];
|
97168
|
+
const o = [], p = ["plot_display", "plot_simple_display", "text_format"];
|
97169
97169
|
["+", "-", "+=", "-="].includes(n) && (i = i.concat(p));
|
97170
97170
|
for (const [l, f] of e.entries()) {
|
97171
97171
|
let y = f && f.type || P.UNDETERMINED;
|