@syncfusion/ej2-vue-treemap 20.1.59 → 20.2.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -14
- package/dist/ej2-vue-treemap.umd.min.js +2 -29
- package/dist/ej2-vue-treemap.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-treemap.es2015.js +2 -2
- package/dist/es6/ej2-vue-treemap.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-treemap.es5.js +2 -2
- package/dist/es6/ej2-vue-treemap.es5.js.map +1 -1
- package/dist/global/ej2-vue-treemap.min.js +2 -2
- package/package.json +8 -8
- package/src/treemap/treemap.component.js +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-treemap@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-treemap@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-treemap@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-1L3qGhjm59P90Aeb88zzUyckkor94IMbf+SarDleGiz4DWSg5+ZYkkPwI+bC18ElUOzXM4PV1i+XV7vlnBKNAw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-treemap",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-treemap/-/ej2-vue-treemap-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-treemap/-/ej2-vue-treemap-20.2.38.tgz",
|
|
23
|
+
"_shasum": "8054eaad4f1a6f763c7f43db680cca2341658dfa",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-treemap@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-treemap": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.43",
|
|
35
|
+
"@syncfusion/ej2-treemap": "20.2.43",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 TreeMap Components for Vue",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
72
72
|
},
|
|
73
|
-
"version": "20.
|
|
73
|
+
"version": "20.2.43",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -23,13 +23,13 @@ import { TreeMap } from '@syncfusion/ej2-treemap';
|
|
|
23
23
|
import { ColorMappingsDirective, ColorMappingDirective, ColorMappingsPlugin, ColorMappingPlugin } from './colormapping.directive';
|
|
24
24
|
import { LevelsDirective, LevelDirective, LevelsPlugin, LevelPlugin } from './levels.directive';
|
|
25
25
|
import { Options } from 'vue-class-component';
|
|
26
|
-
export var properties = ['isLazyUpdate', 'allowImageExport', 'allowPdfExport', 'allowPrint', 'background', 'border', 'breadcrumbConnector', 'colorValuePath', 'dataSource', 'description', 'drillDownView', 'enableBreadcrumb', 'enableDrillDown', 'enablePersistence', 'enableRtl', 'equalColorValuePath', 'format', 'height', 'highlightSettings', 'initialDrillDown', 'layoutType', 'leafItemSettings', 'legendSettings', 'levels', 'locale', 'margin', 'palette', 'query', 'rangeColorValuePath', 'renderDirection', 'selectionSettings', 'tabIndex', 'theme', 'titleSettings', 'tooltipSettings', 'useGroupingSeparator', 'weightValuePath', 'width', 'beforePrint', 'click', 'doubleClick', 'drillEnd', 'drillStart', 'itemClick', 'itemHighlight', 'itemMove', 'itemRendering', 'itemSelected', 'legendItemRendering', 'legendRendering', 'load', 'loaded', 'mouseMove', 'resize', 'rightClick', 'tooltipRendering'];
|
|
26
|
+
export var properties = ['isLazyUpdate', 'plugins', 'allowImageExport', 'allowPdfExport', 'allowPrint', 'background', 'border', 'breadcrumbConnector', 'colorValuePath', 'dataSource', 'description', 'drillDownView', 'enableBreadcrumb', 'enableDrillDown', 'enablePersistence', 'enableRtl', 'equalColorValuePath', 'format', 'height', 'highlightSettings', 'initialDrillDown', 'layoutType', 'leafItemSettings', 'legendSettings', 'levels', 'locale', 'margin', 'palette', 'query', 'rangeColorValuePath', 'renderDirection', 'selectionSettings', 'tabIndex', 'theme', 'titleSettings', 'tooltipSettings', 'useGroupingSeparator', 'weightValuePath', 'width', 'beforePrint', 'click', 'doubleClick', 'drillEnd', 'drillStart', 'itemClick', 'itemHighlight', 'itemMove', 'itemRendering', 'itemSelected', 'legendItemRendering', 'legendRendering', 'load', 'loaded', 'mouseMove', 'resize', 'rightClick', 'tooltipRendering'];
|
|
27
27
|
export var modelProps = [];
|
|
28
28
|
export var testProp = getProps({ props: properties });
|
|
29
29
|
export var props = testProp[0];
|
|
30
30
|
export var watch = testProp[1];
|
|
31
31
|
export var emitProbs = Object.keys(watch);
|
|
32
|
-
emitProbs.push('modelchanged');
|
|
32
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
33
33
|
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
34
34
|
var props_1 = modelProps_1[_i];
|
|
35
35
|
emitProbs.push('update:' + props_1);
|