@guihz/trading-vue-editor-tes 0.1.6 → 0.1.8

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.
@@ -75822,7 +75822,8 @@ ${this._prefixNameVar}.setCacheData("m${O}_" + ${m}, ${q})
75822
75822
  }
75823
75823
  _getMapType(e) {
75824
75824
  const t = /\w+<(\w+),\s*([\w\d.]+)>/.exec(e);
75825
- return t?.[1] && t?.[2] && [t?.[1], t?.[2]];
75825
+ if (t)
75826
+ return t?.[1] && t?.[2] ? [t?.[1], t?.[2]] : void 0;
75826
75827
  }
75827
75828
  _isMatrixType(e) {
75828
75829
  return /^matrix<[\w\d.]+>$/.test(e);
@@ -76732,18 +76733,21 @@ ${this._prefixNameVar}.setCacheData("m${O}_" + ${m}, ${q})
76732
76733
  _forInNameHandle(e, t) {
76733
76734
  if (this._pushBlockRanges(t), e.names.length) {
76734
76735
  let [r, i] = e.names;
76735
- const o = e.array.type;
76736
+ const o = e.array.type, c = this._isMapType(o);
76737
+ let b = `${D.SERIES} ${D.INT}`, O;
76738
+ if (c) {
76739
+ const m = this._getMapType(o) || [];
76740
+ b = m[0] ? `${D.SERIES} ${m[0]}` : D.UNDETERMINED, O = m[1] ? `${D.SERIES} ${m[1]}` : D.UNDETERMINED;
76741
+ }
76736
76742
  i ? this._variablesHandle({
76737
- nameList: { name: r, isForVar: !0, type: `${D.SERIES} ${D.INT}` },
76743
+ nameList: { name: r, isForVar: !0, type: b },
76738
76744
  value: {
76739
- type: `${D.SERIES} ${D.INT}`
76745
+ type: b
76740
76746
  }
76741
- }, t) : i = r;
76742
- const c = o === D.UNDETERMINED ? o : this._isMatrixType(o) ? `${this._getArrayType(o)}[]` : this._typeAddSeries(this._getArrayType(o));
76743
- this._variablesHandle({
76744
- nameList: { name: i, isForVar: !0, type: c },
76747
+ }, t) : i = r, O = o === D.UNDETERMINED ? o : c ? O : this._isMatrixType(o) ? `${this._getArrayType(o)}[]` : this._typeAddSeries(this._getArrayType(o)), this._variablesHandle({
76748
+ nameList: { name: i, isForVar: !0, type: O },
76745
76749
  value: {
76746
- type: c
76750
+ type: O
76747
76751
  }
76748
76752
  }, t);
76749
76753
  }
@@ -20608,7 +20608,7 @@ ${l}`), l;
20608
20608
  e[t] = (r, i) => ws.create(r, X2(n, i, { method: t }));
20609
20609
  return e.create = (t) => fp(X2(t)), e.extend = (t) => (typeof t == "function" && (t = t(n ?? {})), fp(X2(n, t))), e.stop = td, e;
20610
20610
  }, Xw = fp(), Sw = Xw.create({
20611
- timeout: 3e4,
20611
+ timeout: 6e4,
20612
20612
  prefixUrl: "https://data.tradingvue.com/",
20613
20613
  retry: 0
20614
20614
  // 请求出错时 不自动重试 默认会自动重试2次
@@ -32283,6 +32283,9 @@ ${fd}`);
32283
32283
  strformat({ formatString: e = "" }, t, r) {
32284
32284
  return this._strFormat(e, t, r);
32285
32285
  }
32286
+ _parseObjectStr(e) {
32287
+ return typeof e == "object" ? e === null ? "null" : e?.isArray ? `[${e._value.toString()}]` : e.toString() : e !== void 0 ? e : "";
32288
+ }
32286
32289
  _strFormat(e, t, r) {
32287
32290
  return e.replace(/{[^{}]+}/g, (i) => {
32288
32291
  if (!i)
@@ -32292,7 +32295,7 @@ ${fd}`);
32292
32295
  return i;
32293
32296
  const a = t[s];
32294
32297
  if (o.length === 1)
32295
- return typeof a == "number" ? r ? this._intlFormat.format(a) : Number(a.toFixed(this._precision)) : a === void 0 ? "" : a;
32298
+ return typeof a == "number" ? r ? this._intlFormat.format(a) : Number(a.toFixed(this._precision)) : this._parseObjectStr(a);
32296
32299
  if (o.length === 2) {
32297
32300
  const c = o[1].trim();
32298
32301
  return c === "number" ? r ? this._intlFormat.format(a) : Number(a.toFixed(this._precision)) : c === "date" ? c0(a).format("LL") : i;
@@ -47,6 +47,7 @@ export default class BuildInStr {
47
47
  private _formatOthers;
48
48
  private _formatNumber;
49
49
  strformat({ formatString }: IStrArgs, args: any[], isFormat?: boolean): string;
50
+ private _parseObjectStr;
50
51
  private _strFormat;
51
52
  }
52
53
  export {};
@@ -21,7 +21,7 @@ export declare class ParserUtils extends TccScriptParserVisitor<any> {
21
21
  protected _removePrefix(type?: string): string;
22
22
  protected _getPrefix(type: string): string;
23
23
  protected _getArrayType(name: string): string | undefined;
24
- protected _getMapType(name: string): "" | string[] | undefined;
24
+ protected _getMapType(name: string): string[] | undefined;
25
25
  protected _isMatrixType(type: string): boolean;
26
26
  protected _isArrayType(type: string): boolean;
27
27
  protected _isMapType(type: string): boolean;
@@ -59902,7 +59902,7 @@ function y(s, a) {
59902
59902
  return s.forEach((r) => {
59903
59903
  r.title = a;
59904
59904
  const i = r.originalName || r.name;
59905
- i !== "for...in" && (e.has(i) ? e.get(i)?.push(r) : (t.push(i), e.set(i, [r])));
59905
+ e.has(i) ? e.get(i)?.push(r) : (t.push(i), e.set(i, [r]));
59906
59906
  }), { mapObj: e, keys: t };
59907
59907
  }
59908
59908
  const { keyList: l, keyMapList: w } = d();
@@ -1,4 +1,4 @@
1
- import { KEY_LIST as l } from "./index-S1gW0Mpf.js";
1
+ import { KEY_LIST as l } from "./index-DLIhM_y0.js";
2
2
  const d = "tccScript", g = {
3
3
  // builtinFunctions: /strategy\.closedtrades\.max_drawdown_percent|strategy\.opentrades\.max_drawdown_percent|strategy\.risk\.max_intraday_filled_orders|strategy\.closedtrades\.max_runup_percent|array\.percentile_linear_interpolation|strategy\.closedtrades\.entry_bar_index|strategy\.opentrades\.max_runup_percent|strategy\.closedtrades\.exit_bar_index|strategy\.closedtrades\.profit_percent|strategy\.closedtrades\.entry_comment|strategy\.opentrades\.entry_bar_index|strategy\.closedtrades\.exit_comment|strategy\.closedtrades\.max_drawdown|strategy\.opentrades\.profit_percent|ta\.percentile_linear_interpolation|strategy\.closedtrades\.entry_price|strategy\.opentrades\.entry_comment|strategy\.closedtrades\.commission|strategy\.closedtrades\.entry_time|strategy\.closedtrades\.exit_price|strategy\.opentrades\.max_drawdown|strategy\.risk\.max_cons_loss_days|strategy\.closedtrades\.exit_time|strategy\.closedtrades\.max_runup|strategy\.opentrades\.entry_price|strategy\.risk\.max_intraday_loss|strategy\.risk\.max_position_size|table\.cell_set_text_font_family|strategy\.closedtrades\.entry_id|strategy\.opentrades\.commission|strategy\.opentrades\.entry_time|array\.binary_search_rightmost|array\.percentile_nearest_rank|strategy\.closedtrades\.exit_id|strategy\.opentrades\.max_runup|array\.binary_search_leftmost|strategy\.closedtrades\.profit|strategy\.opentrades\.entry_id|strategy\.risk\.allow_entry_in|strategy\.convert_to_account|box\.set_bottom_right_point|label\.set_text_font_family|strategy\.closedtrades\.size|strategy\.convert_to_symbol|strategy\.default_entry_qty|strategy\.opentrades\.profit|strategy\.risk\.max_drawdown|ta\.percentile_nearest_rank|table\.cell_set_text_halign|table\.cell_set_text_valign|request\.security_lower_tf|table\.cell_set_text_color|box\.set_text_font_family|strategy\.opentrades\.size|table\.cell_set_text_size|matrix\.is_antisymmetric|box\.set_top_left_point|chart\.point\.from_index|matrix\.is_antidiagonal|table\.cell_set_bgcolor|table\.cell_set_tooltip|table\.set_border_color|table\.set_border_width|timeframe\.from_seconds|chart\.point\.from_time|line\.set_second_point|math\.round_to_mintick|matrix\.elements_count|request\.currency_rate|ta\.pivot_point_levels|table\.cell_set_height|table\.set_frame_color|table\.set_frame_width|box\.set_border_color|box\.set_border_style|box\.set_border_width|line\.set_first_point|matrix\.is_stochastic|matrix\.is_triangular|table\.cell_set_width|timeframe\.in_seconds|array\.binary_search|box\.set_rightbottom|box\.set_text_halign|box\.set_text_valign|color\.from_gradient|label\.set_textalign|label\.set_textcolor|matrix\.eigenvectors|matrix\.is_symmetric|matrix\.swap_columns|strategy\.cancel_all|table\.cell_set_text|array\.new_linefill|array\.sort_indices|box\.set_text_color|linefill\.get_line1|linefill\.get_line2|linefill\.set_color|matrix\.eigenvalues|matrix\.is_diagonal|matrix\.is_identity|strategy\.close_all|table\.set_position|ticker\.pointfigure|array\.lastindexof|array\.percentrank|array\.standardize|box\.set_text_size|box\.set_text_wrap|label\.set_tooltip|matrix\.remove_col|matrix\.remove_row|request\.dividends|request\.financial|table\.merge_cells|table\.set_bgcolor|ticker\.heikinashi|array\.covariance|array\.new_string|chart\.point\.copy|matrix\.is_binary|matrix\.is_square|matrix\.submatrix|matrix\.swap_rows|matrix\.transpose|request\.earnings|request\.economic|request\.security|ticker\.linebreak|timeframe\.change|array\.new_color|array\.new_float|array\.new_label|array\.new_table|box\.set_bgcolor|box\.set_lefttop|chart\.point\.new|chart\.point\.now|input\.text_area|input\.timeframe|label\.set_color|label\.set_point|label\.set_style|line\.set_extend|linefill\.delete|polyline\.delete|str\.format_time|str\.replace_all|strategy\.cancel|ticker\.standard|alertcondition|array\.includes|array\.new_bool|array\.new_line|array\.variance|box\.get_bottom|box\.set_bottom|box\.set_extend|label\.get_text|label\.set_size|label\.set_text|label\.set_xloc|label\.set_yloc|line\.get_price|line\.set_color|line\.set_style|line\.set_width|math\.todegrees|math\.toradians|matrix\.add_col|matrix\.add_row|matrix\.columns|matrix\.is_zero|matrix\.reshape|matrix\.reverse|request\.quandl|request\.splits|str\.startswith|strategy\.close|strategy\.entry|strategy\.order|syminfo\.prefix|syminfo\.ticker|ta\.correlation|ta\.highestbars|ta\.percentrank|ticker\.inherit|array\.indexof|array\.new_box|array\.new_int|array\.reverse|array\.unshift|box\.get_right|box\.set_right|input\.session|line\.set_xloc|matrix\.concat|matrix\.median|max_bars_back|runtime\.error|str\.substring|strategy\.exit|ta\.crossunder|ta\.lowestbars|ta\.supertrend|ticker\.modify|array\.concat|array\.insert|array\.median|array\.remove|box\.get_left|box\.set_left|box\.set_text|input\.source|input\.string|input\.symbol|label\.delete|label\.set_xy|line\.set_xy1|line\.set_xy2|linefill\.new|map\.contains|matrix\.trace|polyline\.new|request\.seed|str\.contains|str\.endswith|str\.tonumber|str\.tostring|ta\.barssince|ta\.crossover|ta\.pivothigh|ta\.valuewhen|table\.delete|ticker\.renko|array\.clear|array\.every|array\.first|array\.range|array\.shift|array\.slice|array\.stdev|box\.get_top|box\.set_top|input\.color|input\.float|input\.price|label\.get_x|label\.get_y|label\.set_x|label\.set_y|line\.delete|line\.get_x1|line\.get_x2|line\.get_y1|line\.get_y2|line\.set_x1|line\.set_x2|line\.set_y1|line\.set_y2|log\.warning|map\.put_all|math\.random|matrix\.copy|matrix\.diff|matrix\.fill|matrix\.kron|matrix\.mode|matrix\.mult|matrix\.pinv|matrix\.rank|matrix\.rows|matrix\.sort|str\.replace|ta\.pivotlow|ta\.variance|table\.clear|ticker\.kagi|array\.copy|array\.fill|array\.from|array\.join|array\.last|array\.mode|array\.push|array\.size|array\.some|array\.sort|box\.delete|dayofmonth|input\.bool|input\.time|label\.copy|map\.remove|map\.values|math\.floor|math\.log10|math\.round|matrix\.avg|matrix\.col|matrix\.det|matrix\.get|matrix\.inv|matrix\.max|matrix\.min|matrix\.new|matrix\.pow|matrix\.row|matrix\.set|matrix\.sum|plotcandle|str\.format|str\.length|ta\.falling|ta\.highest|table\.cell|ticker\.new|time_close|weekofyear|array\.abs|array\.avg|array\.get|array\.max|array\.min|array\.new|array\.pop|array\.set|array\.sum|color\.new|color\.rgb|dayofweek|indicator|input\.int|label\.new|line\.copy|log\.error|map\.clear|math\.acos|math\.asin|math\.atan|input\.enum|math\.ceil|math\.sign|math\.sqrt|plotarrow|plotshape|str\.lower|str\.match|str\.split|str\.upper|ta\.change|ta\.linreg|ta\.lowest|ta\.median|ta\.rising|table\.new|timestamp|barcolor|box\.copy|line\.new|linefill|log\.info|map\.copy|map\.keys|map\.size|math\.abs|math\.avg|math\.cos|math\.exp|math\.log|math\.max|math\.min|math\.pow|math\.sin|math\.sum|math\.tan|plotchar|strategy|ta\.cross|ta\.range|ta\.stdev|ta\.stoch|bgcolor|box\.new|color\.b|color\.g|color\.r|color\.t|library|map\.get|map\.new|map\.put|plotbar|str\.pos|ta\.alma|ta\.macd|ta\.mode|ta\.swma|ta\.vwap|ta\.vwma|fixnan|minute|second|string|ta\.atr|ta\.bbw|ta\.cci|ta\.cmo|ta\.cog|ta\.cum|ta\.dev|ta\.dmi|ta\.ema|ta\.hma|ta\.kcw|ta\.max|ta\.mfi|ta\.min|ta\.mom|ta\.rma|ta\.roc|ta\.rsi|ta\.sar|ta\.sma|ta\.tsi|ta\.wma|ta\.wpr|alert|color|float|hline|input|label|month|ta\.bb|ta\.kc|ta\.tr|table|bool|fill|hour|line|plot|time|year|box|int|na|nz/,
4
4
  builtinFunctions: new RegExp(a(l.functions)),