@hpcc-js/other
Advanced tools
Comparing version
{ | ||
"name": "@hpcc-js/other", | ||
"version": "2.14.2", | ||
"version": "2.14.3", | ||
"description": "hpcc-js - Viz Other", | ||
@@ -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,5 +42,5 @@ "update": "npx npm-check-updates -u -t minor" | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.9.1", | ||
"@hpcc-js/common": "^2.66.1", | ||
"@hpcc-js/layout": "^2.47.2" | ||
"@hpcc-js/api": "^2.9.2", | ||
"@hpcc-js/common": "^2.67.0", | ||
"@hpcc-js/layout": "^2.47.3" | ||
}, | ||
@@ -74,3 +74,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "cd0029695af339b4f316099b57ee0ada54e74910" | ||
"gitHead": "bd452a4559c9e5790881521a332964eef36153b7" | ||
} |
export const PKG_NAME = "@hpcc-js/other"; | ||
export const PKG_VERSION = "2.14.2"; | ||
export const BUILD_VERSION = "2.102.4"; | ||
export const PKG_VERSION = "2.14.3"; | ||
export const BUILD_VERSION = "2.102.11"; |
@@ -102,3 +102,2 @@ import { HTMLWidget } from "@hpcc-js/common"; | ||
click(row, column, selected) { | ||
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); | ||
} | ||
@@ -105,0 +104,0 @@ |
@@ -198,7 +198,5 @@ import { HTMLWidget, Palette, Utility } 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); | ||
} | ||
@@ -205,0 +203,0 @@ |
@@ -254,7 +254,4 @@ import { Utility } from "@hpcc-js/common"; | ||
clearInterval(progress); | ||
console.log("Request timeout: " + script.src); | ||
doCallback(); | ||
reject(Error("Request timeout: " + script.src)); | ||
} else { | ||
console.log("Request pending (" + respondedTimeout / 1000 + " sec): " + script.src); | ||
} | ||
@@ -397,3 +394,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (Basic.prototype.call)"); | ||
console.error("Deprecated: callback, use promise (Basic.prototype.call)"); | ||
callback(response); | ||
@@ -406,3 +403,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (Basic.prototype.call)"); | ||
console.error("Deprecated: callback, use promise (Basic.prototype.call)"); | ||
callback(response2); | ||
@@ -417,3 +414,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (Basic.prototype.call)"); | ||
console.error("Deprecated: callback, use promise (Basic.prototype.call)"); | ||
callback(response); | ||
@@ -553,3 +550,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsECL.prototype.call)"); | ||
console.error("Deprecated: callback, use promise (WsECL.prototype.call)"); | ||
callback(response); | ||
@@ -692,3 +689,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsWorkunits.prototype._fetchResult)"); | ||
console.error("Deprecated: callback, use promise (WsWorkunits.prototype._fetchResult)"); | ||
callback(context._resultNameCache[target.resultname]); | ||
@@ -731,3 +728,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsWorkunits.prototype.WUQuery)"); | ||
console.error("Deprecated: callback, use promise (WsWorkunits.prototype.WUQuery)"); | ||
callback(response); | ||
@@ -767,3 +764,3 @@ } | ||
if (Utility.exists("WUInfoResponse.Workunit.Archived", response) && response.WUInfoResponse.Workunit.Archived) { | ||
console.log("WU is archived: " + url + " " + JSON.stringify(request)); | ||
console.warn("WU is archived: " + url + " " + JSON.stringify(request)); | ||
} | ||
@@ -777,3 +774,3 @@ if (Utility.exists("WUInfoResponse.Workunit.Results.ECLResult", response)) { | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResultNames)"); | ||
console.error("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResultNames)"); | ||
callback(context._resultNameCache); | ||
@@ -796,3 +793,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResults)"); | ||
console.error("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResults)"); | ||
callback(context._resultNameCache); | ||
@@ -875,3 +872,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"); | ||
console.error("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"); | ||
callback(response.WUGetStatsResponse.Statistics.WUStatisticItem); | ||
@@ -882,3 +879,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"); | ||
console.error("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"); | ||
callback([]); | ||
@@ -926,3 +923,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResults)"); | ||
console.error("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResults)"); | ||
callback(context._resultNameCache); | ||
@@ -938,3 +935,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResult)"); | ||
console.error("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResult)"); | ||
callback(context._resultNameCache[name]); | ||
@@ -974,3 +971,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResults)"); | ||
console.error("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResults)"); | ||
callback(context._resultNameCache); | ||
@@ -986,3 +983,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)"); | ||
console.error("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)"); | ||
callback(response); | ||
@@ -1066,3 +1063,3 @@ } | ||
if (callback) { | ||
console.log("Deprecated: callback, use promise (HIPIEDatabomb.prototype.fetchResults)"); | ||
console.error("Deprecated: callback, use promise (HIPIEDatabomb.prototype.fetchResults)"); | ||
callback(context._resultNameCache); | ||
@@ -1069,0 +1066,0 @@ } |
@@ -180,17 +180,8 @@ import { Palette, Platform } from "@hpcc-js/common"; | ||
onClick(rowData, rowIdx) { | ||
console.log("Legend onClick method"); | ||
console.log("rowData: " + rowData); | ||
console.log("rowIdx: " + rowIdx); | ||
} | ||
onDblClick(rowData, rowIdx) { | ||
console.log("Legend onDblClick method"); | ||
console.log("rowData: " + rowData); | ||
console.log("rowIdx: " + rowIdx); | ||
} | ||
onMouseOver(rowData, rowIdx) { | ||
console.log("Legend onMouseOver method"); | ||
console.log("rowData: " + rowData); | ||
console.log("rowIdx: " + rowIdx); | ||
} | ||
@@ -197,0 +188,0 @@ |
@@ -150,3 +150,3 @@ import { HTMLWidget, Platform, PropertyExt, Widget } from "@hpcc-js/common"; | ||
--this.watchDepth; | ||
console.log("watchDepth: " + this.watchDepth); | ||
console.info("watchDepth: " + this.watchDepth); | ||
} | ||
@@ -166,3 +166,3 @@ this._watch.remove(); | ||
++this.watchDepth; | ||
console.log("watchDepth: " + this.watchDepth); | ||
console.info("watchDepth: " + this.watchDepth); | ||
} | ||
@@ -169,0 +169,0 @@ } |
@@ -104,3 +104,2 @@ import { HTMLWidget } from "@hpcc-js/common"; | ||
click(row, column, selected) { | ||
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); | ||
} | ||
@@ -107,0 +106,0 @@ |
@@ -96,3 +96,2 @@ import { HTMLWidget } from "@hpcc-js/common"; | ||
click(row, column, selected) { | ||
console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); | ||
} | ||
@@ -99,0 +98,0 @@ label: { (): string; (_: string): Select }; |
@@ -6,9 +6,2 @@ import { d3Event, HTMLWidget, Platform, select as d3Select, selectAll as d3SelectAll, Utility, Widget } from "@hpcc-js/common"; | ||
function replacer(key, value) { | ||
if (value instanceof Widget) { | ||
return "Widget with class: " + value.classID(); | ||
} | ||
return value; | ||
} | ||
export class Table extends HTMLWidget { | ||
@@ -458,3 +451,3 @@ protected _paginator; | ||
this.table.style("margin-bottom", "50px"); | ||
console.log("Warning: displaying another widget in the table may cause problems with pagination"); | ||
console.warn("Warning: displaying another widget in the table may cause problems with pagination"); | ||
} else { | ||
@@ -930,7 +923,5 @@ this.tableDiv.style("overflow-y", null); | ||
click(row, column, selected) { | ||
console.log("click: " + JSON.stringify(row, replacer) + ", " + column + "," + selected); | ||
} | ||
dblclick(row, column, selected) { | ||
console.log("dblclick: " + JSON.stringify(row, replacer) + ", " + column + "," + selected); | ||
} | ||
@@ -937,0 +928,0 @@ |
export declare const PKG_NAME = "@hpcc-js/other"; | ||
export declare const PKG_VERSION = "2.14.2"; | ||
export declare const BUILD_VERSION = "2.102.4"; | ||
export declare const PKG_VERSION = "2.14.3"; | ||
export declare const BUILD_VERSION = "2.102.11"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/other"; | ||
export declare const PKG_VERSION = "2.14.2"; | ||
export declare const BUILD_VERSION = "2.102.4"; | ||
export declare const PKG_VERSION = "2.14.3"; | ||
export declare const BUILD_VERSION = "2.102.11"; | ||
//# sourceMappingURL=__package__.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
2790980
-0.49%22169
-0.36%Updated
Updated
Updated