@syncfusion/ej2-angular-maps 22.1.34 → 22.1.39-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-maps.es5.js +868 -0
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-maps.js +801 -0
- package/@syncfusion/ej2-angular-maps.js.map +1 -0
- package/CHANGELOG.md +590 -0
- package/README.md +107 -45
- package/dist/ej2-angular-maps.umd.js +1113 -0
- package/dist/ej2-angular-maps.umd.js.map +1 -0
- package/dist/ej2-angular-maps.umd.min.js +11 -0
- package/dist/ej2-angular-maps.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-maps.d.ts → ej2-angular-maps.d.ts} +1 -1
- package/ej2-angular-maps.metadata.json +1 -0
- package/package.json +14 -49
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +55 -0
- package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
- package/schematics/generators/maps-annotation/index.d.ts +3 -0
- package/schematics/generators/maps-annotation/index.js +8 -0
- package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
- package/schematics/generators/maps-annotation/sample-details.js +7 -0
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
- package/schematics/generators/maps-annotation/schema.d.ts +3 -0
- package/schematics/generators/maps-annotation/schema.js +2 -0
- package/schematics/generators/maps-annotation/schema.json +125 -0
- package/schematics/generators/maps-bubble/index.d.ts +3 -0
- package/schematics/generators/maps-bubble/index.js +8 -0
- package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
- package/schematics/generators/maps-bubble/sample-details.js +7 -0
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-bubble/schema.d.ts +3 -0
- package/schematics/generators/maps-bubble/schema.js +2 -0
- package/schematics/generators/maps-bubble/schema.json +125 -0
- package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
- package/schematics/generators/maps-color-mapping/index.js +8 -0
- package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
- package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
- package/schematics/generators/maps-color-mapping/schema.js +2 -0
- package/schematics/generators/maps-color-mapping/schema.json +125 -0
- package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-default/index.d.ts +3 -0
- package/schematics/generators/maps-default/index.js +8 -0
- package/schematics/generators/maps-default/sample-details.d.ts +5 -0
- package/schematics/generators/maps-default/sample-details.js +7 -0
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-default/schema.d.ts +3 -0
- package/schematics/generators/maps-default/schema.js +2 -0
- package/schematics/generators/maps-default/schema.json +125 -0
- package/schematics/generators/maps-label/index.d.ts +3 -0
- package/schematics/generators/maps-label/index.js +8 -0
- package/schematics/generators/maps-label/sample-details.d.ts +5 -0
- package/schematics/generators/maps-label/sample-details.js +7 -0
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-label/schema.d.ts +3 -0
- package/schematics/generators/maps-label/schema.js +2 -0
- package/schematics/generators/maps-label/schema.json +125 -0
- package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-legend/index.d.ts +3 -0
- package/schematics/generators/maps-legend/index.js +8 -0
- package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
- package/schematics/generators/maps-legend/sample-details.js +7 -0
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-legend/schema.d.ts +3 -0
- package/schematics/generators/maps-legend/schema.js +2 -0
- package/schematics/generators/maps-legend/schema.json +125 -0
- package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-marker/index.d.ts +3 -0
- package/schematics/generators/maps-marker/index.js +8 -0
- package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
- package/schematics/generators/maps-marker/sample-details.js +7 -0
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-marker/schema.d.ts +3 -0
- package/schematics/generators/maps-marker/schema.js +2 -0
- package/schematics/generators/maps-marker/schema.json +125 -0
- package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
- package/schematics/generators/maps-navigation-line/index.js +8 -0
- package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
- package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
- package/schematics/generators/maps-navigation-line/schema.js +2 -0
- package/schematics/generators/maps-navigation-line/schema.json +125 -0
- package/schematics/generators/maps-osm/index.d.ts +3 -0
- package/schematics/generators/maps-osm/index.js +8 -0
- package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
- package/schematics/generators/maps-osm/sample-details.js +7 -0
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-osm/schema.d.ts +3 -0
- package/schematics/generators/maps-osm/schema.js +2 -0
- package/schematics/generators/maps-osm/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/maps/annotations.directive.d.ts +11 -12
- package/src/maps/bubblesettings.directive.d.ts +20 -25
- package/src/maps/colormapping.directive.d.ts +9 -14
- package/src/maps/initialshapeselection.directive.d.ts +3 -8
- package/src/maps/layers.directive.d.ts +38 -34
- package/src/maps/maps-all.module.d.ts +0 -6
- package/src/maps/maps.component.d.ts +5 -4
- package/src/maps/maps.module.d.ts +0 -13
- package/src/maps/markersettings.directive.d.ts +33 -31
- package/src/maps/navigationlinesettings.directive.d.ts +11 -15
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/maps/annotations.directive.mjs +0 -62
- package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
- package/esm2020/src/maps/colormapping.directive.mjs +0 -61
- package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
- package/esm2020/src/maps/layers.directive.mjs +0 -64
- package/esm2020/src/maps/maps-all.module.mjs +0 -65
- package/esm2020/src/maps/maps.component.mjs +0 -160
- package/esm2020/src/maps/maps.module.mjs +0 -88
- package/esm2020/src/maps/markersettings.directive.mjs +0 -73
- package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
- package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -728
- package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -728
- package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +0 -1
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "maps-navigation-line",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "maps-navigation-line"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "maps-osm",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "maps-osm"
|
|
125
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
+
return schematics_1.install(options, libOptions);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to define the annotations in the maps.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-maps-annotations>
|
|
8
7
|
* <e-maps-annotation></e-maps-annotation>
|
|
@@ -13,35 +12,37 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
13
12
|
private viewContainerRef;
|
|
14
13
|
directivePropList: any;
|
|
15
14
|
/**
|
|
16
|
-
*
|
|
15
|
+
* Gets or sets the type of the placement when the annotation is to be aligned horizontally.
|
|
17
16
|
* @default None
|
|
18
17
|
*/
|
|
19
18
|
horizontalAlignment: any;
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
20
|
+
* Gets or sets the type of the placement when the annotation is to be aligned vertically.
|
|
22
21
|
* @default None
|
|
23
22
|
*/
|
|
24
23
|
verticalAlignment: any;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Gets or sets the x position of the annotation in pixel or percentage format.
|
|
26
|
+
* @default '0px'
|
|
27
27
|
*/
|
|
28
28
|
x: any;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Gets or sets the y position of the annotation in pixel or percentage format.
|
|
31
|
+
* @default '0px'
|
|
31
32
|
*/
|
|
32
33
|
y: any;
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
+
* Gets or sets the z-index of the annotation in maps.
|
|
35
36
|
* @default '-1'
|
|
36
37
|
*/
|
|
37
38
|
zIndex: any;
|
|
38
39
|
/**
|
|
39
|
-
*
|
|
40
|
+
* Gets or sets the content for the annotation in maps.
|
|
41
|
+
* @default ''
|
|
42
|
+
* @asptype string
|
|
40
43
|
*/
|
|
41
44
|
content: any;
|
|
42
45
|
constructor(viewContainerRef: ViewContainerRef);
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-maps-annotations>e-maps-annotation", never, { "content": "content"; "horizontalAlignment": "horizontalAlignment"; "verticalAlignment": "verticalAlignment"; "x": "x"; "y": "y"; "zIndex": "zIndex"; }, {}, ["content"]>;
|
|
45
46
|
}
|
|
46
47
|
/**
|
|
47
48
|
* Annotation Array Directive
|
|
@@ -49,6 +50,4 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
|
|
51
52
|
constructor();
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ej-maps>e-maps-annotations", never, {}, {}, ["children"]>;
|
|
54
53
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to define the bubbles in the maps.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-layers>
|
|
8
7
|
* <e-layer>
|
|
@@ -20,95 +19,93 @@ export declare class BubbleDirective extends ComplexBase<BubbleDirective> {
|
|
|
20
19
|
childColorMapping: any;
|
|
21
20
|
tags: string[];
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
22
|
+
* Gets or sets the delay in animation for the bubbles in maps.
|
|
24
23
|
* @default 0
|
|
25
24
|
*/
|
|
26
25
|
animationDelay: any;
|
|
27
26
|
/**
|
|
28
|
-
*
|
|
27
|
+
* Gets or sets the duration for the animation of the bubbles in maps.
|
|
29
28
|
* @default 1000
|
|
30
29
|
*/
|
|
31
30
|
animationDuration: any;
|
|
32
31
|
/**
|
|
33
|
-
*
|
|
32
|
+
* Gets or sets the options to customize the style properties of the border for the bubbles in maps.
|
|
34
33
|
*/
|
|
35
34
|
border: any;
|
|
36
35
|
/**
|
|
37
|
-
*
|
|
36
|
+
* Gets or sets the type of the bubble in maps.
|
|
38
37
|
* @default Circle
|
|
39
38
|
*/
|
|
40
39
|
bubbleType: any;
|
|
41
40
|
/**
|
|
42
|
-
*
|
|
41
|
+
* Gets or sets the color-mapping for the bubbles in maps.
|
|
43
42
|
* @default []
|
|
44
43
|
*/
|
|
45
44
|
colorMapping: any;
|
|
46
45
|
/**
|
|
47
|
-
*
|
|
46
|
+
* Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.
|
|
48
47
|
* @default null
|
|
49
48
|
*/
|
|
50
49
|
colorValuePath: any;
|
|
51
50
|
/**
|
|
52
|
-
*
|
|
51
|
+
* Gets or sets the data source for the bubble.
|
|
53
52
|
* The data source must contain the size value of the bubble that can be bound to the bubble
|
|
54
|
-
* of the
|
|
55
|
-
* The data source can contain data such as color
|
|
53
|
+
* of the maps using the `valuePath` property in the `bubbleSettings`.
|
|
54
|
+
* The data source can contain data such as color and other informations that can be bound to the bubble and tooltip of the bubble.
|
|
56
55
|
* @isobservable true
|
|
57
56
|
* @default []
|
|
58
57
|
*/
|
|
59
58
|
dataSource: any;
|
|
60
59
|
/**
|
|
61
|
-
*
|
|
60
|
+
* Gets or sets the color for the bubbles in maps.
|
|
62
61
|
* @default ''
|
|
63
62
|
*/
|
|
64
63
|
fill: any;
|
|
65
64
|
/**
|
|
66
|
-
*
|
|
65
|
+
* Gets or sets the options to customize the highlight of the bubbles in maps.
|
|
67
66
|
*/
|
|
68
67
|
highlightSettings: any;
|
|
69
68
|
/**
|
|
70
|
-
*
|
|
69
|
+
* Gets or sets the maximum radius for the bubbles in maps.
|
|
71
70
|
* @default 20
|
|
72
71
|
*/
|
|
73
72
|
maxRadius: any;
|
|
74
73
|
/**
|
|
75
|
-
*
|
|
74
|
+
* Gets or sets the minimum radius for the bubbles in maps.
|
|
76
75
|
* @default 10
|
|
77
76
|
*/
|
|
78
77
|
minRadius: any;
|
|
79
78
|
/**
|
|
80
|
-
*
|
|
79
|
+
* Gets or sets the opacity of the bubbles in maps.
|
|
81
80
|
* @default 1
|
|
82
81
|
*/
|
|
83
82
|
opacity: any;
|
|
84
83
|
/**
|
|
85
|
-
*
|
|
84
|
+
* Gets or sets the query to select particular data from the bubble data source.
|
|
86
85
|
* This property is applicable only when the data source is created by data manager.
|
|
87
86
|
* @default null
|
|
88
87
|
*/
|
|
89
88
|
query: any;
|
|
90
89
|
/**
|
|
91
|
-
*
|
|
90
|
+
* Gets or sets the options to customize the selection of the bubbles in maps.
|
|
92
91
|
*/
|
|
93
92
|
selectionSettings: any;
|
|
94
93
|
/**
|
|
95
|
-
*
|
|
94
|
+
* Gets or sets the options to customize the tooltip of the bubbles in maps.
|
|
96
95
|
*/
|
|
97
96
|
tooltipSettings: any;
|
|
98
97
|
/**
|
|
99
|
-
*
|
|
98
|
+
* Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.
|
|
100
99
|
* @default null
|
|
101
100
|
*/
|
|
102
101
|
valuePath: any;
|
|
103
102
|
/**
|
|
104
|
-
* Enables or disables the visibility
|
|
103
|
+
* Enables or disables the visibility of the bubbles in maps.
|
|
105
104
|
* @default false
|
|
106
105
|
*/
|
|
107
106
|
visible: any;
|
|
108
107
|
tooltipSettings_template: any;
|
|
109
108
|
constructor(viewContainerRef: ViewContainerRef);
|
|
110
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BubbleDirective, never>;
|
|
111
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BubbleDirective, "e-layer>e-bubbleSettings>e-bubbleSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "bubbleType": "bubbleType"; "colorMapping": "colorMapping"; "colorValuePath": "colorValuePath"; "dataSource": "dataSource"; "fill": "fill"; "highlightSettings": "highlightSettings"; "maxRadius": "maxRadius"; "minRadius": "minRadius"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "tooltipSettings": "tooltipSettings"; "valuePath": "valuePath"; "visible": "visible"; }, {}, ["tooltipSettings_template", "childColorMapping"]>;
|
|
112
109
|
}
|
|
113
110
|
/**
|
|
114
111
|
* Bubble Array Directive
|
|
@@ -116,6 +113,4 @@ export declare class BubbleDirective extends ComplexBase<BubbleDirective> {
|
|
|
116
113
|
*/
|
|
117
114
|
export declare class BubblesDirective extends ArrayBase<BubblesDirective> {
|
|
118
115
|
constructor();
|
|
119
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BubblesDirective, never>;
|
|
120
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BubblesDirective, "e-layer>e-bubbleSettings", never, {}, {}, ["children"]>;
|
|
121
116
|
}
|