@syncfusion/ej2-angular-treemap 29.2.4-ngcc → 30.1.37-ngcc
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/@syncfusion/ej2-angular-treemap.es5.js +386 -386
- package/@syncfusion/ej2-angular-treemap.js +335 -335
- package/{license → LICENSE} +10 -10
- package/dist/ej2-angular-treemap.umd.js +377 -377
- package/dist/ej2-angular-treemap.umd.min.js +1 -1
- package/ej2-angular-treemap.d.ts +5 -5
- package/package.json +15 -46
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +6 -6
- package/src/treemap/colormapping.directive.d.ts +54 -54
- package/src/treemap/levels.directive.d.ts +98 -98
- package/src/treemap/treemap-all.module.d.ts +13 -13
- package/src/treemap/treemap.component.d.ts +50 -50
- package/src/treemap/treemap.module.d.ts +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-treemap.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/ej2-angular-treemap.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
export { inputs as ɵa, outputs as ɵb } from './src/treemap/treemap.component';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public_api';
|
|
5
|
+
export { inputs as ɵa, outputs as ɵb } from './src/treemap/treemap.component';
|
package/package.json
CHANGED
|
@@ -1,61 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-treemap@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-treemap",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-treemap",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treemap/-/ej2-angular-treemap-29.1.33.tgz",
|
|
23
|
-
"_shasum": "1c6697951750c141bf4d458aadceb7120e8cf67f",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-treemap@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-treemap",
|
|
3
|
+
"version": "30.1.37-ngcc",
|
|
4
|
+
"description": "Essential JS 2 TreeMap Components for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-treemap": "
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-treemap": "30.1.37"
|
|
37
12
|
},
|
|
38
|
-
"deprecated": false,
|
|
39
|
-
"description": "Essential JS 2 TreeMap Components for Angular",
|
|
40
13
|
"devDependencies": {},
|
|
41
|
-
"es2015": "@syncfusion/ej2-angular-treemap.js",
|
|
42
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
14
|
"keywords": [
|
|
44
15
|
"angular",
|
|
45
16
|
"ng-treemap",
|
|
46
17
|
"ej2-ng-treemap"
|
|
47
18
|
],
|
|
48
|
-
"license": "SEE LICENSE IN license",
|
|
49
|
-
"main": "dist/ej2-angular-treemap.umd.js",
|
|
50
|
-
"metadata": "ej2-angular-treemap.metadata.json",
|
|
51
|
-
"module": "@syncfusion/ej2-angular-treemap.es5.js",
|
|
52
|
-
"name": "@syncfusion/ej2-angular-treemap",
|
|
53
19
|
"repository": {
|
|
54
20
|
"type": "git",
|
|
55
|
-
"url": "
|
|
21
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
56
22
|
},
|
|
57
|
-
"schematics": "./schematics/collection.json",
|
|
58
23
|
"sideEffects": false,
|
|
24
|
+
"main": "dist/ej2-angular-treemap.umd.js",
|
|
25
|
+
"module": "@syncfusion/ej2-angular-treemap.es5.js",
|
|
26
|
+
"es2015": "@syncfusion/ej2-angular-treemap.js",
|
|
59
27
|
"typings": "ej2-angular-treemap.d.ts",
|
|
60
|
-
"
|
|
28
|
+
"metadata": "ej2-angular-treemap.metadata.json",
|
|
29
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
61
30
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-treemap";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^16.31.24";
|
|
3
3
|
export declare const moduleName = "TreeMapModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~16.31.24";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-treemap';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'TreeMapModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-treemap';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'TreeMapModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-treemap';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'TreeMapModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|
package/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ColorMappingDirective, ColorMappingsDirective } from './treemap/colormapping.directive';
|
|
2
|
-
export { LevelDirective, LevelsDirective } from './treemap/levels.directive';
|
|
3
|
-
export { TreeMapComponent } from './treemap/treemap.component';
|
|
4
|
-
export { TreeMapModule } from './treemap/treemap.module';
|
|
5
|
-
export { TreeMapAllModule, TreeMapTooltipService, TreeMapLegendService, TreeMapHighlightService, TreeMapSelectionService, PrintService, PdfExportService, ImageExportService } from './treemap/treemap-all.module';
|
|
6
|
-
export * from '@syncfusion/ej2-treemap';
|
|
1
|
+
export { ColorMappingDirective, ColorMappingsDirective } from './treemap/colormapping.directive';
|
|
2
|
+
export { LevelDirective, LevelsDirective } from './treemap/levels.directive';
|
|
3
|
+
export { TreeMapComponent } from './treemap/treemap.component';
|
|
4
|
+
export { TreeMapModule } from './treemap/treemap.module';
|
|
5
|
+
export { TreeMapAllModule, TreeMapTooltipService, TreeMapLegendService, TreeMapHighlightService, TreeMapSelectionService, PrintService, PdfExportService, ImageExportService } from './treemap/treemap-all.module';
|
|
6
|
+
export * from '@syncfusion/ej2-treemap';
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {
|
|
4
|
-
private viewContainerRef;
|
|
5
|
-
directivePropList: any;
|
|
6
|
-
/**
|
|
7
|
-
* Sets and gets the color for the color-mapping in treemap.
|
|
8
|
-
* @default null
|
|
9
|
-
*/
|
|
10
|
-
color: any;
|
|
11
|
-
/**
|
|
12
|
-
* Sets and gets the value from which the range of color mapping starts.
|
|
13
|
-
* @default null
|
|
14
|
-
*/
|
|
15
|
-
from: any;
|
|
16
|
-
/**
|
|
17
|
-
* Sets and gets the label text for the legend when it is rendered based on color mapping.
|
|
18
|
-
* @default null
|
|
19
|
-
*/
|
|
20
|
-
label: any;
|
|
21
|
-
/**
|
|
22
|
-
* Sets and gets the maximum opacity for the color-mapping in the treemap.
|
|
23
|
-
* @default null
|
|
24
|
-
*/
|
|
25
|
-
maxOpacity: any;
|
|
26
|
-
/**
|
|
27
|
-
* Sets and gets the minimum opacity for the color-mapping in the treemap.
|
|
28
|
-
* @default null
|
|
29
|
-
*/
|
|
30
|
-
minOpacity: any;
|
|
31
|
-
/**
|
|
32
|
-
* Enables or disables the visibility of the legend for color mapping in the treemap.
|
|
33
|
-
* @default true
|
|
34
|
-
*/
|
|
35
|
-
showLegend: any;
|
|
36
|
-
/**
|
|
37
|
-
* Sets and gets the value to which the range of color mapping ends.
|
|
38
|
-
* @default null
|
|
39
|
-
*/
|
|
40
|
-
to: any;
|
|
41
|
-
/**
|
|
42
|
-
* Sets and gets the value for the color-mapping from the data source.
|
|
43
|
-
* @default null
|
|
44
|
-
*/
|
|
45
|
-
value: any;
|
|
46
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* ColorMapping Array Directive
|
|
50
|
-
* @private
|
|
51
|
-
*/
|
|
52
|
-
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
53
|
-
constructor();
|
|
54
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
/**
|
|
7
|
+
* Sets and gets the color for the color-mapping in treemap.
|
|
8
|
+
* @default null
|
|
9
|
+
*/
|
|
10
|
+
color: any;
|
|
11
|
+
/**
|
|
12
|
+
* Sets and gets the value from which the range of color mapping starts.
|
|
13
|
+
* @default null
|
|
14
|
+
*/
|
|
15
|
+
from: any;
|
|
16
|
+
/**
|
|
17
|
+
* Sets and gets the label text for the legend when it is rendered based on color mapping.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
label: any;
|
|
21
|
+
/**
|
|
22
|
+
* Sets and gets the maximum opacity for the color-mapping in the treemap.
|
|
23
|
+
* @default null
|
|
24
|
+
*/
|
|
25
|
+
maxOpacity: any;
|
|
26
|
+
/**
|
|
27
|
+
* Sets and gets the minimum opacity for the color-mapping in the treemap.
|
|
28
|
+
* @default null
|
|
29
|
+
*/
|
|
30
|
+
minOpacity: any;
|
|
31
|
+
/**
|
|
32
|
+
* Enables or disables the visibility of the legend for color mapping in the treemap.
|
|
33
|
+
* @default true
|
|
34
|
+
*/
|
|
35
|
+
showLegend: any;
|
|
36
|
+
/**
|
|
37
|
+
* Sets and gets the value to which the range of color mapping ends.
|
|
38
|
+
* @default null
|
|
39
|
+
*/
|
|
40
|
+
to: any;
|
|
41
|
+
/**
|
|
42
|
+
* Sets and gets the value for the color-mapping from the data source.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
value: any;
|
|
46
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* ColorMapping Array Directive
|
|
50
|
+
* @private
|
|
51
|
+
*/
|
|
52
|
+
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
53
|
+
constructor();
|
|
54
|
+
}
|
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* Represents the directive to configure and render level leaf items in the treemap.
|
|
5
|
-
* ```html
|
|
6
|
-
* <e-levels>
|
|
7
|
-
* <e-level></e-level>
|
|
8
|
-
* </e-levels>
|
|
9
|
-
* ```
|
|
10
|
-
*/
|
|
11
|
-
export declare class LevelDirective extends ComplexBase<LevelDirective> {
|
|
12
|
-
private viewContainerRef;
|
|
13
|
-
directivePropList: any;
|
|
14
|
-
childColorMapping: any;
|
|
15
|
-
tags: string[];
|
|
16
|
-
/**
|
|
17
|
-
* Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
|
|
18
|
-
* @default false
|
|
19
|
-
*/
|
|
20
|
-
autoFill: any;
|
|
21
|
-
/**
|
|
22
|
-
* Sets and gets the options for customizing the color and width of the border of
|
|
23
|
-
* the level leaf items of the treemap.
|
|
24
|
-
*/
|
|
25
|
-
border: any;
|
|
26
|
-
/**
|
|
27
|
-
* Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
|
|
28
|
-
*/
|
|
29
|
-
colorMapping: any;
|
|
30
|
-
/**
|
|
31
|
-
* Sets and gets the fill color of the level leaf item in the treemap.
|
|
32
|
-
* @default null
|
|
33
|
-
*/
|
|
34
|
-
fill: any;
|
|
35
|
-
/**
|
|
36
|
-
* Sets and gets the gap between the level leaf items in the treemap.
|
|
37
|
-
* @default 0
|
|
38
|
-
*/
|
|
39
|
-
groupGap: any;
|
|
40
|
-
/**
|
|
41
|
-
* Sets and gets the padding of level leaf items in the treemap.
|
|
42
|
-
* @default 10
|
|
43
|
-
*/
|
|
44
|
-
groupPadding: any;
|
|
45
|
-
/**
|
|
46
|
-
* Sets and gets the value path from the data source in the treemap to render the item.
|
|
47
|
-
* @default null
|
|
48
|
-
*/
|
|
49
|
-
groupPath: any;
|
|
50
|
-
/**
|
|
51
|
-
* Sets and gets the alignment of the header of the treemap.
|
|
52
|
-
* @default 'Near'
|
|
53
|
-
*/
|
|
54
|
-
headerAlignment: any;
|
|
55
|
-
/**
|
|
56
|
-
* Sets and gets the string to format the header label of the level leaf items in the treemap.
|
|
57
|
-
* @default null
|
|
58
|
-
*/
|
|
59
|
-
headerFormat: any;
|
|
60
|
-
/**
|
|
61
|
-
* Sets and gets the height of header in the treemap.
|
|
62
|
-
* @default 20
|
|
63
|
-
*/
|
|
64
|
-
headerHeight: any;
|
|
65
|
-
/**
|
|
66
|
-
* Sets and gets the options for customizing the text style of header label of the level leaf item.
|
|
67
|
-
*/
|
|
68
|
-
headerStyle: any;
|
|
69
|
-
/**
|
|
70
|
-
* Sets and gets the opacity in the level leaf item of the treemap.
|
|
71
|
-
* @default 1
|
|
72
|
-
*/
|
|
73
|
-
opacity: any;
|
|
74
|
-
/**
|
|
75
|
-
* Shows or hides the header in level leaf item of the treemap.
|
|
76
|
-
* @default true
|
|
77
|
-
*/
|
|
78
|
-
showHeader: any;
|
|
79
|
-
/**
|
|
80
|
-
* Sets and gets the options for customizing the template position of the treemap.
|
|
81
|
-
* @default 'TopLeft'
|
|
82
|
-
*/
|
|
83
|
-
templatePosition: any;
|
|
84
|
-
/**
|
|
85
|
-
* Sets and gets the template for header in the treemap.
|
|
86
|
-
* @default null
|
|
87
|
-
* @asptype string
|
|
88
|
-
*/
|
|
89
|
-
headerTemplate: any;
|
|
90
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* Level Array Directive
|
|
94
|
-
* @private
|
|
95
|
-
*/
|
|
96
|
-
export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
|
|
97
|
-
constructor();
|
|
98
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to configure and render level leaf items in the treemap.
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-levels>
|
|
7
|
+
* <e-level></e-level>
|
|
8
|
+
* </e-levels>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class LevelDirective extends ComplexBase<LevelDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
childColorMapping: any;
|
|
15
|
+
tags: string[];
|
|
16
|
+
/**
|
|
17
|
+
* Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
|
|
18
|
+
* @default false
|
|
19
|
+
*/
|
|
20
|
+
autoFill: any;
|
|
21
|
+
/**
|
|
22
|
+
* Sets and gets the options for customizing the color and width of the border of
|
|
23
|
+
* the level leaf items of the treemap.
|
|
24
|
+
*/
|
|
25
|
+
border: any;
|
|
26
|
+
/**
|
|
27
|
+
* Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
|
|
28
|
+
*/
|
|
29
|
+
colorMapping: any;
|
|
30
|
+
/**
|
|
31
|
+
* Sets and gets the fill color of the level leaf item in the treemap.
|
|
32
|
+
* @default null
|
|
33
|
+
*/
|
|
34
|
+
fill: any;
|
|
35
|
+
/**
|
|
36
|
+
* Sets and gets the gap between the level leaf items in the treemap.
|
|
37
|
+
* @default 0
|
|
38
|
+
*/
|
|
39
|
+
groupGap: any;
|
|
40
|
+
/**
|
|
41
|
+
* Sets and gets the padding of level leaf items in the treemap.
|
|
42
|
+
* @default 10
|
|
43
|
+
*/
|
|
44
|
+
groupPadding: any;
|
|
45
|
+
/**
|
|
46
|
+
* Sets and gets the value path from the data source in the treemap to render the item.
|
|
47
|
+
* @default null
|
|
48
|
+
*/
|
|
49
|
+
groupPath: any;
|
|
50
|
+
/**
|
|
51
|
+
* Sets and gets the alignment of the header of the treemap.
|
|
52
|
+
* @default 'Near'
|
|
53
|
+
*/
|
|
54
|
+
headerAlignment: any;
|
|
55
|
+
/**
|
|
56
|
+
* Sets and gets the string to format the header label of the level leaf items in the treemap.
|
|
57
|
+
* @default null
|
|
58
|
+
*/
|
|
59
|
+
headerFormat: any;
|
|
60
|
+
/**
|
|
61
|
+
* Sets and gets the height of header in the treemap.
|
|
62
|
+
* @default 20
|
|
63
|
+
*/
|
|
64
|
+
headerHeight: any;
|
|
65
|
+
/**
|
|
66
|
+
* Sets and gets the options for customizing the text style of header label of the level leaf item.
|
|
67
|
+
*/
|
|
68
|
+
headerStyle: any;
|
|
69
|
+
/**
|
|
70
|
+
* Sets and gets the opacity in the level leaf item of the treemap.
|
|
71
|
+
* @default 1
|
|
72
|
+
*/
|
|
73
|
+
opacity: any;
|
|
74
|
+
/**
|
|
75
|
+
* Shows or hides the header in level leaf item of the treemap.
|
|
76
|
+
* @default true
|
|
77
|
+
*/
|
|
78
|
+
showHeader: any;
|
|
79
|
+
/**
|
|
80
|
+
* Sets and gets the options for customizing the template position of the treemap.
|
|
81
|
+
* @default 'TopLeft'
|
|
82
|
+
*/
|
|
83
|
+
templatePosition: any;
|
|
84
|
+
/**
|
|
85
|
+
* Sets and gets the template for header in the treemap.
|
|
86
|
+
* @default null
|
|
87
|
+
* @asptype string
|
|
88
|
+
*/
|
|
89
|
+
headerTemplate: any;
|
|
90
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Level Array Directive
|
|
94
|
+
* @private
|
|
95
|
+
*/
|
|
96
|
+
export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
|
|
97
|
+
constructor();
|
|
98
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
export declare const TreeMapTooltipService: ValueProvider;
|
|
3
|
-
export declare const TreeMapLegendService: ValueProvider;
|
|
4
|
-
export declare const TreeMapHighlightService: ValueProvider;
|
|
5
|
-
export declare const TreeMapSelectionService: ValueProvider;
|
|
6
|
-
export declare const PrintService: ValueProvider;
|
|
7
|
-
export declare const PdfExportService: ValueProvider;
|
|
8
|
-
export declare const ImageExportService: ValueProvider;
|
|
9
|
-
/**
|
|
10
|
-
* NgModule definition for the TreeMap component with providers.
|
|
11
|
-
*/
|
|
12
|
-
export declare class TreeMapAllModule {
|
|
13
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const TreeMapTooltipService: ValueProvider;
|
|
3
|
+
export declare const TreeMapLegendService: ValueProvider;
|
|
4
|
+
export declare const TreeMapHighlightService: ValueProvider;
|
|
5
|
+
export declare const TreeMapSelectionService: ValueProvider;
|
|
6
|
+
export declare const PrintService: ValueProvider;
|
|
7
|
+
export declare const PdfExportService: ValueProvider;
|
|
8
|
+
export declare const ImageExportService: ValueProvider;
|
|
9
|
+
/**
|
|
10
|
+
* NgModule definition for the TreeMap component with providers.
|
|
11
|
+
*/
|
|
12
|
+
export declare class TreeMapAllModule {
|
|
13
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { TreeMap } from '@syncfusion/ej2-treemap';
|
|
4
|
-
import { LevelsDirective } from './levels.directive';
|
|
5
|
-
export declare const inputs: string[];
|
|
6
|
-
export declare const outputs: string[];
|
|
7
|
-
export declare const twoWays: string[];
|
|
8
|
-
/**
|
|
9
|
-
* Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
|
|
10
|
-
* ```html
|
|
11
|
-
* <ej-treemap></ej-treemap>
|
|
12
|
-
* ```
|
|
13
|
-
*/
|
|
14
|
-
export declare class TreeMapComponent extends TreeMap implements IComponentBase {
|
|
15
|
-
private ngEle;
|
|
16
|
-
private srenderer;
|
|
17
|
-
private viewContainerRef;
|
|
18
|
-
private injector;
|
|
19
|
-
context: any;
|
|
20
|
-
tagObjects: any;
|
|
21
|
-
beforePrint: any;
|
|
22
|
-
click: any;
|
|
23
|
-
doubleClick: any;
|
|
24
|
-
drillEnd: any;
|
|
25
|
-
drillStart: any;
|
|
26
|
-
itemClick: any;
|
|
27
|
-
itemHighlight: any;
|
|
28
|
-
itemMove: any;
|
|
29
|
-
itemRendering: any;
|
|
30
|
-
itemSelected: any;
|
|
31
|
-
legendItemRendering: any;
|
|
32
|
-
legendRendering: any;
|
|
33
|
-
load: any;
|
|
34
|
-
loaded: any;
|
|
35
|
-
mouseMove: any;
|
|
36
|
-
resize: any;
|
|
37
|
-
rightClick: any;
|
|
38
|
-
tooltipRendering: any;
|
|
39
|
-
childLevels: QueryList<LevelsDirective>;
|
|
40
|
-
tags: string[];
|
|
41
|
-
tooltipSettings_template: any;
|
|
42
|
-
leafItemSettings_labelTemplate: any;
|
|
43
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
44
|
-
ngOnInit(): void;
|
|
45
|
-
ngAfterViewInit(): void;
|
|
46
|
-
ngOnDestroy(): void;
|
|
47
|
-
ngAfterContentChecked(): void;
|
|
48
|
-
registerEvents: (eventList: string[]) => void;
|
|
49
|
-
addTwoWay: (propList: string[]) => void;
|
|
50
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { TreeMap } from '@syncfusion/ej2-treemap';
|
|
4
|
+
import { LevelsDirective } from './levels.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ej-treemap></ej-treemap>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class TreeMapComponent extends TreeMap implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforePrint: any;
|
|
22
|
+
click: any;
|
|
23
|
+
doubleClick: any;
|
|
24
|
+
drillEnd: any;
|
|
25
|
+
drillStart: any;
|
|
26
|
+
itemClick: any;
|
|
27
|
+
itemHighlight: any;
|
|
28
|
+
itemMove: any;
|
|
29
|
+
itemRendering: any;
|
|
30
|
+
itemSelected: any;
|
|
31
|
+
legendItemRendering: any;
|
|
32
|
+
legendRendering: any;
|
|
33
|
+
load: any;
|
|
34
|
+
loaded: any;
|
|
35
|
+
mouseMove: any;
|
|
36
|
+
resize: any;
|
|
37
|
+
rightClick: any;
|
|
38
|
+
tooltipRendering: any;
|
|
39
|
+
childLevels: QueryList<LevelsDirective>;
|
|
40
|
+
tags: string[];
|
|
41
|
+
tooltipSettings_template: any;
|
|
42
|
+
leafItemSettings_labelTemplate: any;
|
|
43
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
44
|
+
ngOnInit(): void;
|
|
45
|
+
ngAfterViewInit(): void;
|
|
46
|
+
ngOnDestroy(): void;
|
|
47
|
+
ngAfterContentChecked(): void;
|
|
48
|
+
registerEvents: (eventList: string[]) => void;
|
|
49
|
+
addTwoWay: (propList: string[]) => void;
|
|
50
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the TreeMap component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class TreeMapModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the TreeMap component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class TreeMapModule {
|
|
5
|
+
}
|