@millistream/millistream-widgets 1.0.25 → 1.0.26

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.
@@ -3491,7 +3491,7 @@ function Milli_OptionsList(settings) {
3491
3491
  let m_currentinsrefs = [];
3492
3492
  let m_pushfields = [];
3493
3493
  let m_strikes = [];
3494
-
3494
+ let m_strikedates = [];
3495
3495
  let m_strikepricedecimals = 2;
3496
3496
 
3497
3497
  let m_lang_en = {
@@ -5307,6 +5307,9 @@ function MillistreamWidgetApi_getColumnInfo(widget, name) {
5307
5307
  case '703':
5308
5308
  case 'vega':
5309
5309
  return [703, 'numeric', 'right', widget.get_lang_text(name) || name, 0];
5310
+ case '123':
5311
+ case 'vwap':
5312
+ return [123, 'numeric', 'right', widget.get_lang_text(name) || name, 0];
5310
5313
 
5311
5314
  // brokerstats
5312
5315
  case '3000':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@millistream/millistream-widgets",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Millistream widgets node package",
5
5
  "main": "millistream-widgets.js",
6
6
  "scripts": {