@syncfusion/ej2-heatmap
Advanced tools
Comparing version 20.2.36 to 20.2.38
/*! | ||
* filename: index.d.ts | ||
* version : 20.2.36 | ||
* version : 20.2.38 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
@@ -1,32 +0,48 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e"); | ||
class HeatMapHelper extends e2e_1.TestHelper { | ||
constructor(id, wrapperFn) { | ||
super(); | ||
this.id = id; | ||
if (wrapperFn !== undefined) { | ||
this.wrapperFn = wrapperFn; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var HeatMapHelper = (function (_super) { | ||
__extends(HeatMapHelper, _super); | ||
function HeatMapHelper(id, wrapperFn) { | ||
var _this = _super.call(this) || this; | ||
_this.id = id; | ||
if (wrapperFn !== undefined) { | ||
_this.wrapperFn = wrapperFn; | ||
} | ||
return _this; | ||
} | ||
return this; | ||
} | ||
getHeatMapContainer() { | ||
return this.selector('#' + this.id); | ||
} | ||
getTooltipElement() { | ||
return this.selector('#' + this.id + 'Celltooltipcontainer'); | ||
} | ||
getSecondaryElement() { | ||
return this.selector('#' + this.id + '_Secondary_Element'); | ||
} | ||
getLegendElement() { | ||
return this.selector('#' + this.id + '_Heatmap_Legend'); | ||
} | ||
getAxisElement() { | ||
return this.selector('#' + this.id + 'AxisCollection'); | ||
} | ||
getSeriesElement() { | ||
return this.selector('#' + this.id + 'Celltooltipcontainer'); | ||
} | ||
} | ||
exports.HeatMapHelper = HeatMapHelper; | ||
HeatMapHelper.prototype.getHeatMapContainer = function () { | ||
return this.selector('#' + this.id); | ||
}; | ||
HeatMapHelper.prototype.getTooltipElement = function () { | ||
return this.selector('#' + this.id + 'Celltooltipcontainer'); | ||
}; | ||
HeatMapHelper.prototype.getSecondaryElement = function () { | ||
return this.selector('#' + this.id + '_Secondary_Element'); | ||
}; | ||
HeatMapHelper.prototype.getLegendElement = function () { | ||
return this.selector('#' + this.id + '_Heatmap_Legend'); | ||
}; | ||
HeatMapHelper.prototype.getAxisElement = function () { | ||
return this.selector('#' + this.id + 'AxisCollection'); | ||
}; | ||
HeatMapHelper.prototype.getSeriesElement = function () { | ||
return this.selector('#' + this.id + 'Celltooltipcontainer'); | ||
}; | ||
return HeatMapHelper; | ||
}(e2e_1.TestHelper)); | ||
exports.HeatMapHelper = HeatMapHelper; | ||
}); |
@@ -1,6 +0,8 @@ | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./heatmap")); | ||
define(["require", "exports", "./heatmap"], function (require, exports, heatmap_1) { | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(heatmap_1); | ||
}); |
{ | ||
"_from": "@syncfusion/ej2-heatmap@*", | ||
"_id": "@syncfusion/ej2-heatmap@20.2.1", | ||
"_id": "@syncfusion/ej2-heatmap@20.2.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-awypNSMnVtTy1C4Hg/5UD7A00it8tP6zocnd/6KXalzpdp20esSDqzc27vnU/Q1mMhNGBM+BuNcG8sc7RNZysQ==", | ||
"_integrity": "sha512-Ok64VJukaUPm9F/T1K8lrNLQJxO7+H7dfHexIbqkFT9L7QYMZte1h13Zb6QYa+L5NJ/SXU3ScCeIoP5AHKnJEA==", | ||
"_location": "/@syncfusion/ej2-heatmap", | ||
"_phantomChildren": { | ||
"@syncfusion/ej2-compression": "20.2.1" | ||
"@syncfusion/ej2-compression": "20.2.36" | ||
}, | ||
@@ -28,4 +28,4 @@ "_requested": { | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-heatmap/-/ej2-heatmap-20.2.1.tgz", | ||
"_shasum": "8056ea2b034c56150e8573abf64f01c1a8116945", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-heatmap/-/ej2-heatmap-20.2.36.tgz", | ||
"_shasum": "fb507100e067372e0aaeb68c8365b96b052d8437", | ||
"_spec": "@syncfusion/ej2-heatmap@*", | ||
@@ -38,8 +38,8 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.2.36", | ||
"@syncfusion/ej2-compression": "~20.2.36", | ||
"@syncfusion/ej2-data": "~20.2.36", | ||
"@syncfusion/ej2-file-utils": "~20.2.36", | ||
"@syncfusion/ej2-pdf-export": "~20.2.36", | ||
"@syncfusion/ej2-svg-base": "~20.2.36" | ||
"@syncfusion/ej2-base": "~20.2.38", | ||
"@syncfusion/ej2-compression": "~20.2.38", | ||
"@syncfusion/ej2-data": "~20.2.38", | ||
"@syncfusion/ej2-file-utils": "~20.2.38", | ||
"@syncfusion/ej2-pdf-export": "~20.2.38", | ||
"@syncfusion/ej2-svg-base": "~20.2.38" | ||
}, | ||
@@ -71,4 +71,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.2.36", | ||
"version": "20.2.38", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4535103
68
32017