@syncfusion/ej2-vue-treemap 22.2.5 → 23.1.36
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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-treemap@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-treemap@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-treemap@16.31.23",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-8lykTPjrQmKdLfF7T1SqIo8F4KSC+lxCs1Hu5/rA+OODHZvIB4Lxs0E3MCdKmW3sKnYR2H53z6YzAsKuImq0Kw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-treemap",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-treemap/-/ej2-vue-treemap-16.31.23.tgz",
|
|
23
|
+
"_shasum": "3bceba821339c997f1df12e11b6fc2abd784c4ff",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-treemap@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-treemap": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.36",
|
|
35
|
+
"@syncfusion/ej2-treemap": "23.1.36",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 TreeMap Components for Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "23.1.36",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { ColorMappingModel } from '@syncfusion/ej2-treemap';
|
|
1
3
|
export declare let ColorMappingsDirective: any;
|
|
2
4
|
export declare const ColorMappingsPlugin: {
|
|
3
5
|
name: string;
|
|
4
6
|
install(Vue: any): void;
|
|
5
7
|
};
|
|
6
|
-
export declare let ColorMappingDirective:
|
|
8
|
+
export declare let ColorMappingDirective: DefineVueDirective<ColorMappingModel>;
|
|
7
9
|
export declare const ColorMappingPlugin: {
|
|
8
10
|
name: string;
|
|
9
11
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { LevelSettingsModel } from '@syncfusion/ej2-treemap';
|
|
1
3
|
export declare let LevelsDirective: any;
|
|
2
4
|
export declare const LevelsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -13,7 +15,7 @@ export declare const LevelsPlugin: {
|
|
|
13
15
|
* </ejs-treemap>
|
|
14
16
|
* ```
|
|
15
17
|
*/
|
|
16
|
-
export declare let LevelDirective:
|
|
18
|
+
export declare let LevelDirective: DefineVueDirective<LevelSettingsModel>;
|
|
17
19
|
export declare const LevelPlugin: {
|
|
18
20
|
name: string;
|
|
19
21
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { TreeMapModel } from '@syncfusion/ej2-treemap';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-treemap></ejs-treemap>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let TreeMapComponent:
|
|
13
|
+
export declare let TreeMapComponent: DefineVueComponent<TreeMapModel>;
|
|
12
14
|
export declare type TreeMapComponent = InstanceType<typeof TreeMapComponent>;
|
|
13
15
|
export declare const TreeMapPlugin: {
|
|
14
16
|
name: string;
|