@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.
Files changed (137) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +868 -0
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-maps.js +801 -0
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -0
  5. package/CHANGELOG.md +590 -0
  6. package/README.md +107 -45
  7. package/dist/ej2-angular-maps.umd.js +1113 -0
  8. package/dist/ej2-angular-maps.umd.js.map +1 -0
  9. package/dist/ej2-angular-maps.umd.min.js +11 -0
  10. package/dist/ej2-angular-maps.umd.min.js.map +1 -0
  11. package/{syncfusion-ej2-angular-maps.d.ts → ej2-angular-maps.d.ts} +1 -1
  12. package/ej2-angular-maps.metadata.json +1 -0
  13. package/package.json +14 -49
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +55 -0
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
  17. package/schematics/generators/maps-annotation/index.d.ts +3 -0
  18. package/schematics/generators/maps-annotation/index.js +8 -0
  19. package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
  20. package/schematics/generators/maps-annotation/sample-details.js +7 -0
  21. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
  22. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
  23. package/schematics/generators/maps-annotation/schema.d.ts +3 -0
  24. package/schematics/generators/maps-annotation/schema.js +2 -0
  25. package/schematics/generators/maps-annotation/schema.json +125 -0
  26. package/schematics/generators/maps-bubble/index.d.ts +3 -0
  27. package/schematics/generators/maps-bubble/index.js +8 -0
  28. package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
  29. package/schematics/generators/maps-bubble/sample-details.js +7 -0
  30. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  31. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  32. package/schematics/generators/maps-bubble/schema.d.ts +3 -0
  33. package/schematics/generators/maps-bubble/schema.js +2 -0
  34. package/schematics/generators/maps-bubble/schema.json +125 -0
  35. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  36. package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
  37. package/schematics/generators/maps-color-mapping/index.js +8 -0
  38. package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
  39. package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
  40. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  41. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  42. package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
  43. package/schematics/generators/maps-color-mapping/schema.js +2 -0
  44. package/schematics/generators/maps-color-mapping/schema.json +125 -0
  45. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  46. package/schematics/generators/maps-default/index.d.ts +3 -0
  47. package/schematics/generators/maps-default/index.js +8 -0
  48. package/schematics/generators/maps-default/sample-details.d.ts +5 -0
  49. package/schematics/generators/maps-default/sample-details.js +7 -0
  50. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  51. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  52. package/schematics/generators/maps-default/schema.d.ts +3 -0
  53. package/schematics/generators/maps-default/schema.js +2 -0
  54. package/schematics/generators/maps-default/schema.json +125 -0
  55. package/schematics/generators/maps-label/index.d.ts +3 -0
  56. package/schematics/generators/maps-label/index.js +8 -0
  57. package/schematics/generators/maps-label/sample-details.d.ts +5 -0
  58. package/schematics/generators/maps-label/sample-details.js +7 -0
  59. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  60. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  61. package/schematics/generators/maps-label/schema.d.ts +3 -0
  62. package/schematics/generators/maps-label/schema.js +2 -0
  63. package/schematics/generators/maps-label/schema.json +125 -0
  64. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  65. package/schematics/generators/maps-legend/index.d.ts +3 -0
  66. package/schematics/generators/maps-legend/index.js +8 -0
  67. package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
  68. package/schematics/generators/maps-legend/sample-details.js +7 -0
  69. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  70. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  71. package/schematics/generators/maps-legend/schema.d.ts +3 -0
  72. package/schematics/generators/maps-legend/schema.js +2 -0
  73. package/schematics/generators/maps-legend/schema.json +125 -0
  74. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  75. package/schematics/generators/maps-marker/index.d.ts +3 -0
  76. package/schematics/generators/maps-marker/index.js +8 -0
  77. package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
  78. package/schematics/generators/maps-marker/sample-details.js +7 -0
  79. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  80. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  81. package/schematics/generators/maps-marker/schema.d.ts +3 -0
  82. package/schematics/generators/maps-marker/schema.js +2 -0
  83. package/schematics/generators/maps-marker/schema.json +125 -0
  84. package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
  85. package/schematics/generators/maps-navigation-line/index.js +8 -0
  86. package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
  87. package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
  88. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
  89. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  90. package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
  91. package/schematics/generators/maps-navigation-line/schema.js +2 -0
  92. package/schematics/generators/maps-navigation-line/schema.json +125 -0
  93. package/schematics/generators/maps-osm/index.d.ts +3 -0
  94. package/schematics/generators/maps-osm/index.js +8 -0
  95. package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
  96. package/schematics/generators/maps-osm/sample-details.js +7 -0
  97. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  98. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  99. package/schematics/generators/maps-osm/schema.d.ts +3 -0
  100. package/schematics/generators/maps-osm/schema.js +2 -0
  101. package/schematics/generators/maps-osm/schema.json +125 -0
  102. package/schematics/ng-add/index.d.ts +3 -0
  103. package/schematics/ng-add/index.js +9 -0
  104. package/schematics/ng-add/schema.d.ts +13 -0
  105. package/schematics/ng-add/schema.js +2 -0
  106. package/schematics/ng-add/schema.json +34 -0
  107. package/schematics/tsconfig.json +25 -0
  108. package/schematics/utils/lib-details.d.ts +4 -0
  109. package/schematics/utils/lib-details.js +6 -0
  110. package/schematics/utils/lib-details.ts +2 -2
  111. package/src/maps/annotations.directive.d.ts +11 -12
  112. package/src/maps/bubblesettings.directive.d.ts +20 -25
  113. package/src/maps/colormapping.directive.d.ts +9 -14
  114. package/src/maps/initialshapeselection.directive.d.ts +3 -8
  115. package/src/maps/layers.directive.d.ts +38 -34
  116. package/src/maps/maps-all.module.d.ts +0 -6
  117. package/src/maps/maps.component.d.ts +5 -4
  118. package/src/maps/maps.module.d.ts +0 -13
  119. package/src/maps/markersettings.directive.d.ts +33 -31
  120. package/src/maps/navigationlinesettings.directive.d.ts +11 -15
  121. package/esm2020/public_api.mjs +0 -3
  122. package/esm2020/src/index.mjs +0 -12
  123. package/esm2020/src/maps/annotations.directive.mjs +0 -62
  124. package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
  125. package/esm2020/src/maps/colormapping.directive.mjs +0 -61
  126. package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
  127. package/esm2020/src/maps/layers.directive.mjs +0 -64
  128. package/esm2020/src/maps/maps-all.module.mjs +0 -65
  129. package/esm2020/src/maps/maps.component.mjs +0 -160
  130. package/esm2020/src/maps/maps.module.mjs +0 -88
  131. package/esm2020/src/maps/markersettings.directive.mjs +0 -73
  132. package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
  133. package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
  134. package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -728
  135. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
  136. package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -728
  137. 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,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -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,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'maps';
