@syncfusion/ej2-angular-maps 19.4.56 → 19.4.57-105067

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 (75) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +866 -866
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-maps.js +771 -771
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -1
  5. package/CHANGELOG.md +2 -0
  6. package/README.md +73 -73
  7. package/dist/ej2-angular-maps.umd.js +857 -865
  8. package/dist/ej2-angular-maps.umd.js.map +1 -1
  9. package/dist/ej2-angular-maps.umd.min.js +1 -10
  10. package/dist/ej2-angular-maps.umd.min.js.map +1 -1
  11. package/ej2-angular-maps.d.ts +5 -5
  12. package/ej2-angular-maps.metadata.json +1 -1
  13. package/package.json +80 -80
  14. package/postinstall/tagchange.js +18 -18
  15. package/public_api.d.ts +1 -1
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -197
  17. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -20
  18. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -14
  19. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -57
  20. package/schematics/generators/maps-annotation/schema.json +3 -2
  21. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  22. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  23. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +71 -71
  24. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/population-data.ts +45 -45
  25. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  26. package/schematics/generators/maps-bubble/schema.json +3 -2
  27. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  28. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  29. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +76 -76
  30. package/schematics/generators/maps-color-mapping/schema.json +3 -2
  31. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  32. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  33. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  34. package/schematics/generators/maps-default/schema.json +3 -2
  35. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  36. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  37. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -37
  38. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  39. package/schematics/generators/maps-label/schema.json +3 -2
  40. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  41. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -7
  42. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +101 -101
  43. package/schematics/generators/maps-legend/schema.json +3 -2
  44. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  45. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  46. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +100 -100
  47. package/schematics/generators/maps-marker/schema.json +3 -2
  48. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -18
  49. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -5
  50. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +120 -120
  51. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/map-location.ts +127 -127
  52. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  53. package/schematics/generators/maps-navigation-line/schema.json +3 -2
  54. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  55. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  56. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  57. package/schematics/generators/maps-osm/schema.json +3 -2
  58. package/schematics/ng-add/index.ts +10 -10
  59. package/schematics/ng-add/schema.json +34 -34
  60. package/schematics/ng-add/schema.ts +30 -30
  61. package/schematics/tsconfig.json +25 -25
  62. package/schematics/utils/lib-details.d.ts +2 -2
  63. package/schematics/utils/lib-details.js +2 -2
  64. package/schematics/utils/lib-details.ts +4 -4
  65. package/src/index.d.ts +11 -11
  66. package/src/maps/annotations.directive.d.ts +49 -49
  67. package/src/maps/bubblesettings.directive.d.ts +116 -116
  68. package/src/maps/colormapping.directive.d.ts +71 -71
  69. package/src/maps/initialshapeselection.directive.d.ts +37 -37
  70. package/src/maps/layers.directive.d.ts +151 -147
  71. package/src/maps/maps-all.module.d.ts +19 -19
  72. package/src/maps/maps.component.d.ts +64 -63
  73. package/src/maps/maps.module.d.ts +5 -5
  74. package/src/maps/markersettings.directive.d.ts +149 -149
  75. package/src/maps/navigationlinesettings.directive.d.ts +74 -74
