@iccandle/vuejs-widget 0.0.7 → 0.0.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.
@@ -7741,8 +7741,7 @@ var H = { class: "iccandle-simple-tooltip-trigger" }, U = {
7741
7741
  top_k: o.top_k || 25,
7742
7742
  percent: 90,
7743
7743
  analyze_window: o.probability || 0,
7744
- candle_id: a?.id || "",
7745
- type: "forex"
7744
+ candle_id: a?.id || ""
7746
7745
  };
7747
7746
  if (!o.isAllSelected && (o.symbolTypes?.length ?? 0) > 0 && (s.filter = {
7748
7747
  symbols: o.symbols.join(","),
@@ -7751,7 +7750,7 @@ var H = { class: "iccandle-simple-tooltip-trigger" }, U = {
7751
7750
  let e = i - o.period * 365.25 * 24 * 60 * 60;
7752
7751
  s.filter ||= {}, s.filter.period = e;
7753
7752
  }
7754
- let l = `${te}/${n.language}?ws=${s.window_size}&tk=${s.top_k}&et=${s.end_timestamp}&symbol=${s.symbol}&tf=${s.resolution}&cid=${s.candle_id}&from=${s.start_timestamp * 1e3}&to=${s.end_timestamp * 1e3}` + (s.filter?.symbols?.length ? `&fs=${s.filter.symbols}` : "") + (s.filter?.period == null ? "" : `&period=${s.filter.period}`) + (n.theme === "dark" ? "&theme=dark" : "&theme=light");
7753
+ let l = `${te}/${n.language}?symbol=${s.symbol}&ref_res=${s.reference_resolution}&tk=${s.top_k}&res=${s.resolution}&cid=${s.candle_id}&from=${s.start_timestamp * 1e3}&to=${s.end_timestamp * 1e3}` + (s.filter?.symbols?.length ? `&fs=${s.filter.symbols}` : "") + (s.filter?.period == null ? "" : `&period=${s.filter.period}`) + (n.theme === "dark" ? "&theme=dark" : "&theme=light");
7755
7754
  n.clearScannerNewsMarks(), n.submitCallback(l);
7756
7755
  }
7757
7756
  function A() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iccandle/vuejs-widget",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Vue scanner overlay for TradingView Charting Library — ICCandle pattern search, remote theming, and plugin iframe integration.",
5
5
  "type": "module",
6
6
  "author": "ICCandle",