4
+ exports.sampleName = 'osm';
5
+ exports.diModules = null;
6
+ exports.packageName = '@syncfusion/ej2-angular-maps';
7
+ exports.libModules = 'MapsModule';
@@ -0,0 +1,10 @@
1
+ <div class="control-section">
2
+ <div align='center'>
3
+ <ejs-maps id='container' style="display:block;" [zoomSettings]='zoomSettings' [layers]='layers'
4
+ [titleSettings] = "titleSettings"
5
+ (load)="load($event)">
6
+ </ejs-maps>
7
+ </div>
8
+ </div>
9
+
10
+
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-maps";
2
+ export declare const pkgVer = "^22.1.34";
3
+ export declare const moduleName = "MapsModule";
4
+ export declare const themeVer = "~22.1.34";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-maps';
4
+ exports.pkgVer = '^22.1.39';
5
+ exports.moduleName = 'MapsModule';
6
+ exports.themeVer = '~22.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^20.1.55';
2
+ export const pkgVer = '^22.1.39';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~20.1.55';
4
+ export const themeVer = '~22.1.39';
@@ -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
- * Annotation Directive
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
- * Sets and gets the annotation element to be aligned horizontally.
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
- * Sets and gets the annotation element to be aligned vertically.
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
- * Sets and gets the x position of the annotation in maps component.
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
- * Sets and gets the y position of the annotation in maps component.
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
- * Sets and gets the z-index of the annotation in maps component.
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
- * Sets and gets the content for the annotation in maps component.
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
- * Layer Directive
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
- * Sets and gets the delay in animation for bubble in maps.
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
- * Sets and gets the duration for the animation for bubble in maps.
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
- * Sets and gets the options to customize the color and width of the border for the bubble in maps.
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
- * Sets and gets the type of the bubble in maps.
36
+ * Gets or sets the type of the bubble in maps.
38
37
  * @default Circle
39
38
  */
40
39
  bubbleType: any;
41
40
  /**
42
- * Sets and gets the color-mapping for the bubble in maps.
41
+ * Gets or sets the color-mapping for the bubbles in maps.
43
42
  * @default []
44
43
  */
45
44
  colorMapping: any;
46
45
  /**
47
- * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
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
- * Sets and gets the data source for the bubble.
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 Maps using the valuePath property in the bubbleSettings.
55
- * The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.
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
- * Sets and gets the color for the bubble in maps.
60
+ * Gets or sets the color for the bubbles in maps.
62
61
  * @default ''
63
62
  */
64
63
  fill: any;
65
64
  /**
66
- * Sets and gets the highlight settings for the bubble in maps.
65
+ * Gets or sets the options to customize the highlight of the bubbles in maps.
67
66
  */
68
67
  highlightSettings: any;
69
68
  /**
70
- * Sets and gets the maximum radius for the bubble in maps.
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
- * Sets and gets the minimum radius for the bubble in maps.
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
- * Sets and gets the opacity of the bubble in maps.
79
+ * Gets or sets the opacity of the bubbles in maps.
81
80
  * @default 1
82
81
  */
83
82
  opacity: any;
84
83
  /**
85
- * Sets and gets the query to select particular data from the bubble data.
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
- * Sets and gets the selection settings for the bubble in maps.
90
+ * Gets or sets the options to customize the selection of the bubbles in maps.
92
91
  */
93
92
  selectionSettings: any;
94
93
  /**
95
- * Sets and gets the options to customize the tooltip for the bubbles in maps.
94
+ * Gets or sets the options to customize the tooltip of the bubbles in maps.
96
95
  */
97
96
  tooltipSettings: any;
98
97
  /**
99
- * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
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 state of the bubbles in maps.
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
  }