@syncfusion/ej2-angular-maps 20.2.44 → 20.2.45-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 +867 -0
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-maps.js +800 -0
- package/@syncfusion/ej2-angular-maps.js.map +1 -0
- package/CHANGELOG.md +531 -0
- package/README.md +1 -1
- package/dist/ej2-angular-maps.umd.js +1106 -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 +15 -29
- 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 +0 -5
- package/src/maps/bubblesettings.directive.d.ts +0 -5
- package/src/maps/colormapping.directive.d.ts +0 -5
- package/src/maps/initialshapeselection.directive.d.ts +0 -5
- package/src/maps/layers.directive.d.ts +4 -9
- package/src/maps/maps-all.module.d.ts +0 -6
- package/src/maps/maps.component.d.ts +0 -3
- package/src/maps/maps.module.d.ts +0 -13
- package/src/maps/markersettings.directive.d.ts +0 -5
- package/src/maps/navigationlinesettings.directive.d.ts +0 -5
- 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-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,6 +1,5 @@
|
|
|
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
|
* Annotation Directive
|
|
6
5
|
* ```html
|
|
@@ -40,8 +39,6 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
40
39
|
*/
|
|
41
40
|
content: any;
|
|
42
41
|
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
42
|
}
|
|
46
43
|
/**
|
|
47
44
|
* Annotation Array Directive
|
|
@@ -49,6 +46,4 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
49
46
|
*/
|
|
50
47
|
export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
|
|
51
48
|
constructor();
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ej-maps>e-maps-annotations", never, {}, {}, ["children"]>;
|
|
54
49
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
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
|
* Layer Directive
|
|
6
5
|
* ```html
|
|
@@ -107,8 +106,6 @@ export declare class BubbleDirective extends ComplexBase<BubbleDirective> {
|
|
|
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
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
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
|
* ColorMapping Directive
|
|
6
5
|
* ```html
|
|
@@ -62,8 +61,6 @@ export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirec
|
|
|
62
61
|
*/
|
|
63
62
|
value: any;
|
|
64
63
|
constructor(viewContainerRef: ViewContainerRef);
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingDirective, never>;
|
|
66
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingDirective, "e-bubbleSettings>e-colorMappings>e-colorMapping", never, { "color": "color"; "from": "from"; "label": "label"; "maxOpacity": "maxOpacity"; "minOpacity": "minOpacity"; "showLegend": "showLegend"; "to": "to"; "value": "value"; }, {}, never>;
|
|
67
64
|
}
|
|
68
65
|
/**
|
|
69
66
|
* ColorMapping Array Directive
|
|
@@ -71,6 +68,4 @@ export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirec
|
|
|
71
68
|
*/
|
|
72
69
|
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
73
70
|
constructor();
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingsDirective, never>;
|
|
75
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingsDirective, "e-bubbleSettings>e-colorMappings", never, {}, {}, ["children"]>;
|
|
76
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
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
|
* Layer Directive
|
|
6
5
|
* ```html
|
|
@@ -28,8 +27,6 @@ export declare class InitialShapeSelectionDirective extends ComplexBase<InitialS
|
|
|
28
27
|
*/
|
|
29
28
|
shapeValue: any;
|
|
30
29
|
constructor(viewContainerRef: ViewContainerRef);
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionDirective, "e-layer>e-initialShapeSelections>e-initialShapeSelection", never, { "shapePath": "shapePath"; "shapeValue": "shapeValue"; }, {}, never>;
|
|
33
30
|
}
|
|
34
31
|
/**
|
|
35
32
|
* InitialShapeSelection Array Directive
|
|
@@ -37,6 +34,4 @@ export declare class InitialShapeSelectionDirective extends ComplexBase<InitialS
|
|
|
37
34
|
*/
|
|
38
35
|
export declare class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {
|
|
39
36
|
constructor();
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionsDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionsDirective, "e-layer>e-initialShapeSelections", never, {}, {}, ["children"]>;
|
|
42
37
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
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
|
* Layer Directive
|
|
6
5
|
* ```html
|
|
@@ -30,7 +29,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
30
29
|
/**
|
|
31
30
|
* Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,
|
|
32
31
|
* then the map will render based on shape data since default layer type will be set as Geometry.
|
|
33
|
-
|
|
32
|
+
|
|
34
33
|
* @default Aerial
|
|
35
34
|
*/
|
|
36
35
|
bingMapType: any;
|
|
@@ -64,14 +63,14 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
64
63
|
initialShapeSelection: any;
|
|
65
64
|
/**
|
|
66
65
|
* Sets and gets the key for the tile map layer in maps.
|
|
67
|
-
|
|
66
|
+
|
|
68
67
|
* @default ''
|
|
69
68
|
*/
|
|
70
69
|
key: any;
|
|
71
70
|
/**
|
|
72
71
|
* Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
|
|
73
72
|
* then map will render based on the provided layer type.
|
|
74
|
-
|
|
73
|
+
|
|
75
74
|
* @default Geometry
|
|
76
75
|
*/
|
|
77
76
|
layerType: any;
|
|
@@ -119,7 +118,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
119
118
|
shapeSettings: any;
|
|
120
119
|
/**
|
|
121
120
|
* Sets and gets the type of the static maps.
|
|
122
|
-
|
|
121
|
+
|
|
123
122
|
* @default RoadMap
|
|
124
123
|
*/
|
|
125
124
|
staticMapType: any;
|
|
@@ -142,8 +141,6 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
142
141
|
*/
|
|
143
142
|
visible: any;
|
|
144
143
|
constructor(viewContainerRef: ViewContainerRef);
|
|
145
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerDirective, never>;
|
|
146
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerDirective, "e-layers>e-layer", never, { "animationDuration": "animationDuration"; "bingMapType": "bingMapType"; "bubbleSettings": "bubbleSettings"; "dataLabelSettings": "dataLabelSettings"; "dataSource": "dataSource"; "geometryType": "geometryType"; "highlightSettings": "highlightSettings"; "initialShapeSelection": "initialShapeSelection"; "key": "key"; "layerType": "layerType"; "markerClusterSettings": "markerClusterSettings"; "markerSettings": "markerSettings"; "navigationLineSettings": "navigationLineSettings"; "query": "query"; "selectionSettings": "selectionSettings"; "shapeData": "shapeData"; "shapeDataPath": "shapeDataPath"; "shapePropertyPath": "shapePropertyPath"; "shapeSettings": "shapeSettings"; "staticMapType": "staticMapType"; "toggleLegendSettings": "toggleLegendSettings"; "tooltipSettings": "tooltipSettings"; "type": "type"; "urlTemplate": "urlTemplate"; "visible": "visible"; }, {}, ["childInitialShapeSelection", "childMarkerSettings", "childBubbleSettings", "childNavigationLineSettings"]>;
|
|
147
144
|
}
|
|
148
145
|
/**
|
|
149
146
|
* Layer Array Directive
|
|
@@ -151,6 +148,4 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
151
148
|
*/
|
|
152
149
|
export declare class LayersDirective extends ArrayBase<LayersDirective> {
|
|
153
150
|
constructor();
|
|
154
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>;
|
|
155
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-maps>e-layers", never, {}, {}, ["children"]>;
|
|
156
151
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./maps.module";
|
|
5
2
|
export declare const BubbleService: ValueProvider;
|
|
6
3
|
export declare const LegendService: ValueProvider;
|
|
7
4
|
export declare const MarkerService: ValueProvider;
|
|
@@ -19,7 +16,4 @@ export declare const ImageExportService: ValueProvider;
|
|
|
19
16
|
* NgModule definition for the Maps component with providers.
|
|
20
17
|
*/
|
|
21
18
|
export declare class MapsAllModule {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsAllModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsAllModule, never, [typeof i1.CommonModule, typeof i2.MapsModule], [typeof i2.MapsModule]>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsAllModule>;
|
|
25
19
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { Maps } from '@syncfusion/ej2-maps';
|
|
4
4
|
import { LayersDirective } from './layers.directive';
|
|
5
5
|
import { AnnotationsDirective } from './annotations.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -62,6 +61,4 @@ export declare class MapsComponent extends Maps implements IComponentBase {
|
|
|
62
61
|
ngAfterContentChecked(): void;
|
|
63
62
|
registerEvents: (eventList: string[]) => void;
|
|
64
63
|
addTwoWay: (propList: string[]) => void;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapsComponent, "ejs-maps", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "annotations": "annotations"; "background": "background"; "baseLayerIndex": "baseLayerIndex"; "border": "border"; "centerPosition": "centerPosition"; "description": "description"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "format": "format"; "height": "height"; "layers": "layers"; "legendSettings": "legendSettings"; "locale": "locale"; "mapsArea": "mapsArea"; "margin": "margin"; "projectionType": "projectionType"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipDisplayMode": "tooltipDisplayMode"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "animationComplete": "animationComplete"; "annotationRendering": "annotationRendering"; "beforePrint": "beforePrint"; "bubbleClick": "bubbleClick"; "bubbleMouseMove": "bubbleMouseMove"; "bubbleRendering": "bubbleRendering"; "click": "click"; "dataLabelRendering": "dataLabelRendering"; "doubleClick": "doubleClick"; "itemHighlight": "itemHighlight"; "itemSelection": "itemSelection"; "layerRendering": "layerRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "markerClick": "markerClick"; "markerClusterClick": "markerClusterClick"; "markerClusterMouseMove": "markerClusterMouseMove"; "markerClusterRendering": "markerClusterRendering"; "markerMouseMove": "markerMouseMove"; "markerRendering": "markerRendering"; "onclick": "onclick"; "pan": "pan"; "resize": "resize"; "rightClick": "rightClick"; "shapeHighlight": "shapeHighlight"; "shapeRendering": "shapeRendering"; "shapeSelected": "shapeSelected"; "tooltipRender": "tooltipRender"; "tooltipRenderComplete": "tooltipRenderComplete"; "zoom": "zoom"; "dataSourceChange": "dataSourceChange"; }, ["childLayers", "childAnnotations"], never>;
|
|
67
64
|
}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./maps.component";
|
|
3
|
-
import * as i2 from "./initialshapeselection.directive";
|
|
4
|
-
import * as i3 from "./markersettings.directive";
|
|
5
|
-
import * as i4 from "./colormapping.directive";
|
|
6
|
-
import * as i5 from "./bubblesettings.directive";
|
|
7
|
-
import * as i6 from "./navigationlinesettings.directive";
|
|
8
|
-
import * as i7 from "./layers.directive";
|
|
9
|
-
import * as i8 from "./annotations.directive";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
1
|
/**
|
|
12
2
|
* NgModule definition for the Maps component.
|
|
13
3
|
*/
|
|
14
4
|
export declare class MapsModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsModule, [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective], [typeof i9.CommonModule], [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsModule>;
|
|
18
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
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
|
* Layer Directive
|
|
6
5
|
* ```html
|
|
@@ -140,8 +139,6 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
140
139
|
template: any;
|
|
141
140
|
tooltipSettings_template: any;
|
|
142
141
|
constructor(viewContainerRef: ViewContainerRef);
|
|
143
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDirective, never>;
|
|
144
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkerDirective, "e-layer>e-markerSettings>e-markerSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "colorValuePath": "colorValuePath"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fill": "fill"; "height": "height"; "highlightSettings": "highlightSettings"; "imageUrl": "imageUrl"; "imageUrlValuePath": "imageUrlValuePath"; "initialMarkerSelection": "initialMarkerSelection"; "latitudeValuePath": "latitudeValuePath"; "legendText": "legendText"; "longitudeValuePath": "longitudeValuePath"; "offset": "offset"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "shape": "shape"; "shapeValuePath": "shapeValuePath"; "template": "template"; "tooltipSettings": "tooltipSettings"; "visible": "visible"; "width": "width"; }, {}, ["template", "tooltipSettings_template"]>;
|
|
145
142
|
}
|
|
146
143
|
/**
|
|
147
144
|
* Marker Array Directive
|
|
@@ -149,6 +146,4 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
149
146
|
*/
|
|
150
147
|
export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
|
|
151
148
|
constructor();
|
|
152
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersDirective, never>;
|
|
153
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkersDirective, "e-layer>e-markerSettings", never, {}, {}, ["children"]>;
|
|
154
149
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
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
|
* Layer Directive
|
|
6
5
|
* ```html
|
|
@@ -65,8 +64,6 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
65
64
|
width: any;
|
|
66
65
|
tooltipSettings_template: any;
|
|
67
66
|
constructor(viewContainerRef: ViewContainerRef);
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLineDirective, never>;
|
|
69
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLineDirective, "e-layer>e-navigationLineSettings>e-navigationLineSetting", never, { "angle": "angle"; "arrowSettings": "arrowSettings"; "color": "color"; "dashArray": "dashArray"; "highlightSettings": "highlightSettings"; "latitude": "latitude"; "longitude": "longitude"; "selectionSettings": "selectionSettings"; "visible": "visible"; "width": "width"; }, {}, ["tooltipSettings_template"]>;
|
|
70
67
|
}
|
|
71
68
|
/**
|
|
72
69
|
* NavigationLine Array Directive
|
|
@@ -74,6 +71,4 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
74
71
|
*/
|
|
75
72
|
export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
|
|
76
73
|
constructor();
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinesDirective, never>;
|
|
78
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLinesDirective, "e-layer>e-navigationLineSettings", never, {}, {}, ["children"]>;
|
|
79
74
|
}
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './maps/initialshapeselection.directive';
|
|
2
|
-
export { MarkerDirective, MarkersDirective } from './maps/markersettings.directive';
|
|
3
|
-
export { ColorMappingDirective, ColorMappingsDirective } from './maps/colormapping.directive';
|
|
4
|
-
export { BubbleDirective, BubblesDirective } from './maps/bubblesettings.directive';
|
|
5
|
-
export { NavigationLineDirective, NavigationLinesDirective } from './maps/navigationlinesettings.directive';
|
|
6
|
-
export { LayerDirective, LayersDirective } from './maps/layers.directive';
|
|
7
|
-
export { AnnotationDirective, AnnotationsDirective } from './maps/annotations.directive';
|
|
8
|
-
export { MapsComponent } from './maps/maps.component';
|
|
9
|
-
export { MapsModule } from './maps/maps.module';
|
|
10
|
-
export { MapsAllModule, BubbleService, LegendService, MarkerService, HighlightService, SelectionService, MapsTooltipService, ZoomService, DataLabelService, NavigationLineService, AnnotationsService, PrintService, PdfExportService, ImageExportService } from './maps/maps-all.module';
|
|
11
|
-
export * from '@syncfusion/ej2-maps';
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLDhCQUE4QixFQUFDLCtCQUErQixFQUFDLE1BQU0sd0NBQXdDLENBQUM7QUFDdEgsT0FBTyxFQUFDLGVBQWUsRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBQ2pGLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxzQkFBc0IsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQzNGLE9BQU8sRUFBQyxlQUFlLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUNqRixPQUFPLEVBQUMsdUJBQXVCLEVBQUMsd0JBQXdCLEVBQUMsTUFBTSx5Q0FBeUMsQ0FBQztBQUN6RyxPQUFPLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBQ3ZFLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxvQkFBb0IsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ3RGLE9BQU8sRUFBRSxhQUFhLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQztBQUNyRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDaEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsRUFBRSxnQkFBZ0IsRUFBRSxrQkFBa0IsRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUscUJBQXFCLEVBQUUsa0JBQWtCLEVBQUUsWUFBWSxFQUFFLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDMVIsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7SW5pdGlhbFNoYXBlU2VsZWN0aW9uRGlyZWN0aXZlLEluaXRpYWxTaGFwZVNlbGVjdGlvbnNEaXJlY3RpdmV9IGZyb20gJy4vbWFwcy9pbml0aWFsc2hhcGVzZWxlY3Rpb24uZGlyZWN0aXZlJztcbmV4cG9ydCB7TWFya2VyRGlyZWN0aXZlLE1hcmtlcnNEaXJlY3RpdmV9IGZyb20gJy4vbWFwcy9tYXJrZXJzZXR0aW5ncy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDb2xvck1hcHBpbmdEaXJlY3RpdmUsQ29sb3JNYXBwaW5nc0RpcmVjdGl2ZX0gZnJvbSAnLi9tYXBzL2NvbG9ybWFwcGluZy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtCdWJibGVEaXJlY3RpdmUsQnViYmxlc0RpcmVjdGl2ZX0gZnJvbSAnLi9tYXBzL2J1YmJsZXNldHRpbmdzLmRpcmVjdGl2ZSc7XG5leHBvcnQge05hdmlnYXRpb25MaW5lRGlyZWN0aXZlLE5hdmlnYXRpb25MaW5lc0RpcmVjdGl2ZX0gZnJvbSAnLi9tYXBzL25hdmlnYXRpb25saW5lc2V0dGluZ3MuZGlyZWN0aXZlJztcbmV4cG9ydCB7TGF5ZXJEaXJlY3RpdmUsTGF5ZXJzRGlyZWN0aXZlfSBmcm9tICcuL21hcHMvbGF5ZXJzLmRpcmVjdGl2ZSc7XG5leHBvcnQge0Fubm90YXRpb25EaXJlY3RpdmUsQW5ub3RhdGlvbnNEaXJlY3RpdmV9IGZyb20gJy4vbWFwcy9hbm5vdGF0aW9ucy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgTWFwc0NvbXBvbmVudH0gZnJvbSAnLi9tYXBzL21hcHMuY29tcG9uZW50JztcbmV4cG9ydCB7IE1hcHNNb2R1bGUgfSBmcm9tICcuL21hcHMvbWFwcy5tb2R1bGUnO1xuZXhwb3J0IHsgTWFwc0FsbE1vZHVsZSwgQnViYmxlU2VydmljZSwgTGVnZW5kU2VydmljZSwgTWFya2VyU2VydmljZSwgSGlnaGxpZ2h0U2VydmljZSwgU2VsZWN0aW9uU2VydmljZSwgTWFwc1Rvb2x0aXBTZXJ2aWNlLCBab29tU2VydmljZSwgRGF0YUxhYmVsU2VydmljZSwgTmF2aWdhdGlvbkxpbmVTZXJ2aWNlLCBBbm5vdGF0aW9uc1NlcnZpY2UsIFByaW50U2VydmljZSwgUGRmRXhwb3J0U2VydmljZSwgSW1hZ2VFeHBvcnRTZXJ2aWNlIH0gZnJvbSAnLi9tYXBzL21hcHMtYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItbWFwcyc7Il19
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
3
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { Template } from '@syncfusion/ej2-angular-base';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
let input = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
|
|
7
|
-
let outputs = [];
|
|
8
|
-
/**
|
|
9
|
-
* Annotation Directive
|
|
10
|
-
* ```html
|
|
11
|
-
* <e-maps-annotations>
|
|
12
|
-
* <e-maps-annotation></e-maps-annotation>
|
|
13
|
-
* </e-maps-annotations>
|
|
14
|
-
* ```
|
|
15
|
-
*/
|
|
16
|
-
export class AnnotationDirective extends ComplexBase {
|
|
17
|
-
constructor(viewContainerRef) {
|
|
18
|
-
super();
|
|
19
|
-
this.viewContainerRef = viewContainerRef;
|
|
20
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
21
|
-
this.registerEvents(outputs);
|
|
22
|
-
this.directivePropList = input;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
AnnotationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26
|
-
AnnotationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AnnotationDirective, selector: "e-maps-annotations>e-maps-annotation", inputs: { content: "content", horizontalAlignment: "horizontalAlignment", verticalAlignment: "verticalAlignment", x: "x", y: "y", zIndex: "zIndex" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
27
|
-
__decorate([
|
|
28
|
-
Template()
|
|
29
|
-
], AnnotationDirective.prototype, "content", void 0);
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationDirective, decorators: [{
|
|
31
|
-
type: Directive,
|
|
32
|
-
args: [{
|
|
33
|
-
selector: 'e-maps-annotations>e-maps-annotation',
|
|
34
|
-
inputs: input,
|
|
35
|
-
outputs: outputs,
|
|
36
|
-
queries: {}
|
|
37
|
-
}]
|
|
38
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
|
|
39
|
-
type: ContentChild,
|
|
40
|
-
args: ['content']
|
|
41
|
-
}] } });
|
|
42
|
-
/**
|
|
43
|
-
* Annotation Array Directive
|
|
44
|
-
* @private
|
|
45
|
-
*/
|
|
46
|
-
export class AnnotationsDirective extends ArrayBase {
|
|
47
|
-
constructor() {
|
|
48
|
-
super('annotations');
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
AnnotationsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
52
|
-
AnnotationsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AnnotationsDirective, selector: "ej-maps>e-maps-annotations", queries: [{ propertyName: "children", predicate: AnnotationDirective }], usesInheritance: true, ngImport: i0 });
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationsDirective, decorators: [{
|
|
54
|
-
type: Directive,
|
|
55
|
-
args: [{
|
|
56
|
-
selector: 'ej-maps>e-maps-annotations',
|
|
57
|
-
queries: {
|
|
58
|
-
children: new ContentChildren(AnnotationDirective)
|
|
59
|
-
},
|
|
60
|
-
}]
|
|
61
|
-
}], ctorParameters: function () { return []; } });
|
|
62
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3RhdGlvbnMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL21hcHMvYW5ub3RhdGlvbnMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQixlQUFlLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFHeEQsSUFBSSxLQUFLLEdBQWEsQ0FBQyxTQUFTLEVBQUUscUJBQXFCLEVBQUUsbUJBQW1CLEVBQUUsR0FBRyxFQUFFLEdBQUcsRUFBRSxRQUFRLENBQUMsQ0FBQztBQUNsRyxJQUFJLE9BQU8sR0FBYSxFQUFFLENBQUM7QUFDM0I7Ozs7Ozs7R0FPRztBQVNILE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxXQUFnQztJQW1DckUsWUFBb0IsZ0JBQWlDO1FBQ2pELEtBQUssRUFBRSxDQUFDO1FBRFEscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUVqRCxRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztJQUNuQyxDQUFDOztnSEF4Q1EsbUJBQW1CO29HQUFuQixtQkFBbUI7QUFpQzVCO0lBREMsUUFBUSxFQUFFO29EQUNTOzJGQWpDWCxtQkFBbUI7a0JBUi9CLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNDQUFzQztvQkFDaEQsTUFBTSxFQUFFLEtBQUs7b0JBQ2IsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLE9BQU8sRUFBRSxFQUVSO2lCQUNKO3VHQWtDVSxPQUFPO3NCQUZiLFlBQVk7dUJBQUMsU0FBUzs7QUFZM0I7OztHQUdHO0FBT0gsTUFBTSxPQUFPLG9CQUFxQixTQUFRLFNBQStCO0lBQ3JFO1FBQ0ksS0FBSyxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7O2lIQUhRLG9CQUFvQjtxR0FBcEIsb0JBQW9CLDJGQUhLLG1CQUFtQjsyRkFHNUMsb0JBQW9CO2tCQU5oQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSw0QkFBNEI7b0JBQ3RDLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMsbUJBQW1CLENBQUM7cUJBQ3JEO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4sIENvbnRlbnRDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tcGxleEJhc2UsIEFycmF5QmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFRlbXBsYXRlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5cblxubGV0IGlucHV0OiBzdHJpbmdbXSA9IFsnY29udGVudCcsICdob3Jpem9udGFsQWxpZ25tZW50JywgJ3ZlcnRpY2FsQWxpZ25tZW50JywgJ3gnLCAneScsICd6SW5kZXgnXTtcbmxldCBvdXRwdXRzOiBzdHJpbmdbXSA9IFtdO1xuLyoqXG4gKiBBbm5vdGF0aW9uIERpcmVjdGl2ZVxuICogYGBgaHRtbFxuICogPGUtbWFwcy1hbm5vdGF0aW9ucz5cbiAqIDxlLW1hcHMtYW5ub3RhdGlvbj48L2UtbWFwcy1hbm5vdGF0aW9uPlxuICogPC9lLW1hcHMtYW5ub3RhdGlvbnM+XG4gKiBgYGBcbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlLW1hcHMtYW5ub3RhdGlvbnM+ZS1tYXBzLWFubm90YXRpb24nLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBBbm5vdGF0aW9uRGlyZWN0aXZlIGV4dGVuZHMgQ29tcGxleEJhc2U8QW5ub3RhdGlvbkRpcmVjdGl2ZT4ge1xuICAgIHB1YmxpYyBkaXJlY3RpdmVQcm9wTGlzdDogYW55O1xuXHRcblxuXG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIGFubm90YXRpb24gZWxlbWVudCB0byBiZSBhbGlnbmVkIGhvcml6b250YWxseS5cbiAgICAgKiBAZGVmYXVsdCBOb25lXG4gICAgICovXG4gICAgcHVibGljIGhvcml6b250YWxBbGlnbm1lbnQ6IGFueTtcbiAgICAvKiogXG4gICAgICogU2V0cyBhbmQgZ2V0cyB0aGUgYW5ub3RhdGlvbiBlbGVtZW50IHRvIGJlIGFsaWduZWQgdmVydGljYWxseS5cbiAgICAgKiBAZGVmYXVsdCBOb25lXG4gICAgICovXG4gICAgcHVibGljIHZlcnRpY2FsQWxpZ25tZW50OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIHggcG9zaXRpb24gb2YgdGhlIGFubm90YXRpb24gaW4gbWFwcyBjb21wb25lbnQuXG4gICAgICovXG4gICAgcHVibGljIHg6IGFueTtcbiAgICAvKiogXG4gICAgICogU2V0cyBhbmQgZ2V0cyB0aGUgeSBwb3NpdGlvbiBvZiB0aGUgYW5ub3RhdGlvbiBpbiBtYXBzIGNvbXBvbmVudC5cbiAgICAgKi9cbiAgICBwdWJsaWMgeTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTZXRzIGFuZCBnZXRzIHRoZSB6LWluZGV4IG9mIHRoZSBhbm5vdGF0aW9uIGluIG1hcHMgY29tcG9uZW50LlxuICAgICAqIEBkZWZhdWx0ICctMSdcbiAgICAgKi9cbiAgICBwdWJsaWMgekluZGV4OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIGNvbnRlbnQgZm9yIHRoZSBhbm5vdGF0aW9uIGluIG1hcHMgY29tcG9uZW50LlxuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2NvbnRlbnQnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGNvbnRlbnQ6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmRpcmVjdGl2ZVByb3BMaXN0ID0gaW5wdXQ7XG4gICAgfVxufVxuXG4vKipcbiAqIEFubm90YXRpb24gQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2VqLW1hcHM+ZS1tYXBzLWFubm90YXRpb25zJyxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkcmVuOiBuZXcgQ29udGVudENoaWxkcmVuKEFubm90YXRpb25EaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgQW5ub3RhdGlvbnNEaXJlY3RpdmUgZXh0ZW5kcyBBcnJheUJhc2U8QW5ub3RhdGlvbnNEaXJlY3RpdmU+IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2Fubm90YXRpb25zJyk7XG4gICAgfVxufSJdfQ==
|