Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hpcc-js/api

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/api - npm Package Compare versions

Comparing version 2.9.1 to 2.9.2

30

dist/index.es6.js
import { Palette, hsl, Widget, select, selection, map, format } from '@hpcc-js/common';
var PKG_NAME = "@hpcc-js/api";
var PKG_VERSION = "2.9.1";
var BUILD_VERSION = "2.102.4";
var PKG_VERSION = "2.9.2";
var BUILD_VERSION = "2.102.11";

@@ -13,6 +13,4 @@ function I1DChart() {

I1DChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I1DChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -35,6 +33,4 @@

I2DChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I2DChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -56,6 +52,4 @@

I2DAggrChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I2DAggrChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -68,20 +62,12 @@

IGraph.prototype.vertex_click = function (_row, _col, _sel, more) {
if (more && more.vertex) {
console.log("Vertex click: " + more.vertex.id());
}
if (more && more.vertex) ;
};
IGraph.prototype.vertex_dblclick = function (_row, _col, _sel, more) {
if (more && more.vertex) {
console.log("Vertex double click: " + more.vertex.id());
}
if (more && more.vertex) ;
};
IGraph.prototype.edge_click = function (_row, _col, _sel, more) {
if (more && more.edge) {
console.log("Edge click: " + more.edge.id());
}
if (more && more.edge) ;
};
IGraph.prototype.edge_dblclick = function (_row, _col, _sel, more) {
if (more && more.edge) {
console.log("Edge double click: " + more.edge.id());
}
if (more && more.edge) ;
};

@@ -207,6 +193,4 @@

INDChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
INDChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -768,6 +752,4 @@

ITree.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
ITree.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -774,0 +756,0 @@ return ITree;

@@ -8,4 +8,4 @@ (function (global, factory) {

var PKG_NAME = "@hpcc-js/api";
var PKG_VERSION = "2.9.1";
var BUILD_VERSION = "2.102.4";
var PKG_VERSION = "2.9.2";
var BUILD_VERSION = "2.102.11";

@@ -18,6 +18,4 @@ function I1DChart() {

I1DChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I1DChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -40,6 +38,4 @@

I2DChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I2DChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -61,6 +57,4 @@

I2DAggrChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I2DAggrChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -73,20 +67,12 @@

IGraph.prototype.vertex_click = function (_row, _col, _sel, more) {
if (more && more.vertex) {
console.log("Vertex click: " + more.vertex.id());
}
if (more && more.vertex) ;
};
IGraph.prototype.vertex_dblclick = function (_row, _col, _sel, more) {
if (more && more.vertex) {
console.log("Vertex double click: " + more.vertex.id());
}
if (more && more.vertex) ;
};
IGraph.prototype.edge_click = function (_row, _col, _sel, more) {
if (more && more.edge) {
console.log("Edge click: " + more.edge.id());
}
if (more && more.edge) ;
};
IGraph.prototype.edge_dblclick = function (_row, _col, _sel, more) {
if (more && more.edge) {
console.log("Edge double click: " + more.edge.id());
}
if (more && more.edge) ;
};

@@ -212,6 +198,4 @@

INDChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
INDChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -773,6 +757,4 @@

ITree.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
ITree.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -779,0 +761,0 @@ return ITree;

4

dist/index.min.js

@@ -1,2 +0,2 @@

!function(t,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@hpcc-js/common")):"function"==typeof define&&define.amd?define(["exports","@hpcc-js/common"],o):o((t="undefined"!=typeof globalThis?globalThis:t||self)["@hpcc-js/api"]={},t["@hpcc-js/common"])}(this,(function(t,o){"use strict";function e(){}function r(){}function l(){}function i(){}e.prototype._dataFamily="1D",e.prototype._palette=o.Palette.rainbow("default"),e.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},e.prototype.dblclick=function(t,o,e){console.log("Double click: "+JSON.stringify(t)+", "+o+", "+e)},r.prototype._dataFamily="2D",r.prototype._palette=o.Palette.ordinal("default"),r.prototype.fillColor=function(t,o,e,r){return this._palette(t[0])},r.prototype.strokeColor=function(t,e,r,l){return o.hsl(this.fillColor(t,e,r,l)).darker().toString()},r.prototype.textColor=function(t,e,r,l){return o.Palette.textColor(this.fillColor(t,e,r,l))},r.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},r.prototype.dblclick=function(t,o,e){console.log("Double click: "+JSON.stringify(t)+", "+o+", "+e)},l.prototype._palette=o.Palette.rainbow("default"),l.prototype.fillColor=function(t,o,e){return this._palette(t.length)},l.prototype.strokeColor=function(t,e,r){return o.hsl(this.fillColor(t,e,r)).darker().toString()},l.prototype.textColor=function(t,e,r){return o.Palette.textColor(this.fillColor(t,e,r))},l.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},l.prototype.dblclick=function(t,o,e){console.log("Double click: "+JSON.stringify(t)+", "+o+", "+e)},i.prototype._dataFamily="graph",i.prototype.vertex_click=function(t,o,e,r){r&&r.vertex&&console.log("Vertex click: "+r.vertex.id())},i.prototype.vertex_dblclick=function(t,o,e,r){r&&r.vertex&&console.log("Vertex double click: "+r.vertex.id())},i.prototype.edge_click=function(t,o,e,r){r&&r.edge&&console.log("Edge click: "+r.edge.id())},i.prototype.edge_dblclick=function(t,o,e,r){r&&r.edge&&console.log("Edge double click: "+r.edge.id())};
!function(t,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@hpcc-js/common")):"function"==typeof define&&define.amd?define(["exports","@hpcc-js/common"],o):o((t="undefined"!=typeof globalThis?globalThis:t||self)["@hpcc-js/api"]={},t["@hpcc-js/common"])}(this,(function(t,o){"use strict";function e(){}function r(){}function l(){}function n(){}e.prototype._dataFamily="1D",e.prototype._palette=o.Palette.rainbow("default"),e.prototype.click=function(t,o,e){},e.prototype.dblclick=function(t,o,e){},r.prototype._dataFamily="2D",r.prototype._palette=o.Palette.ordinal("default"),r.prototype.fillColor=function(t,o,e,r){return this._palette(t[0])},r.prototype.strokeColor=function(t,e,r,l){return o.hsl(this.fillColor(t,e,r,l)).darker().toString()},r.prototype.textColor=function(t,e,r,l){return o.Palette.textColor(this.fillColor(t,e,r,l))},r.prototype.click=function(t,o,e){},r.prototype.dblclick=function(t,o,e){},l.prototype._palette=o.Palette.rainbow("default"),l.prototype.fillColor=function(t,o,e){return this._palette(t.length)},l.prototype.strokeColor=function(t,e,r){return o.hsl(this.fillColor(t,e,r)).darker().toString()},l.prototype.textColor=function(t,e,r){return o.Palette.textColor(this.fillColor(t,e,r))},l.prototype.click=function(t,o,e){},l.prototype.dblclick=function(t,o,e){},n.prototype._dataFamily="graph",n.prototype.vertex_click=function(t,o,e,r){r&&r.vertex},n.prototype.vertex_dblclick=function(t,o,e,r){r&&r.vertex},n.prototype.edge_click=function(t,o,e,r){r&&r.edge},n.prototype.edge_dblclick=function(t,o,e,r){r&&r.edge};
/*! *****************************************************************************

@@ -16,3 +16,3 @@ Copyright (c) Microsoft Corporation.

***************************************************************************** */
var n=function(t,o){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},n(t,o)};function p(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}n(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}var a=function(t){function o(){return t.call(this)||this}return p(o,t),o.prototype.isValid=function(){if(this.validate()&&!new RegExp(this.validate()).test(this.value()))return!1;return!0},o.prototype.hasValue=function(){if("function"==typeof this.type){switch(this.type()){case"radio":case"checkbox":if(this.value()&&"false"!==this.value())return!0;break;default:if(this.value())return!0}return!1}return""!==this.value()},o.prototype.blur=function(t){},o.prototype.keyup=function(t){},o.prototype.focus=function(t){},o.prototype.click=function(t){},o.prototype.dblclick=function(t){},o.prototype.change=function(t,o){},o.prototype.resetValue=function(t){t.value(t._inputElement[0].node().value)},o.prototype.disable=function(t){this._inputElement.forEach((function(o,e){o.attr("disabled",t?"disabled":null)}))},o.prototype.setFocus=function(){this._inputElement.length&&this._inputElement[0].node().focus()},o}(o.Widget);function s(){}a.prototype.publish("name","","string","HTML name for the input"),a.prototype.publish("label","","string","Descriptive label"),a.prototype.publish("value","","string","Input Current Value"),a.prototype.publish("validate",null,"string","Input Validation"),s.prototype._dataFamily="ND",s.prototype._palette=o.Palette.ordinal("default"),s.prototype.fillColor=function(t,o,e,r){return this._palette(o)},s.prototype.strokeColor=function(t,e,r,l){return o.hsl(this.fillColor(t,e,r,l)).darker().toString()},s.prototype.textColor=function(t,e,r,l){return o.Palette.textColor(this.fillColor(t,e,r,l))},s.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},s.prototype.dblclick=function(t,o,e){console.log("Double click: "+JSON.stringify(t)+", "+o+", "+e)};!function(t,o){void 0===o&&(o={});var e=o.insertAt;if(t&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.type="text/css","top"===e&&r.firstChild?r.insertBefore(l,r.firstChild):r.appendChild(l),l.styleSheet?l.styleSheet.cssText=t:l.appendChild(document.createTextNode(t))}}('.d3-tip{background:rgba(0,0,0,.66);border-radius:2px;color:#fff;font-weight:700;line-height:1;padding:12px;pointer-events:none!important;z-index:10}.d3-tip.hidden{visibility:hidden}.d3-tip:after{border:4px solid rgba(0,0,0,.66);box-sizing:border-box;content:" ";display:inline-block;height:8px;margin:0;pointer-events:none!important;position:absolute;width:8px}.d3-tip.n:after{border-right-color:transparent;border-top-width:8px;left:calc(50% - 4px);top:100%}.d3-tip.e:after,.d3-tip.n:after{border-bottom-color:transparent;border-left-color:transparent}.d3-tip.e:after{border-right-width:8px;border-top-color:transparent;left:-12px;top:calc(50% - 4px)}.d3-tip.s{margin-top:8px}.d3-tip.s:after{border-bottom-width:8px;border-left-color:transparent;left:calc(50% - 4px);top:-12px}.d3-tip.s:after,.d3-tip.w:after{border-right-color:transparent;border-top-color:transparent}.d3-tip.w:after{border-bottom-color:transparent;border-left-width:8px;left:100%;top:calc(50% - 4px)}.d3-tip.notick:after{border-color:transparent!important}.common_Widget .over{stroke:rgba(0,0,0,.66);opacity:.66}.d3-tip.ITooltip-tooltipStyle-series-table{padding:0}.d3-tip .ITooltip-series-table td,.d3-tip .ITooltip-series-table th{border:1px solid #d1d1d1;padding:6px;text-align:left}.d3-tip .ITooltip-series-table .series-table-row-color{display:inline-block;height:10px;margin-right:10px;width:10px}.d3-tip .ITooltip-series-table .series-table-row-label{display:inline-block}.d3-tip .ITooltip-series-table th{background-color:#b3b3b3}.d3-tip .ITooltip-series-table td{background-color:#fff;color:#555;font-weight:400}.d3-tip .ITooltip-series-table td:first-child{border-right:0}table.ITooltip-series-table td:last-child{border-left:1px dotted #a3a3a3}');var c=function(t){function e(){var e=t.call(this)||this;if(e.tooltip=function(){var t=function(){return"n"},e=function(){return[0,0]},r=function(){return" "},l=h(document.body),i=f(),n=null,p=null,a=null,s=function(t){var o;if(o=t.node(),n=o?"svg"===o.tagName.toLowerCase()?o:o.ownerSVGElement:null){p=n.createSVGPoint();var e=l();e&&i&&e.appendChild(i)}};s.show=function(t,o,i){a=i[o];var n=Array.prototype.slice.call(arguments),p=r.apply(this,n);if(null===p)return s;var f,y=e.apply(this,n),h=d(),b=u.length,g=l().getBoundingClientRect();for(h.html(p).style("opacity",1).style("pointer-events","all");b--;)h.classed(u[b],!1);for(var v=!1,m={},x=u[0],w=0;w<u.length&&!(v=S(u[w]));w++);if(v)h.classed("notick",!1);else{h.classed("notick",!0);var k=T(m[x]),C=_(m[x]);S(x,k,C)}return s;function _(t){return t.left>t.right?t.left>0?-t.left:0:t.right>0?t.right:0}function T(t){return t.top>t.bottom?t.top>0?-t.top:0:t.bottom}function S(t,o,e){o=o||0,e=e||0,h.style("white-space","nowrap"),f=c.get(t).apply(this),h.classed(t,!0).style("top",f.top+y[0]-o+"px").style("left",f.left+y[1]-e+"px");var r=h.node().getBoundingClientRect(),l=r.top>g.top&&r.left>g.left&&r.bottom<g.bottom&&r.right<g.right;return m[t]={top:g.top-r.top,right:r.right-g.right,bottom:r.bottom-g.bottom,left:g.left-r.left},h.style("white-space","normal"),m[t].total_overflow=Object.keys(m[t]).filter((function(o){return m[t][o]>0})).reduce((function(o,e){return o+m[t][e]}),0),m[x].total_overflow>m[t].total_overflow&&(x=t),l||h.classed(t,!1),l}},s.hide=function(){return d().style("opacity",0).style("pointer-events","none"),s},s.attr=function(t,e){if(arguments.length<2&&"string"==typeof t)return d().attr(t);var r=Array.prototype.slice.call(arguments);return o.selection.prototype.attr.apply(d(),r),s},s.style=function(t,e){if(arguments.length<2&&"string"==typeof t)return d().style(t);var r=Array.prototype.slice.call(arguments);return o.selection.prototype.style.apply(d(),r),s},s.direction=function(o){return arguments.length?(t=null==o?o:h(o),s):t},s.offset=function(t){return arguments.length?(e=null==t?t:h(t),s):e},s.html=function(t){return arguments.length?(r=null==t?t:h(t),s):r},s.rootElement=function(t){return arguments.length?(l=h(t),s):l},s.destroy=function(){return i&&(d().remove(),i=null),s};var c=o.map({n:function(){var t=y(window);return{top:t.n.y-i.offsetHeight,left:t.n.x-i.offsetWidth/2}},s:function(){var t=y(window);return{top:t.s.y+8,left:t.s.x-i.offsetWidth/2}},e:function(){var t=y(window);return{top:t.e.y-i.offsetHeight/2,left:t.e.x+8}},w:function(){var t=y(window);return{top:t.w.y-i.offsetHeight/2,left:t.w.x-i.offsetWidth-8}},nw:function(){var t=y(window);return{top:t.nw.y-i.offsetHeight,left:t.nw.x-i.offsetWidth}},ne:function(){var t=y(window);return{top:t.ne.y-i.offsetHeight,left:t.ne.x}},sw:function(){var t=y(window);return{top:t.sw.y,left:t.sw.x-i.offsetWidth}},se:function(){var t=y(window);return{top:t.se.y,left:t.se.x}}}),u=c.keys();function f(){var t=o.select(document.createElement("div"));return t.attr("class","d3-tip").style("position","absolute").style("top","0px").style("opacity",0).style("pointer-events","none").style("box-sizing","border-box"),t.node()}function d(){return null==i&&(i=f(),l().appendChild(i)),o.select(i)}function y(t){for(var o=a||t;null==o.getCTM&&null!=o.parentNode;)o=o.parentNode;var e={},r=o.getCTM(),l=o.getBBox(),i=l.width,n=l.height,s=l.x,c=l.y;return p.x=s,p.y=c,e.nw=p.matrixTransform(r),p.x+=i,e.ne=p.matrixTransform(r),p.y+=n,e.se=p.matrixTransform(r),p.x-=i,e.sw=p.matrixTransform(r),p.y-=n/2,e.w=p.matrixTransform(r),p.x+=i,e.e=p.matrixTransform(r),p.x-=i/2,p.y-=n/2,e.n=p.matrixTransform(r),p.y+=n,e.s=p.matrixTransform(r),e}function h(t){return"function"==typeof t?t:function(){return t}}return s}(),e._valueFormatter=o.format(e.tooltipValueFormat()),e.layerEnter){var r=e.layerEnter;e.layerEnter=function(t,o,e){this._parentOverlay||(this._parentOverlay=t._parentOverlay),this.tooltipEnter(o),r.apply(this,arguments)};var l=e.layerUpdate;e.layerUpdate=function(t){l.apply(this,arguments),this.tooltipUpdate()};var i=e.layerExit;e.layerExit=function(t){this.tooltipExit(),i.apply(this,arguments)}}else{var n=e.enter;e.enter=function(t,o){this.tooltipEnter(o),n.apply(this,arguments)};var p=e.update;e.update=function(t,o){p.apply(this,arguments),this.tooltipUpdate()};var a=e.exit;e.exit=function(t,o){this.tooltipExit(),a.apply(this,arguments)}}return e}return p(e,t),e.prototype.tooltipEnter=function(t){var o=this.parentOverlay();o.empty()||this.tooltip.rootElement(o.node().parentNode),t.call(this.tooltip)},e.prototype.tooltipUpdate=function(){var t=this;this.tooltip.offset((function(){if(event&&t.tooltipFollowMouse()){var o=document.querySelector(".d3-tip");return o.style.display="block",o.style.left=t.tooltipOffset()+event.clientX+"px",o.style.top=event.clientY+"px",[]}return"e"===t.tooltip.direction()()?[0,t.tooltipOffset()]:[-t.tooltipOffset(),0]}));var o=this.tooltip.attr("class");o&&(o=(o=o.split(" notick").join("")+(this.tooltipTick()?"":" notick")+("none"===this.tooltipStyle()?" hidden":"")).split(" ").filter((function(t){return 0!==t.indexOf("ITooltip-tooltipStyle-")})).join(" "),o+=" ITooltip-tooltipStyle-"+this.tooltipStyle(),this.tooltip.attr("class",o))},e.prototype.tooltipExit=function(){this.tooltip&&this.tooltip.destroy()},e.prototype._tooltipHTML=function(t){return t},e.prototype.tooltipHTML=function(t){return this.tooltip.html(t)},e.prototype.tooltipFormat=function(t){switch(void 0===t&&(t={}),t.label=void 0===t.label?"":t.label,t.series=t.series||"",t.value instanceof Date?t.value=t.value||"":t.value=this._valueFormatter(t.value)||"",this.tooltipStyle()){case"none":break;case"series-table":var o='<table class="ITooltip-series-table"><thead><tr><th colspan="2">'+t.label+"</th></tr></thead><tbody>";return t.arr.forEach((function(t){o+="<tr>",o+="<td>",o+='<div class="series-table-row-color" style="background-color:'+t.color+'"></div>',o+='<div class="series-table-row-label">'+t.label+"</div>",o+="</td>",o+='<td><div class="series-table-row-value">'+t.value+"</div></td>",o+="</tr>"})),o+="</tbody>",o+="</table>";default:return t.series?"<span style='color:"+this.tooltipSeriesColor()+"'>"+t.series+"</span> / <span style='color:"+this.tooltipLabelColor()+"'>"+t.label+"</span>: <span style='color:"+this.tooltipValueColor()+"'>"+t.value+"</span>":""!==t.label?"<span style='color:"+this.tooltipLabelColor()+"'>"+t.label+"</span>: <span style='color:"+this.tooltipValueColor()+"'>"+t.value+"</span>":"<span style='color:"+this.tooltipValueColor()+"'>"+t.value+"</span>"}},e.prototype.tooltipKeyValueFormat=function(t,o){var e="";for(var r in o)if(r!==t){var l=o&&o[r]?o[r]:"";e+='<tr><td style="'.concat(this.tooltipLabelColor_exists()?"color:"+this.tooltipLabelColor():"",'">').concat(r,'</td><td style="font-weight:normal">').concat(l,"</td></tr>")}return'<table>\n <thead>\n <tr><th colspan="2" style="font-weight:bold;font-size:16px">'.concat(o[t],"</th></tr>\n </thead>\n <tbody>\n ").concat(e,"\n </tbody>\n </table>")},e}(o.Widget);c.prototype.publish("tooltipStyle","default","set","Style mode",["default","none","series-table"],{}),c.prototype.publish("tooltipFollowMouse",!1,"boolean","If true, the tooltip will follow mouse movement",null,{}),c.prototype.publish("tooltipValueFormat",",.2f","string","Number format of tooltip value(s)",null,{}),c.prototype.publish("tooltipSeriesColor","#EAFFFF","html-color","Color of tooltip series text",null,{}),c.prototype.publish("tooltipLabelColor","#CCFFFF","html-color","Color of tooltip label text",null,{}),c.prototype.publish("tooltipValueColor","white","html-color","Color of tooltip value(s)",null,{}),c.prototype.publish("tooltipTick",!0,"boolean","Show tooltip tick",null,{}),c.prototype.publish("tooltipOffset",8,"number","Offset from the cursor",null,{});var u=c.prototype.tooltipValueFormat;c.prototype.tooltipValueFormat=function(t){var e=u.apply(this,arguments);return arguments.length&&(this._valueFormatter=o.format(t)),e};var f=function(){function t(){}return t.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},t.prototype.dblclick=function(t,o,e){console.log("Double click: "+JSON.stringify(t)+", "+o+", "+e)},t}();f.prototype._palette=o.Palette.ordinal("default"),t.BUILD_VERSION="2.102.4",t.I1DChart=e,t.I2DAggrChart=l,t.I2DChart=r,t.IGraph=i,t.IInput=a,t.INDChart=s,t.ITooltip=c,t.ITree=f,t.PKG_NAME="@hpcc-js/api",t.PKG_VERSION="2.9.1",t.instanceOfIHighlight=function(t){return"function"==typeof t.highlightColumn},Object.defineProperty(t,"__esModule",{value:!0})}));
var i=function(t,o){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},i(t,o)};function p(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}i(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}var a=function(t){function o(){return t.call(this)||this}return p(o,t),o.prototype.isValid=function(){if(this.validate()&&!new RegExp(this.validate()).test(this.value()))return!1;return!0},o.prototype.hasValue=function(){if("function"==typeof this.type){switch(this.type()){case"radio":case"checkbox":if(this.value()&&"false"!==this.value())return!0;break;default:if(this.value())return!0}return!1}return""!==this.value()},o.prototype.blur=function(t){},o.prototype.keyup=function(t){},o.prototype.focus=function(t){},o.prototype.click=function(t){},o.prototype.dblclick=function(t){},o.prototype.change=function(t,o){},o.prototype.resetValue=function(t){t.value(t._inputElement[0].node().value)},o.prototype.disable=function(t){this._inputElement.forEach((function(o,e){o.attr("disabled",t?"disabled":null)}))},o.prototype.setFocus=function(){this._inputElement.length&&this._inputElement[0].node().focus()},o}(o.Widget);function s(){}a.prototype.publish("name","","string","HTML name for the input"),a.prototype.publish("label","","string","Descriptive label"),a.prototype.publish("value","","string","Input Current Value"),a.prototype.publish("validate",null,"string","Input Validation"),s.prototype._dataFamily="ND",s.prototype._palette=o.Palette.ordinal("default"),s.prototype.fillColor=function(t,o,e,r){return this._palette(o)},s.prototype.strokeColor=function(t,e,r,l){return o.hsl(this.fillColor(t,e,r,l)).darker().toString()},s.prototype.textColor=function(t,e,r,l){return o.Palette.textColor(this.fillColor(t,e,r,l))},s.prototype.click=function(t,o,e){},s.prototype.dblclick=function(t,o,e){};!function(t,o){void 0===o&&(o={});var e=o.insertAt;if(t&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.type="text/css","top"===e&&r.firstChild?r.insertBefore(l,r.firstChild):r.appendChild(l),l.styleSheet?l.styleSheet.cssText=t:l.appendChild(document.createTextNode(t))}}('.d3-tip{background:rgba(0,0,0,.66);border-radius:2px;color:#fff;font-weight:700;line-height:1;padding:12px;pointer-events:none!important;z-index:10}.d3-tip.hidden{visibility:hidden}.d3-tip:after{border:4px solid rgba(0,0,0,.66);box-sizing:border-box;content:" ";display:inline-block;height:8px;margin:0;pointer-events:none!important;position:absolute;width:8px}.d3-tip.n:after{border-right-color:transparent;border-top-width:8px;left:calc(50% - 4px);top:100%}.d3-tip.e:after,.d3-tip.n:after{border-bottom-color:transparent;border-left-color:transparent}.d3-tip.e:after{border-right-width:8px;border-top-color:transparent;left:-12px;top:calc(50% - 4px)}.d3-tip.s{margin-top:8px}.d3-tip.s:after{border-bottom-width:8px;border-left-color:transparent;left:calc(50% - 4px);top:-12px}.d3-tip.s:after,.d3-tip.w:after{border-right-color:transparent;border-top-color:transparent}.d3-tip.w:after{border-bottom-color:transparent;border-left-width:8px;left:100%;top:calc(50% - 4px)}.d3-tip.notick:after{border-color:transparent!important}.common_Widget .over{stroke:rgba(0,0,0,.66);opacity:.66}.d3-tip.ITooltip-tooltipStyle-series-table{padding:0}.d3-tip .ITooltip-series-table td,.d3-tip .ITooltip-series-table th{border:1px solid #d1d1d1;padding:6px;text-align:left}.d3-tip .ITooltip-series-table .series-table-row-color{display:inline-block;height:10px;margin-right:10px;width:10px}.d3-tip .ITooltip-series-table .series-table-row-label{display:inline-block}.d3-tip .ITooltip-series-table th{background-color:#b3b3b3}.d3-tip .ITooltip-series-table td{background-color:#fff;color:#555;font-weight:400}.d3-tip .ITooltip-series-table td:first-child{border-right:0}table.ITooltip-series-table td:last-child{border-left:1px dotted #a3a3a3}');var u=function(t){function e(){var e=t.call(this)||this;if(e.tooltip=function(){var t=function(){return"n"},e=function(){return[0,0]},r=function(){return" "},l=y(document.body),n=f(),i=null,p=null,a=null,s=function(t){var o;if(o=t.node(),i=o?"svg"===o.tagName.toLowerCase()?o:o.ownerSVGElement:null){p=i.createSVGPoint();var e=l();e&&n&&e.appendChild(n)}};s.show=function(t,o,n){a=n[o];var i=Array.prototype.slice.call(arguments),p=r.apply(this,i);if(null===p)return s;var f,h=e.apply(this,i),y=d(),b=c.length,v=l().getBoundingClientRect();for(y.html(p).style("opacity",1).style("pointer-events","all");b--;)y.classed(c[b],!1);for(var m=!1,g={},x=c[0],w=0;w<c.length&&!(m=E(c[w]));w++);if(m)y.classed("notick",!1);else{y.classed("notick",!0);var C=T(g[x]),k=_(g[x]);E(x,C,k)}return s;function _(t){return t.left>t.right?t.left>0?-t.left:0:t.right>0?t.right:0}function T(t){return t.top>t.bottom?t.top>0?-t.top:0:t.bottom}function E(t,o,e){o=o||0,e=e||0,y.style("white-space","nowrap"),f=u.get(t).apply(this),y.classed(t,!0).style("top",f.top+h[0]-o+"px").style("left",f.left+h[1]-e+"px");var r=y.node().getBoundingClientRect(),l=r.top>v.top&&r.left>v.left&&r.bottom<v.bottom&&r.right<v.right;return g[t]={top:v.top-r.top,right:r.right-v.right,bottom:r.bottom-v.bottom,left:v.left-r.left},y.style("white-space","normal"),g[t].total_overflow=Object.keys(g[t]).filter((function(o){return g[t][o]>0})).reduce((function(o,e){return o+g[t][e]}),0),g[x].total_overflow>g[t].total_overflow&&(x=t),l||y.classed(t,!1),l}},s.hide=function(){return d().style("opacity",0).style("pointer-events","none"),s},s.attr=function(t,e){if(arguments.length<2&&"string"==typeof t)return d().attr(t);var r=Array.prototype.slice.call(arguments);return o.selection.prototype.attr.apply(d(),r),s},s.style=function(t,e){if(arguments.length<2&&"string"==typeof t)return d().style(t);var r=Array.prototype.slice.call(arguments);return o.selection.prototype.style.apply(d(),r),s},s.direction=function(o){return arguments.length?(t=null==o?o:y(o),s):t},s.offset=function(t){return arguments.length?(e=null==t?t:y(t),s):e},s.html=function(t){return arguments.length?(r=null==t?t:y(t),s):r},s.rootElement=function(t){return arguments.length?(l=y(t),s):l},s.destroy=function(){return n&&(d().remove(),n=null),s};var u=o.map({n:function(){var t=h(window);return{top:t.n.y-n.offsetHeight,left:t.n.x-n.offsetWidth/2}},s:function(){var t=h(window);return{top:t.s.y+8,left:t.s.x-n.offsetWidth/2}},e:function(){var t=h(window);return{top:t.e.y-n.offsetHeight/2,left:t.e.x+8}},w:function(){var t=h(window);return{top:t.w.y-n.offsetHeight/2,left:t.w.x-n.offsetWidth-8}},nw:function(){var t=h(window);return{top:t.nw.y-n.offsetHeight,left:t.nw.x-n.offsetWidth}},ne:function(){var t=h(window);return{top:t.ne.y-n.offsetHeight,left:t.ne.x}},sw:function(){var t=h(window);return{top:t.sw.y,left:t.sw.x-n.offsetWidth}},se:function(){var t=h(window);return{top:t.se.y,left:t.se.x}}}),c=u.keys();function f(){var t=o.select(document.createElement("div"));return t.attr("class","d3-tip").style("position","absolute").style("top","0px").style("opacity",0).style("pointer-events","none").style("box-sizing","border-box"),t.node()}function d(){return null==n&&(n=f(),l().appendChild(n)),o.select(n)}function h(t){for(var o=a||t;null==o.getCTM&&null!=o.parentNode;)o=o.parentNode;var e={},r=o.getCTM(),l=o.getBBox(),n=l.width,i=l.height,s=l.x,u=l.y;return p.x=s,p.y=u,e.nw=p.matrixTransform(r),p.x+=n,e.ne=p.matrixTransform(r),p.y+=i,e.se=p.matrixTransform(r),p.x-=n,e.sw=p.matrixTransform(r),p.y-=i/2,e.w=p.matrixTransform(r),p.x+=n,e.e=p.matrixTransform(r),p.x-=n/2,p.y-=i/2,e.n=p.matrixTransform(r),p.y+=i,e.s=p.matrixTransform(r),e}function y(t){return"function"==typeof t?t:function(){return t}}return s}(),e._valueFormatter=o.format(e.tooltipValueFormat()),e.layerEnter){var r=e.layerEnter;e.layerEnter=function(t,o,e){this._parentOverlay||(this._parentOverlay=t._parentOverlay),this.tooltipEnter(o),r.apply(this,arguments)};var l=e.layerUpdate;e.layerUpdate=function(t){l.apply(this,arguments),this.tooltipUpdate()};var n=e.layerExit;e.layerExit=function(t){this.tooltipExit(),n.apply(this,arguments)}}else{var i=e.enter;e.enter=function(t,o){this.tooltipEnter(o),i.apply(this,arguments)};var p=e.update;e.update=function(t,o){p.apply(this,arguments),this.tooltipUpdate()};var a=e.exit;e.exit=function(t,o){this.tooltipExit(),a.apply(this,arguments)}}return e}return p(e,t),e.prototype.tooltipEnter=function(t){var o=this.parentOverlay();o.empty()||this.tooltip.rootElement(o.node().parentNode),t.call(this.tooltip)},e.prototype.tooltipUpdate=function(){var t=this;this.tooltip.offset((function(){if(event&&t.tooltipFollowMouse()){var o=document.querySelector(".d3-tip");return o.style.display="block",o.style.left=t.tooltipOffset()+event.clientX+"px",o.style.top=event.clientY+"px",[]}return"e"===t.tooltip.direction()()?[0,t.tooltipOffset()]:[-t.tooltipOffset(),0]}));var o=this.tooltip.attr("class");o&&(o=(o=o.split(" notick").join("")+(this.tooltipTick()?"":" notick")+("none"===this.tooltipStyle()?" hidden":"")).split(" ").filter((function(t){return 0!==t.indexOf("ITooltip-tooltipStyle-")})).join(" "),o+=" ITooltip-tooltipStyle-"+this.tooltipStyle(),this.tooltip.attr("class",o))},e.prototype.tooltipExit=function(){this.tooltip&&this.tooltip.destroy()},e.prototype._tooltipHTML=function(t){return t},e.prototype.tooltipHTML=function(t){return this.tooltip.html(t)},e.prototype.tooltipFormat=function(t){switch(void 0===t&&(t={}),t.label=void 0===t.label?"":t.label,t.series=t.series||"",t.value instanceof Date?t.value=t.value||"":t.value=this._valueFormatter(t.value)||"",this.tooltipStyle()){case"none":break;case"series-table":var o='<table class="ITooltip-series-table"><thead><tr><th colspan="2">'+t.label+"</th></tr></thead><tbody>";return t.arr.forEach((function(t){o+="<tr>",o+="<td>",o+='<div class="series-table-row-color" style="background-color:'+t.color+'"></div>',o+='<div class="series-table-row-label">'+t.label+"</div>",o+="</td>",o+='<td><div class="series-table-row-value">'+t.value+"</div></td>",o+="</tr>"})),o+="</tbody>",o+="</table>";default:return t.series?"<span style='color:"+this.tooltipSeriesColor()+"'>"+t.series+"</span> / <span style='color:"+this.tooltipLabelColor()+"'>"+t.label+"</span>: <span style='color:"+this.tooltipValueColor()+"'>"+t.value+"</span>":""!==t.label?"<span style='color:"+this.tooltipLabelColor()+"'>"+t.label+"</span>: <span style='color:"+this.tooltipValueColor()+"'>"+t.value+"</span>":"<span style='color:"+this.tooltipValueColor()+"'>"+t.value+"</span>"}},e.prototype.tooltipKeyValueFormat=function(t,o){var e="";for(var r in o)if(r!==t){var l=o&&o[r]?o[r]:"";e+='<tr><td style="'.concat(this.tooltipLabelColor_exists()?"color:"+this.tooltipLabelColor():"",'">').concat(r,'</td><td style="font-weight:normal">').concat(l,"</td></tr>")}return'<table>\n <thead>\n <tr><th colspan="2" style="font-weight:bold;font-size:16px">'.concat(o[t],"</th></tr>\n </thead>\n <tbody>\n ").concat(e,"\n </tbody>\n </table>")},e}(o.Widget);u.prototype.publish("tooltipStyle","default","set","Style mode",["default","none","series-table"],{}),u.prototype.publish("tooltipFollowMouse",!1,"boolean","If true, the tooltip will follow mouse movement",null,{}),u.prototype.publish("tooltipValueFormat",",.2f","string","Number format of tooltip value(s)",null,{}),u.prototype.publish("tooltipSeriesColor","#EAFFFF","html-color","Color of tooltip series text",null,{}),u.prototype.publish("tooltipLabelColor","#CCFFFF","html-color","Color of tooltip label text",null,{}),u.prototype.publish("tooltipValueColor","white","html-color","Color of tooltip value(s)",null,{}),u.prototype.publish("tooltipTick",!0,"boolean","Show tooltip tick",null,{}),u.prototype.publish("tooltipOffset",8,"number","Offset from the cursor",null,{});var c=u.prototype.tooltipValueFormat;u.prototype.tooltipValueFormat=function(t){var e=c.apply(this,arguments);return arguments.length&&(this._valueFormatter=o.format(t)),e};var f=function(){function t(){}return t.prototype.click=function(t,o,e){},t.prototype.dblclick=function(t,o,e){},t}();f.prototype._palette=o.Palette.ordinal("default"),t.BUILD_VERSION="2.102.11",t.I1DChart=e,t.I2DAggrChart=l,t.I2DChart=r,t.IGraph=n,t.IInput=a,t.INDChart=s,t.ITooltip=u,t.ITree=f,t.PKG_NAME="@hpcc-js/api",t.PKG_VERSION="2.9.2",t.instanceOfIHighlight=function(t){return"function"==typeof t.highlightColumn},Object.defineProperty(t,"__esModule",{value:!0})}));
//# sourceMappingURL=index.min.js.map
{
"name": "@hpcc-js/api",
"version": "2.9.1",
"version": "2.9.2",
"description": "hpcc-js - Viz api",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

"stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
"lint": "eslint src/**/*.ts",
"lint": "eslint ./src",
"docs": "typedoc --options tdoptions.json .",

@@ -42,3 +42,3 @@ "update": "npx npm-check-updates -u -t minor"

"dependencies": {
"@hpcc-js/common": "^2.66.1"
"@hpcc-js/common": "^2.67.0"
},

@@ -64,3 +64,3 @@ "devDependencies": {

"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "cd0029695af339b4f316099b57ee0ada54e74910"
"gitHead": "bd452a4559c9e5790881521a332964eef36153b7"
}
export const PKG_NAME = "@hpcc-js/api";
export const PKG_VERSION = "2.9.1";
export const BUILD_VERSION = "2.102.4";
export const PKG_VERSION = "2.9.2";
export const BUILD_VERSION = "2.102.11";

@@ -10,7 +10,5 @@ import { Palette } from "@hpcc-js/common";

I1DChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I1DChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -22,7 +22,5 @@ import { Palette } from "@hpcc-js/common";

I2DAggrChart.prototype.click = function (row: object[], column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I2DAggrChart.prototype.dblclick = function (row: object[], column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -23,7 +23,5 @@ import { Palette } from "@hpcc-js/common";

I2DChart.prototype.click = function (row: object, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
I2DChart.prototype.dblclick = function (row: object, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -8,3 +8,2 @@ export function IGraph() {

if (more && more.vertex) {
console.log("Vertex click: " + more.vertex.id());
}

@@ -15,3 +14,2 @@ };

if (more && more.vertex) {
console.log("Vertex double click: " + more.vertex.id());
}

@@ -22,3 +20,2 @@ };

if (more && more.edge) {
console.log("Edge click: " + more.edge.id());
}

@@ -29,4 +26,3 @@ };

if (more && more.edge) {
console.log("Edge double click: " + more.edge.id());
}
};

@@ -23,7 +23,5 @@ import { Palette } from "@hpcc-js/common";

INDChart.prototype.click = function (row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};
INDChart.prototype.dblclick = function (row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
};

@@ -8,9 +8,7 @@ import { Palette } from "@hpcc-js/common";

click(row, column, selected) {
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected);
}
dblclick(row, column, selected) {
console.log("Double click: " + JSON.stringify(row) + ", " + column + ", " + selected);
}
}
ITree.prototype._palette = Palette.ordinal("default");
export declare const PKG_NAME = "@hpcc-js/api";
export declare const PKG_VERSION = "2.9.1";
export declare const BUILD_VERSION = "2.102.4";
export declare const PKG_VERSION = "2.9.2";
export declare const BUILD_VERSION = "2.102.11";
//# sourceMappingURL=__package__.d.ts.map
export declare const PKG_NAME = "@hpcc-js/api";
export declare const PKG_VERSION = "2.9.1";
export declare const BUILD_VERSION = "2.102.4";
export declare const PKG_VERSION = "2.9.2";
export declare const BUILD_VERSION = "2.102.11";
//# sourceMappingURL=__package__.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc