@syncfusion/ej2-vue-heatmap
Advanced tools
Comparing version 17.1.1-beta to 17.1.32-beta
@@ -9,5 +9,21 @@ # Changelog | ||
- Now it is possible to select or deselect multiple cells in Heatmap by holding CTRL key and mouse click actions. | ||
## 17.1.1-beta (2019-01-29) | ||
### HeatMap | ||
#### New Features | ||
- Now it is possible to provide minimum and maximum values for bubble size in Bubble Heatmap. | ||
- Provided support for resized and loaded client-side events in Heatmap. The resized event will be triggered before Heatmap being rendered and the loaded event will be triggered after Heatmap is completely rendered on window resize action. | ||
## 16.4.53 (2019-02-13) | ||
### HeatMap | ||
#### Bug Fixes | ||
- The console window exception which is thrown for mouse hovering action on legend labels in Firefox browser has been handled. | ||
## 16.4.40-beta (2018-12-10) | ||
@@ -14,0 +30,0 @@ |
/*! | ||
* filename: ej2-vue-heatmap.umd.min.js | ||
* version : 17.1.1-beta | ||
* version : 17.1.32-beta | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -10,13 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
/*! | ||
* filename: ej2-vue-heatmap.umd.min.js | ||
* version : 16.4.42 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-heatmap"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-heatmap","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Heatmap,e.ej2VueBase)}(this,function(e,t,n){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},i=["allowSelection","cellSettings","dataSource","enablePersistence","enableRtl","height","legendSettings","locale","margin","paletteSettings","renderingMode","showTooltip","theme","titleSettings","tooltipSettings","width","xAxis","yAxis","cellClick","cellRender","cellSelected","created","load","loaded","resized","tooltipRender"],s=[],c=function(e){function c(){var n=e.call(this)||this;return n.propKeys=i,n.models=s,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.HeatMap({}),n.bindProperties(),n}return o(c,e),c.prototype.render=function(e){return e("div",this.$slots.default)},c.prototype.clearSelection=function(){return this.ej2Instances.clearSelection()},c.prototype.heatMapMouseClick=function(e){return this.ej2Instances.heatMapMouseClick(e)},c.prototype.refresh=function(){return this.ej2Instances.refresh()},c.prototype.refreshBound=function(){return this.ej2Instances.refreshBound()},c=r([n.EJComponentDecorator({props:i})],c)}(n.ComponentBase),a={name:"ejs-heatmap",install:function(e){e.component(a.name,c)}};e.HeatMapComponent=c,e.HeatMapPlugin=a,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-heatmap"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-heatmap","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Heatmap,e.ej2VueBase)}(this,function(e,t,n){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},s=["allowSelection","cellSettings","dataSource","enablePersistence","enableRtl","height","legendSettings","locale","margin","paletteSettings","renderingMode","showTooltip","theme","titleSettings","tooltipSettings","width","xAxis","yAxis","cellClick","cellRender","cellSelected","created","load","loaded","resized","tooltipRender"],i=[],c=function(e){function c(){var n=e.call(this)||this;return n.propKeys=s,n.models=i,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.HeatMap({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return o(c,e),c.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},c.prototype.render=function(e){return e("div",this.$slots.default)},c.prototype.clearSelection=function(){return this.ej2Instances.clearSelection()},c.prototype.heatMapMouseClick=function(e){return this.ej2Instances.heatMapMouseClick(e)},c.prototype.refresh=function(){return this.ej2Instances.refresh()},c.prototype.refreshBound=function(){return this.ej2Instances.refreshBound()},c=r([n.EJComponentDecorator({props:s})],c)}(n.ComponentBase),a={name:"ejs-heatmap",install:function(e){e.component(a.name,c)}};e.HeatMapComponent=c,e.HeatMapPlugin=a,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-vue-heatmap.umd.min.js.map |
@@ -29,3 +29,19 @@ import { HeatMap } from '@syncfusion/ej2-heatmap'; | ||
this.bindProperties(); | ||
this.ej2Instances._setProperties = this.ej2Instances.setProperties; | ||
this.ej2Instances.setProperties = this.setProperties; | ||
} | ||
setProperties(prop, muteOnChange) { | ||
if (this.ej2Instances && this.ej2Instances._setProperties) { | ||
this.ej2Instances._setProperties(prop, muteOnChange); | ||
} | ||
if (prop && this.models && this.models.length) { | ||
Object.keys(prop).map((key) => { | ||
this.models.map((model) => { | ||
if ((key === model) && !(/datasource/i.test(key))) { | ||
this.$emit('update:' + key, prop[key]); | ||
} | ||
}); | ||
}); | ||
} | ||
} | ||
render(createElement) { | ||
@@ -32,0 +48,0 @@ return createElement('div', this.$slots.default); |
@@ -43,4 +43,21 @@ import { HeatMap } from '@syncfusion/ej2-heatmap'; | ||
_this.bindProperties(); | ||
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties; | ||
_this.ej2Instances.setProperties = _this.setProperties; | ||
return _this; | ||
} | ||
HeatMapComponent.prototype.setProperties = function (prop, muteOnChange) { | ||
var _this = this; | ||
if (this.ej2Instances && this.ej2Instances._setProperties) { | ||
this.ej2Instances._setProperties(prop, muteOnChange); | ||
} | ||
if (prop && this.models && this.models.length) { | ||
Object.keys(prop).map(function (key) { | ||
_this.models.map(function (model) { | ||
if ((key === model) && !(/datasource/i.test(key))) { | ||
_this.$emit('update:' + key, prop[key]); | ||
} | ||
}); | ||
}); | ||
} | ||
}; | ||
HeatMapComponent.prototype.render = function (createElement) { | ||
@@ -47,0 +64,0 @@ return createElement('div', this.$slots.default); |
{ | ||
"name": "@syncfusion/ej2-vue-heatmap", | ||
"version": "17.1.1-beta", | ||
"_from": "@syncfusion/ej2-vue-heatmap@*", | ||
"_id": "@syncfusion/ej2-vue-heatmap@17.1.1", | ||
"_inBundle": false, | ||
"_integrity": "sha512-QElR3ZDd7u/uAQIJwWFDlHqW7C7GBqFuHoUSGGb6I8NVntg9lTQ8XoAotWuS/fnTyWdqhIVL9NZ0qcVHanw0pw==", | ||
"_location": "/@syncfusion/ej2-vue-heatmap", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "range", | ||
"registry": true, | ||
"raw": "@syncfusion/ej2-vue-heatmap@*", | ||
"name": "@syncfusion/ej2-vue-heatmap", | ||
"escapedName": "@syncfusion%2fej2-vue-heatmap", | ||
"scope": "@syncfusion", | ||
"rawSpec": "*", | ||
"saveSpec": null, | ||
"fetchSpec": "*" | ||
}, | ||
"_requiredBy": [ | ||
"/" | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-vue-heatmap/-/ej2-vue-heatmap-17.1.1.tgz", | ||
"_shasum": "96cfbf55f16de02f6db3d12391ac43a3245cc953", | ||
"_spec": "@syncfusion/ej2-vue-heatmap@*", | ||
"_where": "D:\\important\\apps\\nexus-rp\\release", | ||
"author": { | ||
"name": "Syncfusion Inc." | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/syncfusion/ej2-vue-ui-components/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-heatmap": "17.1.32-beta", | ||
"@syncfusion/ej2-vue-base": "~17.1.32-beta" | ||
}, | ||
"deprecated": false, | ||
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue", | ||
"author": "Syncfusion Inc.", | ||
"license": "SEE LICENSE IN license", | ||
"devDependencies": {}, | ||
"es2015": "dist/es6/ej2-vue-heatmap.es2015.js", | ||
"homepage": "https://github.com/syncfusion/ej2-vue-ui-components#readme", | ||
"keywords": [ | ||
@@ -20,26 +56,12 @@ "ej2", | ||
], | ||
"license": "SEE LICENSE IN license", | ||
"main": "./dist/ej2-vue-heatmap.umd.min.js", | ||
"module": "./index.js", | ||
"name": "@syncfusion/ej2-vue-heatmap", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git" | ||
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git" | ||
}, | ||
"main": "./dist/ej2-vue-heatmap.umd.min.js", | ||
"module": "./index.js", | ||
"es2015": "dist/es6/ej2-vue-heatmap.es2015.js", | ||
"readme": "ReadMe.md", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-vue-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-heatmap": "17.1.1-beta" | ||
}, | ||
"devDependencies": { | ||
"awesome-typescript-loader": "^3.1.3", | ||
"source-map-loader": "^0.2.1", | ||
"@types/chai": "^3.4.28", | ||
"@types/es6-promise": "0.0.28", | ||
"@types/jasmine": "^2.2.29", | ||
"@types/jasmine-ajax": "^3.1.27", | ||
"@types/requirejs": "^2.1.26", | ||
"vue": "2.5.2 - 2.5.21" | ||
}, | ||
"version": "17.1.32-beta", | ||
"sideEffects": false | ||
} |
@@ -21,2 +21,3 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base'; | ||
constructor(); | ||
setProperties(prop: any, muteOnChange: boolean): void; | ||
render(createElement: any): any; | ||
@@ -23,0 +24,0 @@ clearSelection(): void; |
@@ -42,4 +42,21 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.bindProperties(); | ||
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties; | ||
_this.ej2Instances.setProperties = _this.setProperties; | ||
return _this; | ||
} | ||
HeatMapComponent.prototype.setProperties = function (prop, muteOnChange) { | ||
var _this = this; | ||
if (this.ej2Instances && this.ej2Instances._setProperties) { | ||
this.ej2Instances._setProperties(prop, muteOnChange); | ||
} | ||
if (prop && this.models && this.models.length) { | ||
Object.keys(prop).map(function (key) { | ||
_this.models.map(function (model) { | ||
if ((key === model) && !(/datasource/i.test(key))) { | ||
_this.$emit('update:' + key, prop[key]); | ||
} | ||
}); | ||
}); | ||
} | ||
}; | ||
HeatMapComponent.prototype.render = function (createElement) { | ||
@@ -46,0 +63,0 @@ return createElement('div', this.$slots.default); |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
48039
0
332
0
2
+ Added@syncfusion/ej2-heatmap@17.1.32-beta(transitive)
- Removed@syncfusion/ej2-heatmap@17.1.1-beta(transitive)