Release v19.038 (from 605618ef)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -554,7 +554,7 @@ for(var i=Object(r.ensure)(this._emptyValuePredicate),n=Object(r.ensure)(t);e<th
|
||||
;for(var p=Math.max(c+1,a);p<u;p+=30){var f=Math.floor(p/30),_=h.get(f);if(void 0===_){var m=30*f,v=30*(f+1)-1;_=this._minMaxOnRange(m,v,i),h.set(f,_)}n=d(n,_)}return n=d(n,this._minMaxOnRange(u,l,i))},e.prototype._minMaxOnRange=function(e,t,i){return this._plotMinMax(this._lowerbound(e,c),this._upperbound(t),i)},e.prototype._invalidateSearchCaches=function(){this._rowSearchCacheByIndex.clear(),this._rowSearchCacheByIndexWithoutEmptyValues.clear(),this._rowSearchCacheByTime.clear(),this._rowSearchCacheByTimeWithoutEmptyValues.clear()},e}();function d(e,t){return null===e?t:null===t?e:{min:Math.min(e.min,t.min),max:Math.max(e.max,t.max)}}function p(e,t){for(var i=function(e,t){var i=e.length,n=t.length,r=i+n,o=0,s=0;for(;o<i&&s<n;)e[o].index<t[s].index?o++:e[o].index>t[s].index?s++:(o++,s++,r--);return r}(e,t),n=new Array(i),r=0,o=0,s=e.length,a=t.length,l=0;r<s&&o<a;)e[r].index<t[o].index?(n[l]=e[r],r++):e[r].index>t[o].index?(n[l]=t[o],o++):(n[l]=t[o],r++,o++),l++;for(;r<s;)n[l]=e[r],r++,l++;for(;o<a;)n[l]=t[o],o++,l++;return n}},kIXa:function(e,t,i){"use strict";var n=i("Ss5c").LineDataSource,r=i("Ocx9").DefaultProperty;function o(e,t){var r=t||o.createProperties();n.call(this,e,r),i.e("lt-pane-views").then(function(e){var t=i("am+t").TimeCyclesPaneView;this._setPaneViews([new t(this,this._model)])}.bind(this).bind(null,i)).catch(i.oe)}inherit(o,n),o.prototype.pointsCount=function(){return 2},o.prototype.name=function(){return"Time Cycles"},o.prototype.setPoint=function(e,t,i){var n=Object.assign({},t),r=this._points[0],o=this._points[1];r.price=n.price,o.price=n.price,this._points[e]=n,this.normalizePoints()},o.prototype.addPoint=function(e,t,i){var r=n.prototype.addPoint.call(this,e,t,!0);if(r){var o=this._points[0];this._points[1].price=o.price,i||(this.normalizePoints(),this.createServerPoints())}return r},o.prototype._getPropertyDefinitionsViewModelClass=function(){return Promise.all([i.e(24),i.e("lt-property-pages-with-definitions")]).then(function(e){return i("BABJ").TimeCyclesPatternDefinitionsViewModel}.bind(null,i)).catch(i.oe)},o.createProperties=function(e){var t=new r("linetooltimecycles",e);return o._configureProperties(t),t},o._configureProperties=function(e){n._configureProperties(e)},t.LineToolTimeCycles=o},kcTO:function(e,t,i){"use strict";i.r(t),i.d(t,"customFormatters",(function(){return l})),i.d(t,"formatterOptions",(function(){return c})),i.d(t,"numberToStringWithLeadingZero",(function(){return u})),i.d(t,"isFormatterHasForexAdditionalPrecision",(function(){return h})),i.d(t,"PriceFormatter",(function(){return d}));var n=i("YFKU"),r=i("ogJP"),o=i("Ialn"),s=i("txPx"),a=Object(s.getLogger)("Chart.PriceFormatter"),l={dateFormatter:null,timeFormatter:null},c={decimalSign:".",decimalSignFractional:"'"};function u(e,t){if(!Object(r.isNumber)(e))return"n/a";if(!Object(r.isInteger)(t))throw new TypeError("invalid length");if(t<0||t>16)throw new TypeError("invalid length");if(0===t)return e.toString();return("0000000000000000"+e.toString()).slice(-t)}function h(e){
|
||||
return"hasForexAdditionalPrecision"in e}var d=function(){function e(e,t,i,o){if(this.type="price",this._formatterErrors={custom:Object(n.t)("Price format is invalid."),fraction:Object(n.t)("Fraction part is invalid."),secondFraction:Object(n.t)("Second fraction part is invalid.")},t||(t=1),Object(r.isNumber)(e)&&Object(r.isInteger)(e)||(e=100),e<0)throw new TypeError("invalid base");this._priceScale=e,this._minMove=t,this._minMove2=o,i&&void 0!==o&&o>0&&2!==o&&4!==o&&8!==o?a.logDebug("invalid minmove2"):(this._fractional=i,this.calculateDecimal())}return e.prototype.isFractional=function(){return!!this._fractional},e.prototype.state=function(){return{fractional:this._fractional,fractionalLength:this._fractionalLength,minMove:this._minMove,minMove2:this._minMove2,priceScale:this._priceScale}},e.prototype.calculateDecimal=function(){if(this._fractionalLength=0,this._priceScale>0&&this._minMove>0){var e=this._priceScale;for(this._fractional&&this._minMove2&&(e/=this._minMove2);e>1;)e/=10,this._fractionalLength++}},e.prototype.format=function(e,t,i,n,r){void 0===n&&(n=!0),void 0===r&&(r=!0);var s,a="";return e<0?(a=!1===n?"":"−",e=-e):e&&!0===t&&(a="+"),s=this._fractional?a+this._formatAsFractional(e,i):a+this._formatAsDecimal(e,i),r?Object(o.forceLTRStr)(s):s},e.prototype.parse=function(e){return e=(e=Object(o.stripLTRMarks)(e)).replace("−","-"),this._fractional?this._minMove2?this._parseAsDoubleFractional(e):this._parseAsSingleFractional(e):this._parseAsDecimal(e)},e.prototype.hasForexAdditionalPrecision=function(){return!this._fractional&&10===this._minMove2},e.serialize=function(e){return e.state()},e.deserialize=function(t){return new e(t.priceScale,t.minMove,t.fractional,t.minMove2)},e.prototype._formatAsDecimal=function(e,t){var i;t=t||0;var n,r=1/(i=this._fractional?Math.pow(10,this._fractionalLength||0):Math.pow(10,t)*this._priceScale/this._minMove);if(i>1)n=Math.floor(e);else{var o=Math.floor(Math.round(e/r)*r);n=0===Math.round((e-o)/r)?o:o+r}var s="";if(i>1){var a=+(Math.round(e*i)-n*i).toFixed(this._fractionalLength);a>=i&&(a-=i,n+=1);var l=void 0!==this._fractionalLength?this._fractionalLength:NaN;s=c.decimalSign+u(+a.toFixed(this._fractionalLength)*this._minMove,l+t),s=this._removeEndingZeros(s,t)}return n.toString()+s},e.prototype._getFractPart=function(e,t){var i=[0,5],n=[0,2,5,7];return 2===t?void 0===i[e]?-1:i[e]:4===t?void 0===n[e]?-1:n[e]:e},e.prototype._formatAsFractional=function(e,t){var i=this._priceScale/this._minMove,n=Math.floor(e),r=t?Math.floor(e*i)-n*i:Math.round(e*i)-n*i;r===i&&(r=0,n+=1);var o="";if(t){var s=(e-n-r/i)*i;o=u(s=Math.round(s*Math.pow(10,t)),t),o=this._removeEndingZeros(o,t)}if(!this._fractionalLength)throw new Error("_fractionalLength is not calculated");var a="";if(this._minMove2){var l=r%this._minMove2,h=u(r=(r-l)/this._minMove2,this._fractionalLength),d=this._getFractPart(l,this._minMove2);a=h+c.decimalSignFractional+d}else a=u((r=this._getFractPart(r,this._priceScale))*this._minMove,this._fractionalLength);return n.toString()+c.decimalSignFractional+a+o},
|
||||
e.prototype._removeEndingZeros=function(e,t){for(var i=0;i<t&&"0"===e[e.length-1];i++)e=e.substr(0,e.length-1);return e},e.prototype._parseAsDecimal=function(e){var t,i=new RegExp(/^(-?)[0-9]+$/).exec(e);return i?{value:t=parseFloat(e),res:!0,suggest:this.format(t)}:(i=new RegExp("^(-?)[0-9]+\\"+c.decimalSign+"[0-9]*$").exec(e))?{value:t=parseFloat(e.replace(c.decimalSign,".")),res:!0,suggest:this.format(t)}:{error:this._formatterErrors.custom,res:!1}},e.prototype._patchFractPart=function(e,t){var i={0:0,5:1},n={0:0,2:1,5:2,7:3};return 2===t?void 0===i[e]?-1:i[e]:4===t?void 0===n[e]?-1:n[e]:e},e.prototype._parseAsSingleFractional=function(e){var t=new RegExp(/^(-?)[0-9]+$/).exec(e);if(t)return{value:s=parseFloat(e),res:!0,suggest:this.format(s)};if(t=new RegExp("^(-?)([0-9]+)\\"+c.decimalSignFractional+"([0-9]+)$").exec(e)){var i=!!t[1],n=parseInt(t[2]),r=this._priceScale,o=this._patchFractPart(parseInt(t[3]),r);if(o>=r||o<0)return{error:this._formatterErrors.fraction,res:!1};var s=n+o/r;return i&&(s=-s),{value:s,res:!0,suggest:this.format(s)}}return{error:this._formatterErrors.custom,res:!1}},e.prototype._parseAsDoubleFractional=function(e){var t=new RegExp(/^(-?)[0-9]+$/).exec(e);if(t)return{value:u=parseFloat(e),res:!0,suggest:this.format(u)};if(t=new RegExp("^(-?)([0-9]+)\\"+c.decimalSignFractional+"([0-9]+)\\"+c.decimalSignFractional+"([0-9]+)$").exec(e)){var i=!!t[1],n=parseInt(t[2]),r=void 0!==this._minMove2?this._minMove2:NaN,o=this._priceScale/r,s=this._minMove2,a=this._patchFractPart(parseInt(t[3]),o),l=this._patchFractPart(parseInt(t[4]),s);if(a>=o||a<0)return{error:this._formatterErrors.fraction,res:!1};if(void 0!==s&&l>=s||l<0)return{error:this._formatterErrors.secondFraction,res:!1};var u=void 0!==s?n+a/o+l/(o*s):NaN;return i&&(u=-u),{value:u,res:!0,suggest:this.format(u)}}return{error:this._formatterErrors.custom,res:!1}},e}()},krs7:function(e,t,i){"use strict";i.r(t);var n=i("mrSG"),r=i("Eyy1"),o=i("ocLq"),s=i("LxhU"),a=function(){function e(e,t){this._minTick=NaN,this._minPrice=NaN,this._maxPrice=NaN,this._low=NaN,this._high=NaN,this._startPrice=NaN,this._indexLowVbP=NaN,this._indexHighVbP=NaN,this._rowSize=e,this._type=t}return e.prototype.init=function(e,t,i,n,r){this._minTick=e,this._minPrice=t,this._maxPrice=i,this._low=n,this._high=r},e.prototype.getStartPrice=function(){return this._startPrice},e.prototype.setStartPrice=function(e){this._startPrice=e},e.prototype.getIndexLowVbP=function(){return this._indexLowVbP},e.prototype.setIndexLowVbP=function(e){this._indexLowVbP=e},e.prototype.getIndexHighVbP=function(){return this._indexHighVbP},e.prototype.setIndexHighVbP=function(e){this._indexHighVbP=e},e.prototype.type=function(){return this._type},e}(),l=function(e){function t(t){return e.call(this,t,0)||this}return Object(n.c)(t,e),t.prototype.calculate=function(){this.setStartPrice(this._minPrice);var e=this.rowWidth(),t=Math.floor((this._low-this._minPrice)/e),i=Math.ceil((this._high-this._minPrice)/e)-1;t=Math.max(t,0),i=Math.max(i,0),i=Math.min(i,this._rowSize-1),t=Math.min(t,i),
|
||||
this.setIndexLowVbP(t),this.setIndexHighVbP(i)},t.prototype.rowWidth=function(){return Math.max((this._maxPrice-this._minPrice)/this._rowSize,this._minTick)},t}(a),c=function(e){function t(t){return e.call(this,t,1)||this}return Object(n.c)(t,e),t.prototype.calculate=function(){this.setStartPrice(0);var e=this.rowWidth(),t=Math.floor(this._low/e),i=Math.ceil(this._high/e)-1;t=Math.min(t,i),this.setIndexLowVbP(t),this.setIndexHighVbP(i)},t.prototype.rowWidth=function(){return this._minTick*this._rowSize},t}(a),u=i("Kxc7");var h=function(){function e(){}return e.prototype.findBasicResolutionForFromTo=function(e,t,i,n){var r=Object(o.getVolumeProfileResolutionForPeriod)(e.value(),t,i,n),a=s.Interval.parse(r);return u.enabled("charting_library_debug_mode")&&console.log("Selected resolution "+a.value()+" for ("+e.value()+", "+t+", "+i+")"),a},e.prototype.verifyRowSizeInput=function(e,t){if("Number Of Rows"===t&&e>6e3)throw new Error('Histogram is too large, please reduce "Row Size" input.')},e.prototype._getRowsLayout=function(e,t){return"Number Of Rows"===e?new l(t):new c(t)},e}(),d=i("KG+6"),p=function(){function e(){this._stable=[],this._variable=null,this._owner=null}return e.prototype.addStable=function(e){e.setOwner(this),this._stable.push(e)},e.prototype.setVariable=function(e){this._variable=e,null!==this._variable&&this._variable.setOwner(this)},e.prototype.primitivesData=function(e){var t=[];return this._forEach((function(i){return t.push.apply(t,i.primitivesData(e))})),t},e.prototype.deleteErasedItems=function(){this._forEach((function(e){return e.deleteErasedItems()}))},e.prototype.markPostedItems=function(){this._forEach((function(e){return e.markPostedItems()}))},e.prototype.isNaN=function(){return this._all((function(e){return e.isNaN()}))},e.prototype.dirty=function(){null!==this._owner&&this._owner.dirty()},e.prototype.setOwner=function(e){this._owner=e},e.prototype._forEach=function(e){for(var t=0,i=this._stable;t<i.length;t++){e(i[t])}null!==this._variable&&e(this._variable)},e.prototype._all=function(e){for(var t=0,i=this._stable;t<i.length;t++){if(!e(i[t]))return!1}return null===this._variable||e(this._variable)},e}(),f=i("Hr11"),_=function(){function e(e,t,i,n){this._value=e,this._name=t,this._owner=i,this._comparer=void 0!==n?n:function(e,t){return null==e?null!=t:e===t}}return e.prototype.getName=function(){return this._name},e.prototype.set=function(e){var t=this._comparer(this._value,e);return t&&this._owner.dirty(),this._value=e,t},e.prototype.get=function(){return this._value},e}(),m=function(){function e(e,t,i){this._owner=null,this._value=e,this._name=t,this._owner=i}return e.prototype.getName=function(){return this._name},e.prototype.set=function(e){return this._value!==e&&(this._value=e,null!==this._owner&&this._owner.dirty(),!0)},e.prototype.get=function(){return this._value},e}(),v=function(e){function t(t,i,n,r){return e.call(this,t,i,n,r)||this}return Object(n.c)(t,e),t}(_),y=function(){function e(e){this._owner=e}return e.prototype.createField=function(e,t){return new _(e,t,this)},
|
||||
this.setIndexLowVbP(t),this.setIndexHighVbP(i)},t.prototype.rowWidth=function(){return Math.max((this._maxPrice-this._minPrice)/this._rowSize,this._minTick)},t}(a),c=function(e){function t(t){return e.call(this,t,1)||this}return Object(n.c)(t,e),t.prototype.calculate=function(){this.setStartPrice(0);var e=this.rowWidth(),t=Math.floor(this._low/e),i=Math.ceil(this._high/e)-1;t=Math.min(t,i),this.setIndexLowVbP(t),this.setIndexHighVbP(i)},t.prototype.rowWidth=function(){return this._minTick*this._rowSize},t}(a),u=i("Kxc7");var h=function(){function e(){}return e.prototype.findBasicResolutionForFromTo=function(e,t,i,n){var r=Object(o.getVolumeProfileResolutionForPeriod)(e.value(),t,i,n),a=s.Interval.parse(r);return u.enabled("charting_library_debug_mode")&&console.log("Selected resolution "+a.value()+" for ("+e.value()+", "+t+", "+i+")"),a},e.prototype.verifyRowSizeInput=function(e,t){"Number Of Rows"===t&&e>6e3&&o.Std.error('Histogram is too large, please reduce "Row Size" input.')},e.prototype._getRowsLayout=function(e,t){return"Number Of Rows"===e?new l(t):new c(t)},e}(),d=i("KG+6"),p=function(){function e(){this._stable=[],this._variable=null,this._owner=null}return e.prototype.addStable=function(e){e.setOwner(this),this._stable.push(e)},e.prototype.setVariable=function(e){this._variable=e,null!==this._variable&&this._variable.setOwner(this)},e.prototype.primitivesData=function(e){var t=[];return this._forEach((function(i){return t.push.apply(t,i.primitivesData(e))})),t},e.prototype.deleteErasedItems=function(){this._forEach((function(e){return e.deleteErasedItems()}))},e.prototype.markPostedItems=function(){this._forEach((function(e){return e.markPostedItems()}))},e.prototype.isNaN=function(){return this._all((function(e){return e.isNaN()}))},e.prototype.dirty=function(){null!==this._owner&&this._owner.dirty()},e.prototype.setOwner=function(e){this._owner=e},e.prototype._forEach=function(e){for(var t=0,i=this._stable;t<i.length;t++){e(i[t])}null!==this._variable&&e(this._variable)},e.prototype._all=function(e){for(var t=0,i=this._stable;t<i.length;t++){if(!e(i[t]))return!1}return null===this._variable||e(this._variable)},e}(),f=i("Hr11"),_=function(){function e(e,t,i,n){this._value=e,this._name=t,this._owner=i,this._comparer=void 0!==n?n:function(e,t){return null==e?null!=t:e===t}}return e.prototype.getName=function(){return this._name},e.prototype.set=function(e){var t=this._comparer(this._value,e);return t&&this._owner.dirty(),this._value=e,t},e.prototype.get=function(){return this._value},e}(),m=function(){function e(e,t,i){this._owner=null,this._value=e,this._name=t,this._owner=i}return e.prototype.getName=function(){return this._name},e.prototype.set=function(e){return this._value!==e&&(this._value=e,null!==this._owner&&this._owner.dirty(),!0)},e.prototype.get=function(){return this._value},e}(),v=function(e){function t(t,i,n,r){return e.call(this,t,i,n,r)||this}return Object(n.c)(t,e),t}(_),y=function(){function e(e){this._owner=e}return e.prototype.createField=function(e,t){return new _(e,t,this)},
|
||||
e.prototype.createDoubleField=function(e,t){return new _(e,t,this,(function(e,t){return!o.Std.equal(e,t)}))},e.prototype.createDoubleArrayField=function(e,t){return new v(e,t,this,(function(e,t){if(e===t)return!1;var i=e.length;if(t.length!==i)return!0;for(var n=0;n<i;n++){var r=e[n],s=t[n];if(!o.Std.equal(r,s))return!0}return!1}))},e.prototype.createTimeField=function(e,t){return new m(e,t,this)},e.prototype.dirty=function(){null!==this._owner&&this._owner.dirty()},e.prototype.setOwner=function(e){this._owner=e},e}(),g=function(){function e(e){this._mixinJSONObject=new y(this),this._state=0,this._owner=null,this._gen=e,this._id=e.nextGraphicsObjId(),this._id2=this._mixinJSONObject.createField(this.id(),"id")}return e.prototype.dirty=function(){null!==this._owner&&this._owner.dirty()},e.prototype.setOwner=function(e){this._owner=e},e.prototype.id=function(){return this._id},e.prototype.unsetOwner=function(e){this._owner===e&&(this._owner=null)},e.prototype.state=function(){return this._state},e.prototype.erase=function(){1===this._state&&this._gen.pushEraseObjCmd(this._id,this.jsonName()),this._state=2,this.dirty()},e.prototype.markAsPosted=function(){1!==this._state&&(this._state=1,this.dirty())},e.prototype.isErased=function(){return 2===this._state},e.prototype.isPosted=function(){return 1===this._state},e.prototype.isNaN=function(){return!1},e.prototype._processObjUpdate=function(){1===this._state&&(this._gen.pushEraseObjCmd(this._id,this.jsonName()),this._id=this._gen.nextGraphicsObjId(),this._id2.set(this._id),this._state=0),this.dirty()},e}(),b=function(e){function t(t,i,n,o,s,a){var l=e.call(this,t)||this;return Object(r.assert)(i<n),l._priceLow=l._mixinJSONObject.createDoubleField(i,"priceLow"),l._priceHigh=l._mixinJSONObject.createDoubleField(n,"priceHigh"),l._rate=l._mixinJSONObject.createDoubleArrayField(o,"rate"),l._firstBarTime=l._mixinJSONObject.createTimeField(s,"firstBarTime"),l._lastBarTime=l._mixinJSONObject.createTimeField(a,"lastBarTime"),l}return Object(n.c)(t,e),t.prototype.isNaN=function(){return e.prototype.isNaN.call(this)||Number.isNaN(this._priceLow.get())||Number.isNaN(this._priceHigh.get())||0===this._rate.get().length},t.prototype.jsonName=function(){return"hhists"},t.prototype.primitiveData=function(){return{id:this.id(),priceHigh:this._priceHigh.get(),priceLow:this._priceLow.get(),rate:this._rate.get().slice(),firstBarTime:this._firstBarTime.get(),lastBarTime:this._lastBarTime.get()}},t.prototype.setPriceLow=function(e){this._priceLow.set(e)&&this._processObjUpdate()},t.prototype.priceLow=function(){return this._priceLow.get()},t.prototype.priceHigh=function(){return this._priceHigh.get()},t.prototype.setPriceHigh=function(e){this._priceHigh.set(e)&&this._processObjUpdate()},t.prototype.rate=function(){return this._rate.get().slice()},t.prototype.setRate=function(e){this._rate.set(e)&&this._processObjUpdate()},t.prototype.rateAt=function(e){return this._rate.get()[e]},t.prototype.ratesSum=function(){for(var e=0,t=0,i=this._rate.get();t<i.length;t++){var n=i[t]
|
||||
;!Number.isNaN(n)&&Number.isFinite(n)&&(e+=n)}return e},t.prototype.firstBarTime=function(){return this._firstBarTime.get()},t.prototype.setFirstBarTime=function(e){this._firstBarTime.set(e)&&this._processObjUpdate()},t.prototype.lastBarTime=function(){return this._lastBarTime.get()},t.prototype.setLastBarTime=function(e){this._lastBarTime.set(e)&&this._processObjUpdate()},t}(g);function S(e){return Boolean(e.isNaN)}var w=function(){function e(){this._items=[],this._owner=null}return e.prototype.primitivesData=function(e){for(var t=[],i=0,n=this._items;i<n.length;i++){var r=n[i];e.isIgnoredObj(r)||t.push(r.primitiveData())}return t},e.prototype.get=function(e){return this._items[e]},e.prototype.set=function(e,t){return this.dirty(),t.setOwner(this),this._items[e]=t,t},e.prototype.addAtIndex=function(e,t){this.dirty(),t.setOwner(this),this._items[e]=t},e.prototype.clear=function(){this._unsetOwner(this._items),this._items=[],this.dirty()},e.prototype.addAllFromNumber=function(e,t){var i;this.setOwner(t),(i=this._items).splice.apply(i,Object(n.f)([e,0],t._items));return this._setCachedDataValid(!1),!0},e.prototype.addAll=function(e){var t;this.setOwner(e),(t=this._items).push.apply(t,e._items);return this._setCachedDataValid(!1),!0},e.prototype.remove=function(e){var t=this._items[e];return this._items.splice(e,1),t.unsetOwner(this),this.dirty(),t},e.prototype.getItems=function(){return this._items},e.prototype.size=function(){return this._items.length},e.prototype.add=function(e){e.setOwner(this),this._items.push(e);return this._setCachedDataValid(!1),!0},e.prototype.deleteErasedItems=function(){this._items=this._items.filter((function(e){return!e.isErased()}))},e.prototype.markPostedItems=function(){for(var e=0,t=this._items;e<t.length;e++){t[e].markAsPosted()}},e.prototype.isNaN=function(){if(0===this._items.length)return!0;for(var e=0,t=this._items;e<t.length;e++){var i=t[e];if(!S(i))return!1;if(!i.isNaN())return!1}return!0},e.prototype.setOwner=function(e){this._owner=e},e.prototype.dirty=function(){null!==this._owner&&this._owner.dirty()},e.prototype._unsetOwner=function(e){for(var t=0,i=e;t<i.length;t++){var n=i[t];n instanceof g&&n.unsetOwner(this)}},e.prototype._setCachedDataValid=function(e){e||this.dirty()},e}(),P=function(){function e(e,t,i){this.index=e,this.offset=i,this.level=t}return e.prototype.isNaN=function(){return Number.isNaN(this.level)},e.prototype.equals=function(t){return t instanceof e&&(!this.isNaN()&&(!t.isNaN()&&(this.index===t.index&&this.offset===t.offset&&o.Std.equal(this.level,t.level))))},e.prototype.getLevel=function(){return this.level},e.prototype.getIndex=function(){return this.index},e}(),C=function(e){function t(t,i){var n=e.call(this,t)||this;return n._points=[],i&&(n._points=i),n}return Object(n.c)(t,e),t.prototype.addPoint=function(e){this._processObjUpdate(),this._points.push(e)},t.prototype.addPoints=function(e){var t;this._processObjUpdate(),(t=this._points).push.apply(t,e)},t.prototype.setPoint=function(e,t){var i=this._points[e];t.equals(i)||(this._processObjUpdate(),
|
||||
this._points[e]=t)},t.prototype.point=function(e){var t=this._points[e];return new P(t.index,t.level,t.offset)},t.prototype.points=function(){return this._points},t.prototype.pointsCount=function(){return this._points.length},t.prototype.setPoints=function(e){var t;if(e.length===this._points.length){for(var i=!0,n=0;n<e.length;++n)if(!e[n].equals(this._points[n])){i=!1;break}if(i)return}this._processObjUpdate(),this._points=[],(t=this._points).push.apply(t,e)},t.prototype.clearPoints=function(){this._processObjUpdate(),this._points=[]},t.prototype.isNaN=function(){return e.prototype.isNaN.call(this)||this._points.length<3},t.prototype.jsonName=function(){return"polygons"},t.prototype.primitiveData=function(){return{id:this.id(),points:this._points.map((function(e){return{index:e.index,offset:e.offset,level:e.level}}))}},t}(g),T=function(e){function t(t,i,n,r,o,s){void 0===o&&(o=!1),void 0===s&&(s=!1);var a=e.call(this,t)||this;return a._endIndex=a._mixinJSONObject.createTimeField(n,"endIndex"),a._extendLeft=a._mixinJSONObject.createField(o,"extendLeft"),a._extendRight=a._mixinJSONObject.createField(s,"extendRight"),a._level=a._mixinJSONObject.createDoubleField(r,"level"),a._startIndex=a._mixinJSONObject.createTimeField(i,"startIndex"),a}return Object(n.c)(t,e),t.prototype.isNaN=function(){return e.prototype.isNaN.call(this)||Number.isNaN(this._level.get())||this._startIndex.get()<0||this._endIndex.get()<0||this._startIndex.get()===this._endIndex.get()&&!this._extendLeft.get()&&!this._extendRight.get()},t.prototype.jsonName=function(){return"horizlines"},t.prototype.primitiveData=function(){return{id:this.id(),startIndex:this._startIndex.get(),endIndex:this._endIndex.get(),extendLeft:this._extendLeft.get(),extendRight:this._extendRight.get(),level:this._level.get()}},t.prototype.startIndex=function(){return this._startIndex.get()},t.prototype.setStartIndex=function(e){this._startIndex.set(e)&&this._processObjUpdate()},t.prototype.endIndex=function(){return this._endIndex.get()},t.prototype.setEndIndex=function(e){this._endIndex.set(e)&&this._processObjUpdate()},t.prototype.level=function(){return this._level.get()},t.prototype.setLevel=function(e){this._level.set(e)&&this._processObjUpdate()},t.prototype.isExtendLeft=function(){return this._extendLeft.get()},t.prototype.setExtendLeft=function(e){this._extendLeft.set(e)&&this._processObjUpdate()},t.prototype.extendLeft=function(){return this.isExtendLeft()},t.prototype.isExtendRight=function(){return this._extendRight.get()},t.prototype.setExtendRight=function(e){this._extendRight.set(e)&&this._processObjUpdate()},t.prototype.extendRight=function(){return this.isExtendRight()},t}(g),x=function(){function e(){this._map=new Map}return e.prototype.get=function(e){var t=this._innerMap(e.start);return t&&t.get(e.end)},e.prototype.set=function(e,t){this._innerMap(e.start,!0).set(e.end,t)},e.prototype.clear=function(){this._map.clear()},e.prototype.size=function(){var e=0;return this._map.forEach((function(t){return e+=t.size})),e},e.prototype._innerMap=function(e,t){
|
||||
@@ -562,10 +562,10 @@ var i=this._map.get(e);return void 0===i&&t&&(i=new Map,this._map.set(e,i)),i},e
|
||||
Object(r.ensureNotNull)(this._idsGenerator).pushEraseObjCmd(e,t)},e.prototype.popEraseCmds=function(){return Object(r.ensureNotNull)(this._idsGenerator).popEraseCmds()},e.prototype._timeScale=function(){return this._seriesGetter.time()},e.prototype._seriesLow=function(){return this._seriesGetter.low()},e.prototype._seriesHigh=function(){return this._seriesGetter.high()},e.prototype._seriesVol=function(){return this._seriesGetter.volume()},e.prototype._seriesOpen=function(){return this._seriesGetter.open()},e.prototype._seriesClose=function(){return this._seriesGetter.close()},e.prototype._freezeCurrentHistogramAndCleanup=function(){null!==this._currentBox&&this._freezedBoxes.add(this._currentBox),o.Std.greater(this._getVolume(this._currentHists),0)&&(this._freezedHists.addAll(this._currentHistsGr),this._freezedVAHists.addAll(this._currentVAHistsGr),null!==this._currentPoc&&this._freezedPocs.add(this._currentPoc)),this._currentHists=[],this._currentHistsGr.clear(),this._currentHistsMap.clear(),this._initCurrentBox(),this._initCurrentPoc(),this._currentVAHistsGr.clear(),this._historyBarSet=[],this._minPrice=Number.POSITIVE_INFINITY,this._maxPrice=Number.NEGATIVE_INFINITY,this._prevRtBar=null,this._leftBoxTime=null,this._rightBoxTime=null},e.prototype._supplyRowsLayout=function(e){null===this._rowsLayout&&e.symbol.isFirstBar&&e.symbol.isNewBar&&(this._rowsLayout=this._rowsLayoutSupplier())},e.prototype._updateCurrentHistogram=function(e){if(this._needRecalc=!1,o.Std.greater(this._minPrice,e.low)&&(this._minPrice=e.low,this._needRecalc=!0),o.Std.less(this._maxPrice,e.high)&&(this._maxPrice=e.high,this._needRecalc=!0),this._ctx.symbol.isBarClosed&&this._historyBarSet.length>0){var t=this._historyBarSet[this._historyBarSet.length-1];t.time===e.time&&(this._prevRtBar=t,this._historyBarSet.pop())}this._needRecalc&&0===Object(r.ensureNotNull)(this._rowsLayout).type()?(this._recalculateCurrentResultsOnHistoryBarSet(),this._applyUpdateToCurrentResults(e,!1)):this._applyUpdateToCurrentResults(e,!0),this._ctx.symbol.isBarClosed?(Object(r.assert)(null===this._prevRtBar||e.time===this._prevRtBar.time),this._historyBarSet.push(e),this._prevRtBar=null):this._prevRtBar=e},e.prototype._getMidLevel=function(e){return(e.priceHigh()+e.priceLow())/2},e.prototype._getMidLevelFromList=function(e){return e.length%2==0?e[e.length/2].priceLow():this._getMidLevel(e[Math.floor(e.length/2)])},e.prototype._getLargestHistItem=function(){for(var e=[],t=this._currentHists[0],i=0,n=this._currentHists;i<n.length;i++){var r=n[i];o.Std.greater(r.ratesSum(),t.ratesSum())?e=[t=r]:o.Std.equal(r.ratesSum(),t.ratesSum())&&e.push(r)}if(e.length>1){var s=this._getMidLevelFromList(this._currentHists);t=e[e.length-1];for(var a=e.length-2;a>=0;a--){r=e[a];o.Std.lessOrEqual(Math.abs(this._getMidLevel(r)-s),Math.abs(this._getMidLevel(t)-s))&&(t=r)}}return t},e.prototype._initCurrentPoc=function(){this._currentPoc=new T(this,0,0,0)},e.prototype._updateCurrentPoc=function(){var e=Object(r.ensureNotNull)(this._currentPoc)
|
||||
;e.setStartIndex(Object(r.ensureNotNull)(this._leftBoxTime)),e.setEndIndex(Object(r.ensureNotNull)(this._rightBoxTime)),e.setExtendLeft(this._extendPocLeftRight),e.setExtendRight(this._extendPocLeftRight);var t=this._getMidLevel(Object(r.ensureNotNull)(this._largestHistItem));e.setLevel(t)},e.prototype._getVolume=function(e){for(var t=0,i=0,n=e;i<n.length;i++){t+=n[i].ratesSum()}return t},e.prototype._getPocHistItemIndex=function(){for(var e=0;e<this._currentHists.length;e++)if(this._currentHists[e]===this._largestHistItem)return e;return-1},e.prototype._calculateValueArea=function(){var e=this._getPocHistItemIndex();Object(r.assert)(e>=0,"ERROR - PocHistItemIndex == "+e),this._currentVAStart=e-1,this._currentVAEnd=e+1;for(var t=this._getVolume(this._currentHists)*this._vaVolumePercent*.01,i=this._currentHists[e].ratesSum(),n=0,s=null;o.Std.lessOrEqual(i+n,t)&&(i+=n,0===s?--this._currentVAStart:1===s&&++this._currentVAEnd,-1!==this._currentVAStart||this._currentVAEnd!==this._currentHists.length);){var a=void 0;if(this._currentVAStart>-1){a=this._currentHists[this._currentVAStart].ratesSum();var l=void 0;if(this._currentVAEnd<this._currentHists.length)if(l=this._currentHists[this._currentVAEnd].ratesSum(),o.Std.greater(a,l))n=a,s=0;else if(o.Std.greater(l,a))n=l,s=1;else{var c=Math.abs(e-this._currentVAStart),u=Math.abs(e-this._currentVAEnd);c<u?(n=a,s=0):u<=c&&(n=l,s=1)}else n=a,s=0}else n=this._currentHists[this._currentVAEnd].ratesSum(),s=1}this._currentVAStart++,this._currentVAEnd--},e.prototype._isVA=function(e){return e.priceHigh()>this._getMidLevel(this._currentHists[this._currentVAStart])&&e.priceLow()<this._getMidLevel(this._currentHists[this._currentVAEnd])},e.prototype._updateValueArea=function(){if(this._calculateValueArea(),this._needRecalc||this._previousVAStart!==this._currentVAStart||this._previousVAEnd!==this._currentVAEnd){for(var e=0,t=0;e<this._currentHistsGr.size()&&t<this._currentVAHistsGr.size();){for(;e<this._currentHistsGr.size()&&!this._isVA(this._currentHistsGr.get(e));)e++;for(;t<this._currentVAHistsGr.size()&&this._isVA(this._currentVAHistsGr.get(t));)t++;if(e<this._currentHistsGr.size()&&t<this._currentVAHistsGr.size()){var i=this._currentHistsGr.get(e);this._currentHistsGr.set(e,this._currentVAHistsGr.get(t)),this._currentVAHistsGr.set(t,i)}}for(;e<this._currentHistsGr.size();e++){i=this._currentHistsGr.get(e);this._isVA(i)&&(this._currentHistsGr.remove(e),e--,this._currentVAHistsGr.add(i))}for(;t<this._currentVAHistsGr.size();t++){i=this._currentVAHistsGr.get(t);this._isVA(i)||(this._currentVAHistsGr.remove(t),t--,this._currentHistsGr.add(i))}}this._previousVAStart=this._currentVAStart,this._previousVAEnd=this._currentVAEnd},e.prototype._initCurrentBox=function(){this._currentBox=new C(this)},e.prototype._updateCurrentBox=function(){var e=this._minPrice,t=this._maxPrice;this._currentHists.length>0&&(e=this._currentHists[0].priceLow(),t=this._currentHists[this._currentHists.length-1].priceHigh())
|
||||
;var i=[],n=Object(r.ensureNotNull)(this._leftBoxTime),o=Object(r.ensureNotNull)(this._rightBoxTime);i.push(new P(n,e)),i.push(new P(n,t)),i.push(new P(o,t)),i.push(new P(o,e)),Object(r.ensureNotNull)(this._currentBox).setPoints(i)},e.prototype._recalculateCurrentResultsOnHistoryBarSet=function(){for(var e=0;e<this._currentHists.length;++e)this._currentHists[e].erase();this._currentHists=[],this._currentHistsGr.clear(),this._currentVAHistsGr.clear(),this._currentHistsMap.clear();for(e=0;e<this._historyBarSet.length;e++)this._addHistoryBarToHistogram(this._historyBarSet[e],e,this._currentHists,this._currentHistsMap,1);this._currentHists.length>0&&(this._largestHistItem=this._getLargestHistItem(),this._updateCurrentPoc()),this._updateCurrentBox()},e.prototype._applyUpdateToCurrentResults=function(e,t){t&&null!==this._prevRtBar&&this._addHistoryBarToHistogram(this._prevRtBar,this._historyBarSet.length-1,this._currentHists,this._currentHistsMap,-1),this._addHistoryBarToHistogram(e,this._historyBarSet.length-1,this._currentHists,this._currentHistsMap,1),this._updateLastBarTimeInHistogram(this._currentHists)},e.prototype._addHistoryBarToHistogram=function(e,t,i,n,s){Object(r.assert)(-1===s||1===s,"Please set sign argument either +1 or -1");var a=e.low,l=e.high,c=isNaN(e.volume)?0:e.volume,u=e.isUp,h=Object(r.ensureNotNull)(this._rowsLayout);h.init(this._ctx.symbol.minTick,this._minPrice,this._maxPrice,a,l);var d=h.rowWidth();if(o.Std.greater(d,0)){h.calculate();var p=h.getIndexLowVbP(),f=h.getIndexHighVbP(),_=h.getStartPrice();if(p===f){var m=p*d+_,v=(p+1)*d+_;this._updateResult({start:m,end:v},s*c,u,i,n)}else{for(var y=0,g=p;g<=f;g++){var b=g*d+_,S=(g+1)*d+_,w=this._rowCoeff(b,S,a,l),P=w*c;y+=w,this._updateResult({start:b,end:S},s*P,u,i,n)}Object(r.assert)(o.Std.equal(y,1,.05),"totalCoeff not equal 1! totalConf = "+y)}}},e.prototype._updateResult=function(t,i,n,s,a){var l=this._createRates(n,i);Object(r.assert)(null!==this._leftBoxTime,"leftBoxTime is not set (equals null)"),Object(r.assert)(null!==this._rightBoxTime,"rightBoxTime is not set (equals null)");var c=Object(r.ensureNotNull)(this._leftBoxTime),u=Object(r.ensureNotNull)(this._rightBoxTime),h=a.get(t);if(void 0===h)h=new b(this,t.start,t.end,l,c,u),a.set(t,h),this._verifyHistogramSizeIsNotTooLarge(a.size()),this._currentHistsGr.add(h),e._addInOrder(h,s,0,s.length,(function(e,t){var i=o.Std.compare(e.firstBarTime(),t.firstBarTime());return 0!==i||0!==(i=o.Std.compare(e.priceLow(),t.priceLow()))?i:o.Std.compare(e.priceHigh(),t.priceHigh())}));else{for(var d=[],p=0;p<l.length;p++)d[p]=h.rateAt(p)+l[p];h.setRate(d)}},e.prototype._rebuildOutData=function(){var e=this._currentHistsMap.size(),t=this._currentHists.length,i=this._currentHistsGr.size(),n=this._currentVAHistsGr.size();Object(r.assert)(e===t&&t===i+n,"Collections of HHistItems are out of sync "+e+" "+t+" "+i+" "+n),this._outPocLines.clear(),this._outPocLines.addAll(this._freezedPocs),o.Std.greater(this._getVolume(this._currentHists),0)?(this._outHists.setVariable(this._currentHistsGr),
|
||||
this._outPocLines.add(Object(r.ensureNotNull)(this._currentPoc)),this._outVAHists.setVariable(this._currentVAHistsGr)):(this._outHists.setVariable(null),this._outVAHists.setVariable(null)),this._outBoxLines.clear(),this._outBoxLines.addAll(this._freezedBoxes),this._outBoxLines.add(Object(r.ensureNotNull)(this._currentBox))},e.prototype._verifyHistogramSizeIsNotTooLarge=function(e){if(!(this._layoutIsAutoselected||e<=this._maxHHistItems)){var t=Object(r.ensureNotNull)(this._rowsLayout);throw 0===t.type()?new Error('Histogram is too large, please reduce "Row Size" input.'):(Object(r.assert)(1===t.type(),"Unexpected rowsLayout type "+t.type()),new Error('Histogram is too large, please increase "Row Size" input.'))}},e.prototype._createRates=function(e,t){if(1===this._numOfSubHists)return[t];if(2===this._numOfSubHists){var i=[0,0];return i[e?0:1]=t,i}return Object(r.assert)(!1,"Incorrect value of numOfSubHists = "+this._numOfSubHists),[]},e.prototype._updateLastBarTimeInHistogram=function(e){for(var t=Object(r.ensureNotNull)(this._rightBoxTime),i=0,n=e;i<n.length;i++){n[i].setLastBarTime(t)}},e.prototype._rowCoeff=function(e,t,i,n){var r=n-i;return(t-e-Math.max(t-n,0)-Math.max(0,i-e))/r},e._addInOrder=function(t,i,n,r,o){if(n!==r){var s=Object(f.toInt)((n+r)/2),a=i[s];o(t,a)<0?e._addInOrder(t,i,n,s,o):o(t,a)>0?e._addInOrder(t,i,s+1,r,o):i.splice(s,0,t)}else i.splice(n,0,t)},e}()),L=function(){function e(){this._horizlines=[],this._hhists=[],this._polygons=[],this._vertlines=[],this._containersCache=[],this._containerNamesCache=[],this._containersMapCache=new Map,this._addToCache("horizlines",this._horizlines),this._addToCache("hhists",this._hhists),this._addToCache("polygons",this._polygons),this._addToCache("vertlines",this._vertlines)}return e.prototype.primitiveData=function(e){for(var t={},i=!1,n=0,r=this._containerNamesCache;n<r.length;n++){for(var o=r[n],s=[],a=0,l=this.getObjsContainer(o);a<l.length;a++){var c=l[a];if(!c.isNaN()){var u=c.primitiveData(e);u.data.length>0&&s.push(u)}}s.length>0&&(t[o]=s,i=!0)}return i?t:null},e.prototype.deleteErasedAndMarkPostedObjs=function(){this.forEachList((function(e){e.deleteErasedItems(),e.markPostedItems()}))},e.prototype.deleteErasedObjs=function(){this.forEachList((function(e){return e.deleteErasedItems()}))},e.prototype.getObjsContainer=function(e){return Object(r.ensureDefined)(this._containersMapCache.get(e))},e.prototype.forEachList=function(e){for(var t=0,i=this._containersCache;t<i.length;t++)for(var n=0,r=i[t];n<r.length;n++){e(r[n].data)}},e.prototype._addToCache=function(e,t){this._containersCache.push(t),this._containerNamesCache.push(e),this._containersMapCache.set(e,t)},e}(),O=function(){function e(e,t){this.styleId=e,this.data=t}return e.prototype.isNaN=function(){return this.data.isNaN()},e.prototype.primitiveData=function(e){return{styleId:this.styleId,data:this.data.primitivesData(e)}},e}(),M=function(){function e(e,t){this.id=e,this.type=t}return e.prototype.primitiveData=function(){return{action:"one",id:this.id,type:this.type}},e}(),A=function(){
|
||||
this._outPocLines.add(Object(r.ensureNotNull)(this._currentPoc)),this._outVAHists.setVariable(this._currentVAHistsGr)):(this._outHists.setVariable(null),this._outVAHists.setVariable(null)),this._outBoxLines.clear(),this._outBoxLines.addAll(this._freezedBoxes),this._outBoxLines.add(Object(r.ensureNotNull)(this._currentBox))},e.prototype._verifyHistogramSizeIsNotTooLarge=function(e){if(!(this._layoutIsAutoselected||e<=this._maxHHistItems)){var t=Object(r.ensureNotNull)(this._rowsLayout);0===t.type()?o.Std.error('Histogram is too large, please reduce "Row Size" input.'):(Object(r.assert)(1===t.type(),"Unexpected rowsLayout type "+t.type()),o.Std.error('Histogram is too large, please increase "Row Size" input.'))}},e.prototype._createRates=function(e,t){if(1===this._numOfSubHists)return[t];if(2===this._numOfSubHists){var i=[0,0];return i[e?0:1]=t,i}return Object(r.assert)(!1,"Incorrect value of numOfSubHists = "+this._numOfSubHists),[]},e.prototype._updateLastBarTimeInHistogram=function(e){for(var t=Object(r.ensureNotNull)(this._rightBoxTime),i=0,n=e;i<n.length;i++){n[i].setLastBarTime(t)}},e.prototype._rowCoeff=function(e,t,i,n){var r=n-i;return(t-e-Math.max(t-n,0)-Math.max(0,i-e))/r},e._addInOrder=function(t,i,n,r,o){if(n!==r){var s=Object(f.toInt)((n+r)/2),a=i[s];o(t,a)<0?e._addInOrder(t,i,n,s,o):o(t,a)>0?e._addInOrder(t,i,s+1,r,o):i.splice(s,0,t)}else i.splice(n,0,t)},e}()),L=function(){function e(){this._horizlines=[],this._hhists=[],this._polygons=[],this._vertlines=[],this._containersCache=[],this._containerNamesCache=[],this._containersMapCache=new Map,this._addToCache("horizlines",this._horizlines),this._addToCache("hhists",this._hhists),this._addToCache("polygons",this._polygons),this._addToCache("vertlines",this._vertlines)}return e.prototype.primitiveData=function(e){for(var t={},i=!1,n=0,r=this._containerNamesCache;n<r.length;n++){for(var o=r[n],s=[],a=0,l=this.getObjsContainer(o);a<l.length;a++){var c=l[a];if(!c.isNaN()){var u=c.primitiveData(e);u.data.length>0&&s.push(u)}}s.length>0&&(t[o]=s,i=!0)}return i?t:null},e.prototype.deleteErasedAndMarkPostedObjs=function(){this.forEachList((function(e){e.deleteErasedItems(),e.markPostedItems()}))},e.prototype.deleteErasedObjs=function(){this.forEachList((function(e){return e.deleteErasedItems()}))},e.prototype.getObjsContainer=function(e){return Object(r.ensureDefined)(this._containersMapCache.get(e))},e.prototype.forEachList=function(e){for(var t=0,i=this._containersCache;t<i.length;t++)for(var n=0,r=i[t];n<r.length;n++){e(r[n].data)}},e.prototype._addToCache=function(e,t){this._containersCache.push(t),this._containerNamesCache.push(e),this._containersMapCache.set(e,t)},e}(),O=function(){function e(e,t){this.styleId=e,this.data=t}return e.prototype.isNaN=function(){return this.data.isNaN()},e.prototype.primitiveData=function(e){return{styleId:this.styleId,data:this.data.primitivesData(e)}},e}(),M=function(){function e(e,t){this.id=e,this.type=t}return e.prototype.primitiveData=function(){return{action:"one",id:this.id,type:this.type}},e}(),A=function(){
|
||||
function e(){}return e.prototype.primitiveData=function(){return{action:"all"}},e}(),k=function(){function e(){this.erase=[],this.create=null,this._modified=!1}return e.prototype.primitiveData=function(e){if(this.isNaN())return null;var t={},i=this.create&&this.create.primitiveData(e);return null!==i&&(t.create=i),null!==this.erase&&this.erase.length>0&&(t.erase=this.erase.map((function(e){return e.primitiveData()}))),void 0===t.create&&void 0===t.erase?null:t},e.prototype.setCreate=function(e){var t=this;this.create=e,this.create.forEachList((function(e){return e.setOwner(t)}))},e.prototype.isNaN=function(){return(null===this.erase||0===this.erase.length)&&null===this.create},e.prototype.isModified=function(){return this._modified},e.prototype.setModified=function(e){this._modified=e},e.prototype.dirty=function(){this._modified=!0},e.prototype.setOwner=function(e){throw new Error("Unsupported")},e}(),E=function(){function e(){this.isUpdate=!1,this.graphicsCmds=new k,this._offsetsChanged=!1,this._disableGraphicsAndData=!1}return e.prototype.isNaN=function(){return this.graphicsCmds.isNaN()},e.prototype.primitiveData=function(e){var t={};if(!this._disableGraphicsAndData){var i=this.graphicsCmds.primitiveData(e);null!==i&&(t.graphicsCmds=i)}return this.isUpdate&&(t.isUpdate=!0),void 0===t.graphicsCmds?void 0:t},e.prototype.disable=function(){this._disableGraphicsAndData=!0},e.prototype.checkForChangeAndResetChangedState=function(e){var t=this._offsetsChanged,i=this.graphicsCmds.isModified();this.graphicsCmds.setModified(!1),this._offsetsChanged=!1;return i||t||0!==e.length},e}(),V=function(){function e(e){this._dataObj=new E,this._isDirty=!1,this._eraseCmds=[],this._enableCmdDataStudy=e}return e.prototype.init=function(e){this._dataObj.graphicsCmds.setCreate(e),this.update(!0)},e.prototype.dataObj=function(){return this._dataObj},e.prototype.setEraseCmds=function(e){this._eraseCmds=e},e.prototype.resetDirtyState=function(){this._isDirty=!1},e.prototype.disable=function(){this._dataObj.disable()},e}(),D=i("ogJP");function B(e){return Boolean(e.isPosted)}var R=function(){function e(){}return e.prototype.isIgnoredObj=function(t,i){return e.isIgnoredObjDefault(t,i)},e.isIgnoredObjDefault=function(t,i){if(void 0===i)return e.isIgnoredObjNaNable(t);var n=t[i];return e.isIgnoredByGeneralRules(t,i)||e.isIgnoredObjNaNable(n)||e.isIgnoredObjListOfNaNables(n)},e.isIgnoredObjNaNable=function(e){return S(e)&&e.isNaN()},e.isIgnoredObjListOfNaNables=function(e){if(!Object(D.isArray)(e))return!1;for(var t=!0,i=0,n=e;i<n.length;i++){var r=n[i];if(!S(r)||!r.isNaN()){t=!1;break}}return t},e.isIgnoredObjPosted=function(e){return B(e)&&e.isPosted()},e.isIgnoredObjErased=function(e){return B(e)&&e.isErased()},e.isIgnoredByGeneralRules=function(e,t){var i=e[t];return Object(D.isArray)(i)&&0===i.length},e}(),N=function(){function e(){}return e.prototype.isIgnoredObj=function(e,t){if(void 0===t)return R.isIgnoredObjDefault(e)||R.isIgnoredObjErased(e);var i=e[t];return R.isIgnoredObjDefault(e,t)||R.isIgnoredObjErased(i)},e}(),j=function(e){
|
||||
function t(t){var i=e.call(this,t)||this;return i._snapshotPredicate=new N,i._dataSnapShot={},i}return Object(n.c)(t,e),t.prototype.getData=function(){return this._dataSnapShot},t.prototype.getUpdate=function(){return this._isDirty?this._dataSnapShot:{}},t.prototype.update=function(e){(this._dataObj.checkForChangeAndResetChangedState(this._eraseCmds)||e)&&(null!==this._dataObj.graphicsCmds.create&&(this._dataObj.graphicsCmds.create.deleteErasedObjs(),this._dataObj.graphicsCmds.erase=[new A]),this._makeSnapshot(),this._isDirty=!0)},t.prototype._makeSnapshot=function(){this._json=this._dataObj.primitiveData(this._snapshotPredicate),this._dataSnapShot={json:this._json}},t}(V),F=function(){function e(){}return e.prototype.isIgnoredObj=function(e,t){if(void 0===t)return R.isIgnoredObjDefault(e)||R.isIgnoredObjErased(e)||R.isIgnoredObjPosted(e);var i=e[t];return R.isIgnoredObjDefault(e,t)||R.isIgnoredObjErased(i)||R.isIgnoredObjPosted(i)},e}(),W=function(e){function t(t){var i=e.call(this,t)||this;return i._updatePredicate=new F,i._sendShapshotOnly=!0,i._isFirstNotForcedUpdate=!0,i}return Object(n.c)(t,e),t.prototype.update=function(e){(this._dataObj.checkForChangeAndResetChangedState(this._eraseCmds)||e)&&(null!==this._dataObj.graphicsCmds.create&&(this._dataObj.graphicsCmds.erase=[new A]),this._dataObj.isUpdate=!0,this._makeSnapshot(),null!==this._dataObj.graphicsCmds.create&&(this._dataObj.graphicsCmds.erase=this._eraseCmds),this._dataObj.isUpdate=!0,this._jsonUpdate=this._dataObj.primitiveData(this._updatePredicate),null!==this._dataObj.graphicsCmds.create&&this._dataObj.graphicsCmds.create.deleteErasedAndMarkPostedObjs(),this._sendShapshotOnly=e||this._isFirstNotForcedUpdate,this._isFirstNotForcedUpdate=Boolean(e),this._isDirty=!0)},t.prototype.getUpdate=function(){return this._isDirty?this._enableCmdDataStudy?{json:this._sendShapshotOnly?this._json:void 0,jsonUpdate:this._sendShapshotOnly?void 0:this._jsonUpdate}:{json:this._json,jsonUpdate:this._sendShapshotOnly?void 0:this._jsonUpdate}:{}},t}(j),H=function(){function e(e){this._haveAnyVolume=!1,this._isDisabled=!1,this._seriesGetter=e}return e.prototype.update=function(e,t){if(!this._haveAnyVolume&&!this._isDisabled){var i=this._seriesGetter.volume().get(e);0!==i&&Number.isFinite(i)&&(this._haveAnyVolume=!0),t&&(this._haveAnyVolume||o.Std.error("No volume is provided by the data vendor."),this._isDisabled=!0)}},e}(),z=i("Y7w9");i.d(t,"VolumeProfileVisibleRange",(function(){return G})),i.d(t,"volumeProfileVisibleRangeStudyItem",(function(){return Y}));var U=function(){function e(){this._histPos=-1,this._hist=new Float64Array(2e3),this._times=new Float64Array(2e3)}return e.prototype.addHist=function(e){if(this._histPos>=0){var t=this._times[this._histPos];Object(r.assert)(t<=e,"History order violation"),this._histPos+=t===e?0:1}else this._histPos+=1;if(this._histPos===this._hist.length){var i=new Float64Array(2*this._hist.length);i.set(this._hist),this._hist=i;var n=new Float64Array(this._hist.length);n.set(this._times),this._times=n}this._hist[this._histPos]=NaN,
|
||||
this._times[this._histPos]=e},e.prototype.removeLastIfNaN=function(){Number.isNaN(this.get(0))&&(this._histPos-=1)},e.prototype.get=function(e){Object(r.assert)(0===e);var t=this._histPos-e;return this._hist[t]},e.prototype.getLeftOrEqual=function(e){var t=Object(z.upperbound)(this._times,e,(function(e,t){return e<t}),0,this._histPos+1);return 0===t?NaN:this._hist[t-1]},e.prototype.set=function(e){this._hist[this._histPos]=e},e.prototype.indexOf=function(e){throw new Error("Not implemented")},e}(),G=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._rowsLayout="Number Of Rows",t._rowSize=24,t._volume="Up/Down",t._firstBarTime=0,t._lastBarTime=0,t._vaVolumePercent=70,t._anInt=0,t._eraseCmds=[],t}return Object(n.c)(t,e),t.prototype.nextGraphicsObjId=function(){return++this._anInt},t.prototype.pushEraseObjCmd=function(e,t){this._eraseCmds.push(new M(e,t))},t.prototype.popEraseCmds=function(){var e=this._eraseCmds;return this._eraseCmds=[],e},t.prototype.init=function(e,t){this._studyDataUpdate=new W(!0),this._hists=new p,this._pocLines=new w,this._valueAreaHists=new p;var i=new L;i.getObjsContainer("hhists").push(new O("histBars2",this._hists)),i.getObjsContainer("hhists").push(new O("histBarsVA",this._valueAreaHists)),i.getObjsContainer("horizlines").push(new O("pocLines",this._pocLines)),this._studyDataUpdate.init(i),this._rowsLayout=t(0),this._rowSize=t(1),this._volume=t(2),this._firstBarTime=t(3),this._lastBarTime=t(4),this._vaVolumePercent=t(5),this.verifyRowSizeInput(this._rowSize,this._rowsLayout),this._originalResolution=s.Interval.parse(e.symbol.interval+e.symbol.resolution);var n=this._lastBarTime+this._originalResolution.inMilliseconds(this._lastBarTime);0===this._firstBarTime&&0===this._lastBarTime?this._basicResolution=this._originalResolution:this._basicResolution=this.findBasicResolutionForFromTo(this._originalResolution,this._firstBarTime,n,Object(r.ensureDefined)(e.symbol.info)),this._hasSecondarySymbol=!this._originalResolution.isEqualTo(this._basicResolution),this._hasSecondarySymbol&&e.new_sym(e.symbol.tickerid,this._basicResolution.value());var o=this._getRowsLayout(this._rowsLayout,this._rowSize);this._vbPCheckHaveVolumeExpr=new H(this),this._volumeByPriceExpr=new I(function(e){switch(e){case"Up/Down":return 2;case"Total":return 1;default:throw new Error("Invalid study argument value: "+e)}}(this._volume),e,this,this._firstBarTime,n,this._hists,this._pocLines,this._valueAreaHists,this._vaVolumePercent,o,6e3),this._volumeByPriceExpr.setIdsGeneratorProxy(this),this._developingPocSeries=new U,this._developingVAHighSeries=new U,this._developingVALowSeries=new U},t.prototype.main=function(e,t,i){this._hasSecondarySymbol&&e.select_sym(1),this._timeSeries=e.new_unlimited_var(),this._openSeries=e.new_unlimited_var(),this._highSeries=e.new_unlimited_var(),this._lowSeries=e.new_unlimited_var(),this._closeSeries=e.new_unlimited_var(),this._volumeSeries=e.new_unlimited_var();var n={type:"composite",data:[]}
|
||||
this._times[this._histPos]=e},e.prototype.removeLastIfNaN=function(){Number.isNaN(this.get(0))&&(this._histPos-=1)},e.prototype.get=function(e){Object(r.assert)(0===e);var t=this._histPos-e;return this._hist[t]},e.prototype.getLeftOrEqual=function(e){var t=Object(z.upperbound)(this._times,e,(function(e,t){return e<t}),0,this._histPos+1);return 0===t?NaN:this._hist[t-1]},e.prototype.set=function(e){this._hist[this._histPos]=e},e.prototype.indexOf=function(e){throw new Error("Not implemented")},e}(),G=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._rowsLayout="Number Of Rows",t._rowSize=24,t._volume="Up/Down",t._firstBarTime=0,t._lastBarTime=0,t._vaVolumePercent=70,t._anInt=0,t._eraseCmds=[],t}return Object(n.c)(t,e),t.prototype.nextGraphicsObjId=function(){return++this._anInt},t.prototype.pushEraseObjCmd=function(e,t){this._eraseCmds.push(new M(e,t))},t.prototype.popEraseCmds=function(){var e=this._eraseCmds;return this._eraseCmds=[],e},t.prototype.init=function(e,t){this._studyDataUpdate=new W(!0),this._hists=new p,this._pocLines=new w,this._valueAreaHists=new p;var i=new L;i.getObjsContainer("hhists").push(new O("histBars2",this._hists)),i.getObjsContainer("hhists").push(new O("histBarsVA",this._valueAreaHists)),i.getObjsContainer("horizlines").push(new O("pocLines",this._pocLines)),this._studyDataUpdate.init(i),this._rowsLayout=t(0),this._rowSize=t(1),this._volume=t(2),this._firstBarTime=t(3),this._lastBarTime=t(4),this._vaVolumePercent=t(5),this.verifyRowSizeInput(this._rowSize,this._rowsLayout),this._originalResolution=s.Interval.parse(e.symbol.interval+e.symbol.resolution);var n=this._lastBarTime+this._originalResolution.inMilliseconds(this._lastBarTime);0===this._firstBarTime&&0===this._lastBarTime?this._basicResolution=this._originalResolution:this._basicResolution=this.findBasicResolutionForFromTo(this._originalResolution,this._firstBarTime,n,Object(r.ensureDefined)(e.symbol.info)),this._hasSecondarySymbol=!this._originalResolution.isEqualTo(this._basicResolution),this._hasSecondarySymbol&&e.new_sym(e.symbol.tickerid,this._basicResolution.value());var a=this._getRowsLayout(this._rowsLayout,this._rowSize);this._vbPCheckHaveVolumeExpr=new H(this),this._volumeByPriceExpr=new I(function(e){switch(e){case"Up/Down":return 2;case"Total":return 1;default:o.Std.error("Invalid study argument value: "+e)}}(this._volume),e,this,this._firstBarTime,n,this._hists,this._pocLines,this._valueAreaHists,this._vaVolumePercent,a,6e3),this._volumeByPriceExpr.setIdsGeneratorProxy(this),this._developingPocSeries=new U,this._developingVAHighSeries=new U,this._developingVALowSeries=new U},t.prototype.main=function(e,t,i){this._hasSecondarySymbol&&e.select_sym(1),this._timeSeries=e.new_unlimited_var(),this._openSeries=e.new_unlimited_var(),this._highSeries=e.new_unlimited_var(),this._lowSeries=e.new_unlimited_var(),this._closeSeries=e.new_unlimited_var(),this._volumeSeries=e.new_unlimited_var();var n={type:"composite",data:[]}
|
||||
;if(i&&i.period===this._basicResolution.value()&&(this._timeSeries.set(o.Std.time(e)),this._openSeries.set(o.Std.open(e)),this._highSeries.set(o.Std.high(e)),this._lowSeries.set(o.Std.low(e)),this._closeSeries.set(o.Std.close(e)),this._volumeSeries.set(o.Std.volume(e)),this._developingPocSeries.addHist(o.Std.time(e)),this._developingVAHighSeries.addHist(o.Std.time(e)),this._developingVALowSeries.addHist(o.Std.time(e)),this._vbPCheckHaveVolumeExpr.update(0,e.symbol.isLastBar),this._volumeByPriceExpr.update(0),this._developingPocSeries.removeLastIfNaN(),this._developingVAHighSeries.removeLastIfNaN(),this._developingVALowSeries.removeLastIfNaN(),e.symbol.isLastBar)){this._studyDataUpdate.setEraseCmds(this.popEraseCmds()),this._studyDataUpdate.update();var s=this._studyDataUpdate.getUpdate();s.json&&n.data.push({nonseries:!0,type:"study_graphics",data:s.json}),s.jsonUpdate&&n.data.push({nonseries:!0,type:"study_graphics",data:s.jsonUpdate})}if(this._hasSecondarySymbol&&e.select_sym(0),i&&i.period===this._originalResolution.value()){Object(r.assert)(e.symbol.time===i.time);var a=i.time,l=a+this._originalResolution.inMilliseconds(a)-1;if(a&&a>=this._firstBarTime){var c=this._developingPocSeries.getLeftOrEqual(l),u=this._developingVAHighSeries.getLeftOrEqual(l),h=this._developingVALowSeries.getLeftOrEqual(l);n.data.push([c,u,h])}else n.data.push([NaN,NaN,NaN])}return n},t.prototype.time=function(){return this._timeSeries},t.prototype.open=function(){return this._openSeries},t.prototype.high=function(){return this._highSeries},t.prototype.low=function(){return this._lowSeries},t.prototype.close=function(){return this._closeSeries},t.prototype.volume=function(){return this._volumeSeries},t.prototype.developingPoc=function(){return this._developingPocSeries},t.prototype.developingVAHigh=function(){return this._developingVAHighSeries},t.prototype.developingVALow=function(){return this._developingVALowSeries},t}(h),Y={constructor:G,name:"Volume Profile Visible Range",metainfo:{_metainfoVersion:51,id:"VbPVisible@tv-basicstudies-49",description:"Volume Profile Visible Range",shortDescription:"VPVR",format:{type:"volume"},is_price_study:!0,linkedToSeries:!0,palettes:{},inputs:[{id:"rowsLayout",name:"Rows Layout",defval:"Number Of Rows",options:["Number Of Rows","Ticks Per Row"],type:"text"},{id:"rows",name:"Row Size",defval:24,max:1e6,min:1,type:"integer"},{id:"volume",name:"Volume",defval:"Up/Down",options:["Up/Down","Total"],type:"text"},{id:"first_visible_bar_time",name:"First Visible Bar Time",defval:0,isHidden:!0,max:253370764800,min:-253370764800,type:"time"},{id:"last_visible_bar_time",name:"Last Visible Bar Time",defval:0,isHidden:!0,max:253370764800,min:-253370764800,type:"time"},{id:"vaVolume",name:"Value Area Volume",defval:70,max:100,min:0,type:"integer"}],plots:[{id:"developingPoc",type:"line"},{id:"developingVAHigh",type:"line"},{id:"developingVALow",type:"line"}],graphics:{hhists:{histBars2:{location:d.b.Relative,title:"Volume Profile",titles:["Up Volume","Down Volume"]},histBarsVA:{location:d.b.Relative,
|
||||
title:"Value Area",titles:["Value Area Up","Value Area Down"]}},horizlines:{pocLines:{name:"POC",showPrice:!0}}},defaults:{graphics:{hhists:{histBars2:{colors:["#1592e6","#fbc123"],direction:d.a.RightToLeft,percentWidth:30,showValues:!1,transparencies:[76,76],valuesColor:"#424242",visible:!0},histBarsVA:{colors:["#1592e6","#fbc123"],direction:d.a.RightToLeft,percentWidth:30,showValues:!1,transparencies:[30,30],valuesColor:"#424242",visible:!0}},horizlines:{pocLines:{color:"#ff0000",style:0,visible:!0,width:2}}},inputs:{first_visible_bar_time:0,last_visible_bar_time:0,rows:24,rowsLayout:"Number Of Rows",vaVolume:70,volume:"Up/Down"},styles:{developingPoc:{color:"#ff0000",linestyle:0,linewidth:1,plottype:9,trackPrice:!1,transparency:0,visible:!1},developingVAHigh:{color:"#0000ff",linestyle:0,linewidth:1,plottype:9,trackPrice:!1,transparency:0,visible:!1},developingVALow:{color:"#0000ff",linestyle:0,linewidth:1,plottype:9,trackPrice:!1,transparency:0,visible:!1}}},styles:{developingPoc:{histogramBase:0,title:"Developing Poc"},developingVAHigh:{histogramBase:0,title:"Developing VA High"},developingVALow:{histogramBase:0,title:"Developing VA Low"}}}}},l4sv:function(e,t,i){"use strict";i.r(t),i.d(t,"HorizontalLineRenderer",(function(){return s}));var n=i("VdBB"),r=i("jFln"),o=i("gAom"),s=function(){function e(){this._data=null,this._hitTest=new n.HitTestResult(n.HitTestResult.REGULAR)}return e.prototype.setData=function(e){this._data=e},e.prototype.setHitTest=function(e){this._hitTest=e},e.prototype.hitTest=function(e){if(null===this._data||!1===this._data.visible)return null;var t=Math.abs(e.y-this._data.y)<=3+this._data.linewidth/2,i=void 0===this._data.left||this._data.left-e.x<=3,n=void 0===this._data.right||e.x-this._data.right<=3;return t&&i&&n?this._hitTest:null},e.prototype.draw=function(e,t){if(null!==this._data&&!1!==this._data.visible&&!(this._data.y<-this._data.linewidth/2||this._data.y>t.cssHeight+this._data.linewidth/2)){var i=t.pixelRatio;e.lineCap="butt",e.strokeStyle=this._data.color,e.lineWidth=Math.max(1,Math.floor(this._data.linewidth*i)),void 0!==this._data.linestyle&&Object(r.setLineStyle)(e,this._data.linestyle);var n=void 0!==this._data.left?Math.max(this._data.left,0):0,s=void 0!==this._data.right?Math.min(this._data.right,t.cssWidth):t.cssWidth,a=Math.round(this._data.y*i),l=Math.floor(n*i),c=Math.ceil(s*i);Object(o.drawHorizontalLine)(e,a,l,c)}},e}()},l7mP:function(e,t,i){"use strict";function n(e,t,n){void 0===t&&(t={}),Promise.all([i.e("react"),i.e(2),i.e(9),i.e(16),i.e(41),i.e(65),i.e(87),i.e(8),i.e(54),i.e("take-chart-image-dialog-impl")]).then(function(r){i("fMMV").getImageOfChart(e,t,n)}.bind(null,i)).catch(void 0)}function r(e,t,n){void 0===t&&(t={}),Promise.all([i.e("react"),i.e(2),i.e(9),i.e(16),i.e(41),i.e(65),i.e(87),i.e(8),i.e(54),i.e("take-chart-image-dialog-impl")]).then(function(r){i("fMMV").getImageOfChartSilently(e,t,n)}.bind(null,i)).catch(void 0)}i.r(t),i.d(t,"getImageOfChart",(function(){return n})),i.d(t,"getImageOfChartSilently",(function(){return r}))},lA7n:function(e,t,i){
|
||||
"use strict";i.r(t);var n=i("mrSG"),r=i("Kxc7"),o=function(e){function t(t,i){return e.call(this,t,i,"FAVORITE_CHARTS_CHANGED","loadChartDialog.favorites",{})||this}return Object(n.c)(t,e),t}(i("ulZB").b),s=i("zUrt"),a=i("FBuY"),l=i("Vdly"),c=i("/z0S"),u=i("sQaR");i.d(t,"LoadChartService",(function(){return h}));var h=function(e){function t(t){void 0===t&&(t=null);var i=e.call(this)||this;return i._favoriteChartsService=new o(a.TVXWindowEvents,l),i._chartWidgetCollection=null,i._promise=null,i._dialog=null,i._subscribe=function(e){i._setVisibility(e)},i._getChartEntry=function(e){return{id:e.id,url:e.url,title:e.name,symbol:e.short_symbol,interval:e.interval,toolsCount:0,modified:e.modified_iso,active:function(){return i._isActiveChart(e.id)},openAction:function(){return s.backend.loadChart(e)},deleteAction:function(){return new Promise((function(t){s.backend.removeChart(e.image_url,(function(){i._deleteChart(e.id),t()}))}))},favoriteAction:i._updateFavorites}},i._updateFavorites=function(e){return i._favoriteChartsService.set(e)},i._isActiveChart=function(e){return null!==i._chartWidgetCollection&&e===i._chartWidgetCollection.metaInfo.id.value()},i._deleteChart=function(e){i._isActiveChart(e)&&(r.enabled("saveload_storage_customization")?null!==i._chartWidgetCollection&&i._chartWidgetCollection.clearChartMetaInfo():location.href="/chart/"+location.search)},i._chartWidgetCollection=t,i}return Object(n.c)(t,e),t.prototype.showLoadDialog=function(){Object(c.a)(this._showLoadDialog.bind(this),{source:"Load chart",sourceMeta:"Chart"})},t.prototype.show=function(){this.showLoadDialog()},t.prototype.hide=function(){var e,t;null===(e=this._dialog)||void 0===e||e.hide(),null===(t=this._dialog)||void 0===t||t.visible().unsubscribe(this._subscribe)},t.prototype._showLoadDialog=function(){var e=this;(r.enabled("saveload_requires_authentication")&&!window.is_authenticated?Promise.resolve([]):new Promise((function(e){s.backend.getCharts((function(t){e(t)}))}))).then((function(t){return t.map(e._getChartEntry)})).then((function(t){var n=e._promise=Promise.all([i.e("redux"),i.e("react"),i.e(1),i.e(2),i.e(5),i.e(6),i.e(7),i.e(10),i.e(11),i.e(12),i.e(21),i.e(27),i.e(61),i.e(69),i.e(82),i.e(0),i.e(4),i.e(3),i.e(13),i.e(14),i.e(38),i.e(50),i.e("load-chart-dialog")]).then(i.bind(null,"EgWQ")).then((function(i){if(e._promise===n){e._dialog&&(e._dialog.hide(),e._dialog.visible().unsubscribe(e._subscribe));var r={charts:t,favoriteChartsService:e._favoriteChartsService,chartWidgetCollection:e._chartWidgetCollection};e._dialog=new i.LoadChartDialogRenderer(r),e._dialog.visible().subscribe(e._subscribe),e._dialog.show()}}))}))},t}(u.a)},lCO3:function(e,t,i){"use strict";i.r(t),i.d(t,"Version",(function(){return r}));var n=i("Eyy1"),r=function(){function e(e,t){this._major=e,this._minor=t}return e.prototype.major=function(){return this._major},e.prototype.minor=function(){return this._minor},e.prototype.isZero=function(){return 0===this._major&&0===this._minor},e.prototype.toString=function(){return this._major+"."+this._minor},
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"description": "CL v19.037 (internal id ca0cc69b @ 2021-07-09T16:54:01.189Z)",
|
||||
"description": "CL v19.038 (internal id 605618ef @ 2021-08-09T15:11:06.753Z)",
|
||||
"type": "module",
|
||||
"main": "charting_library.cjs.js",
|
||||
"module": "charting_library.esm.js",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user