@@ -1,874 +1,865 @@
1
- /*!
2
- * filename: ej2-angular-maps.umd.js
3
- * version : 19.4.56
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
1
  (function (global, factory) {
11
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-maps'), require('@angular/common')) :
12
3
  typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-maps', '@angular/common'], factory) :
13
4
  (factory((global['ej2-angular-maps'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.maps,global.ng.common));
14
5
  }(this, (function (exports,core,ej2AngularBase,ej2Maps,common) { 'use strict';
15
6
 
16
- var __extends = (this && this.__extends) || (function () {
17
- var extendStatics = Object.setPrototypeOf ||
18
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
20
- return function (d, b) {
21
- extendStatics(d, b);
22
- function __() { this.constructor = d; }
23
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
- };
25
- })();
26
- var input = ['shapePath', 'shapeValue'];
27
- var outputs = [];
28
- /**
29
- * Layer Directive
30
- * ```html
31
- * <e-layers>
32
- * <e-layer>
33
- * <e-initialShapeSelections>
34
- * <e-initialShapeSelection>
35
- * </e-initialShapeSelection>
36
- * </e-initialShapeSelections>
37
- * </e-layer>
38
- * </e-layers>
39
- * ```
40
- */
41
- var InitialShapeSelectionDirective = /** @class */ (function (_super) {
42
- __extends(InitialShapeSelectionDirective, _super);
43
- /**
44
- * @param {?} viewContainerRef
45
- */
46
- function InitialShapeSelectionDirective(viewContainerRef) {
47
- var _this = _super.call(this) || this;
48
- _this.viewContainerRef = viewContainerRef;
49
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
50
- _this.registerEvents(outputs);
51
- _this.directivePropList = input;
52
- return _this;
53
- }
54
- return InitialShapeSelectionDirective;
55
- }(ej2AngularBase.ComplexBase));
56
- InitialShapeSelectionDirective.decorators = [
57
- { type: core.Directive, args: [{
58
- selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',
59
- inputs: input,
60
- outputs: outputs,
61
- queries: {}
62
- },] },
63
- ];
64
- /**
65
- * @nocollapse
66
- */
67
- InitialShapeSelectionDirective.ctorParameters = function () { return [
68
- { type: core.ViewContainerRef, },
69
- ]; };
70
- /**
71
- * InitialShapeSelection Array Directive
72
- */
73
- var InitialShapeSelectionsDirective = /** @class */ (function (_super) {
74
- __extends(InitialShapeSelectionsDirective, _super);
75
- function InitialShapeSelectionsDirective() {
76
- return _super.call(this, 'initialshapeselection') || this;
77
- }
78
- return InitialShapeSelectionsDirective;
79
- }(ej2AngularBase.ArrayBase));
80
- InitialShapeSelectionsDirective.decorators = [
81
- { type: core.Directive, args: [{
82
- selector: 'e-layer>e-initialShapeSelections',
83
- queries: {
84
- children: new core.ContentChildren(InitialShapeSelectionDirective)
85
- },
86
- },] },
87
- ];
88
- /**
89
- * @nocollapse
90
- */
91
- InitialShapeSelectionsDirective.ctorParameters = function () { return []; };
92
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
93
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
94
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
95
- r = Reflect.decorate(decorators, target, key, desc);
96
- else
97
- for (var i = decorators.length - 1; i >= 0; i--)
98
- if (d = decorators[i])
99
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
100
- return c > 3 && r && Object.defineProperty(target, key, r), r;
101
- };
102
- var __metadata = (this && this.__metadata) || function (k, v) {
103
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
104
- return Reflect.metadata(k, v);
105
- };
106
- var input$1 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
107
- var outputs$1 = [];
108
- /**
109
- * Layer Directive
110
- * ```html
111
- * <e-layers>
112
- * <e-layer>
113
- * <e-markerSettings>
114
- * <e-markerSetting>
115
- * </e-markerSetting>
116
- * </e-markerSettings>
117
- * </e-layer>
118
- * </e-layers>
119
- * ```
120
- */
121
- var MarkerDirective = /** @class */ (function (_super) {
122
- __extends(MarkerDirective, _super);
123
- /**
124
- * @param {?} viewContainerRef
125
- */
126
- function MarkerDirective(viewContainerRef) {
127
- var _this = _super.call(this) || this;
128
- _this.viewContainerRef = viewContainerRef;
129
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
130
- _this.registerEvents(outputs$1);
131
- _this.directivePropList = input$1;
132
- return _this;
133
- }
134
- return MarkerDirective;
135
- }(ej2AngularBase.ComplexBase));
136
- MarkerDirective.decorators = [
137
- { type: core.Directive, args: [{
138
- selector: 'e-layer>e-markerSettings>e-markerSetting',
139
- inputs: input$1,
140
- outputs: outputs$1,
141
- queries: {}
142
- },] },
143
- ];
144
- /**
145
- * @nocollapse
146
- */
147
- MarkerDirective.ctorParameters = function () { return [
148
- { type: core.ViewContainerRef, },
149
- ]; };
150
- MarkerDirective.propDecorators = {
151
- 'template': [{ type: core.ContentChild, args: ['template',] },],
152
- 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
153
- };
154
- __decorate([
155
- ej2AngularBase.Template(),
156
- __metadata("design:type", Object)
157
- ], MarkerDirective.prototype, "template", void 0);
158
- __decorate([
159
- ej2AngularBase.Template(),
160
- __metadata("design:type", Object)
161
- ], MarkerDirective.prototype, "tooltipSettings_template", void 0);
162
- /**
163
- * Marker Array Directive
164
- */
165
- var MarkersDirective = /** @class */ (function (_super) {
166
- __extends(MarkersDirective, _super);
167
- function MarkersDirective() {
168
- return _super.call(this, 'markersettings') || this;
169
- }
170
- return MarkersDirective;
171
- }(ej2AngularBase.ArrayBase));
172
- MarkersDirective.decorators = [
173
- { type: core.Directive, args: [{
174
- selector: 'e-layer>e-markerSettings',
175
- queries: {
176
- children: new core.ContentChildren(MarkerDirective)
177
- },
178
- },] },
179
- ];
180
- /**
181
- * @nocollapse
182
- */
183
- MarkersDirective.ctorParameters = function () { return []; };
184
- var input$2 = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
185
- var outputs$2 = [];
186
- /**
187
- * ColorMapping Directive
188
- * ```html
189
- * <e-layers>
190
- * <e-layer>
191
- * <e-bubbleSettings>
192
- * <e-colorMappings>
193
- * <e-colorMapping>
194
- * </e-colorMapping>
195
- * </e-colorMappings>
196
- * </e-bubbleSettings>
197
- * </e-layer>
198
- * </e-layers>
199
- * ```
200
- */
201
- var ColorMappingDirective = /** @class */ (function (_super) {
202
- __extends(ColorMappingDirective, _super);
203
- /**
204
- * @param {?} viewContainerRef
205
- */
206
- function ColorMappingDirective(viewContainerRef) {
207
- var _this = _super.call(this) || this;
208
- _this.viewContainerRef = viewContainerRef;
209
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
210
- _this.registerEvents(outputs$2);
211
- _this.directivePropList = input$2;
212
- return _this;
213
- }
214
- return ColorMappingDirective;
215
- }(ej2AngularBase.ComplexBase));
216
- ColorMappingDirective.decorators = [
217
- { type: core.Directive, args: [{
218
- selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',
219
- inputs: input$2,
220
- outputs: outputs$2,
221
- queries: {}
222
- },] },
223
- ];
224
- /**
225
- * @nocollapse
226
- */
227
- ColorMappingDirective.ctorParameters = function () { return [
228
- { type: core.ViewContainerRef, },
229
- ]; };
230
- /**
231
- * ColorMapping Array Directive
232
- */
233
- var ColorMappingsDirective = /** @class */ (function (_super) {
234
- __extends(ColorMappingsDirective, _super);
235
- function ColorMappingsDirective() {
236
- return _super.call(this, 'colormapping') || this;
237
- }
238
- return ColorMappingsDirective;
239
- }(ej2AngularBase.ArrayBase));
240
- ColorMappingsDirective.decorators = [
241
- { type: core.Directive, args: [{
242
- selector: 'e-bubbleSettings>e-colorMappings',
243
- queries: {
244
- children: new core.ContentChildren(ColorMappingDirective)
245
- },
246
- },] },
247
- ];
248
- /**
249
- * @nocollapse
250
- */
251
- ColorMappingsDirective.ctorParameters = function () { return []; };
252
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
253
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
254
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
255
- r = Reflect.decorate(decorators, target, key, desc);
256
- else
257
- for (var i = decorators.length - 1; i >= 0; i--)
258
- if (d = decorators[i])
259
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
260
- return c > 3 && r && Object.defineProperty(target, key, r), r;
261
- };
262
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
263
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
264
- return Reflect.metadata(k, v);
265
- };
266
- var input$3 = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];
267
- var outputs$3 = [];
268
- /**
269
- * Layer Directive
270
- * ```html
271
- * <e-layers>
272
- * <e-layer>
273
- * <e-bubbleSettings>
274
- * <e-bubbleSetting>
275
- * </e-bubbleSetting>
276
- * </e-bubbleSettings>
277
- * </e-layer>
278
- * </e-layers>
279
- * ```
280
- */
281
- var BubbleDirective = /** @class */ (function (_super) {
282
- __extends(BubbleDirective, _super);
283
- /**
284
- * @param {?} viewContainerRef
285
- */
286
- function BubbleDirective(viewContainerRef) {
287
- var _this = _super.call(this) || this;
288
- _this.viewContainerRef = viewContainerRef;
289
- _this.tags = ['colorMapping'];
290
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
291
- _this.registerEvents(outputs$3);
292
- _this.directivePropList = input$3;
293
- return _this;
294
- }
295
- return BubbleDirective;
296
- }(ej2AngularBase.ComplexBase));
297
- BubbleDirective.decorators = [
298
- { type: core.Directive, args: [{
299
- selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',
300
- inputs: input$3,
301
- outputs: outputs$3,
302
- queries: {
303
- childColorMapping: new core.ContentChild(ColorMappingsDirective)
304
- }
305
- },] },
306
- ];
307
- /**
308
- * @nocollapse
309
- */
310
- BubbleDirective.ctorParameters = function () { return [
311
- { type: core.ViewContainerRef, },
312
- ]; };
313
- BubbleDirective.propDecorators = {
314
- 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
315
- };
316
- __decorate$1([
317
- ej2AngularBase.Template(),
318
- __metadata$1("design:type", Object)
319
- ], BubbleDirective.prototype, "tooltipSettings_template", void 0);
320
- /**
321
- * Bubble Array Directive
322
- */
323
- var BubblesDirective = /** @class */ (function (_super) {
324
- __extends(BubblesDirective, _super);
325
- function BubblesDirective() {
326
- return _super.call(this, 'bubblesettings') || this;
327
- }
328
- return BubblesDirective;
329
- }(ej2AngularBase.ArrayBase));
330
- BubblesDirective.decorators = [
331
- { type: core.Directive, args: [{
332
- selector: 'e-layer>e-bubbleSettings',
333
- queries: {
334
- children: new core.ContentChildren(BubbleDirective)
335
- },
336
- },] },
337
- ];
338
- /**
339
- * @nocollapse
340
- */
341
- BubblesDirective.ctorParameters = function () { return []; };
342
- var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
343
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
344
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
345
- r = Reflect.decorate(decorators, target, key, desc);
346
- else
347
- for (var i = decorators.length - 1; i >= 0; i--)
348
- if (d = decorators[i])
349
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
350
- return c > 3 && r && Object.defineProperty(target, key, r), r;
351
- };
352
- var __metadata$2 = (this && this.__metadata) || function (k, v) {
353
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
354
- return Reflect.metadata(k, v);
355
- };
356
- var input$4 = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];
357
- var outputs$4 = [];
358
- /**
359
- * Layer Directive
360
- * ```html
361
- * <e-layers>
362
- * <e-layer>
363
- * <e-navigationLineSettings>
364
- * <e-navigationLineSetting>
365
- * </e-navigationLineSetting>
366
- * </e-navigationLineSettings>
367
- * </e-layer>
368
- * </e-layers>
369
- * ```
370
- */
371
- var NavigationLineDirective = /** @class */ (function (_super) {
372
- __extends(NavigationLineDirective, _super);
373
- /**
374
- * @param {?} viewContainerRef
375
- */
376
- function NavigationLineDirective(viewContainerRef) {
377
- var _this = _super.call(this) || this;
378
- _this.viewContainerRef = viewContainerRef;
379
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
380
- _this.registerEvents(outputs$4);
381
- _this.directivePropList = input$4;
382
- return _this;
383
- }
384
- return NavigationLineDirective;
385
- }(ej2AngularBase.ComplexBase));
386
- NavigationLineDirective.decorators = [
387
- { type: core.Directive, args: [{
388
- selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',
389
- inputs: input$4,
390
- outputs: outputs$4,
391
- queries: {}
392
- },] },
393
- ];
394
- /**
395
- * @nocollapse
396
- */
397
- NavigationLineDirective.ctorParameters = function () { return [
398
- { type: core.ViewContainerRef, },
399
- ]; };
400
- NavigationLineDirective.propDecorators = {
401
- 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
402
- };
403
- __decorate$2([
404
- ej2AngularBase.Template(),
405
- __metadata$2("design:type", Object)
406
- ], NavigationLineDirective.prototype, "tooltipSettings_template", void 0);
407
- /**
408
- * NavigationLine Array Directive
409
- */
410
- var NavigationLinesDirective = /** @class */ (function (_super) {
411
- __extends(NavigationLinesDirective, _super);
412
- function NavigationLinesDirective() {
413
- return _super.call(this, 'navigationlinesettings') || this;
414
- }
415
- return NavigationLinesDirective;
416
- }(ej2AngularBase.ArrayBase));
417
- NavigationLinesDirective.decorators = [
418
- { type: core.Directive, args: [{
419
- selector: 'e-layer>e-navigationLineSettings',
420
- queries: {
421
- children: new core.ContentChildren(NavigationLineDirective)
422
- },
423
- },] },
424
- ];
425
- /**
426
- * @nocollapse
427
- */
428
- NavigationLinesDirective.ctorParameters = function () { return []; };
429
- var input$5 = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];
430
- var outputs$5 = [];
431
- /**
432
- * Layer Directive
433
- * ```html
434
- * <e-layers>
435
- * <e-layer></e-layer>
436
- * </e-layers>
437
- * ```
438
- */
439
- var LayerDirective = /** @class */ (function (_super) {
440
- __extends(LayerDirective, _super);
441
- /**
442
- * @param {?} viewContainerRef
443
- */
444
- function LayerDirective(viewContainerRef) {
445
- var _this = _super.call(this) || this;
446
- _this.viewContainerRef = viewContainerRef;
447
- _this.tags = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];
448
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
449
- _this.registerEvents(outputs$5);
450
- _this.directivePropList = input$5;
451
- return _this;
452
- }
453
- return LayerDirective;
454
- }(ej2AngularBase.ComplexBase));
455
- LayerDirective.decorators = [
456
- { type: core.Directive, args: [{
457
- selector: 'e-layers>e-layer',
458
- inputs: input$5,
459
- outputs: outputs$5,
460
- queries: {
461
- childInitialShapeSelection: new core.ContentChild(InitialShapeSelectionsDirective),
462
- childMarkerSettings: new core.ContentChild(MarkersDirective),
463
- childBubbleSettings: new core.ContentChild(BubblesDirective),
464
- childNavigationLineSettings: new core.ContentChild(NavigationLinesDirective)
465
- }
466
- },] },
467
- ];
468
- /**
469
- * @nocollapse
470
- */
471
- LayerDirective.ctorParameters = function () { return [
472
- { type: core.ViewContainerRef, },
473
- ]; };
474
- /**
475
- * Layer Array Directive
476
- */
477
- var LayersDirective = /** @class */ (function (_super) {
478
- __extends(LayersDirective, _super);
479
- function LayersDirective() {
480
- return _super.call(this, 'layers') || this;
481
- }
482
- return LayersDirective;
483
- }(ej2AngularBase.ArrayBase));
484
- LayersDirective.decorators = [
485
- { type: core.Directive, args: [{
486
- selector: 'ej-maps>e-layers',
487
- queries: {
488
- children: new core.ContentChildren(LayerDirective)
489
- },
490
- },] },
491
- ];
492
- /**
493
- * @nocollapse
494
- */
495
- LayersDirective.ctorParameters = function () { return []; };
496
- var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
497
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
498
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
499
- r = Reflect.decorate(decorators, target, key, desc);
500
- else
501
- for (var i = decorators.length - 1; i >= 0; i--)
502
- if (d = decorators[i])
503
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
504
- return c > 3 && r && Object.defineProperty(target, key, r), r;
505
- };
506
- var __metadata$3 = (this && this.__metadata) || function (k, v) {
507
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
508
- return Reflect.metadata(k, v);
509
- };
510
- var input$6 = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
511
- var outputs$6 = [];
512
- /**
513
- * Annotation Directive
514
- * ```html
515
- * <e-maps-annotations>
516
- * <e-maps-annotation></e-maps-annotation>
517
- * </e-maps-annotations>
518
- * ```
519
- */
520
- var AnnotationDirective = /** @class */ (function (_super) {
521
- __extends(AnnotationDirective, _super);
522
- /**
523
- * @param {?} viewContainerRef
524
- */
525
- function AnnotationDirective(viewContainerRef) {
526
- var _this = _super.call(this) || this;
527
- _this.viewContainerRef = viewContainerRef;
528
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
529
- _this.registerEvents(outputs$6);
530
- _this.directivePropList = input$6;
531
- return _this;
532
- }
533
- return AnnotationDirective;
534
- }(ej2AngularBase.ComplexBase));
535
- AnnotationDirective.decorators = [
536
- { type: core.Directive, args: [{
537
- selector: 'e-maps-annotations>e-maps-annotation',
538
- inputs: input$6,
539
- outputs: outputs$6,
540
- queries: {}
541
- },] },
542
- ];
543
- /**
544
- * @nocollapse
545
- */
546
- AnnotationDirective.ctorParameters = function () { return [
547
- { type: core.ViewContainerRef, },
548
- ]; };
549
- AnnotationDirective.propDecorators = {
550
- 'content': [{ type: core.ContentChild, args: ['content',] },],
551
- };
552
- __decorate$3([
553
- ej2AngularBase.Template(),
554
- __metadata$3("design:type", Object)
555
- ], AnnotationDirective.prototype, "content", void 0);
556
- /**
557
- * Annotation Array Directive
558
- */
559
- var AnnotationsDirective = /** @class */ (function (_super) {
560
- __extends(AnnotationsDirective, _super);
561
- function AnnotationsDirective() {
562
- return _super.call(this, 'annotations') || this;
563
- }
564
- return AnnotationsDirective;
565
- }(ej2AngularBase.ArrayBase));
566
- AnnotationsDirective.decorators = [
567
- { type: core.Directive, args: [{
568
- selector: 'ej-maps>e-maps-annotations',
569
- queries: {
570
- children: new core.ContentChildren(AnnotationDirective)
571
- },
572
- },] },
573
- ];
574
- /**
575
- * @nocollapse
576
- */
577
- AnnotationsDirective.ctorParameters = function () { return []; };
578
- var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
579
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
580
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
581
- r = Reflect.decorate(decorators, target, key, desc);
582
- else
583
- for (var i = decorators.length - 1; i >= 0; i--)
584
- if (d = decorators[i])
585
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
586
- return c > 3 && r && Object.defineProperty(target, key, r), r;
587
- };
588
- var __metadata$4 = (this && this.__metadata) || function (k, v) {
589
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
590
- return Reflect.metadata(k, v);
591
- };
592
- var inputs = ['allowImageExport', 'allowPdfExport', 'allowPrint', 'annotations', 'background', 'baseLayerIndex', 'border', 'centerPosition', 'description', 'enablePersistence', 'enableRtl', 'format', 'height', 'layers', 'legendSettings', 'locale', 'mapsArea', 'margin', 'projectionType', 'tabIndex', 'theme', 'titleSettings', 'tooltipDisplayMode', 'useGroupingSeparator', 'width', 'zoomSettings'];
593
- var outputs$7 = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerMouseMove', 'markerRendering', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
594
- var twoWays = ['dataSource'];
595
- /**
596
- * Represents Maps Component
597
- * ```html
598
- * <ej-maps></ej-maps>
599
- * ```
600
- */
601
- exports.MapsComponent = /** @class */ (function (_super) {
602
- __extends(MapsComponent, _super);
603
- /**
604
- * @param {?} ngEle
605
- * @param {?} srenderer
606
- * @param {?} viewContainerRef
607
- * @param {?} injector
608
- */
609
- function MapsComponent(ngEle, srenderer, viewContainerRef, injector) {
610
- var _this = _super.call(this) || this;
611
- _this.ngEle = ngEle;
612
- _this.srenderer = srenderer;
613
- _this.viewContainerRef = viewContainerRef;
614
- _this.injector = injector;
615
- _this.tags = ['layers', 'annotations'];
616
- _this.element = _this.ngEle.nativeElement;
617
- _this.injectedModules = _this.injectedModules || [];
618
- try {
619
- var mod = _this.injector.get('MapsBubble');
620
- if (_this.injectedModules.indexOf(mod) === -1) {
621
- _this.injectedModules.push(mod);
622
- }
623
- }
624
- catch (_a) { }
625
- try {
626
- var mod = _this.injector.get('MapsLegend');
627
- if (_this.injectedModules.indexOf(mod) === -1) {
628
- _this.injectedModules.push(mod);
629
- }
630
- }
631
- catch (_b) { }
632
- try {
633
- var mod = _this.injector.get('MapsMarker');
634
- if (_this.injectedModules.indexOf(mod) === -1) {
635
- _this.injectedModules.push(mod);
636
- }
637
- }
638
- catch (_c) { }
639
- try {
640
- var mod = _this.injector.get('MapsHighlight');
641
- if (_this.injectedModules.indexOf(mod) === -1) {
642
- _this.injectedModules.push(mod);
643
- }
644
- }
645
- catch (_d) { }
646
- try {
647
- var mod = _this.injector.get('MapsSelection');
648
- if (_this.injectedModules.indexOf(mod) === -1) {
649
- _this.injectedModules.push(mod);
650
- }
651
- }
652
- catch (_e) { }
653
- try {
654
- var mod = _this.injector.get('MapsMapsTooltip');
655
- if (_this.injectedModules.indexOf(mod) === -1) {
656
- _this.injectedModules.push(mod);
657
- }
658
- }
659
- catch (_f) { }
660
- try {
661
- var mod = _this.injector.get('MapsZoom');
662
- if (_this.injectedModules.indexOf(mod) === -1) {
663
- _this.injectedModules.push(mod);
664
- }
665
- }
666
- catch (_g) { }
667
- try {
668
- var mod = _this.injector.get('MapsDataLabel');
669
- if (_this.injectedModules.indexOf(mod) === -1) {
670
- _this.injectedModules.push(mod);
671
- }
672
- }
673
- catch (_h) { }
674
- try {
675
- var mod = _this.injector.get('MapsNavigationLine');
676
- if (_this.injectedModules.indexOf(mod) === -1) {
677
- _this.injectedModules.push(mod);
678
- }
679
- }
680
- catch (_j) { }
681
- try {
682
- var mod = _this.injector.get('MapsAnnotations');
683
- if (_this.injectedModules.indexOf(mod) === -1) {
684
- _this.injectedModules.push(mod);
685
- }
686
- }
687
- catch (_k) { }
688
- try {
689
- var mod = _this.injector.get('MapsPrint');
690
- if (_this.injectedModules.indexOf(mod) === -1) {
691
- _this.injectedModules.push(mod);
692
- }
693
- }
694
- catch (_l) { }
695
- try {
696
- var mod = _this.injector.get('MapsPdfExport');
697
- if (_this.injectedModules.indexOf(mod) === -1) {
698
- _this.injectedModules.push(mod);
699
- }
700
- }
701
- catch (_m) { }
702
- try {
703
- var mod = _this.injector.get('MapsImageExport');
704
- if (_this.injectedModules.indexOf(mod) === -1) {
705
- _this.injectedModules.push(mod);
706
- }
707
- }
708
- catch (_o) { }
709
- _this.registerEvents(outputs$7);
710
- _this.addTwoWay.call(_this, twoWays);
711
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
712
- _this.context = new ej2AngularBase.ComponentBase();
713
- return _this;
714
- }
715
- /**
716
- * @return {?}
717
- */
718
- MapsComponent.prototype.ngOnInit = function () {
719
- this.context.ngOnInit(this);
720
- };
721
- /**
722
- * @return {?}
723
- */
724
- MapsComponent.prototype.ngAfterViewInit = function () {
725
- this.context.ngAfterViewInit(this);
726
- };
727
- /**
728
- * @return {?}
729
- */
730
- MapsComponent.prototype.ngOnDestroy = function () {
731
- this.context.ngOnDestroy(this);
732
- };
733
- /**
734
- * @return {?}
735
- */
736
- MapsComponent.prototype.ngAfterContentChecked = function () {
737
- this.tagObjects[0].instance = this.childLayers;
738
- if (this.childAnnotations) {
739
- this.tagObjects[1].instance = /** @type {?} */ (this.childAnnotations);
740
- }
741
- this.context.ngAfterContentChecked(this);
742
- };
743
- return MapsComponent;
744
- }(ej2Maps.Maps));
745
- exports.MapsComponent.decorators = [
746
- { type: core.Component, args: [{
747
- selector: 'ejs-maps',
748
- inputs: inputs,
749
- outputs: outputs$7,
750
- template: '',
751
- changeDetection: core.ChangeDetectionStrategy.OnPush,
752
- queries: {
753
- childLayers: new core.ContentChild(LayersDirective),
754
- childAnnotations: new core.ContentChild(AnnotationsDirective)
755
- }
756
- },] },
757
- ];
758
- /**
759
- * @nocollapse
760
- */
761
- exports.MapsComponent.ctorParameters = function () { return [
762
- { type: core.ElementRef, },
763
- { type: core.Renderer2, },
764
- { type: core.ViewContainerRef, },
765
- { type: core.Injector, },
766
- ]; };
767
- exports.MapsComponent = __decorate$4([
768
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
769
- __metadata$4("design:paramtypes", [core.ElementRef,
770
- core.Renderer2,
771
- core.ViewContainerRef,
772
- core.Injector])
773
- ], exports.MapsComponent);
774
- /**
775
- * NgModule definition for the Maps component.
776
- */
777
- var MapsModule = /** @class */ (function () {
778
- function MapsModule() {
779
- }
780
- return MapsModule;
781
- }());
782
- MapsModule.decorators = [
783
- { type: core.NgModule, args: [{
784
- imports: [common.CommonModule],
785
- declarations: [
786
- exports.MapsComponent,
787
- InitialShapeSelectionDirective,
788
- InitialShapeSelectionsDirective,
789
- MarkerDirective,
790
- MarkersDirective,
791
- ColorMappingDirective,
792
- ColorMappingsDirective,
793
- BubbleDirective,
794
- BubblesDirective,
795
- NavigationLineDirective,
796
- NavigationLinesDirective,
797
- LayerDirective,
798
- LayersDirective,
799
- AnnotationDirective,
800
- AnnotationsDirective
801
- ],
802
- exports: [
803
- exports.MapsComponent,
804
- InitialShapeSelectionDirective,
805
- InitialShapeSelectionsDirective,
806
- MarkerDirective,
807
- MarkersDirective,
808
- ColorMappingDirective,
809
- ColorMappingsDirective,
810
- BubbleDirective,
811
- BubblesDirective,
812
- NavigationLineDirective,
813
- NavigationLinesDirective,
814
- LayerDirective,
815
- LayersDirective,
816
- AnnotationDirective,
817
- AnnotationsDirective
818
- ]
819
- },] },
820
- ];
821
- /**
822
- * @nocollapse
823
- */
824
- MapsModule.ctorParameters = function () { return []; };
825
- var BubbleService = { provide: 'MapsBubble', useValue: ej2Maps.Bubble };
826
- var LegendService = { provide: 'MapsLegend', useValue: ej2Maps.Legend };
827
- var MarkerService = { provide: 'MapsMarker', useValue: ej2Maps.Marker };
828
- var HighlightService = { provide: 'MapsHighlight', useValue: ej2Maps.Highlight };
829
- var SelectionService = { provide: 'MapsSelection', useValue: ej2Maps.Selection };
830
- var MapsTooltipService = { provide: 'MapsMapsTooltip', useValue: ej2Maps.MapsTooltip };
831
- var ZoomService = { provide: 'MapsZoom', useValue: ej2Maps.Zoom };
832
- var DataLabelService = { provide: 'MapsDataLabel', useValue: ej2Maps.DataLabel };
833
- var NavigationLineService = { provide: 'MapsNavigationLine', useValue: ej2Maps.NavigationLine };
834
- var AnnotationsService = { provide: 'MapsAnnotations', useValue: ej2Maps.Annotations };
835
- var PrintService = { provide: 'MapsPrint', useValue: ej2Maps.Print };
836
- var PdfExportService = { provide: 'MapsPdfExport', useValue: ej2Maps.PdfExport };
837
- var ImageExportService = { provide: 'MapsImageExport', useValue: ej2Maps.ImageExport };
838
- /**
839
- * NgModule definition for the Maps component with providers.
840
- */
841
- var MapsAllModule = /** @class */ (function () {
842
- function MapsAllModule() {
843
- }
844
- return MapsAllModule;
845
- }());
846
- MapsAllModule.decorators = [
847
- { type: core.NgModule, args: [{
848
- imports: [common.CommonModule, MapsModule],
849
- exports: [
850
- MapsModule
851
- ],
852
- providers: [
853
- BubbleService,
854
- LegendService,
855
- MarkerService,
856
- HighlightService,
857
- SelectionService,
858
- MapsTooltipService,
859
- ZoomService,
860
- DataLabelService,
861
- NavigationLineService,
862
- AnnotationsService,
863
- PrintService,
864
- PdfExportService,
865
- ImageExportService
866
- ]
867
- },] },
868
- ];
869
- /**
870
- * @nocollapse
871
- */
7
+ var __extends = (this && this.__extends) || (function () {
8
+ var extendStatics = Object.setPrototypeOf ||
9
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
10
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
11
+ return function (d, b) {
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var input = ['shapePath', 'shapeValue'];
18
+ var outputs = [];
19
+ /**
20
+ * Layer Directive
21
+ * ```html
22
+ * <e-layers>
23
+ * <e-layer>
24
+ * <e-initialShapeSelections>
25
+ * <e-initialShapeSelection>
26
+ * </e-initialShapeSelection>
27
+ * </e-initialShapeSelections>
28
+ * </e-layer>
29
+ * </e-layers>
30
+ * ```
31
+ */
32
+ var InitialShapeSelectionDirective = /** @class */ (function (_super) {
33
+ __extends(InitialShapeSelectionDirective, _super);
34
+ /**
35
+ * @param {?} viewContainerRef
36
+ */
37
+ function InitialShapeSelectionDirective(viewContainerRef) {
38
+ var _this = _super.call(this) || this;
39
+ _this.viewContainerRef = viewContainerRef;
40
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
41
+ _this.registerEvents(outputs);
42
+ _this.directivePropList = input;
43
+ return _this;
44
+ }
45
+ return InitialShapeSelectionDirective;
46
+ }(ej2AngularBase.ComplexBase));
47
+ InitialShapeSelectionDirective.decorators = [
48
+ { type: core.Directive, args: [{
49
+ selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',
50
+ inputs: input,
51
+ outputs: outputs,
52
+ queries: {}
53
+ },] },
54
+ ];
55
+ /**
56
+ * @nocollapse
57
+ */
58
+ InitialShapeSelectionDirective.ctorParameters = function () { return [
59
+ { type: core.ViewContainerRef, },
60
+ ]; };
61
+ /**
62
+ * InitialShapeSelection Array Directive
63
+ */
64
+ var InitialShapeSelectionsDirective = /** @class */ (function (_super) {
65
+ __extends(InitialShapeSelectionsDirective, _super);
66
+ function InitialShapeSelectionsDirective() {
67
+ return _super.call(this, 'initialshapeselection') || this;
68
+ }
69
+ return InitialShapeSelectionsDirective;
70
+ }(ej2AngularBase.ArrayBase));
71
+ InitialShapeSelectionsDirective.decorators = [
72
+ { type: core.Directive, args: [{
73
+ selector: 'e-layer>e-initialShapeSelections',
74
+ queries: {
75
+ children: new core.ContentChildren(InitialShapeSelectionDirective)
76
+ },
77
+ },] },
78
+ ];
79
+ /**
80
+ * @nocollapse
81
+ */
82
+ InitialShapeSelectionsDirective.ctorParameters = function () { return []; };
83
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
84
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
85
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
86
+ r = Reflect.decorate(decorators, target, key, desc);
87
+ else
88
+ for (var i = decorators.length - 1; i >= 0; i--)
89
+ if (d = decorators[i])
90
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
91
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
92
+ };
93
+ var __metadata = (this && this.__metadata) || function (k, v) {
94
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
95
+ return Reflect.metadata(k, v);
96
+ };
97
+ var input$1 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
98
+ var outputs$1 = [];
99
+ /**
100
+ * Layer Directive
101
+ * ```html
102
+ * <e-layers>
103
+ * <e-layer>
104
+ * <e-markerSettings>
105
+ * <e-markerSetting>
106
+ * </e-markerSetting>
107
+ * </e-markerSettings>
108
+ * </e-layer>
109
+ * </e-layers>
110
+ * ```
111
+ */
112
+ var MarkerDirective = /** @class */ (function (_super) {
113
+ __extends(MarkerDirective, _super);
114
+ /**
115
+ * @param {?} viewContainerRef
116
+ */
117
+ function MarkerDirective(viewContainerRef) {
118
+ var _this = _super.call(this) || this;
119
+ _this.viewContainerRef = viewContainerRef;
120
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
121
+ _this.registerEvents(outputs$1);
122
+ _this.directivePropList = input$1;
123
+ return _this;
124
+ }
125
+ return MarkerDirective;
126
+ }(ej2AngularBase.ComplexBase));
127
+ MarkerDirective.decorators = [
128
+ { type: core.Directive, args: [{
129
+ selector: 'e-layer>e-markerSettings>e-markerSetting',
130
+ inputs: input$1,
131
+ outputs: outputs$1,
132
+ queries: {}
133
+ },] },
134
+ ];
135
+ /**
136
+ * @nocollapse
137
+ */
138
+ MarkerDirective.ctorParameters = function () { return [
139
+ { type: core.ViewContainerRef, },
140
+ ]; };
141
+ MarkerDirective.propDecorators = {
142
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
143
+ 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
144
+ };
145
+ __decorate([
146
+ ej2AngularBase.Template(),
147
+ __metadata("design:type", Object)
148
+ ], MarkerDirective.prototype, "template", void 0);
149
+ __decorate([
150
+ ej2AngularBase.Template(),
151
+ __metadata("design:type", Object)
152
+ ], MarkerDirective.prototype, "tooltipSettings_template", void 0);
153
+ /**
154
+ * Marker Array Directive
155
+ */
156
+ var MarkersDirective = /** @class */ (function (_super) {
157
+ __extends(MarkersDirective, _super);
158
+ function MarkersDirective() {
159
+ return _super.call(this, 'markersettings') || this;
160
+ }
161
+ return MarkersDirective;
162
+ }(ej2AngularBase.ArrayBase));
163
+ MarkersDirective.decorators = [
164
+ { type: core.Directive, args: [{
165
+ selector: 'e-layer>e-markerSettings',
166
+ queries: {
167
+ children: new core.ContentChildren(MarkerDirective)
168
+ },
169
+ },] },
170
+ ];
171
+ /**
172
+ * @nocollapse
173
+ */
174
+ MarkersDirective.ctorParameters = function () { return []; };
175
+ var input$2 = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
176
+ var outputs$2 = [];
177
+ /**
178
+ * ColorMapping Directive
179
+ * ```html
180
+ * <e-layers>
181
+ * <e-layer>
182
+ * <e-bubbleSettings>
183
+ * <e-colorMappings>
184
+ * <e-colorMapping>
185
+ * </e-colorMapping>
186
+ * </e-colorMappings>
187
+ * </e-bubbleSettings>
188
+ * </e-layer>
189
+ * </e-layers>
190
+ * ```
191
+ */
192
+ var ColorMappingDirective = /** @class */ (function (_super) {
193
+ __extends(ColorMappingDirective, _super);
194
+ /**
195
+ * @param {?} viewContainerRef
196
+ */
197
+ function ColorMappingDirective(viewContainerRef) {
198
+ var _this = _super.call(this) || this;
199
+ _this.viewContainerRef = viewContainerRef;
200
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
201
+ _this.registerEvents(outputs$2);
202
+ _this.directivePropList = input$2;
203
+ return _this;
204
+ }
205
+ return ColorMappingDirective;
206
+ }(ej2AngularBase.ComplexBase));
207
+ ColorMappingDirective.decorators = [
208
+ { type: core.Directive, args: [{
209
+ selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',
210
+ inputs: input$2,
211
+ outputs: outputs$2,
212
+ queries: {}
213
+ },] },
214
+ ];
215
+ /**
216
+ * @nocollapse
217
+ */
218
+ ColorMappingDirective.ctorParameters = function () { return [
219
+ { type: core.ViewContainerRef, },
220
+ ]; };
221
+ /**
222
+ * ColorMapping Array Directive
223
+ */
224
+ var ColorMappingsDirective = /** @class */ (function (_super) {
225
+ __extends(ColorMappingsDirective, _super);
226
+ function ColorMappingsDirective() {
227
+ return _super.call(this, 'colormapping') || this;
228
+ }
229
+ return ColorMappingsDirective;
230
+ }(ej2AngularBase.ArrayBase));
231
+ ColorMappingsDirective.decorators = [
232
+ { type: core.Directive, args: [{
233
+ selector: 'e-bubbleSettings>e-colorMappings',
234
+ queries: {
235
+ children: new core.ContentChildren(ColorMappingDirective)
236
+ },
237
+ },] },
238
+ ];
239
+ /**
240
+ * @nocollapse
241
+ */
242
+ ColorMappingsDirective.ctorParameters = function () { return []; };
243
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
244
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
245
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
246
+ r = Reflect.decorate(decorators, target, key, desc);
247
+ else
248
+ for (var i = decorators.length - 1; i >= 0; i--)
249
+ if (d = decorators[i])
250
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
251
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
252
+ };
253
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
254
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
255
+ return Reflect.metadata(k, v);
256
+ };
257
+ var input$3 = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];
258
+ var outputs$3 = [];
259
+ /**
260
+ * Layer Directive
261
+ * ```html
262
+ * <e-layers>
263
+ * <e-layer>
264
+ * <e-bubbleSettings>
265
+ * <e-bubbleSetting>
266
+ * </e-bubbleSetting>
267
+ * </e-bubbleSettings>
268
+ * </e-layer>
269
+ * </e-layers>
270
+ * ```
271
+ */
272
+ var BubbleDirective = /** @class */ (function (_super) {
273
+ __extends(BubbleDirective, _super);
274
+ /**
275
+ * @param {?} viewContainerRef
276
+ */
277
+ function BubbleDirective(viewContainerRef) {
278
+ var _this = _super.call(this) || this;
279
+ _this.viewContainerRef = viewContainerRef;
280
+ _this.tags = ['colorMapping'];
281
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
282
+ _this.registerEvents(outputs$3);
283
+ _this.directivePropList = input$3;
284
+ return _this;
285
+ }
286
+ return BubbleDirective;
287
+ }(ej2AngularBase.ComplexBase));
288
+ BubbleDirective.decorators = [
289
+ { type: core.Directive, args: [{
290
+ selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',
291
+ inputs: input$3,
292
+ outputs: outputs$3,
293
+ queries: {
294
+ childColorMapping: new core.ContentChild(ColorMappingsDirective)
295
+ }
296
+ },] },
297
+ ];
298
+ /**
299
+ * @nocollapse
300
+ */
301
+ BubbleDirective.ctorParameters = function () { return [
302
+ { type: core.ViewContainerRef, },
303
+ ]; };
304
+ BubbleDirective.propDecorators = {
305
+ 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
306
+ };
307
+ __decorate$1([
308
+ ej2AngularBase.Template(),
309
+ __metadata$1("design:type", Object)
310
+ ], BubbleDirective.prototype, "tooltipSettings_template", void 0);
311
+ /**
312
+ * Bubble Array Directive
313
+ */
314
+ var BubblesDirective = /** @class */ (function (_super) {
315
+ __extends(BubblesDirective, _super);
316
+ function BubblesDirective() {
317
+ return _super.call(this, 'bubblesettings') || this;
318
+ }
319
+ return BubblesDirective;
320
+ }(ej2AngularBase.ArrayBase));
321
+ BubblesDirective.decorators = [
322
+ { type: core.Directive, args: [{
323
+ selector: 'e-layer>e-bubbleSettings',
324
+ queries: {
325
+ children: new core.ContentChildren(BubbleDirective)
326
+ },
327
+ },] },
328
+ ];
329
+ /**
330
+ * @nocollapse
331
+ */
332
+ BubblesDirective.ctorParameters = function () { return []; };
333
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
334
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
335
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
336
+ r = Reflect.decorate(decorators, target, key, desc);
337
+ else
338
+ for (var i = decorators.length - 1; i >= 0; i--)
339
+ if (d = decorators[i])
340
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
341
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
342
+ };
343
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
344
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
345
+ return Reflect.metadata(k, v);
346
+ };
347
+ var input$4 = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];
348
+ var outputs$4 = [];
349
+ /**
350
+ * Layer Directive
351
+ * ```html
352
+ * <e-layers>
353
+ * <e-layer>
354
+ * <e-navigationLineSettings>
355
+ * <e-navigationLineSetting>
356
+ * </e-navigationLineSetting>
357
+ * </e-navigationLineSettings>
358
+ * </e-layer>
359
+ * </e-layers>
360
+ * ```
361
+ */
362
+ var NavigationLineDirective = /** @class */ (function (_super) {
363
+ __extends(NavigationLineDirective, _super);
364
+ /**
365
+ * @param {?} viewContainerRef
366
+ */
367
+ function NavigationLineDirective(viewContainerRef) {
368
+ var _this = _super.call(this) || this;
369
+ _this.viewContainerRef = viewContainerRef;
370
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
371
+ _this.registerEvents(outputs$4);
372
+ _this.directivePropList = input$4;
373
+ return _this;
374
+ }
375
+ return NavigationLineDirective;
376
+ }(ej2AngularBase.ComplexBase));
377
+ NavigationLineDirective.decorators = [
378
+ { type: core.Directive, args: [{
379
+ selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',
380
+ inputs: input$4,
381
+ outputs: outputs$4,
382
+ queries: {}
383
+ },] },
384
+ ];
385
+ /**
386
+ * @nocollapse
387
+ */
388
+ NavigationLineDirective.ctorParameters = function () { return [
389
+ { type: core.ViewContainerRef, },
390
+ ]; };
391
+ NavigationLineDirective.propDecorators = {
392
+ 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
393
+ };
394
+ __decorate$2([
395
+ ej2AngularBase.Template(),
396
+ __metadata$2("design:type", Object)
397
+ ], NavigationLineDirective.prototype, "tooltipSettings_template", void 0);
398
+ /**
399
+ * NavigationLine Array Directive
400
+ */
401
+ var NavigationLinesDirective = /** @class */ (function (_super) {
402
+ __extends(NavigationLinesDirective, _super);
403
+ function NavigationLinesDirective() {
404
+ return _super.call(this, 'navigationlinesettings') || this;
405
+ }
406
+ return NavigationLinesDirective;
407
+ }(ej2AngularBase.ArrayBase));
408
+ NavigationLinesDirective.decorators = [
409
+ { type: core.Directive, args: [{
410
+ selector: 'e-layer>e-navigationLineSettings',
411
+ queries: {
412
+ children: new core.ContentChildren(NavigationLineDirective)
413
+ },
414
+ },] },
415
+ ];
416
+ /**
417
+ * @nocollapse
418
+ */
419
+ NavigationLinesDirective.ctorParameters = function () { return []; };
420
+ var input$5 = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];
421
+ var outputs$5 = [];
422
+ /**
423
+ * Layer Directive
424
+ * ```html
425
+ * <e-layers>
426
+ * <e-layer></e-layer>
427
+ * </e-layers>
428
+ * ```
429
+ */
430
+ var LayerDirective = /** @class */ (function (_super) {
431
+ __extends(LayerDirective, _super);
432
+ /**
433
+ * @param {?} viewContainerRef
434
+ */
435
+ function LayerDirective(viewContainerRef) {
436
+ var _this = _super.call(this) || this;
437
+ _this.viewContainerRef = viewContainerRef;
438
+ _this.tags = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];
439
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
440
+ _this.registerEvents(outputs$5);
441
+ _this.directivePropList = input$5;
442
+ return _this;
443
+ }
444
+ return LayerDirective;
445
+ }(ej2AngularBase.ComplexBase));
446
+ LayerDirective.decorators = [
447
+ { type: core.Directive, args: [{
448
+ selector: 'e-layers>e-layer',
449
+ inputs: input$5,
450
+ outputs: outputs$5,
451
+ queries: {
452
+ childInitialShapeSelection: new core.ContentChild(InitialShapeSelectionsDirective),
453
+ childMarkerSettings: new core.ContentChild(MarkersDirective),
454
+ childBubbleSettings: new core.ContentChild(BubblesDirective),
455
+ childNavigationLineSettings: new core.ContentChild(NavigationLinesDirective)
456
+ }
457
+ },] },
458
+ ];
459
+ /**
460
+ * @nocollapse
461
+ */
462
+ LayerDirective.ctorParameters = function () { return [
463
+ { type: core.ViewContainerRef, },
464
+ ]; };
465
+ /**
466
+ * Layer Array Directive
467
+ */
468
+ var LayersDirective = /** @class */ (function (_super) {
469
+ __extends(LayersDirective, _super);
470
+ function LayersDirective() {
471
+ return _super.call(this, 'layers') || this;
472
+ }
473
+ return LayersDirective;
474
+ }(ej2AngularBase.ArrayBase));
475
+ LayersDirective.decorators = [
476
+ { type: core.Directive, args: [{
477
+ selector: 'ej-maps>e-layers',
478
+ queries: {
479
+ children: new core.ContentChildren(LayerDirective)
480
+ },
481
+ },] },
482
+ ];
483
+ /**
484
+ * @nocollapse
485
+ */
486
+ LayersDirective.ctorParameters = function () { return []; };
487
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
488
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
489
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
490
+ r = Reflect.decorate(decorators, target, key, desc);
491
+ else
492
+ for (var i = decorators.length - 1; i >= 0; i--)
493
+ if (d = decorators[i])
494
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
495
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
496
+ };
497
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
498
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
499
+ return Reflect.metadata(k, v);
500
+ };
501
+ var input$6 = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
502
+ var outputs$6 = [];
503
+ /**
504
+ * Annotation Directive
505
+ * ```html
506
+ * <e-maps-annotations>
507
+ * <e-maps-annotation></e-maps-annotation>
508
+ * </e-maps-annotations>
509
+ * ```
510
+ */
511
+ var AnnotationDirective = /** @class */ (function (_super) {
512
+ __extends(AnnotationDirective, _super);
513
+ /**
514
+ * @param {?} viewContainerRef
515
+ */
516
+ function AnnotationDirective(viewContainerRef) {
517
+ var _this = _super.call(this) || this;
518
+ _this.viewContainerRef = viewContainerRef;
519
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
520
+ _this.registerEvents(outputs$6);
521
+ _this.directivePropList = input$6;
522
+ return _this;
523
+ }
524
+ return AnnotationDirective;
525
+ }(ej2AngularBase.ComplexBase));
526
+ AnnotationDirective.decorators = [
527
+ { type: core.Directive, args: [{
528
+ selector: 'e-maps-annotations>e-maps-annotation',
529
+ inputs: input$6,
530
+ outputs: outputs$6,
531
+ queries: {}
532
+ },] },
533
+ ];
534
+ /**
535
+ * @nocollapse
536
+ */
537
+ AnnotationDirective.ctorParameters = function () { return [
538
+ { type: core.ViewContainerRef, },
539
+ ]; };
540
+ AnnotationDirective.propDecorators = {
541
+ 'content': [{ type: core.ContentChild, args: ['content',] },],
542
+ };
543
+ __decorate$3([
544
+ ej2AngularBase.Template(),
545
+ __metadata$3("design:type", Object)
546
+ ], AnnotationDirective.prototype, "content", void 0);
547
+ /**
548
+ * Annotation Array Directive
549
+ */
550
+ var AnnotationsDirective = /** @class */ (function (_super) {
551
+ __extends(AnnotationsDirective, _super);
552
+ function AnnotationsDirective() {
553
+ return _super.call(this, 'annotations') || this;
554
+ }
555
+ return AnnotationsDirective;
556
+ }(ej2AngularBase.ArrayBase));
557
+ AnnotationsDirective.decorators = [
558
+ { type: core.Directive, args: [{
559
+ selector: 'ej-maps>e-maps-annotations',
560
+ queries: {
561
+ children: new core.ContentChildren(AnnotationDirective)
562
+ },
563
+ },] },
564
+ ];
565
+ /**
566
+ * @nocollapse
567
+ */
568
+ AnnotationsDirective.ctorParameters = function () { return []; };
569
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
570
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
571
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
572
+ r = Reflect.decorate(decorators, target, key, desc);
573
+ else
574
+ for (var i = decorators.length - 1; i >= 0; i--)
575
+ if (d = decorators[i])
576
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
577
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
578
+ };
579
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
580
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
581
+ return Reflect.metadata(k, v);
582
+ };
583
+ var inputs = ['allowImageExport', 'allowPdfExport', 'allowPrint', 'annotations', 'background', 'baseLayerIndex', 'border', 'centerPosition', 'description', 'enablePersistence', 'enableRtl', 'format', 'height', 'layers', 'legendSettings', 'locale', 'mapsArea', 'margin', 'projectionType', 'tabIndex', 'theme', 'titleSettings', 'tooltipDisplayMode', 'useGroupingSeparator', 'width', 'zoomSettings'];
584
+ var outputs$7 = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerMouseMove', 'markerRendering', 'onclick', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
585
+ var twoWays = ['dataSource'];
586
+ /**
587
+ * Represents Maps Component
588
+ * ```html
589
+ * <ej-maps></ej-maps>
590
+ * ```
591
+ */
592
+ exports.MapsComponent = /** @class */ (function (_super) {
593
+ __extends(MapsComponent, _super);
594
+ /**
595
+ * @param {?} ngEle
596
+ * @param {?} srenderer
597
+ * @param {?} viewContainerRef
598
+ * @param {?} injector
599
+ */
600
+ function MapsComponent(ngEle, srenderer, viewContainerRef, injector) {
601
+ var _this = _super.call(this) || this;
602
+ _this.ngEle = ngEle;
603
+ _this.srenderer = srenderer;
604
+ _this.viewContainerRef = viewContainerRef;
605
+ _this.injector = injector;
606
+ _this.tags = ['layers', 'annotations'];
607
+ _this.element = _this.ngEle.nativeElement;
608
+ _this.injectedModules = _this.injectedModules || [];
609
+ try {
610
+ var mod = _this.injector.get('MapsBubble');
611
+ if (_this.injectedModules.indexOf(mod) === -1) {
612
+ _this.injectedModules.push(mod);
613
+ }
614
+ }
615
+ catch (_a) { }
616
+ try {
617
+ var mod = _this.injector.get('MapsLegend');
618
+ if (_this.injectedModules.indexOf(mod) === -1) {
619
+ _this.injectedModules.push(mod);
620
+ }
621
+ }
622
+ catch (_b) { }
623
+ try {
624
+ var mod = _this.injector.get('MapsMarker');
625
+ if (_this.injectedModules.indexOf(mod) === -1) {
626
+ _this.injectedModules.push(mod);
627
+ }
628
+ }
629
+ catch (_c) { }
630
+ try {
631
+ var mod = _this.injector.get('MapsHighlight');
632
+ if (_this.injectedModules.indexOf(mod) === -1) {
633
+ _this.injectedModules.push(mod);
634
+ }
635
+ }
636
+ catch (_d) { }
637
+ try {
638
+ var mod = _this.injector.get('MapsSelection');
639
+ if (_this.injectedModules.indexOf(mod) === -1) {
640
+ _this.injectedModules.push(mod);
641
+ }
642
+ }
643
+ catch (_e) { }
644
+ try {
645
+ var mod = _this.injector.get('MapsMapsTooltip');
646
+ if (_this.injectedModules.indexOf(mod) === -1) {
647
+ _this.injectedModules.push(mod);
648
+ }
649
+ }
650
+ catch (_f) { }
651
+ try {
652
+ var mod = _this.injector.get('MapsZoom');
653
+ if (_this.injectedModules.indexOf(mod) === -1) {
654
+ _this.injectedModules.push(mod);
655
+ }
656
+ }
657
+ catch (_g) { }
658
+ try {
659
+ var mod = _this.injector.get('MapsDataLabel');
660
+ if (_this.injectedModules.indexOf(mod) === -1) {
661
+ _this.injectedModules.push(mod);
662
+ }
663
+ }
664
+ catch (_h) { }
665
+ try {
666
+ var mod = _this.injector.get('MapsNavigationLine');
667
+ if (_this.injectedModules.indexOf(mod) === -1) {
668
+ _this.injectedModules.push(mod);
669
+ }
670
+ }
671
+ catch (_j) { }
672
+ try {
673
+ var mod = _this.injector.get('MapsAnnotations');
674
+ if (_this.injectedModules.indexOf(mod) === -1) {
675
+ _this.injectedModules.push(mod);
676
+ }
677
+ }
678
+ catch (_k) { }
679
+ try {
680
+ var mod = _this.injector.get('MapsPrint');
681
+ if (_this.injectedModules.indexOf(mod) === -1) {
682
+ _this.injectedModules.push(mod);
683
+ }
684
+ }
685
+ catch (_l) { }
686
+ try {
687
+ var mod = _this.injector.get('MapsPdfExport');
688
+ if (_this.injectedModules.indexOf(mod) === -1) {
689
+ _this.injectedModules.push(mod);
690
+ }
691
+ }
692
+ catch (_m) { }
693
+ try {
694
+ var mod = _this.injector.get('MapsImageExport');
695
+ if (_this.injectedModules.indexOf(mod) === -1) {
696
+ _this.injectedModules.push(mod);
697
+ }
698
+ }
699
+ catch (_o) { }
700
+ _this.registerEvents(outputs$7);
701
+ _this.addTwoWay.call(_this, twoWays);
702
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
703
+ _this.context = new ej2AngularBase.ComponentBase();
704
+ return _this;
705
+ }
706
+ /**
707
+ * @return {?}
708
+ */
709
+ MapsComponent.prototype.ngOnInit = function () {
710
+ this.context.ngOnInit(this);
711
+ };
712
+ /**
713
+ * @return {?}
714
+ */
715
+ MapsComponent.prototype.ngAfterViewInit = function () {
716
+ this.context.ngAfterViewInit(this);
717
+ };
718
+ /**
719
+ * @return {?}
720
+ */
721
+ MapsComponent.prototype.ngOnDestroy = function () {
722
+ this.context.ngOnDestroy(this);
723
+ };
724
+ /**
725
+ * @return {?}
726
+ */
727
+ MapsComponent.prototype.ngAfterContentChecked = function () {
728
+ this.tagObjects[0].instance = this.childLayers;
729
+ if (this.childAnnotations) {
730
+ this.tagObjects[1].instance = /** @type {?} */ (this.childAnnotations);
731
+ }
732
+ this.context.ngAfterContentChecked(this);
733
+ };
734
+ return MapsComponent;
735
+ }(ej2Maps.Maps));
736
+ exports.MapsComponent.decorators = [
737
+ { type: core.Component, args: [{
738
+ selector: 'ejs-maps',
739
+ inputs: inputs,
740
+ outputs: outputs$7,
741
+ template: '',
742
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
743
+ queries: {
744
+ childLayers: new core.ContentChild(LayersDirective),
745
+ childAnnotations: new core.ContentChild(AnnotationsDirective)
746
+ }
747
+ },] },
748
+ ];
749
+ /**
750
+ * @nocollapse
751
+ */
752
+ exports.MapsComponent.ctorParameters = function () { return [
753
+ { type: core.ElementRef, },
754
+ { type: core.Renderer2, },
755
+ { type: core.ViewContainerRef, },
756
+ { type: core.Injector, },
757
+ ]; };
758
+ exports.MapsComponent = __decorate$4([
759
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
760
+ __metadata$4("design:paramtypes", [core.ElementRef,
761
+ core.Renderer2,
762
+ core.ViewContainerRef,
763
+ core.Injector])
764
+ ], exports.MapsComponent);
765
+ /**
766
+ * NgModule definition for the Maps component.
767
+ */
768
+ var MapsModule = /** @class */ (function () {
769
+ function MapsModule() {
770
+ }
771
+ return MapsModule;
772
+ }());
773
+ MapsModule.decorators = [
774
+ { type: core.NgModule, args: [{
775
+ imports: [common.CommonModule],
776
+ declarations: [
777
+ exports.MapsComponent,
778
+ InitialShapeSelectionDirective,
779
+ InitialShapeSelectionsDirective,
780
+ MarkerDirective,
781
+ MarkersDirective,
782
+ ColorMappingDirective,
783
+ ColorMappingsDirective,
784
+ BubbleDirective,
785
+ BubblesDirective,
786
+ NavigationLineDirective,
787
+ NavigationLinesDirective,
788
+ LayerDirective,
789
+ LayersDirective,
790
+ AnnotationDirective,
791
+ AnnotationsDirective
792
+ ],
793
+ exports: [
794
+ exports.MapsComponent,
795
+ InitialShapeSelectionDirective,
796
+ InitialShapeSelectionsDirective,
797
+ MarkerDirective,
798
+ MarkersDirective,
799
+ ColorMappingDirective,
800
+ ColorMappingsDirective,
801
+ BubbleDirective,
802
+ BubblesDirective,
803
+ NavigationLineDirective,
804
+ NavigationLinesDirective,
805
+ LayerDirective,
806
+ LayersDirective,
807
+ AnnotationDirective,
808
+ AnnotationsDirective
809
+ ]
810
+ },] },
811
+ ];
812
+ /**
813
+ * @nocollapse
814
+ */
815
+ MapsModule.ctorParameters = function () { return []; };
816
+ var BubbleService = { provide: 'MapsBubble', useValue: ej2Maps.Bubble };
817
+ var LegendService = { provide: 'MapsLegend', useValue: ej2Maps.Legend };
818
+ var MarkerService = { provide: 'MapsMarker', useValue: ej2Maps.Marker };
819
+ var HighlightService = { provide: 'MapsHighlight', useValue: ej2Maps.Highlight };
820
+ var SelectionService = { provide: 'MapsSelection', useValue: ej2Maps.Selection };
821
+ var MapsTooltipService = { provide: 'MapsMapsTooltip', useValue: ej2Maps.MapsTooltip };
822
+ var ZoomService = { provide: 'MapsZoom', useValue: ej2Maps.Zoom };
823
+ var DataLabelService = { provide: 'MapsDataLabel', useValue: ej2Maps.DataLabel };
824
+ var NavigationLineService = { provide: 'MapsNavigationLine', useValue: ej2Maps.NavigationLine };
825
+ var AnnotationsService = { provide: 'MapsAnnotations', useValue: ej2Maps.Annotations };
826
+ var PrintService = { provide: 'MapsPrint', useValue: ej2Maps.Print };
827
+ var PdfExportService = { provide: 'MapsPdfExport', useValue: ej2Maps.PdfExport };
828
+ var ImageExportService = { provide: 'MapsImageExport', useValue: ej2Maps.ImageExport };
829
+ /**
830
+ * NgModule definition for the Maps component with providers.
831
+ */
832
+ var MapsAllModule = /** @class */ (function () {
833
+ function MapsAllModule() {
834
+ }
835
+ return MapsAllModule;
836
+ }());
837
+ MapsAllModule.decorators = [
838
+ { type: core.NgModule, args: [{
839
+ imports: [common.CommonModule, MapsModule],
840
+ exports: [
841
+ MapsModule
842
+ ],
843
+ providers: [
844
+ BubbleService,
845
+ LegendService,
846
+ MarkerService,
847
+ HighlightService,
848
+ SelectionService,
849
+ MapsTooltipService,
850
+ ZoomService,
851
+ DataLabelService,
852
+ NavigationLineService,
853
+ AnnotationsService,
854
+ PrintService,
855
+ PdfExportService,
856
+ ImageExportService
857
+ ]
858
+ },] },
859
+ ];
860
+ /**
861
+ * @nocollapse
862
+ */
872
863
  MapsAllModule.ctorParameters = function () { return []; };
873
864
 
874
865
  exports.InitialShapeSelectionDirective = InitialShapeSelectionDirective;
@@ -906,6 +897,7 @@ exports.Maps = ej2Maps.Maps;
906
897
  exports.load = ej2Maps.load;
907
898
  exports.loaded = ej2Maps.loaded;
908
899
  exports.click = ej2Maps.click;
900
+ exports.onclick = ej2Maps.onclick;
909
901
  exports.rightClick = ej2Maps.rightClick;
910
902
  exports.doubleClick = ej2Maps.doubleClick;
911
903
  exports.resize = ej2Maps.resize;